[INFO] fetching crate deepmesa-collections 0.9.0... [INFO] testing deepmesa-collections-0.9.0 against 1.60.0 for beta-1.61-1 [INFO] extracting crate deepmesa-collections 0.9.0 into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate deepmesa-collections 0.9.0 on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate deepmesa-collections 0.9.0 [INFO] finished tweaking crates.io crate deepmesa-collections 0.9.0 [INFO] tweaked toml for crates.io crate deepmesa-collections 0.9.0 written to /workspace/builds/worker-6/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] dd65803f591aa71bdac27b59947e2a753a48a5713e2ed7b7ae404b1ae23f1b48 [INFO] running `Command { std: "docker" "start" "-a" "dd65803f591aa71bdac27b59947e2a753a48a5713e2ed7b7ae404b1ae23f1b48", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "dd65803f591aa71bdac27b59947e2a753a48a5713e2ed7b7ae404b1ae23f1b48", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dd65803f591aa71bdac27b59947e2a753a48a5713e2ed7b7ae404b1ae23f1b48", kill_on_drop: false }` [INFO] [stdout] dd65803f591aa71bdac27b59947e2a753a48a5713e2ed7b7ae404b1ae23f1b48 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] ba63a9259a360eeb2f46644db6c919caf33c770cbf464797e73b87b44f5c810c [INFO] running `Command { std: "docker" "start" "-a" "ba63a9259a360eeb2f46644db6c919caf33c770cbf464797e73b87b44f5c810c", kill_on_drop: false }` [INFO] [stderr] Compiling deepmesa-collections v0.9.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/bitvec/macros.rs:243:67 [INFO] [stdout] | [INFO] [stdout] 243 | bitops::is_msb_nset($bits[$index / 8], ($index % 8) as u8); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/bitvec/bitslice.rs:464:21 [INFO] [stdout] | [INFO] [stdout] 464 | return Some(bit_at_unchecked!(index, self.0)); [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `bit_at_unchecked` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/bitvec/macros.rs:243:67 [INFO] [stdout] | [INFO] [stdout] 243 | bitops::is_msb_nset($bits[$index / 8], ($index % 8) as u8); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/bitvec/bitslice.rs:489:19 [INFO] [stdout] | [INFO] [stdout] 489 | let bit = bit_at_unchecked!(bit_idx, self.0); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `bit_at_unchecked` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/bitvec/macros.rs:243:67 [INFO] [stdout] | [INFO] [stdout] 243 | bitops::is_msb_nset($bits[$index / 8], ($index % 8) as u8); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/bitvec/bitslice.rs:970:27 [INFO] [stdout] | [INFO] [stdout] 970 | let bit = bit_at_unchecked!(self.offset(), self.0); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `bit_at_unchecked` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/bitvec/macros.rs:243:67 [INFO] [stdout] | [INFO] [stdout] 243 | bitops::is_msb_nset($bits[$index / 8], ($index % 8) as u8); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/bitvec/bitslice.rs:999:27 [INFO] [stdout] | [INFO] [stdout] 999 | let bit = bit_at_unchecked!(bit_idx, self.0); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `bit_at_unchecked` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/bitvec/macros.rs:243:67 [INFO] [stdout] | [INFO] [stdout] 243 | bitops::is_msb_nset($bits[$index / 8], ($index % 8) as u8); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/bitvec/bitslice.rs:1028:27 [INFO] [stdout] | [INFO] [stdout] 1028 | let bit = bit_at_unchecked!(self.len() - 1 + self.offset(), self.0); [INFO] [stdout] | --------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `bit_at_unchecked` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/bitvec/macros.rs:243:67 [INFO] [stdout] | [INFO] [stdout] 243 | bitops::is_msb_nset($bits[$index / 8], ($index % 8) as u8); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/bitvec/bitslice.rs:1057:27 [INFO] [stdout] | [INFO] [stdout] 1057 | let bit = bit_at_unchecked!(bit_idx, self.0); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `bit_at_unchecked` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/bitvec/bitvec.rs:98:100 [INFO] [stdout] | [INFO] [stdout] 98 | ($self.bits[($self.bit_len - 1) / 8]).clear_lsb_assign((7 - ($self.bit_len - 1) % 8) as u8); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 331 | clr_lsb_last_byte!(self) [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `clr_lsb_last_byte` [INFO] [stdout] = note: this warning originates in the macro `clr_lsb_last_byte` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/bitvec/macros.rs:243:67 [INFO] [stdout] | [INFO] [stdout] 243 | bitops::is_msb_nset($bits[$index / 8], ($index % 8) as u8); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/bitvec/bitvec.rs:685:27 [INFO] [stdout] | [INFO] [stdout] 685 | let bit = bit_at_unchecked!(0, self.bits); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `bit_at_unchecked` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/bitvec/macros.rs:243:67 [INFO] [stdout] | [INFO] [stdout] 243 | bitops::is_msb_nset($bits[$index / 8], ($index % 8) as u8); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/bitvec/bitvec.rs:711:27 [INFO] [stdout] | [INFO] [stdout] 711 | let bit = bit_at_unchecked!(0, self.bits); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `bit_at_unchecked` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/bitvec/macros.rs:243:67 [INFO] [stdout] | [INFO] [stdout] 243 | bitops::is_msb_nset($bits[$index / 8], ($index % 8) as u8); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/bitvec/bitvec.rs:737:27 [INFO] [stdout] | [INFO] [stdout] 737 | let bit = bit_at_unchecked!(self.bit_len - 1, self.bits); [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `bit_at_unchecked` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/bitvec/macros.rs:243:67 [INFO] [stdout] | [INFO] [stdout] 243 | bitops::is_msb_nset($bits[$index / 8], ($index % 8) as u8); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/bitvec/bitvec.rs:764:27 [INFO] [stdout] | [INFO] [stdout] 764 | let bit = bit_at_unchecked!(bit_idx, self.bits); [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `bit_at_unchecked` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/bitvec/macros.rs:243:67 [INFO] [stdout] | [INFO] [stdout] 243 | bitops::is_msb_nset($bits[$index / 8], ($index % 8) as u8); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/bitvec/bitvec.rs:1984:21 [INFO] [stdout] | [INFO] [stdout] 1984 | return Some(bit_at_unchecked!(index, self.bits)); [INFO] [stdout] | ----------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `bit_at_unchecked` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/bitvec/macros.rs:243:67 [INFO] [stdout] | [INFO] [stdout] 243 | bitops::is_msb_nset($bits[$index / 8], ($index % 8) as u8); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/bitvec/bitvec.rs:1991:19 [INFO] [stdout] | [INFO] [stdout] 1991 | let bit = bit_at_unchecked!(index, self.bits); [INFO] [stdout] | ----------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `bit_at_unchecked` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/bitvec/bytes.rs:26:35 [INFO] [stdout] | [INFO] [stdout] 26 | $i.leading_ones() as usize; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 82 | leading_bits!(leading_ones); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `leading_count` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/bitvec/bytes.rs:26:35 [INFO] [stdout] | [INFO] [stdout] 26 | $i.leading_ones() as usize; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 82 | leading_bits!(leading_ones); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `leading_count` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/bitvec/bytes.rs:126:36 [INFO] [stdout] | [INFO] [stdout] 126 | $i.trailing_ones() as usize; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 177 | trailing_bits!(trailing_ones); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `trailing_count` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/bitvec/bytes.rs:126:36 [INFO] [stdout] | [INFO] [stdout] 126 | $i.trailing_ones() as usize; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 177 | trailing_bits!(trailing_ones); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `trailing_count` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/bitvec/macros.rs:243:67 [INFO] [stdout] | [INFO] [stdout] 243 | bitops::is_msb_nset($bits[$index / 8], ($index % 8) as u8); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/bitvec/iter.rs:426:21 [INFO] [stdout] | [INFO] [stdout] 426 | return Some(bit_at_unchecked!(index, self.bits)); [INFO] [stdout] | ----------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `bit_at_unchecked` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `bit_len` [INFO] [stdout] --> src/bitvec/iter.rs:296:13 [INFO] [stdout] | [INFO] [stdout] 296 | bit_len: usize, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 365 | / iter_bits!( [INFO] [stdout] 366 | | /// An iterator that iterates over the `1` bits of the [INFO] [stdout] 367 | | /// [`BitVector`](../struct.BitVector.html). [INFO] [stdout] 368 | | /// [INFO] [stdout] ... | [INFO] [stdout] 388 | | IterOnes [INFO] [stdout] 389 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `IterOnes` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/bitvec/iter.rs:290:18 [INFO] [stdout] | [INFO] [stdout] 290 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 365 | / iter_bits!( [INFO] [stdout] 366 | | /// An iterator that iterates over the `1` bits of the [INFO] [stdout] 367 | | /// [`BitVector`](../struct.BitVector.html). [INFO] [stdout] 368 | | /// [INFO] [stdout] ... | [INFO] [stdout] 388 | | IterOnes [INFO] [stdout] 389 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `iter_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `bit_len` [INFO] [stdout] --> src/bitvec/iter.rs:296:13 [INFO] [stdout] | [INFO] [stdout] 296 | bit_len: usize, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 391 | / iter_bits!( [INFO] [stdout] 392 | | /// An iterator that iterates over the `0` bits of the [INFO] [stdout] 393 | | /// [`BitVector`](../struct.BitVector.html). [INFO] [stdout] 394 | | /// [INFO] [stdout] ... | [INFO] [stdout] 414 | | IterZeros [INFO] [stdout] 415 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `IterZeros` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/bitvec/iter.rs:290:18 [INFO] [stdout] | [INFO] [stdout] 290 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 391 | / iter_bits!( [INFO] [stdout] 392 | | /// An iterator that iterates over the `0` bits of the [INFO] [stdout] 393 | | /// [`BitVector`](../struct.BitVector.html). [INFO] [stdout] 394 | | /// [INFO] [stdout] ... | [INFO] [stdout] 414 | | IterZeros [INFO] [stdout] 415 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `iter_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 20 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.89s [INFO] running `Command { std: "docker" "inspect" "ba63a9259a360eeb2f46644db6c919caf33c770cbf464797e73b87b44f5c810c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ba63a9259a360eeb2f46644db6c919caf33c770cbf464797e73b87b44f5c810c", kill_on_drop: false }` [INFO] [stdout] ba63a9259a360eeb2f46644db6c919caf33c770cbf464797e73b87b44f5c810c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7e6563bbc6fca966ca5f3a26eab0f95b23aaf8a44a3dc432c24061f4f904ee04 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "7e6563bbc6fca966ca5f3a26eab0f95b23aaf8a44a3dc432c24061f4f904ee04", kill_on_drop: false }` [INFO] [stderr] Compiling deepmesa-collections v0.9.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/bitvec/macros.rs:243:67 [INFO] [stdout] | [INFO] [stdout] 243 | bitops::is_msb_nset($bits[$index / 8], ($index % 8) as u8); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/bitvec/bitslice.rs:464:21 [INFO] [stdout] | [INFO] [stdout] 464 | return Some(bit_at_unchecked!(index, self.0)); [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `bit_at_unchecked` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/bitvec/macros.rs:243:67 [INFO] [stdout] | [INFO] [stdout] 243 | bitops::is_msb_nset($bits[$index / 8], ($index % 8) as u8); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/bitvec/bitslice.rs:489:19 [INFO] [stdout] | [INFO] [stdout] 489 | let bit = bit_at_unchecked!(bit_idx, self.0); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `bit_at_unchecked` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/bitvec/macros.rs:243:67 [INFO] [stdout] | [INFO] [stdout] 243 | bitops::is_msb_nset($bits[$index / 8], ($index % 8) as u8); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/bitvec/bitslice.rs:970:27 [INFO] [stdout] | [INFO] [stdout] 970 | let bit = bit_at_unchecked!(self.offset(), self.0); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `bit_at_unchecked` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/bitvec/macros.rs:243:67 [INFO] [stdout] | [INFO] [stdout] 243 | bitops::is_msb_nset($bits[$index / 8], ($index % 8) as u8); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/bitvec/bitslice.rs:999:27 [INFO] [stdout] | [INFO] [stdout] 999 | let bit = bit_at_unchecked!(bit_idx, self.0); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `bit_at_unchecked` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/bitvec/macros.rs:243:67 [INFO] [stdout] | [INFO] [stdout] 243 | bitops::is_msb_nset($bits[$index / 8], ($index % 8) as u8); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/bitvec/bitslice.rs:1028:27 [INFO] [stdout] | [INFO] [stdout] 1028 | let bit = bit_at_unchecked!(self.len() - 1 + self.offset(), self.0); [INFO] [stdout] | --------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `bit_at_unchecked` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/bitvec/macros.rs:243:67 [INFO] [stdout] | [INFO] [stdout] 243 | bitops::is_msb_nset($bits[$index / 8], ($index % 8) as u8); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/bitvec/bitslice.rs:1057:27 [INFO] [stdout] | [INFO] [stdout] 1057 | let bit = bit_at_unchecked!(bit_idx, self.0); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `bit_at_unchecked` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/bitvec/bitvec.rs:98:100 [INFO] [stdout] | [INFO] [stdout] 98 | ($self.bits[($self.bit_len - 1) / 8]).clear_lsb_assign((7 - ($self.bit_len - 1) % 8) as u8); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 331 | clr_lsb_last_byte!(self) [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `clr_lsb_last_byte` [INFO] [stdout] = note: this warning originates in the macro `clr_lsb_last_byte` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/bitvec/macros.rs:243:67 [INFO] [stdout] | [INFO] [stdout] 243 | bitops::is_msb_nset($bits[$index / 8], ($index % 8) as u8); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/bitvec/bitvec.rs:685:27 [INFO] [stdout] | [INFO] [stdout] 685 | let bit = bit_at_unchecked!(0, self.bits); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `bit_at_unchecked` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/bitvec/macros.rs:243:67 [INFO] [stdout] | [INFO] [stdout] 243 | bitops::is_msb_nset($bits[$index / 8], ($index % 8) as u8); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/bitvec/bitvec.rs:711:27 [INFO] [stdout] | [INFO] [stdout] 711 | let bit = bit_at_unchecked!(0, self.bits); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `bit_at_unchecked` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/bitvec/macros.rs:243:67 [INFO] [stdout] | [INFO] [stdout] 243 | bitops::is_msb_nset($bits[$index / 8], ($index % 8) as u8); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/bitvec/bitvec.rs:737:27 [INFO] [stdout] | [INFO] [stdout] 737 | let bit = bit_at_unchecked!(self.bit_len - 1, self.bits); [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `bit_at_unchecked` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/bitvec/macros.rs:243:67 [INFO] [stdout] | [INFO] [stdout] 243 | bitops::is_msb_nset($bits[$index / 8], ($index % 8) as u8); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/bitvec/bitvec.rs:764:27 [INFO] [stdout] | [INFO] [stdout] 764 | let bit = bit_at_unchecked!(bit_idx, self.bits); [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `bit_at_unchecked` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/bitvec/macros.rs:243:67 [INFO] [stdout] | [INFO] [stdout] 243 | bitops::is_msb_nset($bits[$index / 8], ($index % 8) as u8); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/bitvec/bitvec.rs:1984:21 [INFO] [stdout] | [INFO] [stdout] 1984 | return Some(bit_at_unchecked!(index, self.bits)); [INFO] [stdout] | ----------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `bit_at_unchecked` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/bitvec/macros.rs:243:67 [INFO] [stdout] | [INFO] [stdout] 243 | bitops::is_msb_nset($bits[$index / 8], ($index % 8) as u8); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/bitvec/bitvec.rs:1991:19 [INFO] [stdout] | [INFO] [stdout] 1991 | let bit = bit_at_unchecked!(index, self.bits); [INFO] [stdout] | ----------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `bit_at_unchecked` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/bitvec/bytes.rs:26:35 [INFO] [stdout] | [INFO] [stdout] 26 | $i.leading_ones() as usize; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 82 | leading_bits!(leading_ones); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `leading_count` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/bitvec/bytes.rs:26:35 [INFO] [stdout] | [INFO] [stdout] 26 | $i.leading_ones() as usize; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 82 | leading_bits!(leading_ones); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `leading_count` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/bitvec/bytes.rs:126:36 [INFO] [stdout] | [INFO] [stdout] 126 | $i.trailing_ones() as usize; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 177 | trailing_bits!(trailing_ones); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `trailing_count` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/bitvec/bytes.rs:126:36 [INFO] [stdout] | [INFO] [stdout] 126 | $i.trailing_ones() as usize; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 177 | trailing_bits!(trailing_ones); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `trailing_count` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/bitvec/macros.rs:243:67 [INFO] [stdout] | [INFO] [stdout] 243 | bitops::is_msb_nset($bits[$index / 8], ($index % 8) as u8); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/bitvec/iter.rs:426:21 [INFO] [stdout] | [INFO] [stdout] 426 | return Some(bit_at_unchecked!(index, self.bits)); [INFO] [stdout] | ----------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `bit_at_unchecked` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `bit_len` [INFO] [stdout] --> src/bitvec/iter.rs:296:13 [INFO] [stdout] | [INFO] [stdout] 296 | bit_len: usize, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 365 | / iter_bits!( [INFO] [stdout] 366 | | /// An iterator that iterates over the `1` bits of the [INFO] [stdout] 367 | | /// [`BitVector`](../struct.BitVector.html). [INFO] [stdout] 368 | | /// [INFO] [stdout] ... | [INFO] [stdout] 388 | | IterOnes [INFO] [stdout] 389 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `IterOnes` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/bitvec/iter.rs:290:18 [INFO] [stdout] | [INFO] [stdout] 290 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 365 | / iter_bits!( [INFO] [stdout] 366 | | /// An iterator that iterates over the `1` bits of the [INFO] [stdout] 367 | | /// [`BitVector`](../struct.BitVector.html). [INFO] [stdout] 368 | | /// [INFO] [stdout] ... | [INFO] [stdout] 388 | | IterOnes [INFO] [stdout] 389 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `iter_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `bit_len` [INFO] [stdout] --> src/bitvec/iter.rs:296:13 [INFO] [stdout] | [INFO] [stdout] 296 | bit_len: usize, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 391 | / iter_bits!( [INFO] [stdout] 392 | | /// An iterator that iterates over the `0` bits of the [INFO] [stdout] 393 | | /// [`BitVector`](../struct.BitVector.html). [INFO] [stdout] 394 | | /// [INFO] [stdout] ... | [INFO] [stdout] 414 | | IterZeros [INFO] [stdout] 415 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `IterZeros` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/bitvec/iter.rs:290:18 [INFO] [stdout] | [INFO] [stdout] 290 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 391 | / iter_bits!( [INFO] [stdout] 392 | | /// An iterator that iterates over the `0` bits of the [INFO] [stdout] 393 | | /// [`BitVector`](../struct.BitVector.html). [INFO] [stdout] 394 | | /// [INFO] [stdout] ... | [INFO] [stdout] 414 | | IterZeros [INFO] [stdout] 415 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `iter_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 20 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/bitvec/macros.rs:243:67 [INFO] [stdout] | [INFO] [stdout] 243 | bitops::is_msb_nset($bits[$index / 8], ($index % 8) as u8); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/bitvec/bitslice.rs:464:21 [INFO] [stdout] | [INFO] [stdout] 464 | return Some(bit_at_unchecked!(index, self.0)); [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `bit_at_unchecked` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/bitvec/macros.rs:243:67 [INFO] [stdout] | [INFO] [stdout] 243 | bitops::is_msb_nset($bits[$index / 8], ($index % 8) as u8); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/bitvec/bitslice.rs:489:19 [INFO] [stdout] | [INFO] [stdout] 489 | let bit = bit_at_unchecked!(bit_idx, self.0); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `bit_at_unchecked` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/bitvec/macros.rs:243:67 [INFO] [stdout] | [INFO] [stdout] 243 | bitops::is_msb_nset($bits[$index / 8], ($index % 8) as u8); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/bitvec/bitslice.rs:970:27 [INFO] [stdout] | [INFO] [stdout] 970 | let bit = bit_at_unchecked!(self.offset(), self.0); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `bit_at_unchecked` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/bitvec/macros.rs:243:67 [INFO] [stdout] | [INFO] [stdout] 243 | bitops::is_msb_nset($bits[$index / 8], ($index % 8) as u8); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/bitvec/bitslice.rs:999:27 [INFO] [stdout] | [INFO] [stdout] 999 | let bit = bit_at_unchecked!(bit_idx, self.0); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `bit_at_unchecked` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/bitvec/macros.rs:243:67 [INFO] [stdout] | [INFO] [stdout] 243 | bitops::is_msb_nset($bits[$index / 8], ($index % 8) as u8); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/bitvec/bitslice.rs:1028:27 [INFO] [stdout] | [INFO] [stdout] 1028 | let bit = bit_at_unchecked!(self.len() - 1 + self.offset(), self.0); [INFO] [stdout] | --------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `bit_at_unchecked` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/bitvec/macros.rs:243:67 [INFO] [stdout] | [INFO] [stdout] 243 | bitops::is_msb_nset($bits[$index / 8], ($index % 8) as u8); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/bitvec/bitslice.rs:1057:27 [INFO] [stdout] | [INFO] [stdout] 1057 | let bit = bit_at_unchecked!(bit_idx, self.0); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `bit_at_unchecked` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/bitvec/bitvec.rs:98:100 [INFO] [stdout] | [INFO] [stdout] 98 | ($self.bits[($self.bit_len - 1) / 8]).clear_lsb_assign((7 - ($self.bit_len - 1) % 8) as u8); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 331 | clr_lsb_last_byte!(self) [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `clr_lsb_last_byte` [INFO] [stdout] = note: this warning originates in the macro `clr_lsb_last_byte` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/bitvec/macros.rs:243:67 [INFO] [stdout] | [INFO] [stdout] 243 | bitops::is_msb_nset($bits[$index / 8], ($index % 8) as u8); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/bitvec/bitvec.rs:685:27 [INFO] [stdout] | [INFO] [stdout] 685 | let bit = bit_at_unchecked!(0, self.bits); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `bit_at_unchecked` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/bitvec/macros.rs:243:67 [INFO] [stdout] | [INFO] [stdout] 243 | bitops::is_msb_nset($bits[$index / 8], ($index % 8) as u8); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/bitvec/bitvec.rs:711:27 [INFO] [stdout] | [INFO] [stdout] 711 | let bit = bit_at_unchecked!(0, self.bits); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `bit_at_unchecked` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/bitvec/macros.rs:243:67 [INFO] [stdout] | [INFO] [stdout] 243 | bitops::is_msb_nset($bits[$index / 8], ($index % 8) as u8); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/bitvec/bitvec.rs:737:27 [INFO] [stdout] | [INFO] [stdout] 737 | let bit = bit_at_unchecked!(self.bit_len - 1, self.bits); [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `bit_at_unchecked` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/bitvec/macros.rs:243:67 [INFO] [stdout] | [INFO] [stdout] 243 | bitops::is_msb_nset($bits[$index / 8], ($index % 8) as u8); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/bitvec/bitvec.rs:764:27 [INFO] [stdout] | [INFO] [stdout] 764 | let bit = bit_at_unchecked!(bit_idx, self.bits); [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `bit_at_unchecked` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/bitvec/macros.rs:243:67 [INFO] [stdout] | [INFO] [stdout] 243 | bitops::is_msb_nset($bits[$index / 8], ($index % 8) as u8); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/bitvec/bitvec.rs:1984:21 [INFO] [stdout] | [INFO] [stdout] 1984 | return Some(bit_at_unchecked!(index, self.bits)); [INFO] [stdout] | ----------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `bit_at_unchecked` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/bitvec/macros.rs:243:67 [INFO] [stdout] | [INFO] [stdout] 243 | bitops::is_msb_nset($bits[$index / 8], ($index % 8) as u8); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/bitvec/bitvec.rs:1991:19 [INFO] [stdout] | [INFO] [stdout] 1991 | let bit = bit_at_unchecked!(index, self.bits); [INFO] [stdout] | ----------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `bit_at_unchecked` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/bitvec/mod.rs:88:25 [INFO] [stdout] | [INFO] [stdout] 88 | BitVector::new(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/bitvec/bitvec.rs:3209:18 [INFO] [stdout] | [INFO] [stdout] 3209 | let bv = bitvector!(); [INFO] [stdout] | ------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `bitvector` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/bitvec/mod.rs:101:6 [INFO] [stdout] | [INFO] [stdout] 101 | };}; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/bitvec/bitvec.rs:3211:18 [INFO] [stdout] | [INFO] [stdout] 3211 | let bv = bitvector![1, 0, 1, 1]; [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `bitvector` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/bitvec/mod.rs:101:6 [INFO] [stdout] | [INFO] [stdout] 101 | };}; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/bitvec/bitvec.rs:3214:18 [INFO] [stdout] | [INFO] [stdout] 3214 | let bv = bitvector![1;100]; [INFO] [stdout] | ----------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `bitvector` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/bitvec/bytes.rs:26:35 [INFO] [stdout] | [INFO] [stdout] 26 | $i.leading_ones() as usize; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 82 | leading_bits!(leading_ones); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `leading_count` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/bitvec/bytes.rs:26:35 [INFO] [stdout] | [INFO] [stdout] 26 | $i.leading_ones() as usize; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 82 | leading_bits!(leading_ones); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `leading_count` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/bitvec/bytes.rs:126:36 [INFO] [stdout] | [INFO] [stdout] 126 | $i.trailing_ones() as usize; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 177 | trailing_bits!(trailing_ones); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `trailing_count` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/bitvec/bytes.rs:126:36 [INFO] [stdout] | [INFO] [stdout] 126 | $i.trailing_ones() as usize; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 177 | trailing_bits!(trailing_ones); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `trailing_count` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/bitvec/macros.rs:243:67 [INFO] [stdout] | [INFO] [stdout] 243 | bitops::is_msb_nset($bits[$index / 8], ($index % 8) as u8); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/bitvec/iter.rs:426:21 [INFO] [stdout] | [INFO] [stdout] 426 | return Some(bit_at_unchecked!(index, self.bits)); [INFO] [stdout] | ----------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `bit_at_unchecked` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `bit_len` [INFO] [stdout] --> src/bitvec/iter.rs:296:13 [INFO] [stdout] | [INFO] [stdout] 296 | bit_len: usize, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 365 | / iter_bits!( [INFO] [stdout] 366 | | /// An iterator that iterates over the `1` bits of the [INFO] [stdout] 367 | | /// [`BitVector`](../struct.BitVector.html). [INFO] [stdout] 368 | | /// [INFO] [stdout] ... | [INFO] [stdout] 388 | | IterOnes [INFO] [stdout] 389 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `IterOnes` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/bitvec/iter.rs:290:18 [INFO] [stdout] | [INFO] [stdout] 290 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 365 | / iter_bits!( [INFO] [stdout] 366 | | /// An iterator that iterates over the `1` bits of the [INFO] [stdout] 367 | | /// [`BitVector`](../struct.BitVector.html). [INFO] [stdout] 368 | | /// [INFO] [stdout] ... | [INFO] [stdout] 388 | | IterOnes [INFO] [stdout] 389 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `iter_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `bit_len` [INFO] [stdout] --> src/bitvec/iter.rs:296:13 [INFO] [stdout] | [INFO] [stdout] 296 | bit_len: usize, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 391 | / iter_bits!( [INFO] [stdout] 392 | | /// An iterator that iterates over the `0` bits of the [INFO] [stdout] 393 | | /// [`BitVector`](../struct.BitVector.html). [INFO] [stdout] 394 | | /// [INFO] [stdout] ... | [INFO] [stdout] 414 | | IterZeros [INFO] [stdout] 415 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `IterZeros` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/bitvec/iter.rs:290:18 [INFO] [stdout] | [INFO] [stdout] 290 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 391 | / iter_bits!( [INFO] [stdout] 392 | | /// An iterator that iterates over the `0` bits of the [INFO] [stdout] 393 | | /// [`BitVector`](../struct.BitVector.html). [INFO] [stdout] 394 | | /// [INFO] [stdout] ... | [INFO] [stdout] 414 | | IterZeros [INFO] [stdout] 415 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `iter_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 23 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 4.66s [INFO] running `Command { std: "docker" "inspect" "7e6563bbc6fca966ca5f3a26eab0f95b23aaf8a44a3dc432c24061f4f904ee04", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7e6563bbc6fca966ca5f3a26eab0f95b23aaf8a44a3dc432c24061f4f904ee04", kill_on_drop: false }` [INFO] [stdout] 7e6563bbc6fca966ca5f3a26eab0f95b23aaf8a44a3dc432c24061f4f904ee04 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] f641e6abec893b4cf4f719b1b2d5312e4222392d1e03b4ccc3cf25bd9e9cefab [INFO] running `Command { std: "docker" "start" "-a" "f641e6abec893b4cf4f719b1b2d5312e4222392d1e03b4ccc3cf25bd9e9cefab", kill_on_drop: false }` [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/bitvec/macros.rs:243:67 [INFO] [stderr] | [INFO] [stderr] 243 | bitops::is_msb_nset($bits[$index / 8], ($index % 8) as u8); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/bitvec/bitslice.rs:464:21 [INFO] [stderr] | [INFO] [stderr] 464 | return Some(bit_at_unchecked!(index, self.0)); [INFO] [stderr] | -------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `bit_at_unchecked` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/bitvec/macros.rs:243:67 [INFO] [stderr] | [INFO] [stderr] 243 | bitops::is_msb_nset($bits[$index / 8], ($index % 8) as u8); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/bitvec/bitslice.rs:489:19 [INFO] [stderr] | [INFO] [stderr] 489 | let bit = bit_at_unchecked!(bit_idx, self.0); [INFO] [stderr] | ---------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `bit_at_unchecked` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/bitvec/macros.rs:243:67 [INFO] [stderr] | [INFO] [stderr] 243 | bitops::is_msb_nset($bits[$index / 8], ($index % 8) as u8); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/bitvec/bitslice.rs:970:27 [INFO] [stderr] | [INFO] [stderr] 970 | let bit = bit_at_unchecked!(self.offset(), self.0); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `bit_at_unchecked` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/bitvec/macros.rs:243:67 [INFO] [stderr] | [INFO] [stderr] 243 | bitops::is_msb_nset($bits[$index / 8], ($index % 8) as u8); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/bitvec/bitslice.rs:999:27 [INFO] [stderr] | [INFO] [stderr] 999 | let bit = bit_at_unchecked!(bit_idx, self.0); [INFO] [stderr] | ---------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `bit_at_unchecked` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/bitvec/macros.rs:243:67 [INFO] [stderr] | [INFO] [stderr] 243 | bitops::is_msb_nset($bits[$index / 8], ($index % 8) as u8); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/bitvec/bitslice.rs:1028:27 [INFO] [stderr] | [INFO] [stderr] 1028 | let bit = bit_at_unchecked!(self.len() - 1 + self.offset(), self.0); [INFO] [stderr] | --------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `bit_at_unchecked` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/bitvec/macros.rs:243:67 [INFO] [stderr] | [INFO] [stderr] 243 | bitops::is_msb_nset($bits[$index / 8], ($index % 8) as u8); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/bitvec/bitslice.rs:1057:27 [INFO] [stderr] | [INFO] [stderr] 1057 | let bit = bit_at_unchecked!(bit_idx, self.0); [INFO] [stderr] | ---------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `bit_at_unchecked` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/bitvec/bitvec.rs:98:100 [INFO] [stderr] | [INFO] [stderr] 98 | ($self.bits[($self.bit_len - 1) / 8]).clear_lsb_assign((7 - ($self.bit_len - 1) % 8) as u8); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 331 | clr_lsb_last_byte!(self) [INFO] [stderr] | ------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: macro invocations at the end of a block are treated as expressions [INFO] [stderr] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `clr_lsb_last_byte` [INFO] [stderr] = note: this warning originates in the macro `clr_lsb_last_byte` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/bitvec/macros.rs:243:67 [INFO] [stderr] | [INFO] [stderr] 243 | bitops::is_msb_nset($bits[$index / 8], ($index % 8) as u8); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/bitvec/bitvec.rs:685:27 [INFO] [stderr] | [INFO] [stderr] 685 | let bit = bit_at_unchecked!(0, self.bits); [INFO] [stderr] | ------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `bit_at_unchecked` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/bitvec/macros.rs:243:67 [INFO] [stderr] | [INFO] [stderr] 243 | bitops::is_msb_nset($bits[$index / 8], ($index % 8) as u8); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/bitvec/bitvec.rs:711:27 [INFO] [stderr] | [INFO] [stderr] 711 | let bit = bit_at_unchecked!(0, self.bits); [INFO] [stderr] | ------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `bit_at_unchecked` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/bitvec/macros.rs:243:67 [INFO] [stderr] | [INFO] [stderr] 243 | bitops::is_msb_nset($bits[$index / 8], ($index % 8) as u8); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/bitvec/bitvec.rs:737:27 [INFO] [stderr] | [INFO] [stderr] 737 | let bit = bit_at_unchecked!(self.bit_len - 1, self.bits); [INFO] [stderr] | ---------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `bit_at_unchecked` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/bitvec/macros.rs:243:67 [INFO] [stderr] | [INFO] [stderr] 243 | bitops::is_msb_nset($bits[$index / 8], ($index % 8) as u8); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/bitvec/bitvec.rs:764:27 [INFO] [stderr] | [INFO] [stderr] 764 | let bit = bit_at_unchecked!(bit_idx, self.bits); [INFO] [stderr] | ------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `bit_at_unchecked` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/bitvec/macros.rs:243:67 [INFO] [stderr] | [INFO] [stderr] 243 | bitops::is_msb_nset($bits[$index / 8], ($index % 8) as u8); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/bitvec/bitvec.rs:1984:21 [INFO] [stderr] | [INFO] [stderr] 1984 | return Some(bit_at_unchecked!(index, self.bits)); [INFO] [stderr] | ----------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `bit_at_unchecked` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/bitvec/macros.rs:243:67 [INFO] [stderr] | [INFO] [stderr] 243 | bitops::is_msb_nset($bits[$index / 8], ($index % 8) as u8); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/bitvec/bitvec.rs:1991:19 [INFO] [stderr] | [INFO] [stderr] 1991 | let bit = bit_at_unchecked!(index, self.bits); [INFO] [stderr] | ----------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `bit_at_unchecked` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/bitvec/bytes.rs:26:35 [INFO] [stderr] | [INFO] [stderr] 26 | $i.leading_ones() as usize; [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 82 | leading_bits!(leading_ones); [INFO] [stderr] | --------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `leading_count` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/bitvec/bytes.rs:126:36 [INFO] [stderr] | [INFO] [stderr] 126 | $i.trailing_ones() as usize; [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 177 | trailing_bits!(trailing_ones); [INFO] [stderr] | ----------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `trailing_count` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/bitvec/macros.rs:243:67 [INFO] [stderr] | [INFO] [stderr] 243 | bitops::is_msb_nset($bits[$index / 8], ($index % 8) as u8); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/bitvec/iter.rs:426:21 [INFO] [stderr] | [INFO] [stderr] 426 | return Some(bit_at_unchecked!(index, self.bits)); [INFO] [stderr] | ----------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `bit_at_unchecked` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `bit_len` [INFO] [stderr] --> src/bitvec/iter.rs:296:13 [INFO] [stderr] | [INFO] [stderr] 296 | bit_len: usize, [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 365 | / iter_bits!( [INFO] [stderr] 366 | | /// An iterator that iterates over the `1` bits of the [INFO] [stderr] 367 | | /// [`BitVector`](../struct.BitVector.html). [INFO] [stderr] 368 | | /// [INFO] [stderr] ... | [INFO] [stderr] 388 | | IterOnes [INFO] [stderr] 389 | | ); [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] note: `IterOnes` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/bitvec/iter.rs:290:18 [INFO] [stderr] | [INFO] [stderr] 290 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 365 | / iter_bits!( [INFO] [stderr] 366 | | /// An iterator that iterates over the `1` bits of the [INFO] [stderr] 367 | | /// [`BitVector`](../struct.BitVector.html). [INFO] [stderr] 368 | | /// [INFO] [stderr] ... | [INFO] [stderr] 388 | | IterOnes [INFO] [stderr] 389 | | ); [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] = note: this warning originates in the macro `iter_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `bit_len` [INFO] [stderr] --> src/bitvec/iter.rs:296:13 [INFO] [stderr] | [INFO] [stderr] 296 | bit_len: usize, [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 391 | / iter_bits!( [INFO] [stderr] 392 | | /// An iterator that iterates over the `0` bits of the [INFO] [stderr] 393 | | /// [`BitVector`](../struct.BitVector.html). [INFO] [stderr] 394 | | /// [INFO] [stderr] ... | [INFO] [stderr] 414 | | IterZeros [INFO] [stderr] 415 | | ); [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: `IterZeros` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/bitvec/iter.rs:290:18 [INFO] [stderr] | [INFO] [stderr] 290 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 391 | / iter_bits!( [INFO] [stderr] 392 | | /// An iterator that iterates over the `0` bits of the [INFO] [stderr] 393 | | /// [`BitVector`](../struct.BitVector.html). [INFO] [stderr] 394 | | /// [INFO] [stderr] ... | [INFO] [stderr] 414 | | IterZeros [INFO] [stderr] 415 | | ); [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] = note: this warning originates in the macro `iter_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `deepmesa-collections` (lib) generated 20 warnings (2 duplicates) [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/bitvec/mod.rs:88:25 [INFO] [stderr] | [INFO] [stderr] 88 | BitVector::new(); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/bitvec/bitvec.rs:3209:18 [INFO] [stderr] | [INFO] [stderr] 3209 | let bv = bitvector!(); [INFO] [stderr] | ------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `bitvector` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/bitvec/mod.rs:101:6 [INFO] [stderr] | [INFO] [stderr] 101 | };}; [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/bitvec/bitvec.rs:3211:18 [INFO] [stderr] | [INFO] [stderr] 3211 | let bv = bitvector![1, 0, 1, 1]; [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `bitvector` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/bitvec/mod.rs:101:6 [INFO] [stderr] | [INFO] [stderr] 101 | };}; [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/bitvec/bitvec.rs:3214:18 [INFO] [stderr] | [INFO] [stderr] 3214 | let bv = bitvector![1;100]; [INFO] [stderr] | ----------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `bitvector` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `deepmesa-collections` (lib test) generated 23 warnings (20 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/deepmesa_collections-52abdc7f2b70984b) [INFO] [stdout] [INFO] [stdout] running 169 tests [INFO] [stdout] test bitvec::bitops::tests::test_clr_msb_usize ... ok [INFO] [stdout] test bitvec::bitops::tests::test_is_msb_nset ... ok [INFO] [stdout] test bitvec::bitops::tests::test_shl_into ... ok [INFO] [stdout] test bitvec::bitslice::tests::test_all ... ok [INFO] [stdout] test bitvec::bitslice::tests::test_any ... ok [INFO] [stdout] test bitvec::bitops::tests::test_msbn_usize ... ok [INFO] [stdout] test bitvec::bitslice::tests::test_bit_and_slice_8 ... ok [INFO] [stdout] test bitvec::bitslice::tests::test_bit_not_0 ... ok [INFO] [stdout] test bitvec::bitslice::tests::test_bit_not_25 ... ok [INFO] [stdout] test bitvec::bitslice::tests::test_bit_not_8 ... ok [INFO] [stdout] test bitvec::bitslice::tests::test_bit_and_slice_32 ... ok [INFO] [stdout] test bitvec::bitslice::tests::test_bit_and_slice_0 ... ok [INFO] [stdout] test bitvec::bitslice::tests::test_bit_and_8 ... ok [INFO] [stdout] test bitvec::bitslice::tests::test_bit_or_slice_8 ... ok [INFO] [stdout] test bitvec::bitslice::tests::test_bit_and_3 ... ok [INFO] [stdout] test bitvec::bitslice::tests::test_bit_or_slice_0 ... ok [INFO] [stdout] test bitvec::bitslice::tests::test_bit_xor_3 ... ok [INFO] [stdout] test bitvec::bitslice::tests::test_bit_xor_25 ... ok [INFO] [stdout] test bitvec::bitslice::tests::test_bit_xor_slice_3 ... ok [INFO] [stdout] test bitvec::bitslice::tests::test_bit_xor_slice_32 ... ok [INFO] [stdout] test bitvec::bitslice::tests::test_bit_xor_slice_8 ... ok [INFO] [stdout] test bitvec::bitslice::tests::test_count_ones ... ok [INFO] [stdout] test bitvec::bitslice::tests::test_first ... ok [INFO] [stdout] test bitvec::bitslice::tests::test_first_mut ... ok [INFO] [stdout] test bitvec::bitslice::tests::test_from ... ok [INFO] [stdout] test bitvec::bitslice::tests::test_get_mut ... ok [INFO] [stdout] test bitvec::bitslice::tests::test_iter_mut ... ok [INFO] [stdout] test bitvec::bitslice::tests::test_iter_ones ... ok [INFO] [stdout] test bitvec::bitslice::tests::test_iter_zeros ... ok [INFO] [stdout] test bitvec::bitslice::tests::test_last ... ok [INFO] [stdout] test bitvec::bitslice::tests::test_last_mut ... ok [INFO] [stdout] test bitvec::bitslice::tests::test_read_bits_u8 ... ok [INFO] [stdout] test bitvec::bitslice::tests::test_read_u8_slice ... ok [INFO] [stdout] test bitvec::bitslice::tests::test_slice ... ok [INFO] [stdout] test bitvec::bitslice::tests::test_slice_fill_0 ... ok [INFO] [stdout] test bitvec::bitslice::tests::test_bit_and_25 ... ok [INFO] [stdout] test bitvec::bitslice::tests::test_slice_fill_1 ... ok [INFO] [stdout] test bitvec::bitslice::tests::test_subslice ... ok [INFO] [stdout] test bitvec::bitvec::tests::test_append ... ok [INFO] [stdout] test bitvec::bitvec::tests::test_bit_and ... ok [INFO] [stdout] test bitvec::bitvec::tests::test_bit_and_assign ... ok [INFO] [stdout] test bitvec::bitvec::tests::test_bit_and_slice ... ok [INFO] [stdout] test bitvec::bitvec::tests::test_bit_at ... ok [INFO] [stdout] test bitvec::bitvec::tests::test_bit_not ... ok [INFO] [stdout] test bitvec::bitvec::tests::test_bit_or ... ok [INFO] [stdout] test bitvec::bitslice::tests::test_bit_or_slice_32 ... ok [INFO] [stdout] test bitvec::bitslice::tests::test_bit_or_8 ... ok [INFO] [stdout] test bitvec::bitslice::tests::test_bit_xor_0 ... ok [INFO] [stdout] test bitvec::bitvec::tests::test_count_ones ... ok [INFO] [stdout] test bitvec::bitvec::tests::test_count_zeros ... ok [INFO] [stdout] test bitvec::bitslice::tests::test_bit_and_0 ... ok [INFO] [stdout] test bitvec::bitvec::tests::test_extend_from_bitslice ... ok [INFO] [stdout] test bitvec::bitvec::tests::test_fill ... ok [INFO] [stdout] test bitvec::bitvec::tests::test_first ... ok [INFO] [stdout] test bitvec::bitvec::tests::test_first_mut ... ok [INFO] [stdout] test bitvec::bitvec::tests::test_from_bitslice ... ok [INFO] [stdout] test bitvec::bitslice::tests::test_bit_or_25 ... ok [INFO] [stdout] test bitvec::bitslice::tests::test_bit_not_3 ... ok [INFO] [stdout] test bitvec::bitslice::tests::test_bit_and_slice_3 ... ok [INFO] [stdout] test bitvec::bitvec::tests::test_get_mut ... ok [INFO] [stdout] test bitvec::bitslice::tests::test_bit_and_slice ... ok [INFO] [stdout] test bitvec::bitvec::tests::test_last_byte_cleared ... ok [INFO] [stdout] test bitvec::bitvec::tests::test_bit_xor_assign ... ok [INFO] [stdout] test bitvec::bitvec::tests::test_last_mut ... ok [INFO] [stdout] test bitvec::bitvec::tests::test_bitvec_macro ... ok [INFO] [stdout] test bitvec::bitvec::tests::test_last ... ok [INFO] [stdout] test bitvec::bitvec::tests::test_push_bits ... ok [INFO] [stdout] test bitvec::bitvec::tests::test_iter_mut ... ok [INFO] [stdout] test bitvec::bitvec::tests::test_push_bits_8_multiple ... ok [INFO] [stdout] test bitvec::bitvec::tests::test_bit_or_assign ... ok [INFO] [stdout] test bitvec::bitvec::tests::test_bit_xor ... ok [INFO] [stdout] test bitvec::bitvec::tests::test_push_bits_u8 ... ok [INFO] [stdout] test bitvec::bitvec::tests::test_push_bits_u8_trailing ... ok [INFO] [stdout] test bitvec::bitvec::tests::test_push_byte ... ok [INFO] [stdout] test bitvec::bitvec::tests::test_push_u8 ... ok [INFO] [stdout] test bitvec::bitvec::tests::test_push_100_bits ... ok [INFO] [stdout] test bitvec::bitslice::tests::test_bit_or_slice_3 ... ok [INFO] [stdout] test bitvec::bitslice::tests::test_bit_xor_8 ... ok [INFO] [stdout] test bitvec::bitvec::tests::test_pop ... ok [INFO] [stdout] test bitvec::bitvec::tests::test_push_u8_width ... ok [INFO] [stdout] test bitvec::bitslice::tests::test_bit_or_0 ... ok [INFO] [stdout] test bitvec::bitvec::tests::test_push_usize_trailing ... ok [INFO] [stdout] test bitvec::bitvec::tests::test_push_bits_u128 ... ok [INFO] [stdout] test bitvec::bitvec::tests::test_push_bits_u64 ... ok [INFO] [stdout] test bitvec::bitvec::tests::test_read_bits_u16 ... ok [INFO] [stdout] test bitvec::bitslice::tests::test_bit_xor_slice_0 ... ok [INFO] [stdout] test bitvec::bitvec::tests::test_read_2bits ... ok [INFO] [stdout] test bitvec::bitslice::tests::test_bit_or_3 ... ok [INFO] [stdout] test bitvec::bitvec::tests::test_read_bits_u8 ... ok [INFO] [stdout] test bitvec::bitvec::tests::test_set ... ok [INFO] [stdout] test bitvec::bitvec::tests::test_truncate_16 ... ok [INFO] [stdout] test bitvec::bitvec::tests::test_truncate_3 ... ok [INFO] [stdout] test bitvec::bytes::tests::test_first_zero ... ok [INFO] [stdout] test bitvec::bytes::tests::test_first_one ... ok [INFO] [stdout] test bitvec::bitvec::tests::test_truncate_48 ... ok [INFO] [stdout] test bitvec::bytes::tests::test_last_one ... ok [INFO] [stdout] test bitvec::bytes::tests::test_count_ones ... ok [INFO] [stdout] test bitvec::bytes::tests::test_last_zero ... ok [INFO] [stdout] test bitvec::bytes::tests::test_leading_ones ... ok [INFO] [stdout] test bitvec::bitvec::tests::test_read_u16 ... ok [INFO] [stdout] test bitvec::bitvec::tests::test_repeat ... ok [INFO] [stdout] test bitvec::iter::tests::test_iter_bitvec ... ok [INFO] [stdout] test bitvec::bytes::tests::test_trailing_zeros ... ok [INFO] [stdout] test bitvec::iter::tests::test_iter_ones ... ok [INFO] [stdout] test bitvec::iter::tests::test_iter_slice ... ok [INFO] [stdout] test bitvec::iter::tests::test_iter_u16_bitvec ... ok [INFO] [stdout] test bitvec::iter::tests::test_iter_zeros ... ok [INFO] [stdout] test bitvec::traits::tests::test_an_msb_u8 ... ok [INFO] [stdout] test bitvec::traits::tests::test_and_lsb_assign_u8 ... ok [INFO] [stdout] test bitvec::traits::tests::test_and_lsb_u8 ... ok [INFO] [stdout] test bitvec::traits::tests::test_and_msb_assign_u8 ... ok [INFO] [stdout] test bitvec::traits::tests::test_and_partial_assign_bool ... ok [INFO] [stdout] test bitvec::traits::tests::test_and_partial_assign_u8 ... ok [INFO] [stdout] test bitvec::bytes::tests::test_read_bits_12 ... ok [INFO] [stdout] test bitvec::bytes::tests::test_read_bits_3 ... ok [INFO] [stdout] test bitvec::bytes::tests::test_trailing_ones ... ok [INFO] [stdout] test bitvec::bitvec::tests::test_slice ... ok [INFO] [stdout] test bitvec::traits::tests::test_bit_order_convert_u16 ... ok [INFO] [stdout] test bitvec::traits::tests::test_bit_order_convert_u128 ... ok [INFO] [stdout] test bitvec::traits::tests::test_and_partial_u8 ... ok [INFO] [stdout] test bitvec::traits::tests::test_bit_order_convert_u8 ... ok [INFO] [stdout] test bitvec::traits::tests::test_and_partial_bool ... ok [INFO] [stdout] test bitvec::traits::tests::test_clear_lsb_nth ... ok [INFO] [stdout] test bitvec::traits::tests::test_bit_order_convert_u64 ... ok [INFO] [stdout] test bitvec::traits::tests::test_clear_lsb ... ok [INFO] [stdout] test bitvec::traits::tests::test_clear_lsb_assign ... ok [INFO] [stdout] test bitvec::bytes::tests::test_count_zeros ... ok [INFO] [stdout] test bitvec::bitvec::tests::test_truncate_0 ... ok [INFO] [stdout] test bitvec::bitvec::tests::test_truncate_greater ... ok [INFO] [stdout] test bitvec::bytes::tests::test_leading_zeros ... ok [INFO] [stdout] test bitvec::traits::tests::test_clear_msb_nth_assign ... ok [INFO] [stdout] test bitvec::traits::tests::test_clear_lsb_nth_assign ... ok [INFO] [stdout] test bitvec::traits::tests::test_clear_msb ... ok [INFO] [stdout] test bitvec::traits::tests::test_clear_msb_assign ... ok [INFO] [stdout] test bitvec::traits::tests::test_msb_ones ... ok [INFO] [stdout] test bitvec::traits::tests::test_not_lsb_assign ... ok [INFO] [stdout] test bitvec::traits::tests::test_or_lsb_assign_u8 ... ok [INFO] [stdout] test bitvec::traits::tests::test_lsb_nth_zero ... ok [INFO] [stdout] test bitvec::traits::tests::test_not_msb_assign ... ok [INFO] [stdout] test bitvec::traits::tests::test_lsb_ones ... ok [INFO] [stdout] test bitvec::traits::tests::test_or_lsb_assign ... ok [INFO] [stdout] test bitvec::traits::tests::test_or_lsb_u8 ... ok [INFO] [stdout] test bitvec::traits::tests::test_or_msb_assign ... ok [INFO] [stdout] test bitvec::traits::tests::test_or_msb_assign_u8 ... ok [INFO] [stdout] test bitvec::traits::tests::test_or_msb_u8 ... ok [INFO] [stdout] test bitvec::traits::tests::test_or_partial_assign_bool ... ok [INFO] [stdout] test bitvec::traits::tests::test_or_partial_assign_u8 ... ok [INFO] [stdout] test bitvec::traits::tests::test_xor_msb_assign ... ok [INFO] [stdout] test bitvec::traits::tests::test_xor_lsb_u8 ... ok [INFO] [stdout] test bitvec::traits::tests::test_xor_lsb_assign_u8 ... ok [INFO] [stdout] test bitvec::traits::tests::test_xor_lsb_assign ... ok [INFO] [stdout] test bitvec::traits::tests::test_or_partial_u8 ... ok [INFO] [stdout] test bitvec::traits::tests::test_or_partial_bool ... ok [INFO] [stdout] test bitvec::traits::tests::test_xor_msb_assign_u8 ... ok [INFO] [stdout] test bitvec::traits::tests::test_xor_msb_u8 ... ok [INFO] [stdout] test bitvec::traits::tests::test_xor_partial_assign_bool ... ok [INFO] [stdout] test bitvec::traits::tests::test_convert_zero ... ok [INFO] [stdout] test bitvec::traits::tests::test_xor_partial_assign_u8 ... ok [INFO] [stdout] test bitvec::traits::tests::test_xor_partial_bool ... ok [INFO] [stdout] test bitvec::traits::tests::test_xor_partial_u8 ... ok [INFO] [stdout] test bitvec::traits::tests::test_msb_nth_zero ... ok [INFO] [stdout] test bitvec::traits::tests::test_bit_order_convert_u32 ... ok [INFO] [stdout] test bitvec::traits::tests::test_clear_msb_nth ... ok [INFO] [stdout] test bitvec::bitvec::tests::test_push_bits_u8_panic - should panic ... ok [INFO] [stdout] test bitvec::bitvec::tests::test_push_bits_u8_trailing_panic - should panic ... ok [INFO] [stdout] test bitvec::bitvec::tests::test_push_u128_panic - should panic ... ok [INFO] [stdout] test bitvec::bitvec::tests::test_read_bits_bounds_exceeds - should panic ... ok [INFO] [stdout] test bitvec::bitvec::tests::test_read_bits_bounds_equals - should panic ... ok [INFO] [stdout] test bitvec::bitvec::tests::test_read_bounds - should panic ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 169 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.07s [INFO] [stdout] [INFO] [stderr] Doc-tests deepmesa-collections [INFO] [stdout] [INFO] [stdout] running 141 tests [INFO] [stdout] test src/bitvec/bitslice.rs - bitvec::bitslice::BitSlice::all (line 528) ... FAILED [INFO] [stdout] test src/bitvec/bitslice.rs - bitvec::bitslice::BitSlice::count_ones (line 734) ... FAILED [INFO] [stdout] test src/bitvec/bitslice.rs - bitvec::bitslice::BitSlice::fill (line 426) ... FAILED [INFO] [stdout] test src/bitvec/bitslice.rs - bitvec::bitslice::BitSlice::as_u16 (line 1348) ... FAILED [INFO] [stdout] test src/bitvec/bitslice.rs - bitvec::bitslice::BitSlice::as_u8 (line 1318) ... FAILED [INFO] [stdout] test src/bitvec/bitslice.rs - bitvec::bitslice::BitSlice (line 63) ... FAILED [INFO] [stdout] test src/bitvec/bitslice.rs - bitvec::bitslice::BitSlice::as_u128 (line 1482) ... FAILED [INFO] [stdout] test src/bitvec/bitslice.rs - bitvec::bitslice::BitSlice::as_u32 (line 1394) ... FAILED [INFO] [stdout] test src/bitvec/bitslice.rs - bitvec::bitslice::BitSlice::count_zeros (line 768) ... FAILED [INFO] [stdout] test src/bitvec/bitslice.rs - bitvec::bitslice::BitSlice::as_u8 (line 1304) ... FAILED [INFO] [stdout] test src/bitvec/bitslice.rs - bitvec::bitslice::BitSlice::any (line 500) ... FAILED [INFO] [stdout] test src/bitvec/bitslice.rs - bitvec::bitslice::BitSlice::as_u64 (line 1453) ... FAILED [INFO] [stdout] test src/bitvec/bitslice.rs - bitvec::bitslice::BitSlice::as_u128 (line 1497) ... FAILED [INFO] [stdout] test src/bitvec/bitslice.rs - bitvec::bitslice::BitSlice::as_u16 (line 1364) ... FAILED [INFO] [stdout] test src/bitvec/bitslice.rs - bitvec::bitslice::BitSlice::as_u32 (line 1409) ... FAILED [INFO] [stdout] test src/bitvec/bitslice.rs - bitvec::bitslice::BitSlice::as_u64 (line 1438) ... FAILED [INFO] [stdout] test src/bitvec/bitslice.rs - bitvec::bitslice::BitSlice::iter (line 1118) ... FAILED [INFO] [stdout] test src/bitvec/bitslice.rs - bitvec::bitslice::BitSlice::first_one (line 803) ... FAILED [INFO] [stdout] test src/bitvec/bitslice.rs - bitvec::bitslice::BitSlice::first (line 954) ... FAILED [INFO] [stdout] test src/bitvec/bitslice.rs - bitvec::bitslice::BitSlice::first_zero (line 841) ... FAILED [INFO] [stdout] test src/bitvec/bitslice.rs - bitvec::bitslice::BitSlice::last (line 1012) ... FAILED [INFO] [stdout] test src/bitvec/bitslice.rs - bitvec::bitslice::BitSlice::get (line 448) ... FAILED [INFO] [stdout] test src/bitvec/bitslice.rs - bitvec::bitslice::BitSlice::first_mut (line 980) ... FAILED [INFO] [stdout] test src/bitvec/bitslice.rs - bitvec::bitslice::BitSlice::iter_zeros (line 1094) ... FAILED [INFO] [stdout] test src/bitvec/bitslice.rs - bitvec::bitslice::BitSlice::get_mut (line 472) ... FAILED [INFO] [stdout] test src/bitvec/bitslice.rs - bitvec::bitslice::BitSlice::iter_u16 (line 1198) ... FAILED [INFO] [stdout] test src/bitvec/bitslice.rs - bitvec::bitslice::BitSlice::iter_mut (line 1139) ... FAILED [INFO] [stdout] test src/bitvec/bitslice.rs - bitvec::bitslice::BitSlice::iter_ones (line 1070) ... FAILED [INFO] [stdout] test src/bitvec/bitslice.rs - bitvec::bitslice::BitSlice::iter_u64 (line 1251) ... FAILED [INFO] [stdout] test src/bitvec/bitslice.rs - bitvec::bitslice::BitSlice::iter_u8 (line 1171) ... FAILED [INFO] [stdout] test src/bitvec/bitslice.rs - bitvec::bitslice::BitSlice::last_zero (line 917) ... FAILED [INFO] [stdout] test src/bitvec/bitslice.rs - bitvec::bitslice::BitSlice::iter_u128 (line 1277) ... FAILED [INFO] [stdout] test src/bitvec/bitslice.rs - bitvec::bitslice::BitSlice::last_mut (line 1038) ... FAILED [INFO] [stdout] test src/bitvec/bitslice.rs - bitvec::bitslice::BitSlice::leading_ones (line 592) ... FAILED [INFO] [stdout] test src/bitvec/bitslice.rs - bitvec::bitslice::BitSlice::iter_u32 (line 1224) ... FAILED [INFO] [stdout] test src/bitvec/bitslice.rs - bitvec::bitslice::BitSlice::last_one (line 879) ... FAILED [INFO] [stdout] test src/bitvec/bitslice.rs - bitvec::bitslice::BitSlice::leading_zeros (line 628) ... FAILED [INFO] [stdout] test src/bitvec/bitslice.rs - bitvec::bitslice::BitSlice::len (line 391) ... FAILED [INFO] [stdout] test src/bitvec/bitvec.rs - bitvec::bitvec::BitVector (line 82) ... FAILED [INFO] [stdout] test src/bitvec/bitslice.rs - bitvec::bitslice::BitSlice::read_bits_u128 (line 1885) ... FAILED [INFO] [stdout] test src/bitvec/bitslice.rs - bitvec::bitslice::BitSlice::read_u32 (line 1587) ... FAILED [INFO] [stdout] test src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::append (line 1852) ... FAILED [INFO] [stdout] test src/bitvec/bitslice.rs - bitvec::bitslice::BitSlice::read_bits_u64 (line 1839) ... FAILED [INFO] [stdout] test src/bitvec/bitslice.rs - bitvec::bitslice::BitSlice::read_u8 (line 1527) ... FAILED [INFO] [stdout] test src/bitvec/bitslice.rs - bitvec::bitslice::BitSlice::read_bits_u32 (line 1793) ... FAILED [INFO] [stdout] test src/bitvec/bitslice.rs - bitvec::bitslice::BitSlice::read_u128 (line 1650) ... FAILED [INFO] [stdout] test src/bitvec/bitslice.rs - bitvec::bitslice::BitSlice::trailing_zeros (line 700) ... FAILED [INFO] [stdout] test src/bitvec/bitslice.rs - bitvec::bitslice::BitSlice::read_u64 (line 1618) ... FAILED [INFO] [stdout] test src/bitvec/bitslice.rs - bitvec::bitslice::BitSlice::read_bits_u16 (line 1747) ... FAILED [INFO] [stdout] test src/bitvec/bitslice.rs - bitvec::bitslice::BitSlice::read_bits_u8 (line 1701) ... FAILED [INFO] [stdout] test src/bitvec/bitslice.rs - bitvec::bitslice::BitSlice::set (line 562) ... FAILED [INFO] [stdout] test src/bitvec/bitslice.rs - bitvec::bitslice::BitSlice::read_u16 (line 1557) ... FAILED [INFO] [stdout] test src/bitvec/bitslice.rs - bitvec::bitslice::BitSlice::trailing_ones (line 664) ... FAILED [INFO] [stdout] test src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::as_mut_raw_ptr (line 1837) ... FAILED [INFO] [stdout] test src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::as_bitslice (line 1733) ... FAILED [INFO] [stdout] test src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::capacity (line 263) ... FAILED [INFO] [stdout] test src/bitvec/bitvec.rs - bitvec::bitvec::BitVector (line 63) ... FAILED [INFO] [stdout] test src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::clear (line 306) ... FAILED [INFO] [stdout] test src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::as_raw_slice (line 1773) ... FAILED [INFO] [stdout] test src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::count_ones (line 504) ... FAILED [INFO] [stdout] test src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::as_mut_bitslice (line 1752) ... FAILED [INFO] [stdout] test src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::as_raw_ptr (line 1819) ... FAILED [INFO] [stdout] test src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::from_bitslice (line 1898) ... FAILED [INFO] [stdout] test src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::first_zero (line 562) ... FAILED [INFO] [stdout] test src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::count_zeros (line 534) ... FAILED [INFO] [stdout] test src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::as_mut_raw_slice (line 1796) ... FAILED [INFO] [stdout] test src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::iter (line 338) ... FAILED [INFO] [stdout] test src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::first_mut (line 695) ... FAILED [INFO] [stdout] test src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::extend_from_bitslice (line 1876) ... FAILED [INFO] [stdout] test src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::fill (line 2054) ... FAILED [INFO] [stdout] test src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::first_one (line 591) ... FAILED [INFO] [stdout] test src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::iter_mut (line 358) ... FAILED [INFO] [stdout] test src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::iter_ones (line 777) ... FAILED [INFO] [stdout] test src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::get (line 1967) ... FAILED [INFO] [stdout] test src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::first (line 671) ... FAILED [INFO] [stdout] test src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::iter_zeros (line 797) ... FAILED [INFO] [stdout] test src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::is_empty (line 290) ... FAILED [INFO] [stdout] test src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::iter_u16 (line 854) ... FAILED [INFO] [stdout] test src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::iter_u32 (line 880) ... FAILED [INFO] [stdout] test src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::iter_u128 (line 933) ... FAILED [INFO] [stdout] test src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::last_one (line 646) ... FAILED [INFO] [stdout] test src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::last (line 723) ... FAILED [INFO] [stdout] test src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::new (line 233) ... FAILED [INFO] [stdout] test src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::iter_u64 (line 907) ... FAILED [INFO] [stdout] test src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::iter_u8 (line 827) ... FAILED [INFO] [stdout] test src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::leading_ones (line 382) ... FAILED [INFO] [stdout] test src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::leading_zeros (line 412) ... FAILED [INFO] [stdout] test src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::last_zero (line 620) ... FAILED [INFO] [stdout] test src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::len (line 275) ... FAILED [INFO] [stdout] test src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::pop (line 2021) ... FAILED [INFO] [stdout] test src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::push_bits_u32 (line 1442) ... FAILED [INFO] [stdout] test src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::push_bits_u128 (line 1535) ... FAILED [INFO] [stdout] test src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::push (line 2001) ... FAILED [INFO] [stdout] test src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::push_bits_u16 (line 1396) ... FAILED [INFO] [stdout] test src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::last_mut (line 747) ... FAILED [INFO] [stdout] test src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::push_bits_u8 (line 1349) ... FAILED [INFO] [stdout] test src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::push_bits_u64 (line 1488) ... FAILED [INFO] [stdout] test src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::push_u128 (line 1702) ... FAILED [INFO] [stdout] test src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::push_u32 (line 1636) ... FAILED [INFO] [stdout] test src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::read_u128 (line 1079) ... FAILED [INFO] [stdout] test src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::push_u64 (line 1669) ... FAILED [INFO] [stdout] test src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::read_bits_u32 (line 1220) ... FAILED [INFO] [stdout] test src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::read_bits_u128 (line 1310) ... FAILED [INFO] [stdout] test src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::push_u16 (line 1603) ... FAILED [INFO] [stdout] test src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::repeat (line 1919) ... FAILED [INFO] [stdout] test src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::push_u8 (line 1570) ... FAILED [INFO] [stdout] test src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::read_bits_u16 (line 1174) ... FAILED [INFO] [stdout] test src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::read_bits_u8 (line 1129) ... FAILED [INFO] [stdout] test src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::read_bits_u64 (line 1265) ... FAILED [INFO] [stdout] test src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::read_u16 (line 988) ... FAILED [INFO] [stdout] test src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::read_u32 (line 1017) ... FAILED [INFO] [stdout] test src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::trailing_zeros (line 474) ... FAILED [INFO] [stdout] test src/bitvec/iter.rs - bitvec::iter::Iter (line 212) ... FAILED [INFO] [stdout] test src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::set (line 1933) ... FAILED [INFO] [stdout] test src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::read_u8 (line 959) ... FAILED [INFO] [stdout] test src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::with_capacity (line 247) ... FAILED [INFO] [stdout] test src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::read_u64 (line 1048) ... FAILED [INFO] [stdout] test src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::trailing_ones (line 443) ... FAILED [INFO] [stdout] test src/bitvec/iter.rs - bitvec::iter::IterMut (line 241) ... FAILED [INFO] [stdout] test src/bitvec/iter.rs - bitvec::iter::IterOnes (line 374) ... FAILED [INFO] [stdout] test src/bitvec/iter.rs - bitvec::iter::IterU128 (line 186) ... FAILED [INFO] [stdout] test src/bitvec/iter.rs - bitvec::iter::IterU32 (line 136) ... FAILED [INFO] [stdout] test src/bitvec/mod.rs - bitvec::bitvector (line 53) ... FAILED [INFO] [stdout] test src/bitvec/iter.rs - bitvec::iter::IterU16 (line 111) ... FAILED [INFO] [stdout] test src/bitvec/mod.rs - bitvec::bitvector (line 78) ... FAILED [INFO] [stdout] test src/bitvec/traits.rs - bitvec::traits::BitwiseClear::clear_lsb_nth (line 77) ... FAILED [INFO] [stdout] test src/bitvec/traits.rs - bitvec::traits::BitwiseClear::clear_msb_nth (line 86) ... FAILED [INFO] [stdout] test src/bitvec/iter.rs - bitvec::iter::IterU8 (line 85) ... FAILED [INFO] [stdout] test src/bitvec/iter.rs - bitvec::iter::IterU64 (line 162) ... FAILED [INFO] [stdout] test src/bitvec/mod.rs - bitvec::bitvector (line 66) ... FAILED [INFO] [stdout] test src/bitvec/iter.rs - bitvec::iter::IterZeros (line 400) ... FAILED [INFO] [stdout] test src/bitvec/traits.rs - bitvec::traits::AsLsb0 (line 686) ... FAILED [INFO] [stdout] test src/bitvec/traits.rs - bitvec::traits::AsMsb0 (line 656) ... FAILED [INFO] [stdout] test src/bitvec/traits.rs - bitvec::traits::BitwiseClearAssign::clear_msb_nth_assign (line 130) ... FAILED [INFO] [stdout] test src/bitvec/traits.rs - bitvec::traits::BitwiseClear::clear_lsb (line 59) ... FAILED [INFO] [stdout] test src/bitvec/traits.rs - bitvec::traits::AsLsb0 (line 698) ... FAILED [INFO] [stdout] test src/bitvec/traits.rs - bitvec::traits::AsMsb0 (line 668) ... FAILED [INFO] [stdout] test src/bitvec/traits.rs - bitvec::traits::BitwiseClearAssign::clear_msb_assign (line 109) ... FAILED [INFO] [stdout] test src/bitvec/traits.rs - bitvec::traits::BitwiseClear::clear_msb (line 68) ... FAILED [INFO] [stdout] test src/bitvec/traits.rs - bitvec::traits::BitwiseClearAssign::clear_lsb_nth_assign (line 119) ... FAILED [INFO] [stdout] test src/bitvec/traits.rs - bitvec::traits::BitwiseClearAssign::clear_lsb_assign (line 99) ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- src/bitvec/bitslice.rs - bitvec::bitslice::BitSlice::all (line 528) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `deepmesa` [INFO] [stdout] --> src/bitvec/bitslice.rs:529:5 [INFO] [stdout] | [INFO] [stdout] 3 | use deepmesa::collections::BitVector; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `deepmesa` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BitVector` [INFO] [stdout] --> src/bitvec/bitslice.rs:531:14 [INFO] [stdout] | [INFO] [stdout] 5 | let mut bv = BitVector::with_capacity(20); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use deepmesa_collections::bitvec::bitvec::BitVector; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/bitvec/bitslice.rs - bitvec::bitslice::BitSlice::count_ones (line 734) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `deepmesa` [INFO] [stdout] --> src/bitvec/bitslice.rs:735:5 [INFO] [stdout] | [INFO] [stdout] 3 | use deepmesa::collections::BitVector; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `deepmesa` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BitVector` [INFO] [stdout] --> src/bitvec/bitslice.rs:737:14 [INFO] [stdout] | [INFO] [stdout] 5 | let mut bv = BitVector::with_capacity(20); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use deepmesa_collections::bitvec::bitvec::BitVector; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/bitvec/bitslice.rs - bitvec::bitslice::BitSlice::fill (line 426) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `deepmesa` [INFO] [stdout] --> src/bitvec/bitslice.rs:427:5 [INFO] [stdout] | [INFO] [stdout] 3 | use deepmesa::collections::BitVector; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `deepmesa` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BitVector` [INFO] [stdout] --> src/bitvec/bitslice.rs:429:14 [INFO] [stdout] | [INFO] [stdout] 5 | let mut bv = BitVector::new(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use deepmesa_collections::bitvec::bitvec::BitVector; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/bitvec/bitslice.rs - bitvec::bitslice::BitSlice::as_u16 (line 1348) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `deepmesa` [INFO] [stdout] --> src/bitvec/bitslice.rs:1349:5 [INFO] [stdout] | [INFO] [stdout] 3 | use deepmesa::collections::BitVector; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `deepmesa` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BitVector` [INFO] [stdout] --> src/bitvec/bitslice.rs:1351:14 [INFO] [stdout] | [INFO] [stdout] 5 | let mut bv = BitVector::new(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use deepmesa_collections::bitvec::bitvec::BitVector; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/bitvec/bitslice.rs - bitvec::bitslice::BitSlice::as_u8 (line 1318) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `deepmesa` [INFO] [stdout] --> src/bitvec/bitslice.rs:1319:5 [INFO] [stdout] | [INFO] [stdout] 3 | use deepmesa::collections::BitVector; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `deepmesa` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BitVector` [INFO] [stdout] --> src/bitvec/bitslice.rs:1322:14 [INFO] [stdout] | [INFO] [stdout] 6 | let mut bv = BitVector::new(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use deepmesa_collections::bitvec::bitvec::BitVector; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/bitvec/bitslice.rs - bitvec::bitslice::BitSlice (line 63) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `deepmesa` [INFO] [stdout] --> src/bitvec/bitslice.rs:64:5 [INFO] [stdout] | [INFO] [stdout] 3 | use deepmesa::collections::BitVector; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `deepmesa` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BitVector` [INFO] [stdout] --> src/bitvec/bitslice.rs:66:14 [INFO] [stdout] | [INFO] [stdout] 5 | let mut bv = BitVector::with_capacity(20); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use deepmesa_collections::bitvec::bitvec::BitVector; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/bitvec/bitslice.rs - bitvec::bitslice::BitSlice::as_u128 (line 1482) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `deepmesa` [INFO] [stdout] --> src/bitvec/bitslice.rs:1483:5 [INFO] [stdout] | [INFO] [stdout] 3 | use deepmesa::collections::BitVector; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `deepmesa` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BitVector` [INFO] [stdout] --> src/bitvec/bitslice.rs:1485:14 [INFO] [stdout] | [INFO] [stdout] 5 | let mut bv = BitVector::new(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use deepmesa_collections::bitvec::bitvec::BitVector; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/bitvec/bitslice.rs - bitvec::bitslice::BitSlice::as_u32 (line 1394) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `deepmesa` [INFO] [stdout] --> src/bitvec/bitslice.rs:1395:5 [INFO] [stdout] | [INFO] [stdout] 3 | use deepmesa::collections::BitVector; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `deepmesa` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BitVector` [INFO] [stdout] --> src/bitvec/bitslice.rs:1397:14 [INFO] [stdout] | [INFO] [stdout] 5 | let mut bv = BitVector::new(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use deepmesa_collections::bitvec::bitvec::BitVector; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/bitvec/bitslice.rs - bitvec::bitslice::BitSlice::count_zeros (line 768) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `deepmesa` [INFO] [stdout] --> src/bitvec/bitslice.rs:769:5 [INFO] [stdout] | [INFO] [stdout] 3 | use deepmesa::collections::BitVector; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `deepmesa` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BitVector` [INFO] [stdout] --> src/bitvec/bitslice.rs:771:14 [INFO] [stdout] | [INFO] [stdout] 5 | let mut bv = BitVector::with_capacity(20); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use deepmesa_collections::bitvec::bitvec::BitVector; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/bitvec/bitslice.rs - bitvec::bitslice::BitSlice::as_u8 (line 1304) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `deepmesa` [INFO] [stdout] --> src/bitvec/bitslice.rs:1305:5 [INFO] [stdout] | [INFO] [stdout] 3 | use deepmesa::collections::BitVector; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `deepmesa` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BitVector` [INFO] [stdout] --> src/bitvec/bitslice.rs:1307:14 [INFO] [stdout] | [INFO] [stdout] 5 | let mut bv = BitVector::new(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use deepmesa_collections::bitvec::bitvec::BitVector; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/bitvec/bitslice.rs - bitvec::bitslice::BitSlice::any (line 500) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `deepmesa` [INFO] [stdout] --> src/bitvec/bitslice.rs:501:5 [INFO] [stdout] | [INFO] [stdout] 3 | use deepmesa::collections::BitVector; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `deepmesa` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BitVector` [INFO] [stdout] --> src/bitvec/bitslice.rs:503:14 [INFO] [stdout] | [INFO] [stdout] 5 | let mut bv = BitVector::with_capacity(20); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use deepmesa_collections::bitvec::bitvec::BitVector; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/bitvec/bitslice.rs - bitvec::bitslice::BitSlice::as_u64 (line 1453) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `deepmesa` [INFO] [stdout] --> src/bitvec/bitslice.rs:1454:5 [INFO] [stdout] | [INFO] [stdout] 3 | use deepmesa::collections::BitVector; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `deepmesa` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BitVector` [INFO] [stdout] --> src/bitvec/bitslice.rs:1457:14 [INFO] [stdout] | [INFO] [stdout] 6 | let mut bv = BitVector::new(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use deepmesa_collections::bitvec::bitvec::BitVector; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/bitvec/bitslice.rs - bitvec::bitslice::BitSlice::as_u128 (line 1497) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `deepmesa` [INFO] [stdout] --> src/bitvec/bitslice.rs:1498:5 [INFO] [stdout] | [INFO] [stdout] 3 | use deepmesa::collections::BitVector; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `deepmesa` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BitVector` [INFO] [stdout] --> src/bitvec/bitslice.rs:1501:14 [INFO] [stdout] | [INFO] [stdout] 6 | let mut bv = BitVector::new(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use deepmesa_collections::bitvec::bitvec::BitVector; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/bitvec/bitslice.rs - bitvec::bitslice::BitSlice::as_u16 (line 1364) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `deepmesa` [INFO] [stdout] --> src/bitvec/bitslice.rs:1365:5 [INFO] [stdout] | [INFO] [stdout] 3 | use deepmesa::collections::BitVector; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `deepmesa` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BitVector` [INFO] [stdout] --> src/bitvec/bitslice.rs:1368:14 [INFO] [stdout] | [INFO] [stdout] 6 | let mut bv = BitVector::new(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use deepmesa_collections::bitvec::bitvec::BitVector; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/bitvec/bitslice.rs - bitvec::bitslice::BitSlice::as_u32 (line 1409) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `deepmesa` [INFO] [stdout] --> src/bitvec/bitslice.rs:1410:5 [INFO] [stdout] | [INFO] [stdout] 3 | use deepmesa::collections::BitVector; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `deepmesa` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BitVector` [INFO] [stdout] --> src/bitvec/bitslice.rs:1413:14 [INFO] [stdout] | [INFO] [stdout] 6 | let mut bv = BitVector::new(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use deepmesa_collections::bitvec::bitvec::BitVector; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/bitvec/bitslice.rs - bitvec::bitslice::BitSlice::as_u64 (line 1438) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `deepmesa` [INFO] [stdout] --> src/bitvec/bitslice.rs:1439:5 [INFO] [stdout] | [INFO] [stdout] 3 | use deepmesa::collections::BitVector; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `deepmesa` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BitVector` [INFO] [stdout] --> src/bitvec/bitslice.rs:1441:14 [INFO] [stdout] | [INFO] [stdout] 5 | let mut bv = BitVector::new(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use deepmesa_collections::bitvec::bitvec::BitVector; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/bitvec/bitslice.rs - bitvec::bitslice::BitSlice::iter (line 1118) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `deepmesa` [INFO] [stdout] --> src/bitvec/bitslice.rs:1119:5 [INFO] [stdout] | [INFO] [stdout] 3 | use deepmesa::collections::BitVector; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `deepmesa` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BitVector` [INFO] [stdout] --> src/bitvec/bitslice.rs:1121:14 [INFO] [stdout] | [INFO] [stdout] 5 | let mut bv = BitVector::new(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use deepmesa_collections::bitvec::bitvec::BitVector; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/bitvec/bitslice.rs - bitvec::bitslice::BitSlice::first_one (line 803) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `deepmesa` [INFO] [stdout] --> src/bitvec/bitslice.rs:804:5 [INFO] [stdout] | [INFO] [stdout] 3 | use deepmesa::collections::BitVector; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `deepmesa` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BitVector` [INFO] [stdout] --> src/bitvec/bitslice.rs:806:14 [INFO] [stdout] | [INFO] [stdout] 5 | let mut bv = BitVector::with_capacity(20); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use deepmesa_collections::bitvec::bitvec::BitVector; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/bitvec/bitslice.rs - bitvec::bitslice::BitSlice::first (line 954) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `deepmesa` [INFO] [stdout] --> src/bitvec/bitslice.rs:955:5 [INFO] [stdout] | [INFO] [stdout] 3 | use deepmesa::collections::BitVector; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `deepmesa` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BitVector` [INFO] [stdout] --> src/bitvec/bitslice.rs:957:14 [INFO] [stdout] | [INFO] [stdout] 5 | let mut bv = BitVector::with_capacity(20); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use deepmesa_collections::bitvec::bitvec::BitVector; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/bitvec/bitslice.rs - bitvec::bitslice::BitSlice::first_zero (line 841) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `deepmesa` [INFO] [stdout] --> src/bitvec/bitslice.rs:842:5 [INFO] [stdout] | [INFO] [stdout] 3 | use deepmesa::collections::BitVector; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `deepmesa` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BitVector` [INFO] [stdout] --> src/bitvec/bitslice.rs:844:14 [INFO] [stdout] | [INFO] [stdout] 5 | let mut bv = BitVector::with_capacity(20); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use deepmesa_collections::bitvec::bitvec::BitVector; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/bitvec/bitslice.rs - bitvec::bitslice::BitSlice::last (line 1012) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `deepmesa` [INFO] [stdout] --> src/bitvec/bitslice.rs:1013:5 [INFO] [stdout] | [INFO] [stdout] 3 | use deepmesa::collections::BitVector; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `deepmesa` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BitVector` [INFO] [stdout] --> src/bitvec/bitslice.rs:1015:14 [INFO] [stdout] | [INFO] [stdout] 5 | let mut bv = BitVector::with_capacity(20); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use deepmesa_collections::bitvec::bitvec::BitVector; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/bitvec/bitslice.rs - bitvec::bitslice::BitSlice::get (line 448) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `deepmesa` [INFO] [stdout] --> src/bitvec/bitslice.rs:449:5 [INFO] [stdout] | [INFO] [stdout] 3 | use deepmesa::collections::BitVector; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `deepmesa` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BitVector` [INFO] [stdout] --> src/bitvec/bitslice.rs:451:14 [INFO] [stdout] | [INFO] [stdout] 5 | let mut bv = BitVector::new(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use deepmesa_collections::bitvec::bitvec::BitVector; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/bitvec/bitslice.rs - bitvec::bitslice::BitSlice::first_mut (line 980) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `deepmesa` [INFO] [stdout] --> src/bitvec/bitslice.rs:981:5 [INFO] [stdout] | [INFO] [stdout] 3 | use deepmesa::collections::BitVector; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `deepmesa` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BitVector` [INFO] [stdout] --> src/bitvec/bitslice.rs:983:14 [INFO] [stdout] | [INFO] [stdout] 5 | let mut bv = BitVector::with_capacity(20); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use deepmesa_collections::bitvec::bitvec::BitVector; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/bitvec/bitslice.rs - bitvec::bitslice::BitSlice::iter_zeros (line 1094) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `deepmesa` [INFO] [stdout] --> src/bitvec/bitslice.rs:1095:5 [INFO] [stdout] | [INFO] [stdout] 3 | use deepmesa::collections::BitVector; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `deepmesa` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BitVector` [INFO] [stdout] --> src/bitvec/bitslice.rs:1097:14 [INFO] [stdout] | [INFO] [stdout] 5 | let mut bv = BitVector::with_capacity(20); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use deepmesa_collections::bitvec::bitvec::BitVector; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/bitvec/bitslice.rs - bitvec::bitslice::BitSlice::get_mut (line 472) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `deepmesa` [INFO] [stdout] --> src/bitvec/bitslice.rs:473:5 [INFO] [stdout] | [INFO] [stdout] 3 | use deepmesa::collections::BitVector; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `deepmesa` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BitVector` [INFO] [stdout] --> src/bitvec/bitslice.rs:475:14 [INFO] [stdout] | [INFO] [stdout] 5 | let mut bv = BitVector::with_capacity(20); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use deepmesa_collections::bitvec::bitvec::BitVector; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/bitvec/bitslice.rs - bitvec::bitslice::BitSlice::iter_u16 (line 1198) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `deepmesa` [INFO] [stdout] --> src/bitvec/bitslice.rs:1199:5 [INFO] [stdout] | [INFO] [stdout] 3 | use deepmesa::collections::BitVector; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `deepmesa` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BitVector` [INFO] [stdout] --> src/bitvec/bitslice.rs:1200:14 [INFO] [stdout] | [INFO] [stdout] 4 | let mut bv = BitVector::new(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use deepmesa_collections::bitvec::bitvec::BitVector; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/bitvec/bitslice.rs - bitvec::bitslice::BitSlice::iter_mut (line 1139) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `deepmesa` [INFO] [stdout] --> src/bitvec/bitslice.rs:1140:5 [INFO] [stdout] | [INFO] [stdout] 3 | use deepmesa::collections::BitVector; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `deepmesa` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BitVector` [INFO] [stdout] --> src/bitvec/bitslice.rs:1142:14 [INFO] [stdout] | [INFO] [stdout] 5 | let mut bv = BitVector::with_capacity(20); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use deepmesa_collections::bitvec::bitvec::BitVector; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/bitvec/bitslice.rs - bitvec::bitslice::BitSlice::iter_ones (line 1070) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `deepmesa` [INFO] [stdout] --> src/bitvec/bitslice.rs:1071:5 [INFO] [stdout] | [INFO] [stdout] 3 | use deepmesa::collections::BitVector; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `deepmesa` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BitVector` [INFO] [stdout] --> src/bitvec/bitslice.rs:1073:14 [INFO] [stdout] | [INFO] [stdout] 5 | let mut bv = BitVector::with_capacity(20); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use deepmesa_collections::bitvec::bitvec::BitVector; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/bitvec/bitslice.rs - bitvec::bitslice::BitSlice::iter_u64 (line 1251) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `deepmesa` [INFO] [stdout] --> src/bitvec/bitslice.rs:1252:5 [INFO] [stdout] | [INFO] [stdout] 3 | use deepmesa::collections::BitVector; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `deepmesa` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BitVector` [INFO] [stdout] --> src/bitvec/bitslice.rs:1253:14 [INFO] [stdout] | [INFO] [stdout] 4 | let mut bv = BitVector::new(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use deepmesa_collections::bitvec::bitvec::BitVector; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/bitvec/bitslice.rs - bitvec::bitslice::BitSlice::iter_u8 (line 1171) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `deepmesa` [INFO] [stdout] --> src/bitvec/bitslice.rs:1172:5 [INFO] [stdout] | [INFO] [stdout] 3 | use deepmesa::collections::BitVector; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `deepmesa` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BitVector` [INFO] [stdout] --> src/bitvec/bitslice.rs:1173:14 [INFO] [stdout] | [INFO] [stdout] 4 | let mut bv = BitVector::new(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use deepmesa_collections::bitvec::bitvec::BitVector; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/bitvec/bitslice.rs - bitvec::bitslice::BitSlice::last_zero (line 917) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `deepmesa` [INFO] [stdout] --> src/bitvec/bitslice.rs:918:5 [INFO] [stdout] | [INFO] [stdout] 3 | use deepmesa::collections::BitVector; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `deepmesa` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BitVector` [INFO] [stdout] --> src/bitvec/bitslice.rs:920:14 [INFO] [stdout] | [INFO] [stdout] 5 | let mut bv = BitVector::with_capacity(20); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use deepmesa_collections::bitvec::bitvec::BitVector; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/bitvec/bitslice.rs - bitvec::bitslice::BitSlice::iter_u128 (line 1277) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `deepmesa` [INFO] [stdout] --> src/bitvec/bitslice.rs:1278:5 [INFO] [stdout] | [INFO] [stdout] 3 | use deepmesa::collections::BitVector; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `deepmesa` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BitVector` [INFO] [stdout] --> src/bitvec/bitslice.rs:1279:14 [INFO] [stdout] | [INFO] [stdout] 4 | let mut bv = BitVector::new(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use deepmesa_collections::bitvec::bitvec::BitVector; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/bitvec/bitslice.rs - bitvec::bitslice::BitSlice::last_mut (line 1038) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `deepmesa` [INFO] [stdout] --> src/bitvec/bitslice.rs:1039:5 [INFO] [stdout] | [INFO] [stdout] 3 | use deepmesa::collections::BitVector; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `deepmesa` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BitVector` [INFO] [stdout] --> src/bitvec/bitslice.rs:1041:14 [INFO] [stdout] | [INFO] [stdout] 5 | let mut bv = BitVector::with_capacity(20); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use deepmesa_collections::bitvec::bitvec::BitVector; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/bitvec/bitslice.rs - bitvec::bitslice::BitSlice::leading_ones (line 592) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `deepmesa` [INFO] [stdout] --> src/bitvec/bitslice.rs:593:5 [INFO] [stdout] | [INFO] [stdout] 3 | use deepmesa::collections::BitVector; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `deepmesa` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BitVector` [INFO] [stdout] --> src/bitvec/bitslice.rs:595:14 [INFO] [stdout] | [INFO] [stdout] 5 | let mut bv = BitVector::with_capacity(20); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use deepmesa_collections::bitvec::bitvec::BitVector; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/bitvec/bitslice.rs - bitvec::bitslice::BitSlice::iter_u32 (line 1224) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `deepmesa` [INFO] [stdout] --> src/bitvec/bitslice.rs:1225:5 [INFO] [stdout] | [INFO] [stdout] 3 | use deepmesa::collections::BitVector; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `deepmesa` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BitVector` [INFO] [stdout] --> src/bitvec/bitslice.rs:1226:14 [INFO] [stdout] | [INFO] [stdout] 4 | let mut bv = BitVector::new(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use deepmesa_collections::bitvec::bitvec::BitVector; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/bitvec/bitslice.rs - bitvec::bitslice::BitSlice::last_one (line 879) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `deepmesa` [INFO] [stdout] --> src/bitvec/bitslice.rs:880:5 [INFO] [stdout] | [INFO] [stdout] 3 | use deepmesa::collections::BitVector; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `deepmesa` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BitVector` [INFO] [stdout] --> src/bitvec/bitslice.rs:882:14 [INFO] [stdout] | [INFO] [stdout] 5 | let mut bv = BitVector::with_capacity(20); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use deepmesa_collections::bitvec::bitvec::BitVector; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/bitvec/bitslice.rs - bitvec::bitslice::BitSlice::leading_zeros (line 628) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `deepmesa` [INFO] [stdout] --> src/bitvec/bitslice.rs:629:5 [INFO] [stdout] | [INFO] [stdout] 3 | use deepmesa::collections::BitVector; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `deepmesa` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BitVector` [INFO] [stdout] --> src/bitvec/bitslice.rs:631:14 [INFO] [stdout] | [INFO] [stdout] 5 | let mut bv = BitVector::with_capacity(20); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use deepmesa_collections::bitvec::bitvec::BitVector; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/bitvec/bitslice.rs - bitvec::bitslice::BitSlice::len (line 391) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `deepmesa` [INFO] [stdout] --> src/bitvec/bitslice.rs:392:5 [INFO] [stdout] | [INFO] [stdout] 3 | use deepmesa::collections::BitVector; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `deepmesa` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BitVector` [INFO] [stdout] --> src/bitvec/bitslice.rs:394:14 [INFO] [stdout] | [INFO] [stdout] 5 | let mut bv = BitVector::with_capacity(22); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use deepmesa_collections::bitvec::bitvec::BitVector; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/bitvec/bitvec.rs - bitvec::bitvec::BitVector (line 82) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `deepmesa` [INFO] [stdout] --> src/bitvec/bitvec.rs:83:5 [INFO] [stdout] | [INFO] [stdout] 3 | use deepmesa::collections::BitVector; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `deepmesa` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `deepmesa` [INFO] [stdout] --> src/bitvec/bitvec.rs:84:5 [INFO] [stdout] | [INFO] [stdout] 4 | use deepmesa::collections::bitvector; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `deepmesa` [INFO] [stdout] [INFO] [stdout] error: cannot find macro `bitvector` in this scope [INFO] [stdout] --> src/bitvec/bitvec.rs:86:10 [INFO] [stdout] | [INFO] [stdout] 6 | let bv = bitvector![0,1,1,0]; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: consider importing this macro: [INFO] [stdout] deepmesa_collections::bitvector [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/bitvec/bitslice.rs - bitvec::bitslice::BitSlice::read_bits_u128 (line 1885) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `deepmesa` [INFO] [stdout] --> src/bitvec/bitslice.rs:1886:5 [INFO] [stdout] | [INFO] [stdout] 3 | use deepmesa::collections::BitVector; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `deepmesa` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BitVector` [INFO] [stdout] --> src/bitvec/bitslice.rs:1887:14 [INFO] [stdout] | [INFO] [stdout] 4 | let mut bv = BitVector::new(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use deepmesa_collections::bitvec::bitvec::BitVector; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/bitvec/bitslice.rs - bitvec::bitslice::BitSlice::read_u32 (line 1587) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `deepmesa` [INFO] [stdout] --> src/bitvec/bitslice.rs:1588:5 [INFO] [stdout] | [INFO] [stdout] 3 | use deepmesa::collections::BitVector; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `deepmesa` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BitVector` [INFO] [stdout] --> src/bitvec/bitslice.rs:1589:14 [INFO] [stdout] | [INFO] [stdout] 4 | let mut bv = BitVector::new(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use deepmesa_collections::bitvec::bitvec::BitVector; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::append (line 1852) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `deepmesa` [INFO] [stdout] --> src/bitvec/bitvec.rs:1853:5 [INFO] [stdout] | [INFO] [stdout] 3 | use deepmesa::collections::BitVector; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `deepmesa` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BitVector` [INFO] [stdout] --> src/bitvec/bitvec.rs:1855:14 [INFO] [stdout] | [INFO] [stdout] 5 | let mut bv = BitVector::new(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use deepmesa_collections::bitvec::bitvec::BitVector; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BitVector` [INFO] [stdout] --> src/bitvec/bitvec.rs:1857:17 [INFO] [stdout] | [INFO] [stdout] 7 | let mut other = BitVector::new(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use deepmesa_collections::bitvec::bitvec::BitVector; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/bitvec/bitslice.rs - bitvec::bitslice::BitSlice::read_bits_u64 (line 1839) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `deepmesa` [INFO] [stdout] --> src/bitvec/bitslice.rs:1840:5 [INFO] [stdout] | [INFO] [stdout] 3 | use deepmesa::collections::BitVector; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `deepmesa` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BitVector` [INFO] [stdout] --> src/bitvec/bitslice.rs:1841:14 [INFO] [stdout] | [INFO] [stdout] 4 | let mut bv = BitVector::new(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use deepmesa_collections::bitvec::bitvec::BitVector; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/bitvec/bitslice.rs - bitvec::bitslice::BitSlice::read_u8 (line 1527) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `deepmesa` [INFO] [stdout] --> src/bitvec/bitslice.rs:1528:5 [INFO] [stdout] | [INFO] [stdout] 3 | use deepmesa::collections::BitVector; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `deepmesa` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BitVector` [INFO] [stdout] --> src/bitvec/bitslice.rs:1529:14 [INFO] [stdout] | [INFO] [stdout] 4 | let mut bv = BitVector::new(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use deepmesa_collections::bitvec::bitvec::BitVector; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/bitvec/bitslice.rs - bitvec::bitslice::BitSlice::read_bits_u32 (line 1793) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `deepmesa` [INFO] [stdout] --> src/bitvec/bitslice.rs:1794:5 [INFO] [stdout] | [INFO] [stdout] 3 | use deepmesa::collections::BitVector; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `deepmesa` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BitVector` [INFO] [stdout] --> src/bitvec/bitslice.rs:1795:14 [INFO] [stdout] | [INFO] [stdout] 4 | let mut bv = BitVector::new(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use deepmesa_collections::bitvec::bitvec::BitVector; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/bitvec/bitslice.rs - bitvec::bitslice::BitSlice::read_u128 (line 1650) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `deepmesa` [INFO] [stdout] --> src/bitvec/bitslice.rs:1651:5 [INFO] [stdout] | [INFO] [stdout] 3 | use deepmesa::collections::BitVector; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `deepmesa` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BitVector` [INFO] [stdout] --> src/bitvec/bitslice.rs:1652:14 [INFO] [stdout] | [INFO] [stdout] 4 | let mut bv = BitVector::new(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use deepmesa_collections::bitvec::bitvec::BitVector; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/bitvec/bitslice.rs - bitvec::bitslice::BitSlice::trailing_zeros (line 700) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `deepmesa` [INFO] [stdout] --> src/bitvec/bitslice.rs:701:5 [INFO] [stdout] | [INFO] [stdout] 3 | use deepmesa::collections::BitVector; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `deepmesa` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BitVector` [INFO] [stdout] --> src/bitvec/bitslice.rs:703:14 [INFO] [stdout] | [INFO] [stdout] 5 | let mut bv = BitVector::with_capacity(20); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use deepmesa_collections::bitvec::bitvec::BitVector; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/bitvec/bitslice.rs - bitvec::bitslice::BitSlice::read_u64 (line 1618) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `deepmesa` [INFO] [stdout] --> src/bitvec/bitslice.rs:1619:5 [INFO] [stdout] | [INFO] [stdout] 3 | use deepmesa::collections::BitVector; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `deepmesa` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BitVector` [INFO] [stdout] --> src/bitvec/bitslice.rs:1620:14 [INFO] [stdout] | [INFO] [stdout] 4 | let mut bv = BitVector::new(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use deepmesa_collections::bitvec::bitvec::BitVector; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/bitvec/bitslice.rs - bitvec::bitslice::BitSlice::read_bits_u16 (line 1747) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `deepmesa` [INFO] [stdout] --> src/bitvec/bitslice.rs:1748:5 [INFO] [stdout] | [INFO] [stdout] 3 | use deepmesa::collections::BitVector; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `deepmesa` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BitVector` [INFO] [stdout] --> src/bitvec/bitslice.rs:1749:14 [INFO] [stdout] | [INFO] [stdout] 4 | let mut bv = BitVector::new(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use deepmesa_collections::bitvec::bitvec::BitVector; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/bitvec/bitslice.rs - bitvec::bitslice::BitSlice::read_bits_u8 (line 1701) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `deepmesa` [INFO] [stdout] --> src/bitvec/bitslice.rs:1702:5 [INFO] [stdout] | [INFO] [stdout] 3 | use deepmesa::collections::BitVector; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `deepmesa` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BitVector` [INFO] [stdout] --> src/bitvec/bitslice.rs:1703:14 [INFO] [stdout] | [INFO] [stdout] 4 | let mut bv = BitVector::new(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use deepmesa_collections::bitvec::bitvec::BitVector; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/bitvec/bitslice.rs - bitvec::bitslice::BitSlice::set (line 562) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `deepmesa` [INFO] [stdout] --> src/bitvec/bitslice.rs:563:5 [INFO] [stdout] | [INFO] [stdout] 3 | use deepmesa::collections::BitVector; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `deepmesa` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BitVector` [INFO] [stdout] --> src/bitvec/bitslice.rs:565:14 [INFO] [stdout] | [INFO] [stdout] 5 | let mut bv = BitVector::with_capacity(20); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use deepmesa_collections::bitvec::bitvec::BitVector; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/bitvec/bitslice.rs - bitvec::bitslice::BitSlice::read_u16 (line 1557) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `deepmesa` [INFO] [stdout] --> src/bitvec/bitslice.rs:1558:5 [INFO] [stdout] | [INFO] [stdout] 3 | use deepmesa::collections::BitVector; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `deepmesa` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BitVector` [INFO] [stdout] --> src/bitvec/bitslice.rs:1559:14 [INFO] [stdout] | [INFO] [stdout] 4 | let mut bv = BitVector::new(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use deepmesa_collections::bitvec::bitvec::BitVector; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/bitvec/bitslice.rs - bitvec::bitslice::BitSlice::trailing_ones (line 664) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `deepmesa` [INFO] [stdout] --> src/bitvec/bitslice.rs:665:5 [INFO] [stdout] | [INFO] [stdout] 3 | use deepmesa::collections::BitVector; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `deepmesa` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BitVector` [INFO] [stdout] --> src/bitvec/bitslice.rs:667:14 [INFO] [stdout] | [INFO] [stdout] 5 | let mut bv = BitVector::with_capacity(20); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use deepmesa_collections::bitvec::bitvec::BitVector; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::as_mut_raw_ptr (line 1837) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `deepmesa` [INFO] [stdout] --> src/bitvec/bitvec.rs:1838:5 [INFO] [stdout] | [INFO] [stdout] 3 | use deepmesa::collections::BitVector; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `deepmesa` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BitVector` [INFO] [stdout] --> src/bitvec/bitvec.rs:1840:14 [INFO] [stdout] | [INFO] [stdout] 5 | let mut bv = BitVector::new(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use deepmesa_collections::bitvec::bitvec::BitVector; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::as_bitslice (line 1733) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `deepmesa` [INFO] [stdout] --> src/bitvec/bitvec.rs:1734:5 [INFO] [stdout] | [INFO] [stdout] 3 | use deepmesa::collections::BitVector; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `deepmesa` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BitVector` [INFO] [stdout] --> src/bitvec/bitvec.rs:1736:14 [INFO] [stdout] | [INFO] [stdout] 5 | let mut bv = BitVector::new(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use deepmesa_collections::bitvec::bitvec::BitVector; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::capacity (line 263) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `deepmesa` [INFO] [stdout] --> src/bitvec/bitvec.rs:264:5 [INFO] [stdout] | [INFO] [stdout] 3 | use deepmesa::collections::BitVector; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `deepmesa` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BitVector` [INFO] [stdout] --> src/bitvec/bitvec.rs:265:10 [INFO] [stdout] | [INFO] [stdout] 4 | let bv = BitVector::with_capacity(22); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use deepmesa_collections::bitvec::bitvec::BitVector; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/bitvec/bitvec.rs - bitvec::bitvec::BitVector (line 63) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `deepmesa` [INFO] [stdout] --> src/bitvec/bitvec.rs:64:5 [INFO] [stdout] | [INFO] [stdout] 3 | use deepmesa::collections::BitVector; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `deepmesa` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BitVector` [INFO] [stdout] --> src/bitvec/bitvec.rs:66:14 [INFO] [stdout] | [INFO] [stdout] 5 | let mut bv = BitVector::with_capacity(128); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use deepmesa_collections::bitvec::bitvec::BitVector; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::clear (line 306) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `deepmesa` [INFO] [stdout] --> src/bitvec/bitvec.rs:307:5 [INFO] [stdout] | [INFO] [stdout] 3 | use deepmesa::collections::BitVector; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `deepmesa` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BitVector` [INFO] [stdout] --> src/bitvec/bitvec.rs:308:14 [INFO] [stdout] | [INFO] [stdout] 4 | let mut bv = BitVector::with_capacity(22); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use deepmesa_collections::bitvec::bitvec::BitVector; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::as_raw_slice (line 1773) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `deepmesa` [INFO] [stdout] --> src/bitvec/bitvec.rs:1774:5 [INFO] [stdout] | [INFO] [stdout] 3 | use deepmesa::collections::BitVector; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `deepmesa` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BitVector` [INFO] [stdout] --> src/bitvec/bitvec.rs:1776:14 [INFO] [stdout] | [INFO] [stdout] 5 | let mut bv = BitVector::new(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use deepmesa_collections::bitvec::bitvec::BitVector; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::count_ones (line 504) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `deepmesa` [INFO] [stdout] --> src/bitvec/bitvec.rs:505:5 [INFO] [stdout] | [INFO] [stdout] 3 | use deepmesa::collections::BitVector; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `deepmesa` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BitVector` [INFO] [stdout] --> src/bitvec/bitvec.rs:507:14 [INFO] [stdout] | [INFO] [stdout] 5 | let mut bv = BitVector::with_capacity(20); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use deepmesa_collections::bitvec::bitvec::BitVector; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::as_mut_bitslice (line 1752) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `deepmesa` [INFO] [stdout] --> src/bitvec/bitvec.rs:1753:5 [INFO] [stdout] | [INFO] [stdout] 3 | use deepmesa::collections::BitVector; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `deepmesa` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BitVector` [INFO] [stdout] --> src/bitvec/bitvec.rs:1755:14 [INFO] [stdout] | [INFO] [stdout] 5 | let mut bv = BitVector::new(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use deepmesa_collections::bitvec::bitvec::BitVector; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::as_raw_ptr (line 1819) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `deepmesa` [INFO] [stdout] --> src/bitvec/bitvec.rs:1820:5 [INFO] [stdout] | [INFO] [stdout] 3 | use deepmesa::collections::BitVector; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `deepmesa` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BitVector` [INFO] [stdout] --> src/bitvec/bitvec.rs:1822:14 [INFO] [stdout] | [INFO] [stdout] 5 | let mut bv = BitVector::new(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use deepmesa_collections::bitvec::bitvec::BitVector; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::from_bitslice (line 1898) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `deepmesa` [INFO] [stdout] --> src/bitvec/bitvec.rs:1899:5 [INFO] [stdout] | [INFO] [stdout] 3 | use deepmesa::collections::BitVector; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `deepmesa` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BitVector` [INFO] [stdout] --> src/bitvec/bitvec.rs:1901:14 [INFO] [stdout] | [INFO] [stdout] 5 | let mut bv = BitVector::new(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use deepmesa_collections::bitvec::bitvec::BitVector; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BitVector` [INFO] [stdout] --> src/bitvec/bitvec.rs:1904:11 [INFO] [stdout] | [INFO] [stdout] 8 | let bv2 = BitVector::from_bitslice(&bv[..]); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use deepmesa_collections::bitvec::bitvec::BitVector; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::first_zero (line 562) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `deepmesa` [INFO] [stdout] --> src/bitvec/bitvec.rs:563:5 [INFO] [stdout] | [INFO] [stdout] 3 | use deepmesa::collections::BitVector; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `deepmesa` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BitVector` [INFO] [stdout] --> src/bitvec/bitvec.rs:565:14 [INFO] [stdout] | [INFO] [stdout] 5 | let mut bv = BitVector::with_capacity(20); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use deepmesa_collections::bitvec::bitvec::BitVector; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::count_zeros (line 534) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `deepmesa` [INFO] [stdout] --> src/bitvec/bitvec.rs:535:5 [INFO] [stdout] | [INFO] [stdout] 3 | use deepmesa::collections::BitVector; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `deepmesa` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BitVector` [INFO] [stdout] --> src/bitvec/bitvec.rs:537:14 [INFO] [stdout] | [INFO] [stdout] 5 | let mut bv = BitVector::with_capacity(20); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use deepmesa_collections::bitvec::bitvec::BitVector; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::as_mut_raw_slice (line 1796) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `deepmesa` [INFO] [stdout] --> src/bitvec/bitvec.rs:1797:5 [INFO] [stdout] | [INFO] [stdout] 3 | use deepmesa::collections::BitVector; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `deepmesa` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BitVector` [INFO] [stdout] --> src/bitvec/bitvec.rs:1799:14 [INFO] [stdout] | [INFO] [stdout] 5 | let mut bv = BitVector::new(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use deepmesa_collections::bitvec::bitvec::BitVector; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::iter (line 338) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `deepmesa` [INFO] [stdout] --> src/bitvec/bitvec.rs:339:5 [INFO] [stdout] | [INFO] [stdout] 3 | use deepmesa::collections::BitVector; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `deepmesa` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BitVector` [INFO] [stdout] --> src/bitvec/bitvec.rs:341:14 [INFO] [stdout] | [INFO] [stdout] 5 | let mut bv = BitVector::new(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use deepmesa_collections::bitvec::bitvec::BitVector; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::first_mut (line 695) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `deepmesa` [INFO] [stdout] --> src/bitvec/bitvec.rs:696:5 [INFO] [stdout] | [INFO] [stdout] 3 | use deepmesa::collections::BitVector; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `deepmesa` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BitVector` [INFO] [stdout] --> src/bitvec/bitvec.rs:698:14 [INFO] [stdout] | [INFO] [stdout] 5 | let mut bv = BitVector::with_capacity(20); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use deepmesa_collections::bitvec::bitvec::BitVector; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::extend_from_bitslice (line 1876) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `deepmesa` [INFO] [stdout] --> src/bitvec/bitvec.rs:1877:5 [INFO] [stdout] | [INFO] [stdout] 3 | use deepmesa::collections::BitVector; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `deepmesa` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BitVector` [INFO] [stdout] --> src/bitvec/bitvec.rs:1879:14 [INFO] [stdout] | [INFO] [stdout] 5 | let mut bv = BitVector::new(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use deepmesa_collections::bitvec::bitvec::BitVector; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BitVector` [INFO] [stdout] --> src/bitvec/bitvec.rs:1881:17 [INFO] [stdout] | [INFO] [stdout] 7 | let mut other = BitVector::new(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use deepmesa_collections::bitvec::bitvec::BitVector; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::fill (line 2054) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `deepmesa` [INFO] [stdout] --> src/bitvec/bitvec.rs:2055:5 [INFO] [stdout] | [INFO] [stdout] 3 | use deepmesa::collections::BitVector; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `deepmesa` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BitVector` [INFO] [stdout] --> src/bitvec/bitvec.rs:2057:14 [INFO] [stdout] | [INFO] [stdout] 5 | let mut bv = BitVector::new(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use deepmesa_collections::bitvec::bitvec::BitVector; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::first_one (line 591) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `deepmesa` [INFO] [stdout] --> src/bitvec/bitvec.rs:592:5 [INFO] [stdout] | [INFO] [stdout] 3 | use deepmesa::collections::BitVector; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `deepmesa` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BitVector` [INFO] [stdout] --> src/bitvec/bitvec.rs:594:14 [INFO] [stdout] | [INFO] [stdout] 5 | let mut bv = BitVector::with_capacity(20); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use deepmesa_collections::bitvec::bitvec::BitVector; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::iter_mut (line 358) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `deepmesa` [INFO] [stdout] --> src/bitvec/bitvec.rs:359:5 [INFO] [stdout] | [INFO] [stdout] 3 | use deepmesa::collections::BitVector; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `deepmesa` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BitVector` [INFO] [stdout] --> src/bitvec/bitvec.rs:361:14 [INFO] [stdout] | [INFO] [stdout] 5 | let mut bv = BitVector::with_capacity(20); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use deepmesa_collections::bitvec::bitvec::BitVector; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::iter_ones (line 777) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `deepmesa` [INFO] [stdout] --> src/bitvec/bitvec.rs:778:5 [INFO] [stdout] | [INFO] [stdout] 3 | use deepmesa::collections::BitVector; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `deepmesa` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BitVector` [INFO] [stdout] --> src/bitvec/bitvec.rs:780:14 [INFO] [stdout] | [INFO] [stdout] 5 | let mut bv = BitVector::with_capacity(20); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use deepmesa_collections::bitvec::bitvec::BitVector; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::get (line 1967) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `deepmesa` [INFO] [stdout] --> src/bitvec/bitvec.rs:1968:5 [INFO] [stdout] | [INFO] [stdout] 3 | use deepmesa::collections::BitVector; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `deepmesa` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BitVector` [INFO] [stdout] --> src/bitvec/bitvec.rs:1970:14 [INFO] [stdout] | [INFO] [stdout] 5 | let mut bv = BitVector::with_capacity(22); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use deepmesa_collections::bitvec::bitvec::BitVector; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::first (line 671) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `deepmesa` [INFO] [stdout] --> src/bitvec/bitvec.rs:672:5 [INFO] [stdout] | [INFO] [stdout] 3 | use deepmesa::collections::BitVector; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `deepmesa` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BitVector` [INFO] [stdout] --> src/bitvec/bitvec.rs:674:14 [INFO] [stdout] | [INFO] [stdout] 5 | let mut bv = BitVector::with_capacity(20); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stderr] error: test failed, to rerun pass '--doc' [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use deepmesa_collections::bitvec::bitvec::BitVector; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::iter_zeros (line 797) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `deepmesa` [INFO] [stdout] --> src/bitvec/bitvec.rs:798:5 [INFO] [stdout] | [INFO] [stdout] 3 | use deepmesa::collections::BitVector; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `deepmesa` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BitVector` [INFO] [stdout] --> src/bitvec/bitvec.rs:800:14 [INFO] [stdout] | [INFO] [stdout] 5 | let mut bv = BitVector::with_capacity(20); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use deepmesa_collections::bitvec::bitvec::BitVector; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::is_empty (line 290) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `deepmesa` [INFO] [stdout] --> src/bitvec/bitvec.rs:291:5 [INFO] [stdout] | [INFO] [stdout] 3 | use deepmesa::collections::BitVector; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `deepmesa` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BitVector` [INFO] [stdout] --> src/bitvec/bitvec.rs:292:14 [INFO] [stdout] | [INFO] [stdout] 4 | let mut bv = BitVector::with_capacity(22); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use deepmesa_collections::bitvec::bitvec::BitVector; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::iter_u16 (line 854) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `deepmesa` [INFO] [stdout] --> src/bitvec/bitvec.rs:855:5 [INFO] [stdout] | [INFO] [stdout] 3 | use deepmesa::collections::BitVector; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `deepmesa` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BitVector` [INFO] [stdout] --> src/bitvec/bitvec.rs:856:14 [INFO] [stdout] | [INFO] [stdout] 4 | let mut bv = BitVector::new(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use deepmesa_collections::bitvec::bitvec::BitVector; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::iter_u32 (line 880) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `deepmesa` [INFO] [stdout] --> src/bitvec/bitvec.rs:881:5 [INFO] [stdout] | [INFO] [stdout] 3 | use deepmesa::collections::BitVector; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `deepmesa` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BitVector` [INFO] [stdout] --> src/bitvec/bitvec.rs:882:14 [INFO] [stdout] | [INFO] [stdout] 4 | let mut bv = BitVector::new(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use deepmesa_collections::bitvec::bitvec::BitVector; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::iter_u128 (line 933) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `deepmesa` [INFO] [stdout] --> src/bitvec/bitvec.rs:934:5 [INFO] [stdout] | [INFO] [stdout] 3 | use deepmesa::collections::BitVector; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `deepmesa` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BitVector` [INFO] [stdout] --> src/bitvec/bitvec.rs:935:14 [INFO] [stdout] | [INFO] [stdout] 4 | let mut bv = BitVector::new(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use deepmesa_collections::bitvec::bitvec::BitVector; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::last_one (line 646) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `deepmesa` [INFO] [stdout] --> src/bitvec/bitvec.rs:647:5 [INFO] [stdout] | [INFO] [stdout] 3 | use deepmesa::collections::BitVector; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `deepmesa` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BitVector` [INFO] [stdout] --> src/bitvec/bitvec.rs:649:14 [INFO] [stdout] | [INFO] [stdout] 5 | let mut bv = BitVector::with_capacity(20); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use deepmesa_collections::bitvec::bitvec::BitVector; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::last (line 723) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `deepmesa` [INFO] [stdout] --> src/bitvec/bitvec.rs:724:5 [INFO] [stdout] | [INFO] [stdout] 3 | use deepmesa::collections::BitVector; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `deepmesa` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BitVector` [INFO] [stdout] --> src/bitvec/bitvec.rs:726:14 [INFO] [stdout] | [INFO] [stdout] 5 | let mut bv = BitVector::with_capacity(20); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use deepmesa_collections::bitvec::bitvec::BitVector; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::new (line 233) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `deepmesa` [INFO] [stdout] --> src/bitvec/bitvec.rs:234:5 [INFO] [stdout] | [INFO] [stdout] 3 | use deepmesa::collections::BitVector; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `deepmesa` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BitVector` [INFO] [stdout] --> src/bitvec/bitvec.rs:235:10 [INFO] [stdout] | [INFO] [stdout] 4 | let bv = BitVector::new(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use deepmesa_collections::bitvec::bitvec::BitVector; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::iter_u64 (line 907) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `deepmesa` [INFO] [stdout] --> src/bitvec/bitvec.rs:908:5 [INFO] [stdout] | [INFO] [stdout] 3 | use deepmesa::collections::BitVector; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `deepmesa` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BitVector` [INFO] [stdout] --> src/bitvec/bitvec.rs:909:14 [INFO] [stdout] | [INFO] [stdout] 4 | let mut bv = BitVector::new(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use deepmesa_collections::bitvec::bitvec::BitVector; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::iter_u8 (line 827) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `deepmesa` [INFO] [stdout] --> src/bitvec/bitvec.rs:828:5 [INFO] [stdout] | [INFO] [stdout] 3 | use deepmesa::collections::BitVector; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `deepmesa` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BitVector` [INFO] [stdout] --> src/bitvec/bitvec.rs:829:14 [INFO] [stdout] | [INFO] [stdout] 4 | let mut bv = BitVector::new(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use deepmesa_collections::bitvec::bitvec::BitVector; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::leading_ones (line 382) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `deepmesa` [INFO] [stdout] --> src/bitvec/bitvec.rs:383:5 [INFO] [stdout] | [INFO] [stdout] 3 | use deepmesa::collections::BitVector; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `deepmesa` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BitVector` [INFO] [stdout] --> src/bitvec/bitvec.rs:385:14 [INFO] [stdout] | [INFO] [stdout] 5 | let mut bv = BitVector::with_capacity(20); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use deepmesa_collections::bitvec::bitvec::BitVector; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::leading_zeros (line 412) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `deepmesa` [INFO] [stdout] --> src/bitvec/bitvec.rs:413:5 [INFO] [stdout] | [INFO] [stdout] 3 | use deepmesa::collections::BitVector; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `deepmesa` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BitVector` [INFO] [stdout] --> src/bitvec/bitvec.rs:415:14 [INFO] [stdout] | [INFO] [stdout] 5 | let mut bv = BitVector::with_capacity(20); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use deepmesa_collections::bitvec::bitvec::BitVector; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::last_zero (line 620) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `deepmesa` [INFO] [stdout] --> src/bitvec/bitvec.rs:621:5 [INFO] [stdout] | [INFO] [stdout] 3 | use deepmesa::collections::BitVector; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `deepmesa` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BitVector` [INFO] [stdout] --> src/bitvec/bitvec.rs:623:14 [INFO] [stdout] | [INFO] [stdout] 5 | let mut bv = BitVector::with_capacity(20); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use deepmesa_collections::bitvec::bitvec::BitVector; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::len (line 275) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `deepmesa` [INFO] [stdout] --> src/bitvec/bitvec.rs:276:5 [INFO] [stdout] | [INFO] [stdout] 3 | use deepmesa::collections::BitVector; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `deepmesa` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BitVector` [INFO] [stdout] --> src/bitvec/bitvec.rs:277:14 [INFO] [stdout] | [INFO] [stdout] 4 | let mut bv = BitVector::with_capacity(22); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use deepmesa_collections::bitvec::bitvec::BitVector; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::pop (line 2021) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `deepmesa` [INFO] [stdout] --> src/bitvec/bitvec.rs:2022:5 [INFO] [stdout] | [INFO] [stdout] 3 | use deepmesa::collections::BitVector; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `deepmesa` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BitVector` [INFO] [stdout] --> src/bitvec/bitvec.rs:2024:14 [INFO] [stdout] | [INFO] [stdout] 5 | let mut bv = BitVector::with_capacity(22); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use deepmesa_collections::bitvec::bitvec::BitVector; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::push_bits_u32 (line 1442) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `deepmesa` [INFO] [stdout] --> src/bitvec/bitvec.rs:1443:5 [INFO] [stdout] | [INFO] [stdout] 3 | use deepmesa::collections::BitVector; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `deepmesa` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `deepmesa` [INFO] [stdout] --> src/bitvec/bitvec.rs:1444:5 [INFO] [stdout] | [INFO] [stdout] 4 | use deepmesa::collections::bitvec::BitOrder; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `deepmesa` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BitOrder` [INFO] [stdout] --> src/bitvec/bitvec.rs:1448:26 [INFO] [stdout] | [INFO] [stdout] 8 | bv.push_bits_u32(val, 3, BitOrder::Msb0); [INFO] [stdout] | ^^^^^^^^ use of undeclared type `BitOrder` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BitOrder` [INFO] [stdout] --> src/bitvec/bitvec.rs:1455:26 [INFO] [stdout] | [INFO] [stdout] 15 | bv.push_bits_u32(val, 3, BitOrder::Lsb0); [INFO] [stdout] | ^^^^^^^^ use of undeclared type `BitOrder` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BitVector` [INFO] [stdout] --> src/bitvec/bitvec.rs:1446:14 [INFO] [stdout] | [INFO] [stdout] 6 | let mut bv = BitVector::new(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use deepmesa_collections::bitvec::bitvec::BitVector; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 5 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::push_bits_u128 (line 1535) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `deepmesa` [INFO] [stdout] --> src/bitvec/bitvec.rs:1536:5 [INFO] [stdout] | [INFO] [stdout] 3 | use deepmesa::collections::BitVector; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `deepmesa` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `deepmesa` [INFO] [stdout] --> src/bitvec/bitvec.rs:1537:5 [INFO] [stdout] | [INFO] [stdout] 4 | use deepmesa::collections::bitvec::BitOrder; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `deepmesa` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BitOrder` [INFO] [stdout] --> src/bitvec/bitvec.rs:1542:27 [INFO] [stdout] | [INFO] [stdout] 9 | bv.push_bits_u128(val, 3, BitOrder::Msb0); [INFO] [stdout] | ^^^^^^^^ use of undeclared type `BitOrder` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BitOrder` [INFO] [stdout] --> src/bitvec/bitvec.rs:1549:27 [INFO] [stdout] | [INFO] [stdout] 16 | bv.push_bits_u128(val, 3, BitOrder::Lsb0); [INFO] [stdout] | ^^^^^^^^ use of undeclared type `BitOrder` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BitVector` [INFO] [stdout] --> src/bitvec/bitvec.rs:1539:14 [INFO] [stdout] | [INFO] [stdout] 6 | let mut bv = BitVector::new(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use deepmesa_collections::bitvec::bitvec::BitVector; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 5 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::push (line 2001) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `deepmesa` [INFO] [stdout] --> src/bitvec/bitvec.rs:2002:5 [INFO] [stdout] | [INFO] [stdout] 3 | use deepmesa::collections::BitVector; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `deepmesa` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BitVector` [INFO] [stdout] --> src/bitvec/bitvec.rs:2004:14 [INFO] [stdout] | [INFO] [stdout] 5 | let mut bv = BitVector::with_capacity(22); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use deepmesa_collections::bitvec::bitvec::BitVector; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::push_bits_u16 (line 1396) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `deepmesa` [INFO] [stdout] --> src/bitvec/bitvec.rs:1397:5 [INFO] [stdout] | [INFO] [stdout] 3 | use deepmesa::collections::BitVector; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `deepmesa` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `deepmesa` [INFO] [stdout] --> src/bitvec/bitvec.rs:1398:5 [INFO] [stdout] | [INFO] [stdout] 4 | use deepmesa::collections::bitvec::BitOrder; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `deepmesa` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BitOrder` [INFO] [stdout] --> src/bitvec/bitvec.rs:1402:26 [INFO] [stdout] | [INFO] [stdout] 8 | bv.push_bits_u16(val, 3, BitOrder::Msb0); [INFO] [stdout] | ^^^^^^^^ use of undeclared type `BitOrder` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BitOrder` [INFO] [stdout] --> src/bitvec/bitvec.rs:1409:26 [INFO] [stdout] | [INFO] [stdout] 15 | bv.push_bits_u16(val, 3, BitOrder::Lsb0); [INFO] [stdout] | ^^^^^^^^ use of undeclared type `BitOrder` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BitVector` [INFO] [stdout] --> src/bitvec/bitvec.rs:1400:14 [INFO] [stdout] | [INFO] [stdout] 6 | let mut bv = BitVector::new(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use deepmesa_collections::bitvec::bitvec::BitVector; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 5 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::last_mut (line 747) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `deepmesa` [INFO] [stdout] --> src/bitvec/bitvec.rs:748:5 [INFO] [stdout] | [INFO] [stdout] 3 | use deepmesa::collections::BitVector; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `deepmesa` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BitVector` [INFO] [stdout] --> src/bitvec/bitvec.rs:750:14 [INFO] [stdout] | [INFO] [stdout] 5 | let mut bv = BitVector::with_capacity(20); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use deepmesa_collections::bitvec::bitvec::BitVector; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::push_bits_u8 (line 1349) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `deepmesa` [INFO] [stdout] --> src/bitvec/bitvec.rs:1350:5 [INFO] [stdout] | [INFO] [stdout] 3 | use deepmesa::collections::BitVector; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `deepmesa` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `deepmesa` [INFO] [stdout] --> src/bitvec/bitvec.rs:1351:5 [INFO] [stdout] | [INFO] [stdout] 4 | use deepmesa::collections::bitvec::BitOrder; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `deepmesa` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BitOrder` [INFO] [stdout] --> src/bitvec/bitvec.rs:1355:25 [INFO] [stdout] | [INFO] [stdout] 8 | bv.push_bits_u8(val, 3, BitOrder::Msb0); [INFO] [stdout] | ^^^^^^^^ use of undeclared type `BitOrder` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BitOrder` [INFO] [stdout] --> src/bitvec/bitvec.rs:1362:25 [INFO] [stdout] | [INFO] [stdout] 15 | bv.push_bits_u8(val, 3, BitOrder::Lsb0); [INFO] [stdout] | ^^^^^^^^ use of undeclared type `BitOrder` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BitVector` [INFO] [stdout] --> src/bitvec/bitvec.rs:1353:14 [INFO] [stdout] | [INFO] [stdout] 6 | let mut bv = BitVector::new(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use deepmesa_collections::bitvec::bitvec::BitVector; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 5 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::push_bits_u64 (line 1488) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `deepmesa` [INFO] [stdout] --> src/bitvec/bitvec.rs:1489:5 [INFO] [stdout] | [INFO] [stdout] 3 | use deepmesa::collections::BitVector; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `deepmesa` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `deepmesa` [INFO] [stdout] --> src/bitvec/bitvec.rs:1490:5 [INFO] [stdout] | [INFO] [stdout] 4 | use deepmesa::collections::bitvec::BitOrder; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `deepmesa` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BitOrder` [INFO] [stdout] --> src/bitvec/bitvec.rs:1495:26 [INFO] [stdout] | [INFO] [stdout] 9 | bv.push_bits_u64(val, 3, BitOrder::Msb0); [INFO] [stdout] | ^^^^^^^^ use of undeclared type `BitOrder` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BitOrder` [INFO] [stdout] --> src/bitvec/bitvec.rs:1502:26 [INFO] [stdout] | [INFO] [stdout] 16 | bv.push_bits_u64(val, 3, BitOrder::Lsb0); [INFO] [stdout] | ^^^^^^^^ use of undeclared type `BitOrder` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BitVector` [INFO] [stdout] --> src/bitvec/bitvec.rs:1492:14 [INFO] [stdout] | [INFO] [stdout] 6 | let mut bv = BitVector::new(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use deepmesa_collections::bitvec::bitvec::BitVector; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 5 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::push_u128 (line 1702) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `deepmesa` [INFO] [stdout] --> src/bitvec/bitvec.rs:1703:5 [INFO] [stdout] | [INFO] [stdout] 3 | use deepmesa::collections::BitVector; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `deepmesa` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BitVector` [INFO] [stdout] --> src/bitvec/bitvec.rs:1705:14 [INFO] [stdout] | [INFO] [stdout] 5 | let mut bv = BitVector::new(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use deepmesa_collections::bitvec::bitvec::BitVector; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::push_u32 (line 1636) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `deepmesa` [INFO] [stdout] --> src/bitvec/bitvec.rs:1637:5 [INFO] [stdout] | [INFO] [stdout] 3 | use deepmesa::collections::BitVector; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `deepmesa` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BitVector` [INFO] [stdout] --> src/bitvec/bitvec.rs:1639:14 [INFO] [stdout] | [INFO] [stdout] 5 | let mut bv = BitVector::new(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use deepmesa_collections::bitvec::bitvec::BitVector; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::read_u128 (line 1079) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `deepmesa` [INFO] [stdout] --> src/bitvec/bitvec.rs:1080:5 [INFO] [stdout] | [INFO] [stdout] 3 | use deepmesa::collections::BitVector; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `deepmesa` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BitVector` [INFO] [stdout] --> src/bitvec/bitvec.rs:1081:14 [INFO] [stdout] | [INFO] [stdout] 4 | let mut bv = BitVector::new(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use deepmesa_collections::bitvec::bitvec::BitVector; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::push_u64 (line 1669) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `deepmesa` [INFO] [stdout] --> src/bitvec/bitvec.rs:1670:5 [INFO] [stdout] | [INFO] [stdout] 3 | use deepmesa::collections::BitVector; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `deepmesa` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BitVector` [INFO] [stdout] --> src/bitvec/bitvec.rs:1672:14 [INFO] [stdout] | [INFO] [stdout] 5 | let mut bv = BitVector::new(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use deepmesa_collections::bitvec::bitvec::BitVector; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::read_bits_u32 (line 1220) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `deepmesa` [INFO] [stdout] --> src/bitvec/bitvec.rs:1221:5 [INFO] [stdout] | [INFO] [stdout] 3 | use deepmesa::collections::BitVector; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `deepmesa` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BitVector` [INFO] [stdout] --> src/bitvec/bitvec.rs:1222:14 [INFO] [stdout] | [INFO] [stdout] 4 | let mut bv = BitVector::new(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use deepmesa_collections::bitvec::bitvec::BitVector; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::read_bits_u128 (line 1310) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `deepmesa` [INFO] [stdout] --> src/bitvec/bitvec.rs:1311:5 [INFO] [stdout] | [INFO] [stdout] 3 | use deepmesa::collections::BitVector; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `deepmesa` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BitVector` [INFO] [stdout] --> src/bitvec/bitvec.rs:1312:14 [INFO] [stdout] | [INFO] [stdout] 4 | let mut bv = BitVector::new(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use deepmesa_collections::bitvec::bitvec::BitVector; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::push_u16 (line 1603) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `deepmesa` [INFO] [stdout] --> src/bitvec/bitvec.rs:1604:5 [INFO] [stdout] | [INFO] [stdout] 3 | use deepmesa::collections::BitVector; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `deepmesa` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BitVector` [INFO] [stdout] --> src/bitvec/bitvec.rs:1606:14 [INFO] [stdout] | [INFO] [stdout] 5 | let mut bv = BitVector::new(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use deepmesa_collections::bitvec::bitvec::BitVector; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::repeat (line 1919) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `deepmesa` [INFO] [stdout] --> src/bitvec/bitvec.rs:1920:5 [INFO] [stdout] | [INFO] [stdout] 3 | use deepmesa::collections::BitVector; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `deepmesa` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BitVector` [INFO] [stdout] --> src/bitvec/bitvec.rs:1922:10 [INFO] [stdout] | [INFO] [stdout] 5 | let bv = BitVector::repeat(true, 4); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use deepmesa_collections::bitvec::bitvec::BitVector; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::push_u8 (line 1570) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `deepmesa` [INFO] [stdout] --> src/bitvec/bitvec.rs:1571:5 [INFO] [stdout] | [INFO] [stdout] 3 | use deepmesa::collections::BitVector; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `deepmesa` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BitVector` [INFO] [stdout] --> src/bitvec/bitvec.rs:1573:14 [INFO] [stdout] | [INFO] [stdout] 5 | let mut bv = BitVector::new(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use deepmesa_collections::bitvec::bitvec::BitVector; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::read_bits_u16 (line 1174) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `deepmesa` [INFO] [stdout] --> src/bitvec/bitvec.rs:1175:5 [INFO] [stdout] | [INFO] [stdout] 3 | use deepmesa::collections::BitVector; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `deepmesa` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BitVector` [INFO] [stdout] --> src/bitvec/bitvec.rs:1176:14 [INFO] [stdout] | [INFO] [stdout] 4 | let mut bv = BitVector::new(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use deepmesa_collections::bitvec::bitvec::BitVector; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::read_bits_u8 (line 1129) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `deepmesa` [INFO] [stdout] --> src/bitvec/bitvec.rs:1130:5 [INFO] [stdout] | [INFO] [stdout] 3 | use deepmesa::collections::BitVector; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `deepmesa` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BitVector` [INFO] [stdout] --> src/bitvec/bitvec.rs:1131:14 [INFO] [stdout] | [INFO] [stdout] 4 | let mut bv = BitVector::new(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use deepmesa_collections::bitvec::bitvec::BitVector; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::read_bits_u64 (line 1265) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `deepmesa` [INFO] [stdout] --> src/bitvec/bitvec.rs:1266:5 [INFO] [stdout] | [INFO] [stdout] 3 | use deepmesa::collections::BitVector; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `deepmesa` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BitVector` [INFO] [stdout] --> src/bitvec/bitvec.rs:1267:14 [INFO] [stdout] | [INFO] [stdout] 4 | let mut bv = BitVector::new(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use deepmesa_collections::bitvec::bitvec::BitVector; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::read_u16 (line 988) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `deepmesa` [INFO] [stdout] --> src/bitvec/bitvec.rs:989:5 [INFO] [stdout] | [INFO] [stdout] 3 | use deepmesa::collections::BitVector; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `deepmesa` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BitVector` [INFO] [stdout] --> src/bitvec/bitvec.rs:990:14 [INFO] [stdout] | [INFO] [stdout] 4 | let mut bv = BitVector::new(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use deepmesa_collections::bitvec::bitvec::BitVector; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::read_u32 (line 1017) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `deepmesa` [INFO] [stdout] --> src/bitvec/bitvec.rs:1018:5 [INFO] [stdout] | [INFO] [stdout] 3 | use deepmesa::collections::BitVector; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `deepmesa` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BitVector` [INFO] [stdout] --> src/bitvec/bitvec.rs:1019:14 [INFO] [stdout] | [INFO] [stdout] 4 | let mut bv = BitVector::new(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use deepmesa_collections::bitvec::bitvec::BitVector; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::trailing_zeros (line 474) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `deepmesa` [INFO] [stdout] --> src/bitvec/bitvec.rs:475:5 [INFO] [stdout] | [INFO] [stdout] 3 | use deepmesa::collections::BitVector; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `deepmesa` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BitVector` [INFO] [stdout] --> src/bitvec/bitvec.rs:477:14 [INFO] [stdout] | [INFO] [stdout] 5 | let mut bv = BitVector::with_capacity(20); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use deepmesa_collections::bitvec::bitvec::BitVector; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/bitvec/iter.rs - bitvec::iter::Iter (line 212) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `deepmesa` [INFO] [stdout] --> src/bitvec/iter.rs:213:5 [INFO] [stdout] | [INFO] [stdout] 3 | use deepmesa::collections::BitVector; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `deepmesa` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `deepmesa` [INFO] [stdout] --> src/bitvec/iter.rs:214:5 [INFO] [stdout] | [INFO] [stdout] 4 | use deepmesa::collections::bitvec::Iter; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `deepmesa` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BitVector` [INFO] [stdout] --> src/bitvec/iter.rs:216:14 [INFO] [stdout] | [INFO] [stdout] 6 | let mut bv = BitVector::new(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use deepmesa_collections::bitvec::bitvec::BitVector; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Iter` in this scope [INFO] [stdout] --> src/bitvec/iter.rs:219:14 [INFO] [stdout] | [INFO] [stdout] 9 | let mut iter:Iter = bv.iter(); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2 | use core::option::Iter; [INFO] [stdout] | [INFO] [stdout] 2 | use core::result::Iter; [INFO] [stdout] | [INFO] [stdout] 2 | use core::slice::Iter; [INFO] [stdout] | [INFO] [stdout] 2 | use deepmesa_collections::bitvec::iter::Iter; [INFO] [stdout] | [INFO] [stdout] and 12 other candidates [INFO] [stdout] [INFO] [stdout] error: aborting due to 4 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0412, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::set (line 1933) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `deepmesa` [INFO] [stdout] --> src/bitvec/bitvec.rs:1934:5 [INFO] [stdout] | [INFO] [stdout] 3 | use deepmesa::collections::BitVector; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `deepmesa` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BitVector` [INFO] [stdout] --> src/bitvec/bitvec.rs:1936:14 [INFO] [stdout] | [INFO] [stdout] 5 | let mut bv = BitVector::with_capacity(22); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use deepmesa_collections::bitvec::bitvec::BitVector; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::read_u8 (line 959) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `deepmesa` [INFO] [stdout] --> src/bitvec/bitvec.rs:960:5 [INFO] [stdout] | [INFO] [stdout] 3 | use deepmesa::collections::BitVector; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `deepmesa` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BitVector` [INFO] [stdout] --> src/bitvec/bitvec.rs:961:14 [INFO] [stdout] | [INFO] [stdout] 4 | let mut bv = BitVector::new(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use deepmesa_collections::bitvec::bitvec::BitVector; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::with_capacity (line 247) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `deepmesa` [INFO] [stdout] --> src/bitvec/bitvec.rs:248:5 [INFO] [stdout] | [INFO] [stdout] 3 | use deepmesa::collections::BitVector; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `deepmesa` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BitVector` [INFO] [stdout] --> src/bitvec/bitvec.rs:249:10 [INFO] [stdout] | [INFO] [stdout] 4 | let bv = BitVector::with_capacity(6); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use deepmesa_collections::bitvec::bitvec::BitVector; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::read_u64 (line 1048) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `deepmesa` [INFO] [stdout] --> src/bitvec/bitvec.rs:1049:5 [INFO] [stdout] | [INFO] [stdout] 3 | use deepmesa::collections::BitVector; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `deepmesa` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BitVector` [INFO] [stdout] --> src/bitvec/bitvec.rs:1050:14 [INFO] [stdout] | [INFO] [stdout] 4 | let mut bv = BitVector::new(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use deepmesa_collections::bitvec::bitvec::BitVector; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::trailing_ones (line 443) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `deepmesa` [INFO] [stdout] --> src/bitvec/bitvec.rs:444:5 [INFO] [stdout] | [INFO] [stdout] 3 | use deepmesa::collections::BitVector; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `deepmesa` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BitVector` [INFO] [stdout] --> src/bitvec/bitvec.rs:446:14 [INFO] [stdout] | [INFO] [stdout] 5 | let mut bv = BitVector::with_capacity(20); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use deepmesa_collections::bitvec::bitvec::BitVector; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/bitvec/iter.rs - bitvec::iter::IterMut (line 241) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `deepmesa` [INFO] [stdout] --> src/bitvec/iter.rs:242:5 [INFO] [stdout] | [INFO] [stdout] 3 | use deepmesa::collections::BitVector; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `deepmesa` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `deepmesa` [INFO] [stdout] --> src/bitvec/iter.rs:243:5 [INFO] [stdout] | [INFO] [stdout] 4 | use deepmesa::collections::bitvec::IterMut; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `deepmesa` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BitVector` [INFO] [stdout] --> src/bitvec/iter.rs:245:14 [INFO] [stdout] | [INFO] [stdout] 6 | let mut bv = BitVector::with_capacity(20); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use deepmesa_collections::bitvec::bitvec::BitVector; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IterMut` in this scope [INFO] [stdout] --> src/bitvec/iter.rs:248:11 [INFO] [stdout] | [INFO] [stdout] 9 | let iter: IterMut = bv.iter_mut(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2 | use core::option::IterMut; [INFO] [stdout] | [INFO] [stdout] 2 | use core::result::IterMut; [INFO] [stdout] | [INFO] [stdout] 2 | use core::slice::IterMut; [INFO] [stdout] | [INFO] [stdout] 2 | use deepmesa_collections::bitvec::iter::IterMut; [INFO] [stdout] | [INFO] [stdout] and 7 other candidates [INFO] [stdout] [INFO] [stdout] error: aborting due to 4 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0412, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/bitvec/iter.rs - bitvec::iter::IterOnes (line 374) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `deepmesa` [INFO] [stdout] --> src/bitvec/iter.rs:375:5 [INFO] [stdout] | [INFO] [stdout] 3 | use deepmesa::collections::BitVector; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `deepmesa` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `deepmesa` [INFO] [stdout] --> src/bitvec/iter.rs:376:5 [INFO] [stdout] | [INFO] [stdout] 4 | use deepmesa::collections::bitvec::IterOnes; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `deepmesa` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BitVector` [INFO] [stdout] --> src/bitvec/iter.rs:378:14 [INFO] [stdout] | [INFO] [stdout] 6 | let mut bv = BitVector::with_capacity(20); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use deepmesa_collections::bitvec::bitvec::BitVector; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IterOnes` in this scope [INFO] [stdout] --> src/bitvec/iter.rs:381:14 [INFO] [stdout] | [INFO] [stdout] 9 | let mut iter:IterOnes = bv.iter_ones(); [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use deepmesa_collections::bitvec::iter::IterOnes; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 4 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0412, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/bitvec/iter.rs - bitvec::iter::IterU128 (line 186) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `deepmesa` [INFO] [stdout] --> src/bitvec/iter.rs:187:5 [INFO] [stdout] | [INFO] [stdout] 3 | use deepmesa::collections::BitVector; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `deepmesa` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `deepmesa` [INFO] [stdout] --> src/bitvec/iter.rs:188:5 [INFO] [stdout] | [INFO] [stdout] 4 | use deepmesa::collections::bitvec::IterU128; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `deepmesa` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BitVector` [INFO] [stdout] --> src/bitvec/iter.rs:190:14 [INFO] [stdout] | [INFO] [stdout] 6 | let mut bv = BitVector::new(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use deepmesa_collections::bitvec::bitvec::BitVector; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/bitvec/iter.rs - bitvec::iter::IterU32 (line 136) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `deepmesa` [INFO] [stdout] --> src/bitvec/iter.rs:137:5 [INFO] [stdout] | [INFO] [stdout] 3 | use deepmesa::collections::BitVector; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `deepmesa` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `deepmesa` [INFO] [stdout] --> src/bitvec/iter.rs:138:5 [INFO] [stdout] | [INFO] [stdout] 4 | use deepmesa::collections::bitvec::IterU32; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `deepmesa` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BitVector` [INFO] [stdout] --> src/bitvec/iter.rs:140:14 [INFO] [stdout] | [INFO] [stdout] 6 | let mut bv = BitVector::new(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use deepmesa_collections::bitvec::bitvec::BitVector; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IterU32` in this scope [INFO] [stdout] --> src/bitvec/iter.rs:144:14 [INFO] [stdout] | [INFO] [stdout] 10 | let mut iter:IterU32 = bv.iter_u32(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use deepmesa_collections::bitvec::iter::IterU32; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 4 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0412, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/bitvec/mod.rs - bitvec::bitvector (line 53) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `deepmesa` [INFO] [stdout] --> src/bitvec/mod.rs:54:5 [INFO] [stdout] | [INFO] [stdout] 3 | use deepmesa::collections::BitVector; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `deepmesa` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `deepmesa` [INFO] [stdout] --> src/bitvec/mod.rs:55:5 [INFO] [stdout] | [INFO] [stdout] 4 | use deepmesa::collections::bitvector; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `deepmesa` [INFO] [stdout] [INFO] [stdout] error: cannot find macro `bitvector` in this scope [INFO] [stdout] --> src/bitvec/mod.rs:57:10 [INFO] [stdout] | [INFO] [stdout] 6 | let bv = bitvector![1,0,1,1,0,1,0,1]; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: consider importing this macro: [INFO] [stdout] deepmesa_collections::bitvector [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/bitvec/iter.rs - bitvec::iter::IterU16 (line 111) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `deepmesa` [INFO] [stdout] --> src/bitvec/iter.rs:112:5 [INFO] [stdout] | [INFO] [stdout] 3 | use deepmesa::collections::BitVector; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `deepmesa` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `deepmesa` [INFO] [stdout] --> src/bitvec/iter.rs:113:5 [INFO] [stdout] | [INFO] [stdout] 4 | use deepmesa::collections::bitvec::IterU16; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `deepmesa` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BitVector` [INFO] [stdout] --> src/bitvec/iter.rs:115:14 [INFO] [stdout] | [INFO] [stdout] 6 | let mut bv = BitVector::new(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use deepmesa_collections::bitvec::bitvec::BitVector; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IterU16` in this scope [INFO] [stdout] --> src/bitvec/iter.rs:118:14 [INFO] [stdout] | [INFO] [stdout] 9 | let mut iter:IterU16 = bv.iter_u16(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use deepmesa_collections::bitvec::iter::IterU16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 4 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0412, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/bitvec/mod.rs - bitvec::bitvector (line 78) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `deepmesa` [INFO] [stdout] --> src/bitvec/mod.rs:79:5 [INFO] [stdout] | [INFO] [stdout] 3 | use deepmesa::collections::BitVector; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `deepmesa` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `deepmesa` [INFO] [stdout] --> src/bitvec/mod.rs:80:5 [INFO] [stdout] | [INFO] [stdout] 4 | use deepmesa::collections::bitvector; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `deepmesa` [INFO] [stdout] [INFO] [stdout] error: cannot find macro `bitvector` in this scope [INFO] [stdout] --> src/bitvec/mod.rs:82:10 [INFO] [stdout] | [INFO] [stdout] 6 | let bv = bitvector!(); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: consider importing this macro: [INFO] [stdout] deepmesa_collections::bitvector [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/bitvec/traits.rs - bitvec::traits::BitwiseClear::clear_lsb_nth (line 77) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `deepmesa` [INFO] [stdout] --> src/bitvec/traits.rs:78:5 [INFO] [stdout] | [INFO] [stdout] 3 | use deepmesa::collections::bitvec::BitwiseClear; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `deepmesa` [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `clear_lsb_nth` found for type `u8` in the current scope [INFO] [stdout] --> src/bitvec/traits.rs:81:16 [INFO] [stdout] | [INFO] [stdout] 6 | assert_eq!(val.clear_lsb_nth(3), 0b1011_0100); [INFO] [stdout] | ^^^^^^^^^^^^^ method not found in `u8` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0433, E0599. [INFO] [stdout] For more information about an error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/bitvec/traits.rs - bitvec::traits::BitwiseClear::clear_msb_nth (line 86) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `deepmesa` [INFO] [stdout] --> src/bitvec/traits.rs:87:5 [INFO] [stdout] | [INFO] [stdout] 3 | use deepmesa::collections::bitvec::BitwiseClear; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `deepmesa` [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `clear_msb_nth` found for type `u8` in the current scope [INFO] [stdout] --> src/bitvec/traits.rs:90:16 [INFO] [stdout] | [INFO] [stdout] 6 | assert_eq!(val.clear_msb_nth(3), 0b1010_1100); [INFO] [stdout] | ^^^^^^^^^^^^^ method not found in `u8` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0433, E0599. [INFO] [stdout] For more information about an error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/bitvec/iter.rs - bitvec::iter::IterU8 (line 85) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `deepmesa` [INFO] [stdout] --> src/bitvec/iter.rs:86:5 [INFO] [stdout] | [INFO] [stdout] 3 | use deepmesa::collections::BitVector; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `deepmesa` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `deepmesa` [INFO] [stdout] --> src/bitvec/iter.rs:87:5 [INFO] [stdout] | [INFO] [stdout] 4 | use deepmesa::collections::bitvec::IterU8; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `deepmesa` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BitVector` [INFO] [stdout] --> src/bitvec/iter.rs:89:14 [INFO] [stdout] | [INFO] [stdout] 6 | let mut bv = BitVector::new(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use deepmesa_collections::bitvec::bitvec::BitVector; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IterU8` in this scope [INFO] [stdout] --> src/bitvec/iter.rs:92:15 [INFO] [stdout] | [INFO] [stdout] 9 | let mut iter: IterU8 = bv.iter_u8(); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use deepmesa_collections::bitvec::iter::IterU8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 4 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0412, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/bitvec/iter.rs - bitvec::iter::IterU64 (line 162) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `deepmesa` [INFO] [stdout] --> src/bitvec/iter.rs:163:5 [INFO] [stdout] | [INFO] [stdout] 3 | use deepmesa::collections::BitVector; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `deepmesa` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `deepmesa` [INFO] [stdout] --> src/bitvec/iter.rs:164:5 [INFO] [stdout] | [INFO] [stdout] 4 | use deepmesa::collections::bitvec::IterU64; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `deepmesa` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BitVector` [INFO] [stdout] --> src/bitvec/iter.rs:165:14 [INFO] [stdout] | [INFO] [stdout] 5 | let mut bv = BitVector::new(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use deepmesa_collections::bitvec::bitvec::BitVector; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IterU64` in this scope [INFO] [stdout] --> src/bitvec/iter.rs:168:14 [INFO] [stdout] | [INFO] [stdout] 8 | let mut iter:IterU64 = bv.iter_u64(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use deepmesa_collections::bitvec::iter::IterU64; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 4 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0412, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/bitvec/mod.rs - bitvec::bitvector (line 66) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `deepmesa` [INFO] [stdout] --> src/bitvec/mod.rs:67:5 [INFO] [stdout] | [INFO] [stdout] 3 | use deepmesa::collections::BitVector; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `deepmesa` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `deepmesa` [INFO] [stdout] --> src/bitvec/mod.rs:68:5 [INFO] [stdout] | [INFO] [stdout] 4 | use deepmesa::collections::bitvector; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `deepmesa` [INFO] [stdout] [INFO] [stdout] error: cannot find macro `bitvector` in this scope [INFO] [stdout] --> src/bitvec/mod.rs:70:10 [INFO] [stdout] | [INFO] [stdout] 6 | let bv = bitvector![1;100]; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: consider importing this macro: [INFO] [stdout] deepmesa_collections::bitvector [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/bitvec/iter.rs - bitvec::iter::IterZeros (line 400) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `deepmesa` [INFO] [stdout] --> src/bitvec/iter.rs:401:5 [INFO] [stdout] | [INFO] [stdout] 3 | use deepmesa::collections::BitVector; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `deepmesa` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `deepmesa` [INFO] [stdout] --> src/bitvec/iter.rs:402:5 [INFO] [stdout] | [INFO] [stdout] 4 | use deepmesa::collections::bitvec::IterZeros; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `deepmesa` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BitVector` [INFO] [stdout] --> src/bitvec/iter.rs:404:14 [INFO] [stdout] | [INFO] [stdout] 6 | let mut bv = BitVector::with_capacity(20); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use deepmesa_collections::bitvec::bitvec::BitVector; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IterZeros` in this scope [INFO] [stdout] --> src/bitvec/iter.rs:407:14 [INFO] [stdout] | [INFO] [stdout] 9 | let mut iter:IterZeros = bv.iter_zeros(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use deepmesa_collections::bitvec::iter::IterZeros; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 4 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0412, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/bitvec/traits.rs - bitvec::traits::AsLsb0 (line 686) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `deepmesa` [INFO] [stdout] --> src/bitvec/traits.rs:687:5 [INFO] [stdout] | [INFO] [stdout] 3 | use deepmesa::collections::bitvec::AsLsb0; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `deepmesa` [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `as_lsb0` found for type `u8` in the current scope [INFO] [stdout] --> src/bitvec/traits.rs:690:21 [INFO] [stdout] | [INFO] [stdout] 6 | let converted = val.as_lsb0(4); [INFO] [stdout] | ^^^^^^^ method not found in `u8` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0433, E0599. [INFO] [stdout] For more information about an error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/bitvec/traits.rs - bitvec::traits::AsMsb0 (line 656) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `deepmesa` [INFO] [stdout] --> src/bitvec/traits.rs:657:5 [INFO] [stdout] | [INFO] [stdout] 3 | use deepmesa::collections::bitvec::AsMsb0; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `deepmesa` [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `as_msb0` found for type `u8` in the current scope [INFO] [stdout] --> src/bitvec/traits.rs:660:21 [INFO] [stdout] | [INFO] [stdout] 6 | let converted = val.as_msb0(4); [INFO] [stdout] | ^^^^^^^ method not found in `u8` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0433, E0599. [INFO] [stdout] For more information about an error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/bitvec/traits.rs - bitvec::traits::BitwiseClearAssign::clear_msb_nth_assign (line 130) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `deepmesa` [INFO] [stdout] --> src/bitvec/traits.rs:131:5 [INFO] [stdout] | [INFO] [stdout] 3 | use deepmesa::collections::bitvec::BitwiseClearAssign; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `deepmesa` [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `clear_msb_nth_assign` found for type `u8` in the current scope [INFO] [stdout] --> src/bitvec/traits.rs:134:5 [INFO] [stdout] | [INFO] [stdout] 6 | val.clear_msb_nth_assign(3); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ method not found in `u8` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0433, E0599. [INFO] [stdout] For more information about an error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/bitvec/traits.rs - bitvec::traits::BitwiseClear::clear_lsb (line 59) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `deepmesa` [INFO] [stdout] --> src/bitvec/traits.rs:60:5 [INFO] [stdout] | [INFO] [stdout] 3 | use deepmesa::collections::bitvec::BitwiseClear; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `deepmesa` [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `clear_lsb` found for type `u8` in the current scope [INFO] [stdout] --> src/bitvec/traits.rs:63:16 [INFO] [stdout] | [INFO] [stdout] 6 | assert_eq!(val.clear_lsb(4), 0b1011_0000); [INFO] [stdout] | ^^^^^^^^^ method not found in `u8` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0433, E0599. [INFO] [stdout] For more information about an error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/bitvec/traits.rs - bitvec::traits::AsLsb0 (line 698) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `deepmesa` [INFO] [stdout] --> src/bitvec/traits.rs:699:5 [INFO] [stdout] | [INFO] [stdout] 3 | use deepmesa::collections::bitvec::AsLsb0; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `deepmesa` [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `as_lsb0` found for type `u8` in the current scope [INFO] [stdout] --> src/bitvec/traits.rs:702:21 [INFO] [stdout] | [INFO] [stdout] 6 | let converted = val.as_lsb0(8); [INFO] [stdout] | ^^^^^^^ method not found in `u8` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0433, E0599. [INFO] [stdout] For more information about an error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/bitvec/traits.rs - bitvec::traits::AsMsb0 (line 668) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `deepmesa` [INFO] [stdout] --> src/bitvec/traits.rs:669:5 [INFO] [stdout] | [INFO] [stdout] 3 | use deepmesa::collections::bitvec::AsMsb0; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `deepmesa` [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `as_msb0` found for type `u8` in the current scope [INFO] [stdout] --> src/bitvec/traits.rs:672:21 [INFO] [stdout] | [INFO] [stdout] 6 | let converted = val.as_msb0(8); [INFO] [stdout] | ^^^^^^^ method not found in `u8` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0433, E0599. [INFO] [stdout] For more information about an error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/bitvec/traits.rs - bitvec::traits::BitwiseClearAssign::clear_msb_assign (line 109) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `deepmesa` [INFO] [stdout] --> src/bitvec/traits.rs:110:5 [INFO] [stdout] | [INFO] [stdout] 3 | use deepmesa::collections::bitvec::BitwiseClearAssign; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `deepmesa` [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `clear_msb_assign` found for type `u8` in the current scope [INFO] [stdout] --> src/bitvec/traits.rs:113:5 [INFO] [stdout] | [INFO] [stdout] 6 | val.clear_msb_assign(4); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ method not found in `u8` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0433, E0599. [INFO] [stdout] For more information about an error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/bitvec/traits.rs - bitvec::traits::BitwiseClear::clear_msb (line 68) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `deepmesa` [INFO] [stdout] --> src/bitvec/traits.rs:69:5 [INFO] [stdout] | [INFO] [stdout] 3 | use deepmesa::collections::bitvec::BitwiseClear; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `deepmesa` [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `clear_msb` found for type `u8` in the current scope [INFO] [stdout] --> src/bitvec/traits.rs:72:16 [INFO] [stdout] | [INFO] [stdout] 6 | assert_eq!(val.clear_msb(4), 0b0000_1100); [INFO] [stdout] | ^^^^^^^^^ method not found in `u8` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0433, E0599. [INFO] [stdout] For more information about an error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/bitvec/traits.rs - bitvec::traits::BitwiseClearAssign::clear_lsb_nth_assign (line 119) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `deepmesa` [INFO] [stdout] --> src/bitvec/traits.rs:120:5 [INFO] [stdout] | [INFO] [stdout] 3 | use deepmesa::collections::bitvec::BitwiseClearAssign; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `deepmesa` [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `clear_lsb_nth_assign` found for type `u8` in the current scope [INFO] [stdout] --> src/bitvec/traits.rs:123:5 [INFO] [stdout] | [INFO] [stdout] 6 | val.clear_lsb_nth_assign(3); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ method not found in `u8` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0433, E0599. [INFO] [stdout] For more information about an error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/bitvec/traits.rs - bitvec::traits::BitwiseClearAssign::clear_lsb_assign (line 99) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `deepmesa` [INFO] [stdout] --> src/bitvec/traits.rs:100:5 [INFO] [stdout] | [INFO] [stdout] 3 | use deepmesa::collections::bitvec::BitwiseClearAssign; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `deepmesa` [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `clear_lsb_assign` found for type `u8` in the current scope [INFO] [stdout] --> src/bitvec/traits.rs:103:5 [INFO] [stdout] | [INFO] [stdout] 6 | val.clear_lsb_assign(4); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ method not found in `u8` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0433, E0599. [INFO] [stdout] For more information about an error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] src/bitvec/bitslice.rs - bitvec::bitslice::BitSlice (line 63) [INFO] [stdout] src/bitvec/bitslice.rs - bitvec::bitslice::BitSlice::all (line 528) [INFO] [stdout] src/bitvec/bitslice.rs - bitvec::bitslice::BitSlice::any (line 500) [INFO] [stdout] src/bitvec/bitslice.rs - bitvec::bitslice::BitSlice::as_u128 (line 1482) [INFO] [stdout] src/bitvec/bitslice.rs - bitvec::bitslice::BitSlice::as_u128 (line 1497) [INFO] [stdout] src/bitvec/bitslice.rs - bitvec::bitslice::BitSlice::as_u16 (line 1348) [INFO] [stdout] src/bitvec/bitslice.rs - bitvec::bitslice::BitSlice::as_u16 (line 1364) [INFO] [stdout] src/bitvec/bitslice.rs - bitvec::bitslice::BitSlice::as_u32 (line 1394) [INFO] [stdout] src/bitvec/bitslice.rs - bitvec::bitslice::BitSlice::as_u32 (line 1409) [INFO] [stdout] src/bitvec/bitslice.rs - bitvec::bitslice::BitSlice::as_u64 (line 1438) [INFO] [stdout] src/bitvec/bitslice.rs - bitvec::bitslice::BitSlice::as_u64 (line 1453) [INFO] [stdout] src/bitvec/bitslice.rs - bitvec::bitslice::BitSlice::as_u8 (line 1304) [INFO] [stdout] src/bitvec/bitslice.rs - bitvec::bitslice::BitSlice::as_u8 (line 1318) [INFO] [stdout] src/bitvec/bitslice.rs - bitvec::bitslice::BitSlice::count_ones (line 734) [INFO] [stdout] src/bitvec/bitslice.rs - bitvec::bitslice::BitSlice::count_zeros (line 768) [INFO] [stdout] src/bitvec/bitslice.rs - bitvec::bitslice::BitSlice::fill (line 426) [INFO] [stdout] src/bitvec/bitslice.rs - bitvec::bitslice::BitSlice::first (line 954) [INFO] [stdout] src/bitvec/bitslice.rs - bitvec::bitslice::BitSlice::first_mut (line 980) [INFO] [stdout] src/bitvec/bitslice.rs - bitvec::bitslice::BitSlice::first_one (line 803) [INFO] [stdout] src/bitvec/bitslice.rs - bitvec::bitslice::BitSlice::first_zero (line 841) [INFO] [stdout] src/bitvec/bitslice.rs - bitvec::bitslice::BitSlice::get (line 448) [INFO] [stdout] src/bitvec/bitslice.rs - bitvec::bitslice::BitSlice::get_mut (line 472) [INFO] [stdout] src/bitvec/bitslice.rs - bitvec::bitslice::BitSlice::iter (line 1118) [INFO] [stdout] src/bitvec/bitslice.rs - bitvec::bitslice::BitSlice::iter_mut (line 1139) [INFO] [stdout] src/bitvec/bitslice.rs - bitvec::bitslice::BitSlice::iter_ones (line 1070) [INFO] [stdout] src/bitvec/bitslice.rs - bitvec::bitslice::BitSlice::iter_u128 (line 1277) [INFO] [stdout] src/bitvec/bitslice.rs - bitvec::bitslice::BitSlice::iter_u16 (line 1198) [INFO] [stdout] src/bitvec/bitslice.rs - bitvec::bitslice::BitSlice::iter_u32 (line 1224) [INFO] [stdout] src/bitvec/bitslice.rs - bitvec::bitslice::BitSlice::iter_u64 (line 1251) [INFO] [stdout] src/bitvec/bitslice.rs - bitvec::bitslice::BitSlice::iter_u8 (line 1171) [INFO] [stdout] src/bitvec/bitslice.rs - bitvec::bitslice::BitSlice::iter_zeros (line 1094) [INFO] [stdout] src/bitvec/bitslice.rs - bitvec::bitslice::BitSlice::last (line 1012) [INFO] [stdout] src/bitvec/bitslice.rs - bitvec::bitslice::BitSlice::last_mut (line 1038) [INFO] [stdout] src/bitvec/bitslice.rs - bitvec::bitslice::BitSlice::last_one (line 879) [INFO] [stdout] src/bitvec/bitslice.rs - bitvec::bitslice::BitSlice::last_zero (line 917) [INFO] [stdout] src/bitvec/bitslice.rs - bitvec::bitslice::BitSlice::leading_ones (line 592) [INFO] [stdout] src/bitvec/bitslice.rs - bitvec::bitslice::BitSlice::leading_zeros (line 628) [INFO] [stdout] src/bitvec/bitslice.rs - bitvec::bitslice::BitSlice::len (line 391) [INFO] [stdout] src/bitvec/bitslice.rs - bitvec::bitslice::BitSlice::read_bits_u128 (line 1885) [INFO] [stdout] src/bitvec/bitslice.rs - bitvec::bitslice::BitSlice::read_bits_u16 (line 1747) [INFO] [stdout] src/bitvec/bitslice.rs - bitvec::bitslice::BitSlice::read_bits_u32 (line 1793) [INFO] [stdout] src/bitvec/bitslice.rs - bitvec::bitslice::BitSlice::read_bits_u64 (line 1839) [INFO] [stdout] src/bitvec/bitslice.rs - bitvec::bitslice::BitSlice::read_bits_u8 (line 1701) [INFO] [stdout] src/bitvec/bitslice.rs - bitvec::bitslice::BitSlice::read_u128 (line 1650) [INFO] [stdout] src/bitvec/bitslice.rs - bitvec::bitslice::BitSlice::read_u16 (line 1557) [INFO] [stdout] src/bitvec/bitslice.rs - bitvec::bitslice::BitSlice::read_u32 (line 1587) [INFO] [stdout] src/bitvec/bitslice.rs - bitvec::bitslice::BitSlice::read_u64 (line 1618) [INFO] [stdout] src/bitvec/bitslice.rs - bitvec::bitslice::BitSlice::read_u8 (line 1527) [INFO] [stdout] src/bitvec/bitslice.rs - bitvec::bitslice::BitSlice::set (line 562) [INFO] [stdout] src/bitvec/bitslice.rs - bitvec::bitslice::BitSlice::trailing_ones (line 664) [INFO] [stdout] src/bitvec/bitslice.rs - bitvec::bitslice::BitSlice::trailing_zeros (line 700) [INFO] [stdout] src/bitvec/bitvec.rs - bitvec::bitvec::BitVector (line 63) [INFO] [stdout] src/bitvec/bitvec.rs - bitvec::bitvec::BitVector (line 82) [INFO] [stdout] src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::append (line 1852) [INFO] [stdout] src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::as_bitslice (line 1733) [INFO] [stdout] src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::as_mut_bitslice (line 1752) [INFO] [stdout] src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::as_mut_raw_ptr (line 1837) [INFO] [stdout] src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::as_mut_raw_slice (line 1796) [INFO] [stdout] src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::as_raw_ptr (line 1819) [INFO] [stdout] src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::as_raw_slice (line 1773) [INFO] [stdout] src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::capacity (line 263) [INFO] [stdout] src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::clear (line 306) [INFO] [stdout] src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::count_ones (line 504) [INFO] [stdout] src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::count_zeros (line 534) [INFO] [stdout] src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::extend_from_bitslice (line 1876) [INFO] [stdout] src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::fill (line 2054) [INFO] [stdout] src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::first (line 671) [INFO] [stdout] src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::first_mut (line 695) [INFO] [stdout] src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::first_one (line 591) [INFO] [stdout] src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::first_zero (line 562) [INFO] [stdout] src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::from_bitslice (line 1898) [INFO] [stdout] src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::get (line 1967) [INFO] [stdout] src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::is_empty (line 290) [INFO] [stdout] src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::iter (line 338) [INFO] [stdout] src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::iter_mut (line 358) [INFO] [stdout] src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::iter_ones (line 777) [INFO] [stdout] src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::iter_u128 (line 933) [INFO] [stdout] src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::iter_u16 (line 854) [INFO] [stdout] src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::iter_u32 (line 880) [INFO] [stdout] src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::iter_u64 (line 907) [INFO] [stdout] src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::iter_u8 (line 827) [INFO] [stdout] src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::iter_zeros (line 797) [INFO] [stdout] src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::last (line 723) [INFO] [stdout] src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::last_mut (line 747) [INFO] [stdout] src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::last_one (line 646) [INFO] [stdout] src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::last_zero (line 620) [INFO] [stdout] src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::leading_ones (line 382) [INFO] [stdout] src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::leading_zeros (line 412) [INFO] [stdout] src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::len (line 275) [INFO] [stdout] src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::new (line 233) [INFO] [stdout] src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::pop (line 2021) [INFO] [stdout] src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::push (line 2001) [INFO] [stdout] src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::push_bits_u128 (line 1535) [INFO] [stdout] src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::push_bits_u16 (line 1396) [INFO] [stdout] src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::push_bits_u32 (line 1442) [INFO] [stdout] src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::push_bits_u64 (line 1488) [INFO] [stdout] src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::push_bits_u8 (line 1349) [INFO] [stdout] src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::push_u128 (line 1702) [INFO] [stdout] src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::push_u16 (line 1603) [INFO] [stdout] src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::push_u32 (line 1636) [INFO] [stdout] src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::push_u64 (line 1669) [INFO] [stdout] src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::push_u8 (line 1570) [INFO] [stdout] src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::read_bits_u128 (line 1310) [INFO] [stdout] src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::read_bits_u16 (line 1174) [INFO] [stdout] src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::read_bits_u32 (line 1220) [INFO] [stdout] src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::read_bits_u64 (line 1265) [INFO] [stdout] src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::read_bits_u8 (line 1129) [INFO] [stdout] src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::read_u128 (line 1079) [INFO] [stdout] src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::read_u16 (line 988) [INFO] [stdout] src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::read_u32 (line 1017) [INFO] [stdout] src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::read_u64 (line 1048) [INFO] [stdout] src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::read_u8 (line 959) [INFO] [stdout] src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::repeat (line 1919) [INFO] [stdout] src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::set (line 1933) [INFO] [stdout] src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::trailing_ones (line 443) [INFO] [stdout] src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::trailing_zeros (line 474) [INFO] [stdout] src/bitvec/bitvec.rs - bitvec::bitvec::BitVector::with_capacity (line 247) [INFO] [stdout] src/bitvec/iter.rs - bitvec::iter::Iter (line 212) [INFO] [stdout] src/bitvec/iter.rs - bitvec::iter::IterMut (line 241) [INFO] [stdout] src/bitvec/iter.rs - bitvec::iter::IterOnes (line 374) [INFO] [stdout] src/bitvec/iter.rs - bitvec::iter::IterU128 (line 186) [INFO] [stdout] src/bitvec/iter.rs - bitvec::iter::IterU16 (line 111) [INFO] [stdout] src/bitvec/iter.rs - bitvec::iter::IterU32 (line 136) [INFO] [stdout] src/bitvec/iter.rs - bitvec::iter::IterU64 (line 162) [INFO] [stdout] src/bitvec/iter.rs - bitvec::iter::IterU8 (line 85) [INFO] [stdout] src/bitvec/iter.rs - bitvec::iter::IterZeros (line 400) [INFO] [stdout] src/bitvec/mod.rs - bitvec::bitvector (line 53) [INFO] [stdout] src/bitvec/mod.rs - bitvec::bitvector (line 66) [INFO] [stdout] src/bitvec/mod.rs - bitvec::bitvector (line 78) [INFO] [stdout] src/bitvec/traits.rs - bitvec::traits::AsLsb0 (line 686) [INFO] [stdout] src/bitvec/traits.rs - bitvec::traits::AsLsb0 (line 698) [INFO] [stdout] src/bitvec/traits.rs - bitvec::traits::AsMsb0 (line 656) [INFO] [stdout] src/bitvec/traits.rs - bitvec::traits::AsMsb0 (line 668) [INFO] [stdout] src/bitvec/traits.rs - bitvec::traits::BitwiseClear::clear_lsb (line 59) [INFO] [stdout] src/bitvec/traits.rs - bitvec::traits::BitwiseClear::clear_lsb_nth (line 77) [INFO] [stdout] src/bitvec/traits.rs - bitvec::traits::BitwiseClear::clear_msb (line 68) [INFO] [stdout] src/bitvec/traits.rs - bitvec::traits::BitwiseClear::clear_msb_nth (line 86) [INFO] [stdout] src/bitvec/traits.rs - bitvec::traits::BitwiseClearAssign::clear_lsb_assign (line 99) [INFO] [stdout] src/bitvec/traits.rs - bitvec::traits::BitwiseClearAssign::clear_lsb_nth_assign (line 119) [INFO] [stdout] src/bitvec/traits.rs - bitvec::traits::BitwiseClearAssign::clear_msb_assign (line 109) [INFO] [stdout] src/bitvec/traits.rs - bitvec::traits::BitwiseClearAssign::clear_msb_nth_assign (line 130) [INFO] [stdout] [INFO] [stdout] test result: FAILED. 0 passed; 141 failed; 0 ignored; 0 measured; 0 filtered out; finished in 7.63s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "f641e6abec893b4cf4f719b1b2d5312e4222392d1e03b4ccc3cf25bd9e9cefab", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f641e6abec893b4cf4f719b1b2d5312e4222392d1e03b4ccc3cf25bd9e9cefab", kill_on_drop: false }` [INFO] [stdout] f641e6abec893b4cf4f719b1b2d5312e4222392d1e03b4ccc3cf25bd9e9cefab