[INFO] fetching crate task-executor 0.3.3... [INFO] testing task-executor-0.3.3 against 1.90.0 for beta-1.91-3 [INFO] extracting crate task-executor 0.3.3 into /workspace/builds/worker-3-tc1/source [INFO] started tweaking crates.io crate task-executor 0.3.3 [INFO] finished tweaking crates.io crate task-executor 0.3.3 [INFO] tweaked toml for crates.io crate task-executor 0.3.3 written to /workspace/builds/worker-3-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate task-executor 0.3.3 on toolchain 1.90.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 58 packages to latest compatible versions [INFO] [stderr] Adding dashmap v5.5.3 (available: v6.1.0) [INFO] [stderr] Adding futures-lite v1.13.0 (available: v2.6.1) [INFO] [stderr] Adding queue-ext v0.3.0 (available: v0.4.1) [INFO] [stderr] Adding thiserror v1.0.69 (available: v2.0.17) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded queue-ext v0.3.0 [INFO] [stderr] Downloaded update_rate v2.0.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 6469090cda8d2c0b4ee993daff24388bf7d9ec1fb6a5eb3c8478b2cf902104a4 [INFO] running `Command { std: "docker" "start" "-a" "6469090cda8d2c0b4ee993daff24388bf7d9ec1fb6a5eb3c8478b2cf902104a4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6469090cda8d2c0b4ee993daff24388bf7d9ec1fb6a5eb3c8478b2cf902104a4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6469090cda8d2c0b4ee993daff24388bf7d9ec1fb6a5eb3c8478b2cf902104a4", kill_on_drop: false }` [INFO] [stdout] 6469090cda8d2c0b4ee993daff24388bf7d9ec1fb6a5eb3c8478b2cf902104a4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] fae9527ad33bc05f0652ff1ed58a453518c360e4652de80958c97904226e7af6 [INFO] running `Command { std: "docker" "start" "-a" "fae9527ad33bc05f0652ff1ed58a453518c360e4652de80958c97904226e7af6", kill_on_drop: false }` [INFO] [stderr] Compiling getrandom v0.3.3 [INFO] [stderr] Compiling hashbrown v0.14.5 [INFO] [stderr] Compiling fastrand v1.9.0 [INFO] [stderr] Compiling waker-fn v1.2.0 [INFO] [stderr] Compiling syn v2.0.106 [INFO] [stderr] Compiling futures-lite v1.13.0 [INFO] [stderr] Compiling ahash v0.8.12 [INFO] [stderr] Compiling dashmap v5.5.3 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Compiling futures-executor v0.3.31 [INFO] [stderr] Compiling futures v0.3.31 [INFO] [stderr] Compiling queue-ext v0.3.0 [INFO] [stderr] Compiling task-executor v0.3.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/builder.rs:13:33 [INFO] [stdout] | [INFO] [stdout] 13 | fn spawn(self, exec: &Executor) -> Spawner [INFO] [stdout] | ^^^^^^^^^^^^^^^^ ------------------------ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 13 | fn spawn(self, exec: &Executor) -> Spawner<'_, Self, Tx, G, ()> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/builder.rs:25:41 [INFO] [stdout] | [INFO] [stdout] 25 | fn spawn_with(self, exec: &Executor, name: D) -> Spawner [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] 25 | fn spawn_with(self, exec: &Executor, name: D) -> Spawner<'_, Self, Tx, G, D> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/local_builder.rs:16:33 [INFO] [stdout] | [INFO] [stdout] 16 | fn spawn(self, exec: &LocalExecutor) -> LocalSpawner [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] 16 | fn spawn(self, exec: &LocalExecutor) -> LocalSpawner<'_, Self, Tx, G, ()> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/local_builder.rs:30:15 [INFO] [stdout] | [INFO] [stdout] 30 | exec: &LocalExecutor, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ the lifetime is elided here [INFO] [stdout] 31 | name: D, [INFO] [stdout] 32 | ) -> LocalSpawner [INFO] [stdout] | ---------------------------- the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 32 | ) -> LocalSpawner<'_, Self, Tx, G, D> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.90s [INFO] running `Command { std: "docker" "inspect" "fae9527ad33bc05f0652ff1ed58a453518c360e4652de80958c97904226e7af6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fae9527ad33bc05f0652ff1ed58a453518c360e4652de80958c97904226e7af6", kill_on_drop: false }` [INFO] [stdout] fae9527ad33bc05f0652ff1ed58a453518c360e4652de80958c97904226e7af6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d30880981f30e5258e9e1df6966bb8692af1d145b0a273fda9363cefd59aaf73 [INFO] running `Command { std: "docker" "start" "-a" "d30880981f30e5258e9e1df6966bb8692af1d145b0a273fda9363cefd59aaf73", kill_on_drop: false }` [INFO] [stderr] Compiling task-executor v0.3.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/builder.rs:13:33 [INFO] [stdout] | [INFO] [stdout] 13 | fn spawn(self, exec: &Executor) -> Spawner [INFO] [stdout] | ^^^^^^^^^^^^^^^^ ------------------------ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 13 | fn spawn(self, exec: &Executor) -> Spawner<'_, Self, Tx, G, ()> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/builder.rs:25:41 [INFO] [stdout] | [INFO] [stdout] 25 | fn spawn_with(self, exec: &Executor, name: D) -> Spawner [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] 25 | fn spawn_with(self, exec: &Executor, name: D) -> Spawner<'_, Self, Tx, G, D> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/local_builder.rs:16:33 [INFO] [stdout] | [INFO] [stdout] 16 | fn spawn(self, exec: &LocalExecutor) -> LocalSpawner [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] 16 | fn spawn(self, exec: &LocalExecutor) -> LocalSpawner<'_, Self, Tx, G, ()> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/local_builder.rs:30:15 [INFO] [stdout] | [INFO] [stdout] 30 | exec: &LocalExecutor, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ the lifetime is elided here [INFO] [stdout] 31 | name: D, [INFO] [stdout] 32 | ) -> LocalSpawner [INFO] [stdout] | ---------------------------- the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 32 | ) -> LocalSpawner<'_, Self, Tx, G, D> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/builder.rs:13:33 [INFO] [stdout] | [INFO] [stdout] 13 | fn spawn(self, exec: &Executor) -> Spawner [INFO] [stdout] | ^^^^^^^^^^^^^^^^ ------------------------ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 13 | fn spawn(self, exec: &Executor) -> Spawner<'_, Self, Tx, G, ()> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/builder.rs:25:41 [INFO] [stdout] | [INFO] [stdout] 25 | fn spawn_with(self, exec: &Executor, name: D) -> Spawner [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] 25 | fn spawn_with(self, exec: &Executor, name: D) -> Spawner<'_, Self, Tx, G, D> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/local_builder.rs:16:33 [INFO] [stdout] | [INFO] [stdout] 16 | fn spawn(self, exec: &LocalExecutor) -> LocalSpawner [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] 16 | fn spawn(self, exec: &LocalExecutor) -> LocalSpawner<'_, Self, Tx, G, ()> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/local_builder.rs:30:15 [INFO] [stdout] | [INFO] [stdout] 30 | exec: &LocalExecutor, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ the lifetime is elided here [INFO] [stdout] 31 | name: D, [INFO] [stdout] 32 | ) -> LocalSpawner [INFO] [stdout] | ---------------------------- the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 32 | ) -> LocalSpawner<'_, Self, Tx, G, D> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1.03s [INFO] running `Command { std: "docker" "inspect" "d30880981f30e5258e9e1df6966bb8692af1d145b0a273fda9363cefd59aaf73", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d30880981f30e5258e9e1df6966bb8692af1d145b0a273fda9363cefd59aaf73", kill_on_drop: false }` [INFO] [stdout] d30880981f30e5258e9e1df6966bb8692af1d145b0a273fda9363cefd59aaf73 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 120488473e3e8475542f9f2aa7ce84ad4931be499afec94678ac0bbcd0551661 [INFO] running `Command { std: "docker" "start" "-a" "120488473e3e8475542f9f2aa7ce84ad4931be499afec94678ac0bbcd0551661", kill_on_drop: false }` [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/builder.rs:13:33 [INFO] [stderr] | [INFO] [stderr] 13 | fn spawn(self, exec: &Executor) -> Spawner [INFO] [stderr] | ^^^^^^^^^^^^^^^^ ------------------------ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 13 | fn spawn(self, exec: &Executor) -> Spawner<'_, Self, Tx, G, ()> [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/builder.rs:25:41 [INFO] [stderr] | [INFO] [stderr] 25 | fn spawn_with(self, exec: &Executor, name: D) -> Spawner [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ ----------------------- the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 25 | fn spawn_with(self, exec: &Executor, name: D) -> Spawner<'_, Self, Tx, G, D> [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/local_builder.rs:16:33 [INFO] [stderr] | [INFO] [stderr] 16 | fn spawn(self, exec: &LocalExecutor) -> LocalSpawner [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ ----------------------------- the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 16 | fn spawn(self, exec: &LocalExecutor) -> LocalSpawner<'_, Self, Tx, G, ()> [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/local_builder.rs:30:15 [INFO] [stderr] | [INFO] [stderr] 30 | exec: &LocalExecutor, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ the lifetime is elided here [INFO] [stderr] 31 | name: D, [INFO] [stderr] 32 | ) -> LocalSpawner [INFO] [stderr] | ---------------------------- the same lifetime is hidden here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 32 | ) -> LocalSpawner<'_, Self, Tx, G, D> [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: `task-executor` (lib) generated 4 warnings [INFO] [stderr] warning: `task-executor` (lib test) generated 4 warnings (4 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.13s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/task_executor-f2b06762bec88721) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stderr] Doc-tests task_executor [INFO] [stdout] test test_index_set ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "120488473e3e8475542f9f2aa7ce84ad4931be499afec94678ac0bbcd0551661", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "120488473e3e8475542f9f2aa7ce84ad4931be499afec94678ac0bbcd0551661", kill_on_drop: false }` [INFO] [stdout] 120488473e3e8475542f9f2aa7ce84ad4931be499afec94678ac0bbcd0551661