[INFO] fetching crate packed_flags 0.9.0... [INFO] testing packed_flags-0.9.0 against master#caccb4d0368bd918ef6668af8e13834d07040417 for pr-146098-1 [INFO] extracting crate packed_flags 0.9.0 into /workspace/builds/worker-2-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-2-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate packed_flags 0.9.0 on toolchain caccb4d0368bd918ef6668af8e13834d07040417 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "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" "+caccb4d0368bd918ef6668af8e13834d07040417" "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" "+caccb4d0368bd918ef6668af8e13834d07040417" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 150013539d2449eb1d88057510b517bdf2119d6ba2f91655214647b1e98d8f4c [INFO] running `Command { std: "docker" "start" "-a" "150013539d2449eb1d88057510b517bdf2119d6ba2f91655214647b1e98d8f4c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "150013539d2449eb1d88057510b517bdf2119d6ba2f91655214647b1e98d8f4c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "150013539d2449eb1d88057510b517bdf2119d6ba2f91655214647b1e98d8f4c", kill_on_drop: false }` [INFO] [stdout] 150013539d2449eb1d88057510b517bdf2119d6ba2f91655214647b1e98d8f4c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] af9cfaf4f577f7497d06af55e824d26d00108f5f27acd48670ccf8653021275c [INFO] running `Command { std: "docker" "start" "-a" "af9cfaf4f577f7497d06af55e824d26d00108f5f27acd48670ccf8653021275c", 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 { [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 { [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 { [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 { [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 { [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; [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 { [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.53s [INFO] running `Command { std: "docker" "inspect" "af9cfaf4f577f7497d06af55e824d26d00108f5f27acd48670ccf8653021275c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "af9cfaf4f577f7497d06af55e824d26d00108f5f27acd48670ccf8653021275c", kill_on_drop: false }` [INFO] [stdout] af9cfaf4f577f7497d06af55e824d26d00108f5f27acd48670ccf8653021275c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4c35c4fc4a9e650a99e77db70e7f94d8378a4ddc0a51d64d687a83e3d2b8fb72 [INFO] running `Command { std: "docker" "start" "-a" "4c35c4fc4a9e650a99e77db70e7f94d8378a4ddc0a51d64d687a83e3d2b8fb72", 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 { [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 { [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 { [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 { [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 { [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; [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 { [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 { [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 { [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 { [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 { [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 { [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; [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 { [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.80s [INFO] running `Command { std: "docker" "inspect" "4c35c4fc4a9e650a99e77db70e7f94d8378a4ddc0a51d64d687a83e3d2b8fb72", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4c35c4fc4a9e650a99e77db70e7f94d8378a4ddc0a51d64d687a83e3d2b8fb72", kill_on_drop: false }` [INFO] [stdout] 4c35c4fc4a9e650a99e77db70e7f94d8378a4ddc0a51d64d687a83e3d2b8fb72 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 1eeac30bf8e6d5e9c37b1cd5add147968f83073ff4779be4cc19c788163a8c49 [INFO] running `Command { std: "docker" "start" "-a" "1eeac30bf8e6d5e9c37b1cd5add147968f83073ff4779be4cc19c788163a8c49", kill_on_drop: false }` [INFO] [stdout] [INFO] [stdout] running 15 tests [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 { [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 { [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 { [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 { [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 { [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; [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 { [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.03s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/packed_flags-4f381caee0337661) [INFO] [stdout] test tests::all_true ... ok [INFO] [stdout] test tests::clear ... ok [INFO] [stdout] test tests::all_false ... ok [INFO] [stdout] test tests::get ... ok [INFO] [stdout] test tests::is_empty ... ok [INFO] [stdout] test tests::iter ... ok [INFO] [stdout] test tests::insert ... ok [INFO] [stdout] test tests::remove ... ok [INFO] [stdout] test tests::len ... ok [INFO] [stdout] test tests::from_iter ... ok [INFO] [stdout] test tests::set_len ... ok [INFO] [stdout] test tests::pop ... ok [INFO] [stdout] test tests::push ... ok [INFO] [stdout] test tests::set ... 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.02s [INFO] [stdout] [INFO] [stderr] Doc-tests packed_flags [INFO] [stdout] [INFO] [stdout] running 26 tests [INFO] [stdout] test src/bit64.rs - bit64::B64::as_inner (line 31) ... ok [INFO] [stdout] test src/bit32.rs - bit32::B32::as_inner (line 31) ... ok [INFO] [stdout] test src/bitlong.rs - bitlong::Blong::as_inner (line 30) ... ok [INFO] [stdout] test src/flagls.rs - flagls::FlagLs::insert (line 48) ... ok [INFO] [stdout] test src/flagls.rs - flagls::FlagLs::from_iter (line 275) ... ok [INFO] [stdout] test src/bit128.rs - bit128::B128::as_inner (line 31) ... ok [INFO] [stdout] test src/flagls.rs - flagls::FlagLs::all_true (line 319) ... 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::is_empty (line 359) ... ok [INFO] [stdout] test src/flagls.rs - flagls::FlagLs::MAX_LENGTH (line 10) ... ok [INFO] [stdout] test src/flagls.rs - flagls::FlagLs::all_false (line 340) ... ok [INFO] [stdout] test src/flagls.rs - flagls::FlagLs::pop (line 199) ... ok [INFO] [stdout] test src/flagls.rs - flagls::FlagLs::get (line 217) ... ok [INFO] [stdout] test src/flagls.rs - flagls::FlagLs::len (line 22) ... ok [INFO] [stdout] test src/flagls.rs - flagls::FlagLs::iter (line 258) ... 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::remove (line 86) ... ok [INFO] [stdout] test src/flagls.rs - flagls::FlagLs::try_remove (line 99) ... ok [INFO] [stdout] test src/flagls.rs - flagls::FlagLs::set (line 230) ... ok [INFO] [stdout] test src/flagls.rs - flagls::FlagLs::push (line 184) ... ok [INFO] [stdout] test src/flagls.rs - flagls::FlagLs::try_set (line 241) ... ok [INFO] [stdout] test src/flagls.rs - flagls::FlagLs::try_push (line 151) ... 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] [INFO] [stdout] test result: ok. 26 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.45s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "1eeac30bf8e6d5e9c37b1cd5add147968f83073ff4779be4cc19c788163a8c49", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1eeac30bf8e6d5e9c37b1cd5add147968f83073ff4779be4cc19c788163a8c49", kill_on_drop: false }` [INFO] [stdout] 1eeac30bf8e6d5e9c37b1cd5add147968f83073ff4779be4cc19c788163a8c49