[INFO] fetching crate rearch-effects 0.6.0...
[INFO] testing rearch-effects-0.6.0 against 1.95.0 for beta-1.96-2
[INFO] extracting crate rearch-effects 0.6.0 into /workspace/builds/worker-2-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-2-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate rearch-effects 0.6.0 on toolchain 1.95.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.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.95.0" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 17 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.95.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-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 53a06a42a2a598294cc88e368f414a17d7fc352c0954a03ab4bea81b51517567
[INFO] running `Command { std: "docker" "start" "-a" "53a06a42a2a598294cc88e368f414a17d7fc352c0954a03ab4bea81b51517567", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "53a06a42a2a598294cc88e368f414a17d7fc352c0954a03ab4bea81b51517567", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "53a06a42a2a598294cc88e368f414a17d7fc352c0954a03ab4bea81b51517567", kill_on_drop: false }`
[INFO] [stdout] 53a06a42a2a598294cc88e368f414a17d7fc352c0954a03ab4bea81b51517567
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 31db6521d4cf0ea4beef3a821fedbb94c167083b3a8fd69ab2aa56d0bbf0aea2
[INFO] running `Command { std: "docker" "start" "-a" "31db6521d4cf0ea4beef3a821fedbb94c167083b3a8fd69ab2aa56d0bbf0aea2", kill_on_drop: false }`
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling syn v2.0.117
[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 6.74s
[INFO] running `Command { std: "docker" "inspect" "31db6521d4cf0ea4beef3a821fedbb94c167083b3a8fd69ab2aa56d0bbf0aea2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "31db6521d4cf0ea4beef3a821fedbb94c167083b3a8fd69ab2aa56d0bbf0aea2", kill_on_drop: false }`
[INFO] [stdout] 31db6521d4cf0ea4beef3a821fedbb94c167083b3a8fd69ab2aa56d0bbf0aea2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 7d787fd7522cb8dc13e4ea34d19d002200426eb595c261aba3474d80a8355fbe
[INFO] running `Command { std: "docker" "start" "-a" "7d787fd7522cb8dc13e4ea34d19d002200426eb595c261aba3474d80a8355fbe", 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.50s
[INFO] running `Command { std: "docker" "inspect" "7d787fd7522cb8dc13e4ea34d19d002200426eb595c261aba3474d80a8355fbe", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7d787fd7522cb8dc13e4ea34d19d002200426eb595c261aba3474d80a8355fbe", kill_on_drop: false }`
[INFO] [stdout] 7d787fd7522cb8dc13e4ea34d19d002200426eb595c261aba3474d80a8355fbe
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 423b485e92f94565a4f694f7877b03255e472cd0488c7e67e60d462ca848a6cb
[INFO] running `Command { std: "docker" "start" "-a" "423b485e92f94565a4f694f7877b03255e472cd0488c7e67e60d462ca848a6cb", 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.87s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/rearch_effects-0c8a16f2b3a800d4)
[INFO] [stdout] 
[INFO] [stdout] running 13 tests
[INFO] [stdout] test multi::tests::multi_register_right_size ... ok
[INFO] [stdout] test overridable_capsule::tests::overridable_dynamic_capsules_correctly_updates ... ok
[INFO] [stdout] test multi::tests::multi_register_oversized ... ok
[INFO] [stdout] test tests::lazy_transformer_output_types ... ok
[INFO] [stdout] test tests::lazy_transformer_invokes_init_fn ... ok
[INFO] [stdout] test overridable_capsule::tests::overridable_capsule_correctly_updates ... ok
[INFO] [stdout] test tests::as_listener_gets_changes ... 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::transformer_output_types ... ok
[INFO] [stdout] test multi::tests::multi_register_undersized - should panic ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 13 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
[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.37s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "423b485e92f94565a4f694f7877b03255e472cd0488c7e67e60d462ca848a6cb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "423b485e92f94565a4f694f7877b03255e472cd0488c7e67e60d462ca848a6cb", kill_on_drop: false }`
[INFO] [stdout] 423b485e92f94565a4f694f7877b03255e472cd0488c7e67e60d462ca848a6cb
