[INFO] fetching crate drumbeat 0.1.1...
[INFO] testing drumbeat-0.1.1 against master#0d162b25edd5bf0dba9a22e83b614f1113e90474 for pr-150681
[INFO] extracting crate drumbeat 0.1.1 into /workspace/builds/worker-1-tc1/source
[INFO] started tweaking crates.io crate drumbeat 0.1.1
[INFO] finished tweaking crates.io crate drumbeat 0.1.1
[INFO] tweaked toml for crates.io crate drumbeat 0.1.1 written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate drumbeat 0.1.1 on toolchain 0d162b25edd5bf0dba9a22e83b614f1113e90474
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate drumbeat 0.1.1 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded getrandom v0.2.2
[INFO] [stderr]   Downloaded rand_core v0.6.2
[INFO] [stderr]   Downloaded rand v0.8.3
[INFO] [stderr]   Downloaded libc v0.2.89
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 403953e783d11cbf617a5643d72bb3e8eee3480b12dcb229367e68fe95bb8cbb
[INFO] running `Command { std: "docker" "start" "-a" "403953e783d11cbf617a5643d72bb3e8eee3480b12dcb229367e68fe95bb8cbb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "403953e783d11cbf617a5643d72bb3e8eee3480b12dcb229367e68fe95bb8cbb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "403953e783d11cbf617a5643d72bb3e8eee3480b12dcb229367e68fe95bb8cbb", kill_on_drop: false }`
[INFO] [stdout] 403953e783d11cbf617a5643d72bb3e8eee3480b12dcb229367e68fe95bb8cbb
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0cb5795b969a89a11d727a80be6d4f2eaf8519146079fff754e281e860a01e12
[INFO] running `Command { std: "docker" "start" "-a" "0cb5795b969a89a11d727a80be6d4f2eaf8519146079fff754e281e860a01e12", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.89
[INFO] [stderr]    Compiling getrandom v0.2.2
[INFO] [stderr]    Compiling ppv-lite86 v0.2.10
[INFO] [stderr]    Compiling log v0.4.14
[INFO] [stderr]    Compiling num_cpus v1.13.0
[INFO] [stderr]    Compiling rand_core v0.6.2
[INFO] [stderr]    Compiling rand_chacha v0.3.0
[INFO] [stderr]    Compiling rand v0.8.3
[INFO] [stderr]    Compiling drumbeat v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: the feature `async_closure` has been stable since 1.85.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/lib.rs:6:12
[INFO] [stdout]   |
[INFO] [stdout] 6 | #![feature(async_closure)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `children` is never used
[INFO] [stdout]   --> src/event/dispatcher.rs:77:6
[INFO] [stdout]    |
[INFO] [stdout] 72 | pub(super) trait Dispatcher<T>: Replicable + Send + Sync
[INFO] [stdout]    |                  ---------- method in this trait
[INFO] [stdout] ...
[INFO] [stdout] 77 |   fn children(&self) -> Iter<'_, DispatchTarget<T>>;
[INFO] [stdout]    |      ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/event/observable.rs:388:12
[INFO] [stdout]     |
[INFO] [stdout] 388 |   unsafe { ID.fetch_add(1, Ordering::Relaxed) }
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]   --> src/sync/threadpool.rs:63:23
[INFO] [stdout]    |
[INFO] [stdout] 63 |     let id = unsafe { ID.fetch_add(1, Ordering::Relaxed) };
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/sync/worker.rs:100:23
[INFO] [stdout]     |
[INFO] [stdout] 100 |     let id = unsafe { ID.fetch_add(1, Ordering::Relaxed) };
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.67s
[INFO] running `Command { std: "docker" "inspect" "0cb5795b969a89a11d727a80be6d4f2eaf8519146079fff754e281e860a01e12", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0cb5795b969a89a11d727a80be6d4f2eaf8519146079fff754e281e860a01e12", kill_on_drop: false }`
[INFO] [stdout] 0cb5795b969a89a11d727a80be6d4f2eaf8519146079fff754e281e860a01e12
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 8f16c13147253b4a4dd8c47c5917f82779b8d987f43d84e1e9ddbc5cb5d7a34e
[INFO] running `Command { std: "docker" "start" "-a" "8f16c13147253b4a4dd8c47c5917f82779b8d987f43d84e1e9ddbc5cb5d7a34e", kill_on_drop: false }`
[INFO] [stdout] warning: the feature `async_closure` has been stable since 1.85.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/lib.rs:6:12
[INFO] [stdout]   |
[INFO] [stdout] 6 | #![feature(async_closure)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `children` is never used
[INFO] [stdout]   --> src/event/dispatcher.rs:77:6
[INFO] [stdout]    |
[INFO] [stdout] 72 | pub(super) trait Dispatcher<T>: Replicable + Send + Sync
[INFO] [stdout]    |                  ---------- method in this trait
[INFO] [stdout] ...
[INFO] [stdout] 77 |   fn children(&self) -> Iter<'_, DispatchTarget<T>>;
[INFO] [stdout]    |      ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/event/observable.rs:388:12
[INFO] [stdout]     |
[INFO] [stdout] 388 |   unsafe { ID.fetch_add(1, Ordering::Relaxed) }
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]   --> src/sync/threadpool.rs:63:23
[INFO] [stdout]    |
[INFO] [stdout] 63 |     let id = unsafe { ID.fetch_add(1, Ordering::Relaxed) };
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/sync/worker.rs:100:23
[INFO] [stdout]     |
[INFO] [stdout] 100 |     let id = unsafe { ID.fetch_add(1, Ordering::Relaxed) };
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling drumbeat v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: the feature `async_closure` has been stable since 1.85.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/lib.rs:6:12
[INFO] [stdout]   |
[INFO] [stdout] 6 | #![feature(async_closure)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `children` is never used
[INFO] [stdout]   --> src/event/dispatcher.rs:77:6
[INFO] [stdout]    |
[INFO] [stdout] 72 | pub(super) trait Dispatcher<T>: Replicable + Send + Sync
[INFO] [stdout]    |                  ---------- method in this trait
[INFO] [stdout] ...
[INFO] [stdout] 77 |   fn children(&self) -> Iter<'_, DispatchTarget<T>>;
[INFO] [stdout]    |      ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/event/observable.rs:388:12
[INFO] [stdout]     |
[INFO] [stdout] 388 |   unsafe { ID.fetch_add(1, Ordering::Relaxed) }
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]   --> src/sync/threadpool.rs:63:23
[INFO] [stdout]    |
[INFO] [stdout] 63 |     let id = unsafe { ID.fetch_add(1, Ordering::Relaxed) };
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/sync/worker.rs:100:23
[INFO] [stdout]     |
[INFO] [stdout] 100 |     let id = unsafe { ID.fetch_add(1, Ordering::Relaxed) };
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 3.53s
[INFO] running `Command { std: "docker" "inspect" "8f16c13147253b4a4dd8c47c5917f82779b8d987f43d84e1e9ddbc5cb5d7a34e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8f16c13147253b4a4dd8c47c5917f82779b8d987f43d84e1e9ddbc5cb5d7a34e", kill_on_drop: false }`
[INFO] [stdout] 8f16c13147253b4a4dd8c47c5917f82779b8d987f43d84e1e9ddbc5cb5d7a34e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] b336391015a6d63b5a3d61f5481c9ec16f8965085937437df62a29a814c920f9
[INFO] running `Command { std: "docker" "start" "-a" "b336391015a6d63b5a3d61f5481c9ec16f8965085937437df62a29a814c920f9", kill_on_drop: false }`
[INFO] [stderr] warning: the feature `async_closure` has been stable since 1.85.0 and no longer requires an attribute to enable
[INFO] [stdout] 
[INFO] [stderr]  --> src/lib.rs:6:12
[INFO] [stdout] running 41 tests
[INFO] [stderr]   |
[INFO] [stderr] 6 | #![feature(async_closure)]
[INFO] [stderr]   |            ^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(stable_features)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: method `children` is never used
[INFO] [stderr]   --> src/event/dispatcher.rs:77:6
[INFO] [stderr]    |
[INFO] [stderr] 72 | pub(super) trait Dispatcher<T>: Replicable + Send + Sync
[INFO] [stderr]    |                  ---------- method in this trait
[INFO] [stderr] ...
[INFO] [stderr] 77 |   fn children(&self) -> Iter<'_, DispatchTarget<T>>;
[INFO] [stderr]    |      ^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: creating a shared reference to mutable static
[INFO] [stderr]    --> src/event/observable.rs:388:12
[INFO] [stderr]     |
[INFO] [stderr] 388 |   unsafe { ID.fetch_add(1, Ordering::Relaxed) }
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stderr]     |
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stderr]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stderr]     = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: creating a shared reference to mutable static
[INFO] [stderr]   --> src/sync/threadpool.rs:63:23
[INFO] [stderr]    |
[INFO] [stderr] 63 |     let id = unsafe { ID.fetch_add(1, Ordering::Relaxed) };
[INFO] [stderr]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stderr]    |
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stderr]    = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stderr] 
[INFO] [stderr] warning: creating a shared reference to mutable static
[INFO] [stderr]    --> src/sync/worker.rs:100:23
[INFO] [stderr]     |
[INFO] [stderr] 100 |     let id = unsafe { ID.fetch_add(1, Ordering::Relaxed) };
[INFO] [stderr]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stderr]     |
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stderr]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stderr] 
[INFO] [stderr] warning: `drumbeat` (lib) generated 5 warnings
[INFO] [stderr] warning: `drumbeat` (lib test) generated 5 warnings (5 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.03s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/drumbeat-9be24d0732f57c52)
[INFO] [stdout] test event::observable::test::id_unique_test ... ok
[INFO] [stdout] test event::observable::test::observable_of_test ... ok
[INFO] [stdout] test event::ops::test::assert_test ... ok
[INFO] [stdout] test event::ops::test::assert_count_test ... ok
[INFO] [stdout] test event::ops::test::first_test ... ok
[INFO] [stdout] test event::ops::test::filter_test ... ok
[INFO] [stdout] test event::ops::test::collect_test ... ok
[INFO] [stdout] test event::subject::test::basic_subject_new_blocking_test ... ok
[INFO] [stdout] test event::ops::test::tap_test ... ok
[INFO] [stdout] test event::subject::test::basic_subject_new_runtime_test ... ok
[INFO] [stdout] test event::subject::test::queuing_subject_new_runtime_test ... ok
[INFO] [stdout] test sync::buffer::test::get_filled_test ... ok
[INFO] [stdout] test event::subject::test::queuing_subject_new_blocking_test ... ok
[INFO] [stdout] test sync::buffer::test::get_unfilled_test ... ok
[INFO] [stdout] test sync::buffer::test::new_ring_buffer_test ... ok
[INFO] [stdout] test sync::buffer::test::overflow_test ... ok
[INFO] [stdout] test sync::buffer::test::push_test ... ok
[INFO] [stdout] test sync::buffer::test::get_wraparound_test ... ok
[INFO] [stdout] test event::ops::test::take_while_test ... ok
[INFO] [stdout] test event::ops::test::take_test ... ok
[INFO] [stdout] test event::subject::test::queuing_subject_push_flush_test ... ok
[INFO] [stdout] test event::observable::test::funnel_new_test ... ok
[INFO] [stdout] test event::ops::test::skip_test ... ok
[INFO] [stdout] test event::ops::test::map_test ... ok
[INFO] [stdout] test sync::threadpool::test::thread_builder_test ... ok
[INFO] [stdout] test sync::worker::test::worker_healthy_task_test ... ok
[INFO] [stdout] test event::ops::test::take_until_test ... ok
[INFO] [stdout] test event::observable::test::funnel_target_unsubscribe_test ... ok
[INFO] [stdout] test sync::worker::test::worker_new_test ... ok
[INFO] [stdout] test sync::runtime::test::submit_runtime_jobs_test ... ok
[INFO] [stdout] test event::subject::test::basic_subject_next_test ... ok
[INFO] [stdout] test event::subject::test::queuing_subject_new_pool_test ... ok
[INFO] [stdout] test event::subject::test::basic_subject_new_pool_test ... ok
[INFO] [stdout] test sync::threadpool::test::submit_threadpool_jobs_test ... ok
[INFO] [stdout] test event::ops::test::assert_count_panic_test - should panic ... ok
[INFO] [stdout] test utils::testing::test::panic_after_timeout_test - should panic ... ok
[INFO] [stdout] test sync::worker::test::worker_unhealthy_task_test - should panic ... ok
[INFO] [stdout] test event::ops::test::assert_panic_test - should panic ... ok
[INFO] [stdout] test utils::testing::test::interrupt_panic_passthrough_test - should panic ... ok
[INFO] [stdout] test event::ops::test::debounce_test ... ok
[INFO] [stdout] test utils::testing::test::no_panic_after_timeout_test ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 41 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.04s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]      Running tests/event_test.rs (/opt/rustwide/target/debug/deps/event_test-729734979921855e)
[INFO] [stdout] running 6 tests
[INFO] [stdout] test first_subject_test ... ok
[INFO] [stdout] test take_observable_of_test ... ok
[INFO] [stdout] test simple_event_test ... ok
[INFO] [stdout] test multi_observable_test ... ok
[INFO] [stdout] test map_event_to_string_test ... ok
[INFO] [stdout] test complex_pipe_test ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.07s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/sync_test.rs (/opt/rustwide/target/debug/deps/sync_test-470efa0fe0aef896)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test runtime_test ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests drumbeat
[INFO] [stdout] 
[INFO] [stdout] running 21 tests
[INFO] [stdout] test src/event/ops.rs - event::ops::Collect::collect (line 419) ... ok
[INFO] [stdout] test src/event/observable.rs - event::observable::Pipe<T>::subscribe (line 237) ... ok
[INFO] [stdout] test src/event/ops.rs - event::ops::Take::take (line 70) ... ok
[INFO] [stdout] test src/event/ops.rs - event::ops::Dangling::dangling (line 517) ... ok
[INFO] [stdout] test src/event/observable.rs - event::observable::Observable<T>::pipe (line 568) ... ok
[INFO] [stdout] test src/event/ops.rs - event::ops::Filter::filter (line 369) ... ok
[INFO] [stdout] test src/event/ops.rs - event::ops::Assert::assert_count (line 697) ... ok
[INFO] [stdout] test src/event/ops.rs - event::ops::First::first (line 276) ... ok
[INFO] [stdout] test src/event/observable.rs - event::observable::Pipe (line 87) ... ok
[INFO] [stdout] test src/event/ops.rs - event::ops::Assert::assert (line 675) ... ok
[INFO] [stdout] test src/event/observable.rs - event::observable::Observable<T>::of (line 534) ... ok
[INFO] [stdout] test src/event/ops.rs - event::ops::Skip::skip (line 322) ... ok
[INFO] [stdout] test src/event/ops.rs - event::ops::Map::map (line 20) ... ok
[INFO] [stdout] test src/event/ops.rs - event::ops::Tap::tap (line 468) ... ok
[INFO] [stdout] test src/event/observable.rs - event::observable::Observable<T>::merge (line 497) ... ok
[INFO] [stdout] test src/sync/worker.rs - sync::worker::Worker<T>::submit (line 135) ... ok
[INFO] [stdout] test src/sync/threadpool.rs - sync::threadpool::ThreadPool::submit (line 109) ... ok
[INFO] [stdout] test src/event/ops.rs - event::ops::TakeWhile::take_while (line 215) ... ok
[INFO] [stdout] test src/event/ops.rs - event::ops::Debounce::debounce_for (line 558) ... FAILED
[INFO] [stdout] test src/event/observable.rs - event::observable::Pipe<T>::observe (line 200) ... ok
[INFO] [stdout] test src/event/ops.rs - event::ops::TakeUntil::take_until (line 127) ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/event/ops.rs - event::ops::Debounce::debounce_for (line 558) stdout ----
[INFO] [stdout] Test executable failed (exit status: 255).
[INFO] [stdout] 
[INFO] [stdout] stdout:
[INFO] [stdout] unhandled panic on thread 'main' with info: 'panicked at src/event/ops.rs:22:1:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: [9]
[INFO] [stdout]  right: [50]'
[INFO] [stdout] 
[INFO] [stdout] stderr:
[INFO] [stdout] 
[INFO] [stdout] thread 'main' (691) panicked at src/event/ops.rs:22:1:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: [9]
[INFO] [stdout]  right: [50]
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x62138d2fd192 - std[3b51380354919863]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x62138d2fd192 - std[3b51380354919863]::backtrace_rs::backtrace::trace_unsynchronized::<std[3b51380354919863]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x62138d2fd192 - std[3b51380354919863]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x62138d2fd192 - <<std[3b51380354919863]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[27de1724e4349be2]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x62138d30fb5a - <core[27de1724e4349be2]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x62138d30fb5a - core[27de1724e4349be2]::fmt::write
[INFO] [stdout]    6:     0x62138d301ab6 - std[3b51380354919863]::io::default_write_fmt::<std[3b51380354919863]::sys::stdio::unix::Stderr>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x62138d301ab6 - <std[3b51380354919863]::sys::stdio::unix::Stderr as std[3b51380354919863]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x62138d2e60ef - <std[3b51380354919863]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x62138d2e60ef - std[3b51380354919863]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x62138d2f8721 - std[3b51380354919863]::panicking::default_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:319:9
[INFO] [stdout]   11:     0x62138d27e8f3 - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x62138d270ca2 - drumbeat[568bded4fdac309f]::utils::sync::kill_process_on_panic::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/utils/sync.rs:5:5
[INFO] [stdout]   13:     0x62138d27e8f3 - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x62138d270ca2 - drumbeat[568bded4fdac309f]::utils::sync::kill_process_on_panic::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/utils/sync.rs:5:5
[INFO] [stdout]   15:     0x62138d27e8f3 - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   16:     0x62138d270ca2 - drumbeat[568bded4fdac309f]::utils::sync::kill_process_on_panic::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/utils/sync.rs:5:5
[INFO] [stdout]   17:     0x62138d27e8f3 - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   18:     0x62138d270ca2 - drumbeat[568bded4fdac309f]::utils::sync::kill_process_on_panic::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/utils/sync.rs:5:5
[INFO] [stdout]   19:     0x62138d27e8f3 - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   20:     0x62138d270ca2 - drumbeat[568bded4fdac309f]::utils::sync::kill_process_on_panic::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/utils/sync.rs:5:5
[INFO] [stdout]   21:     0x62138d27e8f3 - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   22:     0x62138d270ca2 - drumbeat[568bded4fdac309f]::utils::sync::kill_process_on_panic::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/utils/sync.rs:5:5
[INFO] [stdout]   23:     0x62138d27e8f3 - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   24:     0x62138d270ca2 - drumbeat[568bded4fdac309f]::utils::sync::kill_process_on_panic::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/utils/sync.rs:5:5
[INFO] [stdout]   25:     0x62138d27e8f3 - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   26:     0x62138d270ca2 - drumbeat[568bded4fdac309f]::utils::sync::kill_process_on_panic::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/utils/sync.rs:5:5
[INFO] [stdout]   27:     0x62138d27e8f3 - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   28:     0x62138d270ca2 - drumbeat[568bded4fdac309f]::utils::sync::kill_process_on_panic::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/utils/sync.rs:5:5
[INFO] [stdout]   29:     0x62138d27e8f3 - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   30:     0x62138d270ca2 - drumbeat[568bded4fdac309f]::utils::sync::kill_process_on_panic::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/utils/sync.rs:5:5
[INFO] [stdout]   31:     0x62138d27e8f3 - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   32:     0x62138d270ca2 - drumbeat[568bded4fdac309f]::utils::sync::kill_process_on_panic::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/utils/sync.rs:5:5
[INFO] [stdout]   33:     0x62138d27e8f3 - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   34:     0x62138d270ca2 - drumbeat[568bded4fdac309f]::utils::sync::kill_process_on_panic::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/utils/sync.rs:5:5
[INFO] [stdout]   35:     0x62138d27e8f3 - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   36:     0x62138d270ca2 - drumbeat[568bded4fdac309f]::utils::sync::kill_process_on_panic::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/utils/sync.rs:5:5
[INFO] [stdout]   37:     0x62138d27e8f3 - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   38:     0x62138d270ca2 - drumbeat[568bded4fdac309f]::utils::sync::kill_process_on_panic::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/utils/sync.rs:5:5
[INFO] [stdout]   39:     0x62138d27e8f3 - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   40:     0x62138d270ca2 - drumbeat[568bded4fdac309f]::utils::sync::kill_process_on_panic::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/utils/sync.rs:5:5
[INFO] [stdout]   41:     0x62138d27e8f3 - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   42:     0x62138d270ca2 - drumbeat[568bded4fdac309f]::utils::sync::kill_process_on_panic::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/utils/sync.rs:5:5
[INFO] [stdout]   43:     0x62138d2f8912 - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   44:     0x62138d2f8912 - std[3b51380354919863]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:833:13
[INFO] [stdout]   45:     0x62138d2e61a8 - std[3b51380354919863]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:698:13
[INFO] [stdout]   46:     0x62138d2db649 - std[3b51380354919863]::sys::backtrace::__rust_end_short_backtrace::<std[3b51380354919863]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   47:     0x62138d2e6a5d - __rustc[d79c0ace40940972]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:689:5
[INFO] [stdout]   48:     0x62138d31026c - core[27de1724e4349be2]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:80:14
[INFO] [stdout]   49:     0x62138d310123 - core[27de1724e4349be2]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:439:17
[INFO] [stdout]   50:     0x62138d251a1b - core[27de1724e4349be2]::panicking::assert_failed::<alloc[a57f19327c0ad893]::vec::Vec<i32>, [i32; 1usize]>
[INFO] [stdout]   51:     0x62138d26824b - rust_out[8e547ba4386cb4c9]::main::_doctest_main_src_event_ops_rs_558_0
[INFO] [stdout]   52:     0x62138d25b1e6 - rust_out[8e547ba4386cb4c9]::main
[INFO] [stdout]   53:     0x62138d26fc13 - <fn() as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   54:     0x62138d252956 - std[3b51380354919863]::sys::backtrace::__rust_begin_short_backtrace::<fn(), ()>
[INFO] [stdout]   55:     0x62138d256e79 - std[3b51380354919863]::rt::lang_start::<()>::{closure#0}
[INFO] [stdout]   56:     0x62138d2f7ca6 - <&dyn core[27de1724e4349be2]::ops::function::Fn<(), Output = i32> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::panic::unwind_safe::RefUnwindSafe as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:287:21
[INFO] [stdout]   57:     0x62138d2f7ca6 - std[3b51380354919863]::panicking::catch_unwind::do_call::<&dyn core[27de1724e4349be2]::ops::function::Fn<(), Output = i32> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::panic::unwind_safe::RefUnwindSafe, i32>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   58:     0x62138d2f7ca6 - std[3b51380354919863]::panicking::catch_unwind::<i32, &dyn core[27de1724e4349be2]::ops::function::Fn<(), Output = i32> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::panic::unwind_safe::RefUnwindSafe>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   59:     0x62138d2f7ca6 - std[3b51380354919863]::panic::catch_unwind::<&dyn core[27de1724e4349be2]::ops::function::Fn<(), Output = i32> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::panic::unwind_safe::RefUnwindSafe, i32>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   60:     0x62138d2f7ca6 - std[3b51380354919863]::rt::lang_start_internal::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/rt.rs:175:24
[INFO] [stdout]   61:     0x62138d2f7ca6 - std[3b51380354919863]::panicking::catch_unwind::do_call::<std[3b51380354919863]::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   62:     0x62138d2f7ca6 - std[3b51380354919863]::panicking::catch_unwind::<isize, std[3b51380354919863]::rt::lang_start_internal::{closure#0}>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   63:     0x62138d2f7ca6 - std[3b51380354919863]::panic::catch_unwind::<std[3b51380354919863]::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   64:     0x62138d2f7ca6 - std[3b51380354919863]::rt::lang_start_internal
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/rt.rs:171:5
[INFO] [stdout]   65:     0x62138d251a41 - std[3b51380354919863]::rt::lang_start::<()>
[INFO] [stdout]   66:     0x62138d270245 - main
[INFO] [stdout]   67:     0x79c673b2d1ca - <unknown>
[INFO] [stdout]   68:     0x79c673b2d28b - __libc_start_main
[INFO] [stdout]   69:     0x62138d24b515 - _start
[INFO] [stdout]   70:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/event/ops.rs - event::ops::Debounce::debounce_for (line 558)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 20 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.61s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "b336391015a6d63b5a3d61f5481c9ec16f8965085937437df62a29a814c920f9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b336391015a6d63b5a3d61f5481c9ec16f8965085937437df62a29a814c920f9", kill_on_drop: false }`
[INFO] [stdout] b336391015a6d63b5a3d61f5481c9ec16f8965085937437df62a29a814c920f9
