[INFO] fetching crate rearch-effects 0.6.0... [INFO] testing rearch-effects-0.6.0 against master#caccb4d0368bd918ef6668af8e13834d07040417 for pr-146098-1 [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 caccb4d0368bd918ef6668af8e13834d07040417 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "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" "+caccb4d0368bd918ef6668af8e13834d07040417" "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" "+caccb4d0368bd918ef6668af8e13834d07040417" "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" "+caccb4d0368bd918ef6668af8e13834d07040417" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 048e30de12ba8c9597519eedca54097885b6dd3c7b3639418c4f488fe5e1859a [INFO] running `Command { std: "docker" "start" "-a" "048e30de12ba8c9597519eedca54097885b6dd3c7b3639418c4f488fe5e1859a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "048e30de12ba8c9597519eedca54097885b6dd3c7b3639418c4f488fe5e1859a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "048e30de12ba8c9597519eedca54097885b6dd3c7b3639418c4f488fe5e1859a", kill_on_drop: false }` [INFO] [stdout] 048e30de12ba8c9597519eedca54097885b6dd3c7b3639418c4f488fe5e1859a [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=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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b1582d9c2d3cf457244bcc866d23095d77f63e5e69cef7364c61edb88bea9848 [INFO] running `Command { std: "docker" "start" "-a" "b1582d9c2d3cf457244bcc866d23095d77f63e5e69cef7364c61edb88bea9848", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.101 [INFO] [stderr] Compiling parking_lot_core v0.9.11 [INFO] [stderr] Compiling parking_lot v0.12.4 [INFO] [stderr] Compiling quote v1.0.41 [INFO] [stderr] Compiling syn v2.0.106 [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 8.23s [INFO] running `Command { std: "docker" "inspect" "b1582d9c2d3cf457244bcc866d23095d77f63e5e69cef7364c61edb88bea9848", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b1582d9c2d3cf457244bcc866d23095d77f63e5e69cef7364c61edb88bea9848", kill_on_drop: false }` [INFO] [stdout] b1582d9c2d3cf457244bcc866d23095d77f63e5e69cef7364c61edb88bea9848 [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=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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7091f9e4ddf5fcb6304c552c73764a6d5afbaa95bbc711e9e8b25674e22c2626 [INFO] running `Command { std: "docker" "start" "-a" "7091f9e4ddf5fcb6304c552c73764a6d5afbaa95bbc711e9e8b25674e22c2626", kill_on_drop: false }` [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] [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.02s [INFO] running `Command { std: "docker" "inspect" "7091f9e4ddf5fcb6304c552c73764a6d5afbaa95bbc711e9e8b25674e22c2626", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7091f9e4ddf5fcb6304c552c73764a6d5afbaa95bbc711e9e8b25674e22c2626", kill_on_drop: false }` [INFO] [stdout] 7091f9e4ddf5fcb6304c552c73764a6d5afbaa95bbc711e9e8b25674e22c2626 [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=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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] e6048c3b3c5215e884eabb76d01a801b6f2cda35e5413bd0aaff98900c0c30d3 [INFO] running `Command { std: "docker" "start" "-a" "e6048c3b3c5215e884eabb76d01a801b6f2cda35e5413bd0aaff98900c0c30d3", 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 (run `cargo fix --lib -p rearch-effects` to apply 4 suggestions) [INFO] [stderr] warning: `rearch-effects` (lib test) generated 4 warnings (4 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.08s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/rearch_effects-8bb5dc5718a95679) [INFO] [stdout] [INFO] [stdout] running 13 tests [INFO] [stdout] test multi::tests::multi_register_oversized ... ok [INFO] [stdout] test tests::lazy_transformer_invokes_init_fn ... ok [INFO] [stdout] test overridable_capsule::tests::overridable_dynamic_capsules_correctly_updates ... ok [INFO] [stdout] test tests::lazy_transformer_output_types ... ok [INFO] [stdout] test multi::tests::multi_register_right_size ... ok [INFO] [stdout] test tests::transformer_output_types ... ok [INFO] [stdout] test tests::state_can_change ... ok [INFO] [stdout] test tests::reducer_can_change ... ok [INFO] [stdout] test tests::value_can_change ... ok [INFO] [stdout] test tests::is_first_build_changes_state ... ok [INFO] [stdout] test tests::as_listener_gets_changes ... ok [INFO] [stdout] test overridable_capsule::tests::overridable_capsule_correctly_updates ... ok [INFO] [stdout] test multi::tests::multi_register_undersized - should panic ... ok [INFO] [stderr] Doc-tests rearch_effects [INFO] [stdout] [INFO] [stdout] test result: ok. 13 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s [INFO] [stdout] [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.45s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "e6048c3b3c5215e884eabb76d01a801b6f2cda35e5413bd0aaff98900c0c30d3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e6048c3b3c5215e884eabb76d01a801b6f2cda35e5413bd0aaff98900c0c30d3", kill_on_drop: false }` [INFO] [stdout] e6048c3b3c5215e884eabb76d01a801b6f2cda35e5413bd0aaff98900c0c30d3