+ git clone -n https://github.com/embassy-rs/embassy.git code Cloning into 'code'... + cd code + git checkout 4567b874826e30f54dbd0e5d12b6f0243e284be3 HEAD is now at 4567b874 cargo fmt + exec .github/ci/test.sh info: syncing channel updates for 'nightly-2023-11-01-x86_64-unknown-linux-gnu' info: latest update on 2023-11-01, rust version 1.75.0-nightly (9d83ac217 2023-10-31) info: downloading component 'cargo' info: downloading component 'clippy' info: downloading component 'llvm-tools' info: downloading component 'miri' info: downloading component 'rust-docs' info: downloading component 'rust-src' info: downloading component 'rust-std' for 'riscv32imac-unknown-none-elf' info: downloading component 'rust-std' for 'thumbv6m-none-eabi' info: downloading component 'rust-std' for 'thumbv7em-none-eabi' info: downloading component 'rust-std' for 'thumbv7em-none-eabihf' info: downloading component 'rust-std' for 'thumbv7m-none-eabi' info: downloading component 'rust-std' for 'thumbv8m.main-none-eabihf' info: downloading component 'rust-std' for 'wasm32-unknown-unknown' info: downloading component 'rust-std' info: downloading component 'rustc' info: downloading component 'rustfmt' info: installing component 'cargo' info: installing component 'clippy' info: installing component 'llvm-tools' info: installing component 'miri' info: installing component 'rust-docs' info: installing component 'rust-src' info: installing component 'rust-std' for 'riscv32imac-unknown-none-elf' info: installing component 'rust-std' for 'thumbv6m-none-eabi' info: installing component 'rust-std' for 'thumbv7em-none-eabi' info: installing component 'rust-std' for 'thumbv7em-none-eabihf' info: installing component 'rust-std' for 'thumbv7m-none-eabi' info: installing component 'rust-std' for 'thumbv8m.main-none-eabihf' info: installing component 'rust-std' for 'wasm32-unknown-unknown' info: installing component 'rust-std' info: installing component 'rustc' info: installing component 'rustfmt' Preparing a sysroot for Miri (target: x86_64-unknown-linux-gnu)... done Updating crates.io index Downloading crates ... Downloaded darling v0.20.3 Downloaded fnv v1.0.7 Downloaded darling_macro v0.20.3 Downloaded darling_core v0.20.3 Downloaded ident_case v1.0.1 Downloaded strsim v0.10.0 Downloaded quote v1.0.33 Downloaded proc-macro2 v1.0.70 Downloaded unicode-ident v1.0.12 Downloaded syn v2.0.41 Downloaded critical-section v1.1.2 Compiling proc-macro2 v1.0.70 Compiling unicode-ident v1.0.12 Compiling fnv v1.0.7 Compiling strsim v0.10.0 Compiling ident_case v1.0.1 Compiling embassy-executor v0.4.0 (/ci/code/embassy-executor) Compiling critical-section v1.1.2 Compiling quote v1.0.33 Compiling syn v2.0.41 Compiling darling_core v0.20.3 Compiling darling_macro v0.20.3 Compiling darling v0.20.3 Compiling embassy-executor-macros v0.4.0 (/ci/code/embassy-executor-macros) Finished test [unoptimized + debuginfo] target(s) in 5.93s Running unittests src/lib.rs (/ci/cache/target/miri/x86_64-unknown-linux-gnu/debug/deps/embassy_executor-56d40b366f252b72) running 0 tests test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Running tests/test.rs (/ci/cache/target/miri/x86_64-unknown-linux-gnu/debug/deps/test-916d6b0d7adf8c9a) running 4 tests test executor_noop ... ok test executor_task ... ok test executor_task_self_wake ... ok test executor_task_self_wake_twice ... ok test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Doc-tests embassy-executor running 1 test test src/raw/mod.rs - raw::Executor (line 462) ... ok test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.06s Preparing a sysroot for Miri (target: x86_64-unknown-linux-gnu)... done Compiling embassy-executor v0.4.0 (/ci/code/embassy-executor) Compiling embassy-executor-macros v0.4.0 (/ci/code/embassy-executor-macros) Finished test [unoptimized + debuginfo] target(s) in 0.86s Running unittests src/lib.rs (/ci/cache/target/miri/x86_64-unknown-linux-gnu/debug/deps/embassy_executor-0b24d84cb099e666) running 0 tests test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Running tests/test.rs (/ci/cache/target/miri/x86_64-unknown-linux-gnu/debug/deps/test-39251e3b0979ea1d) running 4 tests test executor_noop ... ok test executor_task ... ok test executor_task_self_wake ... ok test executor_task_self_wake_twice ... ok test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Doc-tests embassy-executor running 1 test test src/raw/mod.rs - raw::Executor (line 462) ... ok test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.07s Updating crates.io index Downloading crates ... Downloaded futures-timer v3.0.2 Downloaded slab v0.4.9 Downloaded futures-macro v0.3.29 Downloaded pin-utils v0.1.0 Downloaded pin-project-internal v1.1.3 Downloaded hash32 v0.3.1 Downloaded futures-task v0.3.29 Downloaded autocfg v1.1.0 Downloaded pin-project-lite v0.2.13 Downloaded embedded-io v0.6.1 Downloaded futures-executor v0.3.29 Downloaded futures-sink v0.3.29 Downloaded num_cpus v1.16.0 Downloaded byteorder v1.5.0 Downloaded memchr v2.6.4 Downloaded futures-util v0.3.29 Downloaded libc v0.2.151 Downloaded portable-atomic v1.6.0 Downloaded pin-project v1.1.3 Downloaded stable_deref_trait v1.2.0 Downloaded futures-test v0.3.29 Downloaded heapless v0.8.0 Downloaded futures-core v0.3.29 Downloaded static_cell v2.0.0 Downloaded futures-channel v0.3.29 Downloaded embedded-io-async v0.6.1 Downloaded futures-io v0.3.29 Compiling proc-macro2 v1.0.70 Compiling unicode-ident v1.0.12 Compiling autocfg v1.1.0 Compiling futures-core v0.3.29 Compiling futures-task v0.3.29 Compiling futures-channel v0.3.29 Compiling futures-util v0.3.29 Compiling libc v0.2.151 Compiling pin-project-lite v0.2.13 Compiling memchr v2.6.4 Compiling futures-io v0.3.29 Compiling pin-utils v0.1.0 Compiling portable-atomic v1.6.0 Compiling byteorder v1.5.0 Compiling embedded-io-async v0.6.1 Compiling heapless v0.8.0 Compiling hash32 v0.3.1 Compiling stable_deref_trait v1.2.0 Compiling embassy-sync v0.5.0 (/ci/code/embassy-sync) Compiling embedded-io v0.6.1 Compiling critical-section v1.1.2 Compiling futures-sink v0.3.29 Compiling slab v0.4.9 Compiling cfg-if v1.0.0 Compiling futures-timer v3.0.2 Compiling quote v1.0.33 Compiling syn v2.0.41 Compiling num_cpus v1.16.0 Compiling static_cell v2.0.0 Compiling futures-macro v0.3.29 Compiling pin-project-internal v1.1.3 Compiling pin-project v1.1.3 Compiling futures-executor v0.3.29 Compiling futures-test v0.3.29 Finished test [unoptimized + debuginfo] target(s) in 7.68s Running unittests src/lib.rs (/ci/cache/target/debug/deps/embassy_sync-88d8d05af4b64049) running 40 tests test channel::tests::cloning ... ok test channel::tests::dynamic_dispatch ... ok test channel::tests::sender_send_completes_if_capacity ... ok test channel::tests::receiving_when_empty ... ok test channel::tests::sending_once ... ok test channel::tests::receiving_once_with_one_send ... ok test channel::tests::sending_when_full ... ok test channel::tests::simple_send_and_receive ... ok test pipe::tests::read_buf ... ok test pipe::tests::receiving_once_with_one_send ... ok test pipe::tests::receiving_when_empty ... ok test pipe::tests::simple_send_and_receive ... ok test pipe::tests::sender_send_completes_if_capacity ... ok test pipe::tests::writing_once ... ok test priority_channel::tests::cloning ... ok test pipe::tests::writer_is_cloneable ... ok test pipe::tests::writing_when_full ... ok test priority_channel::tests::dynamic_dispatch ... ok test channel::tests::receiver_receives_given_try_send_async ... ok test priority_channel::tests::receiving_when_empty ... ok test priority_channel::tests::send_priority ... ok test priority_channel::tests::sender_send_completes_if_capacity ... ok test priority_channel::tests::sending_once ... ok test priority_channel::tests::receiving_once_with_one_send ... ok test pipe::tests::receiver_receives_given_try_write_async ... ok test priority_channel::tests::sending_when_full ... ok test pubsub::tests::all_subscribers_receive ... ok test pubsub::tests::correct_available ... ok test pubsub::tests::correct_space ... ok test pubsub::tests::dyn_pub_sub_works ... ok test pubsub::tests::empty_channel_when_last_subscriber_is_dropped ... ok test pubsub::tests::lag_when_queue_full_on_immediate_publish ... ok test priority_channel::tests::simple_send_and_receive ... ok test pubsub::tests::publisher_wait_on_full_queue ... ok test pubsub::tests::skip_clone_for_last_message ... ok test priority_channel::tests::receiver_receives_given_try_send_async ... ok test ring_buffer::tests::push_pop ... ok test pubsub::tests::limited_subs_and_pubs ... ok test channel::tests::senders_sends_wait_until_capacity ... ok test priority_channel::tests::senders_sends_wait_until_capacity ... ok test result: ok. 40 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.50s Doc-tests embassy-sync running 5 tests test src/priority_channel.rs - priority_channel::PriorityChannel<M,T,K,N>::new (line 346) ... ok test src/signal.rs - signal::Signal (line 23) ... ok test src/pipe.rs - pipe::Pipe<M,N>::new (line 247) ... ok test src/channel.rs - channel::Channel<M,T,N>::new (line 460) ... ok test src/pubsub/mod.rs - pubsub::PubSubChannel (line 35) ... ok test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.23s Updating crates.io index Downloading crates ... Downloaded void v1.0.2 Downloaded nb v0.1.3 Downloaded nb v1.1.0 Downloaded embedded-storage v0.3.1 Downloaded embedded-hal v0.2.7 Downloaded embedded-hal-async v1.0.0-rc.3 Downloaded embedded-hal v1.0.0-rc.3 Downloaded embedded-storage-async v0.4.1 Compiling futures-util v0.3.29 Compiling embassy-time v0.2.0 (/ci/code/embassy-time) Compiling embedded-hal-async v1.0.0-rc.3 Compiling nb v1.1.0 Compiling embassy-sync v0.5.0 (/ci/code/embassy-sync) Compiling embedded-hal v1.0.0-rc.3 Compiling void v1.0.2 Compiling embassy-embedded-hal v0.1.0 (/ci/code/embassy-embedded-hal) Compiling embedded-storage v0.3.1 Compiling embassy-futures v0.1.1 (/ci/code/embassy-futures) Compiling nb v0.1.3 Compiling embedded-hal v0.2.7 Compiling embedded-storage-async v0.4.1 Compiling futures-executor v0.3.29 Compiling futures-test v0.3.29 Finished test [unoptimized + debuginfo] target(s) in 5.12s Running unittests src/lib.rs (/ci/cache/target/debug/deps/embassy_embedded_hal-ab7bfeb05b593c53) running 9 tests test adapter::yielding_async::tests::can_erase ... ok test flash::concat_flash::tests::can_write_and_read_across_flashes ... ok test flash::partition::asynch::tests::can_erase ... ok test flash::concat_flash::tests::can_erase_across_flashes ... ok test flash::partition::asynch::tests::can_read ... ok test flash::partition::asynch::tests::can_write ... ok test flash::partition::blocking::tests::can_read ... ok test flash::partition::blocking::tests::can_erase ... ok test flash::partition::blocking::tests::can_write ... ok test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Doc-tests embassy-embedded-hal running 4 tests test src/shared_bus/asynch/i2c.rs - shared_bus::asynch::i2c (line 5) ... ignored test src/shared_bus/asynch/spi.rs - shared_bus::asynch::spi (line 5) ... ignored test src/shared_bus/blocking/i2c.rs - shared_bus::blocking::i2c (line 5) ... ignored test src/shared_bus/blocking/spi.rs - shared_bus::blocking::spi (line 5) ... ignored test result: ok. 0 passed; 0 failed; 4 ignored; 0 measured; 0 filtered out; finished in 0.00s Updating crates.io index Downloading crates ... Downloaded num-traits v0.2.17 Compiling num-traits v0.2.17 Compiling embassy-hal-internal v0.1.0 (/ci/code/embassy-hal-internal) Finished test [unoptimized + debuginfo] target(s) in 1.91s Running unittests src/lib.rs (/ci/cache/target/debug/deps/embassy_hal_internal-ab3fbaf033b9cfa8) running 4 tests test atomic_ring_buffer::tests::push_pop ... ok test atomic_ring_buffer::tests::push_slices ... ok test atomic_ring_buffer::tests::zero_len ... ok test ratio::tests::basics ... ok test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Doc-tests embassy-hal-internal running 3 tests test src/peripheral.rs - peripheral::Peripheral (line 103) ... ignored test src/peripheral.rs - peripheral::Peripheral (line 117) ... ignored test src/peripheral.rs - peripheral::Peripheral (line 124) ... ignored test result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s Updating crates.io index Downloading crates ... Downloaded parking_lot v0.12.1 Downloaded serial_test_derive v0.9.0 Downloaded scopeguard v1.2.0 Downloaded proc-macro-error-attr v1.0.4 Downloaded lazy_static v1.4.0 Downloaded proc-macro-error v1.0.4 Downloaded serial_test v0.9.0 Downloaded smallvec v1.11.2 Downloaded version_check v0.9.4 Downloaded once_cell v1.19.0 Downloaded parking_lot_core v0.9.9 Downloaded lock_api v0.4.11 Downloaded dashmap v5.5.3 Downloaded log v0.4.20 Downloaded hashbrown v0.14.3 Downloaded futures v0.3.29 Downloaded syn v1.0.109 Compiling version_check v0.9.4 Compiling futures-channel v0.3.29 Compiling futures-sink v0.3.29 Compiling futures-util v0.3.29 Compiling syn v2.0.41 Compiling lock_api v0.4.11 Compiling fnv v1.0.7 Compiling strsim v0.10.0 Compiling ident_case v1.0.1 Compiling syn v1.0.109 Compiling parking_lot_core v0.9.9 Compiling scopeguard v1.2.0 Compiling smallvec v1.11.2 Compiling nb v0.1.3 Compiling embassy-time v0.2.0 (/ci/code/embassy-time) Compiling hashbrown v0.14.3 Compiling once_cell v1.19.0 Compiling embassy-executor v0.4.0 (/ci/code/embassy-executor) Compiling embedded-hal v0.2.7 Compiling log v0.4.20 Compiling lazy_static v1.4.0 Compiling proc-macro-error-attr v1.0.4 Compiling proc-macro-error v1.0.4 Compiling parking_lot v0.12.1 Compiling dashmap v5.5.3 Compiling darling_core v0.20.3 Compiling futures-executor v0.3.29 Compiling serial_test_derive v0.9.0 Compiling futures v0.3.29 Compiling serial_test v0.9.0 Compiling darling_macro v0.20.3 Compiling darling v0.20.3 Compiling embassy-executor-macros v0.4.0 (/ci/code/embassy-executor-macros) Finished test [unoptimized + debuginfo] target(s) in 5.16s Running unittests src/lib.rs (/ci/cache/target/debug/deps/embassy_time-f71c38f56732e4e2) running 5 tests test queue_generic::tests::test_immediate_trigger ... ok test queue_generic::tests::test_queue_overflow ... ok test queue_generic::tests::test_schedule_same ... ok test queue_generic::tests::test_schedule ... ok test queue_generic::tests::test_trigger ... ok test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Doc-tests embassy-time running 5 tests test src/timer.rs - timer::Ticker (line 154) - compile ... ok test src/timer.rs - timer::Ticker (line 134) - compile ... ok test src/timer.rs - timer::Timer::after (line 49) - compile ... ok test src/queue.rs - queue (line 19) ... ok test src/driver.rs - driver (line 36) ... ok test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.13s Updating crates.io index Downloading crates ... Downloaded rand_core v0.5.1 Downloaded signature v1.6.4 Downloaded block-buffer v0.9.0 Downloaded atty v0.2.14 Downloaded opaque-debug v0.3.0 Downloaded block-buffer v0.10.4 Downloaded subtle v2.5.0 Downloaded signature v2.2.0 Downloaded ed25519 v1.5.3 Downloaded crypto-common v0.1.6 Downloaded rand_chacha v0.2.2 Downloaded getrandom v0.1.16 Downloaded humantime v2.1.0 Downloaded ed25519-dalek v1.0.1 Downloaded ppv-lite86 v0.2.17 Downloaded serde v1.0.193 Downloaded rand v0.7.3 Downloaded aho-corasick v1.1.2 Downloaded regex v1.10.2 Downloaded regex-automata v0.4.3 Downloaded curve25519-dalek v3.2.0 Downloaded regex-syntax v0.8.2 Downloaded env_logger v0.9.3 Downloaded typenum v1.17.0 Downloaded cpufeatures v0.2.11 Downloaded digest v0.10.7 Downloaded zeroize_derive v1.4.2 Downloaded sha1 v0.10.6 Downloaded zeroize v1.7.0 Downloaded termcolor v1.4.0 Downloaded generic-array v0.14.7 Downloaded sha2 v0.9.9 Downloaded digest v0.9.0 Compiling typenum v1.17.0 Compiling libc v0.2.151 Compiling futures-util v0.3.29 Compiling generic-array v0.14.7 Compiling byteorder v1.5.0 Compiling getrandom v0.1.16 Compiling syn v2.0.41 Compiling aho-corasick v1.1.2 Compiling serde v1.0.193 Compiling ppv-lite86 v0.2.17 Compiling cpufeatures v0.2.11 Compiling regex-syntax v0.8.2 Compiling embassy-embedded-hal v0.1.0 (/ci/code/embassy-embedded-hal) Compiling hash32 v0.3.1 Compiling heapless v0.8.0 Compiling opaque-debug v0.3.0 Compiling subtle v2.5.0 Compiling signature v1.6.4 Compiling termcolor v1.4.0 Compiling ed25519 v1.5.3 Compiling log v0.4.20 Compiling humantime v2.1.0 Compiling signature v2.2.0 Compiling atty v0.2.14 Compiling rand_core v0.5.1 Compiling regex-automata v0.4.3 Compiling rand_chacha v0.2.2 Compiling rand v0.7.3 Compiling block-buffer v0.10.4 Compiling crypto-common v0.1.6 Compiling digest v0.9.0 Compiling block-buffer v0.9.0 Compiling digest v0.10.7 Compiling sha2 v0.9.9 Compiling sha1 v0.10.6 Compiling regex v1.10.2 Compiling env_logger v0.9.3 Compiling futures-macro v0.3.29 Compiling zeroize_derive v1.4.2 Compiling zeroize v1.7.0 Compiling curve25519-dalek v3.2.0 Compiling ed25519-dalek v1.0.1 Compiling embassy-time v0.2.0 (/ci/code/embassy-time) Compiling embassy-sync v0.5.0 (/ci/code/embassy-sync) Compiling futures-executor v0.3.29 Compiling futures v0.3.29 Compiling embassy-boot v0.1.1 (/ci/code/embassy-boot/boot) Finished test [unoptimized + debuginfo] target(s) in 12.79s Running unittests src/lib.rs (/ci/cache/target/debug/deps/embassy_boot-6fd5673fbfe489be) running 7 tests test boot_loader::tests::test_range_asserts - should panic ... ok test firmware_updater::asynch::tests::can_verify_sha1 ... ok test firmware_updater::blocking::tests::can_verify_sha1 ... ok test tests::test_boot_state ... ok test tests::test_swap_state_active_page_biggest ... ok test tests::test_swap_state_dfu_page_biggest ... ok test tests::test_swap_state ... ok test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s Doc-tests embassy-boot running 0 tests test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Downloading crates ... Downloaded platforms v3.2.0 Downloaded rustc_version v0.4.0 Downloaded curve25519-dalek-derive v0.1.1 Downloaded semver v1.0.20 Downloaded sha2 v0.10.8 Downloaded ed25519 v2.2.3 Downloaded curve25519-dalek v4.1.1 Downloaded ed25519-dalek v2.1.0 Compiling semver v1.0.20 Compiling platforms v3.2.0 Compiling signature v2.2.0 Compiling curve25519-dalek-derive v0.1.1 Compiling sha2 v0.10.8 Compiling ed25519 v2.2.3 Compiling rustc_version v0.4.0 Compiling curve25519-dalek v4.1.1 Compiling ed25519-dalek v2.1.0 Compiling embassy-boot v0.1.1 (/ci/code/embassy-boot/boot) error[E0464]: multiple candidates for `rlib` dependency `ed25519_dalek` found --> src/digest_adapters/ed25519_dalek.rs:3:5 | 3 | use ed25519_dalek::Digest; | ^^^^^^^^^^^^^ | = note: candidate #1: /ci/cache/target/debug/deps/libed25519_dalek-e33e7ae782e4f531.rlib = note: candidate #2: /ci/cache/target/debug/deps/libed25519_dalek-0aa3fb323fa9b209.rlib error[E0464]: multiple candidates for `rlib` dependency `ed25519_dalek` found --> src/firmware_updater/asynch.rs:92:17 | 92 | use ed25519_dalek::{Signature, SignatureError, Verifier, VerifyingKey}; | ^^^^^^^^^^^^^ | = note: candidate #1: /ci/cache/target/debug/deps/libed25519_dalek-e33e7ae782e4f531.rlib = note: candidate #2: /ci/cache/target/debug/deps/libed25519_dalek-0aa3fb323fa9b209.rlib error[E0464]: multiple candidates for `rlib` dependency `ed25519_dalek` found --> src/firmware_updater/blocking.rs:99:17 | 99 | use ed25519_dalek::{Signature, SignatureError, Verifier, VerifyingKey}; | ^^^^^^^^^^^^^ | = note: candidate #1: /ci/cache/target/debug/deps/libed25519_dalek-e33e7ae782e4f531.rlib = note: candidate #2: /ci/cache/target/debug/deps/libed25519_dalek-0aa3fb323fa9b209.rlib error[E0464]: multiple candidates for `rlib` dependency `ed25519_dalek` found --> src/lib.rs:278:13 | 278 | use ed25519_dalek::Keypair; | ^^^^^^^^^^^^^ | = note: candidate #1: /ci/cache/target/debug/deps/libed25519_dalek-e33e7ae782e4f531.rlib = note: candidate #2: /ci/cache/target/debug/deps/libed25519_dalek-0aa3fb323fa9b209.rlib error[E0464]: multiple candidates for `rlib` dependency `ed25519_dalek` found --> src/lib.rs:284:13 | 284 | use ed25519_dalek::{Digest, Sha512, Signature, Signer}; | ^^^^^^^^^^^^^ | = note: candidate #1: /ci/cache/target/debug/deps/libed25519_dalek-e33e7ae782e4f531.rlib = note: candidate #2: /ci/cache/target/debug/deps/libed25519_dalek-0aa3fb323fa9b209.rlib error[E0464]: multiple candidates for `rlib` dependency `ed25519_dalek` found --> src/lib.rs:291:13 | 291 | use ed25519_dalek::PublicKey; | ^^^^^^^^^^^^^ | = note: candidate #1: /ci/cache/target/debug/deps/libed25519_dalek-e33e7ae782e4f531.rlib = note: candidate #2: /ci/cache/target/debug/deps/libed25519_dalek-0aa3fb323fa9b209.rlib error[E0464]: multiple candidates for `rlib` dependency `ed25519_dalek` found --> src/digest_adapters/ed25519_dalek.rs:5:19 | 5 | pub struct Sha512(ed25519_dalek::Sha512); | ^^^^^^^^^^^^^ | = note: candidate #1: /ci/cache/target/debug/deps/libed25519_dalek-e33e7ae782e4f531.rlib = note: candidate #2: /ci/cache/target/debug/deps/libed25519_dalek-0aa3fb323fa9b209.rlib error[E0464]: multiple candidates for `rlib` dependency `ed25519_dalek` found --> src/digest_adapters/ed25519_dalek.rs:9:14 | 9 | Self(ed25519_dalek::Sha512::new()) | ^^^^^^^^^^^^^ | = note: candidate #1: /ci/cache/target/debug/deps/libed25519_dalek-e33e7ae782e4f531.rlib = note: candidate #2: /ci/cache/target/debug/deps/libed25519_dalek-0aa3fb323fa9b209.rlib For more information about this error, try `rustc --explain E0464`. error: could not compile `embassy-boot` (lib test) due to 8 previous errors run failed: exited with code 101