[INFO] fetching crate entrait_macros 0.7.1... [INFO] testing entrait_macros-0.7.1 against beta-2025-09-21 for beta-1.91-3 [INFO] extracting crate entrait_macros 0.7.1 into /workspace/builds/worker-3-tc2/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-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate entrait_macros 0.7.1 on toolchain beta-2025-09-21 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-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-2025-09-21" "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" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c97da9a6b8aecff1adcfe0c3611c5eb026c97e82a858d286c6ab0bd6adb57e73 [INFO] running `Command { std: "docker" "start" "-a" "c97da9a6b8aecff1adcfe0c3611c5eb026c97e82a858d286c6ab0bd6adb57e73", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c97da9a6b8aecff1adcfe0c3611c5eb026c97e82a858d286c6ab0bd6adb57e73", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c97da9a6b8aecff1adcfe0c3611c5eb026c97e82a858d286c6ab0bd6adb57e73", kill_on_drop: false }` [INFO] [stdout] c97da9a6b8aecff1adcfe0c3611c5eb026c97e82a858d286c6ab0bd6adb57e73 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0e1033368c52b2fe9d116f2e41140ec7dba57d217b8fff7fdce47e2653c1737a [INFO] running `Command { std: "docker" "start" "-a" "0e1033368c52b2fe9d116f2e41140ec7dba57d217b8fff7fdce47e2653c1737a", 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)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/generics.rs:80:26 [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:95:26 [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 { [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 1.96s [INFO] running `Command { std: "docker" "inspect" "0e1033368c52b2fe9d116f2e41140ec7dba57d217b8fff7fdce47e2653c1737a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0e1033368c52b2fe9d116f2e41140ec7dba57d217b8fff7fdce47e2653c1737a", kill_on_drop: false }` [INFO] [stdout] 0e1033368c52b2fe9d116f2e41140ec7dba57d217b8fff7fdce47e2653c1737a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9fb8ca76857bae1897efcc89dec2fa799f2f33347786ea5caf840a93505343e1 [INFO] running `Command { std: "docker" "start" "-a" "9fb8ca76857bae1897efcc89dec2fa799f2f33347786ea5caf840a93505343e1", 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)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/generics.rs:80:26 [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:95:26 [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 { [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)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/generics.rs:80:26 [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:95:26 [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 { [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.74s [INFO] running `Command { std: "docker" "inspect" "9fb8ca76857bae1897efcc89dec2fa799f2f33347786ea5caf840a93505343e1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9fb8ca76857bae1897efcc89dec2fa799f2f33347786ea5caf840a93505343e1", kill_on_drop: false }` [INFO] [stdout] 9fb8ca76857bae1897efcc89dec2fa799f2f33347786ea5caf840a93505343e1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 0d19b2a37eb3b893a558043d2ab5f38189a9fde12710260b365424d1d030e71a [INFO] running `Command { std: "docker" "start" "-a" "0d19b2a37eb3b893a558043d2ab5f38189a9fde12710260b365424d1d030e71a", 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)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stderr] --> src/generics.rs:80:26 [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:95:26 [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 { [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 (run `cargo fix --lib -p entrait_macros` to apply 3 suggestions) [INFO] [stderr] warning: `entrait_macros` (lib test) generated 4 warnings (4 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/entrait_macros-764b2bf2001d625f) [INFO] [stderr] Doc-tests entrait_macros [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] [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" "0d19b2a37eb3b893a558043d2ab5f38189a9fde12710260b365424d1d030e71a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0d19b2a37eb3b893a558043d2ab5f38189a9fde12710260b365424d1d030e71a", kill_on_drop: false }` [INFO] [stdout] 0d19b2a37eb3b893a558043d2ab5f38189a9fde12710260b365424d1d030e71a