[INFO] fetching crate bitm 0.5.1... [INFO] testing bitm-0.5.1 against master#ad85bc524b1ad696e42061ad8338d382dffbdbe5 for pr-146237 [INFO] extracting crate bitm 0.5.1 into /workspace/builds/worker-3-tc1/source [INFO] started tweaking crates.io crate bitm 0.5.1 [INFO] finished tweaking crates.io crate bitm 0.5.1 [INFO] tweaked toml for crates.io crate bitm 0.5.1 written to /workspace/builds/worker-3-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate bitm 0.5.1 on toolchain ad85bc524b1ad696e42061ad8338d382dffbdbe5 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate bitm 0.5.1 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded aligned-vec v0.6.1 [INFO] [stderr] Downloaded is-terminal v0.4.15 [INFO] [stderr] Downloaded equator-macro v0.2.1 [INFO] [stderr] Downloaded dyn_size_of v0.4.4 [INFO] [stderr] Downloaded equator v0.2.2 [INFO] [stderr] Downloaded iai-callgrind-macros v0.2.0 [INFO] [stderr] Downloaded clap v4.5.29 [INFO] [stderr] Downloaded iai-callgrind-runner v0.10.2 [INFO] [stderr] Downloaded cc v1.2.14 [INFO] [stderr] Downloaded iai-callgrind v0.10.2 [INFO] [stderr] Downloaded clap_builder v4.5.29 [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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 8374321f74d9150bbeecf2cff59d49db8588da58d437298fb8c03461d7fa0f64 [INFO] running `Command { std: "docker" "start" "-a" "8374321f74d9150bbeecf2cff59d49db8588da58d437298fb8c03461d7fa0f64", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8374321f74d9150bbeecf2cff59d49db8588da58d437298fb8c03461d7fa0f64", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8374321f74d9150bbeecf2cff59d49db8588da58d437298fb8c03461d7fa0f64", kill_on_drop: false }` [INFO] [stdout] 8374321f74d9150bbeecf2cff59d49db8588da58d437298fb8c03461d7fa0f64 [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=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" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 44c9c9d46906a7ca24ce62d00a0d1cff0d0f83449702422f1f1666152e1b7020 [INFO] running `Command { std: "docker" "start" "-a" "44c9c9d46906a7ca24ce62d00a0d1cff0d0f83449702422f1f1666152e1b7020", kill_on_drop: false }` [INFO] [stderr] Compiling dyn_size_of v0.4.4 [INFO] [stderr] Compiling bitm v0.5.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/bitvec.rs:284:17 [INFO] [stdout] | [INFO] [stdout] 284 | fn bit_ones(&self) -> BitOnesIterator; [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] 284 | fn bit_ones(&self) -> BitOnesIterator<'_>; [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/bitvec.rs:287:18 [INFO] [stdout] | [INFO] [stdout] 287 | fn bit_zeros(&self) -> BitZerosIterator; [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] 287 | fn bit_zeros(&self) -> BitZerosIterator<'_>; [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/bitvec.rs:290:17 [INFO] [stdout] | [INFO] [stdout] 290 | fn bit_iter(&self) -> BitIterator; [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] 290 | fn bit_iter(&self) -> BitIterator<'_>; [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/bitvec.rs:293:26 [INFO] [stdout] | [INFO] [stdout] 293 | fn bit_in_range_iter(&self, bit_range: Range) -> BitIterator; [INFO] [stdout] | ^^^^^ the lifetime is elided here ^^^^^^^^^^^ the same lifetime is hidden 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] 293 | fn bit_in_range_iter(&self, bit_range: Range) -> BitIterator<'_>; [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/bitvec.rs:297:43 [INFO] [stdout] | [INFO] [stdout] 297 | unsafe fn bit_in_unchecked_range_iter(&self, bit_range: Range) -> BitIterator; [INFO] [stdout] | ^^^^^ the lifetime is elided here ^^^^^^^^^^^ the same lifetime is hidden 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] 297 | unsafe fn bit_in_unchecked_range_iter(&self, bit_range: Range) -> BitIterator<'_>; [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/bitvec.rs:610:35 [INFO] [stdout] | [INFO] [stdout] 610 | #[inline(always)] fn bit_ones(&self) -> BitOnesIterator { [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] 610 | #[inline(always)] fn bit_ones(&self) -> BitOnesIterator<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/bitvec.rs:614:36 [INFO] [stdout] | [INFO] [stdout] 614 | #[inline(always)] fn bit_zeros(&self) -> BitZerosIterator { [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] 614 | #[inline(always)] fn bit_zeros(&self) -> BitZerosIterator<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/bitvec.rs:618:35 [INFO] [stdout] | [INFO] [stdout] 618 | #[inline(always)] fn bit_iter(&self) -> BitIterator { [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] 618 | #[inline(always)] fn bit_iter(&self) -> BitIterator<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/bitvec.rs:622:44 [INFO] [stdout] | [INFO] [stdout] 622 | #[inline(always)] fn bit_in_range_iter(&self, bit_range: Range) -> BitIterator { [INFO] [stdout] | ^^^^^ the lifetime is elided here ^^^^^^^^^^^ the same lifetime is hidden 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] 622 | #[inline(always)] fn bit_in_range_iter(&self, bit_range: Range) -> BitIterator<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/bitvec.rs:626:61 [INFO] [stdout] | [INFO] [stdout] 626 | #[inline(always)] unsafe fn bit_in_unchecked_range_iter(&self, bit_range: Range) -> BitIterator { [INFO] [stdout] | ^^^^^ the lifetime is elided here ^^^^^^^^^^^ the same lifetime is hidden 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] 626 | #[inline(always)] unsafe fn bit_in_unchecked_range_iter(&self, bit_range: Range) -> BitIterator<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s [INFO] running `Command { std: "docker" "inspect" "44c9c9d46906a7ca24ce62d00a0d1cff0d0f83449702422f1f1666152e1b7020", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "44c9c9d46906a7ca24ce62d00a0d1cff0d0f83449702422f1f1666152e1b7020", kill_on_drop: false }` [INFO] [stdout] 44c9c9d46906a7ca24ce62d00a0d1cff0d0f83449702422f1f1666152e1b7020 [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=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" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 73eb2f5109bc3881a7067bbbf75daab3b0c089d247f3d8100965cad8935d69df [INFO] running `Command { std: "docker" "start" "-a" "73eb2f5109bc3881a7067bbbf75daab3b0c089d247f3d8100965cad8935d69df", kill_on_drop: false }` [INFO] [stderr] Compiling serde v1.0.217 [INFO] [stderr] Compiling glob v0.3.2 [INFO] [stderr] Compiling rustix v0.38.44 [INFO] [stderr] Compiling prettyplease v0.2.29 [INFO] [stderr] Compiling regex-syntax v0.8.5 [INFO] [stderr] Compiling bitflags v2.8.0 [INFO] [stderr] Compiling either v1.13.0 [INFO] [stderr] Compiling linux-raw-sys v0.4.15 [INFO] [stderr] Compiling minimal-lexical v0.2.1 [INFO] [stderr] Compiling libc v0.2.169 [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Compiling libloading v0.8.6 [INFO] [stderr] Compiling bindgen v0.69.5 [INFO] [stderr] Compiling syn v2.0.98 [INFO] [stderr] Compiling home v0.5.11 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling rayon-core v1.12.1 [INFO] [stderr] Compiling lazycell v1.3.0 [INFO] [stderr] Compiling rustc-hash v1.1.0 [INFO] [stderr] Compiling serde_json v1.0.138 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling cc v1.2.14 [INFO] [stderr] Compiling half v2.4.1 [INFO] [stderr] Compiling itertools v0.12.1 [INFO] [stderr] Compiling plotters-backend v0.3.7 [INFO] [stderr] Compiling itoa v1.0.14 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Compiling ryu v1.0.19 [INFO] [stderr] Compiling ciborium-io v0.2.2 [INFO] [stderr] Compiling clang-sys v1.8.1 [INFO] [stderr] Compiling clap_builder v4.5.29 [INFO] [stderr] Compiling plotters-svg v0.3.7 [INFO] [stderr] Compiling ciborium-ll v0.2.2 [INFO] [stderr] Compiling itertools v0.10.5 [INFO] [stderr] Compiling cast v0.3.0 [INFO] [stderr] Compiling walkdir v2.5.0 [INFO] [stderr] Compiling is-terminal v0.4.15 [INFO] [stderr] Compiling plotters v0.3.7 [INFO] [stderr] Compiling rayon v1.10.0 [INFO] [stderr] Compiling oorandom v11.1.4 [INFO] [stderr] Compiling once_cell v1.20.3 [INFO] [stderr] Compiling anes v0.1.6 [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/bitvec.rs:284:17 [INFO] [stdout] | [INFO] [stdout] 284 | fn bit_ones(&self) -> BitOnesIterator; [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] 284 | fn bit_ones(&self) -> BitOnesIterator<'_>; [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/bitvec.rs:287:18 [INFO] [stdout] | [INFO] [stdout] 287 | fn bit_zeros(&self) -> BitZerosIterator; [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] 287 | fn bit_zeros(&self) -> BitZerosIterator<'_>; [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/bitvec.rs:290:17 [INFO] [stdout] | [INFO] [stdout] 290 | fn bit_iter(&self) -> BitIterator; [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] 290 | fn bit_iter(&self) -> BitIterator<'_>; [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/bitvec.rs:293:26 [INFO] [stdout] | [INFO] [stdout] 293 | fn bit_in_range_iter(&self, bit_range: Range) -> BitIterator; [INFO] [stdout] | ^^^^^ the lifetime is elided here ^^^^^^^^^^^ the same lifetime is hidden 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] 293 | fn bit_in_range_iter(&self, bit_range: Range) -> BitIterator<'_>; [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/bitvec.rs:297:43 [INFO] [stdout] | [INFO] [stdout] 297 | unsafe fn bit_in_unchecked_range_iter(&self, bit_range: Range) -> BitIterator; [INFO] [stdout] | ^^^^^ the lifetime is elided here ^^^^^^^^^^^ the same lifetime is hidden 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] 297 | unsafe fn bit_in_unchecked_range_iter(&self, bit_range: Range) -> BitIterator<'_>; [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/bitvec.rs:610:35 [INFO] [stdout] | [INFO] [stdout] 610 | #[inline(always)] fn bit_ones(&self) -> BitOnesIterator { [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] 610 | #[inline(always)] fn bit_ones(&self) -> BitOnesIterator<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/bitvec.rs:614:36 [INFO] [stdout] | [INFO] [stdout] 614 | #[inline(always)] fn bit_zeros(&self) -> BitZerosIterator { [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] 614 | #[inline(always)] fn bit_zeros(&self) -> BitZerosIterator<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/bitvec.rs:618:35 [INFO] [stdout] | [INFO] [stdout] 618 | #[inline(always)] fn bit_iter(&self) -> BitIterator { [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] 618 | #[inline(always)] fn bit_iter(&self) -> BitIterator<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/bitvec.rs:622:44 [INFO] [stdout] | [INFO] [stdout] 622 | #[inline(always)] fn bit_in_range_iter(&self, bit_range: Range) -> BitIterator { [INFO] [stdout] | ^^^^^ the lifetime is elided here ^^^^^^^^^^^ the same lifetime is hidden 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] 622 | #[inline(always)] fn bit_in_range_iter(&self, bit_range: Range) -> BitIterator<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/bitvec.rs:626:61 [INFO] [stdout] | [INFO] [stdout] 626 | #[inline(always)] unsafe fn bit_in_unchecked_range_iter(&self, bit_range: Range) -> BitIterator { [INFO] [stdout] | ^^^^^ the lifetime is elided here ^^^^^^^^^^^ the same lifetime is hidden 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] 626 | #[inline(always)] unsafe fn bit_in_unchecked_range_iter(&self, bit_range: Range) -> BitIterator<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling regex-automata v0.4.9 [INFO] [stderr] Compiling cexpr v0.6.0 [INFO] [stderr] Compiling clap v4.5.29 [INFO] [stderr] Compiling which v4.4.2 [INFO] [stderr] Compiling criterion-plot v0.5.0 [INFO] [stderr] Compiling regex v1.11.1 [INFO] [stderr] Compiling serde_derive v1.0.217 [INFO] [stderr] Compiling iai-callgrind-macros v0.2.0 [INFO] [stderr] Compiling bincode v1.3.3 [INFO] [stderr] Compiling ciborium v0.2.2 [INFO] [stderr] Compiling iai-callgrind-runner v0.10.2 [INFO] [stderr] Compiling iai-callgrind v0.10.2 [INFO] [stderr] Compiling tinytemplate v1.2.1 [INFO] [stderr] Compiling criterion v0.5.1 [INFO] [stderr] Compiling bitm v0.5.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/bitvec.rs:284:17 [INFO] [stdout] | [INFO] [stdout] 284 | fn bit_ones(&self) -> BitOnesIterator; [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] 284 | fn bit_ones(&self) -> BitOnesIterator<'_>; [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/bitvec.rs:287:18 [INFO] [stdout] | [INFO] [stdout] 287 | fn bit_zeros(&self) -> BitZerosIterator; [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] 287 | fn bit_zeros(&self) -> BitZerosIterator<'_>; [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/bitvec.rs:290:17 [INFO] [stdout] | [INFO] [stdout] 290 | fn bit_iter(&self) -> BitIterator; [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] 290 | fn bit_iter(&self) -> BitIterator<'_>; [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/bitvec.rs:293:26 [INFO] [stdout] | [INFO] [stdout] 293 | fn bit_in_range_iter(&self, bit_range: Range) -> BitIterator; [INFO] [stdout] | ^^^^^ the lifetime is elided here ^^^^^^^^^^^ the same lifetime is hidden 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] 293 | fn bit_in_range_iter(&self, bit_range: Range) -> BitIterator<'_>; [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/bitvec.rs:297:43 [INFO] [stdout] | [INFO] [stdout] 297 | unsafe fn bit_in_unchecked_range_iter(&self, bit_range: Range) -> BitIterator; [INFO] [stdout] | ^^^^^ the lifetime is elided here ^^^^^^^^^^^ the same lifetime is hidden 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] 297 | unsafe fn bit_in_unchecked_range_iter(&self, bit_range: Range) -> BitIterator<'_>; [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/bitvec.rs:610:35 [INFO] [stdout] | [INFO] [stdout] 610 | #[inline(always)] fn bit_ones(&self) -> BitOnesIterator { [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] 610 | #[inline(always)] fn bit_ones(&self) -> BitOnesIterator<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/bitvec.rs:614:36 [INFO] [stdout] | [INFO] [stdout] 614 | #[inline(always)] fn bit_zeros(&self) -> BitZerosIterator { [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] 614 | #[inline(always)] fn bit_zeros(&self) -> BitZerosIterator<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/bitvec.rs:618:35 [INFO] [stdout] | [INFO] [stdout] 618 | #[inline(always)] fn bit_iter(&self) -> BitIterator { [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] 618 | #[inline(always)] fn bit_iter(&self) -> BitIterator<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/bitvec.rs:622:44 [INFO] [stdout] | [INFO] [stdout] 622 | #[inline(always)] fn bit_in_range_iter(&self, bit_range: Range) -> BitIterator { [INFO] [stdout] | ^^^^^ the lifetime is elided here ^^^^^^^^^^^ the same lifetime is hidden 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] 622 | #[inline(always)] fn bit_in_range_iter(&self, bit_range: Range) -> BitIterator<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/bitvec.rs:626:61 [INFO] [stdout] | [INFO] [stdout] 626 | #[inline(always)] unsafe fn bit_in_unchecked_range_iter(&self, bit_range: Range) -> BitIterator { [INFO] [stdout] | ^^^^^ the lifetime is elided here ^^^^^^^^^^^ the same lifetime is hidden 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] 626 | #[inline(always)] unsafe fn bit_in_unchecked_range_iter(&self, bit_range: Range) -> BitIterator<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 23.24s [INFO] running `Command { std: "docker" "inspect" "73eb2f5109bc3881a7067bbbf75daab3b0c089d247f3d8100965cad8935d69df", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "73eb2f5109bc3881a7067bbbf75daab3b0c089d247f3d8100965cad8935d69df", kill_on_drop: false }` [INFO] [stdout] 73eb2f5109bc3881a7067bbbf75daab3b0c089d247f3d8100965cad8935d69df [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=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" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] d7629a650c01454da1d9eb9aaf316ac60af804e12ef4022319eca335be4bd132 [INFO] running `Command { std: "docker" "start" "-a" "d7629a650c01454da1d9eb9aaf316ac60af804e12ef4022319eca335be4bd132", kill_on_drop: false }` [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/bitvec.rs:284:17 [INFO] [stderr] | [INFO] [stderr] 284 | fn bit_ones(&self) -> BitOnesIterator; [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] 284 | fn bit_ones(&self) -> BitOnesIterator<'_>; [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/bitvec.rs:287:18 [INFO] [stderr] | [INFO] [stderr] 287 | fn bit_zeros(&self) -> BitZerosIterator; [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] 287 | fn bit_zeros(&self) -> BitZerosIterator<'_>; [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/bitvec.rs:290:17 [INFO] [stderr] | [INFO] [stderr] 290 | fn bit_iter(&self) -> BitIterator; [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] 290 | fn bit_iter(&self) -> BitIterator<'_>; [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/bitvec.rs:293:26 [INFO] [stderr] | [INFO] [stderr] 293 | fn bit_in_range_iter(&self, bit_range: Range) -> BitIterator; [INFO] [stderr] | ^^^^^ the lifetime is elided here ^^^^^^^^^^^ the same lifetime is hidden 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] 293 | fn bit_in_range_iter(&self, bit_range: Range) -> BitIterator<'_>; [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/bitvec.rs:297:43 [INFO] [stderr] | [INFO] [stderr] 297 | unsafe fn bit_in_unchecked_range_iter(&self, bit_range: Range) -> BitIterator; [INFO] [stderr] | ^^^^^ the lifetime is elided here ^^^^^^^^^^^ the same lifetime is hidden 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] 297 | unsafe fn bit_in_unchecked_range_iter(&self, bit_range: Range) -> BitIterator<'_>; [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/bitvec.rs:610:35 [INFO] [stderr] | [INFO] [stderr] 610 | #[inline(always)] fn bit_ones(&self) -> BitOnesIterator { [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] 610 | #[inline(always)] fn bit_ones(&self) -> BitOnesIterator<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/bitvec.rs:614:36 [INFO] [stderr] | [INFO] [stderr] 614 | #[inline(always)] fn bit_zeros(&self) -> BitZerosIterator { [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] 614 | #[inline(always)] fn bit_zeros(&self) -> BitZerosIterator<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/bitvec.rs:618:35 [INFO] [stderr] | [INFO] [stderr] 618 | #[inline(always)] fn bit_iter(&self) -> BitIterator { [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] 618 | #[inline(always)] fn bit_iter(&self) -> BitIterator<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/bitvec.rs:622:44 [INFO] [stderr] | [INFO] [stderr] 622 | #[inline(always)] fn bit_in_range_iter(&self, bit_range: Range) -> BitIterator { [INFO] [stderr] | ^^^^^ the lifetime is elided here ^^^^^^^^^^^ the same lifetime is hidden 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] 622 | #[inline(always)] fn bit_in_range_iter(&self, bit_range: Range) -> BitIterator<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/bitvec.rs:626:61 [INFO] [stderr] | [INFO] [stderr] 626 | #[inline(always)] unsafe fn bit_in_unchecked_range_iter(&self, bit_range: Range) -> BitIterator { [INFO] [stderr] | ^^^^^ the lifetime is elided here ^^^^^^^^^^^ the same lifetime is hidden 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] 626 | #[inline(always)] unsafe fn bit_in_unchecked_range_iter(&self, bit_range: Range) -> BitIterator<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: `bitm` (lib) generated 10 warnings (run `cargo fix --lib -p bitm` to apply 10 suggestions) [INFO] [stderr] warning: `bitm` (lib test) generated 10 warnings (10 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.11s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/bitm-f6229f6a285daf97) [INFO] [stdout] [INFO] [stdout] running 27 tests [INFO] [stdout] test bitvec::tests::bits ... ok [INFO] [stdout] test bitvec::tests::fragments_conditionally_change ... ok [INFO] [stdout] test bitvec::tests::fragments_init_set_swap ... ok [INFO] [stdout] test bitvec::tests::iterators ... ok [INFO] [stdout] test bitvec::tests::fragments_conditionally_copy ... ok [INFO] [stdout] test rank_select::select::tests::test_optimal_combined_sampling_14 ... ok [INFO] [stdout] test rank_select::select::tests::test_optimal_combined_sampling_15 ... ok [INFO] [stdout] test rank_select::tests::array_64bit_101111_binary ... ignored, uses much memory and time [INFO] [stdout] test rank_select::tests::array_64bit_101111_combined ... ignored, uses much memory and time [INFO] [stdout] test rank_select::tests::array_64bit_filled_101111 ... ignored, uses much memory and time [INFO] [stdout] test rank_select::tests::array_64bit_filled_101111_combined ... ignored, uses much memory and time [INFO] [stdout] test rank_select::tests::array_64bit_halffilled_101111_binary ... ignored, uses much memory and time [INFO] [stdout] test rank_select::tests::array_64bit_halffilled_101111_combined ... ignored, uses much memory and time [INFO] [stdout] test rank_select::tests::array_64bit_zeroed_first_101111 ... ignored, uses much memory and time [INFO] [stdout] test rank_select::tests::array_64bit_zeroed_first_101111_combined ... ignored, uses much memory and time [INFO] [stdout] test rank_select::select::tests::test_select64 ... ok [INFO] [stdout] test rank_select::tests::array_with_rank_101111 ... ok [INFO] [stdout] test rank_select::tests::array_with_rank_101111_combined ... ok [INFO] [stdout] test rank_select::tests::test_empty_array_rank_101111 ... ok [INFO] [stdout] test rank_select::tests::test_empty_array_rank_101111_combined ... ok [INFO] [stdout] test tests::test_bits_to_store ... ok [INFO] [stdout] test tests::test_n_lowest ... ok [INFO] [stdout] test tests::test_div_up ... ok [INFO] [stdout] test rank_select::tests::content_101111_combined ... ok [INFO] [stdout] test rank_select::tests::content_101111 ... ok [INFO] [stdout] test rank_select::tests::big_array_with_rank_101111 ... ok [INFO] [stdout] test rank_select::tests::big_array_with_rank_101111_combined ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 19 passed; 0 failed; 8 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Doc-tests bitm [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test src/lib.rs - bits_to_store (line 35) ... ok [INFO] [stdout] test src/lib.rs - (line 5) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.14s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "d7629a650c01454da1d9eb9aaf316ac60af804e12ef4022319eca335be4bd132", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d7629a650c01454da1d9eb9aaf316ac60af804e12ef4022319eca335be4bd132", kill_on_drop: false }` [INFO] [stdout] d7629a650c01454da1d9eb9aaf316ac60af804e12ef4022319eca335be4bd132