[INFO] fetching crate async-embedded-sdmmc 0.1.0... [INFO] checking async-embedded-sdmmc-0.1.0 against try#0ec6e73c26e84416f7a6c0dacee999279e12896e for pr-84385 [INFO] extracting crate async-embedded-sdmmc 0.1.0 into /workspace/builds/worker-2/source [INFO] validating manifest of crates.io crate async-embedded-sdmmc 0.1.0 on toolchain 0ec6e73c26e84416f7a6c0dacee999279e12896e [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+0ec6e73c26e84416f7a6c0dacee999279e12896e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-2/source/rust-toolchain [INFO] started tweaking crates.io crate async-embedded-sdmmc 0.1.0 [INFO] finished tweaking crates.io crate async-embedded-sdmmc 0.1.0 [INFO] tweaked toml for crates.io crate async-embedded-sdmmc 0.1.0 written to /workspace/builds/worker-2/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+0ec6e73c26e84416f7a6c0dacee999279e12896e" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+0ec6e73c26e84416f7a6c0dacee999279e12896e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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:3d1cd00eb6e6ea2a7969240779edeaeff35b24be85036c63b883ba933028a15f" "/opt/rustwide/cargo-home/bin/cargo" "+0ec6e73c26e84416f7a6c0dacee999279e12896e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 6c6446e62b21d114ce8d19124e7f774f5b665439a0e66f1819417c63e80f1e24 [INFO] running `Command { std: "docker" "start" "-a" "6c6446e62b21d114ce8d19124e7f774f5b665439a0e66f1819417c63e80f1e24", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6c6446e62b21d114ce8d19124e7f774f5b665439a0e66f1819417c63e80f1e24", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6c6446e62b21d114ce8d19124e7f774f5b665439a0e66f1819417c63e80f1e24", kill_on_drop: false }` [INFO] [stdout] 6c6446e62b21d114ce8d19124e7f774f5b665439a0e66f1819417c63e80f1e24 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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:3d1cd00eb6e6ea2a7969240779edeaeff35b24be85036c63b883ba933028a15f" "/opt/rustwide/cargo-home/bin/cargo" "+0ec6e73c26e84416f7a6c0dacee999279e12896e" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 89264636b1ed3ac23f946c5a87afa892bf8cd372f1d3cbe7863ff3efe8eda014 [INFO] running `Command { std: "docker" "start" "-a" "89264636b1ed3ac23f946c5a87afa892bf8cd372f1d3cbe7863ff3efe8eda014", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.46 [INFO] [stderr] Compiling quote v1.0.21 [INFO] [stderr] Compiling unicode-ident v1.0.5 [INFO] [stderr] Compiling syn v1.0.102 [INFO] [stderr] Checking nb v1.0.0 [INFO] [stderr] Compiling async-trait v0.1.57 [INFO] [stderr] Checking void v1.0.2 [INFO] [stderr] Checking bitfield v0.13.2 [INFO] [stderr] Checking nb v0.1.3 [INFO] [stderr] Compiling hex-literal v0.3.4 [INFO] [stderr] Checking embedded-hal v0.2.7 [INFO] [stderr] Checking async-embedded-sdmmc v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0309]: the parameter type `F` may not live long enough [INFO] [stdout] --> src/bus/spi/read.rs:59:65 [INFO] [stdout] | [INFO] [stdout] 59 | async fn read_csd(&mut self) -> Result> { [INFO] [stdout] | _________________________________________________________________^ [INFO] [stdout] 60 | | self.tx(&[0xFF; 5]).await?; [INFO] [stdout] 61 | | self.select()?; [INFO] [stdout] 62 | | self.send_command(Command::SendCSD(0)).await?; [INFO] [stdout] ... | [INFO] [stdout] 67 | | CSD::try_from(u128::from_be_bytes(buffer)).ok_or(BUSError::Generic) [INFO] [stdout] 68 | | } [INFO] [stdout] | |_____^ ...so that the type `F` will meet its required lifetime bounds [INFO] [stdout] | [INFO] [stdout] help: consider adding an explicit lifetime bound... [INFO] [stdout] | [INFO] [stdout] 51 | impl Read for Bus [INFO] [stdout] | ++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0309]: the parameter type `E` may not live long enough [INFO] [stdout] --> src/bus/spi/read.rs:59:65 [INFO] [stdout] | [INFO] [stdout] 59 | async fn read_csd(&mut self) -> Result> { [INFO] [stdout] | _________________________________________________________________^ [INFO] [stdout] 60 | | self.tx(&[0xFF; 5]).await?; [INFO] [stdout] 61 | | self.select()?; [INFO] [stdout] 62 | | self.send_command(Command::SendCSD(0)).await?; [INFO] [stdout] ... | [INFO] [stdout] 67 | | CSD::try_from(u128::from_be_bytes(buffer)).ok_or(BUSError::Generic) [INFO] [stdout] 68 | | } [INFO] [stdout] | |_____^ ...so that the type `E` will meet its required lifetime bounds [INFO] [stdout] | [INFO] [stdout] help: consider adding an explicit lifetime bound... [INFO] [stdout] | [INFO] [stdout] 51 | impl Read for Bus [INFO] [stdout] | ++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0309]: the parameter type `F` may not live long enough [INFO] [stdout] --> src/bus/spi/read.rs:70:93 [INFO] [stdout] | [INFO] [stdout] 70 | async fn read(&mut self, address: u32, output: &mut [u8]) -> Result<(), BUSError> { [INFO] [stdout] | _____________________________________________________________________________________________^ [INFO] [stdout] 71 | | self.tx(&[0xFF; 5]).await?; [INFO] [stdout] 72 | | self.select()?; [INFO] [stdout] 73 | | let cmd = if output.len() <= BLOCK_SIZE { [INFO] [stdout] ... | [INFO] [stdout] 87 | | self.tx(&[0xFF]).await // Extra byte to release MISO [INFO] [stdout] 88 | | } [INFO] [stdout] | |_____^ ...so that the type `F` will meet its required lifetime bounds [INFO] [stdout] | [INFO] [stdout] help: consider adding an explicit lifetime bound... [INFO] [stdout] | [INFO] [stdout] 51 | impl Read for Bus [INFO] [stdout] | ++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0309]: the parameter type `E` may not live long enough [INFO] [stdout] --> src/bus/spi/read.rs:70:93 [INFO] [stdout] | [INFO] [stdout] 70 | async fn read(&mut self, address: u32, output: &mut [u8]) -> Result<(), BUSError> { [INFO] [stdout] | _____________________________________________________________________________________________^ [INFO] [stdout] 71 | | self.tx(&[0xFF; 5]).await?; [INFO] [stdout] 72 | | self.select()?; [INFO] [stdout] 73 | | let cmd = if output.len() <= BLOCK_SIZE { [INFO] [stdout] ... | [INFO] [stdout] 87 | | self.tx(&[0xFF]).await // Extra byte to release MISO [INFO] [stdout] 88 | | } [INFO] [stdout] | |_____^ ...so that the type `E` will meet its required lifetime bounds [INFO] [stdout] | [INFO] [stdout] help: consider adding an explicit lifetime bound... [INFO] [stdout] | [INFO] [stdout] 51 | impl Read for Bus [INFO] [stdout] | ++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0309]: the parameter type `F` may not live long enough [INFO] [stdout] --> src/bus/spi/read.rs:59:65 [INFO] [stdout] | [INFO] [stdout] 59 | async fn read_csd(&mut self) -> Result> { [INFO] [stdout] | _________________________________________________________________^ [INFO] [stdout] 60 | | self.tx(&[0xFF; 5]).await?; [INFO] [stdout] 61 | | self.select()?; [INFO] [stdout] 62 | | self.send_command(Command::SendCSD(0)).await?; [INFO] [stdout] ... | [INFO] [stdout] 67 | | CSD::try_from(u128::from_be_bytes(buffer)).ok_or(BUSError::Generic) [INFO] [stdout] 68 | | } [INFO] [stdout] | |_____^ ...so that the type `F` will meet its required lifetime bounds [INFO] [stdout] | [INFO] [stdout] help: consider adding an explicit lifetime bound... [INFO] [stdout] | [INFO] [stdout] 51 | impl Read for Bus [INFO] [stdout] | ++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0309]: the parameter type `E` may not live long enough [INFO] [stdout] --> src/bus/spi/read.rs:59:65 [INFO] [stdout] | [INFO] [stdout] 59 | async fn read_csd(&mut self) -> Result> { [INFO] [stdout] | _________________________________________________________________^ [INFO] [stdout] 60 | | self.tx(&[0xFF; 5]).await?; [INFO] [stdout] 61 | | self.select()?; [INFO] [stdout] 62 | | self.send_command(Command::SendCSD(0)).await?; [INFO] [stdout] ... | [INFO] [stdout] 67 | | CSD::try_from(u128::from_be_bytes(buffer)).ok_or(BUSError::Generic) [INFO] [stdout] 68 | | } [INFO] [stdout] | |_____^ ...so that the type `E` will meet its required lifetime bounds [INFO] [stdout] | [INFO] [stdout] help: consider adding an explicit lifetime bound... [INFO] [stdout] | [INFO] [stdout] 51 | impl Read for Bus [INFO] [stdout] | ++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0309]: the parameter type `F` may not live long enough [INFO] [stdout] --> src/bus/spi/write.rs:24:89 [INFO] [stdout] | [INFO] [stdout] 24 | async fn write(&mut self, address: u32, bytes: &[u8]) -> Result<(), BUSError> { [INFO] [stdout] | _________________________________________________________________________________________^ [INFO] [stdout] 25 | | self.tx(&[0xFF; 5]).await?; [INFO] [stdout] 26 | | self.select()?; [INFO] [stdout] 27 | | let (cmd, token) = if bytes.len() == BLOCK_SIZE { [INFO] [stdout] ... | [INFO] [stdout] 53 | | Ok(()) [INFO] [stdout] 54 | | } [INFO] [stdout] | |_____^ ...so that the type `F` will meet its required lifetime bounds [INFO] [stdout] | [INFO] [stdout] help: consider adding an explicit lifetime bound... [INFO] [stdout] | [INFO] [stdout] 17 | impl Write for Bus [INFO] [stdout] | ++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0309]: the parameter type `E` may not live long enough [INFO] [stdout] --> src/bus/spi/write.rs:24:89 [INFO] [stdout] | [INFO] [stdout] 24 | async fn write(&mut self, address: u32, bytes: &[u8]) -> Result<(), BUSError> { [INFO] [stdout] | _________________________________________________________________________________________^ [INFO] [stdout] 25 | | self.tx(&[0xFF; 5]).await?; [INFO] [stdout] 26 | | self.select()?; [INFO] [stdout] 27 | | let (cmd, token) = if bytes.len() == BLOCK_SIZE { [INFO] [stdout] ... | [INFO] [stdout] 53 | | Ok(()) [INFO] [stdout] 54 | | } [INFO] [stdout] | |_____^ ...so that the type `E` will meet its required lifetime bounds [INFO] [stdout] | [INFO] [stdout] help: consider adding an explicit lifetime bound... [INFO] [stdout] | [INFO] [stdout] 17 | impl Write for Bus [INFO] [stdout] | ++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0309]: the parameter type `F` may not live long enough [INFO] [stdout] --> src/bus/spi/read.rs:70:93 [INFO] [stdout] | [INFO] [stdout] 70 | async fn read(&mut self, address: u32, output: &mut [u8]) -> Result<(), BUSError> { [INFO] [stdout] | _____________________________________________________________________________________________^ [INFO] [stdout] 71 | | self.tx(&[0xFF; 5]).await?; [INFO] [stdout] 72 | | self.select()?; [INFO] [stdout] 73 | | let cmd = if output.len() <= BLOCK_SIZE { [INFO] [stdout] ... | [INFO] [stdout] 87 | | self.tx(&[0xFF]).await // Extra byte to release MISO [INFO] [stdout] 88 | | } [INFO] [stdout] | |_____^ ...so that the type `F` will meet its required lifetime bounds [INFO] [stdout] | [INFO] [stdout] help: consider adding an explicit lifetime bound... [INFO] [stdout] | [INFO] [stdout] 51 | impl Read for Bus [INFO] [stdout] | ++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0309]: the parameter type `E` may not live long enough [INFO] [stdout] --> src/bus/spi/read.rs:70:93 [INFO] [stdout] | [INFO] [stdout] 70 | async fn read(&mut self, address: u32, output: &mut [u8]) -> Result<(), BUSError> { [INFO] [stdout] | _____________________________________________________________________________________________^ [INFO] [stdout] 71 | | self.tx(&[0xFF; 5]).await?; [INFO] [stdout] 72 | | self.select()?; [INFO] [stdout] 73 | | let cmd = if output.len() <= BLOCK_SIZE { [INFO] [stdout] ... | [INFO] [stdout] 87 | | self.tx(&[0xFF]).await // Extra byte to release MISO [INFO] [stdout] 88 | | } [INFO] [stdout] | |_____^ ...so that the type `E` will meet its required lifetime bounds [INFO] [stdout] | [INFO] [stdout] help: consider adding an explicit lifetime bound... [INFO] [stdout] | [INFO] [stdout] 51 | impl Read for Bus [INFO] [stdout] | ++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 6 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0309`. [INFO] [stdout] [INFO] [stdout] error[E0309]: the parameter type `F` may not live long enough [INFO] [stdout] --> src/bus/spi/write.rs:24:89 [INFO] [stdout] | [INFO] [stdout] 24 | async fn write(&mut self, address: u32, bytes: &[u8]) -> Result<(), BUSError> { [INFO] [stdout] | _________________________________________________________________________________________^ [INFO] [stdout] 25 | | self.tx(&[0xFF; 5]).await?; [INFO] [stdout] 26 | | self.select()?; [INFO] [stdout] 27 | | let (cmd, token) = if bytes.len() == BLOCK_SIZE { [INFO] [stdout] ... | [INFO] [stdout] 53 | | Ok(()) [INFO] [stdout] 54 | | } [INFO] [stdout] | |_____^ ...so that the type `F` will meet its required lifetime bounds [INFO] [stdout] | [INFO] [stdout] help: consider adding an explicit lifetime bound... [INFO] [stdout] | [INFO] [stdout] 17 | impl Write for Bus [INFO] [stdout] | ++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0309]: the parameter type `E` may not live long enough [INFO] [stdout] --> src/bus/spi/write.rs:24:89 [INFO] [stdout] | [INFO] [stdout] 24 | async fn write(&mut self, address: u32, bytes: &[u8]) -> Result<(), BUSError> { [INFO] [stdout] | _________________________________________________________________________________________^ [INFO] [stdout] 25 | | self.tx(&[0xFF; 5]).await?; [INFO] [stdout] 26 | | self.select()?; [INFO] [stdout] 27 | | let (cmd, token) = if bytes.len() == BLOCK_SIZE { [INFO] [stdout] ... | [INFO] [stdout] 53 | | Ok(()) [INFO] [stdout] 54 | | } [INFO] [stdout] | |_____^ ...so that the type `E` will meet its required lifetime bounds [INFO] [stdout] | [INFO] [stdout] help: consider adding an explicit lifetime bound... [INFO] [stdout] | [INFO] [stdout] 17 | impl Write for Bus [INFO] [stdout] | ++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `async-embedded-sdmmc` due to 7 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: aborting due to 6 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0309`. [INFO] [stdout] [INFO] [stderr] error: could not compile `async-embedded-sdmmc` due to 7 previous errors [INFO] running `Command { std: "docker" "inspect" "89264636b1ed3ac23f946c5a87afa892bf8cd372f1d3cbe7863ff3efe8eda014", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "89264636b1ed3ac23f946c5a87afa892bf8cd372f1d3cbe7863ff3efe8eda014", kill_on_drop: false }` [INFO] [stdout] 89264636b1ed3ac23f946c5a87afa892bf8cd372f1d3cbe7863ff3efe8eda014