[INFO] fetching crate futures-bounded 0.3.0...
[INFO] testing futures-bounded-0.3.0 against master#c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38 for pr-146098-7
[INFO] extracting crate futures-bounded 0.3.0 into /workspace/builds/worker-7-tc1/source
[INFO] started tweaking crates.io crate futures-bounded 0.3.0
[INFO] finished tweaking crates.io crate futures-bounded 0.3.0
[INFO] tweaked toml for crates.io crate futures-bounded 0.3.0 written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate futures-bounded 0.3.0 on toolchain c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate futures-bounded 0.3.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" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded cc v1.0.89
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] b808a68b757e46079462e1d30614a1faf8bb2d8d44346ac98cd32c746a976135
[INFO] running `Command { std: "docker" "start" "-a" "b808a68b757e46079462e1d30614a1faf8bb2d8d44346ac98cd32c746a976135", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b808a68b757e46079462e1d30614a1faf8bb2d8d44346ac98cd32c746a976135", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b808a68b757e46079462e1d30614a1faf8bb2d8d44346ac98cd32c746a976135", kill_on_drop: false }`
[INFO] [stdout] b808a68b757e46079462e1d30614a1faf8bb2d8d44346ac98cd32c746a976135
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 80cf74adbd78128e5f1c0e66d4ce1cd214664c612901a333839d99ab702dab53
[INFO] running `Command { std: "docker" "start" "-a" "80cf74adbd78128e5f1c0e66d4ce1cd214664c612901a333839d99ab702dab53", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.78
[INFO] [stderr]    Compiling futures-task v0.3.30
[INFO] [stderr]    Compiling futures-core v0.3.30
[INFO] [stderr]    Compiling quote v1.0.35
[INFO] [stderr]    Compiling syn v2.0.52
[INFO] [stderr]    Compiling futures-macro v0.3.30
[INFO] [stderr]    Compiling futures-util v0.3.30
[INFO] [stderr]    Compiling futures-bounded v0.3.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/futures_map.rs:49:24
[INFO] [stdout]    |
[INFO] [stdout] 49 |     pub fn try_push<F>(&mut self, future_id: ID, future: F) -> Result<(), PushError<BoxFuture<O>>>
[INFO] [stdout]    |                        ^^^^^^^^^ the lifetime is elided here                        ^^^^^^^^^^^^ 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]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 49 |     pub fn try_push<F>(&mut self, future_id: ID, future: F) -> Result<(), PushError<BoxFuture<'_, O>>>
[INFO] [stdout]    |                                                                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/futures_set.rs:34:24
[INFO] [stdout]    |
[INFO] [stdout] 34 |     pub fn try_push<F>(&mut self, future: F) -> Result<(), BoxFuture<O>>
[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] 34 |     pub fn try_push<F>(&mut self, future: F) -> Result<(), BoxFuture<'_, O>>
[INFO] [stdout]    |                                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/futures_tuple_set.rs:37:24
[INFO] [stdout]    |
[INFO] [stdout] 37 |     pub fn try_push<F>(&mut self, future: F, data: D) -> Result<(), (BoxFuture<O>, D)>
[INFO] [stdout]    |                        ^^^^^^^^^ the lifetime is elided here         ^^^^^^^^^^^^ 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] 37 |     pub fn try_push<F>(&mut self, future: F, data: D) -> Result<(), (BoxFuture<'_, O>, D)>
[INFO] [stdout]    |                                                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/stream_map.rs:43:24
[INFO] [stdout]    |
[INFO] [stdout] 43 |     pub fn try_push<F>(&mut self, id: ID, stream: F) -> Result<(), PushError<BoxStream<O>>>
[INFO] [stdout]    |                        ^^^^^^^^^ the lifetime is elided here                 ^^^^^^^^^^^^ 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] 43 |     pub fn try_push<F>(&mut self, id: ID, stream: F) -> Result<(), PushError<BoxStream<'_, O>>>
[INFO] [stdout]    |                                                                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/stream_set.rs:33:24
[INFO] [stdout]    |
[INFO] [stdout] 33 |     pub fn try_push<F>(&mut self, stream: F) -> Result<(), BoxStream<O>>
[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] 33 |     pub fn try_push<F>(&mut self, stream: F) -> Result<(), BoxStream<'_, O>>
[INFO] [stdout]    |                                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.65s
[INFO] running `Command { std: "docker" "inspect" "80cf74adbd78128e5f1c0e66d4ce1cd214664c612901a333839d99ab702dab53", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "80cf74adbd78128e5f1c0e66d4ce1cd214664c612901a333839d99ab702dab53", kill_on_drop: false }`
[INFO] [stdout] 80cf74adbd78128e5f1c0e66d4ce1cd214664c612901a333839d99ab702dab53
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 7f882fa70900d33dd2f0c8ffe264abbb5ae53dfc0386c0c323aec182f964b778
[INFO] running `Command { std: "docker" "start" "-a" "7f882fa70900d33dd2f0c8ffe264abbb5ae53dfc0386c0c323aec182f964b778", kill_on_drop: false }`
[INFO] [stderr]    Compiling futures-sink v0.3.30
[INFO] [stderr]    Compiling memchr v2.7.1
[INFO] [stderr]    Compiling futures-io v0.3.30
[INFO] [stderr]    Compiling tokio-macros v2.2.0
[INFO] [stderr]    Compiling futures-channel v0.3.30
[INFO] [stderr]    Compiling tokio v1.36.0
[INFO] [stderr]    Compiling futures-util v0.3.30
[INFO] [stderr]    Compiling futures-executor v0.3.30
[INFO] [stderr]    Compiling futures-bounded v0.3.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling futures v0.3.30
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/futures_map.rs:49:24
[INFO] [stdout]    |
[INFO] [stdout] 49 |     pub fn try_push<F>(&mut self, future_id: ID, future: F) -> Result<(), PushError<BoxFuture<O>>>
[INFO] [stdout]    |                        ^^^^^^^^^ the lifetime is elided here                        ^^^^^^^^^^^^ 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]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 49 |     pub fn try_push<F>(&mut self, future_id: ID, future: F) -> Result<(), PushError<BoxFuture<'_, O>>>
[INFO] [stdout]    |                                                                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/futures_set.rs:34:24
[INFO] [stdout]    |
[INFO] [stdout] 34 |     pub fn try_push<F>(&mut self, future: F) -> Result<(), BoxFuture<O>>
[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] 34 |     pub fn try_push<F>(&mut self, future: F) -> Result<(), BoxFuture<'_, O>>
[INFO] [stdout]    |                                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/futures_tuple_set.rs:37:24
[INFO] [stdout]    |
[INFO] [stdout] 37 |     pub fn try_push<F>(&mut self, future: F, data: D) -> Result<(), (BoxFuture<O>, D)>
[INFO] [stdout]    |                        ^^^^^^^^^ the lifetime is elided here         ^^^^^^^^^^^^ 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] 37 |     pub fn try_push<F>(&mut self, future: F, data: D) -> Result<(), (BoxFuture<'_, O>, D)>
[INFO] [stdout]    |                                                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/stream_map.rs:43:24
[INFO] [stdout]    |
[INFO] [stdout] 43 |     pub fn try_push<F>(&mut self, id: ID, stream: F) -> Result<(), PushError<BoxStream<O>>>
[INFO] [stdout]    |                        ^^^^^^^^^ the lifetime is elided here                 ^^^^^^^^^^^^ 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] 43 |     pub fn try_push<F>(&mut self, id: ID, stream: F) -> Result<(), PushError<BoxStream<'_, O>>>
[INFO] [stdout]    |                                                                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/stream_set.rs:33:24
[INFO] [stdout]    |
[INFO] [stdout] 33 |     pub fn try_push<F>(&mut self, stream: F) -> Result<(), BoxStream<O>>
[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] 33 |     pub fn try_push<F>(&mut self, stream: F) -> Result<(), BoxStream<'_, O>>
[INFO] [stdout]    |                                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `futures_timer` found for struct `delay::Delay` in the current scope
[INFO] [stdout]   --> src/futures_tuple_set.rs:83:54
[INFO] [stdout]    |
[INFO] [stdout] 83 |         let mut set = FuturesTupleSet::new(|| Delay::futures_timer(Duration::from_secs(10)), 10);
[INFO] [stdout]    |                                                      ^^^^^^^^^^^^^ function or associated item not found in `delay::Delay`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/delay.rs:9:1
[INFO] [stdout]    |
[INFO] [stdout]  9 | pub struct Delay {
[INFO] [stdout]    | ---------------- function or associated item `futures_timer` not found for this struct
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0599`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `futures-bounded` (lib test) due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "7f882fa70900d33dd2f0c8ffe264abbb5ae53dfc0386c0c323aec182f964b778", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7f882fa70900d33dd2f0c8ffe264abbb5ae53dfc0386c0c323aec182f964b778", kill_on_drop: false }`
[INFO] [stdout] 7f882fa70900d33dd2f0c8ffe264abbb5ae53dfc0386c0c323aec182f964b778
