[INFO] fetching crate bit-vec_serde 0.6.0...
[INFO] testing bit-vec_serde-0.6.0 against master#d98a5da813da67eb189387b8ccfb73cf481275d8+rustflags=-Copt-level=3 for pr-138759
[INFO] extracting crate bit-vec_serde 0.6.0 into /workspace/builds/worker-3-tc1/source
[INFO] started tweaking crates.io crate bit-vec_serde 0.6.0
[INFO] finished tweaking crates.io crate bit-vec_serde 0.6.0
[INFO] tweaked toml for crates.io crate bit-vec_serde 0.6.0 written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate bit-vec_serde 0.6.0 on toolchain d98a5da813da67eb189387b8ccfb73cf481275d8
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 21 packages to latest compatible versions
[INFO] [stderr]       Adding rand v0.3.23 (available: v0.9.2)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] d8e8a3190108c0e00ddd0d6ca1bf767d3088550603a45f31d06c567f3005e8ce
[INFO] running `Command { std: "docker" "start" "-a" "d8e8a3190108c0e00ddd0d6ca1bf767d3088550603a45f31d06c567f3005e8ce", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d8e8a3190108c0e00ddd0d6ca1bf767d3088550603a45f31d06c567f3005e8ce", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d8e8a3190108c0e00ddd0d6ca1bf767d3088550603a45f31d06c567f3005e8ce", kill_on_drop: false }`
[INFO] [stdout] d8e8a3190108c0e00ddd0d6ca1bf767d3088550603a45f31d06c567f3005e8ce
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid -Copt-level=3" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 85974024a30784ee49295ec06e6872e115af4420019f09bd6c8ca18fa660d2a7
[INFO] running `Command { std: "docker" "start" "-a" "85974024a30784ee49295ec06e6872e115af4420019f09bd6c8ca18fa660d2a7", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]    Compiling bit-vec_serde v0.6.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]     --> src/lib.rs:1194:13
[INFO] [stdout]      |
[INFO] [stdout] 1194 |             try!(write!(fmt, "{}", if bit { 1 } else { 0 }));
[INFO] [stdout]      |             ^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `MatchWords` is never used
[INFO] [stdout]    --> src/lib.rs:119:6
[INFO] [stdout]     |
[INFO] [stdout] 119 | type MatchWords<'a, B> = Chain<Enumerate<Blocks<'a, B>>, Skip<Take<Enumerate<Repeat<B>>>>>;
[INFO] [stdout]     |      ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/lib.rs:408:19
[INFO] [stdout]     |
[INFO] [stdout] 408 |     fn blocks_mut(&mut self) -> MutBlocks<B> {
[INFO] [stdout]     |                   ^^^^^^^^^     ------------ the lifetime gets resolved as `'_`
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 408 |     fn blocks_mut(&mut self) -> MutBlocks<'_, B> {
[INFO] [stdout]     |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/lib.rs:415:19
[INFO] [stdout]     |
[INFO] [stdout] 415 |     pub fn blocks(&self) -> Blocks<B> {
[INFO] [stdout]     |                   ^^^^^     --------- the lifetime gets resolved as `'_`
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 415 |     pub fn blocks(&self) -> Blocks<'_, B> {
[INFO] [stdout]     |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/lib.rs:675:17
[INFO] [stdout]     |
[INFO] [stdout] 675 |     pub fn iter(&self) -> Iter<B> {
[INFO] [stdout]     |                 ^^^^^     ------- the lifetime gets resolved as `'_`
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 675 |     pub fn iter(&self) -> Iter<'_, B> {
[INFO] [stdout]     |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
[INFO] running `Command { std: "docker" "inspect" "85974024a30784ee49295ec06e6872e115af4420019f09bd6c8ca18fa660d2a7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "85974024a30784ee49295ec06e6872e115af4420019f09bd6c8ca18fa660d2a7", kill_on_drop: false }`
[INFO] [stdout] 85974024a30784ee49295ec06e6872e115af4420019f09bd6c8ca18fa660d2a7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid -Copt-level=3" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5fb8de770b45fcfafd69f1cdeba09c9f241f0d4c7dbc126b339397560a9a035a
[INFO] running `Command { std: "docker" "start" "-a" "5fb8de770b45fcfafd69f1cdeba09c9f241f0d4c7dbc126b339397560a9a035a", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]    Compiling bit-vec_serde v0.6.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]     --> src/lib.rs:1194:13
[INFO] [stdout]      |
[INFO] [stdout] 1194 |             try!(write!(fmt, "{}", if bit { 1 } else { 0 }));
[INFO] [stdout]      |             ^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `MatchWords` is never used
[INFO] [stdout]    --> src/lib.rs:119:6
[INFO] [stdout]     |
[INFO] [stdout] 119 | type MatchWords<'a, B> = Chain<Enumerate<Blocks<'a, B>>, Skip<Take<Enumerate<Repeat<B>>>>>;
[INFO] [stdout]     |      ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/lib.rs:408:19
[INFO] [stdout]     |
[INFO] [stdout] 408 |     fn blocks_mut(&mut self) -> MutBlocks<B> {
[INFO] [stdout]     |                   ^^^^^^^^^     ------------ the lifetime gets resolved as `'_`
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 408 |     fn blocks_mut(&mut self) -> MutBlocks<'_, B> {
[INFO] [stdout]     |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/lib.rs:415:19
[INFO] [stdout]     |
[INFO] [stdout] 415 |     pub fn blocks(&self) -> Blocks<B> {
[INFO] [stdout]     |                   ^^^^^     --------- the lifetime gets resolved as `'_`
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 415 |     pub fn blocks(&self) -> Blocks<'_, B> {
[INFO] [stdout]     |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/lib.rs:675:17
[INFO] [stdout]     |
[INFO] [stdout] 675 |     pub fn iter(&self) -> Iter<B> {
[INFO] [stdout]     |                 ^^^^^     ------- the lifetime gets resolved as `'_`
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 675 |     pub fn iter(&self) -> Iter<'_, B> {
[INFO] [stdout]     |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]     --> src/lib.rs:1194:13
[INFO] [stdout]      |
[INFO] [stdout] 1194 |             try!(write!(fmt, "{}", if bit { 1 } else { 0 }));
[INFO] [stdout]      |             ^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `MatchWords` is never used
[INFO] [stdout]    --> src/lib.rs:119:6
[INFO] [stdout]     |
[INFO] [stdout] 119 | type MatchWords<'a, B> = Chain<Enumerate<Blocks<'a, B>>, Skip<Take<Enumerate<Repeat<B>>>>>;
[INFO] [stdout]     |      ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/lib.rs:408:19
[INFO] [stdout]     |
[INFO] [stdout] 408 |     fn blocks_mut(&mut self) -> MutBlocks<B> {
[INFO] [stdout]     |                   ^^^^^^^^^     ------------ the lifetime gets resolved as `'_`
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 408 |     fn blocks_mut(&mut self) -> MutBlocks<'_, B> {
[INFO] [stdout]     |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/lib.rs:415:19
[INFO] [stdout]     |
[INFO] [stdout] 415 |     pub fn blocks(&self) -> Blocks<B> {
[INFO] [stdout]     |                   ^^^^^     --------- the lifetime gets resolved as `'_`
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 415 |     pub fn blocks(&self) -> Blocks<'_, B> {
[INFO] [stdout]     |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/lib.rs:675:17
[INFO] [stdout]     |
[INFO] [stdout] 675 |     pub fn iter(&self) -> Iter<B> {
[INFO] [stdout]     |                 ^^^^^     ------- the lifetime gets resolved as `'_`
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 675 |     pub fn iter(&self) -> Iter<'_, B> {
[INFO] [stdout]     |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 2.56s
[INFO] running `Command { std: "docker" "inspect" "5fb8de770b45fcfafd69f1cdeba09c9f241f0d4c7dbc126b339397560a9a035a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5fb8de770b45fcfafd69f1cdeba09c9f241f0d4c7dbc126b339397560a9a035a", kill_on_drop: false }`
[INFO] [stdout] 5fb8de770b45fcfafd69f1cdeba09c9f241f0d4c7dbc126b339397560a9a035a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid -Copt-level=3" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] d4c576f36606b9e257a31485fc6335fa5fb04862d381afe413289d9ab44a84e8
[INFO] running `Command { std: "docker" "start" "-a" "d4c576f36606b9e257a31485fc6335fa5fb04862d381afe413289d9ab44a84e8", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stderr]     --> src/lib.rs:1194:13
[INFO] [stderr]      |
[INFO] [stderr] 1194 |             try!(write!(fmt, "{}", if bit { 1 } else { 0 }));
[INFO] [stderr]      |             ^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: `#[warn(deprecated)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: type alias `MatchWords` is never used
[INFO] [stderr]    --> src/lib.rs:119:6
[INFO] [stderr]     |
[INFO] [stderr] 119 | type MatchWords<'a, B> = Chain<Enumerate<Blocks<'a, B>>, Skip<Take<Enumerate<Repeat<B>>>>>;
[INFO] [stderr]     |      ^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(dead_code)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr]    --> src/lib.rs:408:19
[INFO] [stderr]     |
[INFO] [stderr] 408 |     fn blocks_mut(&mut self) -> MutBlocks<B> {
[INFO] [stderr]     |                   ^^^^^^^^^     ------------ the lifetime gets resolved as `'_`
[INFO] [stderr]     |                   |
[INFO] [stderr]     |                   this lifetime flows to the output
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr]     |
[INFO] [stderr] 408 |     fn blocks_mut(&mut self) -> MutBlocks<'_, B> {
[INFO] [stderr]     |                                           +++
[INFO] [stderr] 
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr]    --> src/lib.rs:415:19
[INFO] [stderr]     |
[INFO] [stderr] 415 |     pub fn blocks(&self) -> Blocks<B> {
[INFO] [stderr]     |                   ^^^^^     --------- the lifetime gets resolved as `'_`
[INFO] [stderr]     |                   |
[INFO] [stderr]     |                   this lifetime flows to the output
[INFO] [stderr]     |
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr]     |
[INFO] [stderr] 415 |     pub fn blocks(&self) -> Blocks<'_, B> {
[INFO] [stderr]     |                                    +++
[INFO] [stderr] 
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr]    --> src/lib.rs:675:17
[INFO] [stderr]     |
[INFO] [stderr] 675 |     pub fn iter(&self) -> Iter<B> {
[INFO] [stderr]     |                 ^^^^^     ------- the lifetime gets resolved as `'_`
[INFO] [stderr]     |                 |
[INFO] [stderr]     |                 this lifetime flows to the output
[INFO] [stderr]     |
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr]     |
[INFO] [stderr] 675 |     pub fn iter(&self) -> Iter<'_, B> {
[INFO] [stderr]     |                                +++
[INFO] [stderr] 
[INFO] [stderr] warning: `bit-vec_serde` (lib) generated 5 warnings
[INFO] [stderr] warning: `bit-vec_serde` (lib test) generated 5 warnings (5 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/bit_vec_serde-1acc892f02f3f168)
[INFO] [stdout] 
[INFO] [stdout] running 33 tests
[INFO] [stdout] test tests::iter ... ok
[INFO] [stdout] test tests::test_1_element ... ok
[INFO] [stdout] test tests::test_10_elements ... ok
[INFO] [stdout] test tests::test_32_elements ... ok
[INFO] [stdout] test tests::test_33_elements ... ok
[INFO] [stdout] test tests::test_2_elements ... ok
[INFO] [stdout] test tests::test_big_bit_vec_tests ... ok
[INFO] [stdout] test tests::test_0_elements ... ok
[INFO] [stdout] test tests::test_big_clear ... ok
[INFO] [stdout] test tests::test_bit_vec_extend ... ok
[INFO] [stdout] test tests::test_bit_vec_grow ... ok
[INFO] [stdout] test tests::test_big_difference ... ok
[INFO] [stdout] test tests::test_31_elements ... ok
[INFO] [stdout] test tests::test_bit_vec_lt ... ok
[INFO] [stdout] test tests::test_bit_vec_push_pop ... ok
[INFO] [stdout] test tests::test_bit_vec_reserve ... ok
[INFO] [stdout] test tests::test_bit_vec_truncate ... ok
[INFO] [stdout] test tests::test_equal_differing_sizes ... ok
[INFO] [stdout] test tests::test_equal_greatly_differing_sizes ... ok
[INFO] [stdout] test tests::test_equal_sneaky_big ... ok
[INFO] [stdout] test tests::test_from_bools ... ok
[INFO] [stdout] test tests::test_from_bytes ... ok
[INFO] [stdout] test tests::test_into_iter ... ok
[INFO] [stdout] test tests::test_ord ... ok
[INFO] [stdout] test tests::test_small_bit_vec_tests ... ok
[INFO] [stdout] test tests::test_serialization ... ok
[INFO] [stdout] test tests::test_small_clear ... ok
[INFO] [stdout] test tests::test_small_difference ... ok
[INFO] [stdout] test tests::test_equal_sneaky_small ... ok
[INFO] [stdout] test tests::test_bit_vec_iterator ... ok
[INFO] [stdout] test tests::test_to_bools ... ok
[INFO] [stdout] test tests::test_to_bytes ... ok
[INFO] [stdout] test tests::test_to_str ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 33 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests bit_vec_serde
[INFO] [stdout] 
[INFO] [stdout] running 26 tests
[INFO] [stdout] test src/lib.rs - BitVec<B>::eq_vec (line 875) ... FAILED
[INFO] [stdout] test src/lib.rs - BitVec<B>::iter (line 668) ... FAILED
[INFO] [stdout] test src/lib.rs - BitVec<B>::difference (line 614) ... FAILED
[INFO] [stdout] test src/lib.rs - BitVec<B>::pop (line 1045) ... FAILED
[INFO] [stdout] test src/lib.rs - BitVec<B>::none (line 788) ... FAILED
[INFO] [stdout] test src/lib.rs - BitVec<B>::reserve (line 922) ... FAILED
[INFO] [stdout] test src/lib.rs - BitVec<B>::grow (line 994) ... FAILED
[INFO] [stdout] test src/lib.rs - BitVec<B>::any (line 806) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 40) ... FAILED
[INFO] [stdout] test src/lib.rs - BitVec<B>::reserve_exact (line 952) ... FAILED
[INFO] [stdout] test src/lib.rs - BitVec<B>::push (line 1075) ... FAILED
[INFO] [stdout] test src/lib.rs - BitVec<B>::all (line 643) ... FAILED
[INFO] [stdout] test src/lib.rs - BitVec<B>::get (line 453) ... FAILED
[INFO] [stdout] test src/lib.rs - BitVec<B>::set_all (line 506) ... FAILED
[INFO] [stdout] test src/lib.rs - BitVec<B>::intersect (line 584) ... FAILED
[INFO] [stdout] test src/lib.rs - BitVec<B>::to_bytes (line 827) ... FAILED
[INFO] [stdout] test src/lib.rs - BitVec<B>::union (line 554) ... FAILED
[INFO] [stdout] test src/lib.rs - BitVec<B>::negate (line 526) ... FAILED
[INFO] [stdout] test src/lib.rs - BitVec<B>::truncate (line 896) ... FAILED
[INFO] [stdout] test src/lib.rs - BitVec<u32>::from_fn (line 369) ... FAILED
[INFO] [stdout] test src/lib.rs - BitVec<B>::capacity (line 974) ... FAILED
[INFO] [stdout] test src/lib.rs - BitVec<u32>::new (line 271) ... FAILED
[INFO] [stdout] test src/lib.rs - BitVec<B>::set (line 484) ... FAILED
[INFO] [stdout] test src/lib.rs - BitVec (line 195) ... FAILED
[INFO] [stdout] test src/lib.rs - BitVec<u32>::from_elem (line 285) ... FAILED
[INFO] [stdout] test src/lib.rs - BitVec<u32>::from_bytes (line 326) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/lib.rs - BitVec<B>::eq_vec (line 875) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `bit_vec`
[INFO] [stdout]  --> src/lib.rs:876:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use bit_vec::BitVec;
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `bit_vec`
[INFO] [stdout]   |
[INFO] [stdout] help: if you wanted to use a crate named `bit_vec`, use `cargo add bit_vec` to add it to your `Cargo.toml` and import it in your code
[INFO] [stdout]   |
[INFO] [stdout] 2 + extern crate bit_vec;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - BitVec<B>::iter (line 668) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `bit_vec`
[INFO] [stdout]  --> src/lib.rs:669:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use bit_vec::BitVec;
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `bit_vec`
[INFO] [stdout]   |
[INFO] [stdout] help: if you wanted to use a crate named `bit_vec`, use `cargo add bit_vec` to add it to your `Cargo.toml` and import it in your code
[INFO] [stdout]   |
[INFO] [stdout] 2 + extern crate bit_vec;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - BitVec<B>::difference (line 614) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `bit_vec`
[INFO] [stdout]  --> src/lib.rs:615:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use bit_vec::BitVec;
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `bit_vec`
[INFO] [stdout]   |
[INFO] [stdout] help: if you wanted to use a crate named `bit_vec`, use `cargo add bit_vec` to add it to your `Cargo.toml` and import it in your code
[INFO] [stdout]   |
[INFO] [stdout] 2 + extern crate bit_vec;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - BitVec<B>::pop (line 1045) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `bit_vec`
[INFO] [stdout]  --> src/lib.rs:1046:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use bit_vec::BitVec;
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `bit_vec`
[INFO] [stdout]   |
[INFO] [stdout] help: if you wanted to use a crate named `bit_vec`, use `cargo add bit_vec` to add it to your `Cargo.toml` and import it in your code
[INFO] [stdout]   |
[INFO] [stdout] 2 + extern crate bit_vec;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - BitVec<B>::none (line 788) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `bit_vec`
[INFO] [stdout]  --> src/lib.rs:789:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use bit_vec::BitVec;
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `bit_vec`
[INFO] [stdout]   |
[INFO] [stdout] help: if you wanted to use a crate named `bit_vec`, use `cargo add bit_vec` to add it to your `Cargo.toml` and import it in your code
[INFO] [stdout]   |
[INFO] [stdout] 2 + extern crate bit_vec;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - BitVec<B>::reserve (line 922) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `bit_vec`
[INFO] [stdout]  --> src/lib.rs:923:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use bit_vec::BitVec;
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `bit_vec`
[INFO] [stdout]   |
[INFO] [stdout] help: if you wanted to use a crate named `bit_vec`, use `cargo add bit_vec` to add it to your `Cargo.toml` and import it in your code
[INFO] [stdout]   |
[INFO] [stdout] 2 + extern crate bit_vec;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - BitVec<B>::grow (line 994) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `bit_vec`
[INFO] [stdout]  --> src/lib.rs:995:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use bit_vec::BitVec;
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `bit_vec`
[INFO] [stdout]   |
[INFO] [stdout] help: if you wanted to use a crate named `bit_vec`, use `cargo add bit_vec` to add it to your `Cargo.toml` and import it in your code
[INFO] [stdout]   |
[INFO] [stdout] 2 + extern crate bit_vec;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - BitVec<B>::any (line 806) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `bit_vec`
[INFO] [stdout]  --> src/lib.rs:807:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use bit_vec::BitVec;
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `bit_vec`
[INFO] [stdout]   |
[INFO] [stdout] help: if you wanted to use a crate named `bit_vec`, use `cargo add bit_vec` to add it to your `Cargo.toml` and import it in your code
[INFO] [stdout]   |
[INFO] [stdout] 2 + extern crate bit_vec;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - (line 40) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `bit_vec`
[INFO] [stdout]  --> src/lib.rs:41:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use bit_vec::BitVec;
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `bit_vec`
[INFO] [stdout]   |
[INFO] [stdout] help: if you wanted to use a crate named `bit_vec`, use `cargo add bit_vec` to add it to your `Cargo.toml` and import it in your code
[INFO] [stdout]   |
[INFO] [stdout] 2 + extern crate bit_vec;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - BitVec<B>::reserve_exact (line 952) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `bit_vec`
[INFO] [stdout]  --> src/lib.rs:953:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use bit_vec::BitVec;
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `bit_vec`
[INFO] [stdout]   |
[INFO] [stdout] help: if you wanted to use a crate named `bit_vec`, use `cargo add bit_vec` to add it to your `Cargo.toml` and import it in your code
[INFO] [stdout]   |
[INFO] [stdout] 2 + extern crate bit_vec;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - BitVec<B>::push (line 1075) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `bit_vec`
[INFO] [stdout]  --> src/lib.rs:1076:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use bit_vec::BitVec;
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `bit_vec`
[INFO] [stdout]   |
[INFO] [stdout] help: if you wanted to use a crate named `bit_vec`, use `cargo add bit_vec` to add it to your `Cargo.toml` and import it in your code
[INFO] [stdout]   |
[INFO] [stdout] 2 + extern crate bit_vec;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - BitVec<B>::all (line 643) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `bit_vec`
[INFO] [stdout]  --> src/lib.rs:644:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use bit_vec::BitVec;
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `bit_vec`
[INFO] [stdout]   |
[INFO] [stdout] help: if you wanted to use a crate named `bit_vec`, use `cargo add bit_vec` to add it to your `Cargo.toml` and import it in your code
[INFO] [stdout]   |
[INFO] [stdout] 2 + extern crate bit_vec;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - BitVec<B>::get (line 453) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `bit_vec`
[INFO] [stdout]  --> src/lib.rs:454:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use bit_vec::BitVec;
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `bit_vec`
[INFO] [stdout]   |
[INFO] [stdout] help: if you wanted to use a crate named `bit_vec`, use `cargo add bit_vec` to add it to your `Cargo.toml` and import it in your code
[INFO] [stdout]   |
[INFO] [stdout] 2 + extern crate bit_vec;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - BitVec<B>::set_all (line 506) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `bit_vec`
[INFO] [stdout]  --> src/lib.rs:507:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use bit_vec::BitVec;
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `bit_vec`
[INFO] [stdout]   |
[INFO] [stdout] help: if you wanted to use a crate named `bit_vec`, use `cargo add bit_vec` to add it to your `Cargo.toml` and import it in your code
[INFO] [stdout]   |
[INFO] [stdout] 2 + extern crate bit_vec;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - BitVec<B>::intersect (line 584) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `bit_vec`
[INFO] [stdout]  --> src/lib.rs:585:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use bit_vec::BitVec;
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `bit_vec`
[INFO] [stdout]   |
[INFO] [stdout] help: if you wanted to use a crate named `bit_vec`, use `cargo add bit_vec` to add it to your `Cargo.toml` and import it in your code
[INFO] [stdout]   |
[INFO] [stdout] 2 + extern crate bit_vec;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - BitVec<B>::to_bytes (line 827) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `bit_vec`
[INFO] [stdout]  --> src/lib.rs:828:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use bit_vec::BitVec;
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `bit_vec`
[INFO] [stdout]   |
[INFO] [stdout] help: if you wanted to use a crate named `bit_vec`, use `cargo add bit_vec` to add it to your `Cargo.toml` and import it in your code
[INFO] [stdout]   |
[INFO] [stdout] 2 + extern crate bit_vec;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - BitVec<B>::union (line 554) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `bit_vec`
[INFO] [stdout]  --> src/lib.rs:555:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use bit_vec::BitVec;
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `bit_vec`
[INFO] [stdout]   |
[INFO] [stdout] help: if you wanted to use a crate named `bit_vec`, use `cargo add bit_vec` to add it to your `Cargo.toml` and import it in your code
[INFO] [stdout]   |
[INFO] [stdout] 2 + extern crate bit_vec;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - BitVec<B>::negate (line 526) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `bit_vec`
[INFO] [stdout]  --> src/lib.rs:527:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use bit_vec::BitVec;
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `bit_vec`
[INFO] [stdout]   |
[INFO] [stdout] help: if you wanted to use a crate named `bit_vec`, use `cargo add bit_vec` to add it to your `Cargo.toml` and import it in your code
[INFO] [stdout]   |
[INFO] [stdout] 2 + extern crate bit_vec;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - BitVec<B>::truncate (line 896) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `bit_vec`
[INFO] [stdout]  --> src/lib.rs:897:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use bit_vec::BitVec;
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `bit_vec`
[INFO] [stdout]   |
[INFO] [stdout] help: if you wanted to use a crate named `bit_vec`, use `cargo add bit_vec` to add it to your `Cargo.toml` and import it in your code
[INFO] [stdout]   |
[INFO] [stdout] 2 + extern crate bit_vec;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - BitVec<u32>::from_fn (line 369) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `bit_vec`
[INFO] [stdout]  --> src/lib.rs:370:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use bit_vec::BitVec;
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `bit_vec`
[INFO] [stdout]   |
[INFO] [stdout] help: if you wanted to use a crate named `bit_vec`, use `cargo add bit_vec` to add it to your `Cargo.toml` and import it in your code
[INFO] [stdout]   |
[INFO] [stdout] 2 + extern crate bit_vec;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - BitVec<B>::capacity (line 974) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `bit_vec`
[INFO] [stdout]  --> src/lib.rs:975:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use bit_vec::BitVec;
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `bit_vec`
[INFO] [stdout]   |
[INFO] [stdout] help: if you wanted to use a crate named `bit_vec`, use `cargo add bit_vec` to add it to your `Cargo.toml` and import it in your code
[INFO] [stdout]   |
[INFO] [stdout] 2 + extern crate bit_vec;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - BitVec<u32>::new (line 271) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `bit_vec`
[INFO] [stdout]  --> src/lib.rs:272:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use bit_vec::BitVec;
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `bit_vec`
[INFO] [stdout]   |
[INFO] [stdout] help: if you wanted to use a crate named `bit_vec`, use `cargo add bit_vec` to add it to your `Cargo.toml` and import it in your code
[INFO] [stdout]   |
[INFO] [stdout] 2 + extern crate bit_vec;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - BitVec<B>::set (line 484) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `bit_vec`
[INFO] [stdout]  --> src/lib.rs:485:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use bit_vec::BitVec;
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `bit_vec`
[INFO] [stdout]   |
[INFO] [stdout] help: if you wanted to use a crate named `bit_vec`, use `cargo add bit_vec` to add it to your `Cargo.toml` and import it in your code
[INFO] [stdout]   |
[INFO] [stdout] 2 + extern crate bit_vec;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - BitVec (line 195) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `bit_vec`
[INFO] [stdout]  --> src/lib.rs:196:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use bit_vec::BitVec;
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `bit_vec`
[INFO] [stdout]   |
[INFO] [stdout] help: if you wanted to use a crate named `bit_vec`, use `cargo add bit_vec` to add it to your `Cargo.toml` and import it in your code
[INFO] [stdout]   |
[INFO] [stdout] 2 + extern crate bit_vec;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - BitVec<u32>::from_elem (line 285) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `bit_vec`
[INFO] [stdout]  --> src/lib.rs:286:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use bit_vec::BitVec;
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `bit_vec`
[INFO] [stdout]   |
[INFO] [stdout] help: if you wanted to use a crate named `bit_vec`, use `cargo add bit_vec` to add it to your `Cargo.toml` and import it in your code
[INFO] [stdout]   |
[INFO] [stdout] 2 + extern crate bit_vec;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - BitVec<u32>::from_bytes (line 326) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `bit_vec`
[INFO] [stdout]  --> src/lib.rs:327:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use bit_vec::BitVec;
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `bit_vec`
[INFO] [stdout]   |
[INFO] [stdout] help: if you wanted to use a crate named `bit_vec`, use `cargo add bit_vec` to add it to your `Cargo.toml` and import it in your code
[INFO] [stdout]   |
[INFO] [stdout] 2 + extern crate bit_vec;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/lib.rs - (line 40)
[INFO] [stdout]     src/lib.rs - BitVec (line 195)
[INFO] [stdout]     src/lib.rs - BitVec<B>::all (line 643)
[INFO] [stdout]     src/lib.rs - BitVec<B>::any (line 806)
[INFO] [stdout]     src/lib.rs - BitVec<B>::capacity (line 974)
[INFO] [stdout]     src/lib.rs - BitVec<B>::difference (line 614)
[INFO] [stdout]     src/lib.rs - BitVec<B>::eq_vec (line 875)
[INFO] [stdout]     src/lib.rs - BitVec<B>::get (line 453)
[INFO] [stdout]     src/lib.rs - BitVec<B>::grow (line 994)
[INFO] [stdout]     src/lib.rs - BitVec<B>::intersect (line 584)
[INFO] [stdout]     src/lib.rs - BitVec<B>::iter (line 668)
[INFO] [stdout]     src/lib.rs - BitVec<B>::negate (line 526)
[INFO] [stdout]     src/lib.rs - BitVec<B>::none (line 788)
[INFO] [stdout]     src/lib.rs - BitVec<B>::pop (line 1045)
[INFO] [stdout]     src/lib.rs - BitVec<B>::push (line 1075)
[INFO] [stdout]     src/lib.rs - BitVec<B>::reserve (line 922)
[INFO] [stdout]     src/lib.rs - BitVec<B>::reserve_exact (line 952)
[INFO] [stdout]     src/lib.rs - BitVec<B>::set (line 484)
[INFO] [stdout]     src/lib.rs - BitVec<B>::set_all (line 506)
[INFO] [stdout]     src/lib.rs - BitVec<B>::to_bytes (line 827)
[INFO] [stdout]     src/lib.rs - BitVec<B>::truncate (line 896)
[INFO] [stdout]     src/lib.rs - BitVec<B>::union (line 554)
[INFO] [stdout]     src/lib.rs - BitVec<u32>::from_bytes (line 326)
[INFO] [stdout]     src/lib.rs - BitVec<u32>::from_elem (line 285)
[INFO] [stdout]     src/lib.rs - BitVec<u32>::from_fn (line 369)
[INFO] [stdout]     src/lib.rs - BitVec<u32>::new (line 271)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 26 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.48s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "d4c576f36606b9e257a31485fc6335fa5fb04862d381afe413289d9ab44a84e8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d4c576f36606b9e257a31485fc6335fa5fb04862d381afe413289d9ab44a84e8", kill_on_drop: false }`
[INFO] [stdout] d4c576f36606b9e257a31485fc6335fa5fb04862d381afe413289d9ab44a84e8
