[INFO] fetching crate concurrent-initializer 0.5.1... [INFO] testing concurrent-initializer-0.5.1 against master#cdb45c87e2cd43495379f7e867e3cc15dcee9f93 for pr-145838-1 [INFO] extracting crate concurrent-initializer 0.5.1 into /workspace/builds/worker-1-tc1/source [INFO] started tweaking crates.io crate concurrent-initializer 0.5.1 [INFO] finished tweaking crates.io crate concurrent-initializer 0.5.1 [INFO] tweaked toml for crates.io crate concurrent-initializer 0.5.1 written to /workspace/builds/worker-1-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate concurrent-initializer 0.5.1 on toolchain cdb45c87e2cd43495379f7e867e3cc15dcee9f93 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "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" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 24 packages to latest compatible versions [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 7a61cc05f4ac24854fe285cae256fdfb90146f6a5dfe3424a98a7003fb11e765 [INFO] running `Command { std: "docker" "start" "-a" "7a61cc05f4ac24854fe285cae256fdfb90146f6a5dfe3424a98a7003fb11e765", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7a61cc05f4ac24854fe285cae256fdfb90146f6a5dfe3424a98a7003fb11e765", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7a61cc05f4ac24854fe285cae256fdfb90146f6a5dfe3424a98a7003fb11e765", kill_on_drop: false }` [INFO] [stdout] 7a61cc05f4ac24854fe285cae256fdfb90146f6a5dfe3424a98a7003fb11e765 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7a3dfe97fee1965d3b8c0e90ad0f74d85469c2725ed27923399adbdc2bce06e5 [INFO] running `Command { std: "docker" "start" "-a" "7a3dfe97fee1965d3b8c0e90ad0f74d85469c2725ed27923399adbdc2bce06e5", kill_on_drop: false }` [INFO] [stderr] Compiling crossbeam-epoch v0.9.18 [INFO] [stderr] Compiling num_cpus v1.17.0 [INFO] [stderr] Compiling concurrent-initializer v0.5.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition value: `unstable-debug-counters` [INFO] [stdout] --> src/cht/map/bucket.rs:13:7 [INFO] [stdout] | [INFO] [stdout] 13 | #[cfg(feature = "unstable-debug-counters")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `unstable-debug-counters` as a feature in `Cargo.toml` [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 value: `unstable-debug-counters` [INFO] [stdout] --> src/cht/map/bucket.rs:68:7 [INFO] [stdout] | [INFO] [stdout] 68 | #[cfg(feature = "unstable-debug-counters")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `unstable-debug-counters` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `unstable-debug-counters` [INFO] [stdout] --> src/cht/map/bucket.rs:496:7 [INFO] [stdout] | [INFO] [stdout] 496 | #[cfg(feature = "unstable-debug-counters")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `unstable-debug-counters` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `unstable-debug-counters` [INFO] [stdout] --> src/cht/map/bucket.rs:44:11 [INFO] [stdout] | [INFO] [stdout] 44 | #[cfg(feature = "unstable-debug-counters")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `unstable-debug-counters` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `unstable-debug-counters` [INFO] [stdout] --> src/cht/map/bucket.rs:489:11 [INFO] [stdout] | [INFO] [stdout] 489 | #[cfg(feature = "unstable-debug-counters")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `unstable-debug-counters` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `unstable-debug-counters` [INFO] [stdout] --> src/cht/segment.rs:225:19 [INFO] [stdout] | [INFO] [stdout] 225 | #[cfg(any(test, feature = "unstable-debug-counters"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `unstable-debug-counters` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s [INFO] running `Command { std: "docker" "inspect" "7a3dfe97fee1965d3b8c0e90ad0f74d85469c2725ed27923399adbdc2bce06e5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7a3dfe97fee1965d3b8c0e90ad0f74d85469c2725ed27923399adbdc2bce06e5", kill_on_drop: false }` [INFO] [stdout] 7a3dfe97fee1965d3b8c0e90ad0f74d85469c2725ed27923399adbdc2bce06e5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2edc038300c4bb9601d6f24dc05e9b32076c8b56ea0dd81c8c173f102cc2c710 [INFO] running `Command { std: "docker" "start" "-a" "2edc038300c4bb9601d6f24dc05e9b32076c8b56ea0dd81c8c173f102cc2c710", kill_on_drop: false }` [INFO] [stderr] Compiling concurrent-initializer v0.5.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition value: `unstable-debug-counters` [INFO] [stdout] --> src/cht/map/bucket.rs:13:7 [INFO] [stdout] | [INFO] [stdout] 13 | #[cfg(feature = "unstable-debug-counters")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `unstable-debug-counters` as a feature in `Cargo.toml` [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 value: `unstable-debug-counters` [INFO] [stdout] --> src/cht/map/bucket.rs:68:7 [INFO] [stdout] | [INFO] [stdout] 68 | #[cfg(feature = "unstable-debug-counters")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `unstable-debug-counters` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `unstable-debug-counters` [INFO] [stdout] --> src/cht/map/bucket.rs:496:7 [INFO] [stdout] | [INFO] [stdout] 496 | #[cfg(feature = "unstable-debug-counters")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `unstable-debug-counters` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `unstable-debug-counters` [INFO] [stdout] --> src/cht/map/bucket.rs:44:11 [INFO] [stdout] | [INFO] [stdout] 44 | #[cfg(feature = "unstable-debug-counters")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `unstable-debug-counters` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `unstable-debug-counters` [INFO] [stdout] --> src/cht/map/bucket.rs:489:11 [INFO] [stdout] | [INFO] [stdout] 489 | #[cfg(feature = "unstable-debug-counters")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `unstable-debug-counters` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `unstable-debug-counters` [INFO] [stdout] --> src/cht/segment.rs:225:19 [INFO] [stdout] | [INFO] [stdout] 225 | #[cfg(any(test, feature = "unstable-debug-counters"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `unstable-debug-counters` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `unstable-debug-counters` [INFO] [stdout] --> src/cht/map/bucket.rs:13:7 [INFO] [stdout] | [INFO] [stdout] 13 | #[cfg(feature = "unstable-debug-counters")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `unstable-debug-counters` as a feature in `Cargo.toml` [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 value: `unstable-debug-counters` [INFO] [stdout] --> src/cht/map/bucket.rs:68:7 [INFO] [stdout] | [INFO] [stdout] 68 | #[cfg(feature = "unstable-debug-counters")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `unstable-debug-counters` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `unstable-debug-counters` [INFO] [stdout] --> src/cht/map/bucket.rs:496:7 [INFO] [stdout] | [INFO] [stdout] 496 | #[cfg(feature = "unstable-debug-counters")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `unstable-debug-counters` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `unstable-debug-counters` [INFO] [stdout] --> src/cht/map/bucket.rs:44:11 [INFO] [stdout] | [INFO] [stdout] 44 | #[cfg(feature = "unstable-debug-counters")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `unstable-debug-counters` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `unstable-debug-counters` [INFO] [stdout] --> src/cht/map/bucket.rs:489:11 [INFO] [stdout] | [INFO] [stdout] 489 | #[cfg(feature = "unstable-debug-counters")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `unstable-debug-counters` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `unstable-debug-counters` [INFO] [stdout] --> src/cht/segment.rs:225:19 [INFO] [stdout] | [INFO] [stdout] 225 | #[cfg(any(test, feature = "unstable-debug-counters"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `unstable-debug-counters` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `mips` [INFO] [stdout] --> src/cht/segment.rs:570:14 [INFO] [stdout] | [INFO] [stdout] 570 | #[cfg_attr(mips, ignore)] [INFO] [stdout] | ^^^^ help: found config with similar value: `target_arch = "mips"` [INFO] [stdout] | [INFO] [stdout] = help: expected names are: `docsrs`, `feature`, and `test` and 31 more [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(mips)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(mips)");` 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: `mips` [INFO] [stdout] --> src/cht/segment.rs:695:14 [INFO] [stdout] | [INFO] [stdout] 695 | #[cfg_attr(mips, ignore)] [INFO] [stdout] | ^^^^ help: found config with similar value: `target_arch = "mips"` [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(mips)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(mips)");` 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: `mips` [INFO] [stdout] --> src/cht/segment.rs:735:14 [INFO] [stdout] | [INFO] [stdout] 735 | #[cfg_attr(mips, ignore)] [INFO] [stdout] | ^^^^ help: found config with similar value: `target_arch = "mips"` [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(mips)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(mips)");` 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: `mips` [INFO] [stdout] --> src/cht/segment.rs:799:14 [INFO] [stdout] | [INFO] [stdout] 799 | #[cfg_attr(mips, ignore)] [INFO] [stdout] | ^^^^ help: found config with similar value: `target_arch = "mips"` [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(mips)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(mips)");` 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: `mips` [INFO] [stdout] --> src/cht/segment.rs:844:14 [INFO] [stdout] | [INFO] [stdout] 844 | #[cfg_attr(mips, ignore)] [INFO] [stdout] | ^^^^ help: found config with similar value: `target_arch = "mips"` [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(mips)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(mips)");` 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: `mips` [INFO] [stdout] --> src/cht/segment.rs:911:14 [INFO] [stdout] | [INFO] [stdout] 911 | #[cfg_attr(mips, ignore)] [INFO] [stdout] | ^^^^ help: found config with similar value: `target_arch = "mips"` [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(mips)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(mips)");` 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: `mips` [INFO] [stdout] --> src/cht/segment.rs:995:14 [INFO] [stdout] | [INFO] [stdout] 995 | #[cfg_attr(mips, ignore)] [INFO] [stdout] | ^^^^ help: found config with similar value: `target_arch = "mips"` [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(mips)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(mips)");` 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: `mips` [INFO] [stdout] --> src/cht/segment.rs:1033:14 [INFO] [stdout] | [INFO] [stdout] 1033 | #[cfg_attr(mips, ignore)] [INFO] [stdout] | ^^^^ help: found config with similar value: `target_arch = "mips"` [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(mips)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(mips)");` 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: `armv5te` [INFO] [stdout] --> src/cht/segment.rs:1081:18 [INFO] [stdout] | [INFO] [stdout] 1081 | #[cfg_attr(any(armv5te, mips), ignore)] [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(armv5te)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(armv5te)");` 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: `mips` [INFO] [stdout] --> src/cht/segment.rs:1081:27 [INFO] [stdout] | [INFO] [stdout] 1081 | #[cfg_attr(any(armv5te, mips), ignore)] [INFO] [stdout] | ^^^^ help: found config with similar value: `target_arch = "mips"` [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(mips)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(mips)");` 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: `mips` [INFO] [stdout] --> src/cht/segment.rs:1119:14 [INFO] [stdout] | [INFO] [stdout] 1119 | #[cfg_attr(mips, ignore)] [INFO] [stdout] | ^^^^ help: found config with similar value: `target_arch = "mips"` [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(mips)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(mips)");` 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: `circleci` [INFO] [stdout] --> src/cht/segment.rs:1275:16 [INFO] [stdout] | [INFO] [stdout] 1275 | if !cfg!(circleci) { [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(circleci)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(circleci)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 4.05s [INFO] running `Command { std: "docker" "inspect" "2edc038300c4bb9601d6f24dc05e9b32076c8b56ea0dd81c8c173f102cc2c710", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2edc038300c4bb9601d6f24dc05e9b32076c8b56ea0dd81c8c173f102cc2c710", kill_on_drop: false }` [INFO] [stdout] 2edc038300c4bb9601d6f24dc05e9b32076c8b56ea0dd81c8c173f102cc2c710 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 96baa202d12c2aada4ca93dfd7415f606b91bae399cdf933bfdc5ed774736ea5 [INFO] running `Command { std: "docker" "start" "-a" "96baa202d12c2aada4ca93dfd7415f606b91bae399cdf933bfdc5ed774736ea5", kill_on_drop: false }` [INFO] [stderr] warning: unexpected `cfg` condition value: `unstable-debug-counters` [INFO] [stderr] --> src/cht/map/bucket.rs:13:7 [INFO] [stderr] | [INFO] [stderr] 13 | #[cfg(feature = "unstable-debug-counters")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `unstable-debug-counters` as a feature in `Cargo.toml` [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 value: `unstable-debug-counters` [INFO] [stderr] --> src/cht/map/bucket.rs:68:7 [INFO] [stderr] | [INFO] [stderr] 68 | #[cfg(feature = "unstable-debug-counters")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `unstable-debug-counters` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `unstable-debug-counters` [INFO] [stderr] --> src/cht/map/bucket.rs:496:7 [INFO] [stderr] | [INFO] [stderr] 496 | #[cfg(feature = "unstable-debug-counters")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `unstable-debug-counters` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `unstable-debug-counters` [INFO] [stderr] --> src/cht/map/bucket.rs:44:11 [INFO] [stderr] | [INFO] [stderr] 44 | #[cfg(feature = "unstable-debug-counters")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `unstable-debug-counters` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `unstable-debug-counters` [INFO] [stderr] --> src/cht/map/bucket.rs:489:11 [INFO] [stderr] | [INFO] [stderr] 489 | #[cfg(feature = "unstable-debug-counters")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `unstable-debug-counters` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `unstable-debug-counters` [INFO] [stderr] --> src/cht/segment.rs:225:19 [INFO] [stderr] | [INFO] [stderr] 225 | #[cfg(any(test, feature = "unstable-debug-counters"))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `unstable-debug-counters` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `mips` [INFO] [stderr] --> src/cht/segment.rs:570:14 [INFO] [stderr] | [INFO] [stderr] 570 | #[cfg_attr(mips, ignore)] [INFO] [stderr] | ^^^^ help: found config with similar value: `target_arch = "mips"` [INFO] [stderr] | [INFO] [stderr] = help: expected names are: `docsrs`, `feature`, and `test` and 31 more [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(mips)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(mips)");` 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: `mips` [INFO] [stderr] --> src/cht/segment.rs:695:14 [INFO] [stderr] | [INFO] [stderr] 695 | #[cfg_attr(mips, ignore)] [INFO] [stderr] | ^^^^ help: found config with similar value: `target_arch = "mips"` [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(mips)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(mips)");` 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: `mips` [INFO] [stderr] --> src/cht/segment.rs:735:14 [INFO] [stderr] | [INFO] [stderr] 735 | #[cfg_attr(mips, ignore)] [INFO] [stderr] | ^^^^ help: found config with similar value: `target_arch = "mips"` [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(mips)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(mips)");` 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: `mips` [INFO] [stderr] --> src/cht/segment.rs:799:14 [INFO] [stderr] | [INFO] [stderr] 799 | #[cfg_attr(mips, ignore)] [INFO] [stderr] | ^^^^ help: found config with similar value: `target_arch = "mips"` [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(mips)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(mips)");` 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: `mips` [INFO] [stderr] --> src/cht/segment.rs:844:14 [INFO] [stderr] | [INFO] [stderr] 844 | #[cfg_attr(mips, ignore)] [INFO] [stderr] | ^^^^ help: found config with similar value: `target_arch = "mips"` [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(mips)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(mips)");` 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: `mips` [INFO] [stderr] --> src/cht/segment.rs:911:14 [INFO] [stderr] | [INFO] [stderr] 911 | #[cfg_attr(mips, ignore)] [INFO] [stderr] | ^^^^ help: found config with similar value: `target_arch = "mips"` [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(mips)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(mips)");` 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: `mips` [INFO] [stderr] --> src/cht/segment.rs:995:14 [INFO] [stderr] | [INFO] [stderr] 995 | #[cfg_attr(mips, ignore)] [INFO] [stderr] | ^^^^ help: found config with similar value: `target_arch = "mips"` [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(mips)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(mips)");` 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: `mips` [INFO] [stderr] --> src/cht/segment.rs:1033:14 [INFO] [stderr] | [INFO] [stderr] 1033 | #[cfg_attr(mips, ignore)] [INFO] [stderr] | ^^^^ help: found config with similar value: `target_arch = "mips"` [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(mips)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(mips)");` 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: `armv5te` [INFO] [stderr] --> src/cht/segment.rs:1081:18 [INFO] [stderr] | [INFO] [stderr] 1081 | #[cfg_attr(any(armv5te, mips), ignore)] [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(armv5te)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(armv5te)");` 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: `mips` [INFO] [stderr] --> src/cht/segment.rs:1081:27 [INFO] [stderr] | [INFO] [stderr] 1081 | #[cfg_attr(any(armv5te, mips), ignore)] [INFO] [stderr] | ^^^^ help: found config with similar value: `target_arch = "mips"` [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(mips)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(mips)");` 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: `mips` [INFO] [stderr] --> src/cht/segment.rs:1119:14 [INFO] [stderr] | [INFO] [stderr] 1119 | #[cfg_attr(mips, ignore)] [INFO] [stderr] | ^^^^ help: found config with similar value: `target_arch = "mips"` [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(mips)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(mips)");` 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: `circleci` [INFO] [stderr] --> src/cht/segment.rs:1275:16 [INFO] [stderr] | [INFO] [stderr] 1275 | if !cfg!(circleci) { [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(circleci)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(circleci)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: `concurrent-initializer` (lib) generated 6 warnings [INFO] [stderr] warning: `concurrent-initializer` (lib test) generated 18 warnings (6 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/concurrent_initializer-1d5928b78f751d2d) [INFO] [stdout] [INFO] [stdout] running 24 tests [INFO] [stdout] test cht::map::bucket::tests::get_insert_remove ... ok [INFO] [stdout] test cht::segment::tests::concurrent_overlapped_growth ... ok [INFO] [stdout] test cht::segment::tests::concurrent_insert_if_not_present ... ok [INFO] [stdout] test cht::segment::tests::concurrent_insertion ... ok [INFO] [stdout] test cht::segment::tests::concurrent_insert_with_or_modify ... ok [INFO] [stdout] test cht::segment::tests::concurrent_overlapped_insertion ... ok [INFO] [stdout] test cht::segment::tests::concurrent_growth ... ok [INFO] [stdout] test cht::segment::tests::concurrent_overlapped_removal ... ok [INFO] [stdout] test cht::segment::tests::concurrent_insertion_and_removal ... ok [INFO] [stdout] test cht::segment::tests::concurrent_growth_and_removal ... ok [INFO] [stdout] test cht::segment::tests::concurrent_removal ... ok [INFO] [stdout] test cht::segment::tests::insert_if_not_present ... ok [INFO] [stdout] test cht::segment::tests::drop_value ... ok [INFO] [stdout] test cht::segment::tests::insert_with_or_modify ... ok [INFO] [stdout] test cht::segment::tests::drop_map_after_concurrent_updates ... ok [INFO] [stdout] test cht::segment::tests::keys_in_single_segment ... ok [INFO] [stdout] test tests::test_concurrent ... ok [INFO] [stdout] test cht::segment::tests::remove_if ... ok [INFO] [stdout] test cht::segment::tests::removal ... ok [INFO] [stdout] test cht::segment::tests::growth ... ok [INFO] [stdout] test cht::segment::tests::single_segment ... ok [INFO] [stdout] test cht::segment::tests::insertion ... ok [INFO] [stdout] test cht::segment::tests::drop_many_values_concurrent ... ok [INFO] [stdout] test cht::segment::tests::drop_many_values ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 24 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 7.69s [INFO] [stdout] [INFO] [stderr] Doc-tests concurrent_initializer [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "96baa202d12c2aada4ca93dfd7415f606b91bae399cdf933bfdc5ed774736ea5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "96baa202d12c2aada4ca93dfd7415f606b91bae399cdf933bfdc5ed774736ea5", kill_on_drop: false }` [INFO] [stdout] 96baa202d12c2aada4ca93dfd7415f606b91bae399cdf933bfdc5ed774736ea5