[INFO] fetching crate global_counter 0.2.2... [INFO] testing global_counter-0.2.2 against master#562dee4820c458d823175268e41601d4c060588a for pr-154210-1 [INFO] extracting crate global_counter 0.2.2 into /workspace/builds/worker-1-tc1/source [INFO] started tweaking crates.io crate global_counter 0.2.2 [INFO] finished tweaking crates.io crate global_counter 0.2.2 [INFO] tweaked toml for crates.io crate global_counter 0.2.2 written to /workspace/builds/worker-1-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate global_counter 0.2.2 on toolchain 562dee4820c458d823175268e41601d4c060588a [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+562dee4820c458d823175268e41601d4c060588a" "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" "+562dee4820c458d823175268e41601d4c060588a" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 14 packages to latest compatible versions [INFO] [stderr] Adding parking_lot v0.11.2 (available: v0.12.5) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+562dee4820c458d823175268e41601d4c060588a" "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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+562dee4820c458d823175268e41601d4c060588a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] df423349ca23549a8f1d2ad3c72c9c20742ea1750efd67cda9612b872875f5cf [INFO] running `Command { std: "docker" "start" "-a" "df423349ca23549a8f1d2ad3c72c9c20742ea1750efd67cda9612b872875f5cf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "df423349ca23549a8f1d2ad3c72c9c20742ea1750efd67cda9612b872875f5cf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "df423349ca23549a8f1d2ad3c72c9c20742ea1750efd67cda9612b872875f5cf", kill_on_drop: false }` [INFO] [stdout] df423349ca23549a8f1d2ad3c72c9c20742ea1750efd67cda9612b872875f5cf [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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+562dee4820c458d823175268e41601d4c060588a" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9f4eb02623c0296bc0c7e09f45d164e58217dc12e5d546251dee72d4b3aa7e06 [INFO] running `Command { std: "docker" "start" "-a" "9f4eb02623c0296bc0c7e09f45d164e58217dc12e5d546251dee72d4b3aa7e06", kill_on_drop: false }` [INFO] [stderr] Compiling parking_lot_core v0.8.6 [INFO] [stderr] Compiling instant v0.1.13 [INFO] [stderr] Compiling smallvec v1.15.1 [INFO] [stderr] Compiling parking_lot v0.11.2 [INFO] [stderr] Compiling global_counter v0.2.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition name: `parking_lot` [INFO] [stdout] --> src/generic.rs:3:7 [INFO] [stdout] | [INFO] [stdout] 3 | #[cfg(parking_lot)] [INFO] [stdout] | ^^^^^^^^^^^ help: found config with similar value: `feature = "parking_lot"` [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(parking_lot)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(parking_lot)");` 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: `parking_lot` [INFO] [stdout] --> src/generic.rs:6:11 [INFO] [stdout] | [INFO] [stdout] 6 | #[cfg(not(parking_lot))] [INFO] [stdout] | ^^^^^^^^^^^ help: found config with similar value: `feature = "parking_lot"` [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(parking_lot)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(parking_lot)");` 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: `parking_lot` [INFO] [stdout] --> src/generic.rs:218:11 [INFO] [stdout] | [INFO] [stdout] 218 | #[cfg(parking_lot)] [INFO] [stdout] | ^^^^^^^^^^^ help: found config with similar value: `feature = "parking_lot"` [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(parking_lot)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(parking_lot)");` 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: `parking_lot` [INFO] [stdout] --> src/generic.rs:224:15 [INFO] [stdout] | [INFO] [stdout] 224 | #[cfg(not(parking_lot))] [INFO] [stdout] | ^^^^^^^^^^^ help: found config with similar value: `feature = "parking_lot"` [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(parking_lot)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(parking_lot)");` 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 `dev` profile [unoptimized + debuginfo] target(s) in 1.34s [INFO] running `Command { std: "docker" "inspect" "9f4eb02623c0296bc0c7e09f45d164e58217dc12e5d546251dee72d4b3aa7e06", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9f4eb02623c0296bc0c7e09f45d164e58217dc12e5d546251dee72d4b3aa7e06", kill_on_drop: false }` [INFO] [stdout] 9f4eb02623c0296bc0c7e09f45d164e58217dc12e5d546251dee72d4b3aa7e06 [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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+562dee4820c458d823175268e41601d4c060588a" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 15192666a567cf99898d07ae537face93d252f5d39d3aedc530f99fa44c125e7 [INFO] running `Command { std: "docker" "start" "-a" "15192666a567cf99898d07ae537face93d252f5d39d3aedc530f99fa44c125e7", kill_on_drop: false }` [INFO] [stdout] warning: unexpected `cfg` condition name: `parking_lot` [INFO] [stdout] --> src/generic.rs:3:7 [INFO] [stdout] | [INFO] [stdout] 3 | #[cfg(parking_lot)] [INFO] [stdout] | ^^^^^^^^^^^ help: found config with similar value: `feature = "parking_lot"` [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(parking_lot)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(parking_lot)");` 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: `parking_lot` [INFO] [stdout] --> src/generic.rs:6:11 [INFO] [stdout] | [INFO] [stdout] 6 | #[cfg(not(parking_lot))] [INFO] [stdout] | ^^^^^^^^^^^ help: found config with similar value: `feature = "parking_lot"` [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(parking_lot)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(parking_lot)");` 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: `parking_lot` [INFO] [stdout] --> src/generic.rs:218:11 [INFO] [stdout] | [INFO] [stdout] 218 | #[cfg(parking_lot)] [INFO] [stdout] | ^^^^^^^^^^^ help: found config with similar value: `feature = "parking_lot"` [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(parking_lot)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(parking_lot)");` 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: `parking_lot` [INFO] [stdout] --> src/generic.rs:224:15 [INFO] [stdout] | [INFO] [stdout] 224 | #[cfg(not(parking_lot))] [INFO] [stdout] | ^^^^^^^^^^^ help: found config with similar value: `feature = "parking_lot"` [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(parking_lot)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(parking_lot)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling global_counter v0.2.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition name: `parking_lot` [INFO] [stdout] --> src/generic.rs:3:7 [INFO] [stdout] | [INFO] [stdout] 3 | #[cfg(parking_lot)] [INFO] [stdout] | ^^^^^^^^^^^ help: found config with similar value: `feature = "parking_lot"` [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(parking_lot)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(parking_lot)");` 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: `parking_lot` [INFO] [stdout] --> src/generic.rs:6:11 [INFO] [stdout] | [INFO] [stdout] 6 | #[cfg(not(parking_lot))] [INFO] [stdout] | ^^^^^^^^^^^ help: found config with similar value: `feature = "parking_lot"` [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(parking_lot)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(parking_lot)");` 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: `parking_lot` [INFO] [stdout] --> src/generic.rs:218:11 [INFO] [stdout] | [INFO] [stdout] 218 | #[cfg(parking_lot)] [INFO] [stdout] | ^^^^^^^^^^^ help: found config with similar value: `feature = "parking_lot"` [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(parking_lot)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(parking_lot)");` 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: `parking_lot` [INFO] [stdout] --> src/generic.rs:224:15 [INFO] [stdout] | [INFO] [stdout] 224 | #[cfg(not(parking_lot))] [INFO] [stdout] | ^^^^^^^^^^^ help: found config with similar value: `feature = "parking_lot"` [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(parking_lot)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(parking_lot)");` 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 1.54s [INFO] running `Command { std: "docker" "inspect" "15192666a567cf99898d07ae537face93d252f5d39d3aedc530f99fa44c125e7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "15192666a567cf99898d07ae537face93d252f5d39d3aedc530f99fa44c125e7", kill_on_drop: false }` [INFO] [stdout] 15192666a567cf99898d07ae537face93d252f5d39d3aedc530f99fa44c125e7 [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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+562dee4820c458d823175268e41601d4c060588a" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 0ccfeec56491b6a293757b4d40d383389a518080adbe1b189881aefcca0a8272 [INFO] running `Command { std: "docker" "start" "-a" "0ccfeec56491b6a293757b4d40d383389a518080adbe1b189881aefcca0a8272", kill_on_drop: false }` [INFO] [stderr] warning: unexpected `cfg` condition name: `parking_lot` [INFO] [stderr] --> src/generic.rs:3:7 [INFO] [stderr] | [INFO] [stderr] 3 | #[cfg(parking_lot)] [INFO] [stderr] | ^^^^^^^^^^^ help: found config with similar value: `feature = "parking_lot"` [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(parking_lot)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(parking_lot)");` 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: `parking_lot` [INFO] [stderr] --> src/generic.rs:6:11 [INFO] [stderr] | [INFO] [stderr] 6 | #[cfg(not(parking_lot))] [INFO] [stderr] | ^^^^^^^^^^^ help: found config with similar value: `feature = "parking_lot"` [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(parking_lot)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(parking_lot)");` 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: `parking_lot` [INFO] [stderr] --> src/generic.rs:218:11 [INFO] [stderr] | [INFO] [stderr] 218 | #[cfg(parking_lot)] [INFO] [stderr] | ^^^^^^^^^^^ help: found config with similar value: `feature = "parking_lot"` [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(parking_lot)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(parking_lot)");` 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: `parking_lot` [INFO] [stderr] --> src/generic.rs:224:15 [INFO] [stderr] | [INFO] [stderr] 224 | #[cfg(not(parking_lot))] [INFO] [stderr] | ^^^^^^^^^^^ help: found config with similar value: `feature = "parking_lot"` [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(parking_lot)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(parking_lot)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: `global_counter` (lib) generated 4 warnings [INFO] [stderr] warning: `global_counter` (lib test) generated 4 warnings (4 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.06s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/global_counter-211c94af95c0d29c) [INFO] [stdout] [INFO] [stdout] running 32 tests [INFO] [stdout] test generic::tests::count_struct ... ok [INFO] [stdout] test generic::tests::count_to_five_single_threaded ... ok [INFO] [stdout] test generic::tests::get_borrowed_doesnt_clone ... ok [INFO] [stdout] test generic::tests::get_mut_borrowed_doesnt_clone ... ok [INFO] [stdout] test generic::tests::reset ... ok [INFO] [stdout] test generic::tests::count_to_five_par_threaded ... ok [INFO] [stdout] test primitive::exact::tests::primitive_reset ... ok [INFO] [stdout] test primitive::fast::tests::approx_flush_single_threaded ... ok [INFO] [stdout] test primitive::exact::tests::primitive_new_const ... ok [INFO] [stdout] test primitive::fast::tests::approx_count_to_50000_single_threaded ... ok [INFO] [stdout] test primitive::exact::tests::count_to_50000_single_threaded ... ok [INFO] [stdout] test primitive::fast::tests::approx_negative_to_positive ... ok [INFO] [stdout] test primitive::exact::tests::count_to_five_single_threaded ... ok [INFO] [stdout] test generic::tests::count_to_five_seq_threaded ... ok [INFO] [stdout] test primitive::fast::tests::approx_different_counters ... ok [INFO] [stdout] test generic::tests::count_to_50000_par_threaded ... ok [INFO] [stdout] test primitive::fast::tests::approx_flushed_count_to_50000_par_threaded ... ok [INFO] [stdout] test primitive::fast::tests::approx_negative_start_flush ... ok [INFO] [stdout] test primitive::fast::tests::flushing_count_to_50000_single_threaded ... ok [INFO] [stdout] test primitive::fast::tests::approx_new_const ... ok [INFO] [stdout] test primitive::exact::tests::count_to_five_par_threaded ... ok [INFO] [stdout] test primitive::fast::tests::approx_count_to_50000_par_threaded ... ok [INFO] [stdout] test primitive::fast::tests::flushing_new_const ... ok [INFO] [stdout] test primitive::exact::tests::count_to_50000_par_threaded ... ok [INFO] [stdout] test primitive::fast::tests::flushing_different_counters ... ok [INFO] [stdout] test primitive::fast::tests::flushing_count_to_50000_par_threaded ... ok [INFO] [stdout] test generic::tests::count_to_50000_single_threaded ... ok [INFO] [stdout] test generic::tests::count_to_50000_seq_threaded ... ok [INFO] [stdout] test primitive::fast::tests::approx_count_to_50000_seq_threaded ... ok [INFO] [stdout] test primitive::exact::tests::count_to_50000_seq_threaded ... ok [INFO] [stdout] test primitive::exact::tests::count_to_five_seq_threaded ... ok [INFO] [stdout] test primitive::fast::tests::flushing_count_to_50000_seq_threaded ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 32 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s [INFO] [stdout] [INFO] [stderr] Doc-tests global_counter [INFO] [stdout] [INFO] [stdout] running 5 tests [INFO] [stdout] test src/generic.rs - generic::Counter::get_borrowed (line 171) - compile ... ok [INFO] [stdout] test src/generic.rs - generic::Counter::get_borrowed (line 125) ... ok [INFO] [stdout] test src/generic.rs - generic::global_counter (line 48) ... ok [INFO] [stdout] test src/generic.rs - generic::global_default_counter (line 81) ... ok [INFO] [stdout] test src/generic.rs - generic::Counter::get_borrowed (line 138) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.39s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "0ccfeec56491b6a293757b4d40d383389a518080adbe1b189881aefcca0a8272", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0ccfeec56491b6a293757b4d40d383389a518080adbe1b189881aefcca0a8272", kill_on_drop: false }` [INFO] [stdout] 0ccfeec56491b6a293757b4d40d383389a518080adbe1b189881aefcca0a8272