[INFO] fetching crate timer-deque-rs 0.5.0...
[INFO] testing timer-deque-rs-0.5.0 against 1.90.0 for beta-1.91-3
[INFO] extracting crate timer-deque-rs 0.5.0 into /workspace/builds/worker-0-tc1/source
[INFO] started tweaking crates.io crate timer-deque-rs 0.5.0
[INFO] removed 0 missing examples
[INFO] finished tweaking crates.io crate timer-deque-rs 0.5.0
[INFO] tweaked toml for crates.io crate timer-deque-rs 0.5.0 written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate timer-deque-rs 0.5.0 on toolchain 1.90.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate timer-deque-rs 0.5.0 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" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded instance-copy-on-write v0.2.2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] ee95af72219e948437dc65a0f5b969f20f5ea6a1dc70fdfa842b16151689aeab
[INFO] running `Command { std: "docker" "start" "-a" "ee95af72219e948437dc65a0f5b969f20f5ea6a1dc70fdfa842b16151689aeab", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ee95af72219e948437dc65a0f5b969f20f5ea6a1dc70fdfa842b16151689aeab", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ee95af72219e948437dc65a0f5b969f20f5ea6a1dc70fdfa842b16151689aeab", kill_on_drop: false }`
[INFO] [stdout] ee95af72219e948437dc65a0f5b969f20f5ea6a1dc70fdfa842b16151689aeab
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] de2b298273ee513476eaf958dfa6f6aa2c4b118c5d9661f386f58002c4a74b59
[INFO] running `Command { std: "docker" "start" "-a" "de2b298273ee513476eaf958dfa6f6aa2c4b118c5d9661f386f58002c4a74b59", kill_on_drop: false }`
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling nix v0.30.1
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]    Compiling chrono v0.4.42
[INFO] [stderr]    Compiling rand_core v0.9.3
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling rand v0.9.2
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling crossbeam-deque v0.8.6
[INFO] [stderr]    Compiling timer-deque-rs v0.5.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: method `is_valid_inner` is never used
[INFO] [stdout]    --> src/timer_portable/timer.rs:761:8
[INFO] [stdout]     |
[INFO] [stdout] 756 | impl TimerExpMode<AbsoluteTime>
[INFO] [stdout]     | ------------------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 761 |     fn is_valid_inner(&self) -> bool
[INFO] [stdout]     |        ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `is_valid` is never used
[INFO] [stdout]    --> src/deque_timeout/timer_tickets.rs:257:8
[INFO] [stdout]     |
[INFO] [stdout] 254 | impl<MODE: OrderedTimerDequeMode> TimerDequeueTicketIssuer<MODE>
[INFO] [stdout]     | ---------------------------------------------------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 257 |     fn is_valid(&self) -> bool
[INFO] [stdout]     |        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of `async fn` in public traits is discouraged as auto trait bounds cannot be specified
[INFO] [stdout]   --> src/deque_timeout/timer_signal.rs:57:5
[INFO] [stdout]    |
[INFO] [stdout] 57 |     async fn a_sig_timeout(&mut self) -> Result<(), Self::TimeoutErr>
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: you can suppress this lint if you plan to use the trait only in your own code, or do not care about auto traits like `Send` on the `Future`
[INFO] [stdout]    = note: `#[warn(async_fn_in_trait)]` on by default
[INFO] [stdout] help: you can alternatively desugar to a normal `fn` that returns `impl Future` and add any desired bounds such as `Send`, but these cannot be relaxed without a breaking API change
[INFO] [stdout]    |
[INFO] [stdout] 57 ~     fn a_sig_timeout(&mut self) -> impl std::future::Future<Output = Result<(), Self::TimeoutErr>> + Send
[INFO] [stdout] 58 |     where Self: Sized
[INFO] [stdout] 59 ~     {async {
[INFO] [stdout] 60 |         return Ok(());
[INFO] [stdout] 61 ~     } }
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.93s
[INFO] running `Command { std: "docker" "inspect" "de2b298273ee513476eaf958dfa6f6aa2c4b118c5d9661f386f58002c4a74b59", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "de2b298273ee513476eaf958dfa6f6aa2c4b118c5d9661f386f58002c4a74b59", kill_on_drop: false }`
[INFO] [stdout] de2b298273ee513476eaf958dfa6f6aa2c4b118c5d9661f386f58002c4a74b59
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 2c34e6ef26164e0ec8b1ab29f49d1a2e0ef3dd57a8b2dd6f2e26342abd7a9672
[INFO] running `Command { std: "docker" "start" "-a" "2c34e6ef26164e0ec8b1ab29f49d1a2e0ef3dd57a8b2dd6f2e26342abd7a9672", kill_on_drop: false }`
[INFO] [stderr]    Compiling parking_lot_core v0.9.11
[INFO] [stderr]    Compiling socket2 v0.6.0
[INFO] [stderr]    Compiling signal-hook-registry v1.4.6
[INFO] [stderr]    Compiling mio v1.0.4
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stdout] warning: method `is_valid_inner` is never used
[INFO] [stdout]    --> src/timer_portable/timer.rs:761:8
[INFO] [stdout]     |
[INFO] [stdout] 756 | impl TimerExpMode<AbsoluteTime>
[INFO] [stdout]     | ------------------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 761 |     fn is_valid_inner(&self) -> bool
[INFO] [stdout]     |        ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `is_valid` is never used
[INFO] [stdout]    --> src/deque_timeout/timer_tickets.rs:257:8
[INFO] [stdout]     |
[INFO] [stdout] 254 | impl<MODE: OrderedTimerDequeMode> TimerDequeueTicketIssuer<MODE>
[INFO] [stdout]     | ---------------------------------------------------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 257 |     fn is_valid(&self) -> bool
[INFO] [stdout]     |        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of `async fn` in public traits is discouraged as auto trait bounds cannot be specified
[INFO] [stdout]   --> src/deque_timeout/timer_signal.rs:57:5
[INFO] [stdout]    |
[INFO] [stdout] 57 |     async fn a_sig_timeout(&mut self) -> Result<(), Self::TimeoutErr>
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: you can suppress this lint if you plan to use the trait only in your own code, or do not care about auto traits like `Send` on the `Future`
[INFO] [stdout]    = note: `#[warn(async_fn_in_trait)]` on by default
[INFO] [stdout] help: you can alternatively desugar to a normal `fn` that returns `impl Future` and add any desired bounds such as `Send`, but these cannot be relaxed without a breaking API change
[INFO] [stdout]    |
[INFO] [stdout] 57 ~     fn a_sig_timeout(&mut self) -> impl std::future::Future<Output = Result<(), Self::TimeoutErr>> + Send
[INFO] [stdout] 58 |     where Self: Sized
[INFO] [stdout] 59 ~     {async {
[INFO] [stdout] 60 |         return Ok(());
[INFO] [stdout] 61 ~     } }
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling parking_lot v0.12.4
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling async-stream-impl v0.3.6
[INFO] [stderr]    Compiling tokio v1.47.1
[INFO] [stderr]    Compiling async-stream v0.3.6
[INFO] [stderr]    Compiling tokio-stream v0.1.17
[INFO] [stderr]    Compiling tokio-test v0.4.4
[INFO] [stderr]    Compiling timer-deque-rs v0.5.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `rcv_a`
[INFO] [stdout]    --> examples/periodic_task_sync/periodic_task_sync.rs:122:16
[INFO] [stdout]     |
[INFO] [stdout] 122 |             Ok(rcv_a) => 
[INFO] [stdout]     |                ^^^^^ help: if this is intentional, prefix it with an underscore: `_rcv_a`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `rcv_a`
[INFO] [stdout]    --> examples/periodic_task_sync/periodic_task_sync.rs:142:16
[INFO] [stdout]     |
[INFO] [stdout] 142 |             Ok(rcv_a) => 
[INFO] [stdout]     |                ^^^^^ help: if this is intentional, prefix it with an underscore: `_rcv_a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `rcv_a`
[INFO] [stdout]    --> examples/periodic_task_sync/periodic_task_sync.rs:158:16
[INFO] [stdout]     |
[INFO] [stdout] 158 |             Ok(rcv_a) => 
[INFO] [stdout]     |                ^^^^^ help: if this is intentional, prefix it with an underscore: `_rcv_a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `ModeTimeType`
[INFO] [stdout]     --> src/timer_portable/timer.rs:1105:63
[INFO] [stdout]      |
[INFO] [stdout] 1105 |     use crate::{common, timer_portable::timer::{AbsoluteTime, ModeTimeType, RelativeTime, TimerExpMode}};
[INFO] [stdout]      |                                                               ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `collections::VecDeque`
[INFO] [stdout]    --> src/deque_timeout/timer_signal.rs:602:30
[INFO] [stdout]     |
[INFO] [stdout] 602 |     use std::{cmp::Ordering, collections::VecDeque, fmt, sync::mpsc::{self, SendError, Sender}, time::{Duration, Instant}};
[INFO] [stdout]     |                              ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `PollResult`
[INFO] [stdout]  --> src/tests.rs:3:97
[INFO] [stdout]   |
[INFO] [stdout] 3 | use crate::{common, deque_timeout::OrderdTimerDequeOnce, timer_portable::{poll::{PollEventType, PollResult}, timer::{AbsoluteTime, Relati...
[INFO] [stdout]   |                                                                                                 ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `s`
[INFO] [stdout]    --> src/timer_portable/linux/timer_fd_linux.rs:593:13
[INFO] [stdout]     |
[INFO] [stdout] 593 |         let s = Instant::now();
[INFO] [stdout]     |             ^ help: if this is intentional, prefix it with an underscore: `_s`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `is_valid_inner` is never used
[INFO] [stdout]    --> src/timer_portable/timer.rs:761:8
[INFO] [stdout]     |
[INFO] [stdout] 756 | impl TimerExpMode<AbsoluteTime>
[INFO] [stdout]     | ------------------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 761 |     fn is_valid_inner(&self) -> bool
[INFO] [stdout]     |        ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `is_valid` is never used
[INFO] [stdout]    --> src/deque_timeout/timer_tickets.rs:257:8
[INFO] [stdout]     |
[INFO] [stdout] 254 | impl<MODE: OrderedTimerDequeMode> TimerDequeueTicketIssuer<MODE>
[INFO] [stdout]     | ---------------------------------------------------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 257 |     fn is_valid(&self) -> bool
[INFO] [stdout]     |        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of `async fn` in public traits is discouraged as auto trait bounds cannot be specified
[INFO] [stdout]   --> src/deque_timeout/timer_signal.rs:57:5
[INFO] [stdout]    |
[INFO] [stdout] 57 |     async fn a_sig_timeout(&mut self) -> Result<(), Self::TimeoutErr>
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: you can suppress this lint if you plan to use the trait only in your own code, or do not care about auto traits like `Send` on the `Future`
[INFO] [stdout]    = note: `#[warn(async_fn_in_trait)]` on by default
[INFO] [stdout] help: you can alternatively desugar to a normal `fn` that returns `impl Future` and add any desired bounds such as `Send`, but these cannot be relaxed without a breaking API change
[INFO] [stdout]    |
[INFO] [stdout] 57 ~     fn a_sig_timeout(&mut self) -> impl std::future::Future<Output = Result<(), Self::TimeoutErr>> + Send
[INFO] [stdout] 58 |     where Self: Sized
[INFO] [stdout] 59 ~     {async {
[INFO] [stdout] 60 |         return Ok(());
[INFO] [stdout] 61 ~     } }
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 18.21s
[INFO] running `Command { std: "docker" "inspect" "2c34e6ef26164e0ec8b1ab29f49d1a2e0ef3dd57a8b2dd6f2e26342abd7a9672", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2c34e6ef26164e0ec8b1ab29f49d1a2e0ef3dd57a8b2dd6f2e26342abd7a9672", kill_on_drop: false }`
[INFO] [stdout] 2c34e6ef26164e0ec8b1ab29f49d1a2e0ef3dd57a8b2dd6f2e26342abd7a9672
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 0151a55adb0ac241ddee129b991aef98fa55a6e54eb0078025c47843d22d7082
[INFO] running `Command { std: "docker" "start" "-a" "0151a55adb0ac241ddee129b991aef98fa55a6e54eb0078025c47843d22d7082", kill_on_drop: false }`
[INFO] [stderr] warning: method `is_valid_inner` is never used
[INFO] [stderr]    --> src/timer_portable/timer.rs:761:8
[INFO] [stderr]     |
[INFO] [stderr] 756 | impl TimerExpMode<AbsoluteTime>
[INFO] [stderr]     | ------------------------------- method in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 761 |     fn is_valid_inner(&self) -> bool
[INFO] [stderr]     |        ^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(dead_code)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: method `is_valid` is never used
[INFO] [stderr]    --> src/deque_timeout/timer_tickets.rs:257:8
[INFO] [stderr]     |
[INFO] [stderr] 254 | impl<MODE: OrderedTimerDequeMode> TimerDequeueTicketIssuer<MODE>
[INFO] [stderr]     | ---------------------------------------------------------------- method in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 257 |     fn is_valid(&self) -> bool
[INFO] [stderr]     |        ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of `async fn` in public traits is discouraged as auto trait bounds cannot be specified
[INFO] [stderr]   --> src/deque_timeout/timer_signal.rs:57:5
[INFO] [stderr]    |
[INFO] [stderr] 57 |     async fn a_sig_timeout(&mut self) -> Result<(), Self::TimeoutErr>
[INFO] [stderr]    |     ^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: you can suppress this lint if you plan to use the trait only in your own code, or do not care about auto traits like `Send` on the `Future`
[INFO] [stderr]    = note: `#[warn(async_fn_in_trait)]` on by default
[INFO] [stderr] help: you can alternatively desugar to a normal `fn` that returns `impl Future` and add any desired bounds such as `Send`, but these cannot be relaxed without a breaking API change
[INFO] [stderr]    |
[INFO] [stderr] 57 ~     fn a_sig_timeout(&mut self) -> impl std::future::Future<Output = Result<(), Self::TimeoutErr>> + Send
[INFO] [stderr] 58 |     where Self: Sized
[INFO] [stderr] 59 ~     {async {
[INFO] [stderr] 60 |         return Ok(());
[INFO] [stderr] 61 ~     } }
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: `timer-deque-rs` (lib) generated 3 warnings
[INFO] [stderr] warning: unused variable: `rcv_a`
[INFO] [stderr]    --> examples/periodic_task_sync/periodic_task_sync.rs:122:16
[INFO] [stderr]     |
[INFO] [stderr] 122 |             Ok(rcv_a) => 
[INFO] [stderr]     |                ^^^^^ help: if this is intentional, prefix it with an underscore: `_rcv_a`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_variables)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `rcv_a`
[INFO] [stderr]    --> examples/periodic_task_sync/periodic_task_sync.rs:142:16
[INFO] [stderr]     |
[INFO] [stderr] 142 |             Ok(rcv_a) => 
[INFO] [stderr]     |                ^^^^^ help: if this is intentional, prefix it with an underscore: `_rcv_a`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `rcv_a`
[INFO] [stderr]    --> examples/periodic_task_sync/periodic_task_sync.rs:158:16
[INFO] [stderr]     |
[INFO] [stderr] 158 |             Ok(rcv_a) => 
[INFO] [stderr]     |                ^^^^^ help: if this is intentional, prefix it with an underscore: `_rcv_a`
[INFO] [stderr] 
[INFO] [stderr] warning: `timer-deque-rs` (example "periodic_task_sync") generated 3 warnings
[INFO] [stderr] warning: unused import: `ModeTimeType`
[INFO] [stderr]     --> src/timer_portable/timer.rs:1105:63
[INFO] [stderr]      |
[INFO] [stderr] 1105 |     use crate::{common, timer_portable::timer::{AbsoluteTime, ModeTimeType, RelativeTime, TimerExpMode}};
[INFO] [stderr]      |                                                               ^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `collections::VecDeque`
[INFO] [stderr]    --> src/deque_timeout/timer_signal.rs:602:30
[INFO] [stderr]     |
[INFO] [stderr] 602 |     use std::{cmp::Ordering, collections::VecDeque, fmt, sync::mpsc::{self, SendError, Sender}, time::{Duration, Instant}};
[INFO] [stderr]     |                              ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `PollResult`
[INFO] [stderr]  --> src/tests.rs:3:97
[INFO] [stderr]   |
[INFO] [stderr] 3 | use crate::{common, deque_timeout::OrderdTimerDequeOnce, timer_portable::{poll::{PollEventType, PollResult}, timer::{AbsoluteTime, Relati...
[INFO] [stderr]   |                                                                                                 ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `s`
[INFO] [stderr]    --> src/timer_portable/linux/timer_fd_linux.rs:593:13
[INFO] [stderr]     |
[INFO] [stderr] 593 |         let s = Instant::now();
[INFO] [stderr]     |             ^ help: if this is intentional, prefix it with an underscore: `_s`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_variables)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `timer-deque-rs` (lib test) generated 7 warnings (3 duplicates) (run `cargo fix --lib -p timer-deque-rs --tests` to apply 3 suggestions)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.10s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/timer_deque_rs-dc3bbec04b00b986)
[INFO] [stdout] 
[INFO] [stdout] running 25 tests
[INFO] [stdout] test timer_portable::linux::timer_fd_linux::tests::test4_cancel ... ok
[INFO] [stdout] test tests::thread_test_cancel ... ok
[INFO] [stdout] test timer_portable::poll::tests::test_poll0 ... ok
[INFO] [stdout] test timer_portable::timer::tests::test_0 ... ok
[INFO] [stdout] test timer_portable::timer::tests::test_1 ... ok
[INFO] [stdout] test timer_portable::timer::tests::test_2 ... ok
[INFO] [stdout] test timer_portable::timer::tests::test_2_fail - should panic ... ok
[INFO] [stdout] test timer_portable::timer::tests::test_abstime_add ... ok
[INFO] [stdout] test timer_portable::timer::tests::test_abstime_cmp ... ok
[INFO] [stdout] test timer_portable::timer::tests::test_abstime_new ... ok
[INFO] [stdout] test deque_timeout::timer_consumer::tests::test_0 ... ok
[INFO] [stdout] test deque_timeout::timer_signal::tests::test_timer_test ... ok
[INFO] [stdout] test deque_timeout::timer_tickets::tests::test_ticket_0 ... ok
[INFO] [stdout] test timer_portable::linux::timer_poll::tests::test_epoll0 ... ok
[INFO] [stdout] test timer_portable::linux::timer_fd_linux::tests::test1 ... ok
[INFO] [stdout] test timer_portable::linux::timer_fd_linux::tests::test3_tokio ... ok
[INFO] [stdout] test timer_portable::linux::timer_fd_linux::tests::test2_fut ... ok
[INFO] [stdout] test periodic_task::sync_tasks::tests::test1_relative_resched_to_abs ... FAILED
[INFO] [stdout] test periodic_task::sync_tasks::tests::test1_absolute_simple ... ok
[INFO] [stdout] test periodic_task::sync_tasks::tests::test1_relative_simple ... ok
[INFO] [stdout] test deque_timeout::timer_signal::tests::test_timer_period_test ... ok
[INFO] [stdout] test periodic_task::sync_tasks::tests::test1_relative_simple_resched ... ok
[INFO] [stdout] test periodic_task::sync_tasks::tests::test2_multithread_1 ... ok
[INFO] [stdout] test tests::thread_test ... ok
[INFO] [stdout] test periodic_task::sync_tasks::tests::test1_relative_simple_cancel ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- periodic_task::sync_tasks::tests::test1_relative_resched_to_abs stdout ----
[INFO] [stdout] taskstruct2 val: 2
[INFO] [stdout] 1.000246476s 1000246
[INFO] [stdout] taskstruct2 val: 2
[INFO] [stdout] 2.009002822s 2009002
[INFO] [stdout] 
[INFO] [stdout] thread 'periodic_task::sync_tasks::tests::test1_relative_resched_to_abs' panicked at src/periodic_task/sync_tasks.rs:1495:17:
[INFO] [stdout] assertion failed: 1999642 < e.as_micros() && e.as_micros() < 2000342
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x57fe68cdf112 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x57fe68cdf112 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x57fe68cdf112 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x57fe68cdf112 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x57fe68d05853 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x57fe68d05853 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x57fe68cdbc43 - std::io::default_write_fmt::h7b8824096454f323
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x57fe68cdbc43 - std::io::Write::write_fmt::h4e71294925c334d0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x57fe68cdef62 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x57fe68ce0879 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x57fe68ce06ae - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x57fe68ba5564 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hb6bd65493727d71a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x57fe68ba5564 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x57fe68ce124e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h318e4efb8c1a5689
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x57fe68ce124e - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x57fe68ce0fe6 - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:699:13
[INFO] [stdout]   16:     0x57fe68cdf609 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x57fe68ce0cad - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x57fe68d03c80 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x57fe68d03d0c - core::panicking::panic::h89a5f2df32b0508a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:145:5
[INFO] [stdout]   20:     0x57fe68afcc17 - timer_deque_rs::periodic_task::sync_tasks::tests::test1_relative_resched_to_abs::ha5066858e5dfcda7
[INFO] [stdout]                                at /opt/rustwide/workdir/src/periodic_task/sync_tasks.rs:1495:17
[INFO] [stdout]   21:     0x57fe68afc1d7 - timer_deque_rs::periodic_task::sync_tasks::tests::test1_relative_resched_to_abs::{{closure}}::hbd66222c3493b7ad
[INFO] [stdout]                                at /opt/rustwide/workdir/src/periodic_task/sync_tasks.rs:1461:39
[INFO] [stdout]   22:     0x57fe68b2d426 - core::ops::function::FnOnce::call_once::h21c701fa9bd4912b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   23:     0x57fe68baadcb - core::ops::function::FnOnce::call_once::h1f9474f1347fff52
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   24:     0x57fe68baadcb - test::__rust_begin_short_backtrace::ha52ab26e77157f03
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18
[INFO] [stdout]   25:     0x57fe68ba9f05 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74
[INFO] [stdout]   26:     0x57fe68ba9f05 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   27:     0x57fe68ba9f05 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   28:     0x57fe68ba9f05 - std::panicking::catch_unwind::h6deb5fe1e91873c9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   29:     0x57fe68ba9f05 - std::panic::catch_unwind::hea0829b6b565654b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   30:     0x57fe68ba9f05 - test::run_test_in_process::hdc44dfecea3db21b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27
[INFO] [stdout]   31:     0x57fe68ba9f05 - test::run_test::{{closure}}::h0364ba59bf23f652
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43
[INFO] [stdout]   32:     0x57fe68b6db04 - test::run_test::{{closure}}::h32730b304eec05da
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41
[INFO] [stdout]   33:     0x57fe68b6db04 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   34:     0x57fe68b714da - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   35:     0x57fe68b714da - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   36:     0x57fe68b714da - std::panicking::catch_unwind::do_call::h163fe12cca9901c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   37:     0x57fe68b714da - std::panicking::catch_unwind::he81557d0e17cc1bc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   38:     0x57fe68b714da - std::panic::catch_unwind::hc2b8e79c20593955
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   39:     0x57fe68b714da - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   40:     0x57fe68b714da - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   41:     0x57fe68ce43ef - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h5924238c754de3b8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   42:     0x57fe68ce43ef - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17
[INFO] [stdout]   43:     0x732cd7e90aa4 - <unknown>
[INFO] [stdout]   44:     0x732cd7f1da34 - clone
[INFO] [stdout]   45:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     periodic_task::sync_tasks::tests::test1_relative_resched_to_abs
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 24 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 10.72s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] running `Command { std: "docker" "inspect" "0151a55adb0ac241ddee129b991aef98fa55a6e54eb0078025c47843d22d7082", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0151a55adb0ac241ddee129b991aef98fa55a6e54eb0078025c47843d22d7082", kill_on_drop: false }`
[INFO] [stdout] 0151a55adb0ac241ddee129b991aef98fa55a6e54eb0078025c47843d22d7082
