[INFO] fetching crate rearch-effects 0.6.0...
[INFO] testing rearch-effects-0.6.0 against beta-2026-04-21 for beta-1.96-2
[INFO] extracting crate rearch-effects 0.6.0 into /workspace/builds/worker-2-tc2/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-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate rearch-effects 0.6.0 on toolchain beta-2026-04-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "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" "+beta-2026-04-21" "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" "+beta-2026-04-21" "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-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 7b01971f395df7df07deaa41e781ef2f3e7874059f8733d4c6932022d4f3295b
[INFO] running `Command { std: "docker" "start" "-a" "7b01971f395df7df07deaa41e781ef2f3e7874059f8733d4c6932022d4f3295b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7b01971f395df7df07deaa41e781ef2f3e7874059f8733d4c6932022d4f3295b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7b01971f395df7df07deaa41e781ef2f3e7874059f8733d4c6932022d4f3295b", kill_on_drop: false }`
[INFO] [stdout] 7b01971f395df7df07deaa41e781ef2f3e7874059f8733d4c6932022d4f3295b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=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" "+beta-2026-04-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 82ab0b09df67a86302e57fb410d1912f8fde18a460bc6098b9593eaa2c3ee6b3
[INFO] running `Command { std: "docker" "start" "-a" "82ab0b09df67a86302e57fb410d1912f8fde18a460bc6098b9593eaa2c3ee6b3", 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.72s
[INFO] running `Command { std: "docker" "inspect" "82ab0b09df67a86302e57fb410d1912f8fde18a460bc6098b9593eaa2c3ee6b3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "82ab0b09df67a86302e57fb410d1912f8fde18a460bc6098b9593eaa2c3ee6b3", kill_on_drop: false }`
[INFO] [stdout] 82ab0b09df67a86302e57fb410d1912f8fde18a460bc6098b9593eaa2c3ee6b3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=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" "+beta-2026-04-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 80f827ab30a90f78eba16b7172b8ea089537ea2190b208843efd0269e4a2b458
[INFO] running `Command { std: "docker" "start" "-a" "80f827ab30a90f78eba16b7172b8ea089537ea2190b208843efd0269e4a2b458", 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.85s
[INFO] running `Command { std: "docker" "inspect" "80f827ab30a90f78eba16b7172b8ea089537ea2190b208843efd0269e4a2b458", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "80f827ab30a90f78eba16b7172b8ea089537ea2190b208843efd0269e4a2b458", kill_on_drop: false }`
[INFO] [stdout] 80f827ab30a90f78eba16b7172b8ea089537ea2190b208843efd0269e4a2b458
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=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" "+beta-2026-04-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 6326d5370cee660807ba1cd8222af1e69624618c909c2c4b17430caa9051aba4
[INFO] running `Command { std: "docker" "start" "-a" "6326d5370cee660807ba1cd8222af1e69624618c909c2c4b17430caa9051aba4", 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.05s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/rearch_effects-f73154c53f778c34)
[INFO] [stdout] 
[INFO] [stdout] running 13 tests
[INFO] [stdout] test multi::tests::multi_register_oversized ... ok
[INFO] [stdout] test overridable_capsule::tests::overridable_capsule_correctly_updates ... ok
[INFO] [stdout] test multi::tests::multi_register_right_size ... ok
[INFO] [stdout] test tests::is_first_build_changes_state ... ok
[INFO] [stdout] test tests::as_listener_gets_changes ... ok
[INFO] [stdout] test tests::lazy_transformer_invokes_init_fn ... ok
[INFO] [stdout] test tests::state_can_change ... ok
[INFO] [stdout] test tests::transformer_output_types ... ok
[INFO] [stdout] test tests::value_can_change ... ok
[INFO] [stdout] test overridable_capsule::tests::overridable_dynamic_capsules_correctly_updates ... ok
[INFO] [stdout] test tests::reducer_can_change ... ok
[INFO] [stdout] test tests::lazy_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.09s
[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.43s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "6326d5370cee660807ba1cd8222af1e69624618c909c2c4b17430caa9051aba4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6326d5370cee660807ba1cd8222af1e69624618c909c2c4b17430caa9051aba4", kill_on_drop: false }`
[INFO] [stdout] 6326d5370cee660807ba1cd8222af1e69624618c909c2c4b17430caa9051aba4
