[INFO] fetching crate bit-vec 0.8.0... [INFO] testing bit-vec-0.8.0 against 1.90.0 for beta-1.91-3 [INFO] extracting crate bit-vec 0.8.0 into /workspace/builds/worker-6-tc1/source [INFO] started tweaking crates.io crate bit-vec 0.8.0 [INFO] finished tweaking crates.io crate bit-vec 0.8.0 [INFO] tweaked toml for crates.io crate bit-vec 0.8.0 written to /workspace/builds/worker-6-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate bit-vec 0.8.0 on toolchain 1.90.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 38 packages to latest compatible versions [INFO] [stderr] Adding nanoserde v0.1.37 (available: v0.2.1) [INFO] [stderr] Adding rand v0.8.5 (available: v0.9.2) [INFO] [stderr] Adding rand_xorshift v0.3.0 (available: v0.4.0) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded miniserde v0.1.43 [INFO] [stderr] Downloaded mini-internal v0.1.43 [INFO] [stderr] Downloaded nanoserde v0.1.37 [INFO] [stderr] Downloaded nanoserde-derive v0.1.22 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 548cac025c41c607840a4c3def347c13110f87c4bece837d06f3fcc31a42f172 [INFO] running `Command { std: "docker" "start" "-a" "548cac025c41c607840a4c3def347c13110f87c4bece837d06f3fcc31a42f172", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "548cac025c41c607840a4c3def347c13110f87c4bece837d06f3fcc31a42f172", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "548cac025c41c607840a4c3def347c13110f87c4bece837d06f3fcc31a42f172", kill_on_drop: false }` [INFO] [stdout] 548cac025c41c607840a4c3def347c13110f87c4bece837d06f3fcc31a42f172 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] fd95a1d658becf017b7dcf4be6f6d08a692ab4dbff598d9b1d14165b3a996131 [INFO] running `Command { std: "docker" "start" "-a" "fd95a1d658becf017b7dcf4be6f6d08a692ab4dbff598d9b1d14165b3a996131", kill_on_drop: false }` [INFO] [stderr] Compiling bit-vec v0.8.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary parentheses around closure body [INFO] [stdout] --> src/lib.rs:820:38 [INFO] [stdout] | [INFO] [stdout] 820 | self.process(other, |w1, w2| (w1 | w2)) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 820 - self.process(other, |w1, w2| (w1 | w2)) [INFO] [stdout] 820 + self.process(other, |w1, w2| w1 | w2) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around closure body [INFO] [stdout] --> src/lib.rs:851:38 [INFO] [stdout] | [INFO] [stdout] 851 | self.process(other, |w1, w2| (w1 & w2)) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 851 - self.process(other, |w1, w2| (w1 & w2)) [INFO] [stdout] 851 + self.process(other, |w1, w2| w1 & w2) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around closure body [INFO] [stdout] --> src/lib.rs:890:38 [INFO] [stdout] | [INFO] [stdout] 890 | self.process(other, |w1, w2| (w1 & !w2)) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 890 - self.process(other, |w1, w2| (w1 & !w2)) [INFO] [stdout] 890 + self.process(other, |w1, w2| w1 & !w2) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around closure body [INFO] [stdout] --> src/lib.rs:921:38 [INFO] [stdout] | [INFO] [stdout] 921 | self.process(other, |w1, w2| (w1 ^ w2)) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 921 - self.process(other, |w1, w2| (w1 ^ w2)) [INFO] [stdout] 921 + self.process(other, |w1, w2| w1 ^ w2) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:440:19 [INFO] [stdout] | [INFO] [stdout] 440 | fn blocks_mut(&mut self) -> MutBlocks { [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] 440 | fn blocks_mut(&mut self) -> MutBlocks<'_, B> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:447:19 [INFO] [stdout] | [INFO] [stdout] 447 | pub fn blocks(&self) -> Blocks { [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] 447 | pub fn blocks(&self) -> Blocks<'_, B> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:608:20 [INFO] [stdout] | [INFO] [stdout] 608 | pub fn get_mut(&mut self, index: usize) -> Option> { [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] 608 | pub fn get_mut(&mut self, index: usize) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:638:37 [INFO] [stdout] | [INFO] [stdout] 638 | pub unsafe fn get_unchecked_mut(&mut self, index: usize) -> MutBorrowedBit { [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] 638 | pub unsafe fn get_unchecked_mut(&mut self, index: usize) -> MutBorrowedBit<'_, B> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:1113:17 [INFO] [stdout] | [INFO] [stdout] 1113 | pub fn iter(&self) -> Iter { [INFO] [stdout] | ^^^^^ ------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 1113 | pub fn iter(&self) -> Iter<'_, B> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:1137:21 [INFO] [stdout] | [INFO] [stdout] 1137 | pub fn iter_mut(&mut self) -> IterMut { [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] 1137 | pub fn iter_mut(&mut self) -> IterMut<'_, B> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s [INFO] running `Command { std: "docker" "inspect" "fd95a1d658becf017b7dcf4be6f6d08a692ab4dbff598d9b1d14165b3a996131", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fd95a1d658becf017b7dcf4be6f6d08a692ab4dbff598d9b1d14165b3a996131", kill_on_drop: false }` [INFO] [stdout] fd95a1d658becf017b7dcf4be6f6d08a692ab4dbff598d9b1d14165b3a996131 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 881e6bdea4fdc4353bda113c067a8c7bcb09be2d812650eb1068d751347cbc18 [INFO] running `Command { std: "docker" "start" "-a" "881e6bdea4fdc4353bda113c067a8c7bcb09be2d812650eb1068d751347cbc18", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.176 [INFO] [stderr] Compiling serde_json v1.0.145 [INFO] [stderr] Compiling memchr v2.7.6 [INFO] [stderr] Compiling serde_core v1.0.228 [INFO] [stdout] warning: unnecessary parentheses around closure body [INFO] [stdout] --> src/lib.rs:820:38 [INFO] [stdout] | [INFO] [stdout] 820 | self.process(other, |w1, w2| (w1 | w2)) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 820 - self.process(other, |w1, w2| (w1 | w2)) [INFO] [stdout] 820 + self.process(other, |w1, w2| w1 | w2) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around closure body [INFO] [stdout] --> src/lib.rs:851:38 [INFO] [stdout] | [INFO] [stdout] 851 | self.process(other, |w1, w2| (w1 & w2)) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 851 - self.process(other, |w1, w2| (w1 & w2)) [INFO] [stdout] 851 + self.process(other, |w1, w2| w1 & w2) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around closure body [INFO] [stdout] --> src/lib.rs:890:38 [INFO] [stdout] | [INFO] [stdout] 890 | self.process(other, |w1, w2| (w1 & !w2)) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 890 - self.process(other, |w1, w2| (w1 & !w2)) [INFO] [stdout] 890 + self.process(other, |w1, w2| w1 & !w2) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around closure body [INFO] [stdout] --> src/lib.rs:921:38 [INFO] [stdout] | [INFO] [stdout] 921 | self.process(other, |w1, w2| (w1 ^ w2)) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 921 - self.process(other, |w1, w2| (w1 ^ w2)) [INFO] [stdout] 921 + self.process(other, |w1, w2| w1 ^ w2) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:440:19 [INFO] [stdout] | [INFO] [stdout] 440 | fn blocks_mut(&mut self) -> MutBlocks { [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] 440 | fn blocks_mut(&mut self) -> MutBlocks<'_, B> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:447:19 [INFO] [stdout] | [INFO] [stdout] 447 | pub fn blocks(&self) -> Blocks { [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] 447 | pub fn blocks(&self) -> Blocks<'_, B> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:608:20 [INFO] [stdout] | [INFO] [stdout] 608 | pub fn get_mut(&mut self, index: usize) -> Option> { [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] 608 | pub fn get_mut(&mut self, index: usize) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:638:37 [INFO] [stdout] | [INFO] [stdout] 638 | pub unsafe fn get_unchecked_mut(&mut self, index: usize) -> MutBorrowedBit { [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] 638 | pub unsafe fn get_unchecked_mut(&mut self, index: usize) -> MutBorrowedBit<'_, B> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:1113:17 [INFO] [stdout] | [INFO] [stdout] 1113 | pub fn iter(&self) -> Iter { [INFO] [stdout] | ^^^^^ ------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 1113 | pub fn iter(&self) -> Iter<'_, B> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:1137:21 [INFO] [stdout] | [INFO] [stdout] 1137 | pub fn iter_mut(&mut self) -> IterMut { [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] 1137 | pub fn iter_mut(&mut self) -> IterMut<'_, B> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling getrandom v0.2.16 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling rand_xorshift v0.3.0 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling bit-vec v0.8.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary parentheses around closure body [INFO] [stdout] --> src/lib.rs:820:38 [INFO] [stdout] | [INFO] [stdout] 820 | self.process(other, |w1, w2| (w1 | w2)) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 820 - self.process(other, |w1, w2| (w1 | w2)) [INFO] [stdout] 820 + self.process(other, |w1, w2| w1 | w2) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around closure body [INFO] [stdout] --> src/lib.rs:851:38 [INFO] [stdout] | [INFO] [stdout] 851 | self.process(other, |w1, w2| (w1 & w2)) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 851 - self.process(other, |w1, w2| (w1 & w2)) [INFO] [stdout] 851 + self.process(other, |w1, w2| w1 & w2) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around closure body [INFO] [stdout] --> src/lib.rs:890:38 [INFO] [stdout] | [INFO] [stdout] 890 | self.process(other, |w1, w2| (w1 & !w2)) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 890 - self.process(other, |w1, w2| (w1 & !w2)) [INFO] [stdout] 890 + self.process(other, |w1, w2| w1 & !w2) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around closure body [INFO] [stdout] --> src/lib.rs:921:38 [INFO] [stdout] | [INFO] [stdout] 921 | self.process(other, |w1, w2| (w1 ^ w2)) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 921 - self.process(other, |w1, w2| (w1 ^ w2)) [INFO] [stdout] 921 + self.process(other, |w1, w2| w1 ^ w2) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:440:19 [INFO] [stdout] | [INFO] [stdout] 440 | fn blocks_mut(&mut self) -> MutBlocks { [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] 440 | fn blocks_mut(&mut self) -> MutBlocks<'_, B> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:447:19 [INFO] [stdout] | [INFO] [stdout] 447 | pub fn blocks(&self) -> Blocks { [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] 447 | pub fn blocks(&self) -> Blocks<'_, B> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:608:20 [INFO] [stdout] | [INFO] [stdout] 608 | pub fn get_mut(&mut self, index: usize) -> Option> { [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] 608 | pub fn get_mut(&mut self, index: usize) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:638:37 [INFO] [stdout] | [INFO] [stdout] 638 | pub unsafe fn get_unchecked_mut(&mut self, index: usize) -> MutBorrowedBit { [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] 638 | pub unsafe fn get_unchecked_mut(&mut self, index: usize) -> MutBorrowedBit<'_, B> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:1113:17 [INFO] [stdout] | [INFO] [stdout] 1113 | pub fn iter(&self) -> Iter { [INFO] [stdout] | ^^^^^ ------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 1113 | pub fn iter(&self) -> Iter<'_, B> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:1137:21 [INFO] [stdout] | [INFO] [stdout] 1137 | pub fn iter_mut(&mut self) -> IterMut { [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] 1137 | pub fn iter_mut(&mut self) -> IterMut<'_, B> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 8.92s [INFO] running `Command { std: "docker" "inspect" "881e6bdea4fdc4353bda113c067a8c7bcb09be2d812650eb1068d751347cbc18", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "881e6bdea4fdc4353bda113c067a8c7bcb09be2d812650eb1068d751347cbc18", kill_on_drop: false }` [INFO] [stdout] 881e6bdea4fdc4353bda113c067a8c7bcb09be2d812650eb1068d751347cbc18 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 412e0ca6ee8b09f6c6ff8c0efc88058816ceb8bd30d24997a79d80f120e363b0 [INFO] running `Command { std: "docker" "start" "-a" "412e0ca6ee8b09f6c6ff8c0efc88058816ceb8bd30d24997a79d80f120e363b0", kill_on_drop: false }` [INFO] [stderr] warning: unnecessary parentheses around closure body [INFO] [stderr] --> src/lib.rs:820:38 [INFO] [stderr] | [INFO] [stderr] 820 | self.process(other, |w1, w2| (w1 | w2)) [INFO] [stderr] | ^ ^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 820 - self.process(other, |w1, w2| (w1 | w2)) [INFO] [stderr] 820 + self.process(other, |w1, w2| w1 | w2) [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around closure body [INFO] [stderr] --> src/lib.rs:851:38 [INFO] [stderr] | [INFO] [stderr] 851 | self.process(other, |w1, w2| (w1 & w2)) [INFO] [stderr] | ^ ^ [INFO] [stderr] | [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 851 - self.process(other, |w1, w2| (w1 & w2)) [INFO] [stderr] 851 + self.process(other, |w1, w2| w1 & w2) [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around closure body [INFO] [stderr] --> src/lib.rs:890:38 [INFO] [stderr] | [INFO] [stderr] 890 | self.process(other, |w1, w2| (w1 & !w2)) [INFO] [stderr] | ^ ^ [INFO] [stderr] | [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 890 - self.process(other, |w1, w2| (w1 & !w2)) [INFO] [stderr] 890 + self.process(other, |w1, w2| w1 & !w2) [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around closure body [INFO] [stderr] --> src/lib.rs:921:38 [INFO] [stderr] | [INFO] [stderr] 921 | self.process(other, |w1, w2| (w1 ^ w2)) [INFO] [stderr] | ^ ^ [INFO] [stderr] | [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 921 - self.process(other, |w1, w2| (w1 ^ w2)) [INFO] [stderr] 921 + self.process(other, |w1, w2| w1 ^ w2) [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/lib.rs:440:19 [INFO] [stderr] | [INFO] [stderr] 440 | fn blocks_mut(&mut self) -> MutBlocks { [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] 440 | fn blocks_mut(&mut self) -> MutBlocks<'_, B> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/lib.rs:447:19 [INFO] [stderr] | [INFO] [stderr] 447 | pub fn blocks(&self) -> Blocks { [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] 447 | pub fn blocks(&self) -> Blocks<'_, B> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/lib.rs:608:20 [INFO] [stderr] | [INFO] [stderr] 608 | pub fn get_mut(&mut self, index: usize) -> Option> { [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] 608 | pub fn get_mut(&mut self, index: usize) -> Option> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/lib.rs:638:37 [INFO] [stderr] | [INFO] [stderr] 638 | pub unsafe fn get_unchecked_mut(&mut self, index: usize) -> MutBorrowedBit { [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] 638 | pub unsafe fn get_unchecked_mut(&mut self, index: usize) -> MutBorrowedBit<'_, B> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/lib.rs:1113:17 [INFO] [stderr] | [INFO] [stderr] 1113 | pub fn iter(&self) -> Iter { [INFO] [stderr] | ^^^^^ ------- the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 1113 | pub fn iter(&self) -> Iter<'_, B> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/lib.rs:1137:21 [INFO] [stderr] | [INFO] [stderr] 1137 | pub fn iter_mut(&mut self) -> IterMut { [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] 1137 | pub fn iter_mut(&mut self) -> IterMut<'_, B> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: `bit-vec` (lib) generated 10 warnings (run `cargo fix --lib -p bit-vec` to apply 4 suggestions) [INFO] [stderr] warning: `bit-vec` (lib test) generated 10 warnings (10 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.06s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/bit_vec-8c9edd0ea74bed1c) [INFO] [stdout] [INFO] [stdout] running 52 tests [INFO] [stdout] test tests::test_0_elements ... ok [INFO] [stdout] test tests::test_1_element ... ok [INFO] [stdout] test tests::test_2_elements ... ok [INFO] [stdout] test tests::test_10_elements ... ok [INFO] [stdout] test tests::test_31_elements ... ok [INFO] [stdout] test tests::test_33_elements ... ok [INFO] [stdout] test tests::test_32_elements ... ok [INFO] [stdout] test tests::test_big_clear ... ok [INFO] [stdout] test tests::test_big_difference ... ok [INFO] [stdout] test tests::test_big_xnor ... ok [INFO] [stdout] test tests::test_big_xor ... ok [INFO] [stdout] test tests::test_bit_vec_append ... ok [INFO] [stdout] test tests::test_bit_vec_extend ... ok [INFO] [stdout] test tests::test_bit_vec_append_aligned_to_unaligned ... ok [INFO] [stdout] test tests::test_bit_vec_grow ... ok [INFO] [stdout] test tests::test_bit_vec_reserve ... ok [INFO] [stdout] test tests::test_bit_vec_split_off ... ok [INFO] [stdout] test tests::test_bit_vec_truncate ... ok [INFO] [stdout] test tests::test_bit_vec_lt ... ok [INFO] [stdout] test tests::test_bit_vec_unaligned_small_append ... ok [INFO] [stdout] test tests::test_bit_vec_push_pop ... ok [INFO] [stdout] test tests::iter ... ok [INFO] [stdout] test tests::test_debug_output ... ok [INFO] [stdout] test tests::test_display_output ... ok [INFO] [stdout] test tests::test_equal_greatly_differing_sizes ... ok [INFO] [stdout] test tests::test_equal_sneaky_big ... ok [INFO] [stdout] test tests::test_equal_sneaky_small ... ok [INFO] [stdout] test tests::test_from_bools ... ok [INFO] [stdout] test tests::test_from_bytes ... ok [INFO] [stdout] test tests::test_get_mut ... ok [INFO] [stdout] test tests::test_insert_at_block_boundaries ... ok [INFO] [stdout] test tests::test_insert_at_block_boundaries_1 ... ok [INFO] [stdout] test tests::test_insert_at_zero ... ok [INFO] [stdout] test tests::test_into_iter ... ok [INFO] [stdout] test tests::test_equal_differing_sizes ... ok [INFO] [stdout] test tests::test_iter_mut ... ok [INFO] [stdout] test tests::test_ord ... ok [INFO] [stdout] test tests::test_small_bit_vec_tests ... ok [INFO] [stdout] test tests::test_small_clear ... ok [INFO] [stdout] test tests::test_small_difference ... ok [INFO] [stdout] test tests::test_small_nand ... ok [INFO] [stdout] test tests::test_small_nor ... ok [INFO] [stdout] test tests::test_small_xnor ... ok [INFO] [stdout] test tests::test_small_xor ... ok [INFO] [stdout] test tests::test_to_bools ... ok [INFO] [stdout] test tests::test_to_bytes ... ok [INFO] [stdout] test tests::test_count_ones ... ok [INFO] [stdout] test tests::test_big_bit_vec_tests ... ok [INFO] [stdout] test tests::test_bit_vec_unaligned_large_append ... ok [INFO] [stdout] test tests::test_insert_at_end ... ok [INFO] [stdout] test tests::test_bit_vec_iterator ... ok [INFO] [stdout] test tests::test_count_zeros ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 52 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s [INFO] [stderr] Doc-tests bit_vec [INFO] [stdout] [INFO] [stderr] warning: unnecessary parentheses around closure body [INFO] [stderr] --> src/lib.rs:820:38 [INFO] [stderr] | [INFO] [stderr] 820 | self.process(other, |w1, w2| (w1 | w2)) [INFO] [stderr] | ^ ^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 820 - self.process(other, |w1, w2| (w1 | w2)) [INFO] [stderr] 820 + self.process(other, |w1, w2| w1 | w2) [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around closure body [INFO] [stderr] --> src/lib.rs:851:38 [INFO] [stderr] | [INFO] [stderr] 851 | self.process(other, |w1, w2| (w1 & w2)) [INFO] [stderr] | ^ ^ [INFO] [stderr] | [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 851 - self.process(other, |w1, w2| (w1 & w2)) [INFO] [stderr] 851 + self.process(other, |w1, w2| w1 & w2) [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around closure body [INFO] [stderr] --> src/lib.rs:890:38 [INFO] [stderr] | [INFO] [stderr] 890 | self.process(other, |w1, w2| (w1 & !w2)) [INFO] [stderr] | ^ ^ [INFO] [stderr] | [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 890 - self.process(other, |w1, w2| (w1 & !w2)) [INFO] [stderr] 890 + self.process(other, |w1, w2| w1 & !w2) [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around closure body [INFO] [stderr] --> src/lib.rs:921:38 [INFO] [stderr] | [INFO] [stderr] 921 | self.process(other, |w1, w2| (w1 ^ w2)) [INFO] [stderr] | ^ ^ [INFO] [stderr] | [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 921 - self.process(other, |w1, w2| (w1 ^ w2)) [INFO] [stderr] 921 + self.process(other, |w1, w2| w1 ^ w2) [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: 4 warnings emitted [INFO] [stderr] [INFO] [stdout] [INFO] [stdout] running 41 tests [INFO] [stdout] test src/lib.rs - BitVec::count_ones (line 1059) ... ok [INFO] [stdout] test src/lib.rs - BitVec::capacity (line 1459) ... ok [INFO] [stdout] test src/lib.rs - BitVec (line 213) ... ok [INFO] [stdout] test src/lib.rs - BitVec::and (line 834) ... ok [INFO] [stdout] test src/lib.rs - BitVec::all (line 1030) ... ok [INFO] [stdout] test src/lib.rs - BitVec::append (line 1150) ... ok [INFO] [stdout] test src/lib.rs - BitVec::any (line 1280) ... ok [INFO] [stdout] test src/lib.rs - (line 39) ... ok [INFO] [stdout] test src/lib.rs - BitVec::count_zeros (line 1082) ... ok [INFO] [stdout] test src/lib.rs - BitVec::difference (line 866) ... ok [INFO] [stdout] test src/lib.rs - BitVec::get (line 541) ... ok [INFO] [stdout] test src/lib.rs - BitVec::eq_vec (line 1351) ... ok [INFO] [stdout] test src/lib.rs - BitVec::grow (line 1479) ... ok [INFO] [stdout] test src/lib.rs - BitVec::get_mut (line 598) ... ok [INFO] [stdout] test src/lib.rs - BitVec::get_unchecked (line 576) ... ok [INFO] [stdout] test src/lib.rs - BitVec::get_unchecked_mut (line 627) ... ok [INFO] [stdout] test src/lib.rs - BitVec::insert (line 1629) ... ok [INFO] [stdout] test src/lib.rs - BitVec::none (line 1262) ... ok [INFO] [stdout] test src/lib.rs - BitVec::iter_mut (line 1125) ... ok [INFO] [stdout] test src/lib.rs - BitVec::iter (line 1106) ... ok [INFO] [stdout] test src/lib.rs - BitVec::nor (line 969) ... ok [INFO] [stdout] test src/lib.rs - BitVec::negate (line 711) ... ok [INFO] [stdout] test src/lib.rs - BitVec::nand (line 935) ... ok [INFO] [stdout] test src/lib.rs - BitVec::reserve (line 1399) ... ok [INFO] [stdout] test src/lib.rs - BitVec::or (line 803) ... ok [INFO] [stdout] test src/lib.rs - BitVec::pop (line 1532) ... ok [INFO] [stdout] test src/lib.rs - BitVec::intersect (line 773) ... ok [INFO] [stdout] test src/lib.rs - BitVec::reserve_exact (line 1433) ... ok [INFO] [stdout] test src/lib.rs - BitVec::push (line 1564) ... ok [INFO] [stdout] test src/lib.rs - BitVec::set (line 657) ... ok [INFO] [stdout] test src/lib.rs - BitVec::set_all (line 688) ... ok [INFO] [stdout] test src/lib.rs - BitVec::truncate (line 1372) ... ok [INFO] [stdout] test src/lib.rs - BitVec::split_off (line 1203) ... ok [INFO] [stdout] test src/lib.rs - BitVec::union (line 742) ... ok [INFO] [stdout] test src/lib.rs - BitVec::to_bytes (line 1301) ... ok [INFO] [stdout] test src/lib.rs - BitVec::from_elem (line 314) ... ok [INFO] [stdout] test src/lib.rs - BitVec::xnor (line 1003) ... ok [INFO] [stdout] test src/lib.rs - BitVec::new (line 300) ... ok [INFO] [stdout] test src/lib.rs - BitVec::from_fn (line 399) ... ok [INFO] [stdout] test src/lib.rs - BitVec::from_bytes (line 355) ... ok [INFO] [stdout] test src/lib.rs - BitVec::xor (line 904) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 41 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.50s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "412e0ca6ee8b09f6c6ff8c0efc88058816ceb8bd30d24997a79d80f120e363b0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "412e0ca6ee8b09f6c6ff8c0efc88058816ceb8bd30d24997a79d80f120e363b0", kill_on_drop: false }` [INFO] [stdout] 412e0ca6ee8b09f6c6ff8c0efc88058816ceb8bd30d24997a79d80f120e363b0