[INFO] fetching crate copse 0.4.1... [INFO] testing copse-0.4.1 against 1.81.0 for beta-1.82-1 [INFO] extracting crate copse 0.4.1 into /workspace/builds/worker-0-tc1/source [INFO] validating manifest of crates.io crate copse 0.4.1 on toolchain 1.81.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.81.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate copse 0.4.1 [INFO] finished tweaking crates.io crate copse 0.4.1 [INFO] tweaked toml for crates.io crate copse 0.4.1 written to /workspace/builds/worker-0-tc1/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.81.0" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 5 packages to latest compatible versions [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.81.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:96c0aa5895ecf336b730ef27bcdde6e21027415df19888aad3cf1448e5d65d90" "/opt/rustwide/cargo-home/bin/cargo" "+1.81.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 80f7cc7c1556cd9c3086715e3e3ef9dd01a806fd6535c142a2f8453e6f21e942 [INFO] running `Command { std: "docker" "start" "-a" "80f7cc7c1556cd9c3086715e3e3ef9dd01a806fd6535c142a2f8453e6f21e942", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "80f7cc7c1556cd9c3086715e3e3ef9dd01a806fd6535c142a2f8453e6f21e942", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "80f7cc7c1556cd9c3086715e3e3ef9dd01a806fd6535c142a2f8453e6f21e942", kill_on_drop: false }` [INFO] [stdout] 80f7cc7c1556cd9c3086715e3e3ef9dd01a806fd6535c142a2f8453e6f21e942 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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:96c0aa5895ecf336b730ef27bcdde6e21027415df19888aad3cf1448e5d65d90" "/opt/rustwide/cargo-home/bin/cargo" "+1.81.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a83f2d0e12a3abbafb87e0c53939c72beb39827c2aa9e13af9cad93ab8d653ef [INFO] running `Command { std: "docker" "start" "-a" "a83f2d0e12a3abbafb87e0c53939c72beb39827c2aa9e13af9cad93ab8d653ef", kill_on_drop: false }` [INFO] [stderr] Compiling copse v0.4.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling` [INFO] [stdout] --> src/lib.rs:40:11 [INFO] [stdout] | [INFO] [stdout] 40 | #[cfg(not(no_global_oom_handling))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: expected names are: `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows` [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling` [INFO] [stdout] --> src/lib.rs:44:11 [INFO] [stdout] | [INFO] [stdout] 44 | #[cfg(not(no_global_oom_handling))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling` [INFO] [stdout] --> src/lib.rs:48:11 [INFO] [stdout] | [INFO] [stdout] 48 | #[cfg(not(no_global_oom_handling))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling` [INFO] [stdout] --> src/liballoc.rs:32:15 [INFO] [stdout] | [INFO] [stdout] 32 | #[cfg(not(no_global_oom_handling))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling` [INFO] [stdout] --> src/liballoc.rs:35:15 [INFO] [stdout] | [INFO] [stdout] 35 | #[cfg(not(no_global_oom_handling))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling` [INFO] [stdout] --> src/liballoc.rs:38:15 [INFO] [stdout] | [INFO] [stdout] 38 | #[cfg(not(no_global_oom_handling))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling` [INFO] [stdout] --> src/liballoc.rs:44:15 [INFO] [stdout] | [INFO] [stdout] 44 | #[cfg(not(no_global_oom_handling))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `new_uninit` is never used [INFO] [stdout] --> src/polyfill.rs:103:12 [INFO] [stdout] | [INFO] [stdout] 96 | pub trait NewUninit { [INFO] [stdout] | --------- associated function in this trait [INFO] [stdout] ... [INFO] [stdout] 103 | fn new_uninit() -> Self::SelfWithAlloc, Global>; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait `ExactSizeIsEmpty` is never used [INFO] [stdout] --> src/polyfill.rs:252:15 [INFO] [stdout] | [INFO] [stdout] 252 | pub trait ExactSizeIsEmpty: ExactSizeIterator { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `is_sorted` and `is_sorted_by` are never used [INFO] [stdout] --> src/polyfill.rs:264:12 [INFO] [stdout] | [INFO] [stdout] 261 | pub trait SliceIsSorted { [INFO] [stdout] | ------------- methods in this trait [INFO] [stdout] ... [INFO] [stdout] 264 | fn is_sorted(&self) -> bool [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 271 | fn is_sorted_by<'a, F>(&'a self, compare: F) -> bool [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `is_sorted` is never used [INFO] [stdout] --> src/polyfill.rs:278:12 [INFO] [stdout] | [INFO] [stdout] 277 | pub trait IterIsSorted: Iterator { [INFO] [stdout] | ------------ method in this trait [INFO] [stdout] 278 | fn is_sorted(self) -> bool [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/liballoc/collections/btree/navigate.rs:650:16 [INFO] [stdout] | [INFO] [stdout] 650 | InternalKV(Handle, marker::KV>), [INFO] [stdout] | ---------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 650 | InternalKV(()), [INFO] [stdout] | ~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait `IsSetVal` is never used [INFO] [stdout] --> src/liballoc/collections/btree/set_val.rs:13:11 [INFO] [stdout] | [INFO] [stdout] 13 | pub trait IsSetVal { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 13 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s [INFO] running `Command { std: "docker" "inspect" "a83f2d0e12a3abbafb87e0c53939c72beb39827c2aa9e13af9cad93ab8d653ef", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a83f2d0e12a3abbafb87e0c53939c72beb39827c2aa9e13af9cad93ab8d653ef", kill_on_drop: false }` [INFO] [stdout] a83f2d0e12a3abbafb87e0c53939c72beb39827c2aa9e13af9cad93ab8d653ef [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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:96c0aa5895ecf336b730ef27bcdde6e21027415df19888aad3cf1448e5d65d90" "/opt/rustwide/cargo-home/bin/cargo" "+1.81.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] aa72407627b2e6267e588301bee35405131b044cc9e8bfe0abd4bcfd1a28cf1f [INFO] running `Command { std: "docker" "start" "-a" "aa72407627b2e6267e588301bee35405131b044cc9e8bfe0abd4bcfd1a28cf1f", kill_on_drop: false }` [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling` [INFO] [stdout] --> src/lib.rs:40:11 [INFO] [stdout] | [INFO] [stdout] 40 | #[cfg(not(no_global_oom_handling))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: expected names are: `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows` [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling` [INFO] [stdout] --> src/lib.rs:44:11 [INFO] [stdout] | [INFO] [stdout] 44 | #[cfg(not(no_global_oom_handling))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling` [INFO] [stdout] --> src/lib.rs:48:11 [INFO] [stdout] | [INFO] [stdout] 48 | #[cfg(not(no_global_oom_handling))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling` [INFO] [stdout] --> src/liballoc.rs:32:15 [INFO] [stdout] | [INFO] [stdout] 32 | #[cfg(not(no_global_oom_handling))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling` [INFO] [stdout] --> src/liballoc.rs:35:15 [INFO] [stdout] | [INFO] [stdout] 35 | #[cfg(not(no_global_oom_handling))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling` [INFO] [stdout] --> src/liballoc.rs:38:15 [INFO] [stdout] | [INFO] [stdout] 38 | #[cfg(not(no_global_oom_handling))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling` [INFO] [stdout] --> src/liballoc.rs:44:15 [INFO] [stdout] | [INFO] [stdout] 44 | #[cfg(not(no_global_oom_handling))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `new_uninit` is never used [INFO] [stdout] --> src/polyfill.rs:103:12 [INFO] [stdout] | [INFO] [stdout] 96 | pub trait NewUninit { [INFO] [stdout] | --------- associated function in this trait [INFO] [stdout] ... [INFO] [stdout] 103 | fn new_uninit() -> Self::SelfWithAlloc, Global>; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait `ExactSizeIsEmpty` is never used [INFO] [stdout] --> src/polyfill.rs:252:15 [INFO] [stdout] | [INFO] [stdout] 252 | pub trait ExactSizeIsEmpty: ExactSizeIterator { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `is_sorted` and `is_sorted_by` are never used [INFO] [stdout] --> src/polyfill.rs:264:12 [INFO] [stdout] | [INFO] [stdout] 261 | pub trait SliceIsSorted { [INFO] [stdout] | ------------- methods in this trait [INFO] [stdout] ... [INFO] [stdout] 264 | fn is_sorted(&self) -> bool [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 271 | fn is_sorted_by<'a, F>(&'a self, compare: F) -> bool [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `is_sorted` is never used [INFO] [stdout] --> src/polyfill.rs:278:12 [INFO] [stdout] | [INFO] [stdout] 277 | pub trait IterIsSorted: Iterator { [INFO] [stdout] | ------------ method in this trait [INFO] [stdout] 278 | fn is_sorted(self) -> bool [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/liballoc/collections/btree/navigate.rs:650:16 [INFO] [stdout] | [INFO] [stdout] 650 | InternalKV(Handle, marker::KV>), [INFO] [stdout] | ---------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 650 | InternalKV(()), [INFO] [stdout] | ~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait `IsSetVal` is never used [INFO] [stdout] --> src/liballoc/collections/btree/set_val.rs:13:11 [INFO] [stdout] | [INFO] [stdout] 13 | pub trait IsSetVal { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 13 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling rand_xorshift v0.3.0 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling copse v0.4.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling` [INFO] [stdout] --> src/lib.rs:40:11 [INFO] [stdout] | [INFO] [stdout] 40 | #[cfg(not(no_global_oom_handling))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: expected names are: `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows` [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling` [INFO] [stdout] --> src/lib.rs:44:11 [INFO] [stdout] | [INFO] [stdout] 44 | #[cfg(not(no_global_oom_handling))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling` [INFO] [stdout] --> src/lib.rs:48:11 [INFO] [stdout] | [INFO] [stdout] 48 | #[cfg(not(no_global_oom_handling))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling` [INFO] [stdout] --> src/liballoc.rs:32:15 [INFO] [stdout] | [INFO] [stdout] 32 | #[cfg(not(no_global_oom_handling))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling` [INFO] [stdout] --> src/liballoc.rs:35:15 [INFO] [stdout] | [INFO] [stdout] 35 | #[cfg(not(no_global_oom_handling))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling` [INFO] [stdout] --> src/liballoc.rs:38:15 [INFO] [stdout] | [INFO] [stdout] 38 | #[cfg(not(no_global_oom_handling))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling` [INFO] [stdout] --> src/liballoc.rs:44:15 [INFO] [stdout] | [INFO] [stdout] 44 | #[cfg(not(no_global_oom_handling))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `new_uninit` is never used [INFO] [stdout] --> src/polyfill.rs:103:12 [INFO] [stdout] | [INFO] [stdout] 96 | pub trait NewUninit { [INFO] [stdout] | --------- associated function in this trait [INFO] [stdout] ... [INFO] [stdout] 103 | fn new_uninit() -> Self::SelfWithAlloc, Global>; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `is_sorted` is never used [INFO] [stdout] --> src/polyfill.rs:278:12 [INFO] [stdout] | [INFO] [stdout] 277 | pub trait IterIsSorted: Iterator { [INFO] [stdout] | ------------ method in this trait [INFO] [stdout] 278 | fn is_sorted(self) -> bool [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `1` is never read [INFO] [stdout] --> src/liballoc/collections/btree/set/tests.rs:528:30 [INFO] [stdout] | [INFO] [stdout] 528 | struct Foo(&'static str, i32); [INFO] [stdout] | --- ^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this struct [INFO] [stdout] | [INFO] [stdout] = help: consider removing this field [INFO] [stdout] = note: `Foo` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait `IsSetVal` is never used [INFO] [stdout] --> src/liballoc/collections/btree/set_val.rs:13:11 [INFO] [stdout] | [INFO] [stdout] 13 | pub trait IsSetVal { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `must_use` that must be used [INFO] [stdout] --> src/liballoc/collections/btree/map/tests.rs:1829:9 [INFO] [stdout] | [INFO] [stdout] 1829 | format!("{map:?}"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] = note: this warning originates in the macro `format` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `must_use` that must be used [INFO] [stdout] --> src/liballoc/collections/btree/map/tests.rs:1830:9 [INFO] [stdout] | [INFO] [stdout] 1830 | format!("{:?}", map.iter()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `format` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `must_use` that must be used [INFO] [stdout] --> src/liballoc/collections/btree/map/tests.rs:1831:9 [INFO] [stdout] | [INFO] [stdout] 1831 | format!("{:?}", map.iter_mut()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `format` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `must_use` that must be used [INFO] [stdout] --> src/liballoc/collections/btree/map/tests.rs:1832:9 [INFO] [stdout] | [INFO] [stdout] 1832 | format!("{:?}", map.keys()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `format` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `must_use` that must be used [INFO] [stdout] --> src/liballoc/collections/btree/map/tests.rs:1833:9 [INFO] [stdout] | [INFO] [stdout] 1833 | format!("{:?}", map.values()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `format` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `must_use` that must be used [INFO] [stdout] --> src/liballoc/collections/btree/map/tests.rs:1834:9 [INFO] [stdout] | [INFO] [stdout] 1834 | format!("{:?}", map.values_mut()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `format` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `must_use` that must be used [INFO] [stdout] --> src/liballoc/collections/btree/map/tests.rs:1836:13 [INFO] [stdout] | [INFO] [stdout] 1836 | format!("{:?}", map.into_iter()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `format` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `must_use` that must be used [INFO] [stdout] --> src/liballoc/collections/btree/map/tests.rs:1838:13 [INFO] [stdout] | [INFO] [stdout] 1838 | format!("{:?}", map.into_keys()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `format` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `must_use` that must be used [INFO] [stdout] --> src/liballoc/collections/btree/map/tests.rs:1840:13 [INFO] [stdout] | [INFO] [stdout] 1840 | format!("{:?}", map.into_values()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `format` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `must_use` that must be used [INFO] [stdout] --> src/liballoc/collections/btree/set/tests.rs:709:9 [INFO] [stdout] | [INFO] [stdout] 709 | format!("{set:?}"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `format` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `must_use` that must be used [INFO] [stdout] --> src/liballoc/collections/btree/set/tests.rs:710:9 [INFO] [stdout] | [INFO] [stdout] 710 | format!("{:?}", set.iter()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `format` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `must_use` that must be used [INFO] [stdout] --> src/liballoc/collections/btree/set/tests.rs:711:9 [INFO] [stdout] | [INFO] [stdout] 711 | format!("{:?}", set.into_iter()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `format` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 23 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 8.76s [INFO] running `Command { std: "docker" "inspect" "aa72407627b2e6267e588301bee35405131b044cc9e8bfe0abd4bcfd1a28cf1f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "aa72407627b2e6267e588301bee35405131b044cc9e8bfe0abd4bcfd1a28cf1f", kill_on_drop: false }` [INFO] [stdout] aa72407627b2e6267e588301bee35405131b044cc9e8bfe0abd4bcfd1a28cf1f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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:96c0aa5895ecf336b730ef27bcdde6e21027415df19888aad3cf1448e5d65d90" "/opt/rustwide/cargo-home/bin/cargo" "+1.81.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] f2b3fe2f30b757152a9f546df2f3b067fa349ccb0d76ad5272113972827c164e [INFO] running `Command { std: "docker" "start" "-a" "f2b3fe2f30b757152a9f546df2f3b067fa349ccb0d76ad5272113972827c164e", kill_on_drop: false }` [INFO] [stderr] warning: unexpected `cfg` condition name: `no_global_oom_handling` [INFO] [stderr] --> src/lib.rs:40:11 [INFO] [stderr] | [INFO] [stderr] 40 | #[cfg(not(no_global_oom_handling))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: expected names are: `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows` [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `no_global_oom_handling` [INFO] [stderr] --> src/lib.rs:44:11 [INFO] [stderr] | [INFO] [stderr] 44 | #[cfg(not(no_global_oom_handling))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `no_global_oom_handling` [INFO] [stderr] --> src/lib.rs:48:11 [INFO] [stderr] | [INFO] [stderr] 48 | #[cfg(not(no_global_oom_handling))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `no_global_oom_handling` [INFO] [stderr] --> src/liballoc.rs:32:15 [INFO] [stderr] | [INFO] [stderr] 32 | #[cfg(not(no_global_oom_handling))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `no_global_oom_handling` [INFO] [stderr] --> src/liballoc.rs:35:15 [INFO] [stderr] | [INFO] [stderr] 35 | #[cfg(not(no_global_oom_handling))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `no_global_oom_handling` [INFO] [stderr] --> src/liballoc.rs:38:15 [INFO] [stderr] | [INFO] [stderr] 38 | #[cfg(not(no_global_oom_handling))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `no_global_oom_handling` [INFO] [stderr] --> src/liballoc.rs:44:15 [INFO] [stderr] | [INFO] [stderr] 44 | #[cfg(not(no_global_oom_handling))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: associated function `new_uninit` is never used [INFO] [stderr] --> src/polyfill.rs:103:12 [INFO] [stderr] | [INFO] [stderr] 96 | pub trait NewUninit { [INFO] [stderr] | --------- associated function in this trait [INFO] [stderr] ... [INFO] [stderr] 103 | fn new_uninit() -> Self::SelfWithAlloc, Global>; [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait `ExactSizeIsEmpty` is never used [INFO] [stderr] --> src/polyfill.rs:252:15 [INFO] [stderr] | [INFO] [stderr] 252 | pub trait ExactSizeIsEmpty: ExactSizeIterator { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: methods `is_sorted` and `is_sorted_by` are never used [INFO] [stderr] --> src/polyfill.rs:264:12 [INFO] [stderr] | [INFO] [stderr] 261 | pub trait SliceIsSorted { [INFO] [stderr] | ------------- methods in this trait [INFO] [stderr] ... [INFO] [stderr] 264 | fn is_sorted(&self) -> bool [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 271 | fn is_sorted_by<'a, F>(&'a self, compare: F) -> bool [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method `is_sorted` is never used [INFO] [stderr] --> src/polyfill.rs:278:12 [INFO] [stderr] | [INFO] [stderr] 277 | pub trait IterIsSorted: Iterator { [INFO] [stderr] | ------------ method in this trait [INFO] [stderr] 278 | fn is_sorted(self) -> bool [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: field `0` is never read [INFO] [stderr] --> src/liballoc/collections/btree/navigate.rs:650:16 [INFO] [stderr] | [INFO] [stderr] 650 | InternalKV(Handle, marker::KV>), [INFO] [stderr] | ---------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | field in this variant [INFO] [stderr] | [INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stderr] | [INFO] [stderr] 650 | InternalKV(()), [INFO] [stderr] | ~~ [INFO] [stderr] [INFO] [stderr] warning: trait `IsSetVal` is never used [INFO] [stderr] --> src/liballoc/collections/btree/set_val.rs:13:11 [INFO] [stderr] | [INFO] [stderr] 13 | pub trait IsSetVal { [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `copse` (lib) generated 13 warnings [INFO] [stderr] warning: field `1` is never read [INFO] [stderr] --> src/liballoc/collections/btree/set/tests.rs:528:30 [INFO] [stderr] | [INFO] [stderr] 528 | struct Foo(&'static str, i32); [INFO] [stderr] | --- ^^^ [INFO] [stderr] | | [INFO] [stderr] | field in this struct [INFO] [stderr] | [INFO] [stderr] = help: consider removing this field [INFO] [stderr] = note: `Foo` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] [INFO] [stderr] warning: unused return value of `must_use` that must be used [INFO] [stderr] --> src/liballoc/collections/btree/map/tests.rs:1829:9 [INFO] [stderr] | [INFO] [stderr] 1829 | format!("{map:?}"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_must_use)]` on by default [INFO] [stderr] = note: this warning originates in the macro `format` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused return value of `must_use` that must be used [INFO] [stderr] --> src/liballoc/collections/btree/map/tests.rs:1830:9 [INFO] [stderr] | [INFO] [stderr] 1830 | format!("{:?}", map.iter()); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `format` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused return value of `must_use` that must be used [INFO] [stderr] --> src/liballoc/collections/btree/map/tests.rs:1831:9 [INFO] [stderr] | [INFO] [stderr] 1831 | format!("{:?}", map.iter_mut()); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `format` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused return value of `must_use` that must be used [INFO] [stderr] --> src/liballoc/collections/btree/map/tests.rs:1832:9 [INFO] [stderr] | [INFO] [stderr] 1832 | format!("{:?}", map.keys()); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `format` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused return value of `must_use` that must be used [INFO] [stderr] --> src/liballoc/collections/btree/map/tests.rs:1833:9 [INFO] [stderr] | [INFO] [stderr] 1833 | format!("{:?}", map.values()); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `format` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused return value of `must_use` that must be used [INFO] [stderr] --> src/liballoc/collections/btree/map/tests.rs:1834:9 [INFO] [stderr] | [INFO] [stderr] 1834 | format!("{:?}", map.values_mut()); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `format` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused return value of `must_use` that must be used [INFO] [stderr] --> src/liballoc/collections/btree/map/tests.rs:1836:13 [INFO] [stderr] | [INFO] [stderr] 1836 | format!("{:?}", map.into_iter()); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `format` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused return value of `must_use` that must be used [INFO] [stderr] --> src/liballoc/collections/btree/map/tests.rs:1838:13 [INFO] [stderr] | [INFO] [stderr] 1838 | format!("{:?}", map.into_keys()); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `format` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused return value of `must_use` that must be used [INFO] [stderr] --> src/liballoc/collections/btree/map/tests.rs:1840:13 [INFO] [stderr] | [INFO] [stderr] 1840 | format!("{:?}", map.into_values()); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `format` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused return value of `must_use` that must be used [INFO] [stderr] --> src/liballoc/collections/btree/set/tests.rs:709:9 [INFO] [stderr] | [INFO] [stderr] 709 | format!("{set:?}"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `format` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused return value of `must_use` that must be used [INFO] [stderr] --> src/liballoc/collections/btree/set/tests.rs:710:9 [INFO] [stderr] | [INFO] [stderr] 710 | format!("{:?}", set.iter()); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `format` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused return value of `must_use` that must be used [INFO] [stderr] --> src/liballoc/collections/btree/set/tests.rs:711:9 [INFO] [stderr] | [INFO] [stderr] 711 | format!("{:?}", set.into_iter()); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `format` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `copse` (lib test) generated 23 warnings (10 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/copse-bcfd87707a225d60) [INFO] [stdout] [INFO] [stdout] running 163 tests [INFO] [stdout] test liballoc::collections::binary_heap::tests::test_drain ... ok [INFO] [stdout] test liballoc::collections::binary_heap::tests::test_empty_peek ... ok [INFO] [stdout] test liballoc::collections::binary_heap::tests::test_append_to_empty ... ok [INFO] [stdout] test liballoc::collections::binary_heap::tests::test_drain_forget ... ok [INFO] [stdout] test liballoc::collections::binary_heap::tests::test_append ... ok [INFO] [stdout] test liballoc::collections::binary_heap::tests::test_extend_specialization ... ok [INFO] [stdout] test liballoc::collections::binary_heap::tests::test_extend_ref ... ok [INFO] [stdout] test liballoc::collections::binary_heap::tests::test_empty_pop ... ok [INFO] [stdout] test liballoc::collections::binary_heap::tests::test_empty_peek_mut ... ok [INFO] [stdout] test liballoc::collections::binary_heap::tests::test_exact_size_iterator ... ok [INFO] [stdout] test liballoc::collections::binary_heap::tests::test_from_iter ... ok [INFO] [stdout] test liballoc::collections::binary_heap::tests::test_into_iter_collect ... ok [INFO] [stdout] test liballoc::collections::binary_heap::tests::test_into_iter_rev_collect ... ok [INFO] [stdout] test liballoc::collections::binary_heap::tests::test_into_iter_size_hint ... ok [INFO] [stdout] test liballoc::collections::binary_heap::tests::test_iterator ... ok [INFO] [stdout] test liballoc::collections::binary_heap::tests::test_peek_and_pop ... ok [INFO] [stdout] test liballoc::collections::binary_heap::tests::test_push ... ok [INFO] [stdout] test liballoc::collections::binary_heap::tests::test_peek_mut ... ok [INFO] [stdout] test liballoc::collections::binary_heap::tests::test_iter_rev_cloned_collect ... ok [INFO] [stdout] test liballoc::collections::binary_heap::tests::test_peek_mut_pop ... ok [INFO] [stdout] test liballoc::collections::binary_heap::tests::test_push_unique ... ok [INFO] [stdout] test liballoc::collections::binary_heap::tests::test_peek_mut_leek ... ok [INFO] [stdout] test liballoc::collections::btree::borrow::tests::test_borrow ... ok [INFO] [stdout] test liballoc::collections::btree::map::tests::from_array ... ok [INFO] [stdout] test liballoc::collections::binary_heap::tests::test_to_vec ... ok [INFO] [stdout] test liballoc::collections::btree::map::tests::test_append_12 ... ok [INFO] [stdout] test liballoc::collections::btree::map::tests::test_append_144 ... ok [INFO] [stdout] test liballoc::collections::btree::map::tests::test_append_14 ... ok [INFO] [stdout] test liballoc::collections::btree::map::tests::test_append_170 ... ok [INFO] [stdout] test liballoc::collections::btree::map::tests::test_append_239 ... ok [INFO] [stdout] test liballoc::collections::btree::map::tests::test_append_ord_chaos ... ok [INFO] [stdout] test liballoc::collections::btree::map::tests::test_bad_zst ... ok [INFO] [stdout] test liballoc::collections::btree::map::tests::test_append_9 ... ok [INFO] [stdout] test liballoc::collections::btree::map::tests::test_append_1700 ... ok [INFO] [stdout] test liballoc::collections::btree::map::tests::test_append_145 ... ok [INFO] [stdout] test liballoc::collections::btree::map::tests::test_append_17 ... ok [INFO] [stdout] test liballoc::collections::btree::map::tests::test_append_181 ... ok [INFO] [stdout] test liballoc::collections::btree::map::tests::test_basic_small ... ok [INFO] [stdout] test liballoc::collections::btree::map::tests::test_clear ... ok [INFO] [stdout] test liballoc::collections::btree::map::tests::test_clone ... ok [INFO] [stdout] test liballoc::collections::btree::map::tests::test_borrow ... ok [INFO] [stdout] test liballoc::collections::btree::map::tests::test_check_invariants_ord_chaos ... ok [INFO] [stdout] test liballoc::collections::btree::map::tests::test_clone_from ... ok [INFO] [stdout] test liballoc::collections::btree::map::tests::test_drain_filter::consumed_keeping_all ... ok [INFO] [stdout] test liballoc::collections::btree::map::tests::test_drain_filter::consumed_removing_all ... ok [INFO] [stdout] test liballoc::collections::btree::map::tests::test_append_drop_leak ... ok [INFO] [stdout] test liballoc::collections::btree::map::tests::test_drain_filter::empty ... ok [INFO] [stdout] test liballoc::collections::btree::map::tests::test_clear_drop_panic_leak ... ok [INFO] [stdout] test liballoc::collections::btree::map::tests::test_check_ord_chaos - should panic ... ok [INFO] [stdout] test liballoc::collections::btree::map::tests::test_clone_panic_leak_height_0 ... ok [INFO] [stdout] test liballoc::collections::btree::map::tests::test_drain_filter::height_0_keeping_half ... ok [INFO] [stdout] test liballoc::collections::btree::map::tests::test_drain_filter::height_0_keeping_one ... ok [INFO] [stdout] test liballoc::collections::btree::map::tests::test_drain_filter::height_0_keeping_all ... ok [INFO] [stdout] test liballoc::collections::btree::map::tests::test_clone_panic_leak_height_1 ... ok [INFO] [stdout] test liballoc::collections::btree::map::tests::test_drain_filter::height_0_removing_all ... ok [INFO] [stdout] test liballoc::collections::btree::map::tests::test_drain_filter::height_1_removing_all ... ok [INFO] [stdout] test liballoc::collections::btree::map::tests::test_drain_filter::height_1_keeping_one ... ok [INFO] [stdout] test liballoc::collections::btree::map::tests::test_drain_filter::height_0_removing_one ... ok [INFO] [stdout] test liballoc::collections::btree::map::tests::test_drain_filter::height_2_removing_all ... ok [INFO] [stdout] test liballoc::collections::btree::map::tests::test_drain_filter::height_2_keeping_one ... ok [INFO] [stdout] test liballoc::collections::btree::map::tests::test_drain_filter::height_1_removing_one ... ok [INFO] [stdout] test liballoc::collections::btree::map::tests::test_drain_filter::height_2_removing_one ... ok [INFO] [stdout] test liballoc::collections::btree::map::tests::test_drain_filter::drop_panic_leak ... ok [INFO] [stdout] test liballoc::collections::btree::map::tests::test_drain_filter::pred_panic_reuse ... ok [INFO] [stdout] test liballoc::collections::btree::map::tests::test_drain_filter::mutating_and_removing ... ok [INFO] [stdout] test liballoc::collections::btree::map::tests::test_drain_filter::underfull_keeping_all ... ok [INFO] [stdout] test liballoc::collections::btree::map::tests::test_drain_filter::mutating_and_keeping ... ok [INFO] [stdout] test liballoc::collections::btree::map::tests::test_drain_filter::pred_panic_leak ... ok [INFO] [stdout] test liballoc::collections::btree::map::tests::test_first_last_entry ... ok [INFO] [stdout] test liballoc::collections::btree::map::tests::test_drain_filter::underfull_removing_all ... ok [INFO] [stdout] test liballoc::collections::btree::map::tests::test_extend_ref ... ok [INFO] [stdout] test liballoc::collections::btree::map::tests::test_drain_filter::underfull_keeping_one ... ok [INFO] [stdout] test liballoc::collections::btree::map::tests::test_drain_filter::underfull_removing_one ... ok [INFO] [stdout] test liballoc::collections::btree::map::tests::test_get_key_value ... ok [INFO] [stdout] test liballoc::collections::btree::map::tests::test_entry ... ok [INFO] [stdout] test liballoc::collections::btree::map::tests::test_insert_into_full_height_0 ... ok [INFO] [stdout] test liballoc::collections::btree::map::tests::test_insert_into_full_height_1 ... ok [INFO] [stdout] test liballoc::collections::btree::map::tests::test_into_keys ... ok [INFO] [stdout] test liballoc::collections::btree::map::tests::test_into_iter_drop_leak_height_0 ... ok [INFO] [stdout] test liballoc::collections::btree::map::tests::test_into_iter_drop_leak_height_1 ... ok [INFO] [stdout] test liballoc::collections::btree::map::tests::test_into_values ... ok [INFO] [stdout] test liballoc::collections::btree::map::tests::test_iter_entering_root_twice ... ok [INFO] [stdout] test liballoc::collections::btree::map::tests::test_iter_descending_to_same_node_twice ... ok [INFO] [stdout] test liballoc::collections::btree::map::tests::test_iter ... ok [INFO] [stdout] test liballoc::collections::btree::map::tests::test_iter_min_max ... ok [INFO] [stdout] test liballoc::collections::btree::map::tests::test_levels ... ok [INFO] [stdout] test liballoc::collections::btree::map::tests::test_iter_mut_mutation ... ok [INFO] [stdout] test liballoc::collections::btree::map::tests::test_basic_large ... ok [INFO] [stdout] test liballoc::collections::btree::map::tests::test_iter_mixed ... ok [INFO] [stdout] test liballoc::collections::btree::map::tests::test_iter_rev ... ok [INFO] [stdout] test liballoc::collections::btree::map::tests::test_occupied_entry_key ... ok [INFO] [stdout] test liballoc::collections::btree::map::tests::test_ord_absence ... ok [INFO] [stdout] test liballoc::collections::btree::map::tests::test_range_1000 ... ok [INFO] [stdout] test liballoc::collections::btree::map::tests::test_range_backwards_1 - should panic ... ok [INFO] [stdout] test liballoc::collections::binary_heap::tests::panic_safe ... ok [INFO] [stdout] test liballoc::collections::btree::map::tests::test_pop_first_last ... ok [INFO] [stdout] test liballoc::collections::btree::map::tests::test_range_backwards_2 - should panic ... ok [INFO] [stdout] test liballoc::collections::btree::map::tests::test_range_backwards_3 - should panic ... ok [INFO] [stdout] test liballoc::collections::btree::map::tests::test_range_backwards_4 - should panic ... ok [INFO] [stdout] test liballoc::collections::btree::map::tests::test_range_equal_empty_cases ... ok [INFO] [stdout] test liballoc::collections::btree::map::tests::test_range_finding_ill_order_in_range_ord ... ignored [INFO] [stdout] test liballoc::collections::btree::map::tests::test_range_borrowed_key ... ok [INFO] [stdout] test liballoc::collections::btree::map::tests::test_range_equal_excluded - should panic ... ok [INFO] [stdout] test liballoc::collections::btree::map::tests::test_range_height_1 ... ok [INFO] [stdout] test liballoc::collections::btree::map::tests::test_range_finding_ill_order_in_map ... ok [INFO] [stdout] test liballoc::collections::btree::map::tests::test_range_panic_2 - should panic ... ok [INFO] [stdout] test liballoc::collections::btree::map::tests::test_range_large ... ok [INFO] [stdout] test liballoc::collections::btree::map::tests::test_range_panic_3 - should panic ... ok [INFO] [stdout] test liballoc::collections::btree::map::tests::test_range_panic_1 - should panic ... ok [INFO] [stdout] test liballoc::collections::btree::map::tests::test_retain ... ok [INFO] [stdout] test liballoc::collections::btree::map::tests::test_range_inclusive_max_value ... ok [INFO] [stdout] test liballoc::collections::btree::map::tests::test_range_small ... ok [INFO] [stdout] test liballoc::collections::btree::map::tests::test_split_off_empty_left ... ok [INFO] [stdout] test liballoc::collections::btree::map::tests::test_split_off_empty_right ... ok [INFO] [stdout] test liballoc::collections::btree::map::tests::test_split_off_halfway ... ok [INFO] [stdout] test liballoc::collections::btree::map::tests::test_split_off_tiny_right_height_2 ... ok [INFO] [stdout] test liballoc::collections::btree::map::tests::test_split_off_large_random_sorted ... ok [INFO] [stdout] test liballoc::collections::btree::map::tests::test_split_off_tiny_left_height_2 ... ok [INFO] [stdout] test liballoc::collections::btree::map::tests::test_vacant_entry_key ... ok [INFO] [stdout] test liballoc::collections::btree::map::tests::test_vacant_entry_no_insert ... ok [INFO] [stdout] test liballoc::collections::btree::map::tests::test_values_mut_mutation ... ok [INFO] [stdout] test liballoc::collections::btree::map::tests::test_values_mut ... ok [INFO] [stdout] test liballoc::collections::btree::map::tests::test_zst ... ok [INFO] [stdout] test liballoc::collections::btree::node::tests::test_partial_eq ... ok [INFO] [stdout] test liballoc::collections::btree::node::tests::test_splitpoint ... ok [INFO] [stdout] test liballoc::collections::btree::set::tests::test_clear ... ok [INFO] [stdout] test liballoc::collections::btree::set::tests::test_clone_eq ... ok [INFO] [stdout] test liballoc::collections::btree::set::tests::test_append ... ok [INFO] [stdout] test liballoc::collections::btree::set::tests::from_array ... ok [INFO] [stdout] test liballoc::collections::btree::node::tests::test_sizes ... ok [INFO] [stdout] test liballoc::collections::btree::set::tests::test_drain_filter ... ok [INFO] [stdout] test liballoc::collections::btree::set::tests::test_difference ... ok [INFO] [stdout] test liballoc::collections::btree::set::tests::test_difference_size_hint ... ok [INFO] [stdout] test liballoc::collections::btree::set::tests::test_drain_filter_drop_panic_leak ... ok [INFO] [stdout] test liballoc::collections::btree::set::tests::test_drain_filter_pred_panic_leak ... ok [INFO] [stdout] test liballoc::collections::btree::set::tests::test_extend_ref ... ok [INFO] [stdout] test liballoc::collections::btree::set::tests::test_intersection ... ok [INFO] [stdout] test liballoc::collections::btree::set::tests::test_from_iter ... ok [INFO] [stdout] test liballoc::collections::btree::set::tests::test_intersection_size_hint ... ok [INFO] [stdout] test liballoc::collections::btree::set::tests::test_first_last ... ok [INFO] [stdout] test liballoc::collections::btree::set::tests::test_is_disjoint ... ok [INFO] [stdout] test liballoc::collections::btree::set::tests::test_iter_min_max ... ok [INFO] [stdout] test liballoc::collections::btree::set::tests::test_ord_absence ... ok [INFO] [stdout] test liballoc::collections::btree::set::tests::test_range_panic_1 - should panic ... ok [INFO] [stdout] test liballoc::collections::btree::set::tests::test_is_subset ... ok [INFO] [stdout] test liballoc::collections::btree::set::tests::test_range_panic_2 - should panic ... ok [INFO] [stdout] test liballoc::collections::btree::set::tests::test_remove ... ok [INFO] [stdout] test liballoc::collections::btree::set::tests::test_is_superset ... ok [INFO] [stdout] test liballoc::collections::btree::set::tests::test_retain ... ok [INFO] [stdout] test liballoc::collections::btree::set::tests::test_recovery ... ok [INFO] [stdout] test liballoc::collections::btree::set::tests::test_show ... ok [INFO] [stdout] test liballoc::collections::btree::set::tests::test_split_off_empty_right ... ok [INFO] [stdout] test liballoc::collections::btree::set::tests::test_split_off_empty_left ... ok [INFO] [stdout] test liballoc::collections::btree::set::tests::test_symmetric_difference_size_hint ... ok [INFO] [stdout] test liballoc::collections::btree::set::tests::test_union ... ok [INFO] [stdout] test liballoc::collections::btree::set::tests::test_union_size_hint ... ok [INFO] [stdout] test liballoc::collections::btree::set::tests::test_zip ... ok [INFO] [stdout] test liballoc::collections::btree::set::tests::test_split_off_large_random_sorted ... ok [INFO] [stdout] test liballoc::collections::btree::set::tests::test_symmetric_difference ... ok [INFO] [stdout] test liballoc::collections::btree::map::tests::test_range ... ok [INFO] [stdout] test liballoc::collections::btree::map::tests::test_range_mut ... ok [INFO] [stdout] test liballoc::collections::btree::map::tests::test_insert_remove_intertwined ... ok [INFO] [stdout] test liballoc::collections::btree::map::tests::test_insert_remove_intertwined_ord_chaos ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 162 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 2.13s [INFO] [stdout] [INFO] [stderr] Doc-tests copse [INFO] [stdout] [INFO] [stdout] running 114 tests [INFO] [stdout] test src/liballoc/collections/binary_heap/mod.rs - liballoc::collections::binary_heap::BinaryHeap::capacity (line 939) ... ok [INFO] [stdout] test src/liballoc/collections/binary_heap/mod.rs - liballoc::collections::binary_heap::BinaryHeap (line 243) ... ok [INFO] [stdout] test src/liballoc/collections/binary_heap/mod.rs - liballoc::collections::binary_heap::BinaryHeap (line 231) ... ok [INFO] [stdout] test src/liballoc/collections/binary_heap/mod.rs - liballoc::collections::binary_heap::BinaryHeap::append (line 777) ... ok [INFO] [stdout] test src/liballoc/collections/binary_heap/mod.rs - liballoc::collections::binary_heap (line 19) ... ok [INFO] [stdout] test src/liballoc/collections/binary_heap/mod.rs - liballoc::collections::binary_heap::BinaryHeap (line 188) ... ok [INFO] [stdout] test src/lib.rs - SortableBy (line 176) ... ok [INFO] [stdout] test src/lib.rs - (line 23) ... ok [INFO] [stdout] test src/liballoc/collections/binary_heap/mod.rs - liballoc::collections::binary_heap::BinaryHeap::clear (line 1238) ... ok [INFO] [stdout] test src/liballoc/collections/binary_heap/mod.rs - liballoc::collections::binary_heap::BinaryHeap::into_iter (line 1641) ... ok [INFO] [stdout] test src/liballoc/collections/binary_heap/mod.rs - liballoc::collections::binary_heap::BinaryHeap::from (line 1599) ... ok [INFO] [stdout] test src/liballoc/collections/binary_heap/mod.rs - liballoc::collections::binary_heap::BinaryHeap::into_sorted_vec (line 559) ... ok [INFO] [stdout] test src/liballoc/collections/binary_heap/mod.rs - liballoc::collections::binary_heap::BinaryHeap::drain (line 1215) ... ok [INFO] [stdout] test src/liballoc/collections/binary_heap/mod.rs - liballoc::collections::binary_heap::BinaryHeap::into_vec (line 1149) ... ok [INFO] [stdout] test src/liballoc/collections/binary_heap/mod.rs - liballoc::collections::binary_heap::BinaryHeap::is_empty (line 1187) ... ok [INFO] [stdout] test src/liballoc/collections/binary_heap/mod.rs - liballoc::collections::binary_heap::BinaryHeap::iter (line 876) ... ok [INFO] [stdout] test src/liballoc/collections/binary_heap/mod.rs - liballoc::collections::binary_heap::BinaryHeap::new (line 418) ... ok [INFO] [stdout] test src/liballoc/collections/binary_heap/mod.rs - liballoc::collections::binary_heap::BinaryHeap::peek (line 913) ... ok [INFO] [stdout] test src/liballoc/collections/binary_heap/mod.rs - liballoc::collections::binary_heap::BinaryHeap::len (line 1170) ... ok [INFO] [stdout] test src/liballoc/collections/binary_heap/mod.rs - liballoc::collections::binary_heap::BinaryHeap::pop (line 489) ... ok [INFO] [stdout] test src/liballoc/collections/binary_heap/mod.rs - liballoc::collections::binary_heap::BinaryHeap::peek_mut (line 459) ... ok [INFO] [stdout] test src/liballoc/collections/binary_heap/mod.rs - liballoc::collections::binary_heap::BinaryHeap::push (line 518) ... ok [INFO] [stdout] test src/liballoc/collections/binary_heap/mod.rs - liballoc::collections::binary_heap::BinaryHeap::reserve (line 994) ... ok [INFO] [stdout] test src/liballoc/collections/binary_heap/mod.rs - liballoc::collections::binary_heap::BinaryHeap::reserve_exact (line 967) ... ok [INFO] [stdout] test src/liballoc/collections/binary_heap/mod.rs - liballoc::collections::binary_heap::BinaryHeap::shrink_to (line 1108) ... ok [INFO] [stdout] test src/liballoc/collections/binary_heap/mod.rs - liballoc::collections::binary_heap::BinaryHeap::shrink_to_fit (line 1087) ... ok [INFO] [stdout] test src/liballoc/collections/binary_heap/mod.rs - liballoc::collections::binary_heap::BinaryHeap::try_reserve_exact (line 1025) ... ok [INFO] [stdout] test src/liballoc/collections/binary_heap/mod.rs - liballoc::collections::binary_heap::BinaryHeap::try_reserve (line 1060) ... ok [INFO] [stdout] test src/liballoc/collections/binary_heap/mod.rs - liballoc::collections::binary_heap::BinaryHeap::with_capacity (line 438) ... ok [INFO] [stdout] test src/liballoc/collections/btree/map.rs - liballoc::collections::btree::map::BTreeMap (line 90) ... ok [INFO] [stdout] test src/liballoc/collections/btree/map.rs - liballoc::collections::btree::map::BTreeMap (line 148) ... ok [INFO] [stdout] test src/liballoc/collections/btree/map.rs - liballoc::collections::btree::map::BTreeMap (line 132) ... ok [INFO] [stdout] test src/liballoc/collections/btree/map.rs - liballoc::collections::btree::map::BTreeMap::append (line 1137) ... ok [INFO] [stdout] test src/liballoc/collections/btree/map.rs - liballoc::collections::btree::map::BTreeMap::clear (line 622) ... ok [INFO] [stdout] test src/liballoc/collections/btree/map.rs - liballoc::collections::btree::map::BTreeMap::contains_key (line 915) ... ok [INFO] [stdout] test src/liballoc/collections/btree/map.rs - liballoc::collections::btree::map::BTreeMap::first_entry (line 765) ... ok [INFO] [stdout] test src/liballoc/collections/btree/map.rs - liballoc::collections::btree::map::BTreeMap::entry (line 1287) ... ok [INFO] [stdout] test src/liballoc/collections/btree/map.rs - liballoc::collections::btree::map::BTreeMap::first_key_value (line 742) ... ok [INFO] [stdout] test src/liballoc/collections/btree/map.rs - liballoc::collections::btree::map::BTreeMap::get (line 686) ... ok [INFO] [stdout] test src/liballoc/collections/btree/map.rs - liballoc::collections::btree::map::BTreeMap::get_key_value (line 714) ... ok [INFO] [stdout] test src/liballoc/collections/btree/map.rs - liballoc::collections::btree::map::BTreeMap::is_empty (line 2403) ... ok [INFO] [stdout] test src/liballoc/collections/btree/map.rs - liballoc::collections::btree::map::BTreeMap::get_mut (line 941) ... ok [INFO] [stdout] test src/liballoc/collections/btree/map.rs - liballoc::collections::btree::map::BTreeMap::insert (line 980) ... ok [INFO] [stdout] test src/liballoc/collections/btree/map.rs - liballoc::collections::btree::map::BTreeMap::into_values (line 1491) ... ok [INFO] [stdout] test src/liballoc/collections/btree/map.rs - liballoc::collections::btree::map::BTreeMap::into_keys (line 1470) ... ok [INFO] [stdout] test src/liballoc/collections/btree/map.rs - liballoc::collections::btree::map::BTreeMap::iter (line 2252) ... ok [INFO] [stdout] test src/liballoc/collections/btree/map.rs - liballoc::collections::btree::map::BTreeMap::iter_mut (line 2283) ... ok [INFO] [stdout] test src/liballoc/collections/btree/map.rs - liballoc::collections::btree::map::BTreeMap::last_key_value (line 828) ... ok [INFO] [stdout] test src/liballoc/collections/btree/map.rs - liballoc::collections::btree::map::BTreeMap::keys (line 2315) ... ok [INFO] [stdout] test src/liballoc/collections/btree/map.rs - liballoc::collections::btree::map::BTreeMap::len (line 2380) ... ok [INFO] [stdout] test src/liballoc/collections/btree/map.rs - liballoc::collections::btree::map::BTreeMap::last_entry (line 850) ... ok [INFO] [stdout] test src/liballoc/collections/btree/map.rs - liballoc::collections::btree::map::BTreeMap::pop_first (line 802) ... ok [INFO] [stdout] test src/liballoc/collections/btree/map.rs - liballoc::collections::btree::map::BTreeMap::range_mut (line 1252) ... ok [INFO] [stdout] test src/liballoc/collections/btree/map.rs - liballoc::collections::btree::map::BTreeMap::range (line 1209) ... ok [INFO] [stdout] test src/liballoc/collections/btree/map.rs - liballoc::collections::btree::map::BTreeMap::pop_last (line 887) ... ok [INFO] [stdout] test src/liballoc/collections/btree/map.rs - liballoc::collections::btree::map::BTreeMap::remove (line 1048) ... ok [INFO] [stdout] test src/liballoc/collections/btree/map.rs - liballoc::collections::btree::map::BTreeMap::retain (line 1112) ... ok [INFO] [stdout] test src/liballoc/collections/btree/map.rs - liballoc::collections::btree::map::BTreeMap::split_off (line 1340) ... ok [INFO] [stdout] test src/liballoc/collections/btree/map.rs - liballoc::collections::btree::map::BTreeMap::remove_entry (line 1075) ... ok [INFO] [stdout] test src/liballoc/collections/btree/map.rs - liballoc::collections::btree::map::BTreeMap::values (line 2335) ... ok [INFO] [stdout] test src/liballoc/collections/btree/map.rs - liballoc::collections::btree::map::BTreeMap::new (line 568) ... ok [INFO] [stdout] test src/liballoc/collections/btree/map.rs - liballoc::collections::btree::map::BTreeMap::from (line 2226) ... ok [INFO] [stdout] test src/liballoc/collections/btree/map/entry.rs - liballoc::collections::btree::map::entry::Entry<'a,K,V,O,A>::key (line 220) ... ok [INFO] [stdout] test src/liballoc/collections/btree/map.rs - liballoc::collections::btree::map::BTreeMap::values_mut (line 2355) ... ok [INFO] [stdout] test src/liballoc/collections/btree/map/entry.rs - liballoc::collections::btree::map::entry::Entry<'a,K,V,O,A>::and_modify (line 238) ... ok [INFO] [stdout] test src/liballoc/collections/btree/map/entry.rs - liballoc::collections::btree::map::entry::Entry<'a,K,V,O,A>::or_default (line 273) ... ok [INFO] [stdout] test src/liballoc/collections/btree/map/entry.rs - liballoc::collections::btree::map::entry::Entry<'a,K,V,O,A>::or_insert (line 150) ... ok [INFO] [stdout] test src/liballoc/collections/btree/map/entry.rs - liballoc::collections::btree::map::entry::Entry<'a,K,V,O,A>::or_insert_with_key (line 196) ... ok [INFO] [stdout] test src/liballoc/collections/btree/map/entry.rs - liballoc::collections::btree::map::entry::Entry<'a,K,V,O,A>::or_insert_with (line 170) ... ok [INFO] [stdout] test src/liballoc/collections/btree/map/entry.rs - liballoc::collections::btree::map::entry::OccupiedEntry<'a,K,V,O,A>::get (line 421) ... ok [INFO] [stdout] test src/liballoc/collections/btree/map/entry.rs - liballoc::collections::btree::map::entry::OccupiedEntry<'a,K,V,O,A>::get_mut (line 446) ... ok [INFO] [stdout] test src/liballoc/collections/btree/map/entry.rs - liballoc::collections::btree::map::entry::OccupiedEntry<'a,K,V,O,A>::insert (line 498) ... ok [INFO] [stdout] test src/liballoc/collections/btree/map/entry.rs - liballoc::collections::btree::map::entry::OccupiedEntry<'a,K,V,O,A>::into_mut (line 475) ... ok [INFO] [stdout] test src/liballoc/collections/btree/map/entry.rs - liballoc::collections::btree::map::entry::OccupiedEntry<'a,K,V,O,A>::key (line 382) ... ok [INFO] [stdout] test src/liballoc/collections/btree/map/entry.rs - liballoc::collections::btree::map::entry::OccupiedEntry<'a,K,V,O,A>::remove (line 518) ... ok [INFO] [stdout] test src/liballoc/collections/btree/map/entry.rs - liballoc::collections::btree::map::entry::VacantEntry<'a,K,V,O,A>::into_key (line 309) ... ok [INFO] [stdout] test src/liballoc/collections/btree/map/entry.rs - liballoc::collections::btree::map::entry::VacantEntry<'a,K,V,O,A>::insert (line 328) ... ok [INFO] [stdout] test src/liballoc/collections/btree/map/entry.rs - liballoc::collections::btree::map::entry::VacantEntry<'a,K,V,O,A>::key (line 295) ... ok [INFO] [stdout] test src/liballoc/collections/btree/map/entry.rs - liballoc::collections::btree::map::entry::OccupiedEntry<'a,K,V,O,A>::remove_entry (line 398) ... ok [INFO] [stdout] test src/liballoc/collections/btree/set.rs - liballoc::collections::btree::set::&'_BTreeSet::bitand (line 1479) ... ok [INFO] [stdout] test src/liballoc/collections/btree/set.rs - liballoc::collections::btree::set::&'_BTreeSet::bitor (line 1506) ... ok [INFO] [stdout] test src/liballoc/collections/btree/set.rs - liballoc::collections::btree::set::&'_BTreeSet::bitxor (line 1452) ... ok [INFO] [stdout] test src/liballoc/collections/btree/set.rs - liballoc::collections::btree::set::BTreeSet::append (line 1058) ... ok [INFO] [stdout] test src/liballoc/collections/btree/set.rs - liballoc::collections::btree::set::BTreeSet (line 47) ... ok [INFO] [stdout] test src/liballoc/collections/btree/set.rs - liballoc::collections::btree::set::BTreeSet::clear (line 625) ... ok [INFO] [stdout] test src/liballoc/collections/btree/set.rs - liballoc::collections::btree::set::BTreeSet (line 77) ... ok [INFO] [stdout] test src/liballoc/collections/btree/set.rs - liballoc::collections::btree::set::&'_BTreeSet::sub (line 1425) ... ok [INFO] [stdout] test src/liballoc/collections/btree/set.rs - liballoc::collections::btree::set::BTreeSet::contains (line 649) ... ok [INFO] [stdout] test src/liballoc/collections/btree/set.rs - liballoc::collections::btree::set::BTreeSet::difference (line 440) ... ok [INFO] [stdout] test src/liballoc/collections/btree/set.rs - liballoc::collections::btree::set::BTreeSet::first (line 830) ... ok [INFO] [stdout] test src/liballoc/collections/btree/set.rs - liballoc::collections::btree::set::BTreeSet::insert (line 938) ... ok [INFO] [stdout] test src/liballoc/collections/btree/set.rs - liballoc::collections::btree::set::BTreeSet::get (line 674) ... ok [INFO] [stdout] test src/liballoc/collections/btree/set.rs - liballoc::collections::btree::set::BTreeSet::into_iter (line 1302) ... ok [INFO] [stdout] test src/liballoc/collections/btree/set.rs - liballoc::collections::btree::set::BTreeSet::intersection (line 542) ... ok [INFO] [stdout] test src/liballoc/collections/btree/set.rs - liballoc::collections::btree::set::BTreeSet::is_disjoint (line 695) ... ok [INFO] [stdout] test src/liballoc/collections/btree/set.rs - liballoc::collections::btree::set::BTreeSet::is_empty (line 1229) ... ok [INFO] [stdout] test src/liballoc/collections/btree/set.rs - liballoc::collections::btree::set::BTreeSet::is_subset (line 721) ... ok [INFO] [stdout] test src/liballoc/collections/btree/set.rs - liballoc::collections::btree::set::BTreeSet::iter (line 1177) ... ok [INFO] [stdout] test src/liballoc/collections/btree/set.rs - liballoc::collections::btree::set::BTreeSet::iter (line 1190) ... ok [INFO] [stdout] test src/liballoc/collections/btree/set.rs - liballoc::collections::btree::set::BTreeSet::is_superset (line 799) ... ok [INFO] [stdout] test src/liballoc/collections/btree/set.rs - liballoc::collections::btree::set::BTreeSet::len (line 1208) ... ok [INFO] [stdout] test src/liballoc/collections/btree/set.rs - liballoc::collections::btree::set::BTreeSet::last (line 856) ... ok [INFO] [stdout] test src/liballoc/collections/btree/set.rs - liballoc::collections::btree::set::BTreeSet::pop_last (line 904) ... ok [INFO] [stdout] test src/liballoc/collections/btree/set.rs - liballoc::collections::btree::set::BTreeSet::pop_first (line 880) ... ok [INFO] [stdout] test src/liballoc/collections/btree/set.rs - liballoc::collections::btree::set::BTreeSet::replace (line 960) ... ok [INFO] [stdout] test src/liballoc/collections/btree/set.rs - liballoc::collections::btree::set::BTreeSet::range (line 411) ... ok [INFO] [stdout] test src/liballoc/collections/btree/set.rs - liballoc::collections::btree::set::BTreeSet::symmetric_difference (line 511) ... ok [INFO] [stdout] test src/liballoc/collections/btree/set.rs - liballoc::collections::btree::set::BTreeSet::remove (line 987) ... ok [INFO] [stdout] test src/liballoc/collections/btree/set.rs - liballoc::collections::btree::set::BTreeSet::split_off (line 1098) ... ok [INFO] [stdout] test src/liballoc/collections/btree/set.rs - liballoc::collections::btree::set::BTreeSet::retain (line 1037) ... ok [INFO] [stdout] test src/liballoc/collections/btree/set.rs - liballoc::collections::btree::set::BTreeSet::take (line 1014) ... ok [INFO] [stdout] test src/liballoc/collections/btree/set.rs - liballoc::collections::btree::set::BTreeSet::union (line 601) ... ok [INFO] [stdout] test src/liballoc/collections/btree/set.rs - liballoc::collections::btree::set::BTreeSet::from (line 1273) ... ok [INFO] [stdout] test src/liballoc/collections/btree/set.rs - liballoc::collections::btree::set::BTreeSet::new (line 330) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 114 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 5.37s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "f2b3fe2f30b757152a9f546df2f3b067fa349ccb0d76ad5272113972827c164e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f2b3fe2f30b757152a9f546df2f3b067fa349ccb0d76ad5272113972827c164e", kill_on_drop: false }` [INFO] [stdout] f2b3fe2f30b757152a9f546df2f3b067fa349ccb0d76ad5272113972827c164e