[INFO] fetching crate bit-set-omnitool 0.6.0... [INFO] testing bit-set-omnitool-0.6.0 against beta-2025-09-21 for beta-1.91-3 [INFO] extracting crate bit-set-omnitool 0.6.0 into /workspace/builds/worker-0-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-0-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate bit-set-omnitool 0.6.0 on toolchain beta-2025-09-21 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "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-2025-09-21" "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.9.2) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "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-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 44399a12c847c6be3c40b305f78f67142622fa69f3c515f4cb21c401edba2ef1 [INFO] running `Command { std: "docker" "start" "-a" "44399a12c847c6be3c40b305f78f67142622fa69f3c515f4cb21c401edba2ef1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "44399a12c847c6be3c40b305f78f67142622fa69f3c515f4cb21c401edba2ef1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "44399a12c847c6be3c40b305f78f67142622fa69f3c515f4cb21c401edba2ef1", kill_on_drop: false }` [INFO] [stdout] 44399a12c847c6be3c40b305f78f67142622fa69f3c515f4cb21c401edba2ef1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1d4d1ecf8a8672c7a925491ebe924e239519aaf97808a940fbd07fbc573eadaf [INFO] running `Command { std: "docker" "start" "-a" "1d4d1ecf8a8672c7a925491ebe924e239519aaf97808a940fbd07fbc573eadaf", 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 { [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.40s [INFO] running `Command { std: "docker" "inspect" "1d4d1ecf8a8672c7a925491ebe924e239519aaf97808a940fbd07fbc573eadaf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1d4d1ecf8a8672c7a925491ebe924e239519aaf97808a940fbd07fbc573eadaf", kill_on_drop: false }` [INFO] [stdout] 1d4d1ecf8a8672c7a925491ebe924e239519aaf97808a940fbd07fbc573eadaf [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6a59b009d697666e5f05dd88cdf09c8cbd1467a69c0a73e279fb4c0b980cb4b2 [INFO] running `Command { std: "docker" "start" "-a" "6a59b009d697666e5f05dd88cdf09c8cbd1467a69c0a73e279fb4c0b980cb4b2", 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.176 [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 { [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.16 [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 { [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 4.15s [INFO] running `Command { std: "docker" "inspect" "6a59b009d697666e5f05dd88cdf09c8cbd1467a69c0a73e279fb4c0b980cb4b2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6a59b009d697666e5f05dd88cdf09c8cbd1467a69c0a73e279fb4c0b980cb4b2", kill_on_drop: false }` [INFO] [stdout] 6a59b009d697666e5f05dd88cdf09c8cbd1467a69c0a73e279fb4c0b980cb4b2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 1dc3292650d0a384d8341154f0431f14dd83b7c610bb20ba65b980a354442b68 [INFO] running `Command { std: "docker" "start" "-a" "1dc3292650d0a384d8341154f0431f14dd83b7c610bb20ba65b980a354442b68", 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 { [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.05s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/bit_set_omnitool-4511024234c43a1f) [INFO] [stdout] [INFO] [stdout] running 22 tests [INFO] [stdout] test tests::test_bit_set_basic ... ok [INFO] [stdout] test tests::test_bit_set_cmp ... ok [INFO] [stdout] test tests::test_bit_set_difference ... ok [INFO] [stdout] test tests::test_bit_set_difference_with ... ok [INFO] [stdout] test tests::test_bit_set_from_usizes ... ok [INFO] [stdout] test tests::test_bit_set_frombit_vec_init ... ok [INFO] [stdout] test tests::test_bit_set_intersect_with ... ok [INFO] [stdout] test tests::test_bit_set_is_disjoint ... ok [INFO] [stdout] test tests::test_bit_set_show ... ok [INFO] [stdout] test tests::test_bit_set_symmetric_difference ... ok [INFO] [stdout] test tests::test_bit_set_symmetric_difference_with ... ok [INFO] [stdout] test tests::test_bit_set_union ... ok [INFO] [stdout] test tests::test_bit_set_union_with ... ok [INFO] [stdout] test tests::test_bit_vec_remove ... ok [INFO] [stdout] test tests::test_bit_set_subset ... 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_vec_masking ... ok [INFO] [stdout] test tests::test_bit_set_shrink_to_fit_new ... ok [INFO] [stdout] test tests::test_bit_set_eq ... ok [INFO] [stdout] test tests::test_bit_set_iterator ... ok [INFO] [stdout] test tests::test_bit_set_shrink_to_fit ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 22 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s [INFO] [stdout] [INFO] [stderr] Doc-tests bit_set_omnitool [INFO] [stdout] [INFO] [stdout] running 19 tests [INFO] [stdout] test src/lib.rs - BitSet::union (line 452) ... FAILED [INFO] [stdout] test src/lib.rs - BitSet::difference_with (line 633) ... FAILED [INFO] [stdout] test src/lib.rs - BitSet::capacity (line 258) ... FAILED [INFO] [stdout] test src/lib.rs - BitSet::symmetric_difference_with (line 665) ... FAILED [INFO] [stdout] test src/lib.rs - BitSet::symmetric_difference (line 556) ... FAILED [INFO] [stdout] test src/lib.rs - (line 22) ... FAILED [INFO] [stdout] test src/lib.rs - BitSet::into_bit_vec (line 321) ... FAILED [INFO] [stdout] test src/lib.rs - BitSet::get_ref (line 341) ... FAILED [INFO] [stdout] test src/lib.rs - BitSet::shrink_to_fit (line 392) ... FAILED [INFO] [stdout] test src/lib.rs - BitSet::intersect_with (line 609) ... FAILED [INFO] [stdout] test src/lib.rs - BitSet::reserve_len_exact (line 303) ... FAILED [INFO] [stdout] test src/lib.rs - BitSet::from_bit_vec (line 223) ... FAILED [INFO] [stdout] test src/lib.rs - BitSet::new (line 192) ... FAILED [INFO] [stdout] test src/lib.rs - BitSet::intersection (line 483) ... FAILED [INFO] [stdout] test src/lib.rs - BitSet::reserve_len (line 278) ... FAILED [INFO] [stdout] test src/lib.rs - BitSet::union_with (line 586) ... FAILED [INFO] [stdout] test src/lib.rs - BitSet::with_capacity (line 207) ... FAILED [INFO] [stdout] test src/lib.rs - BitSet::difference (line 518) ... FAILED [INFO] [stdout] test src/lib.rs - BitSet::iter (line 432) ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- src/lib.rs - BitSet::union (line 452) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `bit_set` [INFO] [stdout] --> src/lib.rs:453:5 [INFO] [stdout] | [INFO] [stdout] 3 | 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] 2 + 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::difference_with (line 633) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `bit_set` [INFO] [stdout] --> src/lib.rs:634:5 [INFO] [stdout] | [INFO] [stdout] 3 | 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] 2 + 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::capacity (line 258) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `bit_set` [INFO] [stdout] --> src/lib.rs:259:5 [INFO] [stdout] | [INFO] [stdout] 3 | 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] 2 + 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::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] 3 | 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] 2 + 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::symmetric_difference (line 556) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `bit_set` [INFO] [stdout] --> src/lib.rs:557:5 [INFO] [stdout] | [INFO] [stdout] 3 | 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] 2 + 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 - (line 22) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `bit_set` [INFO] [stdout] --> src/lib.rs:23:5 [INFO] [stdout] | [INFO] [stdout] 3 | 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] 2 + 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::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] 3 | 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] 2 + 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::get_ref (line 341) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `bit_set` [INFO] [stdout] --> src/lib.rs:342:5 [INFO] [stdout] | [INFO] [stdout] 3 | 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] 2 + 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::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] 3 | 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] 2 + 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::intersect_with (line 609) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `bit_set` [INFO] [stdout] --> src/lib.rs:610:5 [INFO] [stdout] | [INFO] [stdout] 3 | 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] 2 + 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::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] 3 | 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] 2 + 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::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] 2 | 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] 3 | 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::new (line 192) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `bit_set` [INFO] [stdout] --> src/lib.rs:193:5 [INFO] [stdout] | [INFO] [stdout] 3 | 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] 2 + 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::intersection (line 483) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `bit_set` [INFO] [stdout] --> src/lib.rs:484:5 [INFO] [stdout] | [INFO] [stdout] 3 | 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] 2 + 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::reserve_len (line 278) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `bit_set` [INFO] [stdout] --> src/lib.rs:279:5 [INFO] [stdout] | [INFO] [stdout] 3 | 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] 2 + 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::union_with (line 586) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `bit_set` [INFO] [stdout] --> src/lib.rs:587:5 [INFO] [stdout] | [INFO] [stdout] 3 | 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] 2 + 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::with_capacity (line 207) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `bit_set` [INFO] [stdout] --> src/lib.rs:208:5 [INFO] [stdout] | [INFO] [stdout] 3 | 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] 2 + 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::difference (line 518) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `bit_set` [INFO] [stdout] --> src/lib.rs:519:5 [INFO] [stdout] | [INFO] [stdout] 3 | 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] 2 + 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::iter (line 432) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `bit_set` [INFO] [stdout] --> src/lib.rs:433:5 [INFO] [stdout] | [INFO] [stdout] 3 | 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] 2 + 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::capacity (line 258) [INFO] [stdout] src/lib.rs - BitSet::difference (line 518) [INFO] [stdout] src/lib.rs - BitSet::difference_with (line 633) [INFO] [stdout] src/lib.rs - BitSet::get_ref (line 341) [INFO] [stdout] src/lib.rs - BitSet::intersect_with (line 609) [INFO] [stdout] src/lib.rs - BitSet::intersection (line 483) [INFO] [stdout] src/lib.rs - BitSet::into_bit_vec (line 321) [INFO] [stdout] src/lib.rs - BitSet::iter (line 432) [INFO] [stdout] src/lib.rs - BitSet::reserve_len (line 278) [INFO] [stdout] src/lib.rs - BitSet::reserve_len_exact (line 303) [INFO] [stdout] src/lib.rs - BitSet::shrink_to_fit (line 392) [INFO] [stdout] src/lib.rs - BitSet::symmetric_difference (line 556) [INFO] [stdout] src/lib.rs - BitSet::symmetric_difference_with (line 665) [INFO] [stdout] src/lib.rs - BitSet::union (line 452) [INFO] [stdout] src/lib.rs - BitSet::union_with (line 586) [INFO] [stdout] src/lib.rs - BitSet::from_bit_vec (line 223) [INFO] [stdout] src/lib.rs - BitSet::new (line 192) [INFO] [stdout] src/lib.rs - BitSet::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.51s [INFO] [stdout] [INFO] [stderr] error: doctest failed, to rerun pass `--doc` [INFO] running `Command { std: "docker" "inspect" "1dc3292650d0a384d8341154f0431f14dd83b7c610bb20ba65b980a354442b68", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1dc3292650d0a384d8341154f0431f14dd83b7c610bb20ba65b980a354442b68", kill_on_drop: false }` [INFO] [stdout] 1dc3292650d0a384d8341154f0431f14dd83b7c610bb20ba65b980a354442b68