[INFO] fetching crate entrait_macros 0.7.1...
[INFO] testing entrait_macros-0.7.1 against 1.90.0 for beta-1.91-3
[INFO] extracting crate entrait_macros 0.7.1 into /workspace/builds/worker-3-tc1/source
[INFO] started tweaking crates.io crate entrait_macros 0.7.1
[INFO] finished tweaking crates.io crate entrait_macros 0.7.1
[INFO] tweaked toml for crates.io crate entrait_macros 0.7.1 written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate entrait_macros 0.7.1 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 4 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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] f5e586523214a3b174504244b9515a3f20e6bed3558293530e8955f38db93ffd
[INFO] running `Command { std: "docker" "start" "-a" "f5e586523214a3b174504244b9515a3f20e6bed3558293530e8955f38db93ffd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f5e586523214a3b174504244b9515a3f20e6bed3558293530e8955f38db93ffd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f5e586523214a3b174504244b9515a3f20e6bed3558293530e8955f38db93ffd", kill_on_drop: false }`
[INFO] [stdout] f5e586523214a3b174504244b9515a3f20e6bed3558293530e8955f38db93ffd
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c54e46cb78d70ead8247488ac2ae10d4970634e5a229e4831af496b06a1e19f8
[INFO] running `Command { std: "docker" "start" "-a" "c54e46cb78d70ead8247488ac2ae10d4970634e5a229e4831af496b06a1e19f8", kill_on_drop: false }`
[INFO] [stderr]    Compiling entrait_macros v0.7.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: struct `AsyncTraitParams` is never constructed
[INFO] [stdout]    --> src/attributes.rs:233:12
[INFO] [stdout]     |
[INFO] [stdout] 233 | pub struct AsyncTraitParams<'a> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/generics.rs:77:10
[INFO] [stdout]    |
[INFO] [stdout] 77 |         &'i self,
[INFO] [stdout]    |          ^^ the lifetime is named here
[INFO] [stdout] 78 |         trait_dependency_mode: &'i TraitDependencyMode<'i, '_>,
[INFO] [stdout]    |                                 ^^                     ^^ the lifetime is named here
[INFO] [stdout]    |                                 |
[INFO] [stdout]    |                                 the lifetime is named here
[INFO] [stdout] 79 |         takes_self_by_value: TakesSelfByValue,
[INFO] [stdout] 80 |     ) -> ParamsGenerator<'_> {
[INFO] [stdout]    |                          -- the same lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: consistently use `'i`
[INFO] [stdout]    |
[INFO] [stdout] 80 -     ) -> ParamsGenerator<'_> {
[INFO] [stdout] 80 +     ) -> ParamsGenerator<'i> {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/generics.rs:92:10
[INFO] [stdout]    |
[INFO] [stdout] 92 |         &'i self,
[INFO] [stdout]    |          ^^ the lifetime is named here
[INFO] [stdout] 93 |         idents: &'i GenericIdents,
[INFO] [stdout]    |                  ^^ the lifetime is named here
[INFO] [stdout] 94 |         takes_self_by_value: TakesSelfByValue,
[INFO] [stdout] 95 |     ) -> ParamsGenerator<'_> {
[INFO] [stdout]    |                          -- the same lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'i`
[INFO] [stdout]    |
[INFO] [stdout] 95 -     ) -> ParamsGenerator<'_> {
[INFO] [stdout] 95 +     ) -> ParamsGenerator<'i> {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/token_util.rs:39:13
[INFO] [stdout]    |
[INFO] [stdout] 39 |     stream: &mut TokenStream,
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] 40 |     span: proc_macro2::Span,
[INFO] [stdout] 41 | ) -> Punctuator<EmptyToken, syn::token::Comma, EmptyToken> {
[INFO] [stdout]    |      ----------------------------------------------------- the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 41 | ) -> Punctuator<'_, EmptyToken, syn::token::Comma, EmptyToken> {
[INFO] [stdout]    |                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.14s
[INFO] running `Command { std: "docker" "inspect" "c54e46cb78d70ead8247488ac2ae10d4970634e5a229e4831af496b06a1e19f8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c54e46cb78d70ead8247488ac2ae10d4970634e5a229e4831af496b06a1e19f8", kill_on_drop: false }`
[INFO] [stdout] c54e46cb78d70ead8247488ac2ae10d4970634e5a229e4831af496b06a1e19f8
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] dba9d6c23a735319322bd548cd9adc364f86569ee64a548cb2e02e3695dfb4fa
[INFO] running `Command { std: "docker" "start" "-a" "dba9d6c23a735319322bd548cd9adc364f86569ee64a548cb2e02e3695dfb4fa", kill_on_drop: false }`
[INFO] [stderr]    Compiling entrait_macros v0.7.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: struct `AsyncTraitParams` is never constructed
[INFO] [stdout]    --> src/attributes.rs:233:12
[INFO] [stdout]     |
[INFO] [stdout] 233 | pub struct AsyncTraitParams<'a> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/generics.rs:77:10
[INFO] [stdout]    |
[INFO] [stdout] 77 |         &'i self,
[INFO] [stdout]    |          ^^ the lifetime is named here
[INFO] [stdout] 78 |         trait_dependency_mode: &'i TraitDependencyMode<'i, '_>,
[INFO] [stdout]    |                                 ^^                     ^^ the lifetime is named here
[INFO] [stdout]    |                                 |
[INFO] [stdout]    |                                 the lifetime is named here
[INFO] [stdout] 79 |         takes_self_by_value: TakesSelfByValue,
[INFO] [stdout] 80 |     ) -> ParamsGenerator<'_> {
[INFO] [stdout]    |                          -- the same lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: consistently use `'i`
[INFO] [stdout]    |
[INFO] [stdout] 80 -     ) -> ParamsGenerator<'_> {
[INFO] [stdout] 80 +     ) -> ParamsGenerator<'i> {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/generics.rs:92:10
[INFO] [stdout]    |
[INFO] [stdout] 92 |         &'i self,
[INFO] [stdout]    |          ^^ the lifetime is named here
[INFO] [stdout] 93 |         idents: &'i GenericIdents,
[INFO] [stdout]    |                  ^^ the lifetime is named here
[INFO] [stdout] 94 |         takes_self_by_value: TakesSelfByValue,
[INFO] [stdout] 95 |     ) -> ParamsGenerator<'_> {
[INFO] [stdout]    |                          -- the same lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'i`
[INFO] [stdout]    |
[INFO] [stdout] 95 -     ) -> ParamsGenerator<'_> {
[INFO] [stdout] 95 +     ) -> ParamsGenerator<'i> {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/token_util.rs:39:13
[INFO] [stdout]    |
[INFO] [stdout] 39 |     stream: &mut TokenStream,
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] 40 |     span: proc_macro2::Span,
[INFO] [stdout] 41 | ) -> Punctuator<EmptyToken, syn::token::Comma, EmptyToken> {
[INFO] [stdout]    |      ----------------------------------------------------- the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 41 | ) -> Punctuator<'_, EmptyToken, syn::token::Comma, EmptyToken> {
[INFO] [stdout]    |                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `AsyncTraitParams` is never constructed
[INFO] [stdout]    --> src/attributes.rs:233:12
[INFO] [stdout]     |
[INFO] [stdout] 233 | pub struct AsyncTraitParams<'a> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/generics.rs:77:10
[INFO] [stdout]    |
[INFO] [stdout] 77 |         &'i self,
[INFO] [stdout]    |          ^^ the lifetime is named here
[INFO] [stdout] 78 |         trait_dependency_mode: &'i TraitDependencyMode<'i, '_>,
[INFO] [stdout]    |                                 ^^                     ^^ the lifetime is named here
[INFO] [stdout]    |                                 |
[INFO] [stdout]    |                                 the lifetime is named here
[INFO] [stdout] 79 |         takes_self_by_value: TakesSelfByValue,
[INFO] [stdout] 80 |     ) -> ParamsGenerator<'_> {
[INFO] [stdout]    |                          -- the same lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: consistently use `'i`
[INFO] [stdout]    |
[INFO] [stdout] 80 -     ) -> ParamsGenerator<'_> {
[INFO] [stdout] 80 +     ) -> ParamsGenerator<'i> {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/generics.rs:92:10
[INFO] [stdout]    |
[INFO] [stdout] 92 |         &'i self,
[INFO] [stdout]    |          ^^ the lifetime is named here
[INFO] [stdout] 93 |         idents: &'i GenericIdents,
[INFO] [stdout]    |                  ^^ the lifetime is named here
[INFO] [stdout] 94 |         takes_self_by_value: TakesSelfByValue,
[INFO] [stdout] 95 |     ) -> ParamsGenerator<'_> {
[INFO] [stdout]    |                          -- the same lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'i`
[INFO] [stdout]    |
[INFO] [stdout] 95 -     ) -> ParamsGenerator<'_> {
[INFO] [stdout] 95 +     ) -> ParamsGenerator<'i> {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/token_util.rs:39:13
[INFO] [stdout]    |
[INFO] [stdout] 39 |     stream: &mut TokenStream,
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] 40 |     span: proc_macro2::Span,
[INFO] [stdout] 41 | ) -> Punctuator<EmptyToken, syn::token::Comma, EmptyToken> {
[INFO] [stdout]    |      ----------------------------------------------------- the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 41 | ) -> Punctuator<'_, EmptyToken, syn::token::Comma, EmptyToken> {
[INFO] [stdout]    |                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 2.90s
[INFO] running `Command { std: "docker" "inspect" "dba9d6c23a735319322bd548cd9adc364f86569ee64a548cb2e02e3695dfb4fa", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "dba9d6c23a735319322bd548cd9adc364f86569ee64a548cb2e02e3695dfb4fa", kill_on_drop: false }`
[INFO] [stdout] dba9d6c23a735319322bd548cd9adc364f86569ee64a548cb2e02e3695dfb4fa
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] dfc9baedc70f299afc4566f349a4429117423377f820ce06380a8c06c961d345
[INFO] running `Command { std: "docker" "start" "-a" "dfc9baedc70f299afc4566f349a4429117423377f820ce06380a8c06c961d345", kill_on_drop: false }`
[INFO] [stderr] warning: struct `AsyncTraitParams` is never constructed
[INFO] [stderr]    --> src/attributes.rs:233:12
[INFO] [stderr]     |
[INFO] [stderr] 233 | pub struct AsyncTraitParams<'a> {
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(dead_code)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stderr]   --> src/generics.rs:77:10
[INFO] [stderr]    |
[INFO] [stderr] 77 |         &'i self,
[INFO] [stderr]    |          ^^ the lifetime is named here
[INFO] [stderr] 78 |         trait_dependency_mode: &'i TraitDependencyMode<'i, '_>,
[INFO] [stderr]    |                                 ^^                     ^^ the lifetime is named here
[INFO] [stderr]    |                                 |
[INFO] [stderr]    |                                 the lifetime is named here
[INFO] [stderr] 79 |         takes_self_by_value: TakesSelfByValue,
[INFO] [stderr] 80 |     ) -> ParamsGenerator<'_> {
[INFO] [stderr]    |                          -- the same lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: consistently use `'i`
[INFO] [stderr]    |
[INFO] [stderr] 80 -     ) -> ParamsGenerator<'_> {
[INFO] [stderr] 80 +     ) -> ParamsGenerator<'i> {
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stderr]   --> src/generics.rs:92:10
[INFO] [stderr]    |
[INFO] [stderr] 92 |         &'i self,
[INFO] [stderr]    |          ^^ the lifetime is named here
[INFO] [stderr] 93 |         idents: &'i GenericIdents,
[INFO] [stderr]    |                  ^^ the lifetime is named here
[INFO] [stderr] 94 |         takes_self_by_value: TakesSelfByValue,
[INFO] [stderr] 95 |     ) -> ParamsGenerator<'_> {
[INFO] [stderr]    |                          -- the same lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'i`
[INFO] [stderr]    |
[INFO] [stderr] 95 -     ) -> ParamsGenerator<'_> {
[INFO] [stderr] 95 +     ) -> ParamsGenerator<'i> {
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/token_util.rs:39:13
[INFO] [stderr]    |
[INFO] [stderr] 39 |     stream: &mut TokenStream,
[INFO] [stderr]    |             ^^^^^^^^^^^^^^^^ the lifetime is elided here
[INFO] [stderr] 40 |     span: proc_macro2::Span,
[INFO] [stderr] 41 | ) -> Punctuator<EmptyToken, syn::token::Comma, EmptyToken> {
[INFO] [stderr]    |      ----------------------------------------------------- the same lifetime is hidden here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 41 | ) -> Punctuator<'_, EmptyToken, syn::token::Comma, EmptyToken> {
[INFO] [stderr]    |                 +++
[INFO] [stderr] 
[INFO] [stderr] warning: `entrait_macros` (lib) generated 4 warnings
[INFO] [stderr] warning: `entrait_macros` (lib test) generated 4 warnings (4 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.17s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/entrait_macros-58747035cc987ade)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test signature::fn_params::tests::should_not_generate_conflicts ... ok
[INFO] [stdout] test signature::fn_params::tests::should_extract_only_unambiguous_pat_idents ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests entrait_macros
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "dfc9baedc70f299afc4566f349a4429117423377f820ce06380a8c06c961d345", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "dfc9baedc70f299afc4566f349a4429117423377f820ce06380a8c06c961d345", kill_on_drop: false }`
[INFO] [stdout] dfc9baedc70f299afc4566f349a4429117423377f820ce06380a8c06c961d345
