[INFO] fetching crate futures-bounded 0.3.0... [INFO] testing futures-bounded-0.3.0 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7 [INFO] extracting crate futures-bounded 0.3.0 into /workspace/builds/worker-7-tc2/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-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate futures-bounded 0.3.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-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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [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] 3d6d69eacd255e272c48d7b3fb1d78f4157e693ac8e294a523e7496475db3f51 [INFO] running `Command { std: "docker" "start" "-a" "3d6d69eacd255e272c48d7b3fb1d78f4157e693ac8e294a523e7496475db3f51", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3d6d69eacd255e272c48d7b3fb1d78f4157e693ac8e294a523e7496475db3f51", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3d6d69eacd255e272c48d7b3fb1d78f4157e693ac8e294a523e7496475db3f51", kill_on_drop: false }` [INFO] [stdout] 3d6d69eacd255e272c48d7b3fb1d78f4157e693ac8e294a523e7496475db3f51 [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] 7c0fabc21038165460248f3e70ddc0cb48bc09336d7c1bf6bfcf4a70dc009c69 [INFO] running `Command { std: "docker" "start" "-a" "7c0fabc21038165460248f3e70ddc0cb48bc09336d7c1bf6bfcf4a70dc009c69", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.78 [INFO] [stderr] Compiling futures-core v0.3.30 [INFO] [stderr] Compiling futures-task 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(&mut self, future_id: ID, future: F) -> Result<(), PushError>> [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(&mut self, future_id: ID, future: F) -> Result<(), PushError>> [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(&mut self, future: F) -> Result<(), BoxFuture> [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(&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(&mut self, future: F, data: D) -> Result<(), (BoxFuture, 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(&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(&mut self, id: ID, stream: F) -> Result<(), PushError>> [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(&mut self, id: ID, stream: F) -> Result<(), PushError>> [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(&mut self, stream: F) -> Result<(), BoxStream> [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(&mut self, stream: F) -> Result<(), BoxStream<'_, O>> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.52s [INFO] running `Command { std: "docker" "inspect" "7c0fabc21038165460248f3e70ddc0cb48bc09336d7c1bf6bfcf4a70dc009c69", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7c0fabc21038165460248f3e70ddc0cb48bc09336d7c1bf6bfcf4a70dc009c69", kill_on_drop: false }` [INFO] [stdout] 7c0fabc21038165460248f3e70ddc0cb48bc09336d7c1bf6bfcf4a70dc009c69 [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] 46612f288ea9fc70a44e0d8fadaed2630ab94134b1c1787e2738b7beb3c53f24 [INFO] running `Command { std: "docker" "start" "-a" "46612f288ea9fc70a44e0d8fadaed2630ab94134b1c1787e2738b7beb3c53f24", 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 futures-util v0.3.30 [INFO] [stderr] Compiling tokio v1.36.0 [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(&mut self, future_id: ID, future: F) -> Result<(), PushError>> [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(&mut self, future_id: ID, future: F) -> Result<(), PushError>> [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(&mut self, future: F) -> Result<(), BoxFuture> [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(&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(&mut self, future: F, data: D) -> Result<(), (BoxFuture, 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(&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(&mut self, id: ID, stream: F) -> Result<(), PushError>> [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(&mut self, id: ID, stream: F) -> Result<(), PushError>> [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(&mut self, stream: F) -> Result<(), BoxStream> [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(&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" "46612f288ea9fc70a44e0d8fadaed2630ab94134b1c1787e2738b7beb3c53f24", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "46612f288ea9fc70a44e0d8fadaed2630ab94134b1c1787e2738b7beb3c53f24", kill_on_drop: false }` [INFO] [stdout] 46612f288ea9fc70a44e0d8fadaed2630ab94134b1c1787e2738b7beb3c53f24