[INFO] fetching crate bit-set-omnitool 0.6.0...
[INFO] testing bit-set-omnitool-0.6.0 against beta-2026-03-05 for beta-1.95-1
[INFO] extracting crate bit-set-omnitool 0.6.0 into /workspace/builds/worker-6-tc2/source
[INFO] started tweaking crates.io crate bit-set-omnitool 0.6.0
[INFO] finished tweaking crates.io crate bit-set-omnitool 0.6.0
[INFO] tweaked toml for crates.io crate bit-set-omnitool 0.6.0 written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate bit-set-omnitool 0.6.0 on toolchain beta-2026-03-05
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-03-05" "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" "+beta-2026-03-05" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 15 packages to latest compatible versions
[INFO] [stderr]       Adding rand v0.8.5 (available: v0.10.0)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-03-05" "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-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] b2cc37b947535e15d73278c726d967ec3934e8e9011c7b45cc2912e22e1195de
[INFO] running `Command { std: "docker" "start" "-a" "b2cc37b947535e15d73278c726d967ec3934e8e9011c7b45cc2912e22e1195de", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b2cc37b947535e15d73278c726d967ec3934e8e9011c7b45cc2912e22e1195de", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b2cc37b947535e15d73278c726d967ec3934e8e9011c7b45cc2912e22e1195de", kill_on_drop: false }`
[INFO] [stdout] b2cc37b947535e15d73278c726d967ec3934e8e9011c7b45cc2912e22e1195de
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5b24956d6bb07862462c64427e83c193f2029690dc73cb145a6310c427b5043a
[INFO] running `Command { std: "docker" "start" "-a" "5b24956d6bb07862462c64427e83c193f2029690dc73cb145a6310c427b5043a", 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-omnitool v0.7.0
[INFO] [stderr]    Compiling bit-set-omnitool v0.6.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:443:17
[INFO] [stdout]     |
[INFO] [stdout] 443 |     pub fn iter(&self) -> Iter<B> {
[INFO] [stdout]     |                 ^^^^^     ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 443 |     pub fn iter(&self) -> Iter<'_, B> {
[INFO] [stdout]     |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
[INFO] running `Command { std: "docker" "inspect" "5b24956d6bb07862462c64427e83c193f2029690dc73cb145a6310c427b5043a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5b24956d6bb07862462c64427e83c193f2029690dc73cb145a6310c427b5043a", kill_on_drop: false }`
[INFO] [stdout] 5b24956d6bb07862462c64427e83c193f2029690dc73cb145a6310c427b5043a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 16e15754f9bd07bbb4ed4866be960ef8bdf94d3bc2538d8877c2bf98a848eb9f
[INFO] running `Command { std: "docker" "start" "-a" "16e15754f9bd07bbb4ed4866be960ef8bdf94d3bc2538d8877c2bf98a848eb9f", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]    Compiling libc v0.2.183
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:443:17
[INFO] [stdout]     |
[INFO] [stdout] 443 |     pub fn iter(&self) -> Iter<B> {
[INFO] [stdout]     |                 ^^^^^     ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 443 |     pub fn iter(&self) -> Iter<'_, B> {
[INFO] [stdout]     |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling bit-set-omnitool v0.6.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:443:17
[INFO] [stdout]     |
[INFO] [stdout] 443 |     pub fn iter(&self) -> Iter<B> {
[INFO] [stdout]     |                 ^^^^^     ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 443 |     pub fn iter(&self) -> Iter<'_, B> {
[INFO] [stdout]     |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 3.89s
[INFO] running `Command { std: "docker" "inspect" "16e15754f9bd07bbb4ed4866be960ef8bdf94d3bc2538d8877c2bf98a848eb9f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "16e15754f9bd07bbb4ed4866be960ef8bdf94d3bc2538d8877c2bf98a848eb9f", kill_on_drop: false }`
[INFO] [stdout] 16e15754f9bd07bbb4ed4866be960ef8bdf94d3bc2538d8877c2bf98a848eb9f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 530c82e1fa159cf6308d204e7049d6bc3f8ffdedebbf07e5f4be8e107efb7c8b
[INFO] running `Command { std: "docker" "start" "-a" "530c82e1fa159cf6308d204e7049d6bc3f8ffdedebbf07e5f4be8e107efb7c8b", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:443:17
[INFO] [stderr]     |
[INFO] [stderr] 443 |     pub fn iter(&self) -> Iter<B> {
[INFO] [stderr]     |                 ^^^^^     ^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                 |
[INFO] [stderr]     |                 the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 443 |     pub fn iter(&self) -> Iter<'_, B> {
[INFO] [stderr]     |                                +++
[INFO] [stderr] 
[INFO] [stderr] warning: `bit-set-omnitool` (lib) generated 1 warning (run `cargo fix --lib -p bit-set-omnitool` to apply 1 suggestion)
[INFO] [stderr] warning: `bit-set-omnitool` (lib test) generated 1 warning (1 duplicate)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.04s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/bit_set_omnitool-0580f831af9c4bd6)
[INFO] [stdout] 
[INFO] [stdout] running 22 tests
[INFO] [stdout] test tests::test_bit_set_basic ... ok
[INFO] [stdout] test tests::test_bit_set_difference ... ok
[INFO] [stdout] test tests::test_bit_set_frombit_vec_init ... ok
[INFO] [stdout] test tests::test_bit_set_difference_with ... ok
[INFO] [stdout] test tests::test_bit_set_intersect_with ... ok
[INFO] [stdout] test tests::test_bit_set_shrink_to_fit_new ... ok
[INFO] [stdout] test tests::test_bit_set_from_usizes ... ok
[INFO] [stdout] test tests::test_bit_set_iterator ... ok
[INFO] [stdout] test tests::test_bit_set_is_disjoint ... ok
[INFO] [stdout] test tests::test_bit_set_shrink_to_fit ... ok
[INFO] [stdout] test tests::test_bit_set_eq ... ok
[INFO] [stdout] test tests::test_bit_set_symmetric_difference ... ok
[INFO] [stdout] test tests::test_bit_set_union ... ok
[INFO] [stdout] test tests::test_bit_set_show ... ok
[INFO] [stdout] test tests::test_bit_set_union_with ... ok
[INFO] [stdout] test tests::test_bit_vec_masking ... ok
[INFO] [stdout] test tests::test_bit_vec_remove ... ok
[INFO] [stdout] test tests::test_bit_set_symmetric_difference_with ... ok
[INFO] [stdout] test tests::test_bit_vec_clone ... ok
[INFO] [stdout] test tests::test_bit_set_intersection ... ok
[INFO] [stdout] test tests::test_bit_set_cmp ... ok
[INFO] [stdout] test tests::test_bit_set_subset ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 22 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests bit_set_omnitool
[INFO] [stdout] 
[INFO] [stdout] running 19 tests
[INFO] [stdout] test src/lib.rs - (line 22) ... FAILED
[INFO] [stdout] test src/lib.rs - BitSet<B>::union_with (line 586) ... FAILED
[INFO] [stdout] test src/lib.rs - BitSet<B>::reserve_len_exact (line 303) ... FAILED
[INFO] [stdout] test src/lib.rs - BitSet<B>::into_bit_vec (line 321) ... FAILED
[INFO] [stdout] test src/lib.rs - BitSet<u32>::from_bit_vec (line 223) ... FAILED
[INFO] [stdout] test src/lib.rs - BitSet<B>::capacity (line 258) ... FAILED
[INFO] [stdout] test src/lib.rs - BitSet<B>::iter (line 432) ... FAILED
[INFO] [stdout] test src/lib.rs - BitSet<B>::intersect_with (line 609) ... FAILED
[INFO] [stdout] test src/lib.rs - BitSet<B>::symmetric_difference_with (line 665) ... FAILED
[INFO] [stdout] test src/lib.rs - BitSet<B>::union (line 452) ... FAILED
[INFO] [stdout] test src/lib.rs - BitSet<B>::difference (line 518) ... FAILED
[INFO] [stdout] test src/lib.rs - BitSet<u32>::with_capacity (line 207) ... FAILED
[INFO] [stdout] test src/lib.rs - BitSet<u32>::new (line 192) ... FAILED
[INFO] [stdout] test src/lib.rs - BitSet<B>::difference_with (line 633) ... FAILED
[INFO] [stdout] test src/lib.rs - BitSet<B>::symmetric_difference (line 556) ... FAILED
[INFO] [stdout] test src/lib.rs - BitSet<B>::shrink_to_fit (line 392) ... FAILED
[INFO] [stdout] test src/lib.rs - BitSet<B>::get_ref (line 341) ... FAILED
[INFO] [stdout] test src/lib.rs - BitSet<B>::reserve_len (line 278) ... FAILED
[INFO] [stdout] test src/lib.rs - BitSet<B>::intersection (line 483) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/lib.rs - (line 22) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `bit_set`
[INFO] [stdout]   --> src/lib.rs:23:5
[INFO] [stdout]    |
[INFO] [stdout] 23 | use bit_set::BitSet;
[INFO] [stdout]    |     ^^^^^^^ use of unresolved module or unlinked crate `bit_set`
[INFO] [stdout]    |
[INFO] [stdout] help: if you wanted to use a crate named `bit_set`, use `cargo add bit_set` to add it to your `Cargo.toml` and import it in your code
[INFO] [stdout]    |
[INFO] [stdout] 22 + extern crate bit_set;
[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 - BitSet<B>::union_with (line 586) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `bit_set`
[INFO] [stdout]    --> src/lib.rs:587:5
[INFO] [stdout]     |
[INFO] [stdout] 587 | use bit_set::BitSet;
[INFO] [stdout]     |     ^^^^^^^ use of unresolved module or unlinked crate `bit_set`
[INFO] [stdout]     |
[INFO] [stdout] help: if you wanted to use a crate named `bit_set`, use `cargo add bit_set` to add it to your `Cargo.toml` and import it in your code
[INFO] [stdout]     |
[INFO] [stdout] 586 + extern crate bit_set;
[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 - BitSet<B>::reserve_len_exact (line 303) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `bit_set`
[INFO] [stdout]    --> src/lib.rs:304:5
[INFO] [stdout]     |
[INFO] [stdout] 304 | use bit_set::BitSet;
[INFO] [stdout]     |     ^^^^^^^ use of unresolved module or unlinked crate `bit_set`
[INFO] [stdout]     |
[INFO] [stdout] help: if you wanted to use a crate named `bit_set`, use `cargo add bit_set` to add it to your `Cargo.toml` and import it in your code
[INFO] [stdout]     |
[INFO] [stdout] 303 + extern crate bit_set;
[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 - BitSet<B>::into_bit_vec (line 321) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `bit_set`
[INFO] [stdout]    --> src/lib.rs:322:5
[INFO] [stdout]     |
[INFO] [stdout] 322 | use bit_set::BitSet;
[INFO] [stdout]     |     ^^^^^^^ use of unresolved module or unlinked crate `bit_set`
[INFO] [stdout]     |
[INFO] [stdout] help: if you wanted to use a crate named `bit_set`, use `cargo add bit_set` to add it to your `Cargo.toml` and import it in your code
[INFO] [stdout]     |
[INFO] [stdout] 321 + extern crate bit_set;
[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 - BitSet<u32>::from_bit_vec (line 223) stdout ----
[INFO] [stdout] error[E0463]: can't find crate for `bit_vec`
[INFO] [stdout]    --> src/lib.rs:224:1
[INFO] [stdout]     |
[INFO] [stdout] 224 | extern crate bit_vec;
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stdout] 
[INFO] [stdout] error[E0463]: can't find crate for `bit_set`
[INFO] [stdout]    --> src/lib.rs:225:1
[INFO] [stdout]     |
[INFO] [stdout] 225 | extern crate bit_set;
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0463`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - BitSet<B>::capacity (line 258) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `bit_set`
[INFO] [stdout]    --> src/lib.rs:259:5
[INFO] [stdout]     |
[INFO] [stdout] 259 | use bit_set::BitSet;
[INFO] [stdout]     |     ^^^^^^^ use of unresolved module or unlinked crate `bit_set`
[INFO] [stdout]     |
[INFO] [stdout] help: if you wanted to use a crate named `bit_set`, use `cargo add bit_set` to add it to your `Cargo.toml` and import it in your code
[INFO] [stdout]     |
[INFO] [stdout] 258 + extern crate bit_set;
[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 - BitSet<B>::iter (line 432) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `bit_set`
[INFO] [stdout]    --> src/lib.rs:433:5
[INFO] [stdout]     |
[INFO] [stdout] 433 | use bit_set::BitSet;
[INFO] [stdout]     |     ^^^^^^^ use of unresolved module or unlinked crate `bit_set`
[INFO] [stdout]     |
[INFO] [stdout] help: if you wanted to use a crate named `bit_set`, use `cargo add bit_set` to add it to your `Cargo.toml` and import it in your code
[INFO] [stdout]     |
[INFO] [stdout] 432 + extern crate bit_set;
[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 - BitSet<B>::intersect_with (line 609) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `bit_set`
[INFO] [stdout]    --> src/lib.rs:610:5
[INFO] [stdout]     |
[INFO] [stdout] 610 | use bit_set::BitSet;
[INFO] [stdout]     |     ^^^^^^^ use of unresolved module or unlinked crate `bit_set`
[INFO] [stdout]     |
[INFO] [stdout] help: if you wanted to use a crate named `bit_set`, use `cargo add bit_set` to add it to your `Cargo.toml` and import it in your code
[INFO] [stdout]     |
[INFO] [stdout] 609 + extern crate bit_set;
[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 - BitSet<B>::symmetric_difference_with (line 665) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `bit_set`
[INFO] [stdout]    --> src/lib.rs:666:5
[INFO] [stdout]     |
[INFO] [stdout] 666 | use bit_set::BitSet;
[INFO] [stdout]     |     ^^^^^^^ use of unresolved module or unlinked crate `bit_set`
[INFO] [stdout]     |
[INFO] [stdout] help: if you wanted to use a crate named `bit_set`, use `cargo add bit_set` to add it to your `Cargo.toml` and import it in your code
[INFO] [stdout]     |
[INFO] [stdout] 665 + extern crate bit_set;
[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 - BitSet<B>::union (line 452) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `bit_set`
[INFO] [stdout]    --> src/lib.rs:453:5
[INFO] [stdout]     |
[INFO] [stdout] 453 | use bit_set::BitSet;
[INFO] [stdout]     |     ^^^^^^^ use of unresolved module or unlinked crate `bit_set`
[INFO] [stdout]     |
[INFO] [stdout] help: if you wanted to use a crate named `bit_set`, use `cargo add bit_set` to add it to your `Cargo.toml` and import it in your code
[INFO] [stdout]     |
[INFO] [stdout] 452 + extern crate bit_set;
[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 - BitSet<B>::difference (line 518) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `bit_set`
[INFO] [stdout]    --> src/lib.rs:519:5
[INFO] [stdout]     |
[INFO] [stdout] 519 | use bit_set::BitSet;
[INFO] [stdout]     |     ^^^^^^^ use of unresolved module or unlinked crate `bit_set`
[INFO] [stdout]     |
[INFO] [stdout] help: if you wanted to use a crate named `bit_set`, use `cargo add bit_set` to add it to your `Cargo.toml` and import it in your code
[INFO] [stdout]     |
[INFO] [stdout] 518 + extern crate bit_set;
[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 - BitSet<u32>::with_capacity (line 207) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `bit_set`
[INFO] [stdout]    --> src/lib.rs:208:5
[INFO] [stdout]     |
[INFO] [stdout] 208 | use bit_set::BitSet;
[INFO] [stdout]     |     ^^^^^^^ use of unresolved module or unlinked crate `bit_set`
[INFO] [stdout]     |
[INFO] [stdout] help: if you wanted to use a crate named `bit_set`, use `cargo add bit_set` to add it to your `Cargo.toml` and import it in your code
[INFO] [stdout]     |
[INFO] [stdout] 207 + extern crate bit_set;
[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 - BitSet<u32>::new (line 192) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `bit_set`
[INFO] [stdout]    --> src/lib.rs:193:5
[INFO] [stdout]     |
[INFO] [stdout] 193 | use bit_set::BitSet;
[INFO] [stdout]     |     ^^^^^^^ use of unresolved module or unlinked crate `bit_set`
[INFO] [stdout]     |
[INFO] [stdout] help: if you wanted to use a crate named `bit_set`, use `cargo add bit_set` to add it to your `Cargo.toml` and import it in your code
[INFO] [stdout]     |
[INFO] [stdout] 192 + extern crate bit_set;
[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 - BitSet<B>::difference_with (line 633) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `bit_set`
[INFO] [stdout]    --> src/lib.rs:634:5
[INFO] [stdout]     |
[INFO] [stdout] 634 | use bit_set::BitSet;
[INFO] [stdout]     |     ^^^^^^^ use of unresolved module or unlinked crate `bit_set`
[INFO] [stdout]     |
[INFO] [stdout] help: if you wanted to use a crate named `bit_set`, use `cargo add bit_set` to add it to your `Cargo.toml` and import it in your code
[INFO] [stdout]     |
[INFO] [stdout] 633 + extern crate bit_set;
[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 - BitSet<B>::symmetric_difference (line 556) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `bit_set`
[INFO] [stdout]    --> src/lib.rs:557:5
[INFO] [stdout]     |
[INFO] [stdout] 557 | use bit_set::BitSet;
[INFO] [stdout]     |     ^^^^^^^ use of unresolved module or unlinked crate `bit_set`
[INFO] [stdout]     |
[INFO] [stdout] help: if you wanted to use a crate named `bit_set`, use `cargo add bit_set` to add it to your `Cargo.toml` and import it in your code
[INFO] [stdout]     |
[INFO] [stdout] 556 + extern crate bit_set;
[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 - BitSet<B>::shrink_to_fit (line 392) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `bit_set`
[INFO] [stdout]    --> src/lib.rs:393:5
[INFO] [stdout]     |
[INFO] [stdout] 393 | use bit_set::BitSet;
[INFO] [stdout]     |     ^^^^^^^ use of unresolved module or unlinked crate `bit_set`
[INFO] [stdout]     |
[INFO] [stdout] help: if you wanted to use a crate named `bit_set`, use `cargo add bit_set` to add it to your `Cargo.toml` and import it in your code
[INFO] [stdout]     |
[INFO] [stdout] 392 + extern crate bit_set;
[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 - BitSet<B>::get_ref (line 341) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `bit_set`
[INFO] [stdout]    --> src/lib.rs:342:5
[INFO] [stdout]     |
[INFO] [stdout] 342 | use bit_set::BitSet;
[INFO] [stdout]     |     ^^^^^^^ use of unresolved module or unlinked crate `bit_set`
[INFO] [stdout]     |
[INFO] [stdout] help: if you wanted to use a crate named `bit_set`, use `cargo add bit_set` to add it to your `Cargo.toml` and import it in your code
[INFO] [stdout]     |
[INFO] [stdout] 341 + extern crate bit_set;
[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 - BitSet<B>::reserve_len (line 278) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `bit_set`
[INFO] [stdout]    --> src/lib.rs:279:5
[INFO] [stdout]     |
[INFO] [stdout] 279 | use bit_set::BitSet;
[INFO] [stdout]     |     ^^^^^^^ use of unresolved module or unlinked crate `bit_set`
[INFO] [stdout]     |
[INFO] [stdout] help: if you wanted to use a crate named `bit_set`, use `cargo add bit_set` to add it to your `Cargo.toml` and import it in your code
[INFO] [stdout]     |
[INFO] [stdout] 278 + extern crate bit_set;
[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 - BitSet<B>::intersection (line 483) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `bit_set`
[INFO] [stdout]    --> src/lib.rs:484:5
[INFO] [stdout]     |
[INFO] [stdout] 484 | use bit_set::BitSet;
[INFO] [stdout]     |     ^^^^^^^ use of unresolved module or unlinked crate `bit_set`
[INFO] [stdout]     |
[INFO] [stdout] help: if you wanted to use a crate named `bit_set`, use `cargo add bit_set` to add it to your `Cargo.toml` and import it in your code
[INFO] [stdout]     |
[INFO] [stdout] 483 + extern crate bit_set;
[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 22)
[INFO] [stdout]     src/lib.rs - BitSet<B>::capacity (line 258)
[INFO] [stdout]     src/lib.rs - BitSet<B>::difference (line 518)
[INFO] [stdout]     src/lib.rs - BitSet<B>::difference_with (line 633)
[INFO] [stdout]     src/lib.rs - BitSet<B>::get_ref (line 341)
[INFO] [stdout]     src/lib.rs - BitSet<B>::intersect_with (line 609)
[INFO] [stdout]     src/lib.rs - BitSet<B>::intersection (line 483)
[INFO] [stdout]     src/lib.rs - BitSet<B>::into_bit_vec (line 321)
[INFO] [stdout]     src/lib.rs - BitSet<B>::iter (line 432)
[INFO] [stdout]     src/lib.rs - BitSet<B>::reserve_len (line 278)
[INFO] [stdout]     src/lib.rs - BitSet<B>::reserve_len_exact (line 303)
[INFO] [stdout]     src/lib.rs - BitSet<B>::shrink_to_fit (line 392)
[INFO] [stdout]     src/lib.rs - BitSet<B>::symmetric_difference (line 556)
[INFO] [stdout]     src/lib.rs - BitSet<B>::symmetric_difference_with (line 665)
[INFO] [stdout]     src/lib.rs - BitSet<B>::union (line 452)
[INFO] [stdout]     src/lib.rs - BitSet<B>::union_with (line 586)
[INFO] [stdout]     src/lib.rs - BitSet<u32>::from_bit_vec (line 223)
[INFO] [stdout]     src/lib.rs - BitSet<u32>::new (line 192)
[INFO] [stdout]     src/lib.rs - BitSet<u32>::with_capacity (line 207)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 19 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.44s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "530c82e1fa159cf6308d204e7049d6bc3f8ffdedebbf07e5f4be8e107efb7c8b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "530c82e1fa159cf6308d204e7049d6bc3f8ffdedebbf07e5f4be8e107efb7c8b", kill_on_drop: false }`
[INFO] [stdout] 530c82e1fa159cf6308d204e7049d6bc3f8ffdedebbf07e5f4be8e107efb7c8b
