+ git clone -n https://github.com/embassy-rs/embassy.git code Cloning into 'code'... + cd code + git checkout 7c5caa309a20b457d091ff700f4b7813c29b041a HEAD is now at 7c5caa309 Merge pull request #6982 from msrd0/dts-docs + exec .github/ci/test.sh Updating crates.io index Updating git repository `https://github.com/embassy-rs/unitrait` Locking 186 packages to latest Rust 1.97.1 compatible versions Adding aarch32-cpu v0.3.0 (available: v0.4.0) Adding avr-device v0.8.1 (available: v0.9.0) Adding cortex-m v0.7.7 (available: v0.7.9) Adding svd-encoder v0.14.7 (available: v0.14.8) Adding svd-parser v0.14.9 (available: v0.14.10) Adding svd-rs v0.14.12 (available: v0.14.13) Adding syn v2.0.110 (available: v2.0.119) Compiling embassy-sync v0.8.0 (/ci/code/embassy-sync) Compiling embassy-executor v0.10.0 (/ci/code/embassy-executor) Compiling embassy-executor-timer-queue v0.1.1 (/ci/code/embassy-executor-timer-queue) Compiling embassy-executor-macros v0.8.0 (/ci/code/embassy-executor-macros) Finished `test` profile [unoptimized + debuginfo] target(s) in 3.44s Running unittests src/lib.rs (/ci/cache/target/debug/deps/embassy_executor-c555085ecb5de9bd) running 0 tests test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Running tests/test.rs (/ci/cache/target/debug/deps/test-24877cd61274d1e5) running 10 tests test executor_task ... ok test executor_task_cfg_args ... ok test executor_task_rpit ... ok test executor_task_self_wake ... ok test executor_noop ... ok test executor_task_self_wake_twice ... ok test recursive_task ... ok test task_metadata ... ok test waking_with_old_waker_after_respawn ... ok test waking_after_completion_does_not_poll ... ok test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Running tests/ui.rs (/ci/cache/target/debug/deps/ui-fa1dd2489489cb0f) running 1 test Compiling embassy-sync v0.8.0 (/ci/code/embassy-sync) Compiling embassy-executor v0.10.0 (/ci/code/embassy-executor) Compiling embassy-executor-timer-queue v0.1.1 (/ci/code/embassy-executor-timer-queue) Compiling embassy-executor-macros v0.8.0 (/ci/code/embassy-executor-macros) Compiling embassy-executor-tests v0.0.0 (/ci/cache/target/tests/trybuild/embassy-executor) Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s test tests/ui/abi.rs [should fail to compile] ... ok test tests/ui/bad_return.rs [should fail to compile] ... ok test tests/ui/generics.rs [should fail to compile] ... ok test tests/ui/impl_trait_nested.rs [should fail to compile] ... ok test tests/ui/impl_trait.rs [should fail to compile] ... ok test tests/ui/impl_trait_static.rs [should fail to compile] ... ok test tests/ui/nonstatic_ref_anon_nested.rs [should fail to compile] ... ok test tests/ui/nonstatic_ref_anon.rs [should fail to compile] ... ok test tests/ui/nonstatic_ref_elided.rs [should fail to compile] ... ok test tests/ui/nonstatic_ref_generic.rs [should fail to compile] ... ok test tests/ui/nonstatic_struct_anon.rs [should fail to compile] ... ok test tests/ui/nonstatic_struct_elided.rs [should fail to compile] ... ok test tests/ui/nonstatic_struct_generic.rs [should fail to compile] ... ok test tests/ui/not_async.rs [should fail to compile] ... ok test tests/ui/spawn_nonsend.rs [should fail to compile] ... ok test tests/ui/return_impl_future_nonsend.rs [should fail to compile] ... ok test tests/ui/bad_return_impl_future.rs [should fail to compile] ... ok test tests/ui/return_impl_send.rs [should fail to compile] ... ok test tests/ui/self_ref.rs [should fail to compile] ... ok test tests/ui/self.rs [should fail to compile] ... ok test tests/ui/type_error.rs [should fail to compile] ... ok test tests/ui/where_clause.rs [should fail to compile] ... ok test tests/ui/unsafe_op_in_unsafe_task.rs [should fail to compile] ... ok test tests/ui/task_safety_attribute.rs [should pass] ... ok test ui ... ok test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.19s Doc-tests embassy_executor running 3 tests test src/lib.rs - (line 45) ... ignored test src/lib.rs - (line 56) ... ignored test src/raw/mod.rs - raw::Executor (line 540) ... ok test result: ok. 1 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s all doctests ran in 0.15s; merged doctests compilation took 0.15s Updating crates.io index Locking 12 packages to latest Rust 1.97.1 compatible versions Compiling embassy-futures v0.1.2 (/ci/code/embassy-futures) Finished `test` profile [unoptimized + debuginfo] target(s) in 0.22s Running unittests src/lib.rs (/ci/cache/target/debug/deps/embassy_futures-f53b28bf8a1cf446) running 0 tests test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Doc-tests embassy_futures running 6 tests test src/join.rs - join::join3 (line 160) ... ok test src/join.rs - join::join4 (line 190) ... ok test src/yield_now.rs - yield_now::yield_now (line 12) ... ok test src/join.rs - join::join5 (line 227) ... ok test src/join.rs - join::join (line 132) ... ok test src/join.rs - join::join_array (line 306) ... ok test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s all doctests ran in 0.20s; merged doctests compilation took 0.20s Updating crates.io index Locking 59 packages to latest Rust 1.97.1 compatible versions Compiling embassy-sync v0.8.0 (/ci/code/embassy-sync) Finished `test` profile [unoptimized + debuginfo] target(s) in 3.31s Running unittests src/lib.rs (/ci/cache/target/debug/deps/embassy_sync-dc9c96dab9e9e762) running 107 tests test channel::tests::cloning ... ok test channel::tests::dynamic_dispatch_into ... ok test channel::tests::dynamic_dispatch_constructor ... ok test channel::tests::receiving_once_with_one_send ... 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::sending_when_full ... ok test lazy_lock::tests::test_lazy_lock ... ok test channel::tests::simple_send_and_receive ... ok test lazy_lock::tests::test_lazy_drop ... ok test lazy_lock::tests::test_lazy_lock_into_inner ... ok test mutex::tests::mapped_guard_releases_lock_when_dropped ... ok test once_lock::tests::once_lock_into_inner ... ok test channel::tests::receiver_receives_given_try_send_async ... ok test once_lock::tests::once_lock_static ... ok test once_lock::tests::once_lock ... ok test once_lock::tests::once_lock_take_init ... ok test pipe::tests::dynamic_dispatch_pipe ... ok test pipe::tests::receiving_once_with_one_send ... ok test pipe::tests::receiving_when_empty ... ok test pipe::tests::sender_send_completes_if_capacity ... ok test pipe::tests::read_buf ... ok test once_lock::tests::once_lock_get_or_init ... ok test pipe::tests::simple_send_and_receive ... ok test pipe::tests::write_read_across_rollover ... ok test once_lock::tests::once_lock_async ... ok test pipe::tests::writer_is_cloneable ... ok test pipe::tests::writing_when_full ... ok test pipe::tests::writing_once ... ok test lazy_lock::tests::test_lazy_lock_mutation ... ok test pipe::tests::write_all_across_rollover ... 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::dynamic_dispatch ... 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::cloning ... ok test priority_channel::tests::sending_once ... ok test priority_channel::tests::sending_when_full ... ok test priority_channel::tests::simple_send_and_receive ... ok test pubsub::tests::all_subscribers_receive ... ok test pubsub::tests::correct_available ... ok test pubsub::tests::correct_len ... 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::receiver_receives_given_try_send_async ... ok test pubsub::tests::limited_subs_and_pubs ... ok test pubsub::tests::publisher_sink ... ok test pubsub::tests::skip_clone_for_last_message ... ok test ring_buffer::tests::push_pop ... ok test rpc_service::tests::basic ... ok test rpc_service::tests::cancel_before_acquire_then_next_call ... ok test pubsub::tests::publisher_wait_on_full_queue ... ok test rpc_service::tests::different_return_types ... ok test rpc_service::tests::drop_glue_on_service_drop ... ok test rpc_service::tests::concurrent_run_panics - should panic ... ok test rpc_service::tests::restart_after_cancel_mid_job ... ok test rpc_service::tests::poll_after_completion_panics - should panic ... ok test rpc_service::tests::cancel_after_submit_no_leak ... ok test pubsub::tests::send_dyn_are_send_sync ... ok test rpc_service::tests::zero_sized_return ... ok test rpc_service::tests::restart_with_pending_job ... ok test rpc_service::tests::restart_many_cycles ... ok test rwlock::tests::read_guard_releases_lock_when_dropped ... ok test rwlock::tests::write_guard_releases_lock_when_dropped ... ok test semaphore::tests::fair::acquire ... ok test rpc_service::tests::try_call_immediate ... ok test semaphore::tests::fair::acquire_all ... ok test semaphore::tests::fair::contested ... ok test semaphore::tests::fair::disarm ... ok test semaphore::tests::fair::release ... ok test semaphore::tests::fair::set ... ok test semaphore::tests::fair::try_acquire ... ok test semaphore::tests::fair::try_acquire_all ... ok test semaphore::tests::greedy::acquire ... ok test semaphore::tests::greedy::contested ... ok test semaphore::tests::greedy::acquire_all ... ok test semaphore::tests::greedy::disarm ... ok test semaphore::tests::greedy::greedy ... ok test semaphore::tests::fair::fairness ... ok test semaphore::tests::greedy::release ... ok test semaphore::tests::greedy::set ... ok test semaphore::tests::greedy::try_acquire ... ok test semaphore::tests::greedy::try_acquire_all ... ok test waitqueue::atomic_waker::tests::wake_after_register_wakes_registered ... ok test waitqueue::atomic_waker::tests::wake_with_no_registered_waker_is_noop ... ok test waitqueue::atomic_waker::tests::register_same_waker_no_spurious_wakes ... ok test watch::tests::clone_senders ... ok test waitqueue::atomic_waker::tests::register_with_distinct_waker_wakes_evicted ... ok test watch::tests::all_try_get ... ok test watch::tests::dynamic_receiver_count ... ok test watch::tests::convert_to_dyn ... ok test watch::tests::contains_value ... ok test watch::tests::multiple_sends ... ok test watch::tests::max_receivers_drop ... ok test watch::tests::multiple_receivers ... ok test watch::tests::once_lock_like ... ok test watch::tests::sender_modify ... ok test watch::tests::receive_after_create ... ok test watch::tests::use_dynamics ... ok test watch::tests::predicate_fn ... ok test semaphore::tests::fair::wakers ... ok test channel::tests::senders_sends_wait_until_capacity ... ok test priority_channel::tests::senders_sends_wait_until_capacity ... ok test result: ok. 107 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.50s Running tests/ui.rs (/ci/cache/target/debug/deps/ui-25422ac21027f6e2) running 1 test Checking embassy-sync v0.8.0 (/ci/code/embassy-sync) Checking embassy-sync-tests v0.0.0 (/ci/cache/target/tests/trybuild/embassy-sync) Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s test tests/ui/sync_impl/lazy_lock_function.rs ... ok test tests/ui/sync_impl/lazy_lock_type.rs ... ok test tests/ui/sync_impl/once_lock.rs ... ok test tests/ui/pubsub_send/subscriber_noop_mutex.rs ... ok test tests/ui/pubsub_send/publisher_noop_mutex.rs ... ok test tests/ui/pubsub_send/immediate_publisher_noop_mutex.rs ... ok test ui ... ok test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.94s Doc-tests embassy_sync running 10 tests test src/rpc_service.rs - rpc_service::RpcService (line 403) ... ignored test src/channel.rs - channel (line 22) ... ok test src/channel.rs - channel::Channel<M,T,N>::new (line 840) ... ok test src/lazy_lock.rs - lazy_lock::LazyLock (line 13) ... ok test src/once_lock.rs - once_lock::OnceLock (line 21) ... ok test src/pipe.rs - pipe::Pipe<M,N>::new (line 262) ... ok test src/priority_channel.rs - priority_channel::PriorityChannel<M,T,K,N>::new (line 495) ... ok test src/pubsub/mod.rs - pubsub::PubSubChannel (line 37) ... ok test src/signal.rs - signal::Signal (line 26) ... ok test src/watch.rs - watch::Watch (line 26) ... ok test result: ok. 9 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s all doctests ran in 0.29s; merged doctests compilation took 0.29s Updating crates.io index Locking 49 packages to latest Rust 1.97.1 compatible versions Adding embedded-hal v0.2.7 (available: v1.0.0) Compiling embassy-hal-internal v0.5.0 (/ci/code/embassy-hal-internal) Compiling embassy-futures v0.1.2 (/ci/code/embassy-futures) Compiling embassy-sync v0.8.0 (/ci/code/embassy-sync) Compiling embassy-embedded-hal v0.6.0 (/ci/code/embassy-embedded-hal) Finished `test` profile [unoptimized + debuginfo] target(s) in 1.34s Running unittests src/lib.rs (/ci/cache/target/debug/deps/embassy_embedded_hal-9d18a73b092d5038) running 9 tests test adapter::yielding_async::tests::can_erase ... ok test flash::partition::asynch::tests::can_erase ... ok test flash::concat_flash::tests::can_write_and_read_across_flashes ... ok test flash::concat_flash::tests::can_erase_across_flashes ... ok test flash::partition::asynch::tests::can_write ... ok test flash::partition::blocking::tests::can_erase ... ok test flash::partition::asynch::tests::can_read ... ok test flash::partition::blocking::tests::can_read ... 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 all doctests ran in 0.11s; merged doctests compilation took 0.11s Updating crates.io index Locking 29 packages to latest Rust 1.97.1 compatible versions Compiling embassy-hal-internal v0.5.0 (/ci/code/embassy-hal-internal) Finished `test` profile [unoptimized + debuginfo] target(s) in 0.34s Running unittests src/lib.rs (/ci/cache/target/debug/deps/embassy_hal_internal-0dde9b37b680bf2e) running 5 tests test atomic_ring_buffer::tests::push_and_reset ... ok 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. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Doc-tests embassy_hal_internal running 0 tests test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Updating crates.io index Updating git repository `https://github.com/embassy-rs/unitrait` Locking 113 packages to latest Rust 1.97.1 compatible versions Adding derive-mmio v0.6.2 (available: v0.8.0) Adding embedded-hal v0.2.7 (available: v1.0.0) Adding serial_test v0.9.0 (available: v4.0.1) Compiling embassy-time-driver v0.2.2 (/ci/code/embassy-time-driver) Compiling embassy-time-queue-utils v0.3.2 (/ci/code/embassy-time-queue-utils) Compiling embassy-executor v0.10.0 (/ci/code/embassy-executor) Compiling embassy-executor-timer-queue v0.1.1 (/ci/code/embassy-executor-timer-queue) Compiling embassy-executor-macros v0.8.0 (/ci/code/embassy-executor-macros) Compiling embassy-time v0.5.1 (/ci/code/embassy-time) Finished `test` profile [unoptimized + debuginfo] target(s) in 2.44s Running unittests src/lib.rs (/ci/cache/target/debug/deps/embassy_time-cfa46f61ad412133) running 2 tests test driver_mock::tests::test_schedule_wake ... ok test driver_mock::tests::test_advance ... ok test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Doc-tests embassy_time running 4 tests test src/driver_mock.rs - driver_mock::MockDriver (line 18) ... ignored test src/timer.rs - timer::Ticker (line 322) - compile ... ok test src/timer.rs - timer::Ticker (line 340) - compile ... ok test src/timer.rs - timer::Timer::after (line 153) - compile ... ok test result: ok. 3 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s all doctests ran in 0.14s; merged doctests compilation took 0.14s Updating crates.io index Updating git repository `https://github.com/embassy-rs/unitrait` Locking 15 packages to latest Rust 1.97.1 compatible versions Compiling embassy-time-queue-utils v0.3.2 (/ci/code/embassy-time-queue-utils) Compiling embassy-time-driver v0.2.2 (/ci/code/embassy-time-driver) Compiling embassy-executor-timer-queue v0.1.1 (/ci/code/embassy-executor-timer-queue) Finished `test` profile [unoptimized + debuginfo] target(s) in 0.27s Running unittests src/lib.rs (/ci/cache/target/debug/deps/embassy_time_driver-76ace9fae3c731d2) running 0 tests test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Doc-tests embassy_time_driver running 2 tests test src/lib.rs - (line 172) ... ok test src/lib.rs - (line 142) ... ok test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s all doctests ran in 0.17s; merged doctests compilation took 0.16s Updating crates.io index Locking 11 packages to latest Rust 1.97.1 compatible versions Compiling embassy-ptp-driver v0.1.0 (/ci/code/embassy-ptp-driver) Finished `test` profile [unoptimized + debuginfo] target(s) in 0.27s Running unittests src/lib.rs (/ci/cache/target/debug/deps/embassy_ptp_driver-fd37113baf5d78d2) running 3 tests test tests::timestamp_preserves_quarter_nanoseconds ... ok test tests::timestamp_rejects_a_full_second_of_nanoseconds - should panic ... ok test tests::timestamp_rejects_a_full_second_of_quarter_nanoseconds - should panic ... ok test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Doc-tests embassy_ptp_driver running 0 tests test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Updating crates.io index Locking 101 packages to latest Rust 1.97.1 compatible versions Adding digest v0.10.7 (available: v0.11.3) Adding ed25519-dalek v2.2.0 (available: v3.0.0) Adding env_logger v0.9.3 (available: v0.11.11) Adding generic-array v0.14.7 (available: v0.14.9) Adding rand v0.8.8 (available: v0.10.2) Adding sha1 v0.10.7 (available: v0.11.0) Adding signature v2.2.0 (available: v3.0.0) Compiling embassy-sync v0.8.0 (/ci/code/embassy-sync) Compiling embassy-embedded-hal v0.6.0 (/ci/code/embassy-embedded-hal) Compiling embassy-boot v0.7.0 (/ci/code/embassy-boot) warning: hiding a lifetime that's elided elsewhere is confusing --> src/test_flash/asynch.rs:33:19 | 33 | pub fn active(&self) -> Partition<NoopRawMutex, ACTIVE> { | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here | | | the lifetime is elided here | = help: the same lifetime is referred to in inconsistent ways, making the signature confusing = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default help: use `'_` for type paths | 33 | pub fn active(&self) -> Partition<'_, NoopRawMutex, ACTIVE> { | +++ warning: hiding a lifetime that's elided elsewhere is confusing --> src/test_flash/asynch.rs:37:16 | 37 | pub fn dfu(&self) -> Partition<NoopRawMutex, DFU> { | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here | | | the lifetime is elided here | = help: the same lifetime is referred to in inconsistent ways, making the signature confusing help: use `'_` for type paths | 37 | pub fn dfu(&self) -> Partition<'_, NoopRawMutex, DFU> { | +++ warning: hiding a lifetime that's elided elsewhere is confusing --> src/test_flash/asynch.rs:41:18 | 41 | pub fn state(&self) -> Partition<NoopRawMutex, STATE> { | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here | | | the lifetime is elided here | = help: the same lifetime is referred to in inconsistent ways, making the signature confusing help: use `'_` for type paths | 41 | pub fn state(&self) -> Partition<'_, NoopRawMutex, STATE> { | +++ warning: hiding a lifetime that's elided elsewhere is confusing --> src/test_flash/asynch.rs:45:45 | 45 | fn create_partition<T: NorFlash>(mutex: &Mutex<NoopRawMutex, T>) -> Partition<NoopRawMutex, T> { | ^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here | | | the lifetime is elided here | = help: the same lifetime is referred to in inconsistent ways, making the signature confusing help: use `'_` for type paths | 45 | fn create_partition<T: NorFlash>(mutex: &Mutex<NoopRawMutex, T>) -> Partition<'_, NoopRawMutex, T> { | +++ warning: hiding a lifetime that's elided elsewhere is confusing --> src/test_flash/blocking.rs:35:19 | 35 | pub fn active(&self) -> BlockingPartition<NoopRawMutex, ACTIVE> { | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here | | | the lifetime is elided here | = help: the same lifetime is referred to in inconsistent ways, making the signature confusing help: use `'_` for type paths | 35 | pub fn active(&self) -> BlockingPartition<'_, NoopRawMutex, ACTIVE> { | +++ warning: hiding a lifetime that's elided elsewhere is confusing --> src/test_flash/blocking.rs:39:16 | 39 | pub fn dfu(&self) -> BlockingPartition<NoopRawMutex, DFU> { | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here | | | the lifetime is elided here | = help: the same lifetime is referred to in inconsistent ways, making the signature confusing help: use `'_` for type paths | 39 | pub fn dfu(&self) -> BlockingPartition<'_, NoopRawMutex, DFU> { | +++ warning: hiding a lifetime that's elided elsewhere is confusing --> src/test_flash/blocking.rs:43:18 | 43 | pub fn state(&self) -> BlockingPartition<NoopRawMutex, STATE> { | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here | | | the lifetime is elided here | = help: the same lifetime is referred to in inconsistent ways, making the signature confusing help: use `'_` for type paths | 43 | pub fn state(&self) -> BlockingPartition<'_, NoopRawMutex, STATE> { | +++ warning: hiding a lifetime that's elided elsewhere is confusing --> src/test_flash/blocking.rs:48:16 | 48 | mutex: &Mutex<NoopRawMutex, RefCell<T>>, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the lifetime is elided here 49 | ) -> BlockingPartition<NoopRawMutex, T> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here | = help: the same lifetime is referred to in inconsistent ways, making the signature confusing help: use `'_` for type paths | 49 | ) -> BlockingPartition<'_, NoopRawMutex, T> { | +++ warning: `embassy-boot` (lib test) generated 8 warnings (run `cargo fix --lib -p embassy-boot --tests` to apply 8 suggestions) Finished `test` profile [unoptimized + debuginfo] target(s) in 1.90s Running unittests src/lib.rs (/ci/cache/target/debug/deps/embassy_boot-0691fbe97468a15d) running 13 tests test boot_loader::tests::test_range_asserts - should panic ... ok test firmware_updater::asynch::tests::can_verify_sha1_sector_bigger_than_chunk ... ok test firmware_updater::asynch::tests::can_verify_sha1_sector_smaller_than_chunk ... ok test firmware_updater::asynch::tests::can_verify_sha1 ... ok test firmware_updater::asynch::tests::can_verify_sha1_cross_sector_boundary ... ok test firmware_updater::blocking::tests::can_verify_sha1 ... ok test firmware_updater::blocking::tests::can_verify_sha1_cross_sector_boundary ... ok test tests::test_boot_state ... ok test firmware_updater::blocking::tests::can_verify_sha1_sector_bigger_than_chunk ... ok test firmware_updater::blocking::tests::can_verify_sha1_sector_smaller_than_chunk ... 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. 13 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s Doc-tests embassy_boot running 1 test test src/boot_loader.rs - boot_loader::BootLoaderConfig<BlockingPartition<'a,NoopRawMutex,ACTIVE>, BlockingPartition<'a,NoopRawMutex,DFU>, BlockingPartition<'a,NoopRawMutex,STATE>>::from_linkerfile_blocking (line 82) ... ignored test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s all doctests ran in 0.12s; merged doctests compilation took 0.11s Compiling embassy-boot v0.7.0 (/ci/code/embassy-boot) warning: field `active` is never read --> src/test_flash/asynch.rs:14:5 | 8 | pub struct AsyncTestFlash<ACTIVE, DFU, STATE> | -------------- field in this struct ... 14 | active: Mutex<NoopRawMutex, ACTIVE>, | ^^^^^^ | = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default warning: method `active` is never used --> src/test_flash/asynch.rs:33:12 | 19 | / impl<ACTIVE, DFU, STATE> AsyncTestFlash<ACTIVE, DFU, STATE> 20 | | where 21 | | ACTIVE: NorFlash, 22 | | DFU: NorFlash, 23 | | STATE: NorFlash, | |____________________- method in this implementation ... 33 | pub fn active(&self) -> Partition<NoopRawMutex, ACTIVE> { | ^^^^^^ warning: method `into_blocking` is never used --> src/test_flash/asynch.rs:56:12 | 50 | / impl<ACTIVE, DFU, STATE> AsyncTestFlash<ACTIVE, DFU, STATE> 51 | | where 52 | | ACTIVE: NorFlash + embedded_storage::nor_flash::NorFlash, 53 | | DFU: NorFlash + embedded_storage::nor_flash::NorFlash, 54 | | STATE: NorFlash + embedded_storage::nor_flash::NorFlash, | |____________________________________________________________- method in this implementation 55 | { 56 | pub fn into_blocking(self) -> super::BlockingTestFlash<ACTIVE, DFU, STATE> { | ^^^^^^^^^^^^^ warning: hiding a lifetime that's elided elsewhere is confusing --> src/test_flash/asynch.rs:33:19 | 33 | pub fn active(&self) -> Partition<NoopRawMutex, ACTIVE> { | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here | | | the lifetime is elided here | = help: the same lifetime is referred to in inconsistent ways, making the signature confusing = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default help: use `'_` for type paths | 33 | pub fn active(&self) -> Partition<'_, NoopRawMutex, ACTIVE> { | +++ warning: hiding a lifetime that's elided elsewhere is confusing --> src/test_flash/asynch.rs:37:16 | 37 | pub fn dfu(&self) -> Partition<NoopRawMutex, DFU> { | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here | | | the lifetime is elided here | = help: the same lifetime is referred to in inconsistent ways, making the signature confusing help: use `'_` for type paths | 37 | pub fn dfu(&self) -> Partition<'_, NoopRawMutex, DFU> { | +++ warning: hiding a lifetime that's elided elsewhere is confusing --> src/test_flash/asynch.rs:41:18 | 41 | pub fn state(&self) -> Partition<NoopRawMutex, STATE> { | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here | | | the lifetime is elided here | = help: the same lifetime is referred to in inconsistent ways, making the signature confusing help: use `'_` for type paths | 41 | pub fn state(&self) -> Partition<'_, NoopRawMutex, STATE> { | +++ warning: hiding a lifetime that's elided elsewhere is confusing --> src/test_flash/asynch.rs:45:45 | 45 | fn create_partition<T: NorFlash>(mutex: &Mutex<NoopRawMutex, T>) -> Partition<NoopRawMutex, T> { | ^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here | | | the lifetime is elided here | = help: the same lifetime is referred to in inconsistent ways, making the signature confusing help: use `'_` for type paths | 45 | fn create_partition<T: NorFlash>(mutex: &Mutex<NoopRawMutex, T>) -> Partition<'_, NoopRawMutex, T> { | +++ warning: hiding a lifetime that's elided elsewhere is confusing --> src/test_flash/blocking.rs:35:19 | 35 | pub fn active(&self) -> BlockingPartition<NoopRawMutex, ACTIVE> { | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here | | | the lifetime is elided here | = help: the same lifetime is referred to in inconsistent ways, making the signature confusing help: use `'_` for type paths | 35 | pub fn active(&self) -> BlockingPartition<'_, NoopRawMutex, ACTIVE> { | +++ warning: hiding a lifetime that's elided elsewhere is confusing --> src/test_flash/blocking.rs:39:16 | 39 | pub fn dfu(&self) -> BlockingPartition<NoopRawMutex, DFU> { | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here | | | the lifetime is elided here | = help: the same lifetime is referred to in inconsistent ways, making the signature confusing help: use `'_` for type paths | 39 | pub fn dfu(&self) -> BlockingPartition<'_, NoopRawMutex, DFU> { | +++ warning: hiding a lifetime that's elided elsewhere is confusing --> src/test_flash/blocking.rs:43:18 | 43 | pub fn state(&self) -> BlockingPartition<NoopRawMutex, STATE> { | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here | | | the lifetime is elided here | = help: the same lifetime is referred to in inconsistent ways, making the signature confusing help: use `'_` for type paths | 43 | pub fn state(&self) -> BlockingPartition<'_, NoopRawMutex, STATE> { | +++ warning: hiding a lifetime that's elided elsewhere is confusing --> src/test_flash/blocking.rs:48:16 | 48 | mutex: &Mutex<NoopRawMutex, RefCell<T>>, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the lifetime is elided here 49 | ) -> BlockingPartition<NoopRawMutex, T> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here | = help: the same lifetime is referred to in inconsistent ways, making the signature confusing help: use `'_` for type paths | 49 | ) -> BlockingPartition<'_, NoopRawMutex, T> { | +++ warning: `embassy-boot` (lib test) generated 11 warnings (run `cargo fix --lib -p embassy-boot --tests` to apply 8 suggestions) Finished `test` profile [unoptimized + debuginfo] target(s) in 0.27s Running unittests src/lib.rs (/ci/cache/target/debug/deps/embassy_boot-cc34e56d3f534b3c) running 11 tests test boot_loader::tests::test_range_asserts - should panic ... ok test firmware_updater::asynch::tests::can_verify_sha1 ... ok test firmware_updater::asynch::tests::can_verify_sha1_sector_bigger_than_chunk ... ok test firmware_updater::asynch::tests::can_verify_sha1_cross_sector_boundary ... ok test firmware_updater::asynch::tests::can_verify_sha1_sector_smaller_than_chunk ... ok test firmware_updater::blocking::tests::can_verify_sha1_sector_bigger_than_chunk ... ok test firmware_updater::blocking::tests::can_verify_sha1 ... ok test tests::test_boot_state ... ok test firmware_updater::blocking::tests::can_verify_sha1_sector_smaller_than_chunk ... ok test firmware_updater::blocking::tests::can_verify_sha1_cross_sector_boundary ... ok test tests::test_verify ... ok test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s Doc-tests embassy_boot running 1 test test src/boot_loader.rs - boot_loader::BootLoaderConfig<BlockingPartition<'a,NoopRawMutex,ACTIVE>, BlockingPartition<'a,NoopRawMutex,DFU>, BlockingPartition<'a,NoopRawMutex,STATE>>::from_linkerfile_blocking (line 82) ... ignored test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s all doctests ran in 0.11s; merged doctests compilation took 0.11s Compiling embassy-boot v0.7.0 (/ci/code/embassy-boot) warning: field `active` is never read --> src/test_flash/asynch.rs:14:5 | 8 | pub struct AsyncTestFlash<ACTIVE, DFU, STATE> | -------------- field in this struct ... 14 | active: Mutex<NoopRawMutex, ACTIVE>, | ^^^^^^ | = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default warning: method `active` is never used --> src/test_flash/asynch.rs:33:12 | 19 | / impl<ACTIVE, DFU, STATE> AsyncTestFlash<ACTIVE, DFU, STATE> 20 | | where 21 | | ACTIVE: NorFlash, 22 | | DFU: NorFlash, 23 | | STATE: NorFlash, | |____________________- method in this implementation ... 33 | pub fn active(&self) -> Partition<NoopRawMutex, ACTIVE> { | ^^^^^^ warning: method `into_blocking` is never used --> src/test_flash/asynch.rs:56:12 | 50 | / impl<ACTIVE, DFU, STATE> AsyncTestFlash<ACTIVE, DFU, STATE> 51 | | where 52 | | ACTIVE: NorFlash + embedded_storage::nor_flash::NorFlash, 53 | | DFU: NorFlash + embedded_storage::nor_flash::NorFlash, 54 | | STATE: NorFlash + embedded_storage::nor_flash::NorFlash, | |____________________________________________________________- method in this implementation 55 | { 56 | pub fn into_blocking(self) -> super::BlockingTestFlash<ACTIVE, DFU, STATE> { | ^^^^^^^^^^^^^ warning: hiding a lifetime that's elided elsewhere is confusing --> src/test_flash/asynch.rs:33:19 | 33 | pub fn active(&self) -> Partition<NoopRawMutex, ACTIVE> { | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here | | | the lifetime is elided here | = help: the same lifetime is referred to in inconsistent ways, making the signature confusing = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default help: use `'_` for type paths | 33 | pub fn active(&self) -> Partition<'_, NoopRawMutex, ACTIVE> { | +++ warning: hiding a lifetime that's elided elsewhere is confusing --> src/test_flash/asynch.rs:37:16 | 37 | pub fn dfu(&self) -> Partition<NoopRawMutex, DFU> { | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here | | | the lifetime is elided here | = help: the same lifetime is referred to in inconsistent ways, making the signature confusing help: use `'_` for type paths | 37 | pub fn dfu(&self) -> Partition<'_, NoopRawMutex, DFU> { | +++ warning: hiding a lifetime that's elided elsewhere is confusing --> src/test_flash/asynch.rs:41:18 | 41 | pub fn state(&self) -> Partition<NoopRawMutex, STATE> { | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here | | | the lifetime is elided here | = help: the same lifetime is referred to in inconsistent ways, making the signature confusing help: use `'_` for type paths | 41 | pub fn state(&self) -> Partition<'_, NoopRawMutex, STATE> { | +++ warning: hiding a lifetime that's elided elsewhere is confusing --> src/test_flash/asynch.rs:45:45 | 45 | fn create_partition<T: NorFlash>(mutex: &Mutex<NoopRawMutex, T>) -> Partition<NoopRawMutex, T> { | ^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here | | | the lifetime is elided here | = help: the same lifetime is referred to in inconsistent ways, making the signature confusing help: use `'_` for type paths | 45 | fn create_partition<T: NorFlash>(mutex: &Mutex<NoopRawMutex, T>) -> Partition<'_, NoopRawMutex, T> { | +++ warning: hiding a lifetime that's elided elsewhere is confusing --> src/test_flash/blocking.rs:35:19 | 35 | pub fn active(&self) -> BlockingPartition<NoopRawMutex, ACTIVE> { | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here | | | the lifetime is elided here | = help: the same lifetime is referred to in inconsistent ways, making the signature confusing help: use `'_` for type paths | 35 | pub fn active(&self) -> BlockingPartition<'_, NoopRawMutex, ACTIVE> { | +++ warning: hiding a lifetime that's elided elsewhere is confusing --> src/test_flash/blocking.rs:39:16 | 39 | pub fn dfu(&self) -> BlockingPartition<NoopRawMutex, DFU> { | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here | | | the lifetime is elided here | = help: the same lifetime is referred to in inconsistent ways, making the signature confusing help: use `'_` for type paths | 39 | pub fn dfu(&self) -> BlockingPartition<'_, NoopRawMutex, DFU> { | +++ warning: hiding a lifetime that's elided elsewhere is confusing --> src/test_flash/blocking.rs:43:18 | 43 | pub fn state(&self) -> BlockingPartition<NoopRawMutex, STATE> { | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here | | | the lifetime is elided here | = help: the same lifetime is referred to in inconsistent ways, making the signature confusing help: use `'_` for type paths | 43 | pub fn state(&self) -> BlockingPartition<'_, NoopRawMutex, STATE> { | +++ warning: hiding a lifetime that's elided elsewhere is confusing --> src/test_flash/blocking.rs:48:16 | 48 | mutex: &Mutex<NoopRawMutex, RefCell<T>>, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the lifetime is elided here 49 | ) -> BlockingPartition<NoopRawMutex, T> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here | = help: the same lifetime is referred to in inconsistent ways, making the signature confusing help: use `'_` for type paths | 49 | ) -> BlockingPartition<'_, NoopRawMutex, T> { | +++ warning: `embassy-boot` (lib test) generated 11 warnings (run `cargo fix --lib -p embassy-boot --tests` to apply 8 suggestions) Finished `test` profile [unoptimized + debuginfo] target(s) in 0.30s Running unittests src/lib.rs (/ci/cache/target/debug/deps/embassy_boot-b3842337c89815ca) running 11 tests test boot_loader::tests::test_range_asserts - should panic ... ok test firmware_updater::asynch::tests::can_verify_sha1_cross_sector_boundary ... ok test firmware_updater::asynch::tests::can_verify_sha1_sector_bigger_than_chunk ... ok test firmware_updater::asynch::tests::can_verify_sha1 ... ok test firmware_updater::asynch::tests::can_verify_sha1_sector_smaller_than_chunk ... ok test firmware_updater::blocking::tests::can_verify_sha1 ... ok test firmware_updater::blocking::tests::can_verify_sha1_cross_sector_boundary ... ok test firmware_updater::blocking::tests::can_verify_sha1_sector_smaller_than_chunk ... ok test firmware_updater::blocking::tests::can_verify_sha1_sector_bigger_than_chunk ... ok test tests::test_boot_state ... ok test tests::test_verify ... ok test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s Doc-tests embassy_boot running 1 test test src/boot_loader.rs - boot_loader::BootLoaderConfig<BlockingPartition<'a,NoopRawMutex,ACTIVE>, BlockingPartition<'a,NoopRawMutex,DFU>, BlockingPartition<'a,NoopRawMutex,STATE>>::from_linkerfile_blocking (line 82) ... ignored test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s all doctests ran in 0.13s; merged doctests compilation took 0.12s Updating crates.io index Updating git repository `https://github.com/embassy-rs/nrf-pac` Updating git repository `https://github.com/embassy-rs/xarxa` Updating git repository `https://github.com/embassy-rs/unitrait` Locking 75 packages to latest Rust 1.97.1 compatible versions Adding embedded-hal v0.2.7 (available: v1.0.0) Adding rand_core v0.6.4 (available: v0.10.1) Adding rand_core v0.9.5 (available: v0.10.1) Compiling embassy-time-driver v0.2.2 (/ci/code/embassy-time-driver) Compiling embassy-hal-internal v0.5.0 (/ci/code/embassy-hal-internal) Compiling embassy-sync v0.8.0 (/ci/code/embassy-sync) Compiling embassy-executor-timer-queue v0.1.1 (/ci/code/embassy-executor-timer-queue) Compiling embassy-usb-driver v0.2.2 (/ci/code/embassy-usb-driver) Compiling embassy-time-queue-utils v0.3.2 (/ci/code/embassy-time-queue-utils) Compiling embassy-time v0.5.1 (/ci/code/embassy-time) Compiling embassy-embedded-hal v0.6.0 (/ci/code/embassy-embedded-hal) Compiling embassy-nrf v0.11.0 (/ci/code/embassy-nrf) warning: methods `on_interrupt`, `next_period`, and `trigger_alarm` are never used --> src/time_driver.rs:273:8 | 194 | impl RtcDriver { | -------------- methods in this implementation ... 273 | fn on_interrupt(&self) { | ^^^^^^^^^^^^ ... 298 | fn next_period(&self) { | ^^^^^^^^^^^ ... 316 | fn trigger_alarm(&self, cs: CriticalSection) { | ^^^^^^^^^^^^^ | = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default warning: constant `CHANNELS_PER_PORT` is never used --> src/gpiote.rs:30:7 | 30 | const CHANNELS_PER_PORT: usize = 8; | ^^^^^^^^^^^^^^^^^ warning: function `handle_gpiote_interrupt` is never used --> src/gpiote.rs:195:11 | 195 | unsafe fn handle_gpiote_interrupt(g: pac::gpiote::Gpiote) { | ^^^^^^^^^^^^^^^^^^^^^^^ warning: struct `BitIter` is never constructed --> src/gpiote.rs:267:8 | 267 | struct BitIter(u32); | ^^^^^^^ warning: `embassy-nrf` (lib test) generated 4 warnings warning: `embassy-nrf` (lib) generated 4 warnings (4 duplicates) Finished `test` profile [unoptimized + debuginfo] target(s) in 3.59s Running unittests src/lib.rs (/ci/cache/target/debug/deps/embassy_nrf-2edeaa23a8a9e4fd) running 1 test test time_driver::test::test_calc_now ... ok test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Doc-tests embassy_nrf running 5 tests test src/lib.rs - (line 65) ... ignored test src/lib.rs - bind_interrupts (line 266) ... ignored test src/lib.rs - bind_interrupts (line 279) ... ignored test src/temp.rs - temp::Temp<'d>::read (line 54) - compile ... ok test src/qdec.rs - qdec::Qdec<'d>::read (line 169) - compile ... ok test result: ok. 2 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s all doctests ran in 0.49s; merged doctests compilation took 0.48s Updating crates.io index Updating git repository `https://github.com/embassy-rs/rp-pac` Updating git repository `https://github.com/embassy-rs/unitrait` Locking 169 packages to latest Rust 1.97.1 compatible versions Adding embedded-hal v0.2.7 (available: v1.0.0) Adding generic-array v0.14.7 (available: v0.14.9) Adding rand_core v0.6.4 (available: v0.10.1) Adding rand_core v0.9.5 (available: v0.10.1) Compiling embassy-hal-internal v0.5.0 (/ci/code/embassy-hal-internal) Compiling embassy-executor-timer-queue v0.1.1 (/ci/code/embassy-executor-timer-queue) Compiling embassy-executor v0.10.0 (/ci/code/embassy-executor) Compiling embassy-rp v0.10.0 (/ci/code/embassy-rp) Compiling embassy-time v0.5.1 (/ci/code/embassy-time) Compiling embassy-executor-macros v0.8.0 (/ci/code/embassy-executor-macros) Compiling embassy-time-queue-utils v0.3.2 (/ci/code/embassy-time-queue-utils) Compiling embassy-embedded-hal v0.6.0 (/ci/code/embassy-embedded-hal) warning: unused import: `core::arch::asm` --> src/clocks.rs:66:5 | 66 | use core::arch::asm; | ^^^^^^^^^^^^^^^ | = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default warning: unused imports: `RW` and `Reg` --> src/clocks.rs:75:26 | 75 | use crate::pac::common::{RW, Reg}; | ^^ ^^^ warning: unused variable: `cs_gpio` --> src/bootsel.rs:96:34 | 96 | pub unsafe fn read_cs_status(cs_gpio: *mut (), cs_ctrl: u32) -> u32 { | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_cs_gpio` | = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default warning: unused variable: `cs_ctrl` --> src/bootsel.rs:96:52 | 96 | pub unsafe fn read_cs_status(cs_gpio: *mut (), cs_ctrl: u32) -> u32 { | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_cs_ctrl` warning: unused variable: `output_freq` --> src/clocks.rs:2067:17 | 2067 | let output_freq = (vco_freq / ((params.post_div1 * params.post_div2) as u64)) as u32; | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_output_freq` warning: unused variable: `addr` --> src/flash.rs:633:33 | 633 | unsafe fn write_flash_inner(addr: u32, len: u32, data: Option<&[u8]>, ptrs: *const FlashFunctionPointers) { | ^^^^ help: if this is intentional, prefix it with an underscore: `_addr` warning: unused variable: `len` --> src/flash.rs:633:44 | 633 | unsafe fn write_flash_inner(addr: u32, len: u32, data: Option<&[u8]>, ptrs: *const FlashFunctionPointers) { | ^^^ help: if this is intentional, prefix it with an underscore: `_len` warning: unused variable: `data` --> src/flash.rs:633:54 | 633 | unsafe fn write_flash_inner(addr: u32, len: u32, data: Option<&[u8]>, ptrs: *const FlashFunctionPointers) { | ^^^^ help: if this is intentional, prefix it with an underscore: `_data` warning: unused variable: `ptrs` --> src/flash.rs:633:75 | 633 | unsafe fn write_flash_inner(addr: u32, len: u32, data: Option<&[u8]>, ptrs: *const FlashFunctionPointers) { | ^^^^ help: if this is intentional, prefix it with an underscore: `_ptrs` warning: unused variable: `cmd` --> src/flash.rs:817:32 | 817 | unsafe fn read_flash_inner(cmd: FlashCommand, ptrs: *const FlashFunctionPointers) { | ^^^ help: if this is intentional, prefix it with an underscore: `_cmd` warning: unused variable: `ptrs` --> src/flash.rs:817:51 | 817 | unsafe fn read_flash_inner(cmd: FlashCommand, ptrs: *const FlashFunctionPointers) { | ^^^^ help: if this is intentional, prefix it with an underscore: `_ptrs` warning: methods `check_alarm` and `trigger_alarm` are never used --> src/time_driver.rs:86:8 | 60 | impl TimerDriver { | ---------------- methods in this implementation ... 86 | fn check_alarm(&self) { | ^^^^^^^^^^^ ... 104 | fn trigger_alarm(&self, cs: CriticalSection) { | ^^^^^^^^^^^^^ | = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default warning: `embassy-rp` (lib test) generated 12 warnings (run `cargo fix --lib -p embassy-rp --tests` to apply 11 suggestions) warning: `embassy-rp` (lib) generated 11 warnings (11 duplicates) Finished `test` profile [unoptimized + debuginfo] target(s) in 5.95s Running unittests src/lib.rs (/ci/cache/target/debug/deps/embassy_rp-87cf644a7c4f1f83) running 5 tests test pio_programs::clock_divider::tests::clock_divider_math ... ok test clocks::tests::test_pll_config_validation ... ok test clocks::tests::test_manual_pll_helper ... ok test clocks::tests::test_auto_voltage_scaling ... ok test clocks::tests::test_find_pll_params ... ok test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Doc-tests embassy_rp warning: the `main` function of this doctest won't be run as it contains expressions at the top level, meaning that the whole doctest code will be wrapped in a function --> src/multicore.rs:60:1 | 60 | use crate::{Peri, gpio, install_stack_guard, interrupt, pac}; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning: 1 warning emitted running 14 tests test src/clocks.rs - clocks (line 19) ... ignored test src/clocks.rs - clocks (line 42) ... ignored test src/clocks.rs - clocks (line 47) ... ignored test src/clocks.rs - clocks (line 52) ... ignored test src/clocks.rs - clocks (line 57) ... ignored test src/clocks.rs - clocks::ClockConfig::manual_pll (line 550) ... ignored test src/clocks.rs - clocks::find_pll_params (line 901) ... ignored test src/intrinsics.rs - intrinsics::intrinsics (line 64) ... ignored test src/lib.rs - (line 94) ... ignored test src/lib.rs - bind_interrupts (line 174) ... ignored test src/rtc/mod.rs - rtc::Rtc<'d,T>::schedule_alarm (line 150) - compile ... ok test src/lib.rs - install_core0_stack_guard (line 520) - compile ... ok test src/multicore.rs - multicore (line 13) - compile ... ok test src/lib.rs - (line 78) ... ok test result: ok. 4 passed; 0 failed; 10 ignored; 0 measured; 0 filtered out; finished in 0.12s all doctests ran in 1.12s; merged doctests compilation took 0.99s Compiling embassy-rp v0.10.0 (/ci/code/embassy-rp) warning: unused import: `core::arch::asm` --> src/clocks.rs:66:5 | 66 | use core::arch::asm; | ^^^^^^^^^^^^^^^ | = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default warning: unused imports: `RW` and `Reg` --> src/clocks.rs:75:26 | 75 | use crate::pac::common::{RW, Reg}; | ^^ ^^^ warning: unused import: `super::*` --> src/clocks.rs:2027:9 | 2027 | use super::*; | ^^^^^^^^ warning: unused variable: `cs_gpio` --> src/bootsel.rs:96:34 | 96 | pub unsafe fn read_cs_status(cs_gpio: *mut (), cs_ctrl: u32) -> u32 { | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_cs_gpio` | = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default warning: unused variable: `cs_ctrl` --> src/bootsel.rs:96:52 | 96 | pub unsafe fn read_cs_status(cs_gpio: *mut (), cs_ctrl: u32) -> u32 { | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_cs_ctrl` warning: variable does not need to be mutable --> src/psram.rs:321:13 | 321 | let mut kgd: u32 = 0; | ----^^^ | | | help: remove this `mut` | = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default warning: variable does not need to be mutable --> src/psram.rs:323:13 | 323 | let mut eid: u32 = 0; | ----^^^ | | | help: remove this `mut` warning: unused variable: `qmi_base` --> src/psram.rs:325:13 | 325 | let qmi_base = qmi.as_ptr() as usize; | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_qmi_base` warning: unused variable: `config` --> src/psram.rs:620:44 | 620 | unsafe fn direct_csr_send_init_command(config: &Config, init_cmd: u8) { | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_config` warning: unused variable: `init_cmd` --> src/psram.rs:620:61 | 620 | unsafe fn direct_csr_send_init_command(config: &Config, init_cmd: u8) { | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_init_cmd` warning: constant `RESET_ENABLE_CMD` is never used --> src/psram.rs:317:15 | 317 | const RESET_ENABLE_CMD: u8 = 0xf5; | ^^^^^^^^^^^^^^^^ | = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default warning: constant `READ_ID_CMD` is never used --> src/psram.rs:318:15 | 318 | const READ_ID_CMD: u8 = 0x9f; | ^^^^^^^^^^^ warning: methods `check_alarm` and `trigger_alarm` are never used --> src/time_driver.rs:86:8 | 60 | impl TimerDriver { | ---------------- methods in this implementation ... 86 | fn check_alarm(&self) { | ^^^^^^^^^^^ ... 104 | fn trigger_alarm(&self, cs: CriticalSection) { | ^^^^^^^^^^^^^ warning: `embassy-rp` (lib test) generated 13 warnings (run `cargo fix --lib -p embassy-rp --tests` to apply 10 suggestions) warning: `embassy-rp` (lib) generated 12 warnings (12 duplicates) Finished `test` profile [unoptimized + debuginfo] target(s) in 1.83s Running unittests src/lib.rs (/ci/cache/target/debug/deps/embassy_rp-99413b083fdc56e9) running 2 tests test pio_programs::clock_divider::tests::clock_divider_math ... ok test block::test::make_hashed_partition_table ... ok test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Doc-tests embassy_rp warning: the `main` function of this doctest won't be run as it contains expressions at the top level, meaning that the whole doctest code will be wrapped in a function --> src/multicore.rs:60:1 | 60 | use crate::{Peri, gpio, install_stack_guard, interrupt, pac}; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning: 1 warning emitted running 18 tests test src/aon_timer/mod.rs - aon_timer (line 103) ... ignored test src/aon_timer/mod.rs - aon_timer (line 128) ... ignored test src/aon_timer/mod.rs - aon_timer (line 50) ... ignored test src/aon_timer/mod.rs - aon_timer (line 77) ... ignored test src/aon_timer/mod.rs - aon_timer::AonTimer<'d>::new (line 290) ... ignored test src/aon_timer/mod.rs - aon_timer::AonTimer<'d>::wait_for_alarm (line 660) ... ignored test src/clocks.rs - clocks (line 19) ... ignored test src/clocks.rs - clocks (line 42) ... ignored test src/clocks.rs - clocks (line 47) ... ignored test src/clocks.rs - clocks (line 52) ... ignored test src/clocks.rs - clocks (line 57) ... ignored test src/clocks.rs - clocks::find_pll_params (line 901) ... ignored test src/lib.rs - (line 94) ... ignored test src/lib.rs - bind_interrupts (line 174) ... ignored test src/lib.rs - install_core0_stack_guard (line 520) - compile ... ok test src/trng.rs - trng::Trng (line 134) - compile ... ok test src/multicore.rs - multicore (line 13) - compile ... ok test src/lib.rs - (line 78) ... ok test result: ok. 4 passed; 0 failed; 14 ignored; 0 measured; 0 filtered out; finished in 0.16s all doctests ran in 0.66s; merged doctests compilation took 0.50s Updating crates.io index Updating git repository `https://github.com/embassy-rs/stm32-data-generated` Updating git repository `https://github.com/embassy-rs/xarxa` Updating git repository `https://github.com/embassy-rs/unitrait` Locking 154 packages to latest Rust 1.97.1 compatible versions Adding embedded-hal v0.2.7 (available: v1.0.0) Adding rand_core v0.6.4 (available: v0.10.1) Adding rand_core v0.9.5 (available: v0.10.1) Adding trait-set v0.3.0 (available: v0.5.0) Compiling embassy-time-driver v0.2.2 (/ci/code/embassy-time-driver) Compiling embassy-hal-internal v0.5.0 (/ci/code/embassy-hal-internal) Compiling embassy-time-queue-utils v0.3.2 (/ci/code/embassy-time-queue-utils) Compiling embassy-stm32 v0.6.0 (/ci/code/embassy-stm32) Compiling embassy-usb-synopsys-otg v0.4.0 (/ci/code/embassy-usb-synopsys-otg) Compiling embassy-crypto v0.1.0 (/ci/code/embassy-crypto) Compiling embassy-time v0.5.1 (/ci/code/embassy-time) Compiling embassy-embedded-hal v0.6.0 (/ci/code/embassy-embedded-hal) Finished `test` profile [unoptimized + debuginfo] target(s) in 4.97s Running unittests src/lib.rs (/ci/cache/target/debug/deps/embassy_stm32-e8ed4930b320c46e) running 69 tests test can::_version::filter::tests::test_filter_bitmask ... ok test can::frame::tests::test_fd_frame_new_remote_has_fdcan_and_brs_flags ... ok test can::frame::tests::test_fd_frame_new_extended_has_fdcan_and_brs_flags ... ok test dma::ringbuffer::tests::alignment_no_skip_when_aligned ... ok test can::frame::tests::test_fd_frame_new_standard_has_fdcan_and_brs_flags ... ok test dma::ringbuffer::tests::alignment_rejects_non_multiple - should panic ... ok test dma::ringbuffer::tests::alignment_rounds_down_read_length ... ok test dma::ringbuffer::tests::alignment_skip_after_overrun ... ok test dma::ringbuffer::tests::dma_index_advancing_increases_as_index ... ok test dma::ringbuffer::tests::dma_index_as_index_returns_index_mod_cap_by_default ... ok test dma::ringbuffer::tests::dma_index_dma_sync_single_transfer ... ok test dma::ringbuffer::tests::dma_index_dma_sync_wrap_common ... ok test dma::ringbuffer::tests::dma_index_dma_sync_wrap_rare ... ok test dma::ringbuffer::tests::dma_index_dma_sync_wrap_very_rare ... ok test dma::ringbuffer::tests::read_latest_does_not_discard_partial_frame ... ok test dma::ringbuffer::tests::read_latest_recovers_from_overrun ... ok test dma::ringbuffer::tests::read_latest_reads_all_when_buffer_is_large ... ok test dma::ringbuffer::tests::read_latest_recovers_from_overrun_respecting_alignment ... ok test dma::ringbuffer::tests::read_latest_returns_most_recent_data ... ok test dma::ringbuffer::tests::read_latest_returns_zero_when_empty ... ok test dma::ringbuffer::tests::read_latest_with_alignment ... ok test dma::ringbuffer::tests::read_latest_wraps_around ... ok test flash::family::tests::can_get_sector ... ok test i2c::config::tests::addr_method_returns_raw_value ... ok test i2c::config::tests::from_u16_gives_ten_bit ... ok test i2c::config::tests::from_u8_gives_seven_bit ... ok test i2c::config::tests::from_u16_rejects_out_of_range - should panic ... ok test i2c::config::tests::into_address_accepts_address ... ok test i2c::config::tests::into_address_accepts_u8 ... ok test i2c::config::tests::read_header_equals_write_header_or_one ... ok test i2c::config::tests::read_header_seven_bit_max ... ok test i2c::config::tests::read_header_seven_bit_reserved_range ... ok test i2c::config::tests::read_header_seven_bit_standard ... ok test i2c::config::tests::read_header_seven_bit_zero ... ok test i2c::config::tests::read_header_ten_bit_all_upper_bit_combos ... ok test i2c::config::tests::read_header_ten_bit_max ... ok test i2c::config::tests::read_header_ten_bit_zero ... ok test i2c::config::tests::reserved_range_boundaries ... ok test i2c::config::tests::reserved_range_common_addresses ... ok test i2c::config::tests::reserved_range_ten_bit_is_never_reserved ... ok test i2c::config::tests::sadd_matches_the_wire_header_v1_builds ... ok test i2c::config::tests::sadd_seven_bit_is_left_aligned ... ok test i2c::config::tests::sadd_ten_bit_is_not_shifted ... ok test i2c::config::tests::sadd_ten_bit_keeps_the_header_bits_addressable ... ok test i2c::config::tests::ten_bit_second_byte_is_low_byte ... ok test i2c::config::tests::write_header_seven_bit_max ... ok test i2c::config::tests::write_header_seven_bit_reserved_range ... ok test i2c::config::tests::write_header_seven_bit_standard ... ok test i2c::config::tests::write_header_seven_bit_zero ... ok test i2c::config::tests::write_header_ten_bit_all_upper_bit_combos ... ok test i2c::config::tests::write_header_ten_bit_max ... ok test i2c::config::tests::write_header_ten_bit_zero ... ok test timer::complementary_pwm::tests::test_compute_dead_time_value ... ok test timer::complementary_pwm::tests::test_div1_dtg_with_reference ... ok test timer::complementary_pwm::tests::test_div2_dtg_with_reference ... ok test timer::complementary_pwm::tests::test_div4_dtg_with_reference ... ok test timer::low_level::tests::test_div_round ... ok test wdg::tests::can_compute_reload_value ... ok test timer::low_level::tests::test_calculate_psc_arr ... ok test wdg::tests::can_compute_timeout_us ... ok test wdg::wwdg_tests::ticks_exact ... ok test wdg::wwdg_tests::ticks_just_above_exact ... ok test wdg::wwdg_tests::ticks_large_prescaler ... ok test wdg::wwdg_tests::ticks_minimum_duration ... ok test wdg::wwdg_tests::ticks_rounded_up ... ok test timer::complementary_pwm::tests::test_all_dead_time_cases_min_error ... ok test dma::ringbuffer::tests::prop_test::writer::writer_state_test ... ok test dma::ringbuffer::tests::prop_test::reader::reader_state_test ... ok test rtc::datetime::test_millis_from_unix_epoch ... ok test result: ok. 69 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.12s Doc-tests embassy_stm32 running 9 tests test src/adc/mod.rs - adc::Adc<'d,T>::read (line 377) ... ignored test src/adc/ringbuffered.rs - adc::ringbuffered::RingBufferedAdc<'d,R>::read (line 111) ... ignored test src/dac/mod.rs - dac::Dac (line 694) ... ignored test src/lib.rs - bind_interrupts (line 281) ... ignored test src/lib.rs - bind_interrupts (line 291) ... ignored test src/timer/complementary_pwm.rs - timer::complementary_pwm::ComplementaryPwm<'d,T>::waveform_up_multi_channel (line 663) ... ignored test src/timer/low_level.rs - timer::low_level::Timer<'d,T>::setup_update_dma_burst (line 1257) ... ignored test src/timer/ringbuffered.rs - timer::ringbuffered::RingBufferedPwmChannel (line 22) ... ignored test src/timer/simple_pwm.rs - timer::simple_pwm::SimplePwm<'d,T>::waveform_up_multi_channel (line 512) ... ignored test result: ok. 0 passed; 0 failed; 9 ignored; 0 measured; 0 filtered out; finished in 0.00s all doctests ran in 0.12s; merged doctests compilation took 0.12s Compiling embassy-stm32 v0.6.0 (/ci/code/embassy-stm32) warning: method `trigger_alarm` is never used --> src/time_driver/gp16.rs:216:8 | 114 | impl RtcDriver { | -------------- method in this implementation ... 216 | fn trigger_alarm(&self, cs: CriticalSection) { | ^^^^^^^^^^^^^ | = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default warning: function `get_driver` is never used --> src/time_driver/gp16.rs:363:21 | 363 | pub(crate) const fn get_driver() -> &'static RtcDriver { | ^^^^^^^^^^ warning: `embassy-stm32` (lib test) generated 2 warnings (2 duplicates) warning: `embassy-stm32` (lib) generated 2 warnings Finished `test` profile [unoptimized + debuginfo] target(s) in 1.78s Running unittests src/lib.rs (/ci/cache/target/debug/deps/embassy_stm32-7c5dbb4a316499b4) running 68 tests test can::_version::filter::tests::test_filter_bitmask ... ok test can::frame::tests::test_fd_frame_new_extended_has_fdcan_and_brs_flags ... ok test can::frame::tests::test_fd_frame_new_remote_has_fdcan_and_brs_flags ... ok test dma::ringbuffer::tests::alignment_no_skip_when_aligned ... ok test can::frame::tests::test_fd_frame_new_standard_has_fdcan_and_brs_flags ... ok test dma::ringbuffer::tests::dma_index_advancing_increases_as_index ... ok test dma::ringbuffer::tests::alignment_rejects_non_multiple - should panic ... ok test dma::ringbuffer::tests::alignment_rounds_down_read_length ... ok test dma::ringbuffer::tests::alignment_skip_after_overrun ... ok test dma::ringbuffer::tests::dma_index_dma_sync_single_transfer ... ok test dma::ringbuffer::tests::dma_index_as_index_returns_index_mod_cap_by_default ... ok test dma::ringbuffer::tests::dma_index_dma_sync_wrap_rare ... ok test dma::ringbuffer::tests::dma_index_dma_sync_wrap_common ... ok test dma::ringbuffer::tests::dma_index_dma_sync_wrap_very_rare ... ok test dma::ringbuffer::tests::read_latest_does_not_discard_partial_frame ... ok test dma::ringbuffer::tests::read_latest_reads_all_when_buffer_is_large ... ok test dma::ringbuffer::tests::read_latest_recovers_from_overrun ... ok test dma::ringbuffer::tests::read_latest_recovers_from_overrun_respecting_alignment ... ok test dma::ringbuffer::tests::read_latest_returns_most_recent_data ... ok test dma::ringbuffer::tests::read_latest_returns_zero_when_empty ... ok test dma::ringbuffer::tests::read_latest_with_alignment ... ok test dma::ringbuffer::tests::read_latest_wraps_around ... ok test flash::family::tests::can_get_sector ... ok test i2c::config::tests::addr_method_returns_raw_value ... ok test i2c::config::tests::from_u16_gives_ten_bit ... ok test i2c::config::tests::from_u8_gives_seven_bit ... ok test i2c::config::tests::into_address_accepts_address ... ok test i2c::config::tests::into_address_accepts_u8 ... ok test i2c::config::tests::from_u16_rejects_out_of_range - should panic ... ok test i2c::config::tests::read_header_equals_write_header_or_one ... ok test i2c::config::tests::read_header_seven_bit_max ... ok test i2c::config::tests::read_header_seven_bit_reserved_range ... ok test i2c::config::tests::read_header_seven_bit_standard ... ok test i2c::config::tests::read_header_seven_bit_zero ... ok test i2c::config::tests::read_header_ten_bit_all_upper_bit_combos ... ok test i2c::config::tests::read_header_ten_bit_max ... ok test i2c::config::tests::read_header_ten_bit_zero ... ok test i2c::config::tests::reserved_range_boundaries ... ok test i2c::config::tests::reserved_range_common_addresses ... ok test i2c::config::tests::reserved_range_ten_bit_is_never_reserved ... ok test i2c::config::tests::sadd_matches_the_wire_header_v1_builds ... ok test i2c::config::tests::sadd_seven_bit_is_left_aligned ... ok test i2c::config::tests::sadd_ten_bit_is_not_shifted ... ok test i2c::config::tests::sadd_ten_bit_keeps_the_header_bits_addressable ... ok test i2c::config::tests::ten_bit_second_byte_is_low_byte ... ok test i2c::config::tests::write_header_seven_bit_max ... ok test i2c::config::tests::write_header_seven_bit_reserved_range ... ok test i2c::config::tests::write_header_seven_bit_standard ... ok test i2c::config::tests::write_header_seven_bit_zero ... ok test i2c::config::tests::write_header_ten_bit_all_upper_bit_combos ... ok test i2c::config::tests::write_header_ten_bit_max ... ok test i2c::config::tests::write_header_ten_bit_zero ... ok test timer::complementary_pwm::tests::test_compute_dead_time_value ... ok test timer::complementary_pwm::tests::test_div1_dtg_with_reference ... ok test timer::complementary_pwm::tests::test_div2_dtg_with_reference ... ok test timer::complementary_pwm::tests::test_div4_dtg_with_reference ... ok test timer::low_level::tests::test_div_round ... ok test wdg::tests::can_compute_reload_value ... ok test timer::low_level::tests::test_calculate_psc_arr ... ok test wdg::tests::can_compute_timeout_us ... ok test wdg::wwdg_tests::ticks_exact ... ok test wdg::wwdg_tests::ticks_just_above_exact ... ok test wdg::wwdg_tests::ticks_large_prescaler ... ok test wdg::wwdg_tests::ticks_minimum_duration ... ok test wdg::wwdg_tests::ticks_rounded_up ... ok test timer::complementary_pwm::tests::test_all_dead_time_cases_min_error ... ok test dma::ringbuffer::tests::prop_test::writer::writer_state_test ... ok test dma::ringbuffer::tests::prop_test::reader::reader_state_test ... ok test result: ok. 68 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s Doc-tests embassy_stm32 running 9 tests test src/adc/mod.rs - adc::Adc<'d,T>::read (line 377) ... ignored test src/adc/ringbuffered.rs - adc::ringbuffered::RingBufferedAdc<'d,R>::read (line 111) ... ignored test src/dac/mod.rs - dac::Dac (line 694) ... ignored test src/lib.rs - bind_interrupts (line 281) ... ignored test src/lib.rs - bind_interrupts (line 291) ... ignored test src/timer/complementary_pwm.rs - timer::complementary_pwm::ComplementaryPwm<'d,T>::waveform_up_multi_channel (line 663) ... ignored test src/timer/low_level.rs - timer::low_level::Timer<'d,T>::setup_update_dma_burst (line 1257) ... ignored test src/timer/ringbuffered.rs - timer::ringbuffered::RingBufferedPwmChannel (line 22) ... ignored test src/timer/simple_pwm.rs - timer::simple_pwm::SimplePwm<'d,T>::waveform_up_multi_channel (line 512) ... ignored test result: ok. 0 passed; 0 failed; 9 ignored; 0 measured; 0 filtered out; finished in 0.00s all doctests ran in 0.12s; merged doctests compilation took 0.12s Compiling embassy-stm32 v0.6.0 (/ci/code/embassy-stm32) warning: method `trigger_alarm` is never used --> src/time_driver/gp16.rs:216:8 | 114 | impl RtcDriver { | -------------- method in this implementation ... 216 | fn trigger_alarm(&self, cs: CriticalSection) { | ^^^^^^^^^^^^^ | = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default warning: function `get_driver` is never used --> src/time_driver/gp16.rs:363:21 | 363 | pub(crate) const fn get_driver() -> &'static RtcDriver { | ^^^^^^^^^^ warning: `embassy-stm32` (lib) generated 2 warnings warning: `embassy-stm32` (lib test) generated 2 warnings (2 duplicates) Finished `test` profile [unoptimized + debuginfo] target(s) in 1.74s Running unittests src/lib.rs (/ci/cache/target/debug/deps/embassy_stm32-fb6eb44aa64c1cd2) running 68 tests test can::_version::filter::tests::test_filter_bitmask ... ok test can::frame::tests::test_fd_frame_new_extended_has_fdcan_and_brs_flags ... ok test can::frame::tests::test_fd_frame_new_remote_has_fdcan_and_brs_flags ... ok test can::frame::tests::test_fd_frame_new_standard_has_fdcan_and_brs_flags ... ok test dma::ringbuffer::tests::alignment_no_skip_when_aligned ... ok test dma::ringbuffer::tests::alignment_skip_after_overrun ... ok test dma::ringbuffer::tests::alignment_rounds_down_read_length ... ok test dma::ringbuffer::tests::alignment_rejects_non_multiple - should panic ... ok test dma::ringbuffer::tests::dma_index_advancing_increases_as_index ... ok test dma::ringbuffer::tests::dma_index_as_index_returns_index_mod_cap_by_default ... ok test dma::ringbuffer::tests::dma_index_dma_sync_single_transfer ... ok test dma::ringbuffer::tests::dma_index_dma_sync_wrap_common ... ok test dma::ringbuffer::tests::dma_index_dma_sync_wrap_very_rare ... ok test dma::ringbuffer::tests::dma_index_dma_sync_wrap_rare ... ok test dma::ringbuffer::tests::read_latest_does_not_discard_partial_frame ... ok test dma::ringbuffer::tests::read_latest_reads_all_when_buffer_is_large ... ok test dma::ringbuffer::tests::read_latest_recovers_from_overrun ... ok test dma::ringbuffer::tests::read_latest_recovers_from_overrun_respecting_alignment ... ok test dma::ringbuffer::tests::read_latest_returns_most_recent_data ... ok test dma::ringbuffer::tests::read_latest_returns_zero_when_empty ... ok test dma::ringbuffer::tests::read_latest_with_alignment ... ok test dma::ringbuffer::tests::read_latest_wraps_around ... ok test flash::family::tests::can_get_sector ... ok test i2c::config::tests::addr_method_returns_raw_value ... ok test i2c::config::tests::from_u16_gives_ten_bit ... ok test i2c::config::tests::from_u16_rejects_out_of_range - should panic ... ok test i2c::config::tests::from_u8_gives_seven_bit ... ok test i2c::config::tests::into_address_accepts_address ... ok test i2c::config::tests::into_address_accepts_u8 ... ok test i2c::config::tests::read_header_equals_write_header_or_one ... ok test i2c::config::tests::read_header_seven_bit_max ... ok test i2c::config::tests::read_header_seven_bit_reserved_range ... ok test i2c::config::tests::read_header_seven_bit_standard ... ok test i2c::config::tests::read_header_seven_bit_zero ... ok test i2c::config::tests::read_header_ten_bit_all_upper_bit_combos ... ok test i2c::config::tests::read_header_ten_bit_max ... ok test i2c::config::tests::read_header_ten_bit_zero ... ok test i2c::config::tests::reserved_range_boundaries ... ok test i2c::config::tests::reserved_range_common_addresses ... ok test i2c::config::tests::reserved_range_ten_bit_is_never_reserved ... ok test i2c::config::tests::sadd_matches_the_wire_header_v1_builds ... ok test i2c::config::tests::sadd_seven_bit_is_left_aligned ... ok test i2c::config::tests::sadd_ten_bit_is_not_shifted ... ok test i2c::config::tests::sadd_ten_bit_keeps_the_header_bits_addressable ... ok test i2c::config::tests::ten_bit_second_byte_is_low_byte ... ok test i2c::config::tests::write_header_seven_bit_max ... ok test i2c::config::tests::write_header_seven_bit_reserved_range ... ok test i2c::config::tests::write_header_seven_bit_standard ... ok test i2c::config::tests::write_header_seven_bit_zero ... ok test i2c::config::tests::write_header_ten_bit_all_upper_bit_combos ... ok test i2c::config::tests::write_header_ten_bit_max ... ok test i2c::config::tests::write_header_ten_bit_zero ... ok test timer::complementary_pwm::tests::test_compute_dead_time_value ... ok test timer::complementary_pwm::tests::test_div1_dtg_with_reference ... ok test timer::complementary_pwm::tests::test_div2_dtg_with_reference ... ok test timer::low_level::tests::test_div_round ... ok test timer::complementary_pwm::tests::test_div4_dtg_with_reference ... ok test wdg::tests::can_compute_reload_value ... ok test timer::low_level::tests::test_calculate_psc_arr ... ok test wdg::tests::can_compute_timeout_us ... ok test wdg::wwdg_tests::ticks_exact ... ok test wdg::wwdg_tests::ticks_just_above_exact ... ok test wdg::wwdg_tests::ticks_large_prescaler ... ok test wdg::wwdg_tests::ticks_minimum_duration ... ok test wdg::wwdg_tests::ticks_rounded_up ... ok test timer::complementary_pwm::tests::test_all_dead_time_cases_min_error ... ok test dma::ringbuffer::tests::prop_test::writer::writer_state_test ... ok test dma::ringbuffer::tests::prop_test::reader::reader_state_test ... ok test result: ok. 68 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s Doc-tests embassy_stm32 running 9 tests test src/adc/mod.rs - adc::Adc<'d,T>::read (line 377) ... ignored test src/adc/ringbuffered.rs - adc::ringbuffered::RingBufferedAdc<'d,R>::read (line 111) ... ignored test src/dac/mod.rs - dac::Dac (line 694) ... ignored test src/lib.rs - bind_interrupts (line 281) ... ignored test src/lib.rs - bind_interrupts (line 291) ... ignored test src/timer/complementary_pwm.rs - timer::complementary_pwm::ComplementaryPwm<'d,T>::waveform_up_multi_channel (line 663) ... ignored test src/timer/low_level.rs - timer::low_level::Timer<'d,T>::setup_update_dma_burst (line 1257) ... ignored test src/timer/ringbuffered.rs - timer::ringbuffered::RingBufferedPwmChannel (line 22) ... ignored test src/timer/simple_pwm.rs - timer::simple_pwm::SimplePwm<'d,T>::waveform_up_multi_channel (line 512) ... ignored test result: ok. 0 passed; 0 failed; 9 ignored; 0 measured; 0 filtered out; finished in 0.00s all doctests ran in 0.12s; merged doctests compilation took 0.12s Compiling embassy-stm32 v0.6.0 (/ci/code/embassy-stm32) warning: method `trigger_alarm` is never used --> src/time_driver/gp16.rs:216:8 | 114 | impl RtcDriver { | -------------- method in this implementation ... 216 | fn trigger_alarm(&self, cs: CriticalSection) { | ^^^^^^^^^^^^^ | = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default warning: function `get_driver` is never used --> src/time_driver/gp16.rs:363:21 | 363 | pub(crate) const fn get_driver() -> &'static RtcDriver { | ^^^^^^^^^^ warning: `embassy-stm32` (lib test) generated 2 warnings (2 duplicates) warning: `embassy-stm32` (lib) generated 2 warnings Finished `test` profile [unoptimized + debuginfo] target(s) in 1.98s Running unittests src/lib.rs (/ci/cache/target/debug/deps/embassy_stm32-ac00e22b20e20ad6) running 68 tests test can::_version::filter::tests::test_filter_bitmask ... ok test can::frame::tests::test_fd_frame_new_extended_has_fdcan_and_brs_flags ... ok test can::frame::tests::test_fd_frame_new_remote_has_fdcan_and_brs_flags ... ok test can::frame::tests::test_fd_frame_new_standard_has_fdcan_and_brs_flags ... ok test dma::ringbuffer::tests::alignment_no_skip_when_aligned ... ok test dma::ringbuffer::tests::alignment_rejects_non_multiple - should panic ... ok test dma::ringbuffer::tests::alignment_rounds_down_read_length ... ok test dma::ringbuffer::tests::alignment_skip_after_overrun ... ok test dma::ringbuffer::tests::dma_index_advancing_increases_as_index ... ok test dma::ringbuffer::tests::dma_index_as_index_returns_index_mod_cap_by_default ... ok test dma::ringbuffer::tests::dma_index_dma_sync_single_transfer ... ok test dma::ringbuffer::tests::dma_index_dma_sync_wrap_common ... ok test dma::ringbuffer::tests::dma_index_dma_sync_wrap_rare ... ok test dma::ringbuffer::tests::dma_index_dma_sync_wrap_very_rare ... ok test dma::ringbuffer::tests::read_latest_does_not_discard_partial_frame ... ok test dma::ringbuffer::tests::read_latest_reads_all_when_buffer_is_large ... ok test dma::ringbuffer::tests::read_latest_recovers_from_overrun ... ok test dma::ringbuffer::tests::read_latest_recovers_from_overrun_respecting_alignment ... ok test dma::ringbuffer::tests::read_latest_returns_most_recent_data ... ok test dma::ringbuffer::tests::read_latest_returns_zero_when_empty ... ok test dma::ringbuffer::tests::read_latest_with_alignment ... ok test dma::ringbuffer::tests::read_latest_wraps_around ... ok test flash::family::tests::can_get_sector ... ok test i2c::config::tests::addr_method_returns_raw_value ... ok test i2c::config::tests::from_u16_gives_ten_bit ... ok test i2c::config::tests::from_u16_rejects_out_of_range - should panic ... ok test i2c::config::tests::from_u8_gives_seven_bit ... ok test i2c::config::tests::into_address_accepts_address ... ok test i2c::config::tests::into_address_accepts_u8 ... ok test i2c::config::tests::read_header_equals_write_header_or_one ... ok test i2c::config::tests::read_header_seven_bit_max ... ok test i2c::config::tests::read_header_seven_bit_reserved_range ... ok test i2c::config::tests::read_header_seven_bit_standard ... ok test i2c::config::tests::read_header_seven_bit_zero ... ok test i2c::config::tests::read_header_ten_bit_all_upper_bit_combos ... ok test i2c::config::tests::read_header_ten_bit_max ... ok test i2c::config::tests::read_header_ten_bit_zero ... ok test i2c::config::tests::reserved_range_boundaries ... ok test i2c::config::tests::reserved_range_common_addresses ... ok test i2c::config::tests::reserved_range_ten_bit_is_never_reserved ... ok test i2c::config::tests::sadd_matches_the_wire_header_v1_builds ... ok test i2c::config::tests::sadd_seven_bit_is_left_aligned ... ok test i2c::config::tests::sadd_ten_bit_is_not_shifted ... ok test i2c::config::tests::sadd_ten_bit_keeps_the_header_bits_addressable ... ok test i2c::config::tests::ten_bit_second_byte_is_low_byte ... ok test i2c::config::tests::write_header_seven_bit_max ... ok test i2c::config::tests::write_header_seven_bit_reserved_range ... ok test i2c::config::tests::write_header_seven_bit_standard ... ok test i2c::config::tests::write_header_seven_bit_zero ... ok test i2c::config::tests::write_header_ten_bit_all_upper_bit_combos ... ok test i2c::config::tests::write_header_ten_bit_max ... ok test i2c::config::tests::write_header_ten_bit_zero ... ok test timer::complementary_pwm::tests::test_compute_dead_time_value ... ok test timer::complementary_pwm::tests::test_div1_dtg_with_reference ... ok test timer::complementary_pwm::tests::test_div2_dtg_with_reference ... ok test timer::complementary_pwm::tests::test_div4_dtg_with_reference ... ok test timer::low_level::tests::test_div_round ... ok test timer::low_level::tests::test_calculate_psc_arr ... ok test wdg::tests::can_compute_reload_value ... ok test wdg::tests::can_compute_timeout_us ... ok test wdg::wwdg_tests::ticks_exact ... ok test wdg::wwdg_tests::ticks_just_above_exact ... ok test wdg::wwdg_tests::ticks_large_prescaler ... ok test wdg::wwdg_tests::ticks_minimum_duration ... ok test wdg::wwdg_tests::ticks_rounded_up ... ok test timer::complementary_pwm::tests::test_all_dead_time_cases_min_error ... ok test dma::ringbuffer::tests::prop_test::writer::writer_state_test ... ok test dma::ringbuffer::tests::prop_test::reader::reader_state_test ... ok test result: ok. 68 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s Doc-tests embassy_stm32 running 9 tests test src/adc/mod.rs - adc::Adc<'d,T>::read (line 377) ... ignored test src/adc/ringbuffered.rs - adc::ringbuffered::RingBufferedAdc<'d,R>::read (line 111) ... ignored test src/dac/mod.rs - dac::Dac (line 694) ... ignored test src/lib.rs - bind_interrupts (line 281) ... ignored test src/lib.rs - bind_interrupts (line 291) ... ignored test src/timer/complementary_pwm.rs - timer::complementary_pwm::ComplementaryPwm<'d,T>::waveform_up_multi_channel (line 663) ... ignored test src/timer/low_level.rs - timer::low_level::Timer<'d,T>::setup_update_dma_burst (line 1257) ... ignored test src/timer/ringbuffered.rs - timer::ringbuffered::RingBufferedPwmChannel (line 22) ... ignored test src/timer/simple_pwm.rs - timer::simple_pwm::SimplePwm<'d,T>::waveform_up_multi_channel (line 512) ... ignored test result: ok. 0 passed; 0 failed; 9 ignored; 0 measured; 0 filtered out; finished in 0.00s all doctests ran in 0.13s; merged doctests compilation took 0.13s Compiling embassy-stm32 v0.6.0 (/ci/code/embassy-stm32) warning: unused import: `super::*` --> src/flash/f7.rs:101:9 | 101 | use super::*; | ^^^^^^^^ | = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default warning: unused imports: `FlashBank` and `get_sector` --> src/flash/f7.rs:102:24 | 102 | use crate::flash::{FlashBank, get_sector}; | ^^^^^^^^^ ^^^^^^^^^^ warning: method `trigger_alarm` is never used --> src/time_driver/gp16.rs:216:8 | 114 | impl RtcDriver { | -------------- method in this implementation ... 216 | fn trigger_alarm(&self, cs: CriticalSection) { | ^^^^^^^^^^^^^ | = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default warning: function `get_driver` is never used --> src/time_driver/gp16.rs:363:21 | 363 | pub(crate) const fn get_driver() -> &'static RtcDriver { | ^^^^^^^^^^ warning: `embassy-stm32` (lib) generated 2 warnings warning: `embassy-stm32` (lib test) generated 4 warnings (2 duplicates) (run `cargo fix --lib -p embassy-stm32 --tests` to apply 2 suggestions) Finished `test` profile [unoptimized + debuginfo] target(s) in 1.96s Running unittests src/lib.rs (/ci/cache/target/debug/deps/embassy_stm32-07d1489be426a405) running 67 tests test can::frame::tests::test_fd_frame_new_remote_has_fdcan_and_brs_flags ... ok test dma::ringbuffer::tests::alignment_no_skip_when_aligned ... ok test can::frame::tests::test_fd_frame_new_extended_has_fdcan_and_brs_flags ... ok test dma::ringbuffer::tests::alignment_rejects_non_multiple - should panic ... ok test dma::ringbuffer::tests::alignment_rounds_down_read_length ... ok test can::_version::filter::tests::test_filter_bitmask ... ok test can::frame::tests::test_fd_frame_new_standard_has_fdcan_and_brs_flags ... ok test dma::ringbuffer::tests::dma_index_advancing_increases_as_index ... ok test dma::ringbuffer::tests::dma_index_dma_sync_single_transfer ... ok test dma::ringbuffer::tests::dma_index_as_index_returns_index_mod_cap_by_default ... ok test dma::ringbuffer::tests::dma_index_dma_sync_wrap_common ... ok test dma::ringbuffer::tests::alignment_skip_after_overrun ... ok test dma::ringbuffer::tests::dma_index_dma_sync_wrap_rare ... ok test dma::ringbuffer::tests::dma_index_dma_sync_wrap_very_rare ... ok test dma::ringbuffer::tests::read_latest_does_not_discard_partial_frame ... ok test dma::ringbuffer::tests::read_latest_reads_all_when_buffer_is_large ... ok test dma::ringbuffer::tests::read_latest_recovers_from_overrun ... ok test dma::ringbuffer::tests::read_latest_recovers_from_overrun_respecting_alignment ... ok test dma::ringbuffer::tests::read_latest_returns_most_recent_data ... ok test dma::ringbuffer::tests::read_latest_returns_zero_when_empty ... ok test dma::ringbuffer::tests::read_latest_with_alignment ... ok test dma::ringbuffer::tests::read_latest_wraps_around ... ok test i2c::config::tests::addr_method_returns_raw_value ... ok test i2c::config::tests::from_u16_gives_ten_bit ... ok test i2c::config::tests::from_u16_rejects_out_of_range - should panic ... ok test i2c::config::tests::from_u8_gives_seven_bit ... ok test i2c::config::tests::into_address_accepts_address ... ok test i2c::config::tests::into_address_accepts_u8 ... ok test i2c::config::tests::read_header_equals_write_header_or_one ... ok test i2c::config::tests::read_header_seven_bit_max ... ok test i2c::config::tests::read_header_seven_bit_reserved_range ... ok test i2c::config::tests::read_header_seven_bit_standard ... ok test i2c::config::tests::read_header_seven_bit_zero ... ok test i2c::config::tests::read_header_ten_bit_all_upper_bit_combos ... ok test i2c::config::tests::read_header_ten_bit_max ... ok test i2c::config::tests::read_header_ten_bit_zero ... ok test i2c::config::tests::reserved_range_boundaries ... ok test i2c::config::tests::reserved_range_common_addresses ... ok test i2c::config::tests::reserved_range_ten_bit_is_never_reserved ... ok test i2c::config::tests::sadd_matches_the_wire_header_v1_builds ... ok test i2c::config::tests::sadd_seven_bit_is_left_aligned ... ok test i2c::config::tests::sadd_ten_bit_is_not_shifted ... ok test i2c::config::tests::sadd_ten_bit_keeps_the_header_bits_addressable ... ok test i2c::config::tests::ten_bit_second_byte_is_low_byte ... ok test i2c::config::tests::write_header_seven_bit_max ... ok test i2c::config::tests::write_header_seven_bit_reserved_range ... ok test i2c::config::tests::write_header_seven_bit_standard ... ok test i2c::config::tests::write_header_seven_bit_zero ... ok test i2c::config::tests::write_header_ten_bit_all_upper_bit_combos ... ok test i2c::config::tests::write_header_ten_bit_max ... ok test i2c::config::tests::write_header_ten_bit_zero ... ok test timer::complementary_pwm::tests::test_compute_dead_time_value ... ok test timer::complementary_pwm::tests::test_div1_dtg_with_reference ... ok test timer::complementary_pwm::tests::test_div2_dtg_with_reference ... ok test timer::complementary_pwm::tests::test_div4_dtg_with_reference ... ok test timer::low_level::tests::test_div_round ... ok test timer::low_level::tests::test_calculate_psc_arr ... ok test wdg::wwdg_tests::ticks_exact ... ok test wdg::tests::can_compute_reload_value ... ok test wdg::wwdg_tests::ticks_just_above_exact ... ok test wdg::wwdg_tests::ticks_large_prescaler ... ok test wdg::tests::can_compute_timeout_us ... ok test wdg::wwdg_tests::ticks_rounded_up ... ok test wdg::wwdg_tests::ticks_minimum_duration ... ok test timer::complementary_pwm::tests::test_all_dead_time_cases_min_error ... ok test dma::ringbuffer::tests::prop_test::reader::reader_state_test ... ok test dma::ringbuffer::tests::prop_test::writer::writer_state_test ... ok test result: ok. 67 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s Doc-tests embassy_stm32 running 9 tests test src/adc/mod.rs - adc::Adc<'d,T>::read (line 377) ... ignored test src/adc/ringbuffered.rs - adc::ringbuffered::RingBufferedAdc<'d,R>::read (line 111) ... ignored test src/dac/mod.rs - dac::Dac (line 694) ... ignored test src/lib.rs - bind_interrupts (line 281) ... ignored test src/lib.rs - bind_interrupts (line 291) ... ignored test src/timer/complementary_pwm.rs - timer::complementary_pwm::ComplementaryPwm<'d,T>::waveform_up_multi_channel (line 663) ... ignored test src/timer/low_level.rs - timer::low_level::Timer<'d,T>::setup_update_dma_burst (line 1257) ... ignored test src/timer/ringbuffered.rs - timer::ringbuffered::RingBufferedPwmChannel (line 22) ... ignored test src/timer/simple_pwm.rs - timer::simple_pwm::SimplePwm<'d,T>::waveform_up_multi_channel (line 512) ... ignored test result: ok. 0 passed; 0 failed; 9 ignored; 0 measured; 0 filtered out; finished in 0.00s all doctests ran in 0.13s; merged doctests compilation took 0.12s Updating crates.io index Updating git repository `https://github.com/embassy-rs/xarxa` Locking 75 packages to latest Rust 1.97.1 compatible versions Adding bitfield v0.14.0 (available: v0.19.5) Adding embedded-hal-bus v0.1.0 (available: v0.3.0) Adding embedded-hal-mock v0.10.0 (available: v0.11.1) Adding env_logger v0.10.2 (available: v0.11.11) Compiling embassy-net-driver-channel v0.4.0 (/ci/code/embassy-net-driver-channel) Compiling embassy-time v0.5.1 (/ci/code/embassy-time) Compiling embassy-net-adin1110 v0.4.0 (/ci/code/embassy-net-adin1110) Finished `test` profile [unoptimized + debuginfo] target(s) in 2.59s Running unittests src/lib.rs (/ci/cache/target/debug/deps/embassy_net_adin1110-9080a80e59c4dad4) running 20 tests test crc8::tests::spi_header_crc8 ... ok test crc32::tests::crc32_update ... ok test mdio::tests::read_test ... ok test crc32::tests::crc32_ethernet_frame ... ok test tests::mac_read_registers_with_crc ... ok test mdio::tests::write_test ... ok test tests::mac_read_registers_without_crc ... ok test tests::mac_write_registers_with_crc ... ok test tests::mac_write_registers_without_crc ... ok test tests::read_packet_from_fifo_packet_too_big_for_frame_buffer ... ok test tests::read_packet_from_fifo_packet_corrupted_fcs ... ok test tests::read_packet_from_fifo_packet_too_small ... ok test tests::spi_crc_error ... ok test tests::write_packet_to_fifo_arp_46bytes_with_crc ... ok test tests::write_packet_to_fifo_arp_46bytes_without_crc ... ok test tests::write_packet_to_fifo_invalid_lengths ... ok test tests::write_packet_to_fifo_minimal_with_crc ... ok test tests::write_packet_to_fifo_minimal_with_crc_without_fcs ... ok test tests::write_packet_to_fifo_max_mtu_with_crc ... ok test tests::read_packet_to_fifo_check_spi_read_multipule_of_u32_valid_lengths ... ok test result: ok. 20 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Doc-tests embassy_net_adin1110 running 2 tests test src/../README.md - (line 52) ... ignored test src/../README.md - (line 65) ... ignored test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s Updating crates.io index Updating git repository `https://github.com/embassy-rs/unitrait` Locking 83 packages to latest Rust 1.97.1 compatible versions Adding ed25519-dalek v2.2.0 (available: v3.0.0) Adding generic-array v0.14.7 (available: v0.14.9) Adding x25519-dalek v2.0.1 (available: v3.0.0) Compiling embassy-crypto v0.1.0 (/ci/code/embassy-crypto) Compiling embassy-crypto-test v0.1.0 (/ci/code/embassy-crypto-test) Compiling embassy-crypto-rustcrypto v0.1.0 (/ci/code/embassy-crypto-rustcrypto) Finished `test` profile [unoptimized + debuginfo] target(s) in 5.18s Running unittests src/lib.rs (/ci/cache/target/debug/deps/embassy_crypto_rustcrypto-9ee78c609de64b88) running 0 tests test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Running tests/suites.rs (/ci/cache/target/debug/deps/suites-0eeb82c06ef5ed33) running 37 tests test aes128_ecb ... ok test aes256_ecb ... ok test aes128_cbc ... ok test aes256_cbc ... ok test aes128_cmac ... ok test aes256_cmac ... ok test aes128_ccm ... ok test aes128_ctr ... ok test aes256_ctr ... ok test aes256_ccm ... ok test hmac_sha1 ... ok test md5 ... ok test aes128_gcm ... ok test aes256_gcm ... ok test hmac_sha224 ... ok test hmac_sha256 ... ok test hmac_sha384 ... ok test sha1 ... ok test hmac_sha512_256 ... ok test hmac_sha512 ... ok test hmac_sha512_224 ... ok test sha224 ... ok test sha256 ... ok test sha384 ... ok test sha512_224 ... ok test sha512 ... ok test sha512_256 ... ok test x25519_keygen ... ok test p256_arith ... ok test x25519_dh ... ok test ed25519_sign ... ok test p256_ecdsa ... ok test ed25519_verify ... ok test p384_arith ... ok test p384_ecdsa ... ok test p256_ecdh ... ok test p384_ecdh ... ok test result: ok. 37 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 11.85s Doc-tests embassy_crypto_rustcrypto running 1 test test src/../README.md - (line 20) ... ok test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s all doctests ran in 0.26s; merged doctests compilation took 0.26s Updating crates.io index Updating git repository `https://github.com/embassy-rs/unitrait` Locking 15 packages to latest Rust 1.97.1 compatible versions Adding rand v0.9.5 (available: v0.10.2) Compiling embassy-crypto-rand v0.1.0 (/ci/code/embassy-crypto-rand) Finished `test` profile [unoptimized + debuginfo] target(s) in 0.38s Running unittests src/lib.rs (/ci/cache/target/debug/deps/embassy_crypto_rand-10c4b2d23472e081) running 1 test test tests::fills_random_bytes ... ok test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Doc-tests embassy_crypto_rand running 1 test test src/../README.md - (line 18) ... ok test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s all doctests ran in 0.31s; merged doctests compilation took 0.30s Updating crates.io index Updating git repository `https://github.com/embassy-rs/xarxa` Locking 125 packages to latest Rust 1.97.1 compatible versions Adding dfu-core v0.10.0 (available: v0.11.1) Adding esp32c3-hal v0.13.0 (available: v0.15.1) Adding generic-array v0.14.7 (available: v0.14.9) Adding toml_datetime v0.6.3 (available: v0.6.11) Adding toml_edit v0.20.2 (available: v0.20.7) Compiling embassy-usb v0.6.0 (/ci/code/embassy-usb) Compiling embassy-net-driver-channel v0.4.0 (/ci/code/embassy-net-driver-channel) Compiling embassy-time v0.5.1 (/ci/code/embassy-time) Compiling embassy-embedded-hal v0.6.0 (/ci/code/embassy-embedded-hal) Compiling embassy-boot v0.7.0 (/ci/code/embassy-boot) Compiling embassy-usb-dfu v0.3.0 (/ci/code/embassy-usb-dfu) Finished `test` profile [unoptimized + debuginfo] target(s) in 4.71s Running unittests src/lib.rs (/ci/cache/target/debug/deps/embassy_usb_dfu-985ab37f5c4ab904) running 0 tests test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Running tests/usb_dfu_test.rs (/ci/cache/target/debug/deps/usb_dfu_test-1bf141c458c369a7) running 4 tests test test_usb_dfu_will_detach ... ok test test_usb_dfu ... ok test test_usb_dfu_manifestation_tolerant ... ok test test_usb_dfu_manifestation_tolerant_will_detach ... ok test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Doc-tests embassy_usb_dfu running 0 tests test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Updating crates.io index Updating git repository `https://github.com/embassy-rs/xarxa` Locking 71 packages to latest Rust 1.97.1 compatible versions Compiling embassy-net-driver-channel v0.4.0 (/ci/code/embassy-net-driver-channel) Compiling embassy-time v0.5.1 (/ci/code/embassy-time) Compiling embassy-usb v0.6.0 (/ci/code/embassy-usb) Compiling embassy-usb-host v0.1.0 (/ci/code/embassy-usb-host) Finished `test` profile [unoptimized + debuginfo] target(s) in 2.10s Running unittests src/lib.rs (/ci/cache/target/debug/deps/embassy_usb_host-7a9ef013c21698a8) running 81 tests test class::hub::tests::test_hub_interrupt_1_hub ... ok test class::hub::tests::roundtrip_hub_descriptor ... ok test class::hid::test::reads_report_descriptor_length ... ok test class::hub::tests::test_hub_interrupt_0 ... ok test class::ccid::tests::finds_ccid_bulk_endpoints ... ok test class::hub::tests::test_hub_interrupt_1_empty ... ok test class::hub::tests::test_hub_interrupt_1_full ... ok test class::kbd::test::roundtrip_hid_descriptor ... ok test class::midi::descriptors::tests::does_not_claim_other_vendors_legacy_interface ... ok test class::midi::descriptors::tests::finds_midi_streaming_bulk_endpoints ... ok test class::hub::tests::test_hub_interrupt_3_hub_empty_port ... ok test class::midi::descriptors::tests::parses_midi_jacks_and_endpoint_associations ... ok test class::midi::descriptors::tests::parses_legacy_yamaha_vendor_interface ... ok test class::midi::tests::iterates_complete_event_packets ... ok test class::hub::tests::test_hub_interrupt_1_port ... ok test class::midi::descriptors::tests::iterates_typed_midi_descriptors_in_wire_order ... ok test class::midi::tests::rejects_invalid_midi_event_packet_inputs ... ok test class::midi::tests::selects_input_output_and_duplex_topologies ... ok test class::midi::tests::supplies_one_implicit_port_without_jack_associations ... ok test class::midi::tests::rejects_missing_and_ambiguous_topologies ... ok test class::midi::descriptors::tests::rejects_inconsistent_class_specific_lengths ... ok test class::midi::descriptors::tests::rejects_non_midi_1_interface ... ok test class::msc::tests::check_block_args_rejects_out_of_range ... ok test class::midi::transport::tests::accepts_one_or_more_complete_event_packets ... ok test class::msc::tests::check_block_args_rejects_unaligned ... ok test class::midi::transport::tests::rejects_empty_and_partial_event_packets ... ok test class::midi::descriptors::tests::rejects_endpoint_associations_without_a_bulk_endpoint ... ok test class::midi::descriptors::tests::rejects_invalid_jack_types_and_excessive_associations ... ok test class::midi::tests::maps_endpoint_cables_to_typed_logical_ports ... ok test class::midi::tests::encodes_system_common_and_realtime_event_packets ... ok test class::midi::tests::maps_received_cables_to_input_ports ... ok test class::midi::tests::decodes_event_packet_fields_and_lengths ... ok test class::midi::tests::encodes_channel_voice_event_packets ... ok test class::msc::tests::chunk_blocks_falls_back_to_read16_above_u32_max ... ok test class::msc::tests::check_block_args_accepts_aligned_in_range ... ok test class::msc::tests::find_msc_rejects_non_matching_interface ... ok test class::msc::tests::chunk_blocks_prefers_read10_while_lba_fits_u32 ... ok test class::msc::tests::find_msc_requires_both_bulk_endpoints ... ok test class::msc::tests::find_msc_simple ... ok test class::msc::tests::find_msc_skips_preceding_interfaces ... ok test class::uac::descriptors::test::roudtrip_output_terminal_descriptor ... ok test class::uac::descriptors::test::roundtrip_clock_descriptor_selector ... ok test class::msc::tests::read_write_16_cdb_encoding ... ok test class::uac::descriptors::test::roundtrip_clock_descriptor_source ... ok test class::uac::descriptors::test::roundtrip_format_type_descriptor_extended_i ... ok test class::uac::descriptors::test::roundtrip_clock_descriptor_multiplier ... ok test class::uac::descriptors::test::roundtrip_audio_endpoint_descriptor ... ok test class::uac::descriptors::test::roundtrip_format_type_descriptor_extended_ii ... ok test class::msc::tests::read_write_10_cdb_encoding ... ok test class::uac::descriptors::test::roundtrip_clock_selector_descriptor ... ok test class::uac::descriptors::test::roudtrip_clock_multiplier_descriptor ... ok test class::uac::descriptors::test::roundtrip_clock_source_descriptor ... ok test class::uac::descriptors::test::roundtrip_interface_association_descriptor ... ok test class::uac::descriptors::test::roundtrip_input_terminal_descriptor ... ok test class::uac::descriptors::test::roundtrip_format_type_descriptor_extended_iii ... ok test class::uac::descriptors::test::roundtrip_format_type_descriptor_i ... ok test class::uac::descriptors::test::roundtrip_format_type_descriptor_iii ... ok test class::uac::descriptors::test::roundtrip_format_type_descriptor_ii ... ok test class::uac::descriptors::test::roundtrip_format_type_descriptor_iv ... ok test class::uac::descriptors::test::roundtrip_terminal_descriptor_input ... ok test class::uac::descriptors::test::roundtrip_terminal_descriptor_output ... ok test class::uac::descriptors::test::test_parse ... ok test control::tests::roundtrip_setup_packet ... ok test descriptor::test::iter_interface_skips_short_descriptors ... ok test descriptor::test::roundtrip_interface_descriptor ... ok test descriptor::test::read_device_descriptor_partial ... ok test descriptor::test::iter_endpoints_stops_at_zero_length_descriptor ... ok test descriptor::test::roundtrip_configuration_descriptor ... ok test descriptor::test::roundtrip_device_descriptor ... ok test descriptor::test::roundtrip_endpoint_descriptor ... ok test descriptor::test::string_descriptor_from_str_empty ... ok test class::uac::descriptors::test::rountrip_terminal_type ... ok test descriptor::test::string_descriptor_from_str_too_big ... ok test descriptor::test::test_parse_extended_endpoint_descriptor ... ok test descriptor::test::test_parse_interface_descriptor ... ok test descriptor::test::test_parse_visit_midi_descriptor ... ok test descriptor::test::string_descriptor_from_str_truncated ... ok test descriptor::test::string_descriptor_lossy ... ok test descriptor::test::roundtrip_string_descriptor_2_4 ... ok test descriptor::test::roundtrip_string_descriptor_zero ... ok test descriptor::test::roundtrip_string_descriptor_1_3 ... ok test result: ok. 81 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s Doc-tests embassy_usb_host running 7 tests test src/class/gip.rs - class::gip (line 35) ... ignored test src/class/hid.rs - class::hid::HidHost<'d,A>::fetch_report_descriptor (line 291) ... ignored test src/class/hid_report.rs - class::hid_report (line 8) ... ignored test src/class/msc.rs - class::msc (line 22) ... ignored test src/class/uac/mod.rs - class::uac (line 19) ... ignored test src/class/vcp/cp210x.rs - class::vcp::cp210x (line 21) ... ignored test src/class/vcp/cp210x.rs - class::vcp::cp210x::Cp210xDevice (line 549) ... ignored test result: ok. 0 passed; 0 failed; 7 ignored; 0 measured; 0 filtered out; finished in 0.00s all doctests ran in 0.23s; merged doctests compilation took 0.22s Updating crates.io index Updating git repository `https://github.com/embassy-rs/xarxa` Locking 39 packages to latest Rust 1.97.1 compatible versions Compiling embassy-time v0.5.1 (/ci/code/embassy-time) Compiling embassy-net v0.9.1 (/ci/code/embassy-net) Finished `test` profile [unoptimized + debuginfo] target(s) in 1.85s Running unittests src/lib.rs (/ci/cache/target/debug/deps/embassy_net-03ac4f6ba8fa8925) running 0 tests test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Doc-tests embassy_net running 1 test test src/lib.rs - Stack<'d>::add_iface (line 185) ... ignored test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s all doctests ran in 0.27s; merged doctests compilation took 0.27s job success in 1m35s