[INFO] fetching crate packed_flags 0.9.0...
[INFO] testing packed_flags-0.9.0 against 1.95.0 for beta-1.96-2
[INFO] extracting crate packed_flags 0.9.0 into /workspace/builds/worker-3-tc1/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-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate packed_flags 0.9.0 on toolchain 1.95.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[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" "+1.95.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 8885b8cc129ee94970c1e8fd9442608a675f078c8e997dff77500962d7af8729
[INFO] running `Command { std: "docker" "start" "-a" "8885b8cc129ee94970c1e8fd9442608a675f078c8e997dff77500962d7af8729", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8885b8cc129ee94970c1e8fd9442608a675f078c8e997dff77500962d7af8729", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8885b8cc129ee94970c1e8fd9442608a675f078c8e997dff77500962d7af8729", kill_on_drop: false }`
[INFO] [stdout] 8885b8cc129ee94970c1e8fd9442608a675f078c8e997dff77500962d7af8729
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] cd36deb4269f288611eb7f5263d1b4c07d0b128b4f06ea29cfdd58461511a9cc
[INFO] running `Command { std: "docker" "start" "-a" "cd36deb4269f288611eb7f5263d1b4c07d0b128b4f06ea29cfdd58461511a9cc", 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.52s
[INFO] running `Command { std: "docker" "inspect" "cd36deb4269f288611eb7f5263d1b4c07d0b128b4f06ea29cfdd58461511a9cc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cd36deb4269f288611eb7f5263d1b4c07d0b128b4f06ea29cfdd58461511a9cc", kill_on_drop: false }`
[INFO] [stdout] cd36deb4269f288611eb7f5263d1b4c07d0b128b4f06ea29cfdd58461511a9cc
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 8123eab8c5cd7a04f95c57e381b150322251b0edd019b56c4caba949a6a821f4
[INFO] running `Command { std: "docker" "start" "-a" "8123eab8c5cd7a04f95c57e381b150322251b0edd019b56c4caba949a6a821f4", 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] [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]    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 `test` profile [unoptimized + debuginfo] target(s) in 0.79s
[INFO] running `Command { std: "docker" "inspect" "8123eab8c5cd7a04f95c57e381b150322251b0edd019b56c4caba949a6a821f4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8123eab8c5cd7a04f95c57e381b150322251b0edd019b56c4caba949a6a821f4", kill_on_drop: false }`
[INFO] [stdout] 8123eab8c5cd7a04f95c57e381b150322251b0edd019b56c4caba949a6a821f4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 26dc251e1c8af66fd43e312d2df5472382f6dfb5820b5b88ab2027ab4e99d8e9
[INFO] running `Command { std: "docker" "start" "-a" "26dc251e1c8af66fd43e312d2df5472382f6dfb5820b5b88ab2027ab4e99d8e9", 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.05s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/packed_flags-5ce7f63020f05351)
[INFO] [stdout] 
[INFO] [stdout] running 15 tests
[INFO] [stdout] test tests::all_false ... ok
[INFO] [stdout] test tests::get ... ok
[INFO] [stderr]    Doc-tests packed_flags
[INFO] [stdout] test tests::insert ... ok
[INFO] [stdout] test tests::from_iter ... ok
[INFO] [stdout] test tests::all_true ... ok
[INFO] [stdout] test tests::clear ... ok
[INFO] [stdout] test tests::is_empty ... ok
[INFO] [stdout] test tests::iter ... ok
[INFO] [stdout] test tests::len ... ok
[INFO] [stdout] test tests::pop ... ok
[INFO] [stdout] test tests::push ... ok
[INFO] [stdout] test tests::remove ... ok
[INFO] [stdout] test tests::set ... ok
[INFO] [stdout] test tests::set_len ... 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.01s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 26 tests
[INFO] [stdout] test src/flagls.rs - flagls::FlagLs::all_false (line 340) ... ok
[INFO] [stdout] test src/flagls.rs - flagls::FlagLs::MAX_LENGTH (line 10) ... ok
[INFO] [stdout] test src/bitsize.rs - bitsize::Bsize::as_inner (line 34) ... ok
[INFO] [stdout] test src/bitlong.rs - bitlong::Blong::as_inner (line 30) ... 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::len (line 22) ... ok
[INFO] [stdout] test src/bit32.rs - bit32::B32::as_inner (line 31) ... ok
[INFO] [stdout] test src/flagls.rs - flagls::FlagLs::push (line 184) ... ok
[INFO] [stdout] test src/flagls.rs - flagls::FlagLs::iter (line 258) ... ok
[INFO] [stdout] test src/flagls.rs - flagls::FlagLs::is_empty (line 359) ... 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::insert (line 48) ... ok
[INFO] [stdout] test src/flagls.rs - flagls::FlagLs::clear (line 117) ... ok
[INFO] [stdout] test src/flagls.rs - flagls::FlagLs::from_iter (line 275) ... ok
[INFO] [stdout] test src/flagls.rs - flagls::FlagLs::set (line 230) ... ok
[INFO] [stdout] test src/flagls.rs - flagls::FlagLs::truncate (line 132) ... ok
[INFO] [stdout] test src/flagls.rs - flagls::FlagLs::pop (line 199) ... ok
[INFO] [stdout] test src/flagls.rs - flagls::FlagLs::remove (line 86) ... 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::set_len (line 35) ... ok
[INFO] [stdout] test src/flagls.rs - flagls::FlagLs::try_insert (line 63) ... ok
[INFO] [stdout] test src/flagls.rs - flagls::FlagLs::try_set (line 241) ... ok
[INFO] [stdout] test src/flagls.rs - flagls::FlagLs::try_from_iter (line 294) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 26 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.38s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "26dc251e1c8af66fd43e312d2df5472382f6dfb5820b5b88ab2027ab4e99d8e9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "26dc251e1c8af66fd43e312d2df5472382f6dfb5820b5b88ab2027ab4e99d8e9", kill_on_drop: false }`
[INFO] [stdout] 26dc251e1c8af66fd43e312d2df5472382f6dfb5820b5b88ab2027ab4e99d8e9
