+ 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-nightly.sh Updating crates.io index Updating git repository `https://github.com/embassy-rs/unitrait` Locking 186 packages to highest Rust 1.100.0-nightly 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.87s Running unittests src/lib.rs (/ci/cache/target/debug/build/embassy-executor/2516074ecfe66d1a/out/embassy_executor-2516074ecfe66d1a) 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/build/embassy-executor/d5222497863dc8c3/out/test-d5222497863dc8c3) running 9 tests test executor_task_cfg_args ... ok test executor_task_self_wake ... ok test executor_task_rpit ... ok test executor_noop ... ok test executor_task ... ok test executor_task_self_wake_twice ... ok test recursive_task ... ok test waking_after_completion_does_not_poll ... ok test waking_with_old_waker_after_respawn ... ok test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Running tests/ui.rs (/ci/cache/target/debug/build/embassy-executor/c20e2ebd30bc4c83/out/ui-c20e2ebd30bc4c83) running 1 test Compiling embassy-executor v0.10.0 (/ci/code/embassy-executor) 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-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.76s 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/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 3.77s 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.14s; merged doctests compilation took 0.14s Compiling embassy-executor v0.10.0 (/ci/code/embassy-executor) Compiling embassy-executor-macros v0.8.0 (/ci/code/embassy-executor-macros) warning: the feature `never_type` has been stable since 1.100.0-nightly and no longer requires an attribute to enable --> tests/test.rs:2:42 | 2 | #![cfg_attr(feature = "nightly", feature(never_type))] | ^^^^^^^^^^ | = note: `#[warn(stable_features)]` on by default warning: `embassy-executor` (test "test") generated 1 warning Finished `test` profile [unoptimized + debuginfo] target(s) in 0.37s Running unittests src/lib.rs (/ci/cache/target/debug/build/embassy-executor/323f84bafa0fc999/out/embassy_executor-323f84bafa0fc999) 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/build/embassy-executor/1efcd5a20f9d073e/out/test-1efcd5a20f9d073e) running 9 tests test executor_noop ... ok test executor_task ... ok test executor_task_rpit ... ok test executor_task_cfg_args ... ok test executor_task_self_wake_twice ... ok test recursive_task ... ok test executor_task_self_wake ... ok test waking_after_completion_does_not_poll ... ok test waking_with_old_waker_after_respawn ... ok test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Running tests/ui.rs (/ci/cache/target/debug/build/embassy-executor/ed0968f099943587/out/ui-ed0968f099943587) running 1 test Compiling embassy-executor v0.10.0 (/ci/code/embassy-executor) 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.50s 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_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_nightly.rs [should fail to compile] ... ok test tests/ui/return_impl_send_nightly.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 3.04s 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.14s; merged doctests compilation took 0.13s Preparing a sysroot for Miri (target: x86_64-unknown-linux-gnu)... done 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 1.03s Running unittests src/lib.rs (/ci/cache/target/miri/x86_64-unknown-linux-gnu/debug/build/embassy-executor/618b871fcd8f315d/out/embassy_executor-618b871fcd8f315d) running 0 tests test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s Running tests/test.rs (/ci/cache/target/miri/x86_64-unknown-linux-gnu/debug/build/embassy-executor/f6b5a1a34af734f6/out/test-f6b5a1a34af734f6) running 9 tests test executor_noop ... ok test executor_task ... ok test executor_task_cfg_args ... ok test executor_task_rpit ... ok test executor_task_self_wake ... ok test executor_task_self_wake_twice ... ok test recursive_task ... ok test waking_after_completion_does_not_poll ... ok test waking_with_old_waker_after_respawn ... ok test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.22s Running tests/ui.rs (/ci/cache/target/miri/x86_64-unknown-linux-gnu/debug/build/embassy-executor/302363c6552fd01e/out/ui-302363c6552fd01e) running 0 tests test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s 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.10s all doctests ran in 0.13s; merged doctests compilation took 0.02s Compiling embassy-executor v0.10.0 (/ci/code/embassy-executor) Compiling embassy-executor-macros v0.8.0 (/ci/code/embassy-executor-macros) Finished `test` profile [unoptimized + debuginfo] target(s) in 0.46s Running unittests src/lib.rs (/ci/cache/target/miri/x86_64-unknown-linux-gnu/debug/build/embassy-executor/e29c0dc2e763f72d/out/embassy_executor-e29c0dc2e763f72d) running 0 tests test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s Running tests/test.rs (/ci/cache/target/miri/x86_64-unknown-linux-gnu/debug/build/embassy-executor/c16f68e7e8570359/out/test-c16f68e7e8570359) warning: the feature `never_type` has been stable since 1.100.0-nightly and no longer requires an attribute to enable --> tests/test.rs:2:42 | 2 | #![cfg_attr(feature = "nightly", feature(never_type))] | ^^^^^^^^^^ | = note: `#[warn(stable_features)]` on by default running 9 tests test executor_noop ... ok test executor_task ... ok test executor_task_cfg_args ... ok test executor_task_rpit ... ok test executor_task_self_wake ... ok test executor_task_self_wake_twice ... ok test recursive_task ... ok test waking_after_completion_does_not_poll ... ok test waking_with_old_waker_after_respawn ... ok test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.26s warning: 1 warning emitted Running tests/ui.rs (/ci/cache/target/miri/x86_64-unknown-linux-gnu/debug/build/embassy-executor/13c73014f3d72b5e/out/ui-13c73014f3d72b5e) running 0 tests test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s 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.06s all doctests ran in 0.07s; merged doctests compilation took 0.01s Updating crates.io index Locking 59 packages to highest Rust 1.100.0-nightly compatible versions Compiling embassy-sync v0.8.0 (/ci/code/embassy-sync) Finished `test` profile [unoptimized + debuginfo] target(s) in 1.68s Running unittests src/lib.rs (/ci/cache/target/miri/x86_64-unknown-linux-gnu/debug/build/embassy-sync/3cdf2bd111727c9e/out/embassy_sync-3cdf2bd111727c9e) running 107 tests test channel::tests::cloning ... ok test channel::tests::dynamic_dispatch_constructor ... ok test channel::tests::dynamic_dispatch_into ... ok test channel::tests::receiver_receives_given_try_send_async ... ok test channel::tests::receiving_once_with_one_send ... ok test channel::tests::receiving_when_empty ... ok test channel::tests::sender_send_completes_if_capacity ... ok test channel::tests::senders_sends_wait_until_capacity ... ok test channel::tests::sending_once ... ok test channel::tests::sending_when_full ... ok test channel::tests::simple_send_and_receive ... ok test lazy_lock::tests::test_lazy_drop ... ok test lazy_lock::tests::test_lazy_lock ... ok test lazy_lock::tests::test_lazy_lock_into_inner ... ok test lazy_lock::tests::test_lazy_lock_mutation ... ok test mutex::tests::mapped_guard_releases_lock_when_dropped ... ok test once_lock::tests::once_lock ... ok test once_lock::tests::once_lock_async ... ok test once_lock::tests::once_lock_get_or_init ... ok test once_lock::tests::once_lock_into_inner ... ok test once_lock::tests::once_lock_static ... ok test once_lock::tests::once_lock_take_init ... ok test pipe::tests::dynamic_dispatch_pipe ... ok test pipe::tests::read_buf ... ok test pipe::tests::receiver_receives_given_try_write_async ... 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::simple_send_and_receive ... ok test pipe::tests::write_all_across_rollover ... ok test pipe::tests::write_read_across_rollover ... ok test pipe::tests::writer_is_cloneable ... ok test pipe::tests::writing_once ... ok test pipe::tests::writing_when_full ... ok test priority_channel::tests::cloning ... ok test priority_channel::tests::dynamic_dispatch ... ok test priority_channel::tests::receiver_receives_given_try_send_async ... ok test priority_channel::tests::receiving_once_with_one_send ... 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::senders_sends_wait_until_capacity ... 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 pubsub::tests::limited_subs_and_pubs ... ok test pubsub::tests::publisher_sink ... ok test pubsub::tests::publisher_wait_on_full_queue ... ok test pubsub::tests::send_dyn_are_send_sync ... 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_after_submit_no_leak ... ok test rpc_service::tests::cancel_before_acquire_then_next_call ... ok test rpc_service::tests::concurrent_run_panics - should panic ... ok test rpc_service::tests::different_return_types ... ok test rpc_service::tests::drop_glue_on_service_drop ... ok test rpc_service::tests::poll_after_completion_panics - should panic ... ok test rpc_service::tests::restart_after_cancel_mid_job ... ok test rpc_service::tests::restart_many_cycles ... ok test rpc_service::tests::restart_with_pending_job ... ok test rpc_service::tests::try_call_immediate ... ok test rpc_service::tests::zero_sized_return ... 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 semaphore::tests::fair::acquire_all ... ok test semaphore::tests::fair::contested ... ok test semaphore::tests::fair::disarm ... ok test semaphore::tests::fair::fairness ... 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::fair::wakers ... ok test semaphore::tests::greedy::acquire ... ok test semaphore::tests::greedy::acquire_all ... ok test semaphore::tests::greedy::contested ... ok test semaphore::tests::greedy::disarm ... ok test semaphore::tests::greedy::greedy ... 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::register_same_waker_no_spurious_wakes ... ok test waitqueue::atomic_waker::tests::register_with_distinct_waker_wakes_evicted ... 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 watch::tests::all_try_get ... ok test watch::tests::clone_senders ... ok test watch::tests::contains_value ... ok test watch::tests::convert_to_dyn ... ok test watch::tests::dynamic_receiver_count ... ok test watch::tests::max_receivers_drop ... ok test watch::tests::multiple_receivers ... ok test watch::tests::multiple_sends ... ok test watch::tests::once_lock_like ... ok test watch::tests::predicate_fn ... ok test watch::tests::receive_after_create ... ok test watch::tests::sender_modify ... ok test watch::tests::use_dynamics ... ok test result: ok. 107 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 15.51s Running tests/ui.rs (/ci/cache/target/miri/x86_64-unknown-linux-gnu/debug/build/embassy-sync/56aaa70e1c5b786b/out/ui-56aaa70e1c5b786b) running 0 tests test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s Doc-tests embassy_sync running 10 tests test src/rpc_service.rs - rpc_service::RpcService (line 403) ... ignored test src/signal.rs - signal::Signal (line 26) ... ok test src/pipe.rs - pipe::Pipe<M,N>::new (line 262) ... ok test src/channel.rs - channel::Channel<M,T,N>::new (line 840) ... ok test src/priority_channel.rs - priority_channel::PriorityChannel<M,T,K,N>::new (line 495) ... ok test src/channel.rs - channel (line 22) ... 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/watch.rs - watch::Watch (line 26) ... ok test src/pubsub/mod.rs - pubsub::PubSubChannel (line 37) ... ok test result: ok. 9 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.19s all doctests ran in 0.20s; merged doctests compilation took 0.01s job success in 1m10s