[INFO] fetching crate async-embedded-traits 0.1.3...
[INFO] checking async-embedded-traits-0.1.3 against master#b286722878e18db29a7fbe672be7c4d3b02e8e4d for pr-127655
[INFO] extracting crate async-embedded-traits 0.1.3 into /workspace/builds/worker-7-tc1/source
[INFO] validating manifest of crates.io crate async-embedded-traits 0.1.3 on toolchain b286722878e18db29a7fbe672be7c4d3b02e8e4d
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b286722878e18db29a7fbe672be7c4d3b02e8e4d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate async-embedded-traits 0.1.3
[INFO] finished tweaking crates.io crate async-embedded-traits 0.1.3
[INFO] tweaked toml for crates.io crate async-embedded-traits 0.1.3 written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b286722878e18db29a7fbe672be7c4d3b02e8e4d" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 5 packages to latest compatible versions
[INFO] [stderr]       Adding embedded-hal v0.2.7 (latest: v1.0.0)
[INFO] [stderr]       Adding nb v0.1.3 (latest: v1.1.0)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b286722878e18db29a7fbe672be7c4d3b02e8e4d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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:dff56e7819e73ed36160586b3445e93eb0be776c16704aeeded9c3fb668b2384" "/opt/rustwide/cargo-home/bin/cargo" "+b286722878e18db29a7fbe672be7c4d3b02e8e4d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 0201556e4f9ae515c31e6fe560c9dc5e527433f0ed3f6bb51dc4d2922cb972de
[INFO] running `Command { std: "docker" "start" "-a" "0201556e4f9ae515c31e6fe560c9dc5e527433f0ed3f6bb51dc4d2922cb972de", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0201556e4f9ae515c31e6fe560c9dc5e527433f0ed3f6bb51dc4d2922cb972de", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0201556e4f9ae515c31e6fe560c9dc5e527433f0ed3f6bb51dc4d2922cb972de", kill_on_drop: false }`
[INFO] [stdout] 0201556e4f9ae515c31e6fe560c9dc5e527433f0ed3f6bb51dc4d2922cb972de
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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" "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:dff56e7819e73ed36160586b3445e93eb0be776c16704aeeded9c3fb668b2384" "/opt/rustwide/cargo-home/bin/cargo" "+b286722878e18db29a7fbe672be7c4d3b02e8e4d" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e5f3a77c7c503e6bf9d7907c86bda33551c377fc1fc67774880705233bfd4360
[INFO] running `Command { std: "docker" "start" "-a" "e5f3a77c7c503e6bf9d7907c86bda33551c377fc1fc67774880705233bfd4360", kill_on_drop: false }`
[INFO] [stderr]     Checking async-embedded-traits v0.1.3 (/opt/rustwide/workdir)
[INFO] [stdout] warning: the feature `generic_associated_types` has been stable since 1.65.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/lib.rs:3:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | #![feature(generic_associated_types)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `generic_associated_types` has been stable since 1.65.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/lib.rs:3:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | #![feature(generic_associated_types)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: missing required bound on `DelayFuture`
[INFO] [stdout]   --> src/delay.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 |     type DelayFuture<'f>: Future<Output = ()>;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]    |                                              |
[INFO] [stdout]    |                                              help: add the required where clause: `where Self: 'f`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this bound is currently required to ensure that impls have maximum flexibility
[INFO] [stdout]    = note: we are soliciting feedback, see issue #87479 <https://github.com/rust-lang/rust/issues/87479> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: missing required bound on `DelayFuture`
[INFO] [stdout]   --> src/delay.rs:23:5
[INFO] [stdout]    |
[INFO] [stdout] 23 |     type DelayFuture<'f>: Future<Output = ()>;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]    |                                              |
[INFO] [stdout]    |                                              help: add the required where clause: `where Self: 'f`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this bound is currently required to ensure that impls have maximum flexibility
[INFO] [stdout]    = note: we are soliciting feedback, see issue #87479 <https://github.com/rust-lang/rust/issues/87479> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: missing required bound on `DelayFuture`
[INFO] [stdout]   --> src/delay.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 |     type DelayFuture<'f>: Future<Output = ()>;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]    |                                              |
[INFO] [stdout]    |                                              help: add the required where clause: `where Self: 'f`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this bound is currently required to ensure that impls have maximum flexibility
[INFO] [stdout]    = note: we are soliciting feedback, see issue #87479 <https://github.com/rust-lang/rust/issues/87479> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: missing required bound on `DelayFuture`
[INFO] [stdout]   --> src/delay.rs:23:5
[INFO] [stdout]    |
[INFO] [stdout] 23 |     type DelayFuture<'f>: Future<Output = ()>;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]    |                                              |
[INFO] [stdout]    |                                              help: add the required where clause: `where Self: 'f`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this bound is currently required to ensure that impls have maximum flexibility
[INFO] [stdout]    = note: we are soliciting feedback, see issue #87479 <https://github.com/rust-lang/rust/issues/87479> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: missing required bound on `TransferFuture`
[INFO] [stdout]   --> src/i2c.rs:70:5
[INFO] [stdout]    |
[INFO] [stdout] 70 |     type TransferFuture<'f>: Future<Output = Result<(), Self::Error>>;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]    |                                                                      |
[INFO] [stdout]    |                                                                      help: add the required where clause: `where Self: 'f`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this bound is currently required to ensure that impls have maximum flexibility
[INFO] [stdout]    = note: we are soliciting feedback, see issue #87479 <https://github.com/rust-lang/rust/issues/87479> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: missing required bound on `WriteFuture`
[INFO] [stdout]   --> src/i2c.rs:87:5
[INFO] [stdout]    |
[INFO] [stdout] 87 |     type WriteFuture<'f>: Future<Output = Result<(), Self::Error>>;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]    |                                                                   |
[INFO] [stdout]    |                                                                   help: add the required where clause: `where Self: 'f`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this bound is currently required to ensure that impls have maximum flexibility
[INFO] [stdout]    = note: we are soliciting feedback, see issue #87479 <https://github.com/rust-lang/rust/issues/87479> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: missing required bound on `ReadFuture`
[INFO] [stdout]   --> src/i2c.rs:99:5
[INFO] [stdout]    |
[INFO] [stdout] 99 |     type ReadFuture<'f>: Future<Output = Result<(), Self::Error>>;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]    |                                                                  |
[INFO] [stdout]    |                                                                  help: add the required where clause: `where Self: 'f`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this bound is currently required to ensure that impls have maximum flexibility
[INFO] [stdout]    = note: we are soliciting feedback, see issue #87479 <https://github.com/rust-lang/rust/issues/87479> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: missing required bound on `ReadByteFuture`
[INFO] [stdout]  --> src/serial.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 |     type ReadByteFuture<'f>: Future<Output = Result<u8, Self::Error>>;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]   |                                                                      |
[INFO] [stdout]   |                                                                      help: add the required where clause: `where Self: 'f`
[INFO] [stdout]   |
[INFO] [stdout]   = note: this bound is currently required to ensure that impls have maximum flexibility
[INFO] [stdout]   = note: we are soliciting feedback, see issue #87479 <https://github.com/rust-lang/rust/issues/87479> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: missing required bound on `ReadFuture`
[INFO] [stdout]   --> src/serial.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 |     type ReadFuture<'f>: Future<Output = Result<(), Self::Error>>;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]    |                                                                  |
[INFO] [stdout]    |                                                                  help: add the required where clause: `where Self: 'f`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this bound is currently required to ensure that impls have maximum flexibility
[INFO] [stdout]    = note: we are soliciting feedback, see issue #87479 <https://github.com/rust-lang/rust/issues/87479> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: missing required bound on `WriteByteFuture`
[INFO] [stdout]   --> src/serial.rs:24:5
[INFO] [stdout]    |
[INFO] [stdout] 24 |     type WriteByteFuture<'f>: Future<Output = Result<(), Self::Error>>;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]    |                                                                       |
[INFO] [stdout]    |                                                                       help: add the required where clause: `where Self: 'f`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this bound is currently required to ensure that impls have maximum flexibility
[INFO] [stdout]    = note: we are soliciting feedback, see issue #87479 <https://github.com/rust-lang/rust/issues/87479> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: missing required bound on `FlushFuture`
[INFO] [stdout]   --> src/serial.rs:28:5
[INFO] [stdout]    |
[INFO] [stdout] 28 |     type FlushFuture<'f>: Future<Output = Result<(), Self::Error>>;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]    |                                                                   |
[INFO] [stdout]    |                                                                   help: add the required where clause: `where Self: 'f`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this bound is currently required to ensure that impls have maximum flexibility
[INFO] [stdout]    = note: we are soliciting feedback, see issue #87479 <https://github.com/rust-lang/rust/issues/87479> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: missing required bound on `WriteFuture`
[INFO] [stdout]   --> src/serial.rs:26:5
[INFO] [stdout]    |
[INFO] [stdout] 26 |     type WriteFuture<'f>: Future<Output = Result<(), Self::Error>>;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]    |                                                                   |
[INFO] [stdout]    |                                                                   help: add the required where clause: `where Self: 'f`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this bound is currently required to ensure that impls have maximum flexibility
[INFO] [stdout]    = note: we are soliciting feedback, see issue #87479 <https://github.com/rust-lang/rust/issues/87479> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: missing required bound on `TransferFuture`
[INFO] [stdout]   --> src/i2c.rs:70:5
[INFO] [stdout]    |
[INFO] [stdout] 70 |     type TransferFuture<'f>: Future<Output = Result<(), Self::Error>>;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]    |                                                                      |
[INFO] [stdout]    |                                                                      help: add the required where clause: `where Self: 'f`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this bound is currently required to ensure that impls have maximum flexibility
[INFO] [stdout]    = note: we are soliciting feedback, see issue #87479 <https://github.com/rust-lang/rust/issues/87479> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: missing required bound on `WriteFuture`
[INFO] [stdout]   --> src/i2c.rs:87:5
[INFO] [stdout]    |
[INFO] [stdout] 87 |     type WriteFuture<'f>: Future<Output = Result<(), Self::Error>>;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]    |                                                                   |
[INFO] [stdout]    |                                                                   help: add the required where clause: `where Self: 'f`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this bound is currently required to ensure that impls have maximum flexibility
[INFO] [stdout]    = note: we are soliciting feedback, see issue #87479 <https://github.com/rust-lang/rust/issues/87479> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: missing required bound on `ReadFuture`
[INFO] [stdout]   --> src/i2c.rs:99:5
[INFO] [stdout]    |
[INFO] [stdout] 99 |     type ReadFuture<'f>: Future<Output = Result<(), Self::Error>>;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]    |                                                                  |
[INFO] [stdout]    |                                                                  help: add the required where clause: `where Self: 'f`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this bound is currently required to ensure that impls have maximum flexibility
[INFO] [stdout]    = note: we are soliciting feedback, see issue #87479 <https://github.com/rust-lang/rust/issues/87479> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: missing required bound on `ReadByteFuture`
[INFO] [stdout]  --> src/serial.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 |     type ReadByteFuture<'f>: Future<Output = Result<u8, Self::Error>>;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]   |                                                                      |
[INFO] [stdout]   |                                                                      help: add the required where clause: `where Self: 'f`
[INFO] [stdout]   |
[INFO] [stdout]   = note: this bound is currently required to ensure that impls have maximum flexibility
[INFO] [stdout]   = note: we are soliciting feedback, see issue #87479 <https://github.com/rust-lang/rust/issues/87479> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: missing required bound on `ReadFuture`
[INFO] [stdout]   --> src/serial.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 |     type ReadFuture<'f>: Future<Output = Result<(), Self::Error>>;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]    |                                                                  |
[INFO] [stdout]    |                                                                  help: add the required where clause: `where Self: 'f`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this bound is currently required to ensure that impls have maximum flexibility
[INFO] [stdout]    = note: we are soliciting feedback, see issue #87479 <https://github.com/rust-lang/rust/issues/87479> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: missing required bound on `WriteByteFuture`
[INFO] [stdout]   --> src/serial.rs:24:5
[INFO] [stdout]    |
[INFO] [stdout] 24 |     type WriteByteFuture<'f>: Future<Output = Result<(), Self::Error>>;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]    |                                                                       |
[INFO] [stdout]    |                                                                       help: add the required where clause: `where Self: 'f`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this bound is currently required to ensure that impls have maximum flexibility
[INFO] [stdout]    = note: we are soliciting feedback, see issue #87479 <https://github.com/rust-lang/rust/issues/87479> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: missing required bound on `FlushFuture`
[INFO] [stdout]   --> src/serial.rs:28:5
[INFO] [stdout]    |
[INFO] [stdout] 28 |     type FlushFuture<'f>: Future<Output = Result<(), Self::Error>>;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]    |                                                                   |
[INFO] [stdout]    |                                                                   help: add the required where clause: `where Self: 'f`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this bound is currently required to ensure that impls have maximum flexibility
[INFO] [stdout]    = note: we are soliciting feedback, see issue #87479 <https://github.com/rust-lang/rust/issues/87479> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: missing required bound on `WriteFuture`
[INFO] [stdout]   --> src/serial.rs:26:5
[INFO] [stdout]    |
[INFO] [stdout] 26 |     type WriteFuture<'f>: Future<Output = Result<(), Self::Error>>;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]    |                                                                   |
[INFO] [stdout]    |                                                                   help: add the required where clause: `where Self: 'f`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this bound is currently required to ensure that impls have maximum flexibility
[INFO] [stdout]    = note: we are soliciting feedback, see issue #87479 <https://github.com/rust-lang/rust/issues/87479> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: missing required bound on `TransferFuture`
[INFO] [stdout]  --> src/spi.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 |     type TransferFuture<'f>: Future<Output = Result<(), Self::Error>>;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]   |                                                                      |
[INFO] [stdout]   |                                                                      help: add the required where clause: `where Self: 'f`
[INFO] [stdout]   |
[INFO] [stdout]   = note: this bound is currently required to ensure that impls have maximum flexibility
[INFO] [stdout]   = note: we are soliciting feedback, see issue #87479 <https://github.com/rust-lang/rust/issues/87479> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: missing required bound on `WriteFuture`
[INFO] [stdout]   --> src/spi.rs:19:5
[INFO] [stdout]    |
[INFO] [stdout] 19 |     type WriteFuture<'f>: Future<Output = Result<(), Self::Error>>;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]    |                                                                   |
[INFO] [stdout]    |                                                                   help: add the required where clause: `where Self: 'f`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this bound is currently required to ensure that impls have maximum flexibility
[INFO] [stdout]    = note: we are soliciting feedback, see issue #87479 <https://github.com/rust-lang/rust/issues/87479> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: missing required bound on `WriteIterFuture`
[INFO] [stdout]   --> src/spi.rs:30:5
[INFO] [stdout]    |
[INFO] [stdout] 30 |     type WriteIterFuture<'f>: Future<Output = Result<(), Self::Error>>;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]    |                                                                       |
[INFO] [stdout]    |                                                                       help: add the required where clause: `where Self: 'f`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this bound is currently required to ensure that impls have maximum flexibility
[INFO] [stdout]    = note: we are soliciting feedback, see issue #87479 <https://github.com/rust-lang/rust/issues/87479> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: missing required bound on `TransferFuture`
[INFO] [stdout]  --> src/spi.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 |     type TransferFuture<'f>: Future<Output = Result<(), Self::Error>>;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]   |                                                                      |
[INFO] [stdout]   |                                                                      help: add the required where clause: `where Self: 'f`
[INFO] [stdout]   |
[INFO] [stdout]   = note: this bound is currently required to ensure that impls have maximum flexibility
[INFO] [stdout]   = note: we are soliciting feedback, see issue #87479 <https://github.com/rust-lang/rust/issues/87479> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: missing required bound on `WriteFuture`
[INFO] [stdout]   --> src/spi.rs:19:5
[INFO] [stdout]    |
[INFO] [stdout] 19 |     type WriteFuture<'f>: Future<Output = Result<(), Self::Error>>;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]    |                                                                   |
[INFO] [stdout]    |                                                                   help: add the required where clause: `where Self: 'f`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this bound is currently required to ensure that impls have maximum flexibility
[INFO] [stdout]    = note: we are soliciting feedback, see issue #87479 <https://github.com/rust-lang/rust/issues/87479> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: missing required bound on `WriteIterFuture`
[INFO] [stdout]   --> src/spi.rs:30:5
[INFO] [stdout]    |
[INFO] [stdout] 30 |     type WriteIterFuture<'f>: Future<Output = Result<(), Self::Error>>;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]    |                                                                       |
[INFO] [stdout]    |                                                                       help: add the required where clause: `where Self: 'f`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this bound is currently required to ensure that impls have maximum flexibility
[INFO] [stdout]    = note: we are soliciting feedback, see issue #87479 <https://github.com/rust-lang/rust/issues/87479> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 13 previous errors; 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 13 previous errors; 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `async-embedded-traits` (lib) due to 14 previous errors; 1 warning emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `async-embedded-traits` (lib test) due to 14 previous errors; 1 warning emitted
[INFO] running `Command { std: "docker" "inspect" "e5f3a77c7c503e6bf9d7907c86bda33551c377fc1fc67774880705233bfd4360", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e5f3a77c7c503e6bf9d7907c86bda33551c377fc1fc67774880705233bfd4360", kill_on_drop: false }`
[INFO] [stdout] e5f3a77c7c503e6bf9d7907c86bda33551c377fc1fc67774880705233bfd4360
