[INFO] fetching crate futures-intrusive 0.5.0...
[INFO] testing futures-intrusive-0.5.0 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7
[INFO] extracting crate futures-intrusive 0.5.0 into /workspace/builds/worker-7-tc2/source
[INFO] started tweaking crates.io crate futures-intrusive 0.5.0
[INFO] removed 0 missing examples
[INFO] finished tweaking crates.io crate futures-intrusive 0.5.0
[INFO] tweaked toml for crates.io crate futures-intrusive 0.5.0 written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate futures-intrusive 0.5.0 on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate futures-intrusive 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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] f8a227b374dc4845ef213d820c405634b7432b2a8a1801fae54696b5e4b166ac
[INFO] running `Command { std: "docker" "start" "-a" "f8a227b374dc4845ef213d820c405634b7432b2a8a1801fae54696b5e4b166ac", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f8a227b374dc4845ef213d820c405634b7432b2a8a1801fae54696b5e4b166ac", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f8a227b374dc4845ef213d820c405634b7432b2a8a1801fae54696b5e4b166ac", kill_on_drop: false }`
[INFO] [stdout] f8a227b374dc4845ef213d820c405634b7432b2a8a1801fae54696b5e4b166ac
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 80f4afda784917857a4de07e5b74b223d227e75568781b664270bbde2373c337
[INFO] running `Command { std: "docker" "start" "-a" "80f4afda784917857a4de07e5b74b223d227e75568781b664270bbde2373c337", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.135
[INFO] [stderr]    Compiling parking_lot_core v0.9.4
[INFO] [stderr]    Compiling scopeguard v1.1.0
[INFO] [stderr]    Compiling futures-core v0.3.8
[INFO] [stderr]    Compiling lock_api v0.4.6
[INFO] [stderr]    Compiling parking_lot v0.12.1
[INFO] [stderr]    Compiling futures-intrusive v0.5.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/channel/oneshot.rs:202:20
[INFO] [stdout]     |
[INFO] [stdout] 202 |     pub fn receive(&self) -> ChannelReceiveFuture<MutexType, T> {
[INFO] [stdout]     |                    ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                    |
[INFO] [stdout]     |                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 202 |     pub fn receive(&self) -> ChannelReceiveFuture<'_, MutexType, T> {
[INFO] [stdout]     |                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/channel/oneshot_broadcast.rs:209:20
[INFO] [stdout]     |
[INFO] [stdout] 209 |     pub fn receive(&self) -> ChannelReceiveFuture<MutexType, T> {
[INFO] [stdout]     |                    ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                    |
[INFO] [stdout]     |                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 209 |     pub fn receive(&self) -> ChannelReceiveFuture<'_, MutexType, T> {
[INFO] [stdout]     |                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/channel/state_broadcast.rs:387:9
[INFO] [stdout]     |
[INFO] [stdout] 387 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 388 |         state_id: StateId,
[INFO] [stdout] 389 |     ) -> StateReceiveFuture<MutexType, T> {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 389 |     ) -> StateReceiveFuture<'_, MutexType, T> {
[INFO] [stdout]     |                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/channel/mpmc.rs:426:17
[INFO] [stdout]     |
[INFO] [stdout] 426 |     pub fn send(&self, value: T) -> ChannelSendFuture<MutexType, T> {
[INFO] [stdout]     |                 ^^^^^               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 426 |     pub fn send(&self, value: T) -> ChannelSendFuture<'_, MutexType, T> {
[INFO] [stdout]     |                                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/channel/mpmc.rs:459:20
[INFO] [stdout]     |
[INFO] [stdout] 459 |     pub fn receive(&self) -> ChannelReceiveFuture<MutexType, T> {
[INFO] [stdout]     |                    ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                    |
[INFO] [stdout]     |                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 459 |     pub fn receive(&self) -> ChannelReceiveFuture<'_, MutexType, T> {
[INFO] [stdout]     |                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/channel/mpmc.rs:486:19
[INFO] [stdout]     |
[INFO] [stdout] 486 |     pub fn stream(&self) -> ChannelStream<MutexType, T, A> {
[INFO] [stdout]     |                   ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 486 |     pub fn stream(&self) -> ChannelStream<'_, MutexType, T, A> {
[INFO] [stdout]     |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/sync/manual_reset_event.rs:200:17
[INFO] [stdout]     |
[INFO] [stdout] 200 |     pub fn wait(&self) -> GenericWaitForEventFuture<MutexType> {
[INFO] [stdout]     |                 ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 200 |     pub fn wait(&self) -> GenericWaitForEventFuture<'_, MutexType> {
[INFO] [stdout]     |                                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/timer/timer.rs:194:14
[INFO] [stdout]     |
[INFO] [stdout] 194 |     fn delay(&self, delay: Duration) -> LocalTimerFuture;
[INFO] [stdout]     |              ^^^^^                      ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |              |
[INFO] [stdout]     |              the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 194 |     fn delay(&self, delay: Duration) -> LocalTimerFuture<'_>;
[INFO] [stdout]     |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/timer/timer.rs:198:17
[INFO] [stdout]     |
[INFO] [stdout] 198 |     fn deadline(&self, timestamp: u64) -> LocalTimerFuture;
[INFO] [stdout]     |                 ^^^^^                     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 198 |     fn deadline(&self, timestamp: u64) -> LocalTimerFuture<'_>;
[INFO] [stdout]     |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/timer/timer.rs:210:14
[INFO] [stdout]     |
[INFO] [stdout] 210 |     fn delay(&self, delay: Duration) -> TimerFuture;
[INFO] [stdout]     |              ^^^^^                      ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |              |
[INFO] [stdout]     |              the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 210 |     fn delay(&self, delay: Duration) -> TimerFuture<'_>;
[INFO] [stdout]     |                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/timer/timer.rs:214:17
[INFO] [stdout]     |
[INFO] [stdout] 214 |     fn deadline(&self, timestamp: u64) -> TimerFuture;
[INFO] [stdout]     |                 ^^^^^                     ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 214 |     fn deadline(&self, timestamp: u64) -> TimerFuture<'_>;
[INFO] [stdout]     |                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/timer/timer.rs:298:14
[INFO] [stdout]     |
[INFO] [stdout] 298 |     fn delay(&self, delay: Duration) -> LocalTimerFuture {
[INFO] [stdout]     |              ^^^^^                      ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |              |
[INFO] [stdout]     |              the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 298 |     fn delay(&self, delay: Duration) -> LocalTimerFuture<'_> {
[INFO] [stdout]     |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/timer/timer.rs:305:17
[INFO] [stdout]     |
[INFO] [stdout] 305 |     fn deadline(&self, timestamp: u64) -> LocalTimerFuture {
[INFO] [stdout]     |                 ^^^^^                     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 305 |     fn deadline(&self, timestamp: u64) -> LocalTimerFuture<'_> {
[INFO] [stdout]     |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/timer/timer.rs:318:14
[INFO] [stdout]     |
[INFO] [stdout] 318 |     fn delay(&self, delay: Duration) -> TimerFuture {
[INFO] [stdout]     |              ^^^^^                      ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |              |
[INFO] [stdout]     |              the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 318 |     fn delay(&self, delay: Duration) -> TimerFuture<'_> {
[INFO] [stdout]     |                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/timer/timer.rs:325:17
[INFO] [stdout]     |
[INFO] [stdout] 325 |     fn deadline(&self, timestamp: u64) -> TimerFuture {
[INFO] [stdout]     |                 ^^^^^                     ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 325 |     fn deadline(&self, timestamp: u64) -> TimerFuture<'_> {
[INFO] [stdout]     |                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.78s
[INFO] running `Command { std: "docker" "inspect" "80f4afda784917857a4de07e5b74b223d227e75568781b664270bbde2373c337", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "80f4afda784917857a4de07e5b74b223d227e75568781b664270bbde2373c337", kill_on_drop: false }`
[INFO] [stdout] 80f4afda784917857a4de07e5b74b223d227e75568781b664270bbde2373c337
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f753275f07306173b1d299d1cc14d97520a66dd3eb87b04286d2ba60e3187471
[INFO] running `Command { std: "docker" "start" "-a" "f753275f07306173b1d299d1cc14d97520a66dd3eb87b04286d2ba60e3187471", kill_on_drop: false }`
[INFO] [stderr]    Compiling autocfg v1.0.1
[INFO] [stderr]    Compiling memchr v2.3.4
[INFO] [stderr]    Compiling proc-macro2 v1.0.24
[INFO] [stderr]    Compiling unicode-xid v0.2.1
[INFO] [stderr]    Compiling syn v1.0.67
[INFO] [stderr]    Compiling once_cell v1.5.2
[INFO] [stderr]    Compiling const_fn v0.4.3
[INFO] [stderr]    Compiling futures-io v0.3.8
[INFO] [stderr]    Compiling log v0.4.11
[INFO] [stderr]    Compiling serde v1.0.117
[INFO] [stderr]    Compiling proc-macro-hack v0.5.19
[INFO] [stderr]    Compiling cache-padded v1.1.1
[INFO] [stderr]    Compiling maybe-uninit v2.0.0
[INFO] [stderr]    Compiling concurrent-queue v1.2.2
[INFO] [stderr]    Compiling memoffset v0.5.6
[INFO] [stderr]    Compiling crossbeam-utils v0.8.0
[INFO] [stderr]    Compiling crossbeam-utils v0.7.2
[INFO] [stderr]    Compiling quote v1.0.7
[INFO] [stderr]    Compiling num_cpus v1.13.0
[INFO] [stderr]    Compiling fastrand v1.4.0
[INFO] [stderr]    Compiling proc-macro-nested v0.1.6
[INFO] [stderr]    Compiling ryu v1.0.5
[INFO] [stderr]    Compiling byteorder v1.3.4
[INFO] [stderr]    Compiling pin-project-lite v0.1.11
[INFO] [stderr]    Compiling waker-fn v1.1.0
[INFO] [stderr]    Compiling parking v2.0.0
[INFO] [stderr]    Compiling futures-lite v1.11.2
[INFO] [stderr]    Compiling futures-sink v0.3.8
[INFO] [stderr]    Compiling rayon-core v1.9.0
[INFO] [stderr]    Compiling getrandom v0.1.15
[INFO] [stderr]    Compiling slab v0.4.2
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.0
[INFO] [stderr]    Compiling futures-channel v0.3.8
[INFO] [stderr]    Compiling cast v0.2.3
[INFO] [stderr]    Compiling crossbeam-epoch v0.8.2
[INFO] [stderr]    Compiling num-traits v0.2.14
[INFO] [stderr]    Compiling futures-task v0.3.8
[INFO] [stderr]    Compiling either v1.6.1
[INFO] [stderr]    Compiling serde_json v1.0.59
[INFO] [stderr]    Compiling itoa v0.4.6
[INFO] [stderr]    Compiling vec-arena v1.0.0
[INFO] [stderr]    Compiling event-listener v2.5.1
[INFO] [stderr]    Compiling async-task v4.0.3
[INFO] [stderr]    Compiling crossbeam-deque v0.8.0
[INFO] [stderr]    Compiling regex-automata v0.1.9
[INFO] [stderr]    Compiling crossbeam-channel v0.5.0
[INFO] [stderr]    Compiling polling v2.0.2
[INFO] [stderr]    Compiling rayon v1.5.0
[INFO] [stderr]    Compiling nb-connect v1.0.2
[INFO] [stderr]    Compiling unicode-width v0.1.8
[INFO] [stderr]    Compiling serde_derive v1.0.117
[INFO] [stderr]    Compiling rand_core v0.5.1
[INFO] [stderr]    Compiling async-executor v1.4.0
[INFO] [stderr]    Compiling textwrap v0.11.0
[INFO] [stderr]    Compiling async-io v1.2.0
[INFO] [stderr]    Compiling async-channel v1.5.1
[INFO] [stderr]    Compiling itertools v0.9.0
[INFO] [stderr]    Compiling csv-core v0.1.10
[INFO] [stderr]    Compiling signal-hook-registry v1.2.2
[INFO] [stderr]    Compiling atomic-waker v1.0.0
[INFO] [stderr]    Compiling regex-syntax v0.6.21
[INFO] [stderr]    Compiling ppv-lite86 v0.2.10
[INFO] [stderr]    Compiling half v1.6.0
[INFO] [stderr]    Compiling walkdir v2.3.1
[INFO] [stderr]    Compiling criterion-plot v0.4.3
[INFO] [stderr]    Compiling plotters v0.2.15
[INFO] [stderr]    Compiling rand_chacha v0.2.2
[INFO] [stderr]    Compiling blocking v1.0.2
[INFO] [stderr]    Compiling crossbeam-deque v0.7.3
[INFO] [stderr]    Compiling async-global-executor v1.4.3
[INFO] [stderr]    Compiling clap v2.33.3
[INFO] [stderr]    Compiling async-mutex v1.4.0
[INFO] [stderr]    Compiling bstr v0.2.14
[INFO] [stderr]    Compiling regex v1.4.2
[INFO] [stderr]    Compiling serde_cbor v0.11.1
[INFO] [stderr]    Compiling csv v1.1.4
[INFO] [stderr]    Compiling tinytemplate v1.1.0
[INFO] [stderr]    Compiling crossbeam-queue v0.2.3
[INFO] [stderr]    Compiling pin-project-internal v1.0.2
[INFO] [stderr]    Compiling futures-macro v0.3.8
[INFO] [stderr]    Compiling tokio-macros v1.8.0
[INFO] [stderr]    Compiling crossbeam-channel v0.4.4
[INFO] [stderr]    Compiling kv-log-macro v1.0.7
[INFO] [stderr]    Compiling mio v0.8.4
[INFO] [stderr]    Compiling socket2 v0.4.7
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling bytes v1.2.1
[INFO] [stderr]    Compiling pin-project-lite v0.2.9
[INFO] [stderr]    Compiling oorandom v11.1.2
[INFO] [stderr]    Compiling async-std v1.7.0
[INFO] [stderr]    Compiling crossbeam v0.7.3
[INFO] [stderr]    Compiling rand v0.7.3
[INFO] [stderr]    Compiling signal-hook v0.1.16
[INFO] [stderr]    Compiling tokio v1.19.2
[INFO] [stderr]    Compiling pin-project v1.0.2
[INFO] [stderr]    Compiling futures-util v0.3.8
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/channel/oneshot.rs:202:20
[INFO] [stdout]     |
[INFO] [stdout] 202 |     pub fn receive(&self) -> ChannelReceiveFuture<MutexType, T> {
[INFO] [stdout]     |                    ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                    |
[INFO] [stdout]     |                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 202 |     pub fn receive(&self) -> ChannelReceiveFuture<'_, MutexType, T> {
[INFO] [stdout]     |                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/channel/oneshot_broadcast.rs:209:20
[INFO] [stdout]     |
[INFO] [stdout] 209 |     pub fn receive(&self) -> ChannelReceiveFuture<MutexType, T> {
[INFO] [stdout]     |                    ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                    |
[INFO] [stdout]     |                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 209 |     pub fn receive(&self) -> ChannelReceiveFuture<'_, MutexType, T> {
[INFO] [stdout]     |                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/channel/state_broadcast.rs:387:9
[INFO] [stdout]     |
[INFO] [stdout] 387 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 388 |         state_id: StateId,
[INFO] [stdout] 389 |     ) -> StateReceiveFuture<MutexType, T> {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 389 |     ) -> StateReceiveFuture<'_, MutexType, T> {
[INFO] [stdout]     |                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/channel/mpmc.rs:426:17
[INFO] [stdout]     |
[INFO] [stdout] 426 |     pub fn send(&self, value: T) -> ChannelSendFuture<MutexType, T> {
[INFO] [stdout]     |                 ^^^^^               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 426 |     pub fn send(&self, value: T) -> ChannelSendFuture<'_, MutexType, T> {
[INFO] [stdout]     |                                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/channel/mpmc.rs:459:20
[INFO] [stdout]     |
[INFO] [stdout] 459 |     pub fn receive(&self) -> ChannelReceiveFuture<MutexType, T> {
[INFO] [stdout]     |                    ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                    |
[INFO] [stdout]     |                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 459 |     pub fn receive(&self) -> ChannelReceiveFuture<'_, MutexType, T> {
[INFO] [stdout]     |                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/channel/mpmc.rs:486:19
[INFO] [stdout]     |
[INFO] [stdout] 486 |     pub fn stream(&self) -> ChannelStream<MutexType, T, A> {
[INFO] [stdout]     |                   ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 486 |     pub fn stream(&self) -> ChannelStream<'_, MutexType, T, A> {
[INFO] [stdout]     |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/sync/manual_reset_event.rs:200:17
[INFO] [stdout]     |
[INFO] [stdout] 200 |     pub fn wait(&self) -> GenericWaitForEventFuture<MutexType> {
[INFO] [stdout]     |                 ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 200 |     pub fn wait(&self) -> GenericWaitForEventFuture<'_, MutexType> {
[INFO] [stdout]     |                                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/timer/timer.rs:194:14
[INFO] [stdout]     |
[INFO] [stdout] 194 |     fn delay(&self, delay: Duration) -> LocalTimerFuture;
[INFO] [stdout]     |              ^^^^^                      ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |              |
[INFO] [stdout]     |              the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 194 |     fn delay(&self, delay: Duration) -> LocalTimerFuture<'_>;
[INFO] [stdout]     |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/timer/timer.rs:198:17
[INFO] [stdout]     |
[INFO] [stdout] 198 |     fn deadline(&self, timestamp: u64) -> LocalTimerFuture;
[INFO] [stdout]     |                 ^^^^^                     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 198 |     fn deadline(&self, timestamp: u64) -> LocalTimerFuture<'_>;
[INFO] [stdout]     |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/timer/timer.rs:210:14
[INFO] [stdout]     |
[INFO] [stdout] 210 |     fn delay(&self, delay: Duration) -> TimerFuture;
[INFO] [stdout]     |              ^^^^^                      ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |              |
[INFO] [stdout]     |              the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 210 |     fn delay(&self, delay: Duration) -> TimerFuture<'_>;
[INFO] [stdout]     |                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/timer/timer.rs:214:17
[INFO] [stdout]     |
[INFO] [stdout] 214 |     fn deadline(&self, timestamp: u64) -> TimerFuture;
[INFO] [stdout]     |                 ^^^^^                     ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 214 |     fn deadline(&self, timestamp: u64) -> TimerFuture<'_>;
[INFO] [stdout]     |                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/timer/timer.rs:298:14
[INFO] [stdout]     |
[INFO] [stdout] 298 |     fn delay(&self, delay: Duration) -> LocalTimerFuture {
[INFO] [stdout]     |              ^^^^^                      ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |              |
[INFO] [stdout]     |              the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 298 |     fn delay(&self, delay: Duration) -> LocalTimerFuture<'_> {
[INFO] [stdout]     |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/timer/timer.rs:305:17
[INFO] [stdout]     |
[INFO] [stdout] 305 |     fn deadline(&self, timestamp: u64) -> LocalTimerFuture {
[INFO] [stdout]     |                 ^^^^^                     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 305 |     fn deadline(&self, timestamp: u64) -> LocalTimerFuture<'_> {
[INFO] [stdout]     |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/timer/timer.rs:318:14
[INFO] [stdout]     |
[INFO] [stdout] 318 |     fn delay(&self, delay: Duration) -> TimerFuture {
[INFO] [stdout]     |              ^^^^^                      ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |              |
[INFO] [stdout]     |              the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 318 |     fn delay(&self, delay: Duration) -> TimerFuture<'_> {
[INFO] [stdout]     |                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/timer/timer.rs:325:17
[INFO] [stdout]     |
[INFO] [stdout] 325 |     fn deadline(&self, timestamp: u64) -> TimerFuture {
[INFO] [stdout]     |                 ^^^^^                     ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 325 |     fn deadline(&self, timestamp: u64) -> TimerFuture<'_> {
[INFO] [stdout]     |                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling criterion v0.3.3
[INFO] [stderr]    Compiling futures-executor v0.3.8
[INFO] [stderr]    Compiling futures v0.3.8
[INFO] [stderr]    Compiling futures-test v0.3.8
[INFO] [stderr]    Compiling futures-intrusive v0.5.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/channel/oneshot.rs:202:20
[INFO] [stdout]     |
[INFO] [stdout] 202 |     pub fn receive(&self) -> ChannelReceiveFuture<MutexType, T> {
[INFO] [stdout]     |                    ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                    |
[INFO] [stdout]     |                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 202 |     pub fn receive(&self) -> ChannelReceiveFuture<'_, MutexType, T> {
[INFO] [stdout]     |                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/channel/oneshot_broadcast.rs:209:20
[INFO] [stdout]     |
[INFO] [stdout] 209 |     pub fn receive(&self) -> ChannelReceiveFuture<MutexType, T> {
[INFO] [stdout]     |                    ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                    |
[INFO] [stdout]     |                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 209 |     pub fn receive(&self) -> ChannelReceiveFuture<'_, MutexType, T> {
[INFO] [stdout]     |                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/channel/state_broadcast.rs:387:9
[INFO] [stdout]     |
[INFO] [stdout] 387 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 388 |         state_id: StateId,
[INFO] [stdout] 389 |     ) -> StateReceiveFuture<MutexType, T> {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 389 |     ) -> StateReceiveFuture<'_, MutexType, T> {
[INFO] [stdout]     |                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/channel/mpmc.rs:426:17
[INFO] [stdout]     |
[INFO] [stdout] 426 |     pub fn send(&self, value: T) -> ChannelSendFuture<MutexType, T> {
[INFO] [stdout]     |                 ^^^^^               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 426 |     pub fn send(&self, value: T) -> ChannelSendFuture<'_, MutexType, T> {
[INFO] [stdout]     |                                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/channel/mpmc.rs:459:20
[INFO] [stdout]     |
[INFO] [stdout] 459 |     pub fn receive(&self) -> ChannelReceiveFuture<MutexType, T> {
[INFO] [stdout]     |                    ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                    |
[INFO] [stdout]     |                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 459 |     pub fn receive(&self) -> ChannelReceiveFuture<'_, MutexType, T> {
[INFO] [stdout]     |                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/channel/mpmc.rs:486:19
[INFO] [stdout]     |
[INFO] [stdout] 486 |     pub fn stream(&self) -> ChannelStream<MutexType, T, A> {
[INFO] [stdout]     |                   ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 486 |     pub fn stream(&self) -> ChannelStream<'_, MutexType, T, A> {
[INFO] [stdout]     |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/sync/manual_reset_event.rs:200:17
[INFO] [stdout]     |
[INFO] [stdout] 200 |     pub fn wait(&self) -> GenericWaitForEventFuture<MutexType> {
[INFO] [stdout]     |                 ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 200 |     pub fn wait(&self) -> GenericWaitForEventFuture<'_, MutexType> {
[INFO] [stdout]     |                                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/timer/timer.rs:194:14
[INFO] [stdout]     |
[INFO] [stdout] 194 |     fn delay(&self, delay: Duration) -> LocalTimerFuture;
[INFO] [stdout]     |              ^^^^^                      ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |              |
[INFO] [stdout]     |              the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 194 |     fn delay(&self, delay: Duration) -> LocalTimerFuture<'_>;
[INFO] [stdout]     |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/timer/timer.rs:198:17
[INFO] [stdout]     |
[INFO] [stdout] 198 |     fn deadline(&self, timestamp: u64) -> LocalTimerFuture;
[INFO] [stdout]     |                 ^^^^^                     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 198 |     fn deadline(&self, timestamp: u64) -> LocalTimerFuture<'_>;
[INFO] [stdout]     |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/timer/timer.rs:210:14
[INFO] [stdout]     |
[INFO] [stdout] 210 |     fn delay(&self, delay: Duration) -> TimerFuture;
[INFO] [stdout]     |              ^^^^^                      ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |              |
[INFO] [stdout]     |              the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 210 |     fn delay(&self, delay: Duration) -> TimerFuture<'_>;
[INFO] [stdout]     |                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/timer/timer.rs:214:17
[INFO] [stdout]     |
[INFO] [stdout] 214 |     fn deadline(&self, timestamp: u64) -> TimerFuture;
[INFO] [stdout]     |                 ^^^^^                     ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 214 |     fn deadline(&self, timestamp: u64) -> TimerFuture<'_>;
[INFO] [stdout]     |                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/timer/timer.rs:298:14
[INFO] [stdout]     |
[INFO] [stdout] 298 |     fn delay(&self, delay: Duration) -> LocalTimerFuture {
[INFO] [stdout]     |              ^^^^^                      ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |              |
[INFO] [stdout]     |              the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 298 |     fn delay(&self, delay: Duration) -> LocalTimerFuture<'_> {
[INFO] [stdout]     |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/timer/timer.rs:305:17
[INFO] [stdout]     |
[INFO] [stdout] 305 |     fn deadline(&self, timestamp: u64) -> LocalTimerFuture {
[INFO] [stdout]     |                 ^^^^^                     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 305 |     fn deadline(&self, timestamp: u64) -> LocalTimerFuture<'_> {
[INFO] [stdout]     |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/timer/timer.rs:318:14
[INFO] [stdout]     |
[INFO] [stdout] 318 |     fn delay(&self, delay: Duration) -> TimerFuture {
[INFO] [stdout]     |              ^^^^^                      ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |              |
[INFO] [stdout]     |              the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 318 |     fn delay(&self, delay: Duration) -> TimerFuture<'_> {
[INFO] [stdout]     |                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/timer/timer.rs:325:17
[INFO] [stdout]     |
[INFO] [stdout] 325 |     fn deadline(&self, timestamp: u64) -> TimerFuture {
[INFO] [stdout]     |                 ^^^^^                     ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 325 |     fn deadline(&self, timestamp: u64) -> TimerFuture<'_> {
[INFO] [stdout]     |                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 24s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: criterion v0.3.3
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 3`
[INFO] running `Command { std: "docker" "inspect" "f753275f07306173b1d299d1cc14d97520a66dd3eb87b04286d2ba60e3187471", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f753275f07306173b1d299d1cc14d97520a66dd3eb87b04286d2ba60e3187471", kill_on_drop: false }`
[INFO] [stdout] f753275f07306173b1d299d1cc14d97520a66dd3eb87b04286d2ba60e3187471
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] fe29006fc1d6290cf66bfdb241b61eb4f1d312f06d9b04d50a590be9be750ae9
[INFO] running `Command { std: "docker" "start" "-a" "fe29006fc1d6290cf66bfdb241b61eb4f1d312f06d9b04d50a590be9be750ae9", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/channel/oneshot.rs:202:20
[INFO] [stderr]     |
[INFO] [stderr] 202 |     pub fn receive(&self) -> ChannelReceiveFuture<MutexType, T> {
[INFO] [stderr]     |                    ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                    |
[INFO] [stderr]     |                    the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 202 |     pub fn receive(&self) -> ChannelReceiveFuture<'_, MutexType, T> {
[INFO] [stderr]     |                                                   +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/channel/oneshot_broadcast.rs:209:20
[INFO] [stderr]     |
[INFO] [stderr] 209 |     pub fn receive(&self) -> ChannelReceiveFuture<MutexType, T> {
[INFO] [stderr]     |                    ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                    |
[INFO] [stderr]     |                    the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 209 |     pub fn receive(&self) -> ChannelReceiveFuture<'_, MutexType, T> {
[INFO] [stderr]     |                                                   +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/channel/state_broadcast.rs:387:9
[INFO] [stderr]     |
[INFO] [stderr] 387 |         &self,
[INFO] [stderr]     |         ^^^^^ the lifetime is elided here
[INFO] [stderr] 388 |         state_id: StateId,
[INFO] [stderr] 389 |     ) -> StateReceiveFuture<MutexType, T> {
[INFO] [stderr]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 389 |     ) -> StateReceiveFuture<'_, MutexType, T> {
[INFO] [stderr]     |                             +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/channel/mpmc.rs:426:17
[INFO] [stderr]     |
[INFO] [stderr] 426 |     pub fn send(&self, value: T) -> ChannelSendFuture<MutexType, T> {
[INFO] [stderr]     |                 ^^^^^               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                 |
[INFO] [stderr]     |                 the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 426 |     pub fn send(&self, value: T) -> ChannelSendFuture<'_, MutexType, T> {
[INFO] [stderr]     |                                                       +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/channel/mpmc.rs:459:20
[INFO] [stderr]     |
[INFO] [stderr] 459 |     pub fn receive(&self) -> ChannelReceiveFuture<MutexType, T> {
[INFO] [stderr]     |                    ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                    |
[INFO] [stderr]     |                    the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 459 |     pub fn receive(&self) -> ChannelReceiveFuture<'_, MutexType, T> {
[INFO] [stderr]     |                                                   +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/channel/mpmc.rs:486:19
[INFO] [stderr]     |
[INFO] [stderr] 486 |     pub fn stream(&self) -> ChannelStream<MutexType, T, A> {
[INFO] [stderr]     |                   ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                   |
[INFO] [stderr]     |                   the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 486 |     pub fn stream(&self) -> ChannelStream<'_, MutexType, T, A> {
[INFO] [stderr]     |                                           +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/sync/manual_reset_event.rs:200:17
[INFO] [stderr]     |
[INFO] [stderr] 200 |     pub fn wait(&self) -> GenericWaitForEventFuture<MutexType> {
[INFO] [stderr]     |                 ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                 |
[INFO] [stderr]     |                 the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 200 |     pub fn wait(&self) -> GenericWaitForEventFuture<'_, MutexType> {
[INFO] [stderr]     |                                                     +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/timer/timer.rs:194:14
[INFO] [stderr]     |
[INFO] [stderr] 194 |     fn delay(&self, delay: Duration) -> LocalTimerFuture;
[INFO] [stderr]     |              ^^^^^                      ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |              |
[INFO] [stderr]     |              the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 194 |     fn delay(&self, delay: Duration) -> LocalTimerFuture<'_>;
[INFO] [stderr]     |                                                         ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/timer/timer.rs:198:17
[INFO] [stderr]     |
[INFO] [stderr] 198 |     fn deadline(&self, timestamp: u64) -> LocalTimerFuture;
[INFO] [stderr]     |                 ^^^^^                     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                 |
[INFO] [stderr]     |                 the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 198 |     fn deadline(&self, timestamp: u64) -> LocalTimerFuture<'_>;
[INFO] [stderr]     |                                                           ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/timer/timer.rs:210:14
[INFO] [stderr]     |
[INFO] [stderr] 210 |     fn delay(&self, delay: Duration) -> TimerFuture;
[INFO] [stderr]     |              ^^^^^                      ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |              |
[INFO] [stderr]     |              the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 210 |     fn delay(&self, delay: Duration) -> TimerFuture<'_>;
[INFO] [stderr]     |                                                    ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/timer/timer.rs:214:17
[INFO] [stderr]     |
[INFO] [stderr] 214 |     fn deadline(&self, timestamp: u64) -> TimerFuture;
[INFO] [stderr]     |                 ^^^^^                     ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                 |
[INFO] [stderr]     |                 the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 214 |     fn deadline(&self, timestamp: u64) -> TimerFuture<'_>;
[INFO] [stderr]     |                                                      ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/timer/timer.rs:298:14
[INFO] [stderr]     |
[INFO] [stderr] 298 |     fn delay(&self, delay: Duration) -> LocalTimerFuture {
[INFO] [stderr]     |              ^^^^^                      ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |              |
[INFO] [stderr]     |              the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 298 |     fn delay(&self, delay: Duration) -> LocalTimerFuture<'_> {
[INFO] [stderr]     |                                                         ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/timer/timer.rs:305:17
[INFO] [stderr]     |
[INFO] [stderr] 305 |     fn deadline(&self, timestamp: u64) -> LocalTimerFuture {
[INFO] [stderr]     |                 ^^^^^                     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                 |
[INFO] [stderr]     |                 the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 305 |     fn deadline(&self, timestamp: u64) -> LocalTimerFuture<'_> {
[INFO] [stderr]     |                                                           ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/timer/timer.rs:318:14
[INFO] [stderr]     |
[INFO] [stderr] 318 |     fn delay(&self, delay: Duration) -> TimerFuture {
[INFO] [stderr]     |              ^^^^^                      ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |              |
[INFO] [stderr]     |              the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 318 |     fn delay(&self, delay: Duration) -> TimerFuture<'_> {
[INFO] [stderr]     |                                                    ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/timer/timer.rs:325:17
[INFO] [stderr]     |
[INFO] [stderr] 325 |     fn deadline(&self, timestamp: u64) -> TimerFuture {
[INFO] [stderr]     |                 ^^^^^                     ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                 |
[INFO] [stderr]     |                 the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 325 |     fn deadline(&self, timestamp: u64) -> TimerFuture<'_> {
[INFO] [stderr]     |                                                      ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `futures-intrusive` (lib) generated 15 warnings (run `cargo fix --lib -p futures-intrusive` to apply 15 suggestions)
[INFO] [stderr] warning: `futures-intrusive` (lib test) generated 15 warnings (15 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.27s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: criterion v0.3.3
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 3`
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/futures_intrusive-e727cfa82046f3ed)
[INFO] [stdout] 
[INFO] [stdout] running 11 tests
[INFO] [stdout] test intrusive_double_linked_list::tests::drain_and_collect ... ok
[INFO] [stdout] test intrusive_double_linked_list::tests::insert_and_iterate ... ok
[INFO] [stdout] test intrusive_double_linked_list::tests::peek_last ... ok
[INFO] [stdout] test buffer::ring_buffer::tests::test_heap_ring_buf ... ok
[INFO] [stdout] test buffer::ring_buffer::tests::test_array_ring_buf ... ok
[INFO] [stdout] test intrusive_double_linked_list::tests::remove_by_address ... ok
[INFO] [stdout] test intrusive_double_linked_list::tests::remove_first ... ok
[INFO] [stdout] test intrusive_double_linked_list::tests::remove_last ... ok
[INFO] [stdout] test intrusive_pairing_heap::tests::equal_values ... ok
[INFO] [stdout] test buffer::ring_buffer::tests::test_growing_ring_buf ... ok
[INFO] [stderr]      Running tests/manual_reset_event.rs (/opt/rustwide/target/debug/deps/manual_reset_event-9cd9d932899ecf8e)
[INFO] [stdout] test intrusive_pairing_heap::tests::insert_and_remove ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.62s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 12 tests
[INFO] [stdout] test if_std::event_futures_are_send ... ok
[INFO] [stdout] test if_std::manual_reset_event_tests::cancel_end_wait ... ok
[INFO] [stdout] test if_std::manual_reset_event_tests::cancel_mid_wait ... ok
[INFO] [stdout] test if_std::manual_reset_event_tests::immediately_ready_event ... ok
[INFO] [stdout] test local_manual_reset_event_tests::cancel_mid_wait ... ok
[INFO] [stdout] test if_std::manual_reset_event_tests::poll_from_multiple_executors ... ok
[INFO] [stdout] test local_manual_reset_event_tests::immediately_ready_event ... ok
[INFO] [stdout] test if_std::manual_reset_event_tests::synchronous ... ok
[INFO] [stdout] test local_manual_reset_event_tests::cancel_end_wait ... ok
[INFO] [stdout] test local_manual_reset_event_tests::poll_from_multiple_executors ... ok
[INFO] [stdout] test local_manual_reset_event_tests::synchronous ... ok
[INFO] [stdout] test if_std::multithreaded_smoke ... ok
[INFO] [stdout] 
[INFO] [stderr]      Running tests/mpmc_channel.rs (/opt/rustwide/target/debug/deps/mpmc_channel-3ea1b2b038812db7)
[INFO] [stdout] test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.11s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 70 tests
[INFO] [stdout] test if_std::cancel_send_mid_wait ... ok
[INFO] [stdout] test if_std::dropping_shared_channel_receivers_but_not_senders_drops_content ... ok
[INFO] [stdout] test if_std::dropping_shared_channel_receivers_closes_channel ... ok
[INFO] [stdout] test if_std::dropping_shared_channel_senders_closes_channel ... ok
[INFO] [stdout] test if_std::mpmc_channel_tests::buffered_close_unblocks_send ... ok
[INFO] [stdout] test if_std::mpmc_channel_tests::buffered_receive_unblocks_send ... ok
[INFO] [stdout] test if_std::mpmc_channel_tests::buffered_send_unblocks_receive ... ok
[INFO] [stdout] test if_std::mpmc_channel_tests::buffered_starved_recv_does_not_deadlock ... ok
[INFO] [stdout] test if_std::mpmc_channel_tests::buffered_stream_smoke_test ... ok
[INFO] [stdout] test if_std::mpmc_channel_tests::cancel_receive_mid_wait ... ok
[INFO] [stdout] test if_std::mpmc_channel_tests::close_state ... ok
[INFO] [stdout] test if_std::mpmc_channel_tests::cancel_send_mid_wait ... ok
[INFO] [stdout] test if_std::mpmc_channel_tests::cancel_receive_end_wait ... ok
[INFO] [stdout] test if_std::mpmc_channel_tests::cancel_send_end_wait ... ok
[INFO] [stdout] test if_std::mpmc_channel_tests::close_unblocks_receive ... ok
[INFO] [stdout] test if_std::mpmc_channel_tests::drops_unread_elements ... ok
[INFO] [stdout] test if_std::mpmc_channel_tests::poll_from_multiple_executors_on_receive ... ok
[INFO] [stdout] test if_std::mpmc_channel_tests::poll_from_multiple_executors_on_send ... ok
[INFO] [stdout] test if_std::cancel_send_end_wait ... ok
[INFO] [stdout] test if_std::mpmc_channel_tests::send_on_closed_channel ... ok
[INFO] [stdout] test if_std::mpmc_channel_tests::try_receive_empty_channel ... ok
[INFO] [stdout] test if_std::mpmc_channel_tests::try_recv_on_closed_channel ... ok
[INFO] [stdout] test if_std::channel_futures_are_send ... ok
[INFO] [stdout] test if_std::mpmc_channel_tests::receive_after_send ... ok
[INFO] [stdout] test if_std::mpmc_channel_tests::try_send_full_channel ... ok
[INFO] [stdout] test if_std::mpmc_channel_tests::try_send_on_closed_channel ... ok
[INFO] [stdout] test if_std::mpmc_channel_tests::try_send_recv_smoke_test ... ok
[INFO] [stdout] test if_std::mpmc_channel_tests::unbuffered_receive_unblocks_send ... ok
[INFO] [stdout] test if_std::mpmc_channel_tests::unbuffered_send_unblocks_receive ... ok
[INFO] [stdout] test if_std::mpmc_channel_tests::unbuffered_close_unblocks_send ... ok
[INFO] [stdout] test if_std::mpmc_channel_tests::unbuffered_starved_send_does_not_deadlock ... ok
[INFO] [stdout] test if_std::mpmc_channel_tests::unbuffered_stream_smoke_test ... ok
[INFO] [stdout] test if_std::mpmc_channel_tests::unbuffered_try_receive ... ok
[INFO] [stdout] test if_std::shared_channel_futures_are_send ... ok
[INFO] [stdout] test if_std::try_send_full_channel ... ok
[INFO] [stdout] test if_std::shared_channel_can_be_used_in_trait ... ok
[INFO] [stdout] test if_std::try_receive_empty_channel ... ok
[INFO] [stdout] test if_std::try_send_recv_smoke_test ... ok
[INFO] [stdout] test if_std::try_recv_on_closed_channel ... ok
[INFO] [stdout] test if_std::shared_stream_smoke_test ... ok
[INFO] [stdout] test local_mpmc_channel_tests::buffered_starved_recv_does_not_deadlock ... ok
[INFO] [stdout] test local_mpmc_channel_tests::buffered_send_unblocks_receive ... ok
[INFO] [stdout] test local_mpmc_channel_tests::buffered_stream_smoke_test ... ok
[INFO] [stdout] test local_mpmc_channel_tests::cancel_receive_end_wait ... ok
[INFO] [stdout] test local_mpmc_channel_tests::cancel_receive_mid_wait ... ok
[INFO] [stdout] test local_mpmc_channel_tests::cancel_send_end_wait ... ok
[INFO] [stdout] test local_mpmc_channel_tests::close_unblocks_receive ... ok
[INFO] [stdout] test local_mpmc_channel_tests::close_state ... ok
[INFO] [stdout] test local_mpmc_channel_tests::cancel_send_mid_wait ... ok
[INFO] [stdout] test local_mpmc_channel_tests::drops_unread_elements ... ok
[INFO] [stdout] test local_mpmc_channel_tests::poll_from_multiple_executors_on_receive ... ok
[INFO] [stdout] test local_mpmc_channel_tests::receive_after_send ... ok
[INFO] [stdout] test local_mpmc_channel_tests::send_on_closed_channel ... ok
[INFO] [stdout] test local_mpmc_channel_tests::try_receive_empty_channel ... ok
[INFO] [stdout] test local_mpmc_channel_tests::poll_from_multiple_executors_on_send ... ok
[INFO] [stdout] test local_mpmc_channel_tests::try_recv_on_closed_channel ... ok
[INFO] [stdout] test local_mpmc_channel_tests::try_send_full_channel ... ok
[INFO] [stdout] test local_mpmc_channel_tests::try_send_on_closed_channel ... ok
[INFO] [stdout] test local_mpmc_channel_tests::try_send_recv_smoke_test ... ok
[INFO] [stdout] test local_mpmc_channel_tests::unbuffered_close_unblocks_send ... ok
[INFO] [stdout] test local_mpmc_channel_tests::unbuffered_receive_unblocks_send ... ok
[INFO] [stdout] test local_mpmc_channel_tests::unbuffered_starved_send_does_not_deadlock ... ok
[INFO] [stdout] test local_mpmc_channel_tests::unbuffered_send_unblocks_receive ... ok
[INFO] [stdout] test local_mpmc_channel_tests::unbuffered_stream_smoke_test ... ok
[INFO] [stdout] test local_mpmc_channel_tests::unbuffered_try_receive ... ok
[INFO] [stdout] test if_std::try_send_on_closed_channel ... ok
[INFO] [stdout] test local_mpmc_channel_tests::buffered_close_unblocks_send ... ok
[INFO] [stdout] test local_mpmc_channel_tests::buffered_receive_unblocks_send ... ok
[INFO] [stderr]      Running tests/mutex.rs (/opt/rustwide/target/debug/deps/mutex-09f2c30ba9f625cc)
[INFO] [stdout] test if_std::mpmc_channel_tests::try_send_unbuffered_panics - should panic ... ok
[INFO] [stdout] test local_mpmc_channel_tests::try_send_unbuffered_panics - should panic ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 70 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.07s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 23 tests
[INFO] [stdout] test if_std::mutex_tests::cancel_wait_for_mutex ... ok
[INFO] [stdout] test if_std::mutex_tests::contended_lock ... ok
[INFO] [stdout] test if_std::mutex_futures_are_send ... ok
[INFO] [stdout] test if_std::mutex_tests::lock_synchronously ... ok
[INFO] [stdout] test if_std::mutex_tests::new_waiters_on_fair_mutex_cant_acquire_future_while_one_task_is_notified ... ok
[INFO] [stdout] test if_std::mutex_tests::new_waiters_on_unfair_mutex_can_acquire_future_while_one_task_is_notified ... ok
[INFO] [stdout] test if_std::mutex_tests::poll_from_multiple_executors ... ok
[INFO] [stdout] test if_std::mutex_tests::uncontended_lock ... ok
[INFO] [stdout] test local_mutex_tests::contended_lock ... ok
[INFO] [stdout] test if_std::mutex_tests::unlock_next_when_notification_is_not_used ... ok
[INFO] [stdout] test local_mutex_tests::lock_synchronously ... ok
[INFO] [stdout] test if_std::mutex_tests::waiters_on_unfair_mutex_can_acquire_future_through_repolling_if_one_task_is_notified ... ok
[INFO] [stdout] test if_std::mutex_tests::waiters_on_fair_mutex_cant_acquire_future_through_repolling_if_one_task_is_notified ... ok
[INFO] [stdout] test local_mutex_tests::new_waiters_on_fair_mutex_cant_acquire_future_while_one_task_is_notified ... ok
[INFO] [stdout] test local_mutex_tests::poll_from_multiple_executors ... ok
[INFO] [stdout] test local_mutex_tests::uncontended_lock ... ok
[INFO] [stdout] test local_mutex_tests::cancel_wait_for_mutex ... ok
[INFO] [stdout] test local_mutex_tests::new_waiters_on_unfair_mutex_can_acquire_future_while_one_task_is_notified ... ok
[INFO] [stdout] test local_mutex_tests::unlock_next_when_notification_is_not_used ... ok
[INFO] [stdout] test local_mutex_tests::waiters_on_fair_mutex_cant_acquire_future_through_repolling_if_one_task_is_notified ... ok
[INFO] [stdout] test local_mutex_tests::waiters_on_unfair_mutex_can_acquire_future_through_repolling_if_one_task_is_notified ... ok
[INFO] [stderr]      Running tests/oneshot_channel.rs (/opt/rustwide/target/debug/deps/oneshot_channel-ad41edf5ac30f90c)
[INFO] [stdout] test if_std::mutex_tests::poll_after_completion_should_panic - should panic ... ok
[INFO] [stdout] test local_mutex_tests::poll_after_completion_should_panic - should panic ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 23 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.08s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 22 tests
[INFO] [stdout] test if_std::channel_futures_are_send ... ok
[INFO] [stdout] test if_std::dropping_shared_channel_senders_closes_channel ... ok
[INFO] [stdout] test if_std::dropping_shared_channel_receivers_closes_channel ... ok
[INFO] [stdout] test if_std::oneshot_channel_tests::cancel_mid_wait ... ok
[INFO] [stdout] test if_std::oneshot_channel_tests::close_status ... ok
[INFO] [stdout] test if_std::oneshot_channel_tests::close_unblocks_receive ... ok
[INFO] [stdout] test if_std::oneshot_channel_tests::poll_from_multiple_executors ... ok
[INFO] [stdout] test if_std::oneshot_channel_tests::receive_after_send ... ok
[INFO] [stdout] test if_std::oneshot_channel_tests::second_send_rejects_value ... ok
[INFO] [stdout] test if_std::oneshot_channel_tests::send_on_closed_channel ... ok
[INFO] [stdout] test if_std::oneshot_channel_tests::send_after_receive ... ok
[INFO] [stdout] test if_std::shared_channel_futures_are_send ... ok
[INFO] [stdout] test local_oneshot_channel_tests::cancel_end_wait ... ok
[INFO] [stdout] test local_oneshot_channel_tests::cancel_mid_wait ... ok
[INFO] [stdout] test local_oneshot_channel_tests::poll_from_multiple_executors ... ok
[INFO] [stdout] test local_oneshot_channel_tests::receive_after_send ... ok
[INFO] [stdout] test if_std::oneshot_channel_tests::cancel_end_wait ... ok
[INFO] [stdout] test local_oneshot_channel_tests::close_unblocks_receive ... ok
[INFO] [stdout] test local_oneshot_channel_tests::close_status ... ok
[INFO] [stdout] test local_oneshot_channel_tests::second_send_rejects_value ... ok
[INFO] [stderr]      Running tests/semaphore.rs (/opt/rustwide/target/debug/deps/semaphore-126ce89734a23857)
[INFO] [stdout] test local_oneshot_channel_tests::send_after_receive ... ok
[INFO] [stdout] test local_oneshot_channel_tests::send_on_closed_channel ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 22 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 43 tests
[INFO] [stdout] test if_std::semaphore_tests::acquire_0_permits_without_other_waiters ... ok
[INFO] [stdout] test if_std::semaphore_tests::acquire_synchronously ... ok
[INFO] [stdout] test if_std::semaphore_tests::cancel_wait_for_semaphore ... ok
[INFO] [stdout] test if_std::semaphore_tests::manual_release_via_disarm ... ok
[INFO] [stdout] test if_std::semaphore_tests::new_waiters_on_fair_semaphore_cant_acquire_future_while_one_task_is_notified ... ok
[INFO] [stdout] test if_std::semaphore_tests::new_waiters_on_unfair_semaphore_can_acquire_future_while_one_task_is_notified ... ok
[INFO] [stdout] test if_std::semaphore_tests::uncontended_acquire ... ok
[INFO] [stdout] test if_std::semaphore_tests::unlock_next_when_notification_is_not_used ... ok
[INFO] [stdout] test if_std::semaphore_tests::poll_from_multiple_executors ... ok
[INFO] [stdout] test if_std::semaphore_tests::waiters_on_fair_semaphore_cant_acquire_future_through_repolling_if_one_task_is_notified ... ok
[INFO] [stdout] test if_std::shared_semaphore_tests::acquire_0_permits_with_other_waiters ... ok
[INFO] [stdout] test if_std::semaphore_tests::waiters_on_unfair_semaphore_can_acquire_future_through_repolling_if_one_task_is_notified ... ok
[INFO] [stdout] test if_std::semaphore_tests::contended_acquire ... ok
[INFO] [stdout] test if_std::shared_semaphore_tests::cancel_wait_for_semaphore ... ok
[INFO] [stdout] test if_std::shared_semaphore_tests::acquire_0_permits_without_other_waiters ... ok
[INFO] [stdout] test if_std::shared_semaphore_tests::contended_acquire ... ok
[INFO] [stdout] test if_std::shared_semaphore_tests::manual_release_via_disarm ... ok
[INFO] [stdout] test if_std::shared_semaphore_tests::new_waiters_on_unfair_semaphore_can_acquire_future_while_one_task_is_notified ... ok
[INFO] [stdout] test if_std::shared_semaphore_tests::acquire_synchronously ... ok
[INFO] [stdout] test if_std::shared_semaphore_tests::new_waiters_on_fair_semaphore_cant_acquire_future_while_one_task_is_notified ... ok
[INFO] [stdout] test if_std::shared_semaphore_tests::poll_from_multiple_executors ... ok
[INFO] [stdout] test if_std::shared_semaphore_tests::unlock_next_when_notification_is_not_used ... ok
[INFO] [stdout] test if_std::shared_semaphore_tests::uncontended_acquire ... ok
[INFO] [stdout] test if_std::semaphore_tests::acquire_0_permits_with_other_waiters ... ok
[INFO] [stdout] test if_std::semaphore_futures_are_send ... ok
[INFO] [stdout] test if_std::shared_semaphore_tests::waiters_on_fair_semaphore_cant_acquire_future_through_repolling_if_one_task_is_notified ... ok
[INFO] [stdout] test local_semaphore_tests::acquire_synchronously ... ok
[INFO] [stdout] test local_semaphore_tests::contended_acquire ... ok
[INFO] [stdout] test local_semaphore_tests::manual_release_via_disarm ... ok
[INFO] [stdout] test local_semaphore_tests::acquire_0_permits_with_other_waiters ... ok
[INFO] [stdout] test local_semaphore_tests::acquire_0_permits_without_other_waiters ... ok
[INFO] [stdout] test local_semaphore_tests::cancel_wait_for_semaphore ... ok
[INFO] [stdout] test local_semaphore_tests::new_waiters_on_fair_semaphore_cant_acquire_future_while_one_task_is_notified ... ok
[INFO] [stdout] test local_semaphore_tests::new_waiters_on_unfair_semaphore_can_acquire_future_while_one_task_is_notified ... ok
[INFO] [stdout] test local_semaphore_tests::uncontended_acquire ... ok
[INFO] [stdout] test local_semaphore_tests::unlock_next_when_notification_is_not_used ... ok
[INFO] [stdout] test local_semaphore_tests::poll_from_multiple_executors ... ok
[INFO] [stdout] test local_semaphore_tests::waiters_on_fair_semaphore_cant_acquire_future_through_repolling_if_one_task_is_notified ... ok
[INFO] [stdout] test local_semaphore_tests::waiters_on_unfair_semaphore_can_acquire_future_through_repolling_if_one_task_is_notified ... ok
[INFO] [stdout] test if_std::shared_semaphore_tests::waiters_on_unfair_semaphore_can_acquire_future_through_repolling_if_one_task_is_notified ... ok
[INFO] [stdout] test if_std::semaphore_tests::poll_after_completion_should_panic - should panic ... ok
[INFO] [stdout] test if_std::shared_semaphore_tests::poll_after_completion_should_panic - should panic ... ok
[INFO] [stdout] test local_semaphore_tests::poll_after_completion_should_panic - should panic ... ok
[INFO] [stderr]      Running tests/state_broadcast_channel.rs (/opt/rustwide/target/debug/deps/state_broadcast_channel-97551ebd6fde4241)
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 43 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.11s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 27 tests
[INFO] [stdout] test if_std::channel_futures_are_send ... ok
[INFO] [stdout] test if_std::dropping_shared_channel_senders_closes_channel ... ok
[INFO] [stdout] test if_std::state_broadcast_channel_tests::cancel_receive_mid_wait ... ok
[INFO] [stdout] test if_std::state_broadcast_channel_tests::close_status ... ok
[INFO] [stdout] test if_std::state_broadcast_channel_tests::cancel_receive_end_wait ... ok
[INFO] [stdout] test if_std::state_broadcast_channel_tests::close_unblocks_receive ... ok
[INFO] [stdout] test if_std::state_broadcast_channel_tests::get_increasing_state_id ... ok
[INFO] [stdout] test if_std::state_broadcast_channel_tests::get_same_element_for_same_state_id ... ok
[INFO] [stdout] test if_std::state_broadcast_channel_tests::poll_from_multiple_executors ... ok
[INFO] [stdout] test if_std::try_receive ... ok
[INFO] [stdout] test local_state_broadcast_channel_tests::cancel_receive_end_wait ... ok
[INFO] [stdout] test if_std::dropping_shared_channel_receivers_closes_channel ... ok
[INFO] [stdout] test if_std::state_broadcast_channel_tests::try_receive ... ok
[INFO] [stdout] test local_state_broadcast_channel_tests::close_status ... ok
[INFO] [stdout] test local_state_broadcast_channel_tests::close_unblocks_receive ... ok
[INFO] [stdout] test local_state_broadcast_channel_tests::get_increasing_state_id ... ok
[INFO] [stdout] test local_state_broadcast_channel_tests::get_same_element_for_same_state_id ... ok
[INFO] [stdout] test local_state_broadcast_channel_tests::poll_from_multiple_executors ... ok
[INFO] [stdout] test local_state_broadcast_channel_tests::receive_after_send ... ok
[INFO] [stdout] test local_state_broadcast_channel_tests::send_on_closed_channel ... ok
[INFO] [stdout] test local_state_broadcast_channel_tests::send_unblocks_receive ... ok
[INFO] [stdout] test local_state_broadcast_channel_tests::try_receive ... ok
[INFO] [stdout] test if_std::state_broadcast_channel_tests::receive_after_send ... ok
[INFO] [stdout] test if_std::state_broadcast_channel_tests::send_on_closed_channel ... ok
[INFO] [stdout] test if_std::state_broadcast_channel_tests::send_unblocks_receive ... ok
[INFO] [stdout] test local_state_broadcast_channel_tests::cancel_receive_mid_wait ... ok
[INFO] [stderr]      Running tests/timer.rs (/opt/rustwide/target/debug/deps/timer-bf6d8e8f354130b7)
[INFO] [stdout] test if_std::shared_channel_futures_are_send ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 27 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 13 tests
[INFO] [stdout] test if_std::timer_futures_are_send ... ok
[INFO] [stdout] test if_std::timer_service_tests::cancel_mid_wait ... ok
[INFO] [stdout] test if_std::timer_service_tests::can_use_timer_as_trait_object ... ok
[INFO] [stdout] test if_std::timer_service_tests::poll_from_multiple_executors ... ok
[INFO] [stdout] test if_std::timer_service_tests::immediately_ready_timer ... ok
[INFO] [stdout] test local_timer_service_tests::cancel_end_wait ... ok
[INFO] [stdout] test if_std::timer_service_tests::start_and_expire_timers ... ok
[INFO] [stdout] test local_timer_service_tests::cancel_mid_wait ... ok
[INFO] [stdout] test local_timer_service_tests::poll_from_multiple_executors ... ok
[INFO] [stdout] test local_timer_service_tests::start_and_expire_timers ... ok
[INFO] [stdout] test local_timer_service_tests::immediately_ready_timer ... ok
[INFO] [stdout] test if_std::timer_service_tests::cancel_end_wait ... ok
[INFO] [stdout] test local_timer_service_tests::can_use_timer_as_trait_object ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 13 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests futures_intrusive
[INFO] [stdout] 
[INFO] [stdout] running 10 tests
[INFO] [stdout] test src/channel/oneshot_broadcast.rs - channel::oneshot_broadcast::if_alloc::shared::if_std::oneshot_broadcast_channel (line 468) ... ok
[INFO] [stdout] test src/lib.rs - (line 136) ... ok
[INFO] [stdout] test src/lib.rs - (line 22) ... ok
[INFO] [stdout] test src/channel/mpmc.rs - channel::mpmc::GenericChannel (line 358) ... ok
[INFO] [stdout] test src/timer/clock.rs - timer::clock::MockClock (line 20) ... ok
[INFO] [stdout] test src/channel/state_broadcast.rs - channel::state_broadcast::if_alloc::shared::if_std::state_broadcast_channel (line 794) ... ok
[INFO] [stdout] test src/buffer/real_array.rs - buffer::real_array::RealArray (line 15) ... ok
[INFO] [stdout] test src/buffer/ring_buffer.rs - buffer::ring_buffer::ArrayBuf (line 44) ... ok
[INFO] [stdout] test src/channel/mpmc.rs - channel::mpmc::if_alloc::shared::if_std::channel (line 1104) ... ok
[INFO] [stdout] test src/channel/oneshot.rs - channel::oneshot::if_alloc::shared::if_std::oneshot_channel (line 432) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.91s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "fe29006fc1d6290cf66bfdb241b61eb4f1d312f06d9b04d50a590be9be750ae9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fe29006fc1d6290cf66bfdb241b61eb4f1d312f06d9b04d50a590be9be750ae9", kill_on_drop: false }`
[INFO] [stdout] fe29006fc1d6290cf66bfdb241b61eb4f1d312f06d9b04d50a590be9be750ae9
