[INFO] fetching crate packed_flags 0.9.0...
[INFO] testing packed_flags-0.9.0 against beta-2026-04-21 for beta-1.96-2
[INFO] extracting crate packed_flags 0.9.0 into /workspace/builds/worker-3-tc2/source
[INFO] started tweaking crates.io crate packed_flags 0.9.0
[INFO] finished tweaking crates.io crate packed_flags 0.9.0
[INFO] tweaked toml for crates.io crate packed_flags 0.9.0 written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate packed_flags 0.9.0 on toolchain beta-2026-04-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]      Locking 7 packages to latest compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] 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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 3860fc8c956bf55edc51528aea76b3e89df6bc28365147e5a2f2354670b11ede
[INFO] running `Command { std: "docker" "start" "-a" "3860fc8c956bf55edc51528aea76b3e89df6bc28365147e5a2f2354670b11ede", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3860fc8c956bf55edc51528aea76b3e89df6bc28365147e5a2f2354670b11ede", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3860fc8c956bf55edc51528aea76b3e89df6bc28365147e5a2f2354670b11ede", kill_on_drop: false }`
[INFO] [stdout] 3860fc8c956bf55edc51528aea76b3e89df6bc28365147e5a2f2354670b11ede
[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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0a8faa7643efd483dbf2d653e116744be3e4889385c4c5f31bc15a4ee934d247
[INFO] running `Command { std: "docker" "start" "-a" "0a8faa7643efd483dbf2d653e116744be3e4889385c4c5f31bc15a4ee934d247", kill_on_drop: false }`
[INFO] [stderr]    Compiling packed_flags v0.9.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/bit128.rs:142:13
[INFO] [stdout]     |
[INFO] [stdout] 142 |     fn iter(&self) -> flag_iter::Iter<Self> {
[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] 142 |     fn iter(&self) -> flag_iter::Iter<'_, Self> {
[INFO] [stdout]     |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/bit32.rs:142:13
[INFO] [stdout]     |
[INFO] [stdout] 142 |     fn iter(&self) -> flag_iter::Iter<Self> {
[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] 142 |     fn iter(&self) -> flag_iter::Iter<'_, Self> {
[INFO] [stdout]     |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/bit64.rs:142:13
[INFO] [stdout]     |
[INFO] [stdout] 142 |     fn iter(&self) -> flag_iter::Iter<Self> {
[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] 142 |     fn iter(&self) -> flag_iter::Iter<'_, Self> {
[INFO] [stdout]     |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/bitlong.rs:194:13
[INFO] [stdout]     |
[INFO] [stdout] 194 |     fn iter(&self) -> flag_iter::Iter<Self> {
[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] 194 |     fn iter(&self) -> flag_iter::Iter<'_, Self> {
[INFO] [stdout]     |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/bitsize.rs:147:13
[INFO] [stdout]     |
[INFO] [stdout] 147 |     fn iter(&self) -> flag_iter::Iter<Self> {
[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] 147 |     fn iter(&self) -> flag_iter::Iter<'_, Self> {
[INFO] [stdout]     |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/flagls.rs:268:13
[INFO] [stdout]     |
[INFO] [stdout] 268 |     fn iter(&self) -> flag_iter::Iter<Self>;
[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] 268 |     fn iter(&self) -> flag_iter::Iter<'_, Self>;
[INFO] [stdout]     |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/flag_iter.rs:13:20
[INFO] [stdout]    |
[INFO] [stdout] 13 |     pub fn new(ls: &T) -> Iter<T> {
[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] 13 |     pub fn new(ls: &T) -> Iter<'_, T> {
[INFO] [stdout]    |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
[INFO] running `Command { std: "docker" "inspect" "0a8faa7643efd483dbf2d653e116744be3e4889385c4c5f31bc15a4ee934d247", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0a8faa7643efd483dbf2d653e116744be3e4889385c4c5f31bc15a4ee934d247", kill_on_drop: false }`
[INFO] [stdout] 0a8faa7643efd483dbf2d653e116744be3e4889385c4c5f31bc15a4ee934d247
[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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5a83f70eb48e570bbb465483298b356c1d93fc7835c7214a6f78157e14952f23
[INFO] running `Command { std: "docker" "start" "-a" "5a83f70eb48e570bbb465483298b356c1d93fc7835c7214a6f78157e14952f23", kill_on_drop: false }`
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/bit128.rs:142:13
[INFO] [stdout]     |
[INFO] [stdout] 142 |     fn iter(&self) -> flag_iter::Iter<Self> {
[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] 142 |     fn iter(&self) -> flag_iter::Iter<'_, Self> {
[INFO] [stdout]     |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/bit32.rs:142:13
[INFO] [stdout]     |
[INFO] [stdout] 142 |     fn iter(&self) -> flag_iter::Iter<Self> {
[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] 142 |     fn iter(&self) -> flag_iter::Iter<'_, Self> {
[INFO] [stdout]     |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling packed_flags v0.9.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/bit64.rs:142:13
[INFO] [stdout]     |
[INFO] [stdout] 142 |     fn iter(&self) -> flag_iter::Iter<Self> {
[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] 142 |     fn iter(&self) -> flag_iter::Iter<'_, Self> {
[INFO] [stdout]     |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/bitlong.rs:194:13
[INFO] [stdout]     |
[INFO] [stdout] 194 |     fn iter(&self) -> flag_iter::Iter<Self> {
[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] 194 |     fn iter(&self) -> flag_iter::Iter<'_, Self> {
[INFO] [stdout]     |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/bitsize.rs:147:13
[INFO] [stdout]     |
[INFO] [stdout] 147 |     fn iter(&self) -> flag_iter::Iter<Self> {
[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] 147 |     fn iter(&self) -> flag_iter::Iter<'_, Self> {
[INFO] [stdout]     |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/flagls.rs:268:13
[INFO] [stdout]     |
[INFO] [stdout] 268 |     fn iter(&self) -> flag_iter::Iter<Self>;
[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] 268 |     fn iter(&self) -> flag_iter::Iter<'_, Self>;
[INFO] [stdout]     |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/flag_iter.rs:13:20
[INFO] [stdout]    |
[INFO] [stdout] 13 |     pub fn new(ls: &T) -> Iter<T> {
[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] 13 |     pub fn new(ls: &T) -> Iter<'_, T> {
[INFO] [stdout]    |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/bit128.rs:142:13
[INFO] [stdout]     |
[INFO] [stdout] 142 |     fn iter(&self) -> flag_iter::Iter<Self> {
[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] 142 |     fn iter(&self) -> flag_iter::Iter<'_, Self> {
[INFO] [stdout]     |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/bit32.rs:142:13
[INFO] [stdout]     |
[INFO] [stdout] 142 |     fn iter(&self) -> flag_iter::Iter<Self> {
[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] 142 |     fn iter(&self) -> flag_iter::Iter<'_, Self> {
[INFO] [stdout]     |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/bit64.rs:142:13
[INFO] [stdout]     |
[INFO] [stdout] 142 |     fn iter(&self) -> flag_iter::Iter<Self> {
[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] 142 |     fn iter(&self) -> flag_iter::Iter<'_, Self> {
[INFO] [stdout]     |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/bitlong.rs:194:13
[INFO] [stdout]     |
[INFO] [stdout] 194 |     fn iter(&self) -> flag_iter::Iter<Self> {
[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] 194 |     fn iter(&self) -> flag_iter::Iter<'_, Self> {
[INFO] [stdout]     |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/bitsize.rs:147:13
[INFO] [stdout]     |
[INFO] [stdout] 147 |     fn iter(&self) -> flag_iter::Iter<Self> {
[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] 147 |     fn iter(&self) -> flag_iter::Iter<'_, Self> {
[INFO] [stdout]     |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/flagls.rs:268:13
[INFO] [stdout]     |
[INFO] [stdout] 268 |     fn iter(&self) -> flag_iter::Iter<Self>;
[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] 268 |     fn iter(&self) -> flag_iter::Iter<'_, Self>;
[INFO] [stdout]     |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/flag_iter.rs:13:20
[INFO] [stdout]    |
[INFO] [stdout] 13 |     pub fn new(ls: &T) -> Iter<T> {
[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] 13 |     pub fn new(ls: &T) -> Iter<'_, T> {
[INFO] [stdout]    |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.69s
[INFO] running `Command { std: "docker" "inspect" "5a83f70eb48e570bbb465483298b356c1d93fc7835c7214a6f78157e14952f23", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5a83f70eb48e570bbb465483298b356c1d93fc7835c7214a6f78157e14952f23", kill_on_drop: false }`
[INFO] [stdout] 5a83f70eb48e570bbb465483298b356c1d93fc7835c7214a6f78157e14952f23
[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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] b34b10ce4254f34fe235a205e8ce06ba96d8212ea2e3837aa604e6dd3a6c287d
[INFO] running `Command { std: "docker" "start" "-a" "b34b10ce4254f34fe235a205e8ce06ba96d8212ea2e3837aa604e6dd3a6c287d", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/bit128.rs:142:13
[INFO] [stderr]     |
[INFO] [stderr] 142 |     fn iter(&self) -> flag_iter::Iter<Self> {
[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] 142 |     fn iter(&self) -> flag_iter::Iter<'_, Self> {
[INFO] [stderr]     |                                       +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/bit32.rs:142:13
[INFO] [stderr]     |
[INFO] [stderr] 142 |     fn iter(&self) -> flag_iter::Iter<Self> {
[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] 142 |     fn iter(&self) -> flag_iter::Iter<'_, Self> {
[INFO] [stderr]     |                                       +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/bit64.rs:142:13
[INFO] [stderr]     |
[INFO] [stderr] 142 |     fn iter(&self) -> flag_iter::Iter<Self> {
[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] 142 |     fn iter(&self) -> flag_iter::Iter<'_, Self> {
[INFO] [stderr]     |                                       +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/bitlong.rs:194:13
[INFO] [stderr]     |
[INFO] [stderr] 194 |     fn iter(&self) -> flag_iter::Iter<Self> {
[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] 194 |     fn iter(&self) -> flag_iter::Iter<'_, Self> {
[INFO] [stderr]     |                                       +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/bitsize.rs:147:13
[INFO] [stderr]     |
[INFO] [stderr] 147 |     fn iter(&self) -> flag_iter::Iter<Self> {
[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] 147 |     fn iter(&self) -> flag_iter::Iter<'_, Self> {
[INFO] [stderr]     |                                       +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/flagls.rs:268:13
[INFO] [stderr]     |
[INFO] [stderr] 268 |     fn iter(&self) -> flag_iter::Iter<Self>;
[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] 268 |     fn iter(&self) -> flag_iter::Iter<'_, Self>;
[INFO] [stderr]     |                                       +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/flag_iter.rs:13:20
[INFO] [stderr]    |
[INFO] [stderr] 13 |     pub fn new(ls: &T) -> Iter<T> {
[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] 13 |     pub fn new(ls: &T) -> Iter<'_, T> {
[INFO] [stderr]    |                                +++
[INFO] [stderr] 
[INFO] [stderr] warning: `packed_flags` (lib) generated 7 warnings (run `cargo fix --lib -p packed_flags` to apply 7 suggestions)
[INFO] [stderr] warning: `packed_flags` (lib test) generated 7 warnings (7 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/packed_flags-8b4a2ddf6f146e9a)
[INFO] [stdout] 
[INFO] [stdout] running 15 tests
[INFO] [stdout] test tests::all_true ... ok
[INFO] [stdout] test tests::all_false ... ok
[INFO] [stdout] test tests::get ... ok
[INFO] [stdout] test tests::clear ... ok
[INFO] [stdout] test tests::from_iter ... ok
[INFO] [stdout] test tests::insert ... ok
[INFO] [stdout] test tests::len ... ok
[INFO] [stdout] test tests::pop ... ok
[INFO] [stdout] test tests::is_empty ... ok
[INFO] [stdout] test tests::push ... ok
[INFO] [stdout] test tests::set_len ... ok
[INFO] [stdout] test tests::set ... ok
[INFO] [stdout] test tests::remove ... ok
[INFO] [stdout] test tests::iter ... ok
[INFO] [stdout] test tests::try_set ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests packed_flags
[INFO] [stdout] 
[INFO] [stdout] running 26 tests
[INFO] [stdout] test src/bit32.rs - bit32::B32::as_inner (line 31) ... ok
[INFO] [stdout] test src/flagls.rs - flagls::FlagLs::MAX_LENGTH (line 10) ... ok
[INFO] [stdout] test src/bit64.rs - bit64::B64::as_inner (line 31) ... ok
[INFO] [stdout] test src/bit128.rs - bit128::B128::as_inner (line 31) ... ok
[INFO] [stdout] test src/flagls.rs - flagls::FlagLs::len (line 22) ... ok
[INFO] [stdout] test src/flagls.rs - flagls::FlagLs::pop (line 199) ... ok
[INFO] [stdout] test src/flagls.rs - flagls::FlagLs::iter (line 258) ... ok
[INFO] [stdout] test src/flagls.rs - flagls::FlagLs::insert (line 48) ... ok
[INFO] [stdout] test src/bitlong.rs - bitlong::Blong::as_inner (line 30) ... ok
[INFO] [stdout] test src/flagls.rs - flagls::FlagLs::is_empty (line 359) ... ok
[INFO] [stdout] test src/flagls.rs - flagls::FlagLs::get (line 217) ... ok
[INFO] [stdout] test src/flagls.rs - flagls::FlagLs::all_true (line 319) ... ok
[INFO] [stdout] test src/flagls.rs - flagls::FlagLs::all_false (line 340) ... ok
[INFO] [stdout] test src/flagls.rs - flagls::FlagLs::clear (line 117) ... ok
[INFO] [stdout] test src/bitsize.rs - bitsize::Bsize::as_inner (line 34) ... ok
[INFO] [stdout] test src/flagls.rs - flagls::FlagLs::remove (line 86) ... ok
[INFO] [stdout] test src/flagls.rs - flagls::FlagLs::push (line 184) ... ok
[INFO] [stdout] test src/flagls.rs - flagls::FlagLs::set_len (line 35) ... ok
[INFO] [stdout] test src/flagls.rs - flagls::FlagLs::try_set (line 241) ... ok
[INFO] [stdout] test src/flagls.rs - flagls::FlagLs::set (line 230) ... ok
[INFO] [stdout] test src/flagls.rs - flagls::FlagLs::try_push (line 151) ... ok
[INFO] [stdout] test src/flagls.rs - flagls::FlagLs::try_remove (line 99) ... ok
[INFO] [stdout] test src/flagls.rs - flagls::FlagLs::try_from_iter (line 294) ... ok
[INFO] [stdout] test src/flagls.rs - flagls::FlagLs::truncate (line 132) ... ok
[INFO] [stdout] test src/flagls.rs - flagls::FlagLs::try_insert (line 63) ... ok
[INFO] [stdout] test src/flagls.rs - flagls::FlagLs::from_iter (line 275) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 26 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.15s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "b34b10ce4254f34fe235a205e8ce06ba96d8212ea2e3837aa604e6dd3a6c287d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b34b10ce4254f34fe235a205e8ce06ba96d8212ea2e3837aa604e6dd3a6c287d", kill_on_drop: false }`
[INFO] [stdout] b34b10ce4254f34fe235a205e8ce06ba96d8212ea2e3837aa604e6dd3a6c287d
