[INFO] fetching crate nonstick 0.1.1...
[INFO] testing nonstick-0.1.1 against beta-2025-10-28 for beta-1.92-2
[INFO] extracting crate nonstick 0.1.1 into /workspace/builds/worker-1-tc2/source
[INFO] removed /workspace/builds/worker-1-tc2/source/rust-toolchain.toml
[INFO] started tweaking crates.io crate nonstick 0.1.1
[INFO] finished tweaking crates.io crate nonstick 0.1.1
[INFO] tweaked toml for crates.io crate nonstick 0.1.1 written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate nonstick 0.1.1 on toolchain beta-2025-10-28
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "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-10-28" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]      Locking 5 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-10-28" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] b5b45e619214f086cd2709645238b95f487eca479dd86032d010ee975db91470
[INFO] running `Command { std: "docker" "start" "-a" "b5b45e619214f086cd2709645238b95f487eca479dd86032d010ee975db91470", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b5b45e619214f086cd2709645238b95f487eca479dd86032d010ee975db91470", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b5b45e619214f086cd2709645238b95f487eca479dd86032d010ee975db91470", kill_on_drop: false }`
[INFO] [stdout] b5b45e619214f086cd2709645238b95f487eca479dd86032d010ee975db91470
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] dade73b0ca7e5f24262bcf7cb1777384ae4f7456573ae40250124d09d9a4a34e
[INFO] running `Command { std: "docker" "start" "-a" "dade73b0ca7e5f24262bcf7cb1777384ae4f7456573ae40250124d09d9a4a34e", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.177
[INFO] [stderr]    Compiling libpam-sys-impls v0.2.0
[INFO] [stderr]    Compiling libpam-sys v0.2.0
[INFO] [stderr]    Compiling libpam-sys-helpers v0.2.0
[INFO] [stderr]    Compiling nonstick v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/handle.rs:58:16
[INFO] [stdout]    |
[INFO] [stdout] 58 |     fn environ(&self) -> impl EnvironMap;
[INFO] [stdout]    |                ^^^^^     ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                |
[INFO] [stdout]    |                the 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: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 58 |     fn environ(&self) -> impl EnvironMap<'_>;
[INFO] [stdout]    |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/handle.rs:68:20
[INFO] [stdout]    |
[INFO] [stdout] 68 |     fn environ_mut(&mut self) -> impl EnvironMapMut;
[INFO] [stdout]    |                    ^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                    |
[INFO] [stdout]    |                    the 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: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 68 |     fn environ_mut(&mut self) -> impl EnvironMapMut<'_>;
[INFO] [stdout]    |                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/handle.rs:82:14
[INFO] [stdout]    |
[INFO] [stdout] 82 |     fn items(&self) -> impl Items;
[INFO] [stdout]    |              ^^^^^     ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |              |
[INFO] [stdout]    |              the 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: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 82 |     fn items(&self) -> impl Items<'_>;
[INFO] [stdout]    |                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/handle.rs:92:18
[INFO] [stdout]    |
[INFO] [stdout] 92 |     fn items_mut(&mut self) -> impl ItemsMut;
[INFO] [stdout]    |                  ^^^^^^^^^     ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                  |
[INFO] [stdout]    |                  the 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: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 92 |     fn items_mut(&mut self) -> impl ItemsMut<'_>;
[INFO] [stdout]    |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/libpam/handle.rs:213:18
[INFO] [stdout]     |
[INFO] [stdout] 213 |         fn $meth(&self $(, $param: $typ)*) -> $ret {
[INFO] [stdout]     |                  ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 247 |     delegate!(fn environ(&self) -> impl EnvironMap);
[INFO] [stdout]     |     -------------------------------^^^^^^^^^^^^^^^-
[INFO] [stdout]     |     |                              |
[INFO] [stdout]     |     |                              the same lifetime is hidden here
[INFO] [stdout]     |     in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `delegate` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 247 |     delegate!(fn environ(&self) -> impl EnvironMap<'_>);
[INFO] [stdout]     |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/libpam/handle.rs:218:18
[INFO] [stdout]     |
[INFO] [stdout] 218 |         fn $meth(&mut self $(, $param: $typ)*) -> $ret {
[INFO] [stdout]     |                  ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 248 |     delegate!(fn environ_mut(&mut self) -> impl EnvironMapMut);
[INFO] [stdout]     |     ---------------------------------------^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |     |                                      |
[INFO] [stdout]     |     |                                      the same lifetime is hidden here
[INFO] [stdout]     |     in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `delegate` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 248 |     delegate!(fn environ_mut(&mut self) -> impl EnvironMapMut<'_>);
[INFO] [stdout]     |                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/libpam/handle.rs:213:18
[INFO] [stdout]     |
[INFO] [stdout] 213 |         fn $meth(&self $(, $param: $typ)*) -> $ret {
[INFO] [stdout]     |                  ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 250 |     delegate!(fn items(&self) -> impl Items);
[INFO] [stdout]     |     -----------------------------^^^^^^^^^^-
[INFO] [stdout]     |     |                            |
[INFO] [stdout]     |     |                            the same lifetime is hidden here
[INFO] [stdout]     |     in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `delegate` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 250 |     delegate!(fn items(&self) -> impl Items<'_>);
[INFO] [stdout]     |                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/libpam/handle.rs:218:18
[INFO] [stdout]     |
[INFO] [stdout] 218 |         fn $meth(&mut self $(, $param: $typ)*) -> $ret {
[INFO] [stdout]     |                  ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 251 |     delegate!(fn items_mut(&mut self) -> impl ItemsMut);
[INFO] [stdout]     |     -------------------------------------^^^^^^^^^^^^^-
[INFO] [stdout]     |     |                                    |
[INFO] [stdout]     |     |                                    the same lifetime is hidden here
[INFO] [stdout]     |     in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `delegate` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 251 |     delegate!(fn items_mut(&mut self) -> impl ItemsMut<'_>);
[INFO] [stdout]     |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/libpam/handle.rs:379:16
[INFO] [stdout]     |
[INFO] [stdout] 379 |     fn environ(&self) -> impl EnvironMap {
[INFO] [stdout]     |                ^^^^^     ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                |
[INFO] [stdout]     |                the 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: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 379 |     fn environ(&self) -> impl EnvironMap<'_> {
[INFO] [stdout]     |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/libpam/handle.rs:383:20
[INFO] [stdout]     |
[INFO] [stdout] 383 |     fn environ_mut(&mut self) -> impl EnvironMapMut {
[INFO] [stdout]     |                    ^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                    |
[INFO] [stdout]     |                    the 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: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 383 |     fn environ_mut(&mut self) -> impl EnvironMapMut<'_> {
[INFO] [stdout]     |                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/libpam/handle.rs:387:14
[INFO] [stdout]     |
[INFO] [stdout] 387 |     fn items(&self) -> impl Items {
[INFO] [stdout]     |              ^^^^^     ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |              |
[INFO] [stdout]     |              the 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: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 387 |     fn items(&self) -> impl Items<'_> {
[INFO] [stdout]     |                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/libpam/handle.rs:391:18
[INFO] [stdout]     |
[INFO] [stdout] 391 |     fn items_mut(&mut self) -> impl ItemsMut {
[INFO] [stdout]     |                  ^^^^^^^^^     ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                  |
[INFO] [stdout]     |                  the 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: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 391 |     fn items_mut(&mut self) -> impl ItemsMut<'_> {
[INFO] [stdout]     |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.56s
[INFO] running `Command { std: "docker" "inspect" "dade73b0ca7e5f24262bcf7cb1777384ae4f7456573ae40250124d09d9a4a34e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "dade73b0ca7e5f24262bcf7cb1777384ae4f7456573ae40250124d09d9a4a34e", kill_on_drop: false }`
[INFO] [stdout] dade73b0ca7e5f24262bcf7cb1777384ae4f7456573ae40250124d09d9a4a34e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ddacf10568e22eb7f110913aa66125772c15af8aa37c2ecba79ee898c3d5195b
[INFO] running `Command { std: "docker" "start" "-a" "ddacf10568e22eb7f110913aa66125772c15af8aa37c2ecba79ee898c3d5195b", kill_on_drop: false }`
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/handle.rs:58:16
[INFO] [stdout]    |
[INFO] [stdout] 58 |     fn environ(&self) -> impl EnvironMap;
[INFO] [stdout]    |                ^^^^^     ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                |
[INFO] [stdout]    |                the 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: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 58 |     fn environ(&self) -> impl EnvironMap<'_>;
[INFO] [stdout]    |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/handle.rs:68:20
[INFO] [stdout]    |
[INFO] [stdout] 68 |     fn environ_mut(&mut self) -> impl EnvironMapMut;
[INFO] [stdout]    |                    ^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                    |
[INFO] [stdout]    |                    the 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: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 68 |     fn environ_mut(&mut self) -> impl EnvironMapMut<'_>;
[INFO] [stdout]    |                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/handle.rs:82:14
[INFO] [stdout]    |
[INFO] [stdout] 82 |     fn items(&self) -> impl Items;
[INFO] [stdout]    |              ^^^^^     ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |              |
[INFO] [stdout]    |              the 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: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 82 |     fn items(&self) -> impl Items<'_>;
[INFO] [stdout]    |                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/handle.rs:92:18
[INFO] [stdout]    |
[INFO] [stdout] 92 |     fn items_mut(&mut self) -> impl ItemsMut;
[INFO] [stdout]    |                  ^^^^^^^^^     ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                  |
[INFO] [stdout]    |                  the 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: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 92 |     fn items_mut(&mut self) -> impl ItemsMut<'_>;
[INFO] [stdout]    |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/libpam/handle.rs:213:18
[INFO] [stdout]     |
[INFO] [stdout] 213 |         fn $meth(&self $(, $param: $typ)*) -> $ret {
[INFO] [stdout]     |                  ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 247 |     delegate!(fn environ(&self) -> impl EnvironMap);
[INFO] [stdout]     |     -------------------------------^^^^^^^^^^^^^^^-
[INFO] [stdout]     |     |                              |
[INFO] [stdout]     |     |                              the same lifetime is hidden here
[INFO] [stdout]     |     in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `delegate` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 247 |     delegate!(fn environ(&self) -> impl EnvironMap<'_>);
[INFO] [stdout]     |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/libpam/handle.rs:218:18
[INFO] [stdout]     |
[INFO] [stdout] 218 |         fn $meth(&mut self $(, $param: $typ)*) -> $ret {
[INFO] [stdout]     |                  ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 248 |     delegate!(fn environ_mut(&mut self) -> impl EnvironMapMut);
[INFO] [stdout]     |     ---------------------------------------^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |     |                                      |
[INFO] [stdout]     |     |                                      the same lifetime is hidden here
[INFO] [stdout]     |     in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `delegate` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 248 |     delegate!(fn environ_mut(&mut self) -> impl EnvironMapMut<'_>);
[INFO] [stdout]     |                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/libpam/handle.rs:213:18
[INFO] [stdout]     |
[INFO] [stdout] 213 |         fn $meth(&self $(, $param: $typ)*) -> $ret {
[INFO] [stdout]     |                  ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 250 |     delegate!(fn items(&self) -> impl Items);
[INFO] [stdout]     |     -----------------------------^^^^^^^^^^-
[INFO] [stdout]     |     |                            |
[INFO] [stdout]     |     |                            the same lifetime is hidden here
[INFO] [stdout]     |     in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `delegate` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 250 |     delegate!(fn items(&self) -> impl Items<'_>);
[INFO] [stdout]     |                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/libpam/handle.rs:218:18
[INFO] [stdout]     |
[INFO] [stdout] 218 |         fn $meth(&mut self $(, $param: $typ)*) -> $ret {
[INFO] [stdout]     |                  ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 251 |     delegate!(fn items_mut(&mut self) -> impl ItemsMut);
[INFO] [stdout]     |     -------------------------------------^^^^^^^^^^^^^-
[INFO] [stdout]     |     |                                    |
[INFO] [stdout]     |     |                                    the same lifetime is hidden here
[INFO] [stdout]     |     in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `delegate` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 251 |     delegate!(fn items_mut(&mut self) -> impl ItemsMut<'_>);
[INFO] [stdout]     |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling nonstick v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/libpam/handle.rs:379:16
[INFO] [stdout]     |
[INFO] [stdout] 379 |     fn environ(&self) -> impl EnvironMap {
[INFO] [stdout]     |                ^^^^^     ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                |
[INFO] [stdout]     |                the 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: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 379 |     fn environ(&self) -> impl EnvironMap<'_> {
[INFO] [stdout]     |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/libpam/handle.rs:383:20
[INFO] [stdout]     |
[INFO] [stdout] 383 |     fn environ_mut(&mut self) -> impl EnvironMapMut {
[INFO] [stdout]     |                    ^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                    |
[INFO] [stdout]     |                    the 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: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 383 |     fn environ_mut(&mut self) -> impl EnvironMapMut<'_> {
[INFO] [stdout]     |                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/libpam/handle.rs:387:14
[INFO] [stdout]     |
[INFO] [stdout] 387 |     fn items(&self) -> impl Items {
[INFO] [stdout]     |              ^^^^^     ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |              |
[INFO] [stdout]     |              the 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: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 387 |     fn items(&self) -> impl Items<'_> {
[INFO] [stdout]     |                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/libpam/handle.rs:391:18
[INFO] [stdout]     |
[INFO] [stdout] 391 |     fn items_mut(&mut self) -> impl ItemsMut {
[INFO] [stdout]     |                  ^^^^^^^^^     ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                  |
[INFO] [stdout]     |                  the 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: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 391 |     fn items_mut(&mut self) -> impl ItemsMut<'_> {
[INFO] [stdout]     |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/handle.rs:58:16
[INFO] [stdout]    |
[INFO] [stdout] 58 |     fn environ(&self) -> impl EnvironMap;
[INFO] [stdout]    |                ^^^^^     ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                |
[INFO] [stdout]    |                the 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: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 58 |     fn environ(&self) -> impl EnvironMap<'_>;
[INFO] [stdout]    |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/handle.rs:68:20
[INFO] [stdout]    |
[INFO] [stdout] 68 |     fn environ_mut(&mut self) -> impl EnvironMapMut;
[INFO] [stdout]    |                    ^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                    |
[INFO] [stdout]    |                    the 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: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 68 |     fn environ_mut(&mut self) -> impl EnvironMapMut<'_>;
[INFO] [stdout]    |                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/handle.rs:82:14
[INFO] [stdout]    |
[INFO] [stdout] 82 |     fn items(&self) -> impl Items;
[INFO] [stdout]    |              ^^^^^     ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |              |
[INFO] [stdout]    |              the 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: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 82 |     fn items(&self) -> impl Items<'_>;
[INFO] [stdout]    |                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/handle.rs:92:18
[INFO] [stdout]    |
[INFO] [stdout] 92 |     fn items_mut(&mut self) -> impl ItemsMut;
[INFO] [stdout]    |                  ^^^^^^^^^     ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                  |
[INFO] [stdout]    |                  the 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: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 92 |     fn items_mut(&mut self) -> impl ItemsMut<'_>;
[INFO] [stdout]    |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/libpam/handle.rs:213:18
[INFO] [stdout]     |
[INFO] [stdout] 213 |         fn $meth(&self $(, $param: $typ)*) -> $ret {
[INFO] [stdout]     |                  ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 247 |     delegate!(fn environ(&self) -> impl EnvironMap);
[INFO] [stdout]     |     -------------------------------^^^^^^^^^^^^^^^-
[INFO] [stdout]     |     |                              |
[INFO] [stdout]     |     |                              the same lifetime is hidden here
[INFO] [stdout]     |     in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `delegate` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 247 |     delegate!(fn environ(&self) -> impl EnvironMap<'_>);
[INFO] [stdout]     |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/libpam/handle.rs:218:18
[INFO] [stdout]     |
[INFO] [stdout] 218 |         fn $meth(&mut self $(, $param: $typ)*) -> $ret {
[INFO] [stdout]     |                  ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 248 |     delegate!(fn environ_mut(&mut self) -> impl EnvironMapMut);
[INFO] [stdout]     |     ---------------------------------------^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |     |                                      |
[INFO] [stdout]     |     |                                      the same lifetime is hidden here
[INFO] [stdout]     |     in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `delegate` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 248 |     delegate!(fn environ_mut(&mut self) -> impl EnvironMapMut<'_>);
[INFO] [stdout]     |                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/libpam/handle.rs:213:18
[INFO] [stdout]     |
[INFO] [stdout] 213 |         fn $meth(&self $(, $param: $typ)*) -> $ret {
[INFO] [stdout]     |                  ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 250 |     delegate!(fn items(&self) -> impl Items);
[INFO] [stdout]     |     -----------------------------^^^^^^^^^^-
[INFO] [stdout]     |     |                            |
[INFO] [stdout]     |     |                            the same lifetime is hidden here
[INFO] [stdout]     |     in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `delegate` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 250 |     delegate!(fn items(&self) -> impl Items<'_>);
[INFO] [stdout]     |                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/libpam/handle.rs:218:18
[INFO] [stdout]     |
[INFO] [stdout] 218 |         fn $meth(&mut self $(, $param: $typ)*) -> $ret {
[INFO] [stdout]     |                  ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 251 |     delegate!(fn items_mut(&mut self) -> impl ItemsMut);
[INFO] [stdout]     |     -------------------------------------^^^^^^^^^^^^^-
[INFO] [stdout]     |     |                                    |
[INFO] [stdout]     |     |                                    the same lifetime is hidden here
[INFO] [stdout]     |     in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `delegate` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 251 |     delegate!(fn items_mut(&mut self) -> impl ItemsMut<'_>);
[INFO] [stdout]     |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/libpam/handle.rs:379:16
[INFO] [stdout]     |
[INFO] [stdout] 379 |     fn environ(&self) -> impl EnvironMap {
[INFO] [stdout]     |                ^^^^^     ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                |
[INFO] [stdout]     |                the 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: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 379 |     fn environ(&self) -> impl EnvironMap<'_> {
[INFO] [stdout]     |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/libpam/handle.rs:383:20
[INFO] [stdout]     |
[INFO] [stdout] 383 |     fn environ_mut(&mut self) -> impl EnvironMapMut {
[INFO] [stdout]     |                    ^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                    |
[INFO] [stdout]     |                    the 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: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 383 |     fn environ_mut(&mut self) -> impl EnvironMapMut<'_> {
[INFO] [stdout]     |                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/libpam/handle.rs:387:14
[INFO] [stdout]     |
[INFO] [stdout] 387 |     fn items(&self) -> impl Items {
[INFO] [stdout]     |              ^^^^^     ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |              |
[INFO] [stdout]     |              the 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: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 387 |     fn items(&self) -> impl Items<'_> {
[INFO] [stdout]     |                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/libpam/handle.rs:391:18
[INFO] [stdout]     |
[INFO] [stdout] 391 |     fn items_mut(&mut self) -> impl ItemsMut {
[INFO] [stdout]     |                  ^^^^^^^^^     ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                  |
[INFO] [stdout]     |                  the 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: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 391 |     fn items_mut(&mut self) -> impl ItemsMut<'_> {
[INFO] [stdout]     |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.09s
[INFO] running `Command { std: "docker" "inspect" "ddacf10568e22eb7f110913aa66125772c15af8aa37c2ecba79ee898c3d5195b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ddacf10568e22eb7f110913aa66125772c15af8aa37c2ecba79ee898c3d5195b", kill_on_drop: false }`
[INFO] [stdout] ddacf10568e22eb7f110913aa66125772c15af8aa37c2ecba79ee898c3d5195b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] ab16201e160f29102745f4fb79f884b4f4e9d3fbfd0a0ddcda9cbfc687abab4f
[INFO] running `Command { std: "docker" "start" "-a" "ab16201e160f29102745f4fb79f884b4f4e9d3fbfd0a0ddcda9cbfc687abab4f", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/handle.rs:58:16
[INFO] [stderr]    |
[INFO] [stderr] 58 |     fn environ(&self) -> impl EnvironMap;
[INFO] [stderr]    |                ^^^^^     ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                |
[INFO] [stderr]    |                the 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: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 58 |     fn environ(&self) -> impl EnvironMap<'_>;
[INFO] [stderr]    |                                         ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/handle.rs:68:20
[INFO] [stderr]    |
[INFO] [stderr] 68 |     fn environ_mut(&mut self) -> impl EnvironMapMut;
[INFO] [stderr]    |                    ^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                    |
[INFO] [stderr]    |                    the 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: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 68 |     fn environ_mut(&mut self) -> impl EnvironMapMut<'_>;
[INFO] [stderr]    |                                                    ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/handle.rs:82:14
[INFO] [stderr]    |
[INFO] [stderr] 82 |     fn items(&self) -> impl Items;
[INFO] [stderr]    |              ^^^^^     ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |              |
[INFO] [stderr]    |              the 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: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 82 |     fn items(&self) -> impl Items<'_>;
[INFO] [stderr]    |                                  ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/handle.rs:92:18
[INFO] [stderr]    |
[INFO] [stderr] 92 |     fn items_mut(&mut self) -> impl ItemsMut;
[INFO] [stderr]    |                  ^^^^^^^^^     ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                  |
[INFO] [stderr]    |                  the 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: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 92 |     fn items_mut(&mut self) -> impl ItemsMut<'_>;
[INFO] [stderr]    |                                             ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/libpam/handle.rs:213:18
[INFO] [stderr]     |
[INFO] [stderr] 213 |         fn $meth(&self $(, $param: $typ)*) -> $ret {
[INFO] [stderr]     |                  ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 247 |     delegate!(fn environ(&self) -> impl EnvironMap);
[INFO] [stderr]     |     -------------------------------^^^^^^^^^^^^^^^-
[INFO] [stderr]     |     |                              |
[INFO] [stderr]     |     |                              the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `delegate` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 247 |     delegate!(fn environ(&self) -> impl EnvironMap<'_>);
[INFO] [stderr]     |                                                   ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/libpam/handle.rs:218:18
[INFO] [stderr]     |
[INFO] [stderr] 218 |         fn $meth(&mut self $(, $param: $typ)*) -> $ret {
[INFO] [stderr]     |                  ^^^^^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 248 |     delegate!(fn environ_mut(&mut self) -> impl EnvironMapMut);
[INFO] [stderr]     |     ---------------------------------------^^^^^^^^^^^^^^^^^^-
[INFO] [stderr]     |     |                                      |
[INFO] [stderr]     |     |                                      the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `delegate` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 248 |     delegate!(fn environ_mut(&mut self) -> impl EnvironMapMut<'_>);
[INFO] [stderr]     |                                                              ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/libpam/handle.rs:213:18
[INFO] [stderr]     |
[INFO] [stderr] 213 |         fn $meth(&self $(, $param: $typ)*) -> $ret {
[INFO] [stderr]     |                  ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 250 |     delegate!(fn items(&self) -> impl Items);
[INFO] [stderr]     |     -----------------------------^^^^^^^^^^-
[INFO] [stderr]     |     |                            |
[INFO] [stderr]     |     |                            the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `delegate` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 250 |     delegate!(fn items(&self) -> impl Items<'_>);
[INFO] [stderr]     |                                            ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/libpam/handle.rs:218:18
[INFO] [stderr]     |
[INFO] [stderr] 218 |         fn $meth(&mut self $(, $param: $typ)*) -> $ret {
[INFO] [stderr]     |                  ^^^^^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 251 |     delegate!(fn items_mut(&mut self) -> impl ItemsMut);
[INFO] [stderr]     |     -------------------------------------^^^^^^^^^^^^^-
[INFO] [stderr]     |     |                                    |
[INFO] [stderr]     |     |                                    the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `delegate` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 251 |     delegate!(fn items_mut(&mut self) -> impl ItemsMut<'_>);
[INFO] [stderr]     |                                                       ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/libpam/handle.rs:379:16
[INFO] [stderr]     |
[INFO] [stderr] 379 |     fn environ(&self) -> impl EnvironMap {
[INFO] [stderr]     |                ^^^^^     ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                |
[INFO] [stderr]     |                the 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: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 379 |     fn environ(&self) -> impl EnvironMap<'_> {
[INFO] [stderr]     |                                         ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/libpam/handle.rs:383:20
[INFO] [stderr]     |
[INFO] [stderr] 383 |     fn environ_mut(&mut self) -> impl EnvironMapMut {
[INFO] [stderr]     |                    ^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                    |
[INFO] [stderr]     |                    the 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: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 383 |     fn environ_mut(&mut self) -> impl EnvironMapMut<'_> {
[INFO] [stderr]     |                                                    ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/libpam/handle.rs:387:14
[INFO] [stderr]     |
[INFO] [stderr] 387 |     fn items(&self) -> impl Items {
[INFO] [stderr]     |              ^^^^^     ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |              |
[INFO] [stderr]     |              the 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: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 387 |     fn items(&self) -> impl Items<'_> {
[INFO] [stderr]     |                                  ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/libpam/handle.rs:391:18
[INFO] [stderr]     |
[INFO] [stderr] 391 |     fn items_mut(&mut self) -> impl ItemsMut {
[INFO] [stderr]     |                  ^^^^^^^^^     ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                  |
[INFO] [stderr]     |                  the 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: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 391 |     fn items_mut(&mut self) -> impl ItemsMut<'_> {
[INFO] [stderr]     |                                             ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `nonstick` (lib) generated 12 warnings (run `cargo fix --lib -p nonstick` to apply 12 suggestions)
[INFO] [stderr] warning: `nonstick` (lib test) generated 12 warnings (12 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/nonstick-b1cd51329dfa72cd)
[INFO] [stdout] 
[INFO] [stdout] running 20 tests
[INFO] [stdout] test constants::tests::test_flag_enums ... ok
[INFO] [stdout] test constants::tests::test_flags ... ok
[INFO] [stdout] test constants::tests::test_enums ... ok
[INFO] [stdout] test libpam::answer::tests::test_binary_answer_too_big ... ignored
[INFO] [stdout] test conv::tests::test_demux ... ok
[INFO] [stdout] test libpam::answer::tests::test_binary_answer ... ok
[INFO] [stdout] test libpam::answer::tests::test_round_trip ... ok
[INFO] [stdout] test libpam::answer::tests::test_text_answer ... ok
[INFO] [stdout] test libpam::environ::tests::test_iter_partial ... ok
[INFO] [stdout] test libpam::environ::tests::test_split_kv ... ok
[INFO] [stdout] test libpam::environ::tests::test_iter ... ok
[INFO] [stdout] test libpam::memory::tests::test_box ... ok
[INFO] [stdout] test libpam::memory::tests::test_option_str ... ok
[INFO] [stdout] test logging::tests::test_logging ... ok
[INFO] [stdout] test libpam::memory::tests::test_prompt ... ok
[INFO] [stdout] test libpam::question::tests::standard ... ok
[INFO] [stdout] test libpam::memory::tests::test_strings ... ok
[INFO] [stdout] test libpam::memory::tests::test_nul_cstr - should panic ... ok
[INFO] [stdout] test libpam::memory::tests::test_nul_string - should panic ... ok
[INFO] [stderr]    Doc-tests nonstick
[INFO] [stdout] test libpam::answer::tests::test_text_answer_nul - should panic ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 19 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.04s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 26 tests
[INFO] [stdout] test src/_doc.rs - _doc::guide (line 67) ... ignored
[INFO] [stdout] test src/_doc.rs - _doc::linklist (line 9) ... ignored
[INFO] [stdout] test src/_doc.rs - _doc::man7 (line 89) ... ignored
[INFO] [stdout] test src/_doc.rs - _doc::manbsd (line 119) ... ignored
[INFO] [stdout] test src/_doc.rs - _doc::mansun (line 144) ... ignored
[INFO] [stdout] test src/_doc.rs - _doc::stdlinks (line 212) ... ignored
[INFO] [stdout] test src/_doc.rs - _doc::xsso (line 184) ... ignored
[INFO] [stdout] test src/handle.rs - handle::ModuleClient::authtok (line 169) - compile ... ok
[INFO] [stdout] test src/logging.rs - logging::Logger::log (line 35) - compile ... ok
[INFO] [stdout] test src/logging.rs - logging::info (line 175) - compile ... ok
[INFO] [stdout] test src/lib.rs - (line 23) ... ok
[INFO] [stdout] test src/logging.rs - logging::warn (line 154) - compile ... ok
[INFO] [stdout] test src/handle.rs - handle::ModuleClient::set_module_data (line 264) ... ok
[INFO] [stdout] test src/logging.rs - logging::error (line 134) - compile ... ok
[INFO] [stdout] test src/libpam/module.rs - libpam::module::pam_export (line 18) - compile ... ok
[INFO] [stdout] test src/handle.rs - handle::ModuleClient::get_module_data (line 212) ... ok
[INFO] [stdout] test src/logging.rs - logging::debug (line 192) - compile ... ok
[INFO] [stdout] test src/handle.rs - handle::ModuleClient::set_module_data (line 286) ... ok
[INFO] [stdout] test src/handle.rs - handle::PamShared::username (line 38) - compile ... ok
[INFO] [stdout] test src/handle.rs - handle::ModuleClient::old_authtok (line 193) - compile ... ok
[INFO] [stdout] test src/conv.rs - conv::Exchange<'_>::set_error (line 30) ... ok
[INFO] [stdout] test src/conv.rs - conv::conversation_func (line 246) ... ok
[INFO] [stdout] test src/conv.rs - conv::ConversationAdapter (line 290) ... ok
[INFO] [stdout] test src/handle.rs - handle::ModuleClient::set_module_data (line 249) ... ok
[INFO] [stdout] test src/lib.rs - (line 106) ... ok
[INFO] [stdout] test src/conv.rs - conv::ConversationAdapter (line 303) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 19 passed; 0 failed; 7 ignored; 0 measured; 0 filtered out; finished in 0.74s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "ab16201e160f29102745f4fb79f884b4f4e9d3fbfd0a0ddcda9cbfc687abab4f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ab16201e160f29102745f4fb79f884b4f4e9d3fbfd0a0ddcda9cbfc687abab4f", kill_on_drop: false }`
[INFO] [stdout] ab16201e160f29102745f4fb79f884b4f4e9d3fbfd0a0ddcda9cbfc687abab4f
