[INFO] fetching crate partitions 0.2.4...
[INFO] testing partitions-0.2.4 against beta-2026-04-21 for beta-1.96-2
[INFO] extracting crate partitions 0.2.4 into /workspace/builds/worker-1-tc2/source
[INFO] started tweaking crates.io crate partitions 0.2.4
[INFO] finished tweaking crates.io crate partitions 0.2.4
[INFO] tweaked toml for crates.io crate partitions 0.2.4 written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate partitions 0.2.4 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]      Locking 7 packages to latest compatible versions
[INFO] [stderr]       Adding bit-vec v0.5.1 (available: v0.9.1)
[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] [stderr] warning: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 1dad3a83be3863825244d70a4813754729749632cf13003acb9e695c2f23c249
[INFO] running `Command { std: "docker" "start" "-a" "1dad3a83be3863825244d70a4813754729749632cf13003acb9e695c2f23c249", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1dad3a83be3863825244d70a4813754729749632cf13003acb9e695c2f23c249", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1dad3a83be3863825244d70a4813754729749632cf13003acb9e695c2f23c249", kill_on_drop: false }`
[INFO] [stdout] 1dad3a83be3863825244d70a4813754729749632cf13003acb9e695c2f23c249
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b916abc45699b7b0d6637b053609b77c9cfa4ca24306c3169953c2f537771885
[INFO] running `Command { std: "docker" "start" "-a" "b916abc45699b7b0d6637b053609b77c9cfa4ca24306c3169953c2f537771885", kill_on_drop: false }`
[INFO] [stderr] warning: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling bit-vec v0.5.1
[INFO] [stderr]    Compiling rayon v1.12.0
[INFO] [stderr]    Compiling partitions v0.2.4 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition value: `8`
[INFO] [stdout]   --> src/metadata.rs:77:32
[INFO] [stdout]    |
[INFO] [stdout] 77 | #[cfg(all(feature = "compact", target_pointer_width = "8"))]
[INFO] [stdout]    |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] help: `8` is an expected value for `target_has_atomic`
[INFO] [stdout]    |
[INFO] [stdout] 77 - #[cfg(all(feature = "compact", target_pointer_width = "8"))]
[INFO] [stdout] 77 + #[cfg(all(feature = "compact", target_has_atomic = "8"))]
[INFO] [stdout]    |
[INFO] [stdout] help: `8` is an expected value for `target_has_atomic_equal_alignment`
[INFO] [stdout]    |
[INFO] [stdout] 77 - #[cfg(all(feature = "compact", target_pointer_width = "8"))]
[INFO] [stdout] 77 + #[cfg(all(feature = "compact", target_has_atomic_equal_alignment = "8"))]
[INFO] [stdout]    |
[INFO] [stdout] help: `8` is an expected value for `target_has_atomic_load_store`
[INFO] [stdout]    |
[INFO] [stdout] 77 - #[cfg(all(feature = "compact", target_pointer_width = "8"))]
[INFO] [stdout] 77 + #[cfg(all(feature = "compact", target_has_atomic_load_store = "8"))]
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `128`
[INFO] [stdout]   --> src/metadata.rs:85:32
[INFO] [stdout]    |
[INFO] [stdout] 85 | #[cfg(all(feature = "compact", target_pointer_width = "128"))]
[INFO] [stdout]    |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] help: `128` is an expected value for `target_has_atomic`
[INFO] [stdout]    |
[INFO] [stdout] 85 - #[cfg(all(feature = "compact", target_pointer_width = "128"))]
[INFO] [stdout] 85 + #[cfg(all(feature = "compact", target_has_atomic = "128"))]
[INFO] [stdout]    |
[INFO] [stdout] help: `128` is an expected value for `target_has_atomic_equal_alignment`
[INFO] [stdout]    |
[INFO] [stdout] 85 - #[cfg(all(feature = "compact", target_pointer_width = "128"))]
[INFO] [stdout] 85 + #[cfg(all(feature = "compact", target_has_atomic_equal_alignment = "128"))]
[INFO] [stdout]    |
[INFO] [stdout] help: `128` is an expected value for `target_has_atomic_load_store`
[INFO] [stdout]    |
[INFO] [stdout] 85 - #[cfg(all(feature = "compact", target_pointer_width = "128"))]
[INFO] [stdout] 85 + #[cfg(all(feature = "compact", target_has_atomic_load_store = "128"))]
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `256`
[INFO] [stdout]   --> src/metadata.rs:87:32
[INFO] [stdout]    |
[INFO] [stdout] 87 | #[cfg(all(feature = "compact", target_pointer_width = "256"))]
[INFO] [stdout]    |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `target_pointer_width` are: `16`, `32`, and `64`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/lib.rs:69:51
[INFO] [stdout]     |
[INFO] [stdout]  69 |         bit_vec::BitVec::from_elem($len, $element);
[INFO] [stdout]     |                                                   ^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/partition_vec.rs:528:24
[INFO] [stdout]     |
[INFO] [stdout] 528 |         let mut done = bit_vec![false; self.len()];
[INFO] [stdout]     |                        --------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: `#[warn(semicolon_in_expressions_from_macros)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout]     = note: this warning originates in the macro `bit_vec` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]     --> src/lib.rs:69:51
[INFO] [stdout]      |
[INFO] [stdout]   69 |         bit_vec::BitVec::from_elem($len, $element);
[INFO] [stdout]      |                                                   ^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/partition_vec.rs:1297:19
[INFO] [stdout]      |
[INFO] [stdout] 1297 |             done: bit_vec![false; len],
[INFO] [stdout]      |                   -------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]      = note: this warning originates in the macro `bit_vec` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]     --> src/lib.rs:69:51
[INFO] [stdout]      |
[INFO] [stdout]   69 |         bit_vec::BitVec::from_elem($len, $element);
[INFO] [stdout]      |                                                   ^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/partition_vec.rs:1345:19
[INFO] [stdout]      |
[INFO] [stdout] 1345 |             done: bit_vec![false; len],
[INFO] [stdout]      |                   -------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]      = note: this warning originates in the macro `bit_vec` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/partition_vec.rs:1198:16
[INFO] [stdout]      |
[INFO] [stdout] 1198 |     pub fn set(&self, index: usize) -> Set<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]      = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1198 |     pub fn set(&self, index: usize) -> Set<'_, T> {
[INFO] [stdout]      |                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/partition_vec.rs:1244:20
[INFO] [stdout]      |
[INFO] [stdout] 1244 |     pub fn set_mut(&mut self, index: usize) -> SetMut<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] 1244 |     pub fn set_mut(&mut self, index: usize) -> SetMut<'_, T> {
[INFO] [stdout]      |                                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/partition_vec.rs:1292:21
[INFO] [stdout]      |
[INFO] [stdout] 1292 |     pub fn all_sets(&self) -> AllSets<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] 1292 |     pub fn all_sets(&self) -> AllSets<'_, T> {
[INFO] [stdout]      |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/partition_vec.rs:1340:25
[INFO] [stdout]      |
[INFO] [stdout] 1340 |     pub fn all_sets_mut(&mut self) -> AllSetsMut<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] 1340 |     pub fn all_sets_mut(&mut self) -> AllSetsMut<'_, T> {
[INFO] [stdout]      |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.01s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: partitions v0.2.4 (/opt/rustwide/workdir)
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] running `Command { std: "docker" "inspect" "b916abc45699b7b0d6637b053609b77c9cfa4ca24306c3169953c2f537771885", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b916abc45699b7b0d6637b053609b77c9cfa4ca24306c3169953c2f537771885", kill_on_drop: false }`
[INFO] [stdout] b916abc45699b7b0d6637b053609b77c9cfa4ca24306c3169953c2f537771885
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 818bc0aa0054aca50c23f58f9e11d0a53c4434d0b21202f88eb4ddd9053b0a9b
[INFO] running `Command { std: "docker" "start" "-a" "818bc0aa0054aca50c23f58f9e11d0a53c4434d0b21202f88eb4ddd9053b0a9b", kill_on_drop: false }`
[INFO] [stderr] warning: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stdout] warning: unexpected `cfg` condition value: `8`
[INFO] [stdout]   --> src/metadata.rs:77:32
[INFO] [stdout]    |
[INFO] [stdout] 77 | #[cfg(all(feature = "compact", target_pointer_width = "8"))]
[INFO] [stdout]    |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] help: `8` is an expected value for `target_has_atomic`
[INFO] [stdout]    |
[INFO] [stdout] 77 - #[cfg(all(feature = "compact", target_pointer_width = "8"))]
[INFO] [stdout] 77 + #[cfg(all(feature = "compact", target_has_atomic = "8"))]
[INFO] [stdout]    |
[INFO] [stdout] help: `8` is an expected value for `target_has_atomic_equal_alignment`
[INFO] [stdout]    |
[INFO] [stdout] 77 - #[cfg(all(feature = "compact", target_pointer_width = "8"))]
[INFO] [stdout] 77 + #[cfg(all(feature = "compact", target_has_atomic_equal_alignment = "8"))]
[INFO] [stdout]    |
[INFO] [stdout] help: `8` is an expected value for `target_has_atomic_load_store`
[INFO] [stdout]    |
[INFO] [stdout] 77 - #[cfg(all(feature = "compact", target_pointer_width = "8"))]
[INFO] [stdout] 77 + #[cfg(all(feature = "compact", target_has_atomic_load_store = "8"))]
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `128`
[INFO] [stdout]   --> src/metadata.rs:85:32
[INFO] [stdout]    |
[INFO] [stdout] 85 | #[cfg(all(feature = "compact", target_pointer_width = "128"))]
[INFO] [stdout]    |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] help: `128` is an expected value for `target_has_atomic`
[INFO] [stdout]    |
[INFO] [stdout] 85 - #[cfg(all(feature = "compact", target_pointer_width = "128"))]
[INFO] [stdout] 85 + #[cfg(all(feature = "compact", target_has_atomic = "128"))]
[INFO] [stdout]    |
[INFO] [stdout] help: `128` is an expected value for `target_has_atomic_equal_alignment`
[INFO] [stdout]    |
[INFO] [stdout] 85 - #[cfg(all(feature = "compact", target_pointer_width = "128"))]
[INFO] [stdout] 85 + #[cfg(all(feature = "compact", target_has_atomic_equal_alignment = "128"))]
[INFO] [stdout]    |
[INFO] [stdout] help: `128` is an expected value for `target_has_atomic_load_store`
[INFO] [stdout]    |
[INFO] [stdout] 85 - #[cfg(all(feature = "compact", target_pointer_width = "128"))]
[INFO] [stdout] 85 + #[cfg(all(feature = "compact", target_has_atomic_load_store = "128"))]
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling partitions v0.2.4 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition value: `256`
[INFO] [stdout]   --> src/metadata.rs:87:32
[INFO] [stdout]    |
[INFO] [stdout] 87 | #[cfg(all(feature = "compact", target_pointer_width = "256"))]
[INFO] [stdout]    |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `target_pointer_width` are: `16`, `32`, and `64`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/lib.rs:69:51
[INFO] [stdout]     |
[INFO] [stdout]  69 |         bit_vec::BitVec::from_elem($len, $element);
[INFO] [stdout]     |                                                   ^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/partition_vec.rs:528:24
[INFO] [stdout]     |
[INFO] [stdout] 528 |         let mut done = bit_vec![false; self.len()];
[INFO] [stdout]     |                        --------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: `#[warn(semicolon_in_expressions_from_macros)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout]     = note: this warning originates in the macro `bit_vec` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]     --> src/lib.rs:69:51
[INFO] [stdout]      |
[INFO] [stdout]   69 |         bit_vec::BitVec::from_elem($len, $element);
[INFO] [stdout]      |                                                   ^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/partition_vec.rs:1297:19
[INFO] [stdout]      |
[INFO] [stdout] 1297 |             done: bit_vec![false; len],
[INFO] [stdout]      |                   -------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]      = note: this warning originates in the macro `bit_vec` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]     --> src/lib.rs:69:51
[INFO] [stdout]      |
[INFO] [stdout]   69 |         bit_vec::BitVec::from_elem($len, $element);
[INFO] [stdout]      |                                                   ^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/partition_vec.rs:1345:19
[INFO] [stdout]      |
[INFO] [stdout] 1345 |             done: bit_vec![false; len],
[INFO] [stdout]      |                   -------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]      = note: this warning originates in the macro `bit_vec` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/partition_vec.rs:1198:16
[INFO] [stdout]      |
[INFO] [stdout] 1198 |     pub fn set(&self, index: usize) -> Set<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]      = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1198 |     pub fn set(&self, index: usize) -> Set<'_, T> {
[INFO] [stdout]      |                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/partition_vec.rs:1244:20
[INFO] [stdout]      |
[INFO] [stdout] 1244 |     pub fn set_mut(&mut self, index: usize) -> SetMut<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] 1244 |     pub fn set_mut(&mut self, index: usize) -> SetMut<'_, T> {
[INFO] [stdout]      |                                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/partition_vec.rs:1292:21
[INFO] [stdout]      |
[INFO] [stdout] 1292 |     pub fn all_sets(&self) -> AllSets<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] 1292 |     pub fn all_sets(&self) -> AllSets<'_, T> {
[INFO] [stdout]      |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/partition_vec.rs:1340:25
[INFO] [stdout]      |
[INFO] [stdout] 1340 |     pub fn all_sets_mut(&mut self) -> AllSetsMut<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] 1340 |     pub fn all_sets_mut(&mut self) -> AllSetsMut<'_, T> {
[INFO] [stdout]      |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `8`
[INFO] [stdout]   --> src/metadata.rs:77:32
[INFO] [stdout]    |
[INFO] [stdout] 77 | #[cfg(all(feature = "compact", target_pointer_width = "8"))]
[INFO] [stdout]    |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] help: `8` is an expected value for `target_has_atomic`
[INFO] [stdout]    |
[INFO] [stdout] 77 - #[cfg(all(feature = "compact", target_pointer_width = "8"))]
[INFO] [stdout] 77 + #[cfg(all(feature = "compact", target_has_atomic = "8"))]
[INFO] [stdout]    |
[INFO] [stdout] help: `8` is an expected value for `target_has_atomic_equal_alignment`
[INFO] [stdout]    |
[INFO] [stdout] 77 - #[cfg(all(feature = "compact", target_pointer_width = "8"))]
[INFO] [stdout] 77 + #[cfg(all(feature = "compact", target_has_atomic_equal_alignment = "8"))]
[INFO] [stdout]    |
[INFO] [stdout] help: `8` is an expected value for `target_has_atomic_load_store`
[INFO] [stdout]    |
[INFO] [stdout] 77 - #[cfg(all(feature = "compact", target_pointer_width = "8"))]
[INFO] [stdout] 77 + #[cfg(all(feature = "compact", target_has_atomic_load_store = "8"))]
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `128`
[INFO] [stdout]   --> src/metadata.rs:85:32
[INFO] [stdout]    |
[INFO] [stdout] 85 | #[cfg(all(feature = "compact", target_pointer_width = "128"))]
[INFO] [stdout]    |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] help: `128` is an expected value for `target_has_atomic`
[INFO] [stdout]    |
[INFO] [stdout] 85 - #[cfg(all(feature = "compact", target_pointer_width = "128"))]
[INFO] [stdout] 85 + #[cfg(all(feature = "compact", target_has_atomic = "128"))]
[INFO] [stdout]    |
[INFO] [stdout] help: `128` is an expected value for `target_has_atomic_equal_alignment`
[INFO] [stdout]    |
[INFO] [stdout] 85 - #[cfg(all(feature = "compact", target_pointer_width = "128"))]
[INFO] [stdout] 85 + #[cfg(all(feature = "compact", target_has_atomic_equal_alignment = "128"))]
[INFO] [stdout]    |
[INFO] [stdout] help: `128` is an expected value for `target_has_atomic_load_store`
[INFO] [stdout]    |
[INFO] [stdout] 85 - #[cfg(all(feature = "compact", target_pointer_width = "128"))]
[INFO] [stdout] 85 + #[cfg(all(feature = "compact", target_has_atomic_load_store = "128"))]
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `256`
[INFO] [stdout]   --> src/metadata.rs:87:32
[INFO] [stdout]    |
[INFO] [stdout] 87 | #[cfg(all(feature = "compact", target_pointer_width = "256"))]
[INFO] [stdout]    |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `target_pointer_width` are: `16`, `32`, and `64`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/lib.rs:69:51
[INFO] [stdout]     |
[INFO] [stdout]  69 |         bit_vec::BitVec::from_elem($len, $element);
[INFO] [stdout]     |                                                   ^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/partition_vec.rs:528:24
[INFO] [stdout]     |
[INFO] [stdout] 528 |         let mut done = bit_vec![false; self.len()];
[INFO] [stdout]     |                        --------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: `#[warn(semicolon_in_expressions_from_macros)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout]     = note: this warning originates in the macro `bit_vec` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]     --> src/lib.rs:69:51
[INFO] [stdout]      |
[INFO] [stdout]   69 |         bit_vec::BitVec::from_elem($len, $element);
[INFO] [stdout]      |                                                   ^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/partition_vec.rs:1297:19
[INFO] [stdout]      |
[INFO] [stdout] 1297 |             done: bit_vec![false; len],
[INFO] [stdout]      |                   -------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]      = note: this warning originates in the macro `bit_vec` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]     --> src/lib.rs:69:51
[INFO] [stdout]      |
[INFO] [stdout]   69 |         bit_vec::BitVec::from_elem($len, $element);
[INFO] [stdout]      |                                                   ^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/partition_vec.rs:1345:19
[INFO] [stdout]      |
[INFO] [stdout] 1345 |             done: bit_vec![false; len],
[INFO] [stdout]      |                   -------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]      = note: this warning originates in the macro `bit_vec` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/partition_vec.rs:1198:16
[INFO] [stdout]      |
[INFO] [stdout] 1198 |     pub fn set(&self, index: usize) -> Set<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]      = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1198 |     pub fn set(&self, index: usize) -> Set<'_, T> {
[INFO] [stdout]      |                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/partition_vec.rs:1244:20
[INFO] [stdout]      |
[INFO] [stdout] 1244 |     pub fn set_mut(&mut self, index: usize) -> SetMut<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] 1244 |     pub fn set_mut(&mut self, index: usize) -> SetMut<'_, T> {
[INFO] [stdout]      |                                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/partition_vec.rs:1292:21
[INFO] [stdout]      |
[INFO] [stdout] 1292 |     pub fn all_sets(&self) -> AllSets<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] 1292 |     pub fn all_sets(&self) -> AllSets<'_, T> {
[INFO] [stdout]      |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/partition_vec.rs:1340:25
[INFO] [stdout]      |
[INFO] [stdout] 1340 |     pub fn all_sets_mut(&mut self) -> AllSetsMut<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] 1340 |     pub fn all_sets_mut(&mut self) -> AllSetsMut<'_, T> {
[INFO] [stdout]      |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.68s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: partitions v0.2.4 (/opt/rustwide/workdir)
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 3`
[INFO] running `Command { std: "docker" "inspect" "818bc0aa0054aca50c23f58f9e11d0a53c4434d0b21202f88eb4ddd9053b0a9b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "818bc0aa0054aca50c23f58f9e11d0a53c4434d0b21202f88eb4ddd9053b0a9b", kill_on_drop: false }`
[INFO] [stdout] 818bc0aa0054aca50c23f58f9e11d0a53c4434d0b21202f88eb4ddd9053b0a9b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] ead89742f64b858d886bd59fc4f0fbecb37c8de3588e647363e04ac19d1c62f9
[INFO] running `Command { std: "docker" "start" "-a" "ead89742f64b858d886bd59fc4f0fbecb37c8de3588e647363e04ac19d1c62f9", kill_on_drop: false }`
[INFO] [stderr] warning: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr] warning: unexpected `cfg` condition value: `8`
[INFO] [stderr]   --> src/metadata.rs:77:32
[INFO] [stderr]    |
[INFO] [stderr] 77 | #[cfg(all(feature = "compact", target_pointer_width = "8"))]
[INFO] [stderr]    |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stderr] help: `8` is an expected value for `target_has_atomic`
[INFO] [stderr]    |
[INFO] [stderr] 77 - #[cfg(all(feature = "compact", target_pointer_width = "8"))]
[INFO] [stderr] 77 + #[cfg(all(feature = "compact", target_has_atomic = "8"))]
[INFO] [stderr]    |
[INFO] [stderr] help: `8` is an expected value for `target_has_atomic_equal_alignment`
[INFO] [stderr]    |
[INFO] [stderr] 77 - #[cfg(all(feature = "compact", target_pointer_width = "8"))]
[INFO] [stderr] 77 + #[cfg(all(feature = "compact", target_has_atomic_equal_alignment = "8"))]
[INFO] [stderr]    |
[INFO] [stderr] help: `8` is an expected value for `target_has_atomic_load_store`
[INFO] [stderr]    |
[INFO] [stderr] 77 - #[cfg(all(feature = "compact", target_pointer_width = "8"))]
[INFO] [stderr] 77 + #[cfg(all(feature = "compact", target_has_atomic_load_store = "8"))]
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `128`
[INFO] [stderr]   --> src/metadata.rs:85:32
[INFO] [stderr]    |
[INFO] [stderr] 85 | #[cfg(all(feature = "compact", target_pointer_width = "128"))]
[INFO] [stderr]    |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] help: `128` is an expected value for `target_has_atomic`
[INFO] [stderr]    |
[INFO] [stderr] 85 - #[cfg(all(feature = "compact", target_pointer_width = "128"))]
[INFO] [stderr] 85 + #[cfg(all(feature = "compact", target_has_atomic = "128"))]
[INFO] [stderr]    |
[INFO] [stderr] help: `128` is an expected value for `target_has_atomic_equal_alignment`
[INFO] [stderr]    |
[INFO] [stderr] 85 - #[cfg(all(feature = "compact", target_pointer_width = "128"))]
[INFO] [stderr] 85 + #[cfg(all(feature = "compact", target_has_atomic_equal_alignment = "128"))]
[INFO] [stderr]    |
[INFO] [stderr] help: `128` is an expected value for `target_has_atomic_load_store`
[INFO] [stderr]    |
[INFO] [stderr] 85 - #[cfg(all(feature = "compact", target_pointer_width = "128"))]
[INFO] [stderr] 85 + #[cfg(all(feature = "compact", target_has_atomic_load_store = "128"))]
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `256`
[INFO] [stderr]   --> src/metadata.rs:87:32
[INFO] [stderr]    |
[INFO] [stderr] 87 | #[cfg(all(feature = "compact", target_pointer_width = "256"))]
[INFO] [stderr]    |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected values for `target_pointer_width` are: `16`, `32`, and `64`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: trailing semicolon in macro used in expression position
[INFO] [stderr]    --> src/lib.rs:69:51
[INFO] [stderr]     |
[INFO] [stderr]  69 |         bit_vec::BitVec::from_elem($len, $element);
[INFO] [stderr]     |                                                   ^
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/partition_vec.rs:528:24
[INFO] [stderr]     |
[INFO] [stderr] 528 |         let mut done = bit_vec![false; self.len()];
[INFO] [stderr]     |                        --------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stderr]     = note: `#[warn(semicolon_in_expressions_from_macros)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stderr]     = note: this warning originates in the macro `bit_vec` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trailing semicolon in macro used in expression position
[INFO] [stderr]     --> src/lib.rs:69:51
[INFO] [stderr]      |
[INFO] [stderr]   69 |         bit_vec::BitVec::from_elem($len, $element);
[INFO] [stderr]      |                                                   ^
[INFO] [stderr]      |
[INFO] [stderr]     ::: src/partition_vec.rs:1297:19
[INFO] [stderr]      |
[INFO] [stderr] 1297 |             done: bit_vec![false; len],
[INFO] [stderr]      |                   -------------------- in this macro invocation
[INFO] [stderr]      |
[INFO] [stderr]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]      = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stderr]      = note: this warning originates in the macro `bit_vec` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trailing semicolon in macro used in expression position
[INFO] [stderr]     --> src/lib.rs:69:51
[INFO] [stderr]      |
[INFO] [stderr]   69 |         bit_vec::BitVec::from_elem($len, $element);
[INFO] [stderr]      |                                                   ^
[INFO] [stderr]      |
[INFO] [stderr]     ::: src/partition_vec.rs:1345:19
[INFO] [stderr]      |
[INFO] [stderr] 1345 |             done: bit_vec![false; len],
[INFO] [stderr]      |                   -------------------- in this macro invocation
[INFO] [stderr]      |
[INFO] [stderr]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]      = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stderr]      = note: this warning originates in the macro `bit_vec` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]     --> src/partition_vec.rs:1198:16
[INFO] [stderr]      |
[INFO] [stderr] 1198 |     pub fn set(&self, index: usize) -> Set<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]      = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]      |
[INFO] [stderr] 1198 |     pub fn set(&self, index: usize) -> Set<'_, T> {
[INFO] [stderr]      |                                            +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]     --> src/partition_vec.rs:1244:20
[INFO] [stderr]      |
[INFO] [stderr] 1244 |     pub fn set_mut(&mut self, index: usize) -> SetMut<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] 1244 |     pub fn set_mut(&mut self, index: usize) -> SetMut<'_, T> {
[INFO] [stderr]      |                                                       +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]     --> src/partition_vec.rs:1292:21
[INFO] [stderr]      |
[INFO] [stderr] 1292 |     pub fn all_sets(&self) -> AllSets<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] 1292 |     pub fn all_sets(&self) -> AllSets<'_, T> {
[INFO] [stderr]      |                                       +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]     --> src/partition_vec.rs:1340:25
[INFO] [stderr]      |
[INFO] [stderr] 1340 |     pub fn all_sets_mut(&mut self) -> AllSetsMut<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] 1340 |     pub fn all_sets_mut(&mut self) -> AllSetsMut<'_, T> {
[INFO] [stderr]      |                                                  +++
[INFO] [stderr] 
[INFO] [stderr] warning: `partitions` (lib) generated 10 warnings (run `cargo fix --lib -p partitions` to apply 4 suggestions)
[INFO] [stderr] warning: `partitions` (lib test) generated 10 warnings (10 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.03s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: partitions v0.2.4 (/opt/rustwide/workdir)
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 3`
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/partitions-f49d8fd75ceddd23)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests partitions
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 34 tests
[INFO] [stdout] test src/partition_vec.rs - partition_vec::PartitionVec (line 35) ... ok
[INFO] [stdout] test src/partition_vec.rs - partition_vec::PartitionVec<T>::capacity (line 591) ... ok
[INFO] [stdout] test src/partition_vec.rs - partition_vec::PartitionVec<T>::as_mut_slice (line 1141) ... ok
[INFO] [stdout] test src/partition_vec.rs - partition_vec::PartitionVec<T>::into_boxed_slice (line 1099) ... ok
[INFO] [stdout] test src/partition_vec.rs - partition_vec::PartitionVec<T>::is_singleton (line 445) ... ok
[INFO] [stdout] test src/partition_vec.rs - partition_vec::PartitionVec<T>::clear (line 1040) ... ok
[INFO] [stdout] test src/partition_vec.rs - partition_vec::PartitionVec<T>::amount_of_sets (line 511) ... ok
[INFO] [stdout] test src/partition_vec.rs - partition_vec::PartitionVec<T>::is_empty (line 1061) ... ok
[INFO] [stdout] test src/partition_vec.rs - partition_vec::PartitionVec<T>::len_of_set (line 475) ... ok
[INFO] [stdout] test src/partition_vec.rs - partition_vec::PartitionVec<T>::as_slice (line 1119) ... ok
[INFO] [stdout] test src/partition_vec.rs - partition_vec::PartitionVec<T>::new (line 192) ... ok
[INFO] [stdout] test src/partition_vec.rs - partition_vec::PartitionVec<T>::other_sets (line 355) ... ok
[INFO] [stdout] test src/partition_vec.rs - partition_vec::PartitionVec<T>::reserve_exact (line 866) ... ok
[INFO] [stdout] test src/partition_vec.rs - partition_vec::PartitionVec<T>::all_sets_mut (line 1313) ... ok
[INFO] [stdout] test src/partition_vec.rs - partition_vec::PartitionVec<T>::insert (line 689) ... ok
[INFO] [stdout] test src/partition_vec.rs - partition_vec::PartitionVec<T>::reserve (line 834) ... ok
[INFO] [stdout] test src/partition_vec.rs - partition_vec::PartitionVec<T>::remove (line 736) ... ok
[INFO] [stdout] test src/partition_vec.rs - partition_vec::PartitionVec<T>::all_sets (line 1267) ... ok
[INFO] [stdout] test src/partition_vec.rs - partition_vec::PartitionVec<T>::into_vec (line 1079) ... ok
[INFO] [stdout] test src/partition_vec.rs - partition_vec::PartitionVec<T>::push (line 619) ... ok
[INFO] [stdout] test src/partition_vec.rs - partition_vec::PartitionVec<T>::append (line 783) ... ok
[INFO] [stdout] test src/partition_vec.rs - partition_vec::PartitionVec<T>::pop (line 652) ... ok
[INFO] [stdout] test src/partition_vec.rs - partition_vec::PartitionVec<T>::union (line 250) ... ok
[INFO] [stdout] test src/partition_vec.rs - partition_vec::PartitionVec<T>::resize (line 1001) ... ok
[INFO] [stdout] test src/partition_vec.rs - partition_vec::PartitionVec<T>::make_singleton (line 385) ... ok
[INFO] [stdout] test src/partition_vec.rs - partition_vec::partition_vec (line 70) ... ok
[INFO] [stdout] test src/partition_vec.rs - partition_vec::PartitionVec<T>::same_set (line 322) ... ok
[INFO] [stdout] test src/partition_vec.rs - partition_vec::partition_vec (line 122) ... ok
[INFO] [stdout] test src/partition_vec.rs - partition_vec::PartitionVec<T>::set_mut (line 1223) ... ok
[INFO] [stdout] test src/partition_vec.rs - partition_vec::PartitionVec<T>::truncate (line 918) ... ok
[INFO] [stdout] test src/partition_vec.rs - partition_vec::PartitionVec<T>::with_capacity (line 214) ... ok
[INFO] [stdout] test src/partition_vec.rs - partition_vec::PartitionVec<T>::shrink_to_fit (line 890) ... ok
[INFO] [stdout] test src/partition_vec.rs - partition_vec::partition_vec (line 89) ... ok
[INFO] [stdout] test src/partition_vec.rs - partition_vec::PartitionVec<T>::set (line 1168) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 34 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.97s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "ead89742f64b858d886bd59fc4f0fbecb37c8de3588e647363e04ac19d1c62f9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ead89742f64b858d886bd59fc4f0fbecb37c8de3588e647363e04ac19d1c62f9", kill_on_drop: false }`
[INFO] [stdout] ead89742f64b858d886bd59fc4f0fbecb37c8de3588e647363e04ac19d1c62f9
