[INFO] fetching crate bit-vec-omnitool 0.7.0... [INFO] testing bit-vec-omnitool-0.7.0 against 1.90.0 for beta-1.91-3 [INFO] extracting crate bit-vec-omnitool 0.7.0 into /workspace/builds/worker-6-tc1/source [INFO] started tweaking crates.io crate bit-vec-omnitool 0.7.0 [INFO] finished tweaking crates.io crate bit-vec-omnitool 0.7.0 [INFO] tweaked toml for crates.io crate bit-vec-omnitool 0.7.0 written to /workspace/builds/worker-6-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate bit-vec-omnitool 0.7.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 nanoserde v0.1.37 [INFO] [stderr] Downloaded nanoserde-derive v0.1.22 [INFO] [stderr] Downloaded mini-internal v0.1.43 [INFO] [stderr] Downloaded miniserde v0.1.43 [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] f77b7e9a043cd68e4313b3ccee95e71ca1a81f96ffe6e7c0a1812983af4bdefe [INFO] running `Command { std: "docker" "start" "-a" "f77b7e9a043cd68e4313b3ccee95e71ca1a81f96ffe6e7c0a1812983af4bdefe", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f77b7e9a043cd68e4313b3ccee95e71ca1a81f96ffe6e7c0a1812983af4bdefe", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f77b7e9a043cd68e4313b3ccee95e71ca1a81f96ffe6e7c0a1812983af4bdefe", kill_on_drop: false }` [INFO] [stdout] f77b7e9a043cd68e4313b3ccee95e71ca1a81f96ffe6e7c0a1812983af4bdefe [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] ffa11c6142dd991a43c595d843fed7fbfe3381c9d5992b688747ef5a7c987fe3 [INFO] running `Command { std: "docker" "start" "-a" "ffa11c6142dd991a43c595d843fed7fbfe3381c9d5992b688747ef5a7c987fe3", kill_on_drop: false }` [INFO] [stderr] Compiling bit-vec-omnitool v0.7.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.38s [INFO] running `Command { std: "docker" "inspect" "ffa11c6142dd991a43c595d843fed7fbfe3381c9d5992b688747ef5a7c987fe3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ffa11c6142dd991a43c595d843fed7fbfe3381c9d5992b688747ef5a7c987fe3", kill_on_drop: false }` [INFO] [stdout] ffa11c6142dd991a43c595d843fed7fbfe3381c9d5992b688747ef5a7c987fe3 [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] f85db28f48903182b458ad7e8382c7e4d390dc00b00eea0a74071933568a6fdd [INFO] running `Command { std: "docker" "start" "-a" "f85db28f48903182b458ad7e8382c7e4d390dc00b00eea0a74071933568a6fdd", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.176 [INFO] [stderr] Compiling zerocopy v0.8.27 [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_xorshift v0.3.0 [INFO] [stderr] Compiling ppv-lite86 v0.2.21 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling serde_json v1.0.145 [INFO] [stderr] Compiling bit-vec-omnitool v0.7.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 6.22s [INFO] running `Command { std: "docker" "inspect" "f85db28f48903182b458ad7e8382c7e4d390dc00b00eea0a74071933568a6fdd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f85db28f48903182b458ad7e8382c7e4d390dc00b00eea0a74071933568a6fdd", kill_on_drop: false }` [INFO] [stdout] f85db28f48903182b458ad7e8382c7e4d390dc00b00eea0a74071933568a6fdd [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] 98277648a93b8ac2e098a5b7bb6e2ae455f9286882602c3ca5509b5e5734764e [INFO] running `Command { std: "docker" "start" "-a" "98277648a93b8ac2e098a5b7bb6e2ae455f9286882602c3ca5509b5e5734764e", 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-omnitool` (lib) generated 10 warnings (run `cargo fix --lib -p bit-vec-omnitool` to apply 4 suggestions) [INFO] [stderr] warning: `bit-vec-omnitool` (lib test) generated 10 warnings (10 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/bit_vec_omnitool-25abad416dbc8ae4) [INFO] [stdout] [INFO] [stdout] running 48 tests [INFO] [stdout] test tests::iter ... ok [INFO] [stdout] test tests::test_0_elements ... ok [INFO] [stdout] test tests::test_10_elements ... ok [INFO] [stdout] test tests::test_1_element ... ok [INFO] [stdout] test tests::test_31_elements ... ok [INFO] [stdout] test tests::test_2_elements ... ok [INFO] [stdout] test tests::test_32_elements ... ok [INFO] [stdout] test tests::test_33_elements ... ok [INFO] [stdout] test tests::test_big_bit_vec_tests ... ok [INFO] [stdout] test tests::test_big_clear ... ok [INFO] [stdout] test tests::test_big_xnor ... ok [INFO] [stdout] test tests::test_big_xor ... ok [INFO] [stdout] test tests::test_big_difference ... 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_grow ... ok [INFO] [stdout] test tests::test_bit_vec_lt ... ok [INFO] [stdout] test tests::test_bit_vec_push_pop ... ok [INFO] [stdout] test tests::test_bit_vec_unaligned_large_append ... ok [INFO] [stdout] test tests::test_bit_vec_unaligned_small_append ... ok [INFO] [stdout] test tests::test_bit_vec_append_aligned_to_unaligned ... ok [INFO] [stdout] test tests::test_bit_vec_reserve ... ok [INFO] [stdout] test tests::test_display_output ... ok [INFO] [stdout] test tests::test_bit_vec_split_off ... ok [INFO] [stdout] test tests::test_from_bools ... ok [INFO] [stdout] test tests::test_debug_output ... ok [INFO] [stdout] test tests::test_into_iter ... ok [INFO] [stdout] test tests::test_get_mut ... ok [INFO] [stdout] test tests::test_equal_sneaky_small ... ok [INFO] [stdout] test tests::test_equal_differing_sizes ... ok [INFO] [stdout] test tests::test_count_ones ... ok [INFO] [stdout] test tests::test_count_zeros ... ok [INFO] [stdout] test tests::test_bit_vec_truncate ... ok [INFO] [stdout] test tests::test_bit_vec_iterator ... ok [INFO] [stdout] test tests::test_equal_greatly_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_equal_sneaky_big ... ok [INFO] [stdout] test tests::test_from_bytes ... ok [INFO] [stdout] test tests::test_small_nand ... 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_small_nor ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 48 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Doc-tests bit_vec_omnitool [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 40 tests [INFO] [stdout] test src/lib.rs - (line 39) ... FAILED [INFO] [stdout] test src/lib.rs - BitVec::count_ones (line 1059) ... FAILED [INFO] [stdout] test src/lib.rs - BitVec (line 213) ... FAILED [INFO] [stdout] test src/lib.rs - BitVec::and (line 834) ... FAILED [INFO] [stdout] test src/lib.rs - BitVec::capacity (line 1459) ... FAILED [INFO] [stdout] test src/lib.rs - BitVec::append (line 1150) ... FAILED [INFO] [stdout] test src/lib.rs - BitVec::grow (line 1479) ... FAILED [INFO] [stdout] test src/lib.rs - BitVec::eq_vec (line 1351) ... FAILED [INFO] [stdout] test src/lib.rs - BitVec::get_unchecked (line 576) ... FAILED [INFO] [stdout] test src/lib.rs - BitVec::all (line 1030) ... FAILED [INFO] [stdout] test src/lib.rs - BitVec::count_zeros (line 1082) ... FAILED [INFO] [stdout] test src/lib.rs - BitVec::any (line 1280) ... FAILED [INFO] [stdout] test src/lib.rs - BitVec::get_mut (line 598) ... FAILED [INFO] [stdout] test src/lib.rs - BitVec::get_unchecked_mut (line 627) ... FAILED [INFO] [stdout] test src/lib.rs - BitVec::none (line 1262) ... FAILED [INFO] [stdout] test src/lib.rs - BitVec::reserve_exact (line 1433) ... FAILED [INFO] [stdout] test src/lib.rs - BitVec::nand (line 935) ... FAILED [INFO] [stdout] test src/lib.rs - BitVec::negate (line 711) ... FAILED [INFO] [stdout] test src/lib.rs - BitVec::iter_mut (line 1125) ... FAILED [INFO] [stdout] test src/lib.rs - BitVec::nor (line 969) ... FAILED [INFO] [stdout] test src/lib.rs - BitVec::intersect (line 773) ... FAILED [INFO] [stdout] test src/lib.rs - BitVec::iter (line 1106) ... FAILED [INFO] [stdout] test src/lib.rs - BitVec::reserve (line 1399) ... FAILED [INFO] [stdout] test src/lib.rs - BitVec::split_off (line 1203) ... FAILED [INFO] [stdout] test src/lib.rs - BitVec::push (line 1564) ... FAILED [INFO] [stdout] test src/lib.rs - BitVec::difference (line 866) ... FAILED [INFO] [stdout] test src/lib.rs - BitVec::or (line 803) ... FAILED [INFO] [stdout] test src/lib.rs - BitVec::pop (line 1532) ... FAILED [INFO] [stdout] test src/lib.rs - BitVec::union (line 742) ... FAILED [INFO] [stdout] test src/lib.rs - BitVec::to_bytes (line 1301) ... FAILED [INFO] [stdout] test src/lib.rs - BitVec::set (line 657) ... FAILED [INFO] [stdout] test src/lib.rs - BitVec::get (line 541) ... FAILED [INFO] [stdout] test src/lib.rs - BitVec::xnor (line 1003) ... FAILED [INFO] [stdout] test src/lib.rs - BitVec::set_all (line 688) ... FAILED [INFO] [stdout] test src/lib.rs - BitVec::from_fn (line 399) ... FAILED [INFO] [stdout] test src/lib.rs - BitVec::xor (line 904) ... FAILED [INFO] [stdout] test src/lib.rs - BitVec::new (line 300) ... FAILED [INFO] [stdout] test src/lib.rs - BitVec::truncate (line 1372) ... FAILED [INFO] [stdout] test src/lib.rs - BitVec::from_bytes (line 355) ... FAILED [INFO] [stdout] test src/lib.rs - BitVec::from_elem (line 314) ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- src/lib.rs - (line 39) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `bit_vec` [INFO] [stdout] --> src/lib.rs:40:5 [INFO] [stdout] | [INFO] [stdout] 3 | use bit_vec::BitVec; [INFO] [stdout] | ^^^^^^^ use of unresolved module or unlinked crate `bit_vec` [INFO] [stdout] | [INFO] [stdout] help: if you wanted to use a crate named `bit_vec`, use `cargo add bit_vec` to add it to your `Cargo.toml` and import it in your code [INFO] [stdout] | [INFO] [stdout] 2 + extern crate bit_vec; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - BitVec::count_ones (line 1059) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `bit_vec` [INFO] [stdout] --> src/lib.rs:1060:5 [INFO] [stdout] | [INFO] [stdout] 3 | use bit_vec::BitVec; [INFO] [stdout] | ^^^^^^^ use of unresolved module or unlinked crate `bit_vec` [INFO] [stdout] | [INFO] [stdout] help: if you wanted to use a crate named `bit_vec`, use `cargo add bit_vec` to add it to your `Cargo.toml` and import it in your code [INFO] [stdout] | [INFO] [stdout] 2 + extern crate bit_vec; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - BitVec (line 213) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `bit_vec` [INFO] [stdout] --> src/lib.rs:214:5 [INFO] [stdout] | [INFO] [stdout] 3 | use bit_vec::BitVec; [INFO] [stdout] | ^^^^^^^ use of unresolved module or unlinked crate `bit_vec` [INFO] [stdout] | [INFO] [stdout] help: if you wanted to use a crate named `bit_vec`, use `cargo add bit_vec` to add it to your `Cargo.toml` and import it in your code [INFO] [stdout] | [INFO] [stdout] 2 + extern crate bit_vec; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - BitVec::and (line 834) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `bit_vec` [INFO] [stdout] --> src/lib.rs:835:5 [INFO] [stdout] | [INFO] [stdout] 3 | use bit_vec::BitVec; [INFO] [stdout] | ^^^^^^^ use of unresolved module or unlinked crate `bit_vec` [INFO] [stdout] | [INFO] [stdout] help: if you wanted to use a crate named `bit_vec`, use `cargo add bit_vec` to add it to your `Cargo.toml` and import it in your code [INFO] [stdout] | [INFO] [stdout] 2 + extern crate bit_vec; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - BitVec::capacity (line 1459) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `bit_vec` [INFO] [stdout] --> src/lib.rs:1460:5 [INFO] [stdout] | [INFO] [stdout] 3 | use bit_vec::BitVec; [INFO] [stdout] | ^^^^^^^ use of unresolved module or unlinked crate `bit_vec` [INFO] [stdout] | [INFO] [stdout] help: if you wanted to use a crate named `bit_vec`, use `cargo add bit_vec` to add it to your `Cargo.toml` and import it in your code [INFO] [stdout] | [INFO] [stdout] 2 + extern crate bit_vec; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - BitVec::append (line 1150) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `bit_vec` [INFO] [stdout] --> src/lib.rs:1151:5 [INFO] [stdout] | [INFO] [stdout] 3 | use bit_vec::BitVec; [INFO] [stdout] | ^^^^^^^ use of unresolved module or unlinked crate `bit_vec` [INFO] [stdout] | [INFO] [stdout] help: if you wanted to use a crate named `bit_vec`, use `cargo add bit_vec` to add it to your `Cargo.toml` and import it in your code [INFO] [stdout] | [INFO] [stdout] 2 + extern crate bit_vec; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - BitVec::grow (line 1479) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `bit_vec` [INFO] [stdout] --> src/lib.rs:1480:5 [INFO] [stdout] | [INFO] [stdout] 3 | use bit_vec::BitVec; [INFO] [stdout] | ^^^^^^^ use of unresolved module or unlinked crate `bit_vec` [INFO] [stdout] | [INFO] [stdout] help: if you wanted to use a crate named `bit_vec`, use `cargo add bit_vec` to add it to your `Cargo.toml` and import it in your code [INFO] [stdout] | [INFO] [stdout] 2 + extern crate bit_vec; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - BitVec::eq_vec (line 1351) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `bit_vec` [INFO] [stdout] --> src/lib.rs:1352:5 [INFO] [stdout] | [INFO] [stdout] 3 | use bit_vec::BitVec; [INFO] [stdout] | ^^^^^^^ use of unresolved module or unlinked crate `bit_vec` [INFO] [stdout] | [INFO] [stdout] help: if you wanted to use a crate named `bit_vec`, use `cargo add bit_vec` to add it to your `Cargo.toml` and import it in your code [INFO] [stdout] | [INFO] [stdout] 2 + extern crate bit_vec; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - BitVec::get_unchecked (line 576) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `bit_vec` [INFO] [stdout] --> src/lib.rs:577:5 [INFO] [stdout] | [INFO] [stdout] 3 | use bit_vec::BitVec; [INFO] [stdout] | ^^^^^^^ use of unresolved module or unlinked crate `bit_vec` [INFO] [stdout] | [INFO] [stdout] help: if you wanted to use a crate named `bit_vec`, use `cargo add bit_vec` to add it to your `Cargo.toml` and import it in your code [INFO] [stdout] | [INFO] [stdout] 2 + extern crate bit_vec; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - BitVec::all (line 1030) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `bit_vec` [INFO] [stdout] --> src/lib.rs:1031:5 [INFO] [stdout] | [INFO] [stdout] 3 | use bit_vec::BitVec; [INFO] [stdout] | ^^^^^^^ use of unresolved module or unlinked crate `bit_vec` [INFO] [stdout] | [INFO] [stdout] help: if you wanted to use a crate named `bit_vec`, use `cargo add bit_vec` to add it to your `Cargo.toml` and import it in your code [INFO] [stdout] | [INFO] [stdout] 2 + extern crate bit_vec; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - BitVec::count_zeros (line 1082) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `bit_vec` [INFO] [stdout] --> src/lib.rs:1083:5 [INFO] [stdout] | [INFO] [stdout] 3 | use bit_vec::BitVec; [INFO] [stdout] | ^^^^^^^ use of unresolved module or unlinked crate `bit_vec` [INFO] [stdout] | [INFO] [stdout] help: if you wanted to use a crate named `bit_vec`, use `cargo add bit_vec` to add it to your `Cargo.toml` and import it in your code [INFO] [stdout] | [INFO] [stdout] 2 + extern crate bit_vec; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - BitVec::any (line 1280) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `bit_vec` [INFO] [stdout] --> src/lib.rs:1281:5 [INFO] [stdout] | [INFO] [stdout] 3 | use bit_vec::BitVec; [INFO] [stdout] | ^^^^^^^ use of unresolved module or unlinked crate `bit_vec` [INFO] [stdout] | [INFO] [stdout] help: if you wanted to use a crate named `bit_vec`, use `cargo add bit_vec` to add it to your `Cargo.toml` and import it in your code [INFO] [stdout] | [INFO] [stdout] 2 + extern crate bit_vec; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - BitVec::get_mut (line 598) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `bit_vec` [INFO] [stdout] --> src/lib.rs:599:5 [INFO] [stdout] | [INFO] [stdout] 3 | use bit_vec::BitVec; [INFO] [stdout] | ^^^^^^^ use of unresolved module or unlinked crate `bit_vec` [INFO] [stdout] | [INFO] [stdout] help: if you wanted to use a crate named `bit_vec`, use `cargo add bit_vec` to add it to your `Cargo.toml` and import it in your code [INFO] [stdout] | [INFO] [stdout] 2 + extern crate bit_vec; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - BitVec::get_unchecked_mut (line 627) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `bit_vec` [INFO] [stdout] --> src/lib.rs:628:5 [INFO] [stdout] | [INFO] [stdout] 3 | use bit_vec::BitVec; [INFO] [stdout] | ^^^^^^^ use of unresolved module or unlinked crate `bit_vec` [INFO] [stdout] | [INFO] [stdout] help: if you wanted to use a crate named `bit_vec`, use `cargo add bit_vec` to add it to your `Cargo.toml` and import it in your code [INFO] [stdout] | [INFO] [stdout] 2 + extern crate bit_vec; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - BitVec::none (line 1262) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `bit_vec` [INFO] [stdout] --> src/lib.rs:1263:5 [INFO] [stdout] | [INFO] [stdout] 3 | use bit_vec::BitVec; [INFO] [stdout] | ^^^^^^^ use of unresolved module or unlinked crate `bit_vec` [INFO] [stdout] | [INFO] [stdout] help: if you wanted to use a crate named `bit_vec`, use `cargo add bit_vec` to add it to your `Cargo.toml` and import it in your code [INFO] [stdout] | [INFO] [stdout] 2 + extern crate bit_vec; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - BitVec::reserve_exact (line 1433) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `bit_vec` [INFO] [stdout] --> src/lib.rs:1434:5 [INFO] [stdout] | [INFO] [stdout] 3 | use bit_vec::BitVec; [INFO] [stdout] | ^^^^^^^ use of unresolved module or unlinked crate `bit_vec` [INFO] [stdout] | [INFO] [stdout] help: if you wanted to use a crate named `bit_vec`, use `cargo add bit_vec` to add it to your `Cargo.toml` and import it in your code [INFO] [stdout] | [INFO] [stdout] 2 + extern crate bit_vec; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - BitVec::nand (line 935) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `bit_vec` [INFO] [stdout] --> src/lib.rs:936:5 [INFO] [stdout] | [INFO] [stdout] 3 | use bit_vec::BitVec; [INFO] [stdout] | ^^^^^^^ use of unresolved module or unlinked crate `bit_vec` [INFO] [stdout] | [INFO] [stdout] help: if you wanted to use a crate named `bit_vec`, use `cargo add bit_vec` to add it to your `Cargo.toml` and import it in your code [INFO] [stdout] | [INFO] [stdout] 2 + extern crate bit_vec; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - BitVec::negate (line 711) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `bit_vec` [INFO] [stdout] --> src/lib.rs:712:5 [INFO] [stdout] | [INFO] [stdout] 3 | use bit_vec::BitVec; [INFO] [stdout] | ^^^^^^^ use of unresolved module or unlinked crate `bit_vec` [INFO] [stdout] | [INFO] [stdout] help: if you wanted to use a crate named `bit_vec`, use `cargo add bit_vec` to add it to your `Cargo.toml` and import it in your code [INFO] [stdout] | [INFO] [stdout] 2 + extern crate bit_vec; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - BitVec::iter_mut (line 1125) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `bit_vec` [INFO] [stdout] --> src/lib.rs:1126:5 [INFO] [stdout] | [INFO] [stdout] 3 | use bit_vec::BitVec; [INFO] [stdout] | ^^^^^^^ use of unresolved module or unlinked crate `bit_vec` [INFO] [stdout] | [INFO] [stdout] help: if you wanted to use a crate named `bit_vec`, use `cargo add bit_vec` to add it to your `Cargo.toml` and import it in your code [INFO] [stdout] | [INFO] [stdout] 2 + extern crate bit_vec; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - BitVec::nor (line 969) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `bit_vec` [INFO] [stdout] --> src/lib.rs:970:5 [INFO] [stdout] | [INFO] [stdout] 3 | use bit_vec::BitVec; [INFO] [stdout] | ^^^^^^^ use of unresolved module or unlinked crate `bit_vec` [INFO] [stdout] | [INFO] [stdout] help: if you wanted to use a crate named `bit_vec`, use `cargo add bit_vec` to add it to your `Cargo.toml` and import it in your code [INFO] [stdout] | [INFO] [stdout] 2 + extern crate bit_vec; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - BitVec::intersect (line 773) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `bit_vec` [INFO] [stdout] --> src/lib.rs:774:5 [INFO] [stdout] | [INFO] [stdout] 3 | use bit_vec::BitVec; [INFO] [stdout] | ^^^^^^^ use of unresolved module or unlinked crate `bit_vec` [INFO] [stdout] | [INFO] [stdout] help: if you wanted to use a crate named `bit_vec`, use `cargo add bit_vec` to add it to your `Cargo.toml` and import it in your code [INFO] [stdout] | [INFO] [stdout] 2 + extern crate bit_vec; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - BitVec::iter (line 1106) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `bit_vec` [INFO] [stdout] --> src/lib.rs:1107:5 [INFO] [stdout] | [INFO] [stdout] 3 | use bit_vec::BitVec; [INFO] [stdout] | ^^^^^^^ use of unresolved module or unlinked crate `bit_vec` [INFO] [stdout] | [INFO] [stdout] help: if you wanted to use a crate named `bit_vec`, use `cargo add bit_vec` to add it to your `Cargo.toml` and import it in your code [INFO] [stdout] | [INFO] [stdout] 2 + extern crate bit_vec; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - BitVec::reserve (line 1399) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `bit_vec` [INFO] [stdout] --> src/lib.rs:1400:5 [INFO] [stdout] | [INFO] [stdout] 3 | use bit_vec::BitVec; [INFO] [stdout] | ^^^^^^^ use of unresolved module or unlinked crate `bit_vec` [INFO] [stdout] | [INFO] [stdout] help: if you wanted to use a crate named `bit_vec`, use `cargo add bit_vec` to add it to your `Cargo.toml` and import it in your code [INFO] [stdout] | [INFO] [stdout] 2 + extern crate bit_vec; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - BitVec::split_off (line 1203) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `bit_vec` [INFO] [stdout] --> src/lib.rs:1204:5 [INFO] [stdout] | [INFO] [stdout] 3 | use bit_vec::BitVec; [INFO] [stdout] | ^^^^^^^ use of unresolved module or unlinked crate `bit_vec` [INFO] [stdout] | [INFO] [stdout] help: if you wanted to use a crate named `bit_vec`, use `cargo add bit_vec` to add it to your `Cargo.toml` and import it in your code [INFO] [stdout] | [INFO] [stdout] 2 + extern crate bit_vec; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - BitVec::push (line 1564) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `bit_vec` [INFO] [stdout] --> src/lib.rs:1565:5 [INFO] [stdout] | [INFO] [stdout] 3 | use bit_vec::BitVec; [INFO] [stdout] | ^^^^^^^ use of unresolved module or unlinked crate `bit_vec` [INFO] [stdout] | [INFO] [stdout] help: if you wanted to use a crate named `bit_vec`, use `cargo add bit_vec` to add it to your `Cargo.toml` and import it in your code [INFO] [stdout] | [INFO] [stdout] 2 + extern crate bit_vec; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - BitVec::difference (line 866) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `bit_vec` [INFO] [stdout] --> src/lib.rs:867:5 [INFO] [stdout] | [INFO] [stdout] 3 | use bit_vec::BitVec; [INFO] [stdout] | ^^^^^^^ use of unresolved module or unlinked crate `bit_vec` [INFO] [stdout] | [INFO] [stdout] help: if you wanted to use a crate named `bit_vec`, use `cargo add bit_vec` to add it to your `Cargo.toml` and import it in your code [INFO] [stdout] | [INFO] [stdout] 2 + extern crate bit_vec; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - BitVec::or (line 803) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `bit_vec` [INFO] [stdout] --> src/lib.rs:804:5 [INFO] [stdout] | [INFO] [stdout] 3 | use bit_vec::BitVec; [INFO] [stdout] | ^^^^^^^ use of unresolved module or unlinked crate `bit_vec` [INFO] [stdout] | [INFO] [stdout] help: if you wanted to use a crate named `bit_vec`, use `cargo add bit_vec` to add it to your `Cargo.toml` and import it in your code [INFO] [stdout] | [INFO] [stdout] 2 + extern crate bit_vec; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - BitVec::pop (line 1532) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `bit_vec` [INFO] [stdout] --> src/lib.rs:1533:5 [INFO] [stdout] | [INFO] [stdout] 3 | use bit_vec::BitVec; [INFO] [stdout] | ^^^^^^^ use of unresolved module or unlinked crate `bit_vec` [INFO] [stdout] | [INFO] [stdout] help: if you wanted to use a crate named `bit_vec`, use `cargo add bit_vec` to add it to your `Cargo.toml` and import it in your code [INFO] [stdout] | [INFO] [stdout] 2 + extern crate bit_vec; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - BitVec::union (line 742) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `bit_vec` [INFO] [stdout] --> src/lib.rs:743:5 [INFO] [stdout] | [INFO] [stdout] 3 | use bit_vec::BitVec; [INFO] [stdout] | ^^^^^^^ use of unresolved module or unlinked crate `bit_vec` [INFO] [stdout] | [INFO] [stdout] help: if you wanted to use a crate named `bit_vec`, use `cargo add bit_vec` to add it to your `Cargo.toml` and import it in your code [INFO] [stdout] | [INFO] [stdout] 2 + extern crate bit_vec; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - BitVec::to_bytes (line 1301) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `bit_vec` [INFO] [stdout] --> src/lib.rs:1302:5 [INFO] [stdout] | [INFO] [stdout] 3 | use bit_vec::BitVec; [INFO] [stdout] | ^^^^^^^ use of unresolved module or unlinked crate `bit_vec` [INFO] [stdout] | [INFO] [stdout] help: if you wanted to use a crate named `bit_vec`, use `cargo add bit_vec` to add it to your `Cargo.toml` and import it in your code [INFO] [stdout] | [INFO] [stdout] 2 + extern crate bit_vec; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - BitVec::set (line 657) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `bit_vec` [INFO] [stdout] --> src/lib.rs:658:5 [INFO] [stdout] | [INFO] [stdout] 3 | use bit_vec::BitVec; [INFO] [stdout] | ^^^^^^^ use of unresolved module or unlinked crate `bit_vec` [INFO] [stdout] | [INFO] [stdout] help: if you wanted to use a crate named `bit_vec`, use `cargo add bit_vec` to add it to your `Cargo.toml` and import it in your code [INFO] [stdout] | [INFO] [stdout] 2 + extern crate bit_vec; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - BitVec::get (line 541) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `bit_vec` [INFO] [stdout] --> src/lib.rs:542:5 [INFO] [stdout] | [INFO] [stdout] 3 | use bit_vec::BitVec; [INFO] [stdout] | ^^^^^^^ use of unresolved module or unlinked crate `bit_vec` [INFO] [stdout] | [INFO] [stdout] help: if you wanted to use a crate named `bit_vec`, use `cargo add bit_vec` to add it to your `Cargo.toml` and import it in your code [INFO] [stdout] | [INFO] [stdout] 2 + extern crate bit_vec; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - BitVec::xnor (line 1003) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `bit_vec` [INFO] [stdout] --> src/lib.rs:1004:5 [INFO] [stdout] | [INFO] [stdout] 3 | use bit_vec::BitVec; [INFO] [stdout] | ^^^^^^^ use of unresolved module or unlinked crate `bit_vec` [INFO] [stdout] | [INFO] [stdout] help: if you wanted to use a crate named `bit_vec`, use `cargo add bit_vec` to add it to your `Cargo.toml` and import it in your code [INFO] [stdout] | [INFO] [stdout] 2 + extern crate bit_vec; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - BitVec::set_all (line 688) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `bit_vec` [INFO] [stdout] --> src/lib.rs:689:5 [INFO] [stdout] | [INFO] [stdout] 3 | use bit_vec::BitVec; [INFO] [stdout] | ^^^^^^^ use of unresolved module or unlinked crate `bit_vec` [INFO] [stdout] | [INFO] [stdout] help: if you wanted to use a crate named `bit_vec`, use `cargo add bit_vec` to add it to your `Cargo.toml` and import it in your code [INFO] [stdout] | [INFO] [stdout] 2 + extern crate bit_vec; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - BitVec::from_fn (line 399) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `bit_vec` [INFO] [stdout] --> src/lib.rs:400:5 [INFO] [stdout] | [INFO] [stdout] 3 | use bit_vec::BitVec; [INFO] [stdout] | ^^^^^^^ use of unresolved module or unlinked crate `bit_vec` [INFO] [stdout] | [INFO] [stdout] help: if you wanted to use a crate named `bit_vec`, use `cargo add bit_vec` to add it to your `Cargo.toml` and import it in your code [INFO] [stdout] | [INFO] [stdout] 2 + extern crate bit_vec; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - BitVec::xor (line 904) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `bit_vec` [INFO] [stdout] --> src/lib.rs:905:5 [INFO] [stdout] | [INFO] [stdout] 3 | use bit_vec::BitVec; [INFO] [stdout] | ^^^^^^^ use of unresolved module or unlinked crate `bit_vec` [INFO] [stdout] | [INFO] [stdout] help: if you wanted to use a crate named `bit_vec`, use `cargo add bit_vec` to add it to your `Cargo.toml` and import it in your code [INFO] [stdout] | [INFO] [stdout] 2 + extern crate bit_vec; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - BitVec::new (line 300) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `bit_vec` [INFO] [stdout] --> src/lib.rs:301:5 [INFO] [stdout] | [INFO] [stdout] 3 | use bit_vec::BitVec; [INFO] [stdout] | ^^^^^^^ use of unresolved module or unlinked crate `bit_vec` [INFO] [stdout] | [INFO] [stdout] help: if you wanted to use a crate named `bit_vec`, use `cargo add bit_vec` to add it to your `Cargo.toml` and import it in your code [INFO] [stdout] | [INFO] [stdout] 2 + extern crate bit_vec; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - BitVec::truncate (line 1372) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `bit_vec` [INFO] [stdout] --> src/lib.rs:1373:5 [INFO] [stdout] | [INFO] [stdout] 3 | use bit_vec::BitVec; [INFO] [stdout] | ^^^^^^^ use of unresolved module or unlinked crate `bit_vec` [INFO] [stdout] | [INFO] [stdout] help: if you wanted to use a crate named `bit_vec`, use `cargo add bit_vec` to add it to your `Cargo.toml` and import it in your code [INFO] [stdout] | [INFO] [stdout] 2 + extern crate bit_vec; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - BitVec::from_bytes (line 355) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `bit_vec` [INFO] [stdout] --> src/lib.rs:356:5 [INFO] [stdout] | [INFO] [stdout] 3 | use bit_vec::BitVec; [INFO] [stdout] | ^^^^^^^ use of unresolved module or unlinked crate `bit_vec` [INFO] [stdout] | [INFO] [stdout] help: if you wanted to use a crate named `bit_vec`, use `cargo add bit_vec` to add it to your `Cargo.toml` and import it in your code [INFO] [stdout] | [INFO] [stdout] 2 + extern crate bit_vec; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - BitVec::from_elem (line 314) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `bit_vec` [INFO] [stdout] --> src/lib.rs:315:5 [INFO] [stdout] | [INFO] [stdout] 3 | use bit_vec::BitVec; [INFO] [stdout] | ^^^^^^^ use of unresolved module or unlinked crate `bit_vec` [INFO] [stdout] | [INFO] [stdout] help: if you wanted to use a crate named `bit_vec`, use `cargo add bit_vec` to add it to your `Cargo.toml` and import it in your code [INFO] [stdout] | [INFO] [stdout] 2 + extern crate bit_vec; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] src/lib.rs - (line 39) [INFO] [stdout] src/lib.rs - BitVec (line 213) [INFO] [stdout] src/lib.rs - BitVec::all (line 1030) [INFO] [stdout] src/lib.rs - BitVec::and (line 834) [INFO] [stdout] src/lib.rs - BitVec::any (line 1280) [INFO] [stdout] src/lib.rs - BitVec::append (line 1150) [INFO] [stdout] src/lib.rs - BitVec::capacity (line 1459) [INFO] [stdout] src/lib.rs - BitVec::count_ones (line 1059) [INFO] [stdout] src/lib.rs - BitVec::count_zeros (line 1082) [INFO] [stdout] src/lib.rs - BitVec::difference (line 866) [INFO] [stdout] src/lib.rs - BitVec::eq_vec (line 1351) [INFO] [stdout] src/lib.rs - BitVec::get (line 541) [INFO] [stdout] src/lib.rs - BitVec::get_mut (line 598) [INFO] [stdout] src/lib.rs - BitVec::get_unchecked (line 576) [INFO] [stdout] src/lib.rs - BitVec::get_unchecked_mut (line 627) [INFO] [stdout] src/lib.rs - BitVec::grow (line 1479) [INFO] [stdout] src/lib.rs - BitVec::intersect (line 773) [INFO] [stdout] src/lib.rs - BitVec::iter (line 1106) [INFO] [stdout] src/lib.rs - BitVec::iter_mut (line 1125) [INFO] [stdout] src/lib.rs - BitVec::nand (line 935) [INFO] [stdout] src/lib.rs - BitVec::negate (line 711) [INFO] [stdout] src/lib.rs - BitVec::none (line 1262) [INFO] [stdout] src/lib.rs - BitVec::nor (line 969) [INFO] [stdout] src/lib.rs - BitVec::or (line 803) [INFO] [stdout] src/lib.rs - BitVec::pop (line 1532) [INFO] [stdout] src/lib.rs - BitVec::push (line 1564) [INFO] [stdout] src/lib.rs - BitVec::reserve (line 1399) [INFO] [stdout] src/lib.rs - BitVec::reserve_exact (line 1433) [INFO] [stdout] src/lib.rs - BitVec::set (line 657) [INFO] [stdout] src/lib.rs - BitVec::set_all (line 688) [INFO] [stdout] src/lib.rs - BitVec::split_off (line 1203) [INFO] [stdout] src/lib.rs - BitVec::to_bytes (line 1301) [INFO] [stdout] src/lib.rs - BitVec::truncate (line 1372) [INFO] [stdout] src/lib.rs - BitVec::union (line 742) [INFO] [stdout] src/lib.rs - BitVec::xnor (line 1003) [INFO] [stdout] src/lib.rs - BitVec::xor (line 904) [INFO] [stdout] src/lib.rs - BitVec::from_bytes (line 355) [INFO] [stdout] src/lib.rs - BitVec::from_elem (line 314) [INFO] [stdout] src/lib.rs - BitVec::from_fn (line 399) [INFO] [stdout] src/lib.rs - BitVec::new (line 300) [INFO] [stdout] [INFO] [stdout] test result: FAILED. 0 passed; 40 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.70s [INFO] [stdout] [INFO] [stderr] error: doctest failed, to rerun pass `--doc` [INFO] running `Command { std: "docker" "inspect" "98277648a93b8ac2e098a5b7bb6e2ae455f9286882602c3ca5509b5e5734764e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "98277648a93b8ac2e098a5b7bb6e2ae455f9286882602c3ca5509b5e5734764e", kill_on_drop: false }` [INFO] [stdout] 98277648a93b8ac2e098a5b7bb6e2ae455f9286882602c3ca5509b5e5734764e