[INFO] fetching crate futures-intrusive 0.5.0...
[INFO] testing futures-intrusive-0.5.0 against master#733b47ea4b1b86216f14ef56e49440c33933f230+rustflags=-Copt-level=3 for pr-138759
[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 733b47ea4b1b86216f14ef56e49440c33933f230
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "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" "+733b47ea4b1b86216f14ef56e49440c33933f230" "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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] f0c616b47d46b96ac59a08210b39f9759ca7709377f26ddafac29eff503421f1
[INFO] running `Command { std: "docker" "start" "-a" "f0c616b47d46b96ac59a08210b39f9759ca7709377f26ddafac29eff503421f1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f0c616b47d46b96ac59a08210b39f9759ca7709377f26ddafac29eff503421f1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f0c616b47d46b96ac59a08210b39f9759ca7709377f26ddafac29eff503421f1", kill_on_drop: false }`
[INFO] [stdout] f0c616b47d46b96ac59a08210b39f9759ca7709377f26ddafac29eff503421f1
[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 -Copt-level=3" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 756343b378b132a92e6081178219ffb191992ee4f3d618ad6c1c8350507f8cb9
[INFO] running `Command { std: "docker" "start" "-a" "756343b378b132a92e6081178219ffb191992ee4f3d618ad6c1c8350507f8cb9", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.135
[INFO] [stderr]    Compiling parking_lot_core v0.9.4
[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: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/channel/oneshot.rs:202:20
[INFO] [stdout]     |
[INFO] [stdout] 202 |     pub fn receive(&self) -> ChannelReceiveFuture<MutexType, T> {
[INFO] [stdout]     |                    ^^^^^     ---------------------------------- the lifetime gets resolved as `'_`
[INFO] [stdout]     |                    |
[INFO] [stdout]     |                    this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 202 |     pub fn receive(&self) -> ChannelReceiveFuture<'_, MutexType, T> {
[INFO] [stdout]     |                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_`
[INFO] [stdout]     |                    |
[INFO] [stdout]     |                    this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 209 |     pub fn receive(&self) -> ChannelReceiveFuture<'_, MutexType, T> {
[INFO] [stdout]     |                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/channel/state_broadcast.rs:387:9
[INFO] [stdout]     |
[INFO] [stdout] 387 |         &self,
[INFO] [stdout]     |         ^^^^^ this lifetime flows to the output
[INFO] [stdout] 388 |         state_id: StateId,
[INFO] [stdout] 389 |     ) -> StateReceiveFuture<MutexType, T> {
[INFO] [stdout]     |          -------------------------------- the lifetime gets resolved as `'_`
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 389 |     ) -> StateReceiveFuture<'_, MutexType, T> {
[INFO] [stdout]     |                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_`
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 426 |     pub fn send(&self, value: T) -> ChannelSendFuture<'_, MutexType, T> {
[INFO] [stdout]     |                                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/channel/mpmc.rs:459:20
[INFO] [stdout]     |
[INFO] [stdout] 459 |     pub fn receive(&self) -> ChannelReceiveFuture<MutexType, T> {
[INFO] [stdout]     |                    ^^^^^     ---------------------------------- the lifetime gets resolved as `'_`
[INFO] [stdout]     |                    |
[INFO] [stdout]     |                    this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 459 |     pub fn receive(&self) -> ChannelReceiveFuture<'_, MutexType, T> {
[INFO] [stdout]     |                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_`
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 486 |     pub fn stream(&self) -> ChannelStream<'_, MutexType, T, A> {
[INFO] [stdout]     |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_`
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 200 |     pub fn wait(&self) -> GenericWaitForEventFuture<'_, MutexType> {
[INFO] [stdout]     |                                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/timer/timer.rs:194:14
[INFO] [stdout]     |
[INFO] [stdout] 194 |     fn delay(&self, delay: Duration) -> LocalTimerFuture;
[INFO] [stdout]     |              ^^^^^                      ---------------- the lifetime gets resolved as `'_`
[INFO] [stdout]     |              |
[INFO] [stdout]     |              this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 194 |     fn delay(&self, delay: Duration) -> LocalTimerFuture<'_>;
[INFO] [stdout]     |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/timer/timer.rs:198:17
[INFO] [stdout]     |
[INFO] [stdout] 198 |     fn deadline(&self, timestamp: u64) -> LocalTimerFuture;
[INFO] [stdout]     |                 ^^^^^                     ---------------- the lifetime gets resolved as `'_`
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 198 |     fn deadline(&self, timestamp: u64) -> LocalTimerFuture<'_>;
[INFO] [stdout]     |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/timer/timer.rs:210:14
[INFO] [stdout]     |
[INFO] [stdout] 210 |     fn delay(&self, delay: Duration) -> TimerFuture;
[INFO] [stdout]     |              ^^^^^                      ----------- the lifetime gets resolved as `'_`
[INFO] [stdout]     |              |
[INFO] [stdout]     |              this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 210 |     fn delay(&self, delay: Duration) -> TimerFuture<'_>;
[INFO] [stdout]     |                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/timer/timer.rs:214:17
[INFO] [stdout]     |
[INFO] [stdout] 214 |     fn deadline(&self, timestamp: u64) -> TimerFuture;
[INFO] [stdout]     |                 ^^^^^                     ----------- the lifetime gets resolved as `'_`
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 214 |     fn deadline(&self, timestamp: u64) -> TimerFuture<'_>;
[INFO] [stdout]     |                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/timer/timer.rs:298:14
[INFO] [stdout]     |
[INFO] [stdout] 298 |     fn delay(&self, delay: Duration) -> LocalTimerFuture {
[INFO] [stdout]     |              ^^^^^                      ---------------- the lifetime gets resolved as `'_`
[INFO] [stdout]     |              |
[INFO] [stdout]     |              this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 298 |     fn delay(&self, delay: Duration) -> LocalTimerFuture<'_> {
[INFO] [stdout]     |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/timer/timer.rs:305:17
[INFO] [stdout]     |
[INFO] [stdout] 305 |     fn deadline(&self, timestamp: u64) -> LocalTimerFuture {
[INFO] [stdout]     |                 ^^^^^                     ---------------- the lifetime gets resolved as `'_`
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 305 |     fn deadline(&self, timestamp: u64) -> LocalTimerFuture<'_> {
[INFO] [stdout]     |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/timer/timer.rs:318:14
[INFO] [stdout]     |
[INFO] [stdout] 318 |     fn delay(&self, delay: Duration) -> TimerFuture {
[INFO] [stdout]     |              ^^^^^                      ----------- the lifetime gets resolved as `'_`
[INFO] [stdout]     |              |
[INFO] [stdout]     |              this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 318 |     fn delay(&self, delay: Duration) -> TimerFuture<'_> {
[INFO] [stdout]     |                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/timer/timer.rs:325:17
[INFO] [stdout]     |
[INFO] [stdout] 325 |     fn deadline(&self, timestamp: u64) -> TimerFuture {
[INFO] [stdout]     |                 ^^^^^                     ----------- the lifetime gets resolved as `'_`
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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 3.40s
[INFO] running `Command { std: "docker" "inspect" "756343b378b132a92e6081178219ffb191992ee4f3d618ad6c1c8350507f8cb9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "756343b378b132a92e6081178219ffb191992ee4f3d618ad6c1c8350507f8cb9", kill_on_drop: false }`
[INFO] [stdout] 756343b378b132a92e6081178219ffb191992ee4f3d618ad6c1c8350507f8cb9
[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 -Copt-level=3" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 9873045c8a8663cade332c80c120c5906e039141f6ea9a951d7689cff8419fd9
[INFO] running `Command { std: "docker" "start" "-a" "9873045c8a8663cade332c80c120c5906e039141f6ea9a951d7689cff8419fd9", kill_on_drop: false }`
[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 memoffset v0.5.6
[INFO] [stderr]    Compiling const_fn v0.4.3
[INFO] [stderr]    Compiling futures-io v0.3.8
[INFO] [stderr]    Compiling crossbeam-utils v0.8.0
[INFO] [stderr]    Compiling log v0.4.11
[INFO] [stderr]    Compiling serde v1.0.117
[INFO] [stderr]    Compiling crossbeam-utils v0.7.2
[INFO] [stderr]    Compiling cache-padded v1.1.1
[INFO] [stderr]    Compiling proc-macro-hack v0.5.19
[INFO] [stderr]    Compiling num_cpus v1.13.0
[INFO] [stderr]    Compiling pin-project-lite v0.1.11
[INFO] [stderr]    Compiling concurrent-queue v1.2.2
[INFO] [stderr]    Compiling proc-macro-nested v0.1.6
[INFO] [stderr]    Compiling fastrand v1.4.0
[INFO] [stderr]    Compiling byteorder v1.3.4
[INFO] [stderr]    Compiling parking v2.0.0
[INFO] [stderr]    Compiling waker-fn v1.1.0
[INFO] [stderr]    Compiling rayon-core v1.9.0
[INFO] [stderr]    Compiling getrandom v0.1.15
[INFO] [stderr]    Compiling futures-sink v0.3.8
[INFO] [stderr]    Compiling futures-channel v0.3.8
[INFO] [stderr]    Compiling cast v0.2.3
[INFO] [stderr]    Compiling futures-task v0.3.8
[INFO] [stderr]    Compiling crossbeam-epoch v0.8.2
[INFO] [stderr]    Compiling num-traits v0.2.14
[INFO] [stderr]    Compiling event-listener v2.5.1
[INFO] [stderr]    Compiling vec-arena v1.0.0
[INFO] [stderr]    Compiling either v1.6.1
[INFO] [stderr]    Compiling futures-lite v1.11.2
[INFO] [stderr]    Compiling serde_json v1.0.59
[INFO] [stderr]    Compiling async-task v4.0.3
[INFO] [stderr]    Compiling itoa v0.4.6
[INFO] [stderr]    Compiling polling v2.0.2
[INFO] [stderr]    Compiling nb-connect v1.0.2
[INFO] [stderr]    Compiling rayon v1.5.0
[INFO] [stderr]    Compiling serde_derive v1.0.117
[INFO] [stderr]    Compiling regex-automata v0.1.9
[INFO] [stderr]    Compiling rand_core v0.5.1
[INFO] [stderr]    Compiling itertools v0.9.0
[INFO] [stderr]    Compiling quote v1.0.7
[INFO] [stderr]    Compiling csv-core v0.1.10
[INFO] [stderr]    Compiling async-channel v1.5.1
[INFO] [stderr]    Compiling signal-hook-registry v1.2.2
[INFO] [stderr]    Compiling half v1.6.0
[INFO] [stderr]    Compiling ppv-lite86 v0.2.10
[INFO] [stderr]    Compiling atomic-waker v1.0.0
[INFO] [stderr]    Compiling regex-syntax v0.6.21
[INFO] [stderr]    Compiling walkdir v2.3.1
[INFO] [stderr]    Compiling plotters v0.2.15
[INFO] [stderr]    Compiling crossbeam-deque v0.7.3
[INFO] [stderr]    Compiling async-io v1.2.0
[INFO] [stderr]    Compiling async-executor v1.4.0
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.0
[INFO] [stderr]    Compiling crossbeam-channel v0.5.0
[INFO] [stderr]    Compiling criterion-plot v0.4.3
[INFO] [stderr]    Compiling blocking v1.0.2
[INFO] [stderr]    Compiling rand_chacha v0.2.2
[INFO] [stderr]    Compiling crossbeam-deque v0.8.0
[INFO] [stderr]    Compiling async-global-executor v1.4.3
[INFO] [stderr]    Compiling clap v2.33.3
[INFO] [stderr]    Compiling crossbeam-queue v0.2.3
[INFO] [stderr]    Compiling crossbeam-channel v0.4.4
[INFO] [stderr]    Compiling async-mutex v1.4.0
[INFO] [stderr]    Compiling kv-log-macro v1.0.7
[INFO] [stderr]    Compiling mio v0.8.4
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling socket2 v0.4.7
[INFO] [stderr]    Compiling oorandom v11.1.2
[INFO] [stderr]    Compiling regex v1.4.2
[INFO] [stderr]    Compiling bytes v1.2.1
[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] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/channel/oneshot.rs:202:20
[INFO] [stdout]     |
[INFO] [stdout] 202 |     pub fn receive(&self) -> ChannelReceiveFuture<MutexType, T> {
[INFO] [stdout]     |                    ^^^^^     ---------------------------------- the lifetime gets resolved as `'_`
[INFO] [stdout]     |                    |
[INFO] [stdout]     |                    this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 202 |     pub fn receive(&self) -> ChannelReceiveFuture<'_, MutexType, T> {
[INFO] [stdout]     |                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_`
[INFO] [stdout]     |                    |
[INFO] [stdout]     |                    this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 209 |     pub fn receive(&self) -> ChannelReceiveFuture<'_, MutexType, T> {
[INFO] [stdout]     |                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/channel/state_broadcast.rs:387:9
[INFO] [stdout]     |
[INFO] [stdout] 387 |         &self,
[INFO] [stdout]     |         ^^^^^ this lifetime flows to the output
[INFO] [stdout] 388 |         state_id: StateId,
[INFO] [stdout] 389 |     ) -> StateReceiveFuture<MutexType, T> {
[INFO] [stdout]     |          -------------------------------- the lifetime gets resolved as `'_`
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 389 |     ) -> StateReceiveFuture<'_, MutexType, T> {
[INFO] [stdout]     |                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_`
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 426 |     pub fn send(&self, value: T) -> ChannelSendFuture<'_, MutexType, T> {
[INFO] [stdout]     |                                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/channel/mpmc.rs:459:20
[INFO] [stdout]     |
[INFO] [stdout] 459 |     pub fn receive(&self) -> ChannelReceiveFuture<MutexType, T> {
[INFO] [stdout]     |                    ^^^^^     ---------------------------------- the lifetime gets resolved as `'_`
[INFO] [stdout]     |                    |
[INFO] [stdout]     |                    this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 459 |     pub fn receive(&self) -> ChannelReceiveFuture<'_, MutexType, T> {
[INFO] [stdout]     |                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_`
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 486 |     pub fn stream(&self) -> ChannelStream<'_, MutexType, T, A> {
[INFO] [stdout]     |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_`
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 200 |     pub fn wait(&self) -> GenericWaitForEventFuture<'_, MutexType> {
[INFO] [stdout]     |                                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/timer/timer.rs:194:14
[INFO] [stdout]     |
[INFO] [stdout] 194 |     fn delay(&self, delay: Duration) -> LocalTimerFuture;
[INFO] [stdout]     |              ^^^^^                      ---------------- the lifetime gets resolved as `'_`
[INFO] [stdout]     |              |
[INFO] [stdout]     |              this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 194 |     fn delay(&self, delay: Duration) -> LocalTimerFuture<'_>;
[INFO] [stdout]     |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/timer/timer.rs:198:17
[INFO] [stdout]     |
[INFO] [stdout] 198 |     fn deadline(&self, timestamp: u64) -> LocalTimerFuture;
[INFO] [stdout]     |                 ^^^^^                     ---------------- the lifetime gets resolved as `'_`
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 198 |     fn deadline(&self, timestamp: u64) -> LocalTimerFuture<'_>;
[INFO] [stdout]     |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/timer/timer.rs:210:14
[INFO] [stdout]     |
[INFO] [stdout] 210 |     fn delay(&self, delay: Duration) -> TimerFuture;
[INFO] [stdout]     |              ^^^^^                      ----------- the lifetime gets resolved as `'_`
[INFO] [stdout]     |              |
[INFO] [stdout]     |              this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 210 |     fn delay(&self, delay: Duration) -> TimerFuture<'_>;
[INFO] [stdout]     |                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/timer/timer.rs:214:17
[INFO] [stdout]     |
[INFO] [stdout] 214 |     fn deadline(&self, timestamp: u64) -> TimerFuture;
[INFO] [stdout]     |                 ^^^^^                     ----------- the lifetime gets resolved as `'_`
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 214 |     fn deadline(&self, timestamp: u64) -> TimerFuture<'_>;
[INFO] [stdout]     |                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/timer/timer.rs:298:14
[INFO] [stdout]     |
[INFO] [stdout] 298 |     fn delay(&self, delay: Duration) -> LocalTimerFuture {
[INFO] [stdout]     |              ^^^^^                      ---------------- the lifetime gets resolved as `'_`
[INFO] [stdout]     |              |
[INFO] [stdout]     |              this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 298 |     fn delay(&self, delay: Duration) -> LocalTimerFuture<'_> {
[INFO] [stdout]     |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/timer/timer.rs:305:17
[INFO] [stdout]     |
[INFO] [stdout] 305 |     fn deadline(&self, timestamp: u64) -> LocalTimerFuture {
[INFO] [stdout]     |                 ^^^^^                     ---------------- the lifetime gets resolved as `'_`
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 305 |     fn deadline(&self, timestamp: u64) -> LocalTimerFuture<'_> {
[INFO] [stdout]     |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/timer/timer.rs:318:14
[INFO] [stdout]     |
[INFO] [stdout] 318 |     fn delay(&self, delay: Duration) -> TimerFuture {
[INFO] [stdout]     |              ^^^^^                      ----------- the lifetime gets resolved as `'_`
[INFO] [stdout]     |              |
[INFO] [stdout]     |              this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 318 |     fn delay(&self, delay: Duration) -> TimerFuture<'_> {
[INFO] [stdout]     |                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/timer/timer.rs:325:17
[INFO] [stdout]     |
[INFO] [stdout] 325 |     fn deadline(&self, timestamp: u64) -> TimerFuture {
[INFO] [stdout]     |                 ^^^^^                     ----------- the lifetime gets resolved as `'_`
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 325 |     fn deadline(&self, timestamp: u64) -> TimerFuture<'_> {
[INFO] [stdout]     |                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling bstr v0.2.14
[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 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 tokio v1.19.2
[INFO] [stderr]    Compiling pin-project v1.0.2
[INFO] [stderr]    Compiling futures-util v0.3.8
[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 criterion v0.3.3
[INFO] [stderr]    Compiling futures-intrusive v0.5.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/channel/oneshot.rs:202:20
[INFO] [stdout]     |
[INFO] [stdout] 202 |     pub fn receive(&self) -> ChannelReceiveFuture<MutexType, T> {
[INFO] [stdout]     |                    ^^^^^     ---------------------------------- the lifetime gets resolved as `'_`
[INFO] [stdout]     |                    |
[INFO] [stdout]     |                    this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 202 |     pub fn receive(&self) -> ChannelReceiveFuture<'_, MutexType, T> {
[INFO] [stdout]     |                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_`
[INFO] [stdout]     |                    |
[INFO] [stdout]     |                    this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 209 |     pub fn receive(&self) -> ChannelReceiveFuture<'_, MutexType, T> {
[INFO] [stdout]     |                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/channel/state_broadcast.rs:387:9
[INFO] [stdout]     |
[INFO] [stdout] 387 |         &self,
[INFO] [stdout]     |         ^^^^^ this lifetime flows to the output
[INFO] [stdout] 388 |         state_id: StateId,
[INFO] [stdout] 389 |     ) -> StateReceiveFuture<MutexType, T> {
[INFO] [stdout]     |          -------------------------------- the lifetime gets resolved as `'_`
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 389 |     ) -> StateReceiveFuture<'_, MutexType, T> {
[INFO] [stdout]     |                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_`
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 426 |     pub fn send(&self, value: T) -> ChannelSendFuture<'_, MutexType, T> {
[INFO] [stdout]     |                                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/channel/mpmc.rs:459:20
[INFO] [stdout]     |
[INFO] [stdout] 459 |     pub fn receive(&self) -> ChannelReceiveFuture<MutexType, T> {
[INFO] [stdout]     |                    ^^^^^     ---------------------------------- the lifetime gets resolved as `'_`
[INFO] [stdout]     |                    |
[INFO] [stdout]     |                    this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 459 |     pub fn receive(&self) -> ChannelReceiveFuture<'_, MutexType, T> {
[INFO] [stdout]     |                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_`
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 486 |     pub fn stream(&self) -> ChannelStream<'_, MutexType, T, A> {
[INFO] [stdout]     |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_`
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 200 |     pub fn wait(&self) -> GenericWaitForEventFuture<'_, MutexType> {
[INFO] [stdout]     |                                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/timer/timer.rs:194:14
[INFO] [stdout]     |
[INFO] [stdout] 194 |     fn delay(&self, delay: Duration) -> LocalTimerFuture;
[INFO] [stdout]     |              ^^^^^                      ---------------- the lifetime gets resolved as `'_`
[INFO] [stdout]     |              |
[INFO] [stdout]     |              this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 194 |     fn delay(&self, delay: Duration) -> LocalTimerFuture<'_>;
[INFO] [stdout]     |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/timer/timer.rs:198:17
[INFO] [stdout]     |
[INFO] [stdout] 198 |     fn deadline(&self, timestamp: u64) -> LocalTimerFuture;
[INFO] [stdout]     |                 ^^^^^                     ---------------- the lifetime gets resolved as `'_`
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 198 |     fn deadline(&self, timestamp: u64) -> LocalTimerFuture<'_>;
[INFO] [stdout]     |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/timer/timer.rs:210:14
[INFO] [stdout]     |
[INFO] [stdout] 210 |     fn delay(&self, delay: Duration) -> TimerFuture;
[INFO] [stdout]     |              ^^^^^                      ----------- the lifetime gets resolved as `'_`
[INFO] [stdout]     |              |
[INFO] [stdout]     |              this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 210 |     fn delay(&self, delay: Duration) -> TimerFuture<'_>;
[INFO] [stdout]     |                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/timer/timer.rs:214:17
[INFO] [stdout]     |
[INFO] [stdout] 214 |     fn deadline(&self, timestamp: u64) -> TimerFuture;
[INFO] [stdout]     |                 ^^^^^                     ----------- the lifetime gets resolved as `'_`
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 214 |     fn deadline(&self, timestamp: u64) -> TimerFuture<'_>;
[INFO] [stdout]     |                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/timer/timer.rs:298:14
[INFO] [stdout]     |
[INFO] [stdout] 298 |     fn delay(&self, delay: Duration) -> LocalTimerFuture {
[INFO] [stdout]     |              ^^^^^                      ---------------- the lifetime gets resolved as `'_`
[INFO] [stdout]     |              |
[INFO] [stdout]     |              this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 298 |     fn delay(&self, delay: Duration) -> LocalTimerFuture<'_> {
[INFO] [stdout]     |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/timer/timer.rs:305:17
[INFO] [stdout]     |
[INFO] [stdout] 305 |     fn deadline(&self, timestamp: u64) -> LocalTimerFuture {
[INFO] [stdout]     |                 ^^^^^                     ---------------- the lifetime gets resolved as `'_`
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 305 |     fn deadline(&self, timestamp: u64) -> LocalTimerFuture<'_> {
[INFO] [stdout]     |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/timer/timer.rs:318:14
[INFO] [stdout]     |
[INFO] [stdout] 318 |     fn delay(&self, delay: Duration) -> TimerFuture {
[INFO] [stdout]     |              ^^^^^                      ----------- the lifetime gets resolved as `'_`
[INFO] [stdout]     |              |
[INFO] [stdout]     |              this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 318 |     fn delay(&self, delay: Duration) -> TimerFuture<'_> {
[INFO] [stdout]     |                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/timer/timer.rs:325:17
[INFO] [stdout]     |
[INFO] [stdout] 325 |     fn deadline(&self, timestamp: u64) -> TimerFuture {
[INFO] [stdout]     |                 ^^^^^                     ----------- the lifetime gets resolved as `'_`
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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 2m 31s
[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" "9873045c8a8663cade332c80c120c5906e039141f6ea9a951d7689cff8419fd9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9873045c8a8663cade332c80c120c5906e039141f6ea9a951d7689cff8419fd9", kill_on_drop: false }`
[INFO] [stdout] 9873045c8a8663cade332c80c120c5906e039141f6ea9a951d7689cff8419fd9
[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 -Copt-level=3" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 70de540230a8d95c75097ae44e605673bb2ab55d10cc20e2bde8a14734816635
[INFO] running `Command { std: "docker" "start" "-a" "70de540230a8d95c75097ae44e605673bb2ab55d10cc20e2bde8a14734816635", kill_on_drop: false }`
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr]    --> src/channel/oneshot.rs:202:20
[INFO] [stderr]     |
[INFO] [stderr] 202 |     pub fn receive(&self) -> ChannelReceiveFuture<MutexType, T> {
[INFO] [stderr]     |                    ^^^^^     ---------------------------------- the lifetime gets resolved as `'_`
[INFO] [stderr]     |                    |
[INFO] [stderr]     |                    this lifetime flows to the output
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr]     |
[INFO] [stderr] 202 |     pub fn receive(&self) -> ChannelReceiveFuture<'_, MutexType, T> {
[INFO] [stderr]     |                                                   +++
[INFO] [stderr] 
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_`
[INFO] [stderr]     |                    |
[INFO] [stderr]     |                    this lifetime flows to the output
[INFO] [stderr]     |
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr]     |
[INFO] [stderr] 209 |     pub fn receive(&self) -> ChannelReceiveFuture<'_, MutexType, T> {
[INFO] [stderr]     |                                                   +++
[INFO] [stderr] 
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr]    --> src/channel/state_broadcast.rs:387:9
[INFO] [stderr]     |
[INFO] [stderr] 387 |         &self,
[INFO] [stderr]     |         ^^^^^ this lifetime flows to the output
[INFO] [stderr] 388 |         state_id: StateId,
[INFO] [stderr] 389 |     ) -> StateReceiveFuture<MutexType, T> {
[INFO] [stderr]     |          -------------------------------- the lifetime gets resolved as `'_`
[INFO] [stderr]     |
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr]     |
[INFO] [stderr] 389 |     ) -> StateReceiveFuture<'_, MutexType, T> {
[INFO] [stderr]     |                             +++
[INFO] [stderr] 
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_`
[INFO] [stderr]     |                 |
[INFO] [stderr]     |                 this lifetime flows to the output
[INFO] [stderr]     |
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr]     |
[INFO] [stderr] 426 |     pub fn send(&self, value: T) -> ChannelSendFuture<'_, MutexType, T> {
[INFO] [stderr]     |                                                       +++
[INFO] [stderr] 
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr]    --> src/channel/mpmc.rs:459:20
[INFO] [stderr]     |
[INFO] [stderr] 459 |     pub fn receive(&self) -> ChannelReceiveFuture<MutexType, T> {
[INFO] [stderr]     |                    ^^^^^     ---------------------------------- the lifetime gets resolved as `'_`
[INFO] [stderr]     |                    |
[INFO] [stderr]     |                    this lifetime flows to the output
[INFO] [stderr]     |
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr]     |
[INFO] [stderr] 459 |     pub fn receive(&self) -> ChannelReceiveFuture<'_, MutexType, T> {
[INFO] [stderr]     |                                                   +++
[INFO] [stderr] 
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_`
[INFO] [stderr]     |                   |
[INFO] [stderr]     |                   this lifetime flows to the output
[INFO] [stderr]     |
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr]     |
[INFO] [stderr] 486 |     pub fn stream(&self) -> ChannelStream<'_, MutexType, T, A> {
[INFO] [stderr]     |                                           +++
[INFO] [stderr] 
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_`
[INFO] [stderr]     |                 |
[INFO] [stderr]     |                 this lifetime flows to the output
[INFO] [stderr]     |
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr]     |
[INFO] [stderr] 200 |     pub fn wait(&self) -> GenericWaitForEventFuture<'_, MutexType> {
[INFO] [stderr]     |                                                     +++
[INFO] [stderr] 
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr]    --> src/timer/timer.rs:194:14
[INFO] [stderr]     |
[INFO] [stderr] 194 |     fn delay(&self, delay: Duration) -> LocalTimerFuture;
[INFO] [stderr]     |              ^^^^^                      ---------------- the lifetime gets resolved as `'_`
[INFO] [stderr]     |              |
[INFO] [stderr]     |              this lifetime flows to the output
[INFO] [stderr]     |
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr]     |
[INFO] [stderr] 194 |     fn delay(&self, delay: Duration) -> LocalTimerFuture<'_>;
[INFO] [stderr]     |                                                         ++++
[INFO] [stderr] 
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr]    --> src/timer/timer.rs:198:17
[INFO] [stderr]     |
[INFO] [stderr] 198 |     fn deadline(&self, timestamp: u64) -> LocalTimerFuture;
[INFO] [stderr]     |                 ^^^^^                     ---------------- the lifetime gets resolved as `'_`
[INFO] [stderr]     |                 |
[INFO] [stderr]     |                 this lifetime flows to the output
[INFO] [stderr]     |
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr]     |
[INFO] [stderr] 198 |     fn deadline(&self, timestamp: u64) -> LocalTimerFuture<'_>;
[INFO] [stderr]     |                                                           ++++
[INFO] [stderr] 
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr]    --> src/timer/timer.rs:210:14
[INFO] [stderr]     |
[INFO] [stderr] 210 |     fn delay(&self, delay: Duration) -> TimerFuture;
[INFO] [stderr]     |              ^^^^^                      ----------- the lifetime gets resolved as `'_`
[INFO] [stderr]     |              |
[INFO] [stderr]     |              this lifetime flows to the output
[INFO] [stderr]     |
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr]     |
[INFO] [stderr] 210 |     fn delay(&self, delay: Duration) -> TimerFuture<'_>;
[INFO] [stderr]     |                                                    ++++
[INFO] [stderr] 
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr]    --> src/timer/timer.rs:214:17
[INFO] [stderr]     |
[INFO] [stderr] 214 |     fn deadline(&self, timestamp: u64) -> TimerFuture;
[INFO] [stderr]     |                 ^^^^^                     ----------- the lifetime gets resolved as `'_`
[INFO] [stderr]     |                 |
[INFO] [stderr]     |                 this lifetime flows to the output
[INFO] [stderr]     |
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr]     |
[INFO] [stderr] 214 |     fn deadline(&self, timestamp: u64) -> TimerFuture<'_>;
[INFO] [stderr]     |                                                      ++++
[INFO] [stderr] 
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr]    --> src/timer/timer.rs:298:14
[INFO] [stderr]     |
[INFO] [stderr] 298 |     fn delay(&self, delay: Duration) -> LocalTimerFuture {
[INFO] [stderr]     |              ^^^^^                      ---------------- the lifetime gets resolved as `'_`
[INFO] [stderr]     |              |
[INFO] [stderr]     |              this lifetime flows to the output
[INFO] [stderr]     |
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr]     |
[INFO] [stderr] 298 |     fn delay(&self, delay: Duration) -> LocalTimerFuture<'_> {
[INFO] [stderr]     |                                                         ++++
[INFO] [stderr] 
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr]    --> src/timer/timer.rs:305:17
[INFO] [stderr]     |
[INFO] [stderr] 305 |     fn deadline(&self, timestamp: u64) -> LocalTimerFuture {
[INFO] [stderr]     |                 ^^^^^                     ---------------- the lifetime gets resolved as `'_`
[INFO] [stderr]     |                 |
[INFO] [stderr]     |                 this lifetime flows to the output
[INFO] [stderr]     |
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr]     |
[INFO] [stderr] 305 |     fn deadline(&self, timestamp: u64) -> LocalTimerFuture<'_> {
[INFO] [stderr]     |                                                           ++++
[INFO] [stderr] 
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr]    --> src/timer/timer.rs:318:14
[INFO] [stderr]     |
[INFO] [stderr] 318 |     fn delay(&self, delay: Duration) -> TimerFuture {
[INFO] [stderr]     |              ^^^^^                      ----------- the lifetime gets resolved as `'_`
[INFO] [stderr]     |              |
[INFO] [stderr]     |              this lifetime flows to the output
[INFO] [stderr]     |
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr]     |
[INFO] [stderr] 318 |     fn delay(&self, delay: Duration) -> TimerFuture<'_> {
[INFO] [stderr]     |                                                    ++++
[INFO] [stderr] 
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr]    --> src/timer/timer.rs:325:17
[INFO] [stderr]     |
[INFO] [stderr] 325 |     fn deadline(&self, timestamp: u64) -> TimerFuture {
[INFO] [stderr]     |                 ^^^^^                     ----------- the lifetime gets resolved as `'_`
[INFO] [stderr]     |                 |
[INFO] [stderr]     |                 this lifetime flows to the output
[INFO] [stderr]     |
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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
[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-f7a5c706269c32d4)
[INFO] [stdout] 
[INFO] [stdout] running 11 tests
[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::drain_and_collect ... ok
[INFO] [stdout] test intrusive_double_linked_list::tests::peek_last ... ok
[INFO] [stdout] test intrusive_double_linked_list::tests::insert_and_iterate ... ok
[INFO] [stdout] test intrusive_double_linked_list::tests::remove_by_address ... ok
[INFO] [stdout] test buffer::ring_buffer::tests::test_growing_ring_buf ... ok
[INFO] [stdout] test intrusive_pairing_heap::tests::equal_values ... ok
[INFO] [stdout] test intrusive_double_linked_list::tests::remove_last ... ok
[INFO] [stdout] test intrusive_double_linked_list::tests::remove_first ... ok
[INFO] [stderr]      Running tests/manual_reset_event.rs (/opt/rustwide/target/debug/deps/manual_reset_event-ab8c6e0358ef1f8f)
[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.14s
[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::immediately_ready_event ... ok
[INFO] [stdout] test if_std::manual_reset_event_tests::poll_from_multiple_executors ... ok
[INFO] [stdout] test if_std::manual_reset_event_tests::cancel_end_wait ... 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::cancel_mid_wait ... ok
[INFO] [stdout] test local_manual_reset_event_tests::immediately_ready_event ... 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::manual_reset_event_tests::cancel_mid_wait ... ok
[INFO] [stdout] test if_std::multithreaded_smoke ... ok
[INFO] [stdout] 
[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] [stderr]      Running tests/mpmc_channel.rs (/opt/rustwide/target/debug/deps/mpmc_channel-0b05442ec82477c9)
[INFO] [stdout] running 70 tests
[INFO] [stdout] test if_std::cancel_send_mid_wait ... ok
[INFO] [stdout] test if_std::channel_futures_are_send ... ok
[INFO] [stdout] test if_std::dropping_shared_channel_receivers_closes_channel ... ok
[INFO] [stdout] test if_std::dropping_shared_channel_receivers_but_not_senders_drops_content ... ok
[INFO] [stdout] test if_std::cancel_send_end_wait ... 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_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::cancel_receive_end_wait ... ok
[INFO] [stdout] test if_std::mpmc_channel_tests::cancel_receive_mid_wait ... ok
[INFO] [stdout] test if_std::mpmc_channel_tests::cancel_send_end_wait ... ok
[INFO] [stdout] test if_std::mpmc_channel_tests::cancel_send_mid_wait ... ok
[INFO] [stdout] test if_std::mpmc_channel_tests::close_state ... ok
[INFO] [stdout] test if_std::mpmc_channel_tests::close_unblocks_receive ... ok
[INFO] [stdout] test if_std::mpmc_channel_tests::poll_from_multiple_executors_on_receive ... ok
[INFO] [stdout] test if_std::mpmc_channel_tests::receive_after_send ... ok
[INFO] [stdout] test if_std::mpmc_channel_tests::poll_from_multiple_executors_on_send ... ok
[INFO] [stdout] test if_std::mpmc_channel_tests::try_receive_empty_channel ... ok
[INFO] [stdout] test if_std::mpmc_channel_tests::try_send_recv_smoke_test ... ok
[INFO] [stdout] test if_std::mpmc_channel_tests::try_send_unbuffered_panics - should panic ... FAILED
[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_receive_unblocks_send ... ok
[INFO] [stdout] test if_std::mpmc_channel_tests::unbuffered_try_receive ... ok
[INFO] [stdout] test if_std::mpmc_channel_tests::unbuffered_stream_smoke_test ... ok
[INFO] [stdout] test if_std::mpmc_channel_tests::drops_unread_elements ... ok
[INFO] [stdout] test if_std::mpmc_channel_tests::buffered_receive_unblocks_send ... ok
[INFO] [stdout] test if_std::mpmc_channel_tests::buffered_stream_smoke_test ... ok
[INFO] [stdout] test if_std::shared_channel_can_be_used_in_trait ... ok
[INFO] [stdout] test if_std::shared_channel_futures_are_send ... ok
[INFO] [stdout] test if_std::shared_stream_smoke_test ... ok
[INFO] [stdout] test if_std::try_recv_on_closed_channel ... ok
[INFO] [stdout] test if_std::try_send_full_channel ... ok
[INFO] [stdout] test if_std::try_send_on_closed_channel ... ok
[INFO] [stdout] test local_mpmc_channel_tests::cancel_receive_end_wait ... ok
[INFO] [stdout] test if_std::try_send_recv_smoke_test ... ok
[INFO] [stdout] test local_mpmc_channel_tests::buffered_close_unblocks_send ... ok
[INFO] [stdout] test local_mpmc_channel_tests::buffered_send_unblocks_receive ... ok
[INFO] [stdout] test local_mpmc_channel_tests::buffered_starved_recv_does_not_deadlock ... ok
[INFO] [stdout] test if_std::mpmc_channel_tests::try_recv_on_closed_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_full_channel ... ok
[INFO] [stdout] test if_std::try_receive_empty_channel ... ok
[INFO] [stdout] test local_mpmc_channel_tests::cancel_receive_mid_wait ... ok
[INFO] [stdout] test local_mpmc_channel_tests::buffered_receive_unblocks_send ... ok
[INFO] [stdout] test local_mpmc_channel_tests::cancel_send_end_wait ... ok
[INFO] [stdout] test local_mpmc_channel_tests::cancel_send_mid_wait ... ok
[INFO] [stdout] test local_mpmc_channel_tests::close_unblocks_receive ... ok
[INFO] [stdout] test local_mpmc_channel_tests::poll_from_multiple_executors_on_receive ... ok
[INFO] [stdout] test local_mpmc_channel_tests::poll_from_multiple_executors_on_send ... 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::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_unbuffered_panics - should panic ... FAILED
[INFO] [stdout] test local_mpmc_channel_tests::unbuffered_close_unblocks_send ... ok
[INFO] [stdout] test local_mpmc_channel_tests::close_state ... ok
[INFO] [stdout] test local_mpmc_channel_tests::drops_unread_elements ... ok
[INFO] [stdout] test local_mpmc_channel_tests::try_send_recv_smoke_test ... ok
[INFO] [stdout] test local_mpmc_channel_tests::buffered_stream_smoke_test ... ok
[INFO] [stdout] test local_mpmc_channel_tests::unbuffered_receive_unblocks_send ... ok
[INFO] [stdout] test local_mpmc_channel_tests::unbuffered_send_unblocks_receive ... ok
[INFO] [stdout] test local_mpmc_channel_tests::unbuffered_try_receive ... ok
[INFO] [stdout] test local_mpmc_channel_tests::unbuffered_starved_send_does_not_deadlock ... ok
[INFO] [stdout] test local_mpmc_channel_tests::unbuffered_stream_smoke_test ... ok
[INFO] [stdout] test if_std::mpmc_channel_tests::send_on_closed_channel ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- if_std::mpmc_channel_tests::try_send_unbuffered_panics stdout ----
[INFO] [stdout] note: test did not panic as expected at tests/mpmc_channel.rs:282:16
[INFO] [stdout] ---- local_mpmc_channel_tests::try_send_unbuffered_panics stdout ----
[INFO] [stdout] note: test did not panic as expected at tests/mpmc_channel.rs:282:16
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     if_std::mpmc_channel_tests::try_send_unbuffered_panics
[INFO] [stdout]     local_mpmc_channel_tests::try_send_unbuffered_panics
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 68 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--test mpmc_channel`
[INFO] running `Command { std: "docker" "inspect" "70de540230a8d95c75097ae44e605673bb2ab55d10cc20e2bde8a14734816635", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "70de540230a8d95c75097ae44e605673bb2ab55d10cc20e2bde8a14734816635", kill_on_drop: false }`
[INFO] [stdout] 70de540230a8d95c75097ae44e605673bb2ab55d10cc20e2bde8a14734816635
