sharded-slab 0.1.7

A lock-free concurrent slab.
Documentation
Build #1868325 2025-03-15T00:06:55.186257+00:00
# rustc version
rustc 1.87.0-nightly (cbfdf0b01 2025-03-13)# docs.rs version
docsrs 0.6.0 (004a02c4 2025-03-05)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/sharded-slab-0.1.7/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/sharded-slab-0.1.7/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace-builder/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace-builder/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "6442450944" "--cpus" "6" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:1680c8fbd8dfb46fcd6d22e546df16ab0e007457dc29fcd9e987cdd5077fd1af" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--all-features" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250313-1.87.0-nightly-cbfdf0b01\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--extern-html-root-takes-precedence\"]" "--offline" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-Zrustdoc-scrape-examples" "-j6" "--target" "x86_64-unknown-linux-gnu", kill_on_drop: false }`
[INFO] [stdout] 1f7a75b172c2f57d7daa6bf83a89e9c755e190d3bed71dd0ecd843bed47e6e43
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] running `Command { std: "docker" "start" "-a" "1f7a75b172c2f57d7daa6bf83a89e9c755e190d3bed71dd0ecd843bed47e6e43", kill_on_drop: false }`
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr]  Documenting sharded-slab v0.1.7 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unexpected `cfg` condition name: `loom`
[INFO] [stderr]   --> src/macros.rs:15:17
[INFO] [stderr]    |
[INFO] [stderr] 15 | #[cfg(all(test, loom))]
[INFO] [stderr]    |                 ^^^^ help: found config with similar value: `feature = "loom"`
[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(loom)'] }
[INFO] [stderr]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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: `slab_print`
[INFO] [stderr]    --> src/macros.rs:3:31
[INFO] [stderr]     |
[INFO] [stderr] 3   |         if cfg!(test) && cfg!(slab_print) {
[INFO] [stderr]     |                               ^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/pool.rs:453:9
[INFO] [stderr]     |
[INFO] [stderr] 453 |         test_println!("pool: create {:?}", tid);
[INFO] [stderr]     |         --------------------------------------- in this macro invocation
[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(slab_print)'] }
[INFO] [stderr]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]     = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `slab_print`
[INFO] [stderr]    --> src/macros.rs:3:31
[INFO] [stderr]     |
[INFO] [stderr] 3   |         if cfg!(test) && cfg!(slab_print) {
[INFO] [stderr]     |                               ^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/pool.rs:621:9
[INFO] [stderr]     |
[INFO] [stderr] 621 |         test_println!("pool: create_owned {:?}", tid);
[INFO] [stderr]     |         --------------------------------------------- in this macro invocation
[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(slab_print)'] }
[INFO] [stderr]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]     = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `slab_print`
[INFO] [stderr]    --> src/macros.rs:3:31
[INFO] [stderr]     |
[INFO] [stderr] 3   |         if cfg!(test) && cfg!(slab_print) {
[INFO] [stderr]     |                               ^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/pool.rs:655:9
[INFO] [stderr]     |
[INFO] [stderr] 655 |         test_println!("pool: create_with");
[INFO] [stderr]     |         ---------------------------------- in this macro invocation
[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(slab_print)'] }
[INFO] [stderr]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]     = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `slab_print`
[INFO] [stderr]    --> src/macros.rs:3:31
[INFO] [stderr]     |
[INFO] [stderr] 3   |         if cfg!(test) && cfg!(slab_print) {
[INFO] [stderr]     |                               ^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/pool.rs:678:9
[INFO] [stderr]     |
[INFO] [stderr] 678 |         test_println!("pool: get{:?}; current={:?}", tid, Tid::<C>::current());
[INFO] [stderr]     |         ---------------------------------------------------------------------- in this macro invocation
[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(slab_print)'] }
[INFO] [stderr]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]     = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `slab_print`
[INFO] [stderr]    --> src/macros.rs:3:31
[INFO] [stderr]     |
[INFO] [stderr] 3   |         if cfg!(test) && cfg!(slab_print) {
[INFO] [stderr]     |                               ^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/pool.rs:769:9
[INFO] [stderr]     |
[INFO] [stderr] 769 |         test_println!("pool: get{:?}; current={:?}", tid, Tid::<C>::current());
[INFO] [stderr]     |         ---------------------------------------------------------------------- in this macro invocation
[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(slab_print)'] }
[INFO] [stderr]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]     = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `slab_print`
[INFO] [stderr]    --> src/macros.rs:3:31
[INFO] [stderr]     |
[INFO] [stderr] 3   |         if cfg!(test) && cfg!(slab_print) {
[INFO] [stderr]     |                               ^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/pool.rs:914:9
[INFO] [stderr]     |
[INFO] [stderr] 914 |         test_println!("drop Ref: try clearing data");
[INFO] [stderr]     |         -------------------------------------------- in this macro invocation
[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(slab_print)'] }
[INFO] [stderr]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]     = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `slab_print`
[INFO] [stderr]     --> src/macros.rs:3:31
[INFO] [stderr]      |
[INFO] [stderr] 3    |         if cfg!(test) && cfg!(slab_print) {
[INFO] [stderr]      |                               ^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]     ::: src/pool.rs:1049:9
[INFO] [stderr]      |
[INFO] [stderr] 1049 |         test_println!(" -> drop RefMut: try clearing data");
[INFO] [stderr]      |         --------------------------------------------------- in this macro invocation
[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(slab_print)'] }
[INFO] [stderr]      = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]      = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `slab_print`
[INFO] [stderr]     --> src/macros.rs:3:31
[INFO] [stderr]      |
[INFO] [stderr] 3    |         if cfg!(test) && cfg!(slab_print) {
[INFO] [stderr]      |                               ^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]     ::: src/pool.rs:1124:9
[INFO] [stderr]      |
[INFO] [stderr] 1124 |         test_println!("drop OwnedRef: try clearing data");
[INFO] [stderr]      |         ------------------------------------------------- in this macro invocation
[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(slab_print)'] }
[INFO] [stderr]      = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]      = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `slab_print`
[INFO] [stderr]     --> src/macros.rs:3:31
[INFO] [stderr]      |
[INFO] [stderr] 3    |         if cfg!(test) && cfg!(slab_print) {
[INFO] [stderr]      |                               ^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]     ::: src/pool.rs:1135:13
[INFO] [stderr]      |
[INFO] [stderr] 1135 |             test_println!("-> shard={:?}", shard_idx);
[INFO] [stderr]      |             ----------------------------------------- in this macro invocation
[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(slab_print)'] }
[INFO] [stderr]      = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]      = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `slab_print`
[INFO] [stderr]     --> src/macros.rs:3:31
[INFO] [stderr]      |
[INFO] [stderr] 3    |         if cfg!(test) && cfg!(slab_print) {
[INFO] [stderr]      |                               ^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]     ::: src/pool.rs:1139:17
[INFO] [stderr]      |
[INFO] [stderr] 1139 |                 test_println!("-> shard={:?} does not exist! THIS IS A BUG", shard_idx);
[INFO] [stderr]      |                 ----------------------------------------------------------------------- in this macro invocation
[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(slab_print)'] }
[INFO] [stderr]      = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]      = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `slab_print`
[INFO] [stderr]     --> src/macros.rs:3:31
[INFO] [stderr]      |
[INFO] [stderr] 3    |         if cfg!(test) && cfg!(slab_print) {
[INFO] [stderr]      |                               ^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]     ::: src/pool.rs:1238:9
[INFO] [stderr]      |
[INFO] [stderr] 1238 |         test_println!("-> shard={:?}", shard_idx);
[INFO] [stderr]      |         ----------------------------------------- in this macro invocation
[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(slab_print)'] }
[INFO] [stderr]      = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]      = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `slab_print`
[INFO] [stderr]     --> src/macros.rs:3:31
[INFO] [stderr]      |
[INFO] [stderr] 3    |         if cfg!(test) && cfg!(slab_print) {
[INFO] [stderr]      |                               ^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]     ::: src/pool.rs:1290:9
[INFO] [stderr]      |
[INFO] [stderr] 1290 |         test_println!("drop OwnedRefMut: try clearing data");
[INFO] [stderr]      |         ---------------------------------------------------- in this macro invocation
[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(slab_print)'] }
[INFO] [stderr]      = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]      = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `slab_print`
[INFO] [stderr]     --> src/macros.rs:3:31
[INFO] [stderr]      |
[INFO] [stderr] 3    |         if cfg!(test) && cfg!(slab_print) {
[INFO] [stderr]      |                               ^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]     ::: src/pool.rs:1303:17
[INFO] [stderr]      |
[INFO] [stderr] 1303 |                 test_println!("-> shard does not exist! THIS IS A BUG");
[INFO] [stderr]      |                 ------------------------------------------------------- in this macro invocation
[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(slab_print)'] }
[INFO] [stderr]      = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]      = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `loom`
[INFO] [stderr]  --> src/sync.rs:3:11
[INFO] [stderr]   |
[INFO] [stderr] 3 | #[cfg(all(loom, any(test, feature = "loom")))]
[INFO] [stderr]   |           ^^^^ help: found config with similar value: `feature = "loom"`
[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(loom)'] }
[INFO] [stderr]   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs`
[INFO] [stderr]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `loom`
[INFO] [stderr]   --> src/sync.rs:63:15
[INFO] [stderr]    |
[INFO] [stderr] 63 | #[cfg(not(all(loom, any(feature = "loom", test))))]
[INFO] [stderr]    |               ^^^^ help: found config with similar value: `feature = "loom"`
[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(loom)'] }
[INFO] [stderr]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `loom`
[INFO] [stderr]   --> src/clear.rs:95:11
[INFO] [stderr]    |
[INFO] [stderr] 95 | #[cfg(all(loom, test))]
[INFO] [stderr]    |           ^^^^ help: found config with similar value: `feature = "loom"`
[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(loom)'] }
[INFO] [stderr]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `slab_print`
[INFO] [stderr]   --> src/macros.rs:3:31
[INFO] [stderr]    |
[INFO] [stderr] 3  |         if cfg!(test) && cfg!(slab_print) {
[INFO] [stderr]    |                               ^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]   ::: src/iter.rs:18:9
[INFO] [stderr]    |
[INFO] [stderr] 18 |         test_println!("UniqueIter::next");
[INFO] [stderr]    |         --------------------------------- in this macro invocation
[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(slab_print)'] }
[INFO] [stderr]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]    = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `slab_print`
[INFO] [stderr]   --> src/macros.rs:3:31
[INFO] [stderr]    |
[INFO] [stderr] 3  |         if cfg!(test) && cfg!(slab_print) {
[INFO] [stderr]    |                               ^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]   ::: src/iter.rs:20:13
[INFO] [stderr]    |
[INFO] [stderr] 20 |             test_println!("-> try next slot");
[INFO] [stderr]    |             --------------------------------- in this macro invocation
[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(slab_print)'] }
[INFO] [stderr]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]    = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `slab_print`
[INFO] [stderr]   --> src/macros.rs:3:31
[INFO] [stderr]    |
[INFO] [stderr] 3  |         if cfg!(test) && cfg!(slab_print) {
[INFO] [stderr]    |                               ^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]   ::: src/iter.rs:22:17
[INFO] [stderr]    |
[INFO] [stderr] 22 |                 test_println!("-> found an item!");
[INFO] [stderr]    |                 ---------------------------------- in this macro invocation
[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(slab_print)'] }
[INFO] [stderr]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]    = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `slab_print`
[INFO] [stderr]   --> src/macros.rs:3:31
[INFO] [stderr]    |
[INFO] [stderr] 3  |         if cfg!(test) && cfg!(slab_print) {
[INFO] [stderr]    |                               ^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]   ::: src/iter.rs:26:13
[INFO] [stderr]    |
[INFO] [stderr] 26 |             test_println!("-> try next page");
[INFO] [stderr]    |             --------------------------------- in this macro invocation
[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(slab_print)'] }
[INFO] [stderr]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]    = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `slab_print`
[INFO] [stderr]   --> src/macros.rs:3:31
[INFO] [stderr]    |
[INFO] [stderr] 3  |         if cfg!(test) && cfg!(slab_print) {
[INFO] [stderr]    |                               ^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]   ::: src/iter.rs:28:17
[INFO] [stderr]    |
[INFO] [stderr] 28 |                 test_println!("-> found another page");
[INFO] [stderr]    |                 -------------------------------------- in this macro invocation
[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(slab_print)'] }
[INFO] [stderr]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]    = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `slab_print`
[INFO] [stderr]   --> src/macros.rs:3:31
[INFO] [stderr]    |
[INFO] [stderr] 3  |         if cfg!(test) && cfg!(slab_print) {
[INFO] [stderr]    |                               ^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]   ::: src/iter.rs:33:13
[INFO] [stderr]    |
[INFO] [stderr] 33 |             test_println!("-> try next shard");
[INFO] [stderr]    |             ---------------------------------- in this macro invocation
[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(slab_print)'] }
[INFO] [stderr]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]    = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `slab_print`
[INFO] [stderr]   --> src/macros.rs:3:31
[INFO] [stderr]    |
[INFO] [stderr] 3  |         if cfg!(test) && cfg!(slab_print) {
[INFO] [stderr]    |                               ^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]   ::: src/iter.rs:35:17
[INFO] [stderr]    |
[INFO] [stderr] 35 |                 test_println!("-> found another shard");
[INFO] [stderr]    |                 --------------------------------------- in this macro invocation
[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(slab_print)'] }
[INFO] [stderr]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]    = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `slab_print`
[INFO] [stderr]   --> src/macros.rs:3:31
[INFO] [stderr]    |
[INFO] [stderr] 3  |         if cfg!(test) && cfg!(slab_print) {
[INFO] [stderr]    |                               ^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]   ::: src/iter.rs:38:17
[INFO] [stderr]    |
[INFO] [stderr] 38 |                 test_println!("-> all done!");
[INFO] [stderr]    |                 ----------------------------- in this macro invocation
[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(slab_print)'] }
[INFO] [stderr]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]    = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `slab_print`
[INFO] [stderr]    --> src/macros.rs:3:31
[INFO] [stderr]     |
[INFO] [stderr] 3   |           if cfg!(test) && cfg!(slab_print) {
[INFO] [stderr]     |                                 ^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/page/slot.rs:115:13
[INFO] [stderr]     |
[INFO] [stderr] 115 | /             test_println!(
[INFO] [stderr] 116 | |                 "-> get {:?}; current_gen={:?}; lifecycle={:#x}; state={:?}; refs={:?};",
[INFO] [stderr] 117 | |                 gen,
[INFO] [stderr] 118 | |                 current_gen,
[INFO] [stderr] ...   |
[INFO] [stderr] 121 | |                 refs,
[INFO] [stderr] 122 | |             );
[INFO] [stderr]     | |_____________- in this macro invocation
[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(slab_print)'] }
[INFO] [stderr]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]     = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `slab_print`
[INFO] [stderr]    --> src/macros.rs:3:31
[INFO] [stderr]     |
[INFO] [stderr] 3   |         if cfg!(test) && cfg!(slab_print) {
[INFO] [stderr]     |                               ^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/page/slot.rs:129:17
[INFO] [stderr]     |
[INFO] [stderr] 129 |                 test_println!("-> get: no longer exists!");
[INFO] [stderr]     |                 ------------------------------------------ in this macro invocation
[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(slab_print)'] }
[INFO] [stderr]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]     = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `slab_print`
[INFO] [stderr]    --> src/macros.rs:3:31
[INFO] [stderr]     |
[INFO] [stderr] 3   |         if cfg!(test) && cfg!(slab_print) {
[INFO] [stderr]     |                               ^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/page/slot.rs:142:21
[INFO] [stderr]     |
[INFO] [stderr] 142 |                     test_println!("-> {:?}", new_refs);
[INFO] [stderr]     |                     ---------------------------------- in this macro invocation
[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(slab_print)'] }
[INFO] [stderr]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]     = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `slab_print`
[INFO] [stderr]    --> src/macros.rs:3:31
[INFO] [stderr]     |
[INFO] [stderr] 3   |         if cfg!(test) && cfg!(slab_print) {
[INFO] [stderr]     |                               ^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/page/slot.rs:154:21
[INFO] [stderr]     |
[INFO] [stderr] 154 |                     test_println!("-> get: retrying; lifecycle={:#x};", actual);
[INFO] [stderr]     |                     ----------------------------------------------------------- in this macro invocation
[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(slab_print)'] }
[INFO] [stderr]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]     = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `slab_print`
[INFO] [stderr]    --> src/macros.rs:3:31
[INFO] [stderr]     |
[INFO] [stderr] 3   |           if cfg!(test) && cfg!(slab_print) {
[INFO] [stderr]     |                                 ^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/page/slot.rs:175:13
[INFO] [stderr]     |
[INFO] [stderr] 175 | /             test_println!(
[INFO] [stderr] 176 | |                 "-> mark_release; gen={:?}; current_gen={:?};",
[INFO] [stderr] 177 | |                 gen,
[INFO] [stderr] 178 | |                 curr_gen
[INFO] [stderr] 179 | |             );
[INFO] [stderr]     | |_____________- in this macro invocation
[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(slab_print)'] }
[INFO] [stderr]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]     = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `slab_print`
[INFO] [stderr]    --> src/macros.rs:3:31
[INFO] [stderr]     |
[INFO] [stderr] 3   |         if cfg!(test) && cfg!(slab_print) {
[INFO] [stderr]     |                               ^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/page/slot.rs:187:13
[INFO] [stderr]     |
[INFO] [stderr] 187 |             test_println!("-> mark_release; state={:?};", state);
[INFO] [stderr]     |             ---------------------------------------------------- in this macro invocation
[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(slab_print)'] }
[INFO] [stderr]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]     = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `slab_print`
[INFO] [stderr]    --> src/macros.rs:3:31
[INFO] [stderr]     |
[INFO] [stderr] 3   |         if cfg!(test) && cfg!(slab_print) {
[INFO] [stderr]     |                               ^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/page/slot.rs:190:21
[INFO] [stderr]     |
[INFO] [stderr] 190 |                     test_println!("--> mark_release; cannot release (already removed!)");
[INFO] [stderr]     |                     -------------------------------------------------------------------- in this macro invocation
[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(slab_print)'] }
[INFO] [stderr]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]     = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `slab_print`
[INFO] [stderr]    --> src/macros.rs:3:31
[INFO] [stderr]     |
[INFO] [stderr] 3   |         if cfg!(test) && cfg!(slab_print) {
[INFO] [stderr]     |                               ^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/page/slot.rs:194:21
[INFO] [stderr]     |
[INFO] [stderr] 194 |                     test_println!("--> mark_release; already marked;");
[INFO] [stderr]     |                     -------------------------------------------------- in this macro invocation
[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(slab_print)'] }
[INFO] [stderr]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]     = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `slab_print`
[INFO] [stderr]    --> src/macros.rs:3:31
[INFO] [stderr]     |
[INFO] [stderr] 3   |           if cfg!(test) && cfg!(slab_print) {
[INFO] [stderr]     |                                 ^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/page/slot.rs:202:13
[INFO] [stderr]     |
[INFO] [stderr] 202 | /             test_println!(
[INFO] [stderr] 203 | |                 "-> mark_release; old_lifecycle={:#x}; new_lifecycle={:#x};",
[INFO] [stderr] 204 | |                 lifecycle,
[INFO] [stderr] 205 | |                 new_lifecycle
[INFO] [stderr] 206 | |             );
[INFO] [stderr]     | |_____________- in this macro invocation
[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(slab_print)'] }
[INFO] [stderr]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]     = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `slab_print`
[INFO] [stderr]    --> src/macros.rs:3:31
[INFO] [stderr]     |
[INFO] [stderr] 3   |         if cfg!(test) && cfg!(slab_print) {
[INFO] [stderr]     |                               ^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/page/slot.rs:216:21
[INFO] [stderr]     |
[INFO] [stderr] 216 |                     test_println!("-> mark_release; retrying");
[INFO] [stderr]     |                     ------------------------------------------ in this macro invocation
[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(slab_print)'] }
[INFO] [stderr]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]     = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `slab_print`
[INFO] [stderr]    --> src/macros.rs:3:31
[INFO] [stderr]     |
[INFO] [stderr] 3   |         if cfg!(test) && cfg!(slab_print) {
[INFO] [stderr]     |                               ^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/page/slot.rs:224:9
[INFO] [stderr]     |
[INFO] [stderr] 224 |         test_println!("-> mark_release: marked; refs={:?};", refs);
[INFO] [stderr]     |         ---------------------------------------------------------- in this macro invocation
[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(slab_print)'] }
[INFO] [stderr]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]     = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `slab_print`
[INFO] [stderr]    --> src/macros.rs:3:31
[INFO] [stderr]     |
[INFO] [stderr] 3   |           if cfg!(test) && cfg!(slab_print) {
[INFO] [stderr]     |                                 ^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/page/slot.rs:246:13
[INFO] [stderr]     |
[INFO] [stderr] 246 | /             test_println!("-> release_with; lifecycle={:#x}; expected_gen={:?}; current_gen={:?}; next_gen={:?};",
[INFO] [stderr] 247 | |                 lifecycle,
[INFO] [stderr] 248 | |                 gen,
[INFO] [stderr] 249 | |                 current_gen,
[INFO] [stderr] 250 | |                 next_gen
[INFO] [stderr] 251 | |             );
[INFO] [stderr]     | |_____________- in this macro invocation
[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(slab_print)'] }
[INFO] [stderr]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]     = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `slab_print`
[INFO] [stderr]    --> src/macros.rs:3:31
[INFO] [stderr]     |
[INFO] [stderr] 3   |         if cfg!(test) && cfg!(slab_print) {
[INFO] [stderr]     |                               ^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/page/slot.rs:258:17
[INFO] [stderr]     |
[INFO] [stderr] 258 |                 test_println!("-> already removed!");
[INFO] [stderr]     |                 ------------------------------------ in this macro invocation
[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(slab_print)'] }
[INFO] [stderr]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]     = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `slab_print`
[INFO] [stderr]    --> src/macros.rs:3:31
[INFO] [stderr]     |
[INFO] [stderr] 3   |         if cfg!(test) && cfg!(slab_print) {
[INFO] [stderr]     |                               ^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/page/slot.rs:275:21
[INFO] [stderr]     |
[INFO] [stderr] 275 |                     test_println!("-> advanced gen; lifecycle={:#x}; refs={:?};", actual, refs);
[INFO] [stderr]     |                     --------------------------------------------------------------------------- in this macro invocation
[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(slab_print)'] }
[INFO] [stderr]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]     = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `slab_print`
[INFO] [stderr]    --> src/macros.rs:3:31
[INFO] [stderr]     |
[INFO] [stderr] 3   |         if cfg!(test) && cfg!(slab_print) {
[INFO] [stderr]     |                               ^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/page/slot.rs:277:25
[INFO] [stderr]     |
[INFO] [stderr] 277 |                         test_println!("-> ok to remove!");
[INFO] [stderr]     |                         --------------------------------- in this macro invocation
[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(slab_print)'] }
[INFO] [stderr]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]     = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `slab_print`
[INFO] [stderr]    --> src/macros.rs:3:31
[INFO] [stderr]     |
[INFO] [stderr] 3   |         if cfg!(test) && cfg!(slab_print) {
[INFO] [stderr]     |                               ^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/page/slot.rs:290:21
[INFO] [stderr]     |
[INFO] [stderr] 290 |                     test_println!("-> refs={:?}; spin...", refs);
[INFO] [stderr]     |                     -------------------------------------------- in this macro invocation
[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(slab_print)'] }
[INFO] [stderr]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]     = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `slab_print`
[INFO] [stderr]    --> src/macros.rs:3:31
[INFO] [stderr]     |
[INFO] [stderr] 3   |         if cfg!(test) && cfg!(slab_print) {
[INFO] [stderr]     |                               ^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/page/slot.rs:296:21
[INFO] [stderr]     |
[INFO] [stderr] 296 |                     test_println!("-> retrying; lifecycle={:#x};", actual);
[INFO] [stderr]     |                     ------------------------------------------------------ in this macro invocation
[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(slab_print)'] }
[INFO] [stderr]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]     = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `slab_print`
[INFO] [stderr]    --> src/macros.rs:3:31
[INFO] [stderr]     |
[INFO] [stderr] 3   |           if cfg!(test) && cfg!(slab_print) {
[INFO] [stderr]     |                                 ^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/page/slot.rs:316:9
[INFO] [stderr]     |
[INFO] [stderr] 316 | /         test_println!(
[INFO] [stderr] 317 | |             "-> initialize_state; state={:?}; gen={:?}; refs={:?};",
[INFO] [stderr] 318 | |             Lifecycle::<C>::from_packed(lifecycle),
[INFO] [stderr] 319 | |             gen,
[INFO] [stderr] 320 | |             refs,
[INFO] [stderr] 321 | |         );
[INFO] [stderr]     | |_________- in this macro invocation
[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(slab_print)'] }
[INFO] [stderr]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]     = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `slab_print`
[INFO] [stderr]    --> src/macros.rs:3:31
[INFO] [stderr]     |
[INFO] [stderr] 3   |         if cfg!(test) && cfg!(slab_print) {
[INFO] [stderr]     |                               ^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/page/slot.rs:324:13
[INFO] [stderr]     |
[INFO] [stderr] 324 |             test_println!("-> initialize while referenced! cancelling");
[INFO] [stderr]     |             ----------------------------------------------------------- in this macro invocation
[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(slab_print)'] }
[INFO] [stderr]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]     = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `slab_print`
[INFO] [stderr]    --> src/macros.rs:3:31
[INFO] [stderr]     |
[INFO] [stderr] 3   |         if cfg!(test) && cfg!(slab_print) {
[INFO] [stderr]     |                               ^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/page/slot.rs:363:9
[INFO] [stderr]     |
[INFO] [stderr] 363 |         test_println!("-> inserted at {:?}", gen);
[INFO] [stderr]     |         ----------------------------------------- in this macro invocation
[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(slab_print)'] }
[INFO] [stderr]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]     = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `slab_print`
[INFO] [stderr]    --> src/macros.rs:3:31
[INFO] [stderr]     |
[INFO] [stderr] 3   |           if cfg!(test) && cfg!(slab_print) {
[INFO] [stderr]     |                                 ^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/page/slot.rs:389:17
[INFO] [stderr]     |
[INFO] [stderr] 389 | /                 test_println!(
[INFO] [stderr] 390 | |                     "-> try_remove_value; nothing exists at generation={:?}",
[INFO] [stderr] 391 | |                     gen
[INFO] [stderr] 392 | |                 );
[INFO] [stderr]     | |_________________- in this macro invocation
[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(slab_print)'] }
[INFO] [stderr]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]     = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `slab_print`
[INFO] [stderr]    --> src/macros.rs:3:31
[INFO] [stderr]     |
[INFO] [stderr] 3   |         if cfg!(test) && cfg!(slab_print) {
[INFO] [stderr]     |                               ^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/page/slot.rs:397:9
[INFO] [stderr]     |
[INFO] [stderr] 397 |         test_println!("-> try_remove_value; marked!");
[INFO] [stderr]     |         --------------------------------------------- in this macro invocation
[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(slab_print)'] }
[INFO] [stderr]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]     = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `slab_print`
[INFO] [stderr]    --> src/macros.rs:3:31
[INFO] [stderr]     |
[INFO] [stderr] 3   |         if cfg!(test) && cfg!(slab_print) {
[INFO] [stderr]     |                               ^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/page/slot.rs:401:13
[INFO] [stderr]     |
[INFO] [stderr] 401 |             test_println!("-> try_remove_value; can remove now");
[INFO] [stderr]     |             ---------------------------------------------------- in this macro invocation
[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(slab_print)'] }
[INFO] [stderr]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]     = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `slab_print`
[INFO] [stderr]    --> src/macros.rs:3:31
[INFO] [stderr]     |
[INFO] [stderr] 3   |           if cfg!(test) && cfg!(slab_print) {
[INFO] [stderr]     |                                 ^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/page/slot.rs:453:17
[INFO] [stderr]     |
[INFO] [stderr] 453 | /                 test_println!(
[INFO] [stderr] 454 | |                     "-> try_clear_storage; nothing exists at generation={:?}",
[INFO] [stderr] 455 | |                     gen
[INFO] [stderr] 456 | |                 );
[INFO] [stderr]     | |_________________- in this macro invocation
[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(slab_print)'] }
[INFO] [stderr]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]     = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `slab_print`
[INFO] [stderr]    --> src/macros.rs:3:31
[INFO] [stderr]     |
[INFO] [stderr] 3   |         if cfg!(test) && cfg!(slab_print) {
[INFO] [stderr]     |                               ^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/page/slot.rs:461:9
[INFO] [stderr]     |
[INFO] [stderr] 461 |         test_println!("-> try_clear_storage; marked!");
[INFO] [stderr]     |         ---------------------------------------------- in this macro invocation
[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(slab_print)'] }
[INFO] [stderr]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]     = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `slab_print`
[INFO] [stderr]    --> src/macros.rs:3:31
[INFO] [stderr]     |
[INFO] [stderr] 3   |         if cfg!(test) && cfg!(slab_print) {
[INFO] [stderr]     |                               ^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/page/slot.rs:465:13
[INFO] [stderr]     |
[INFO] [stderr] 465 |             test_println!("-> try_remove_value; can clear now");
[INFO] [stderr]     |             --------------------------------------------------- in this macro invocation
[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(slab_print)'] }
[INFO] [stderr]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]     = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `slab_print`
[INFO] [stderr]    --> src/macros.rs:3:31
[INFO] [stderr]     |
[INFO] [stderr] 3   |         if cfg!(test) && cfg!(slab_print) {
[INFO] [stderr]     |                               ^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/page/slot.rs:485:13
[INFO] [stderr]     |
[INFO] [stderr] 485 |             test_println!("-> cleared: {}", cleared);
[INFO] [stderr]     |             ---------------------------------------- in this macro invocation
[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(slab_print)'] }
[INFO] [stderr]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]     = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `slab_print`
[INFO] [stderr]    --> src/macros.rs:3:31
[INFO] [stderr]     |
[INFO] [stderr] 3   |           if cfg!(test) && cfg!(slab_print) {
[INFO] [stderr]     |                                 ^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/page/slot.rs:510:13
[INFO] [stderr]     |
[INFO] [stderr] 510 | /             test_println!(
[INFO] [stderr] 511 | |                 "-> drop guard: state={:?}; gen={:?}; refs={:?}; lifecycle={:#x}; new_lifecycle={:#x}; dropping={:?}",
[INFO] [stderr] 512 | |                 state,
[INFO] [stderr] 513 | |                 gen,
[INFO] [stderr] ...   |
[INFO] [stderr] 517 | |                 dropping
[INFO] [stderr] 518 | |             );
[INFO] [stderr]     | |_____________- in this macro invocation
[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(slab_print)'] }
[INFO] [stderr]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]     = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `slab_print`
[INFO] [stderr]    --> src/macros.rs:3:31
[INFO] [stderr]     |
[INFO] [stderr] 3   |         if cfg!(test) && cfg!(slab_print) {
[INFO] [stderr]     |                               ^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/page/slot.rs:526:21
[INFO] [stderr]     |
[INFO] [stderr] 526 |                     test_println!("-> drop guard: done;  dropping={:?}", dropping);
[INFO] [stderr]     |                     -------------------------------------------------------------- in this macro invocation
[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(slab_print)'] }
[INFO] [stderr]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]     = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `slab_print`
[INFO] [stderr]    --> src/macros.rs:3:31
[INFO] [stderr]     |
[INFO] [stderr] 3   |         if cfg!(test) && cfg!(slab_print) {
[INFO] [stderr]     |                               ^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/page/slot.rs:530:21
[INFO] [stderr]     |
[INFO] [stderr] 530 |                     test_println!("-> drop guard; retry, actual={:#x}", actual);
[INFO] [stderr]     |                     ----------------------------------------------------------- in this macro invocation
[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(slab_print)'] }
[INFO] [stderr]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]     = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `slab_print`
[INFO] [stderr]    --> src/macros.rs:3:31
[INFO] [stderr]     |
[INFO] [stderr] 3   |         if cfg!(test) && cfg!(slab_print) {
[INFO] [stderr]     |                               ^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/page/slot.rs:710:13
[INFO] [stderr]     |
[INFO] [stderr] 710 |             test_println!("-> get: {}; MAX={}", self.value, RefCount::<C>::MAX);
[INFO] [stderr]     |             ------------------------------------------------------------------- in this macro invocation
[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(slab_print)'] }
[INFO] [stderr]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]     = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `slab_print`
[INFO] [stderr]    --> src/macros.rs:3:31
[INFO] [stderr]     |
[INFO] [stderr] 3   |           if cfg!(test) && cfg!(slab_print) {
[INFO] [stderr]     |                                 ^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/page/slot.rs:830:9
[INFO] [stderr]     |
[INFO] [stderr] 830 | /         test_println!(
[INFO] [stderr] 831 | |             "InitGuard::release; curr_lifecycle={:?}; downgrading={}",
[INFO] [stderr] 832 | |             Lifecycle::<C>::from_packed(self.curr_lifecycle),
[INFO] [stderr] 833 | |             new_refs != 0,
[INFO] [stderr] 834 | |         );
[INFO] [stderr]     | |_________- in this macro invocation
[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(slab_print)'] }
[INFO] [stderr]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]     = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `slab_print`
[INFO] [stderr]    --> src/macros.rs:3:31
[INFO] [stderr]     |
[INFO] [stderr] 3   |         if cfg!(test) && cfg!(slab_print) {
[INFO] [stderr]     |                               ^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/page/slot.rs:836:13
[INFO] [stderr]     |
[INFO] [stderr] 836 |             test_println!("-> already released!");
[INFO] [stderr]     |             ------------------------------------- in this macro invocation
[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(slab_print)'] }
[INFO] [stderr]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]     = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `slab_print`
[INFO] [stderr]    --> src/macros.rs:3:31
[INFO] [stderr]     |
[INFO] [stderr] 3   |         if cfg!(test) && cfg!(slab_print) {
[INFO] [stderr]     |                               ^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/page/slot.rs:852:17
[INFO] [stderr]     |
[INFO] [stderr] 852 |                 test_println!("--> advanced to PRESENT; done");
[INFO] [stderr]     |                 ---------------------------------------------- in this macro invocation
[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(slab_print)'] }
[INFO] [stderr]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]     = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `slab_print`
[INFO] [stderr]    --> src/macros.rs:3:31
[INFO] [stderr]     |
[INFO] [stderr] 3   |           if cfg!(test) && cfg!(slab_print) {
[INFO] [stderr]     |                                 ^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/page/slot.rs:856:17
[INFO] [stderr]     |
[INFO] [stderr] 856 | /                 test_println!(
[INFO] [stderr] 857 | |                     "--> lifecycle changed; actual={:?}",
[INFO] [stderr] 858 | |                     Lifecycle::<C>::from_packed(actual)
[INFO] [stderr] 859 | |                 );
[INFO] [stderr]     | |_________________- in this macro invocation
[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(slab_print)'] }
[INFO] [stderr]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]     = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `slab_print`
[INFO] [stderr]    --> src/macros.rs:3:31
[INFO] [stderr]     |
[INFO] [stderr] 3   |           if cfg!(test) && cfg!(slab_print) {
[INFO] [stderr]     |                                 ^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/page/slot.rs:870:13
[INFO] [stderr]     |
[INFO] [stderr] 870 | /             test_println!(
[INFO] [stderr] 871 | |                 "-> InitGuard::release; lifecycle={:#x}; state={:?}; refs={:?};",
[INFO] [stderr] 872 | |                 curr_lifecycle,
[INFO] [stderr] 873 | |                 state,
[INFO] [stderr] 874 | |                 refs,
[INFO] [stderr] 875 | |             );
[INFO] [stderr]     | |_____________- in this macro invocation
[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(slab_print)'] }
[INFO] [stderr]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]     = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `slab_print`
[INFO] [stderr]    --> src/macros.rs:3:31
[INFO] [stderr]     |
[INFO] [stderr] 3   |         if cfg!(test) && cfg!(slab_print) {
[INFO] [stderr]     |                               ^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/page/slot.rs:889:21
[INFO] [stderr]     |
[INFO] [stderr] 889 |                     test_println!("-> InitGuard::RELEASE: done!");
[INFO] [stderr]     |                     --------------------------------------------- in this macro invocation
[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(slab_print)'] }
[INFO] [stderr]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]     = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `slab_print`
[INFO] [stderr]    --> src/macros.rs:3:31
[INFO] [stderr]     |
[INFO] [stderr] 3   |         if cfg!(test) && cfg!(slab_print) {
[INFO] [stderr]     |                               ^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/page/slot.rs:894:21
[INFO] [stderr]     |
[INFO] [stderr] 894 |                     test_println!("-> InitGuard::release; retry, actual={:#x}", actual);
[INFO] [stderr]     |                     ------------------------------------------------------------------- in this macro invocation
[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(slab_print)'] }
[INFO] [stderr]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]     = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `loom`
[INFO] [stderr]   --> src/page/stack.rs:72:11
[INFO] [stderr]    |
[INFO] [stderr] 72 | #[cfg(all(loom, test))]
[INFO] [stderr]    |           ^^^^ help: found config with similar value: `feature = "loom"`
[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(loom)'] }
[INFO] [stderr]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `slab_print`
[INFO] [stderr]   --> src/macros.rs:3:31
[INFO] [stderr]    |
[INFO] [stderr] 3  |         if cfg!(test) && cfg!(slab_print) {
[INFO] [stderr]    |                               ^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]   ::: src/page/stack.rs:20:9
[INFO] [stderr]    |
[INFO] [stderr] 20 |         test_println!("-> pop {:#x}", val);
[INFO] [stderr]    |         ---------------------------------- in this macro invocation
[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(slab_print)'] }
[INFO] [stderr]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]    = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `slab_print`
[INFO] [stderr]   --> src/macros.rs:3:31
[INFO] [stderr]    |
[INFO] [stderr] 3  |         if cfg!(test) && cfg!(slab_print) {
[INFO] [stderr]    |                               ^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]   ::: src/page/stack.rs:34:13
[INFO] [stderr]    |
[INFO] [stderr] 34 |             test_println!("-> next {:#x}", next);
[INFO] [stderr]    |             ------------------------------------ in this macro invocation
[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(slab_print)'] }
[INFO] [stderr]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]    = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `slab_print`
[INFO] [stderr]   --> src/macros.rs:3:31
[INFO] [stderr]    |
[INFO] [stderr] 3  |         if cfg!(test) && cfg!(slab_print) {
[INFO] [stderr]    |                               ^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]   ::: src/page/stack.rs:43:21
[INFO] [stderr]    |
[INFO] [stderr] 43 |                     test_println!("-> retry!");
[INFO] [stderr]    |                     -------------------------- in this macro invocation
[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(slab_print)'] }
[INFO] [stderr]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]    = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `slab_print`
[INFO] [stderr]   --> src/macros.rs:3:31
[INFO] [stderr]    |
[INFO] [stderr] 3  |         if cfg!(test) && cfg!(slab_print) {
[INFO] [stderr]    |                               ^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]   ::: src/page/stack.rs:47:21
[INFO] [stderr]    |
[INFO] [stderr] 47 |                     test_println!("-> successful; next={:#x}", next);
[INFO] [stderr]    |                     ------------------------------------------------ in this macro invocation
[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(slab_print)'] }
[INFO] [stderr]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]    = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `slab_print`
[INFO] [stderr]    --> src/macros.rs:3:31
[INFO] [stderr]     |
[INFO] [stderr] 3   |         if cfg!(test) && cfg!(slab_print) {
[INFO] [stderr]     |                               ^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/page/mod.rs:146:9
[INFO] [stderr]     |
[INFO] [stderr] 146 |         test_println!("-> local head {:?}", head);
[INFO] [stderr]     |         ----------------------------------------- in this macro invocation
[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(slab_print)'] }
[INFO] [stderr]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]     = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `slab_print`
[INFO] [stderr]    --> src/macros.rs:3:31
[INFO] [stderr]     |
[INFO] [stderr] 3   |         if cfg!(test) && cfg!(slab_print) {
[INFO] [stderr]     |                               ^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/page/mod.rs:156:13
[INFO] [stderr]     |
[INFO] [stderr] 156 |             test_println!("-> remote head {:?}", head);
[INFO] [stderr]     |             ------------------------------------------ in this macro invocation
[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(slab_print)'] }
[INFO] [stderr]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]     = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `slab_print`
[INFO] [stderr]    --> src/macros.rs:3:31
[INFO] [stderr]     |
[INFO] [stderr] 3   |         if cfg!(test) && cfg!(slab_print) {
[INFO] [stderr]     |                               ^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/page/mod.rs:163:13
[INFO] [stderr]     |
[INFO] [stderr] 163 |             test_println!("-> NULL! {:?}", head);
[INFO] [stderr]     |             ------------------------------------ in this macro invocation
[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(slab_print)'] }
[INFO] [stderr]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]     = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `slab_print`
[INFO] [stderr]    --> src/macros.rs:3:31
[INFO] [stderr]     |
[INFO] [stderr] 3   |         if cfg!(test) && cfg!(slab_print) {
[INFO] [stderr]     |                               ^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/page/mod.rs:185:9
[INFO] [stderr]     |
[INFO] [stderr] 185 |         test_println!("-> offset {:?}", poff);
[INFO] [stderr]     |         ------------------------------------- in this macro invocation
[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(slab_print)'] }
[INFO] [stderr]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]     = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `slab_print`
[INFO] [stderr]    --> src/macros.rs:3:31
[INFO] [stderr]     |
[INFO] [stderr] 3   |         if cfg!(test) && cfg!(slab_print) {
[INFO] [stderr]     |                               ^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/page/mod.rs:214:9
[INFO] [stderr]     |
[INFO] [stderr] 214 |         test_println!("-> take: offset {:?}", offset);
[INFO] [stderr]     |         --------------------------------------------- in this macro invocation
[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(slab_print)'] }
[INFO] [stderr]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]     = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `slab_print`
[INFO] [stderr]    --> src/macros.rs:3:31
[INFO] [stderr]     |
[INFO] [stderr] 3   |         if cfg!(test) && cfg!(slab_print) {
[INFO] [stderr]     |                               ^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/page/mod.rs:231:9
[INFO] [stderr]     |
[INFO] [stderr] 231 |         test_println!("-> offset {:?}", offset);
[INFO] [stderr]     |         --------------------------------------- in this macro invocation
[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(slab_print)'] }
[INFO] [stderr]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]     = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `slab_print`
[INFO] [stderr]    --> src/macros.rs:3:31
[INFO] [stderr]     |
[INFO] [stderr] 3   |         if cfg!(test) && cfg!(slab_print) {
[INFO] [stderr]     |                               ^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/page/mod.rs:287:9
[INFO] [stderr]     |
[INFO] [stderr] 287 |         test_println!("-> init_with: insert at offset: {}", index);
[INFO] [stderr]     |         ---------------------------------------------------------- in this macro invocation
[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(slab_print)'] }
[INFO] [stderr]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]     = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `slab_print`
[INFO] [stderr]    --> src/macros.rs:3:31
[INFO] [stderr]     |
[INFO] [stderr] 3   |         if cfg!(test) && cfg!(slab_print) {
[INFO] [stderr]     |                               ^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/page/mod.rs:294:9
[INFO] [stderr]     |
[INFO] [stderr] 294 |         test_println!("-> alloc new page ({})", self.size);
[INFO] [stderr]     |         -------------------------------------------------- in this macro invocation
[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(slab_print)'] }
[INFO] [stderr]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]     = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `slab_print`
[INFO] [stderr]    --> src/macros.rs:3:31
[INFO] [stderr]     |
[INFO] [stderr] 3   |         if cfg!(test) && cfg!(slab_print) {
[INFO] [stderr]     |                               ^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/page/mod.rs:318:9
[INFO] [stderr]     |
[INFO] [stderr] 318 |         test_println!("-> offset {:?}", offset);
[INFO] [stderr]     |         --------------------------------------- in this macro invocation
[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(slab_print)'] }
[INFO] [stderr]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]     = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `slab_print`
[INFO] [stderr]    --> src/macros.rs:3:31
[INFO] [stderr]     |
[INFO] [stderr] 3   |         if cfg!(test) && cfg!(slab_print) {
[INFO] [stderr]     |                               ^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/page/mod.rs:338:9
[INFO] [stderr]     |
[INFO] [stderr] 338 |         test_println!("-> offset {:?}", offset);
[INFO] [stderr]     |         --------------------------------------- in this macro invocation
[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(slab_print)'] }
[INFO] [stderr]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]     = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `slab_print`
[INFO] [stderr]   --> src/macros.rs:3:31
[INFO] [stderr]    |
[INFO] [stderr] 3  |         if cfg!(test) && cfg!(slab_print) {
[INFO] [stderr]    |                               ^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]   ::: src/shard.rs:79:9
[INFO] [stderr]    |
[INFO] [stderr] 79 |         test_println!("-> {:?}", addr);
[INFO] [stderr]    |         ------------------------------ in this macro invocation
[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(slab_print)'] }
[INFO] [stderr]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]    = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `slab_print`
[INFO] [stderr]    --> src/macros.rs:3:31
[INFO] [stderr]     |
[INFO] [stderr] 3   |         if cfg!(test) && cfg!(slab_print) {
[INFO] [stderr]     |                               ^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/shard.rs:111:9
[INFO] [stderr]     |
[INFO] [stderr] 111 |         test_println!("-> remove_local {:?}", addr);
[INFO] [stderr]     |         ------------------------------------------- in this macro invocation
[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(slab_print)'] }
[INFO] [stderr]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]     = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `slab_print`
[INFO] [stderr]    --> src/macros.rs:3:31
[INFO] [stderr]     |
[INFO] [stderr] 3   |         if cfg!(test) && cfg!(slab_print) {
[INFO] [stderr]     |                               ^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/shard.rs:125:9
[INFO] [stderr]     |
[INFO] [stderr] 125 |         test_println!("-> take_remote {:?}; page {:?}", addr, page_index);
[INFO] [stderr]     |         ----------------------------------------------------------------- in this macro invocation
[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(slab_print)'] }
[INFO] [stderr]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]     = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `slab_print`
[INFO] [stderr]    --> src/macros.rs:3:31
[INFO] [stderr]     |
[INFO] [stderr] 3   |         if cfg!(test) && cfg!(slab_print) {
[INFO] [stderr]     |                               ^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/shard.rs:172:13
[INFO] [stderr]     |
[INFO] [stderr] 172 |             test_println!("-> page {}; {:?}; {:?}", page_idx, local, page);
[INFO] [stderr]     |             -------------------------------------------------------------- in this macro invocation
[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(slab_print)'] }
[INFO] [stderr]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]     = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `slab_print`
[INFO] [stderr]    --> src/macros.rs:3:31
[INFO] [stderr]     |
[INFO] [stderr] 3   |           if cfg!(test) && cfg!(slab_print) {
[INFO] [stderr]     |                                 ^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/shard.rs:208:9
[INFO] [stderr]     |
[INFO] [stderr] 208 | /         test_println!(
[INFO] [stderr] 209 | |             "-> clear_after_release; self.tid={:?}; current.tid={:?};",
[INFO] [stderr] 210 | |             tid,
[INFO] [stderr] 211 | |             self.tid
[INFO] [stderr] 212 | |         );
[INFO] [stderr]     | |_________- in this macro invocation
[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(slab_print)'] }
[INFO] [stderr]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]     = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `slab_print`
[INFO] [stderr]    --> src/macros.rs:3:31
[INFO] [stderr]     |
[INFO] [stderr] 3   |         if cfg!(test) && cfg!(slab_print) {
[INFO] [stderr]     |                               ^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/shard.rs:286:9
[INFO] [stderr]     |
[INFO] [stderr] 286 |         test_println!("-> get shard={}", idx);
[INFO] [stderr]     |         ------------------------------------- in this macro invocation
[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(slab_print)'] }
[INFO] [stderr]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]     = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `slab_print`
[INFO] [stderr]    --> src/macros.rs:3:31
[INFO] [stderr]     |
[INFO] [stderr] 3   |         if cfg!(test) && cfg!(slab_print) {
[INFO] [stderr]     |                               ^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/shard.rs:293:9
[INFO] [stderr]     |
[INFO] [stderr] 293 |         test_println!("current: {:?}", tid);
[INFO] [stderr]     |         ----------------------------------- in this macro invocation
[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(slab_print)'] }
[INFO] [stderr]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[WARN] too much data in the log, truncating it