[INFO] fetching crate bit-set-omnitool 0.6.0... [INFO] testing bit-set-omnitool-0.6.0 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7 [INFO] extracting crate bit-set-omnitool 0.6.0 into /workspace/builds/worker-5-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-5-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate bit-set-omnitool 0.6.0 on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "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-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] efb4b9dcae8f49c603759f23dd30d387fa416603448d67e82b27d0ba28330896 [INFO] running `Command { std: "docker" "start" "-a" "efb4b9dcae8f49c603759f23dd30d387fa416603448d67e82b27d0ba28330896", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "efb4b9dcae8f49c603759f23dd30d387fa416603448d67e82b27d0ba28330896", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "efb4b9dcae8f49c603759f23dd30d387fa416603448d67e82b27d0ba28330896", kill_on_drop: false }` [INFO] [stdout] efb4b9dcae8f49c603759f23dd30d387fa416603448d67e82b27d0ba28330896 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=forbid" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2c1bb64ff665e973c946bd686240a63a6dd545b3083e95c25e8b92f68cc387e6 [INFO] running `Command { std: "docker" "start" "-a" "2c1bb64ff665e973c946bd686240a63a6dd545b3083e95c25e8b92f68cc387e6", 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.25s [INFO] running `Command { std: "docker" "inspect" "2c1bb64ff665e973c946bd686240a63a6dd545b3083e95c25e8b92f68cc387e6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2c1bb64ff665e973c946bd686240a63a6dd545b3083e95c25e8b92f68cc387e6", kill_on_drop: false }` [INFO] [stdout] 2c1bb64ff665e973c946bd686240a63a6dd545b3083e95c25e8b92f68cc387e6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=forbid" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3b2cf9ffda19c8ef7989da40a2d377b48aaae8434db90c35482f7f4fbb1ef7d9 [INFO] running `Command { std: "docker" "start" "-a" "3b2cf9ffda19c8ef7989da40a2d377b48aaae8434db90c35482f7f4fbb1ef7d9", 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.177 [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 2.75s [INFO] running `Command { std: "docker" "inspect" "3b2cf9ffda19c8ef7989da40a2d377b48aaae8434db90c35482f7f4fbb1ef7d9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3b2cf9ffda19c8ef7989da40a2d377b48aaae8434db90c35482f7f4fbb1ef7d9", kill_on_drop: false }` [INFO] [stdout] 3b2cf9ffda19c8ef7989da40a2d377b48aaae8434db90c35482f7f4fbb1ef7d9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=forbid" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 6ecd606056d00e0656f4d6359fd921aeba57c71bea9b1fbf004727c227b59387 [INFO] running `Command { std: "docker" "start" "-a" "6ecd606056d00e0656f4d6359fd921aeba57c71bea9b1fbf004727c227b59387", 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.06s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/bit_set_omnitool-41f69bcbf9285e1e) [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_cmp ... ok [INFO] [stdout] test tests::test_bit_set_difference_with ... ok [INFO] [stdout] test tests::test_bit_set_eq ... 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_intersection ... 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_shrink_to_fit ... ok [INFO] [stdout] test tests::test_bit_set_shrink_to_fit_new ... ok [INFO] [stdout] test tests::test_bit_set_subset ... ok [INFO] [stdout] test tests::test_bit_set_union_with ... ok [INFO] [stdout] test tests::test_bit_set_symmetric_difference ... ok [INFO] [stdout] test tests::test_bit_vec_clone ... ok [INFO] [stdout] test tests::test_bit_set_symmetric_difference_with ... ok [INFO] [stdout] test tests::test_bit_vec_masking ... ok [INFO] [stdout] test tests::test_bit_set_union ... ok [INFO] [stdout] test tests::test_bit_set_iterator ... ok [INFO] [stdout] test tests::test_bit_vec_remove ... ok [INFO] [stderr] Doc-tests bit_set_omnitool [INFO] [stdout] [INFO] [stdout] test result: ok. 22 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.06s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 19 tests [INFO] [stdout] test src/lib.rs - BitSet::reserve_len_exact (line 303) ... FAILED [INFO] [stdout] test src/lib.rs - BitSet::reserve_len (line 278) ... FAILED [INFO] [stdout] test src/lib.rs - BitSet::intersect_with (line 609) ... FAILED [INFO] [stdout] test src/lib.rs - BitSet::difference_with (line 633) ... FAILED [INFO] [stdout] test src/lib.rs - (line 22) ... FAILED [INFO] [stdout] test src/lib.rs - BitSet::difference (line 518) ... FAILED [INFO] [stdout] test src/lib.rs - BitSet::capacity (line 258) ... FAILED [INFO] [stdout] test src/lib.rs - BitSet::into_bit_vec (line 321) ... FAILED [INFO] [stdout] test src/lib.rs - BitSet::union (line 452) ... FAILED [INFO] [stdout] test src/lib.rs - BitSet::new (line 192) ... FAILED [INFO] [stdout] test src/lib.rs - BitSet::symmetric_difference (line 556) ... FAILED [INFO] [stdout] test src/lib.rs - BitSet::get_ref (line 341) ... FAILED [INFO] [stdout] test src/lib.rs - BitSet::intersection (line 483) ... FAILED [INFO] [stdout] test src/lib.rs - BitSet::iter (line 432) ... FAILED [INFO] [stdout] test src/lib.rs - BitSet::symmetric_difference_with (line 665) ... FAILED [INFO] [stdout] test src/lib.rs - BitSet::with_capacity (line 207) ... FAILED [INFO] [stdout] test src/lib.rs - BitSet::from_bit_vec (line 223) ... FAILED [INFO] [stdout] test src/lib.rs - BitSet::shrink_to_fit (line 392) ... FAILED [INFO] [stdout] test src/lib.rs - BitSet::union_with (line 586) ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [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] 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::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::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::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 - (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::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::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::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::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::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::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::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::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] ---- 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] 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::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::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::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::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::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] [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.30s [INFO] [stdout] [INFO] [stderr] error: doctest failed, to rerun pass `--doc` [INFO] running `Command { std: "docker" "inspect" "6ecd606056d00e0656f4d6359fd921aeba57c71bea9b1fbf004727c227b59387", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6ecd606056d00e0656f4d6359fd921aeba57c71bea9b1fbf004727c227b59387", kill_on_drop: false }` [INFO] [stdout] 6ecd606056d00e0656f4d6359fd921aeba57c71bea9b1fbf004727c227b59387