[INFO] fetching crate bitman 2.0.1... [INFO] testing bitman-2.0.1 against try#b83b707f97d809763b7861afa7638871f3339a33 for pr-145838-1 [INFO] extracting crate bitman 2.0.1 into /workspace/builds/worker-3-tc2/source [INFO] started tweaking crates.io crate bitman 2.0.1 [INFO] finished tweaking crates.io crate bitman 2.0.1 [INFO] tweaked toml for crates.io crate bitman 2.0.1 written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate bitman 2.0.1 on toolchain b83b707f97d809763b7861afa7638871f3339a33 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "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" "+b83b707f97d809763b7861afa7638871f3339a33" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Locking 319 packages to latest compatible versions [INFO] [stderr] Adding criterion v0.5.1 (available: v0.7.0) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ac6e4f9c89ae065147707e03ee5771e5645f789fc375ba89534509d224cb6bdf [INFO] running `Command { std: "docker" "start" "-a" "ac6e4f9c89ae065147707e03ee5771e5645f789fc375ba89534509d224cb6bdf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ac6e4f9c89ae065147707e03ee5771e5645f789fc375ba89534509d224cb6bdf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ac6e4f9c89ae065147707e03ee5771e5645f789fc375ba89534509d224cb6bdf", kill_on_drop: false }` [INFO] [stdout] ac6e4f9c89ae065147707e03ee5771e5645f789fc375ba89534509d224cb6bdf [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6052c63eaf2c761a7ed6267e5772b6e2f684db26354e5d4121e490d92c274595 [INFO] running `Command { std: "docker" "start" "-a" "6052c63eaf2c761a7ed6267e5772b6e2f684db26354e5d4121e490d92c274595", kill_on_drop: false }` [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling libc-print v0.1.23 [INFO] [stderr] Compiling bitman v2.0.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: method `set_bits` is never used [INFO] [stdout] --> src/lib.rs:94:8 [INFO] [stdout] | [INFO] [stdout] 30 | trait BitMan [INFO] [stdout] | ------ method in this trait [INFO] [stdout] ... [INFO] [stdout] 94 | fn set_bits(&mut self, mut index: u32, bits: &Bits) { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.58s [INFO] running `Command { std: "docker" "inspect" "6052c63eaf2c761a7ed6267e5772b6e2f684db26354e5d4121e490d92c274595", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6052c63eaf2c761a7ed6267e5772b6e2f684db26354e5d4121e490d92c274595", kill_on_drop: false }` [INFO] [stdout] 6052c63eaf2c761a7ed6267e5772b6e2f684db26354e5d4121e490d92c274595 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a11d9ee457f341ce8e0f80a0fb0821e5d6d8eaa8162cdcb1f34e63a4a0747a6f [INFO] running `Command { std: "docker" "start" "-a" "a11d9ee457f341ce8e0f80a0fb0821e5d6d8eaa8162cdcb1f34e63a4a0747a6f", kill_on_drop: false }` [INFO] [stderr] Compiling smallvec v1.15.1 [INFO] [stderr] Compiling utf8parse v0.2.2 [INFO] [stderr] Compiling serde_json v1.0.143 [INFO] [stderr] Compiling is_terminal_polyfill v1.70.1 [INFO] [stderr] Compiling colorchoice v1.0.4 [INFO] [stderr] Compiling anstyle-query v1.1.4 [INFO] [stderr] Compiling anstyle v1.0.11 [INFO] [stderr] Compiling syn v2.0.106 [INFO] [stderr] Compiling getrandom v0.3.3 [INFO] [stderr] Compiling regex-automata v0.4.10 [INFO] [stderr] Compiling semver v1.0.26 [INFO] [stderr] Compiling percent-encoding v2.3.2 [INFO] [stderr] Compiling clap_lex v0.7.5 [INFO] [stderr] Compiling winnow v0.7.13 [INFO] [stderr] Compiling thiserror v2.0.16 [INFO] [stderr] Compiling ahash v0.8.12 [INFO] [stderr] Compiling anstyle-parse v0.2.7 [INFO] [stderr] Compiling ordered-float v2.10.1 [INFO] [stderr] Compiling camino v1.1.12 [INFO] [stderr] Compiling form_urlencoded v1.2.2 [INFO] [stderr] Compiling anstream v0.6.20 [INFO] [stderr] Compiling rand_core v0.9.3 [INFO] [stderr] Compiling bitflags v2.9.3 [INFO] [stderr] Compiling portable-atomic v1.11.1 [INFO] [stderr] Compiling either v1.15.0 [INFO] [stderr] Compiling parking_lot_core v0.9.11 [INFO] [stderr] Compiling half v2.6.0 [INFO] [stderr] Compiling ciborium-io v0.2.2 [INFO] [stderr] Compiling plotters-backend v0.3.7 [INFO] [stderr] Compiling bytemuck v1.23.2 [INFO] [stderr] Compiling hashbrown v0.14.5 [INFO] [stderr] Compiling clap_builder v4.5.46 [INFO] [stderr] Compiling console v0.16.0 [INFO] [stderr] Compiling num-format v0.4.4 [INFO] [stderr] Compiling ppv-lite86 v0.2.21 [INFO] [stderr] Compiling rustix v1.0.8 [INFO] [stderr] Compiling rgb v0.8.52 [INFO] [stderr] Compiling itertools v0.10.5 [INFO] [stderr] Compiling signal-hook-registry v1.4.6 [INFO] [stderr] Compiling plotters-svg v0.3.7 [INFO] [stderr] Compiling ciborium-ll v0.2.2 [INFO] [stderr] Compiling wait-timeout v0.2.1 [INFO] [stderr] Compiling quick-xml v0.37.5 [INFO] [stderr] Compiling unit-prefix v0.5.1 [INFO] [stderr] Compiling cast v0.3.0 [INFO] [stderr] Compiling str_stack v0.1.0 [INFO] [stderr] Compiling rand_chacha v0.9.0 [INFO] [stderr] Compiling plotters v0.3.7 [INFO] [stderr] Compiling signal-hook v0.3.18 [INFO] [stderr] Compiling rayon v1.11.0 [INFO] [stderr] Compiling rand v0.9.2 [INFO] [stderr] Compiling dashmap v6.1.0 [INFO] [stderr] Compiling rand_xorshift v0.4.0 [INFO] [stderr] Compiling libc-print v0.1.23 [INFO] [stderr] Compiling anes v0.1.6 [INFO] [stderr] Compiling indicatif v0.18.0 [INFO] [stderr] Compiling shlex v1.3.0 [INFO] [stderr] Compiling unarray v0.1.4 [INFO] [stderr] Compiling oorandom v11.1.5 [INFO] [stderr] Compiling criterion-plot v0.5.0 [INFO] [stderr] Compiling rustc-demangle v0.1.26 [INFO] [stderr] Compiling bitman v2.0.1 (/opt/rustwide/workdir) [INFO] [stderr] Compiling inferno v0.12.3 [INFO] [stdout] warning: method `set_bits` is never used [INFO] [stdout] --> src/lib.rs:94:8 [INFO] [stdout] | [INFO] [stdout] 30 | trait BitMan [INFO] [stdout] | ------ method in this trait [INFO] [stdout] ... [INFO] [stdout] 94 | fn set_bits(&mut self, mut index: u32, bits: &Bits) { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling tempfile v3.21.0 [INFO] [stderr] Compiling bstr v1.12.0 [INFO] [stderr] Compiling regex v1.11.2 [INFO] [stderr] Compiling rusty-fork v0.3.0 [INFO] [stderr] Compiling proptest v1.7.0 [INFO] [stderr] Compiling opener v0.8.2 [INFO] [stderr] Compiling synstructure v0.13.2 [INFO] [stderr] Compiling serde_derive v1.0.219 [INFO] [stderr] Compiling zerovec-derive v0.11.1 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Compiling clap_derive v4.5.45 [INFO] [stderr] Compiling thiserror-impl v2.0.16 [INFO] [stderr] Compiling zerofrom-derive v0.1.6 [INFO] [stderr] Compiling yoke-derive v0.8.0 [INFO] [stderr] Compiling zerofrom v0.1.6 [INFO] [stderr] Compiling yoke v0.8.0 [INFO] [stderr] Compiling zerovec v0.11.4 [INFO] [stderr] Compiling zerotrie v0.2.2 [INFO] [stderr] Compiling clap v4.5.46 [INFO] [stderr] Compiling clap_complete v4.5.57 [INFO] [stderr] Compiling tinystr v0.8.1 [INFO] [stderr] Compiling potential_utf v0.1.3 [INFO] [stderr] Compiling icu_collections v2.0.0 [INFO] [stderr] Compiling icu_locale_core v2.0.0 [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Compiling icu_provider v2.0.0 [INFO] [stderr] Compiling icu_normalizer v2.0.0 [INFO] [stderr] Compiling icu_properties v2.0.1 [INFO] [stderr] Compiling idna_adapter v1.2.1 [INFO] [stderr] Compiling idna v1.1.0 [INFO] [stderr] Compiling toml_datetime v0.6.11 [INFO] [stderr] Compiling serde_spanned v0.6.9 [INFO] [stderr] Compiling erased-serde v0.4.6 [INFO] [stderr] Compiling url v2.5.7 [INFO] [stderr] Compiling serde-value v0.7.0 [INFO] [stderr] Compiling cargo-platform v0.3.0 [INFO] [stderr] Compiling ciborium v0.2.2 [INFO] [stderr] Compiling toml_edit v0.22.27 [INFO] [stderr] Compiling serde-untagged v0.1.8 [INFO] [stderr] Compiling tinytemplate v1.2.1 [INFO] [stderr] Compiling criterion v0.5.1 [INFO] [stderr] Compiling toml v0.8.23 [INFO] [stderr] Compiling cargo-util-schemas v0.8.2 [INFO] [stderr] Compiling cargo_metadata v0.22.0 [INFO] [stderr] Compiling flamegraph v0.6.9 [INFO] [stdout] warning: unused import: `bit_tests::*` [INFO] [stdout] --> src/bit.rs:15:9 [INFO] [stdout] | [INFO] [stdout] 15 | pub use bit_tests::*; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `bitman_tests::*` [INFO] [stdout] --> src/lib.rs:28:9 [INFO] [stdout] | [INFO] [stdout] 28 | pub use bitman_tests::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `set_bits` is never used [INFO] [stdout] --> src/lib.rs:94:8 [INFO] [stdout] | [INFO] [stdout] 30 | trait BitMan [INFO] [stdout] | ------ method in this trait [INFO] [stdout] ... [INFO] [stdout] 94 | fn set_bits(&mut self, mut index: u32, bits: &Bits) { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 30.88s [INFO] running `Command { std: "docker" "inspect" "a11d9ee457f341ce8e0f80a0fb0821e5d6d8eaa8162cdcb1f34e63a4a0747a6f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a11d9ee457f341ce8e0f80a0fb0821e5d6d8eaa8162cdcb1f34e63a4a0747a6f", kill_on_drop: false }` [INFO] [stdout] a11d9ee457f341ce8e0f80a0fb0821e5d6d8eaa8162cdcb1f34e63a4a0747a6f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 8886caa7fbee6b7d23f72bef8a82be4fc8fd67033eaecd4d12d36e0b1c0b8212 [INFO] running `Command { std: "docker" "start" "-a" "8886caa7fbee6b7d23f72bef8a82be4fc8fd67033eaecd4d12d36e0b1c0b8212", kill_on_drop: false }` [INFO] [stderr] warning: method `set_bits` is never used [INFO] [stderr] --> src/lib.rs:94:8 [INFO] [stderr] | [INFO] [stderr] 30 | trait BitMan [INFO] [stderr] | ------ method in this trait [INFO] [stderr] ... [INFO] [stderr] 94 | fn set_bits(&mut self, mut index: u32, bits: &Bits) { [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: `bitman` (lib) generated 1 warning [INFO] [stderr] warning: unused import: `bit_tests::*` [INFO] [stderr] --> src/bit.rs:15:9 [INFO] [stderr] | [INFO] [stderr] 15 | pub use bit_tests::*; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `bitman_tests::*` [INFO] [stderr] --> src/lib.rs:28:9 [INFO] [stderr] | [INFO] [stderr] 28 | pub use bitman_tests::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `bitman` (lib test) generated 3 warnings (1 duplicate) (run `cargo fix --lib -p bitman --tests` to apply 2 suggestions) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.22s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/bitman-2e259f003175d4ad) [INFO] [stdout] [INFO] [stdout] running 62 tests [INFO] [stdout] test bit::bit_tests::bit_one_is_true ... ok [INFO] [stdout] test bit::bit_tests::bit_zero_is_false ... ok [INFO] [stdout] test bit::bit_tests::bit_false_is_zero ... ok [INFO] [stdout] test bit::bit_tests::bitand_of_a_false_bit_and_a_false_bit_is_false ... ok [INFO] [stdout] test bit::bit_tests::bitand_of_a_true_bit_and_a_false_bit_is_false ... ok [INFO] [stdout] test bit::bit_tests::bitand_of_a_true_bit_and_a_true_bit_is_true ... ok [INFO] [stdout] test bit::bit_tests::bitandassign_of_a_false_bit_and_a_false_bit_is_false ... ok [INFO] [stdout] test bit::bit_tests::bitandassign_of_a_true_bit_and_a_false_bit_is_false ... ok [INFO] [stdout] test bit::bit_tests::bitandassign_of_a_true_bit_and_a_true_bit_is_true ... ok [INFO] [stdout] test bit::bit_tests::bitor_of_a_true_bit_and_a_false_bit_is_true ... ok [INFO] [stdout] test bit::bit_tests::bitor_of_a_false_bit_and_a_false_bit_is_false ... ok [INFO] [stdout] test bit::bit_tests::bitorassign_of_a_false_bit_and_a_false_bit_is_false ... ok [INFO] [stdout] test bit::bit_tests::bitorassign_of_a_true_bit_and_a_false_bit_is_true ... ok [INFO] [stdout] test bit::bit_tests::bitorassign_of_a_true_bit_and_a_true_bit_is_true ... ok [INFO] [stdout] test bit::bit_tests::bitxor_of_a_true_bit_and_a_true_bit_is_false ... ok [INFO] [stdout] test bit::bit_tests::bitxorassign_of_a_false_bit_and_a_false_bit_is_false ... ok [INFO] [stdout] test bit::bit_tests::bitxor_of_a_true_bit_and_a_false_bit_is_true ... ok [INFO] [stdout] test bit::bit_tests::bitxorassign_of_a_true_bit_and_a_true_bit_is_false ... ok [INFO] [stdout] test bit::bit_tests::deref_of_default_bit_is_false ... ok [INFO] [stdout] test bit::bit_tests::false_bit_minus_false_is_false ... ok [INFO] [stdout] test bit::bit_tests::false_bit_minus_true_is_false ... ok [INFO] [stdout] test bit::bit_tests::false_bit_plus_true_is_true ... ok [INFO] [stdout] test bit::bit_tests::display_of_bit_works ... ok [INFO] [stdout] test bit::bit_tests::bitxorassign_of_a_true_bit_and_a_false_bit_is_true ... ok [INFO] [stdout] test bit::bit_tests::bitor_of_a_true_bit_and_a_true_bit_is_true ... ok [INFO] [stdout] test bit::bit_tests::false_bit_divided_by_true_is_false ... ok [INFO] [stdout] test bit::bit_tests::false_bit_multiplied_by_false_is_false ... ok [INFO] [stdout] test bit::bit_tests::false_bit_shifted_right_by_0_is_false ... ok [INFO] [stdout] test bit::bit_tests::false_bit_shifted_right_by_0_and_assigned_is_false ... ok [INFO] [stdout] test bit::bit_tests::false_bit_multiplied_by_true_is_false ... ok [INFO] [stdout] test bit::bit_tests::false_bit_shifted_left_by_0_and_assigned_is_false ... ok [INFO] [stdout] test bit::bit_tests::bitxor_of_a_false_bit_and_a_false_bit_is_false ... ok [INFO] [stdout] test bit::bit_tests::false_bit_plus_false_is_false ... ok [INFO] [stdout] test bit::bit_tests::not_of_a_false_bit_is_true ... ok [INFO] [stdout] test bit::bit_tests::false_bit_shifted_left_by_0_is_false ... ok [INFO] [stdout] test bit::bit_tests::true_bit_multiplied_by_false_is_false ... ok [INFO] [stdout] test bit::bit_tests::true_bit_shifted_left_by_0_is_true ... ok [INFO] [stdout] test bit::bit_tests::true_bit_multiplied_by_true_is_true ... ok [INFO] [stdout] test bit::bit_tests::true_bit_plus_true_is_false ... ok [INFO] [stdout] test bit::bit_tests::not_of_a_true_bit_is_false ... ok [INFO] [stdout] test bit::bit_tests::true_bit_minus_false_is_true ... ok [INFO] [stdout] test bit::bit_tests::true_bit_divided_by_true_is_true ... ok [INFO] [stdout] test bit::bit_tests::true_bit_shifted_left_by_0_and_assigned_is_true ... ok [INFO] [stdout] test bit::bit_tests::true_bit_minus_true_is_false ... ok [INFO] [stdout] test bit::bit_tests::writing_true_to_mutable_ref_of_default_bit_makes_it_true ... ok [INFO] [stdout] test bit::bit_tests::true_bit_plus_false_is_true ... ok [INFO] [stdout] test bits::bits_tests::bits_method_test_on_u8 ... ok [INFO] [stdout] test bit::bit_tests::true_bit_shifted_right_by_0_is_true ... ok [INFO] [stdout] test bits::bits_tests::set_bit_method_test_on_u8 ... ok [INFO] [stdout] test bits::bits_tests::bit_method_test_on_u8 ... ok [INFO] [stdout] test bits::bits_tests::u8_zero_as_bits_compared_set_to_one_and_compared ... ok [INFO] [stdout] test bit::bit_tests::true_bit_shifted_right_by_0_and_assigned_is_true ... ok [INFO] [stdout] test bit::bit_tests::false_bit_shifted_right_by_any_number_and_assigned_is_false ... ok [INFO] [stdout] test bit::bit_tests::false_bit_shifted_right_by_any_number_is_false ... ok [INFO] [stdout] test bit::bit_tests::false_bit_shifted_left_by_any_number_is_false ... ok [INFO] [stdout] test bit::bit_tests::true_bit_shifted_left_by_any_number_and_assigned_is_false ... ok [INFO] [stdout] test bit::bit_tests::false_bit_shifted_left_by_any_number_and_assigned_is_false ... ok [INFO] [stdout] test bit::bit_tests::true_bit_shifted_right_by_any_number_is_false ... ok [INFO] [stdout] test bit::bit_tests::true_bit_shifted_right_by_any_number_and_assigned_is_false ... ok [INFO] [stdout] test bit::bit_tests::true_bit_shifted_left_by_any_number_is_false ... ok [INFO] [stdout] test bit::bit_tests::false_bit_divided_by_false_panics - should panic ... ok [INFO] [stdout] test bit::bit_tests::true_bit_divided_by_false_panics - should panic ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 62 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s [INFO] [stdout] [INFO] [stderr] Doc-tests bitman [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "8886caa7fbee6b7d23f72bef8a82be4fc8fd67033eaecd4d12d36e0b1c0b8212", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8886caa7fbee6b7d23f72bef8a82be4fc8fd67033eaecd4d12d36e0b1c0b8212", kill_on_drop: false }` [INFO] [stdout] 8886caa7fbee6b7d23f72bef8a82be4fc8fd67033eaecd4d12d36e0b1c0b8212