[INFO] fetching crate rearch-effects 0.6.0... [INFO] testing rearch-effects-0.6.0 against 1.90.0 for beta-1.91-3 [INFO] extracting crate rearch-effects 0.6.0 into /workspace/builds/worker-0-tc1/source [INFO] started tweaking crates.io crate rearch-effects 0.6.0 [INFO] finished tweaking crates.io crate rearch-effects 0.6.0 [INFO] tweaked toml for crates.io crate rearch-effects 0.6.0 written to /workspace/builds/worker-0-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate rearch-effects 0.6.0 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] Updating crates.io index [INFO] [stderr] Locking 26 packages to latest compatible versions [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 rearch-macros v0.6.0 [INFO] [stderr] Downloaded rearch v0.10.2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] 1e9f68b0542f3c050c423c24d112bba69091d7ca178af6601085daf2b81f3eee [INFO] running `Command { std: "docker" "start" "-a" "1e9f68b0542f3c050c423c24d112bba69091d7ca178af6601085daf2b81f3eee", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1e9f68b0542f3c050c423c24d112bba69091d7ca178af6601085daf2b81f3eee", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1e9f68b0542f3c050c423c24d112bba69091d7ca178af6601085daf2b81f3eee", kill_on_drop: false }` [INFO] [stdout] 1e9f68b0542f3c050c423c24d112bba69091d7ca178af6601085daf2b81f3eee [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] 1bc5afeab877cf25b108c3018f57945441a8a361783756f7307083c70304b356 [INFO] running `Command { std: "docker" "start" "-a" "1bc5afeab877cf25b108c3018f57945441a8a361783756f7307083c70304b356", kill_on_drop: false }` [INFO] [stderr] Compiling rearch-macros v0.6.0 [INFO] [stderr] Compiling rearch v0.10.2 [INFO] [stderr] Compiling rearch-effects v0.6.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/multi.rs:99:31 [INFO] [stdout] | [INFO] [stdout] 99 | fn build(self, registrar: SideEffectRegistrar) -> Self::Api<'_> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ -- the same lifetime is elided here [INFO] [stdout] | | [INFO] [stdout] | the 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: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 99 | fn build(self, registrar: SideEffectRegistrar<'_>) -> Self::Api<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/effect_lifetime_fixers.rs:17:31 [INFO] [stdout] | [INFO] [stdout] 17 | fn build(self, registrar: SideEffectRegistrar) -> Self::Api<'_> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ -- the same lifetime is elided here [INFO] [stdout] | | [INFO] [stdout] | the 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: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 17 | fn build(self, registrar: SideEffectRegistrar<'_>) -> Self::Api<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/effect_lifetime_fixers.rs:38:31 [INFO] [stdout] | [INFO] [stdout] 38 | fn build(self, registrar: SideEffectRegistrar) -> Self::Api<'_> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ -- the same lifetime is elided here [INFO] [stdout] | | [INFO] [stdout] | the 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: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 38 | fn build(self, registrar: SideEffectRegistrar<'_>) -> Self::Api<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/effect_lifetime_fixers.rs:59:31 [INFO] [stdout] | [INFO] [stdout] 59 | fn build(self, registrar: SideEffectRegistrar) -> Self::Api<'_> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ -- the same lifetime is elided here [INFO] [stdout] | | [INFO] [stdout] | the 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: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 59 | fn build(self, registrar: SideEffectRegistrar<'_>) -> Self::Api<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.49s [INFO] running `Command { std: "docker" "inspect" "1bc5afeab877cf25b108c3018f57945441a8a361783756f7307083c70304b356", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1bc5afeab877cf25b108c3018f57945441a8a361783756f7307083c70304b356", kill_on_drop: false }` [INFO] [stdout] 1bc5afeab877cf25b108c3018f57945441a8a361783756f7307083c70304b356 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] 5ba1f7a140cc6396e2c6e959acd8f515719ee60a798178ac36cd3dc88d3e32f1 [INFO] running `Command { std: "docker" "start" "-a" "5ba1f7a140cc6396e2c6e959acd8f515719ee60a798178ac36cd3dc88d3e32f1", kill_on_drop: false }` [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/multi.rs:99:31 [INFO] [stdout] | [INFO] [stdout] 99 | fn build(self, registrar: SideEffectRegistrar) -> Self::Api<'_> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ -- the same lifetime is elided here [INFO] [stdout] | | [INFO] [stdout] | the 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: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 99 | fn build(self, registrar: SideEffectRegistrar<'_>) -> Self::Api<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/effect_lifetime_fixers.rs:17:31 [INFO] [stdout] | [INFO] [stdout] 17 | fn build(self, registrar: SideEffectRegistrar) -> Self::Api<'_> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ -- the same lifetime is elided here [INFO] [stdout] | | [INFO] [stdout] | the 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: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 17 | fn build(self, registrar: SideEffectRegistrar<'_>) -> Self::Api<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/effect_lifetime_fixers.rs:38:31 [INFO] [stdout] | [INFO] [stdout] 38 | fn build(self, registrar: SideEffectRegistrar) -> Self::Api<'_> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ -- the same lifetime is elided here [INFO] [stdout] | | [INFO] [stdout] | the 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: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 38 | fn build(self, registrar: SideEffectRegistrar<'_>) -> Self::Api<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/effect_lifetime_fixers.rs:59:31 [INFO] [stdout] | [INFO] [stdout] 59 | fn build(self, registrar: SideEffectRegistrar) -> Self::Api<'_> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ -- the same lifetime is elided here [INFO] [stdout] | | [INFO] [stdout] | the 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: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 59 | fn build(self, registrar: SideEffectRegistrar<'_>) -> Self::Api<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling rearch-effects v0.6.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/multi.rs:99:31 [INFO] [stdout] | [INFO] [stdout] 99 | fn build(self, registrar: SideEffectRegistrar) -> Self::Api<'_> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ -- the same lifetime is elided here [INFO] [stdout] | | [INFO] [stdout] | the 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: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 99 | fn build(self, registrar: SideEffectRegistrar<'_>) -> Self::Api<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/effect_lifetime_fixers.rs:17:31 [INFO] [stdout] | [INFO] [stdout] 17 | fn build(self, registrar: SideEffectRegistrar) -> Self::Api<'_> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ -- the same lifetime is elided here [INFO] [stdout] | | [INFO] [stdout] | the 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: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 17 | fn build(self, registrar: SideEffectRegistrar<'_>) -> Self::Api<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/effect_lifetime_fixers.rs:38:31 [INFO] [stdout] | [INFO] [stdout] 38 | fn build(self, registrar: SideEffectRegistrar) -> Self::Api<'_> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ -- the same lifetime is elided here [INFO] [stdout] | | [INFO] [stdout] | the 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: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 38 | fn build(self, registrar: SideEffectRegistrar<'_>) -> Self::Api<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/effect_lifetime_fixers.rs:59:31 [INFO] [stdout] | [INFO] [stdout] 59 | fn build(self, registrar: SideEffectRegistrar) -> Self::Api<'_> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ -- the same lifetime is elided here [INFO] [stdout] | | [INFO] [stdout] | the 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: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 59 | fn build(self, registrar: SideEffectRegistrar<'_>) -> Self::Api<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1.51s [INFO] running `Command { std: "docker" "inspect" "5ba1f7a140cc6396e2c6e959acd8f515719ee60a798178ac36cd3dc88d3e32f1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5ba1f7a140cc6396e2c6e959acd8f515719ee60a798178ac36cd3dc88d3e32f1", kill_on_drop: false }` [INFO] [stdout] 5ba1f7a140cc6396e2c6e959acd8f515719ee60a798178ac36cd3dc88d3e32f1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] 4857a8a8ca0ccb7b0dae34c2f7390ad1f792a108c1ef0ffaaa7d8aaf3ec31bbd [INFO] running `Command { std: "docker" "start" "-a" "4857a8a8ca0ccb7b0dae34c2f7390ad1f792a108c1ef0ffaaa7d8aaf3ec31bbd", kill_on_drop: false }` [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/multi.rs:99:31 [INFO] [stderr] | [INFO] [stderr] 99 | fn build(self, registrar: SideEffectRegistrar) -> Self::Api<'_> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ -- the same lifetime is elided here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is hidden 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: consistently use `'_` [INFO] [stderr] | [INFO] [stderr] 99 | fn build(self, registrar: SideEffectRegistrar<'_>) -> Self::Api<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/effect_lifetime_fixers.rs:17:31 [INFO] [stderr] | [INFO] [stderr] 17 | fn build(self, registrar: SideEffectRegistrar) -> Self::Api<'_> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ -- the same lifetime is elided here [INFO] [stderr] | | [INFO] [stderr] | the 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: consistently use `'_` [INFO] [stderr] | [INFO] [stderr] 17 | fn build(self, registrar: SideEffectRegistrar<'_>) -> Self::Api<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/effect_lifetime_fixers.rs:38:31 [INFO] [stderr] | [INFO] [stderr] 38 | fn build(self, registrar: SideEffectRegistrar) -> Self::Api<'_> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ -- the same lifetime is elided here [INFO] [stderr] | | [INFO] [stderr] | the 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: consistently use `'_` [INFO] [stderr] | [INFO] [stderr] 38 | fn build(self, registrar: SideEffectRegistrar<'_>) -> Self::Api<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/effect_lifetime_fixers.rs:59:31 [INFO] [stderr] | [INFO] [stderr] 59 | fn build(self, registrar: SideEffectRegistrar) -> Self::Api<'_> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ -- the same lifetime is elided here [INFO] [stderr] | | [INFO] [stderr] | the 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: consistently use `'_` [INFO] [stderr] | [INFO] [stderr] 59 | fn build(self, registrar: SideEffectRegistrar<'_>) -> Self::Api<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: `rearch-effects` (lib) generated 4 warnings [INFO] [stderr] warning: `rearch-effects` (lib test) generated 4 warnings (4 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/rearch_effects-17211dd9748434e5) [INFO] [stdout] [INFO] [stdout] running 13 tests [INFO] [stdout] test multi::tests::multi_register_oversized ... ok [INFO] [stdout] test tests::as_listener_gets_changes ... ok [INFO] [stdout] test tests::reducer_can_change ... ok [INFO] [stdout] test tests::state_can_change ... ok [INFO] [stdout] test tests::lazy_transformer_output_types ... ok [INFO] [stdout] test overridable_capsule::tests::overridable_capsule_correctly_updates ... ok [INFO] [stdout] test tests::transformer_output_types ... ok [INFO] [stdout] test tests::is_first_build_changes_state ... ok [INFO] [stdout] test overridable_capsule::tests::overridable_dynamic_capsules_correctly_updates ... ok [INFO] [stdout] test tests::lazy_transformer_invokes_init_fn ... ok [INFO] [stdout] test tests::value_can_change ... ok [INFO] [stdout] test multi::tests::multi_register_undersized - should panic ... ok [INFO] [stdout] test multi::tests::multi_register_right_size ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 13 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s [INFO] [stdout] [INFO] [stderr] Doc-tests rearch_effects [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test src/overridable_capsule.rs - overridable_capsule::overridable_capsule (line 21) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.38s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "4857a8a8ca0ccb7b0dae34c2f7390ad1f792a108c1ef0ffaaa7d8aaf3ec31bbd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4857a8a8ca0ccb7b0dae34c2f7390ad1f792a108c1ef0ffaaa7d8aaf3ec31bbd", kill_on_drop: false }` [INFO] [stdout] 4857a8a8ca0ccb7b0dae34c2f7390ad1f792a108c1ef0ffaaa7d8aaf3ec31bbd