Build #1890485 2025-03-20 14:48:13
# rustc version
rustc 1.87.0-nightly (1aeb99d24 2025-03-19)# 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/thingbuf-0.1.6/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/thingbuf-0.1.6/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:4b26683ee3c49f365255c425c23003cbf4366de097804722c29c5bbbee3624d2" "/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\", \"-20250319-1.87.0-nightly-1aeb99d24\", \"--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] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 056cadcfc666a3e6f6961b6bdf9e705c5bf6100968974350fa4cbc93e90c3d98
[INFO] running `Command { std: "docker" "start" "-a" "056cadcfc666a3e6f6961b6bdf9e705c5bf6100968974350fa4cbc93e90c3d98", kill_on_drop: false }`
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr] Documenting thingbuf v0.1.6 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unexpected `cfg` condition name: `loom`
[INFO] [stderr] --> src/lib.rs:25:40
[INFO] [stderr] |
[INFO] [stderr] 25 | #![all(feature = "static", not(all(loom, test)))]
[INFO] [stderr] | ^^^^
[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: `loom`
[INFO] [stderr] --> src/loom.rs:3:17
[INFO] [stderr] |
[INFO] [stderr] 3 | #[cfg(all(test, loom))]
[INFO] [stderr] | ^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(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/loom.rs:203:15
[INFO] [stderr] |
[INFO] [stderr] 203 | #[cfg(not(all(loom, test)))]
[INFO] [stderr] | ^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(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/mpsc.rs:647:11
[INFO] [stderr] |
[INFO] [stderr] 647 | #[cfg(all(loom, test))]
[INFO] [stderr] | ^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(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/mpsc.rs:314:15
[INFO] [stderr] |
[INFO] [stderr] 314 | #[cfg(not(loom))]
[INFO] [stderr] | ^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(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/mpsc.rs:324:11
[INFO] [stderr] |
[INFO] [stderr] 324 | #[cfg(loom)]
[INFO] [stderr] | ^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(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: `thingbuf_trace`
[INFO] [stderr] --> src/macros.rs:3:40
[INFO] [stderr] |
[INFO] [stderr] 3 | #[cfg(all(feature = "std", any(thingbuf_trace, test)))]
[INFO] [stderr] | ^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] ::: src/mpsc.rs:342:13
[INFO] [stderr] |
[INFO] [stderr] 342 | test_println!("draining_queue");
[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(thingbuf_trace)'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(thingbuf_trace)");` 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: `thingbuf_trace`
[INFO] [stderr] --> src/macros.rs:3:40
[INFO] [stderr] |
[INFO] [stderr] 3 | #[cfg(all(feature = "std", any(thingbuf_trace, test)))]
[INFO] [stderr] | ^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] ::: src/mpsc.rs:420:9
[INFO] [stderr] |
[INFO] [stderr] 420 | test_println!("poll_recv_ref");
[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(thingbuf_trace)'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(thingbuf_trace)");` 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: `thingbuf_trace`
[INFO] [stderr] --> src/macros.rs:3:40
[INFO] [stderr] |
[INFO] [stderr] 3 | #[cfg(all(feature = "std", any(thingbuf_trace, test)))]
[INFO] [stderr] | ^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] ::: src/mpsc.rs:422:13
[INFO] [stderr] |
[INFO] [stderr] 422 | test_println!("poll_recv_ref => loop");
[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(thingbuf_trace)'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(thingbuf_trace)");` 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: `thingbuf_trace`
[INFO] [stderr] --> src/macros.rs:24:48
[INFO] [stderr] |
[INFO] [stderr] 24 | #[cfg(all(feature = "std", any(thingbuf_trace, test)))]
[INFO] [stderr] | ^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] ::: src/mpsc.rs:429:19
[INFO] [stderr] |
[INFO] [stderr] 429 | match test_dbg!(self.rx_wait.wait_with(&mk_waiter)) {
[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(thingbuf_trace)'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(thingbuf_trace)");` 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_dbg` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `thingbuf_trace`
[INFO] [stderr] --> src/macros.rs:3:40
[INFO] [stderr] |
[INFO] [stderr] 3 | #[cfg(all(feature = "std", any(thingbuf_trace, test)))]
[INFO] [stderr] | ^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] ::: src/mpsc.rs:435:21
[INFO] [stderr] |
[INFO] [stderr] 435 | test_println!("-> yield");
[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(thingbuf_trace)'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(thingbuf_trace)");` 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: `thingbuf_trace`
[INFO] [stderr] --> src/macros.rs:3:40
[INFO] [stderr] |
[INFO] [stderr] 3 | #[cfg(all(feature = "std", any(thingbuf_trace, test)))]
[INFO] [stderr] | ^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] ::: src/mpsc.rs:562:9
[INFO] [stderr] |
[INFO] [stderr] 562 | test_println!("notifying rx ({})", core::any::type_name::<N>());
[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(thingbuf_trace)'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(thingbuf_trace)");` 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: `thingbuf_trace`
[INFO] [stderr] --> src/macros.rs:3:40
[INFO] [stderr] |
[INFO] [stderr] 3 | #[cfg(all(feature = "std", any(thingbuf_trace, test)))]
[INFO] [stderr] | ^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] ::: src/mpsc.rs:570:9
[INFO] [stderr] |
[INFO] [stderr] 570 | test_println!("notifying tx ({})", core::any::type_name::<N>());
[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(thingbuf_trace)'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(thingbuf_trace)");` 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/mpsc/async_impl.rs:840:15
[INFO] [stderr] |
[INFO] [stderr] 840 | #[cfg(not(all(loom, test)))]
[INFO] [stderr] | ^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(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: `thingbuf_trace`
[INFO] [stderr] --> src/macros.rs:24:48
[INFO] [stderr] |
[INFO] [stderr] 24 | #[cfg(all(feature = "std", any(thingbuf_trace, test)))]
[INFO] [stderr] | ^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] ::: src/mpsc/async_impl.rs:383:13
[INFO] [stderr] |
[INFO] [stderr] 383 | test_dbg!(self.inner.core.tx_count.fetch_add(1, Ordering::Relaxed));
[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(thingbuf_trace)'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(thingbuf_trace)");` 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_dbg` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `thingbuf_trace`
[INFO] [stderr] --> src/macros.rs:24:48
[INFO] [stderr] |
[INFO] [stderr] 24 | #[cfg(all(feature = "std", any(thingbuf_trace, test)))]
[INFO] [stderr] | ^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] ::: src/mpsc/async_impl.rs:392:16
[INFO] [stderr] |
[INFO] [stderr] 392 | if test_dbg!(self.inner.core.tx_count.fetch_sub(1, Ordering::Release)) > 1 {
[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(thingbuf_trace)'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(thingbuf_trace)");` 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_dbg` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `thingbuf_trace`
[INFO] [stderr] --> src/macros.rs:24:48
[INFO] [stderr] |
[INFO] [stderr] 24 | #[cfg(all(feature = "std", any(thingbuf_trace, test)))]
[INFO] [stderr] | ^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] ::: src/mpsc/async_impl.rs:397:13
[INFO] [stderr] |
[INFO] [stderr] 397 | test_dbg!(atomic::fence(Ordering::SeqCst));
[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(thingbuf_trace)'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(thingbuf_trace)");` 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_dbg` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `thingbuf_trace`
[INFO] [stderr] --> src/macros.rs:24:48
[INFO] [stderr] |
[INFO] [stderr] 24 | #[cfg(all(feature = "std", any(thingbuf_trace, test)))]
[INFO] [stderr] | ^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] ::: src/mpsc/async_impl.rs:701:13
[INFO] [stderr] |
[INFO] [stderr] 701 | test_dbg!(self.inner.core.tx_count.load(Ordering::SeqCst)) <= 1
[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(thingbuf_trace)'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(thingbuf_trace)");` 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_dbg` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `thingbuf_trace`
[INFO] [stderr] --> src/macros.rs:24:48
[INFO] [stderr] |
[INFO] [stderr] 24 | #[cfg(all(feature = "std", any(thingbuf_trace, test)))]
[INFO] [stderr] | ^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] ::: src/mpsc/async_impl.rs:1304:13
[INFO] [stderr] |
[INFO] [stderr] 1304 | test_dbg!(self.core.tx_count.fetch_add(1, Ordering::Relaxed));
[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(thingbuf_trace)'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(thingbuf_trace)");` 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_dbg` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `thingbuf_trace`
[INFO] [stderr] --> src/macros.rs:24:48
[INFO] [stderr] |
[INFO] [stderr] 24 | #[cfg(all(feature = "std", any(thingbuf_trace, test)))]
[INFO] [stderr] | ^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] ::: src/mpsc/async_impl.rs:1315:16
[INFO] [stderr] |
[INFO] [stderr] 1315 | if test_dbg!(self.core.tx_count.fetch_sub(1, Ordering::Release)) > 1 {
[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(thingbuf_trace)'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(thingbuf_trace)");` 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_dbg` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `thingbuf_trace`
[INFO] [stderr] --> src/macros.rs:24:48
[INFO] [stderr] |
[INFO] [stderr] 24 | #[cfg(all(feature = "std", any(thingbuf_trace, test)))]
[INFO] [stderr] | ^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] ::: src/mpsc/async_impl.rs:1320:13
[INFO] [stderr] |
[INFO] [stderr] 1320 | test_dbg!(atomic::fence(Ordering::SeqCst));
[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(thingbuf_trace)'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(thingbuf_trace)");` 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_dbg` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `thingbuf_trace`
[INFO] [stderr] --> src/macros.rs:24:48
[INFO] [stderr] |
[INFO] [stderr] 24 | #[cfg(all(feature = "std", any(thingbuf_trace, test)))]
[INFO] [stderr] | ^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] ::: src/mpsc/async_impl.rs:1642:13
[INFO] [stderr] |
[INFO] [stderr] 1642 | test_dbg!(self.core.tx_count.load(Ordering::SeqCst)) <= 1
[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(thingbuf_trace)'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(thingbuf_trace)");` 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_dbg` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `thingbuf_trace`
[INFO] [stderr] --> src/macros.rs:3:40
[INFO] [stderr] |
[INFO] [stderr] 3 | #[cfg(all(feature = "std", any(thingbuf_trace, test)))]
[INFO] [stderr] | ^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] ::: src/mpsc/async_impl.rs:1915:9
[INFO] [stderr] |
[INFO] [stderr] 1915 | test_println!("SendRefFuture::poll({:p})", self);
[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(thingbuf_trace)'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(thingbuf_trace)");` 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: `thingbuf_trace`
[INFO] [stderr] --> src/macros.rs:24:48
[INFO] [stderr] |
[INFO] [stderr] 24 | #[cfg(all(feature = "std", any(thingbuf_trace, test)))]
[INFO] [stderr] | ^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] ::: src/mpsc/async_impl.rs:1920:19
[INFO] [stderr] |
[INFO] [stderr] 1920 | match test_dbg!(*this.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(thingbuf_trace)'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(thingbuf_trace)");` 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_dbg` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `thingbuf_trace`
[INFO] [stderr] --> src/macros.rs:24:48
[INFO] [stderr] |
[INFO] [stderr] 24 | #[cfg(all(feature = "std", any(thingbuf_trace, test)))]
[INFO] [stderr] | ^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] ::: src/mpsc/async_impl.rs:1930:27
[INFO] [stderr] |
[INFO] [stderr] 1930 | match test_dbg!(start_wait) {
[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(thingbuf_trace)'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(thingbuf_trace)");` 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_dbg` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `thingbuf_trace`
[INFO] [stderr] --> src/macros.rs:24:48
[INFO] [stderr] |
[INFO] [stderr] 24 | #[cfg(all(feature = "std", any(thingbuf_trace, test)))]
[INFO] [stderr] | ^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] ::: src/mpsc/async_impl.rs:1948:27
[INFO] [stderr] |
[INFO] [stderr] 1948 | match test_dbg!(continue_wait) {
[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(thingbuf_trace)'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(thingbuf_trace)");` 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_dbg` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `thingbuf_trace`
[INFO] [stderr] --> src/macros.rs:3:40
[INFO] [stderr] |
[INFO] [stderr] 3 | #[cfg(all(feature = "std", any(thingbuf_trace, test)))]
[INFO] [stderr] | ^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] ::: src/mpsc/async_impl.rs:1974:9
[INFO] [stderr] |
[INFO] [stderr] 1974 | test_println!("SendRefFuture::drop({:p})", self);
[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(thingbuf_trace)'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(thingbuf_trace)");` 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: `thingbuf_trace`
[INFO] [stderr] --> src/macros.rs:24:48
[INFO] [stderr] |
[INFO] [stderr] 24 | #[cfg(all(feature = "std", any(thingbuf_trace, test)))]
[INFO] [stderr] | ^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] ::: src/mpsc/async_impl.rs:1976:12
[INFO] [stderr] |
[INFO] [stderr] 1976 | if test_dbg!(*this.state) == State::Waiting && test_dbg!(this.waiter.is_linked()) {
[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(thingbuf_trace)'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(thingbuf_trace)");` 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_dbg` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `thingbuf_trace`
[INFO] [stderr] --> src/macros.rs:24:48
[INFO] [stderr] |
[INFO] [stderr] 24 | #[cfg(all(feature = "std", any(thingbuf_trace, test)))]
[INFO] [stderr] | ^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] ::: src/mpsc/async_impl.rs:1976:56
[INFO] [stderr] |
[INFO] [stderr] 1976 | if test_dbg!(*this.state) == State::Waiting && test_dbg!(this.waiter.is_linked()) {
[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(thingbuf_trace)'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(thingbuf_trace)");` 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_dbg` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `loom`
[INFO] [stderr] --> src/mpsc/blocking.rs:85:15
[INFO] [stderr] |
[INFO] [stderr] 85 | #[cfg(not(all(loom, test)))]
[INFO] [stderr] | ^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(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/mpsc/blocking.rs:2104:21
[INFO] [stderr] |
[INFO] [stderr] 2104 | #[cfg(not(all(test, loom)))]
[INFO] [stderr] | ^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(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/mpsc/blocking.rs:2186:21
[INFO] [stderr] |
[INFO] [stderr] 2186 | #[cfg(not(all(test, loom)))]
[INFO] [stderr] | ^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(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/mpsc/blocking.rs:413:29
[INFO] [stderr] |
[INFO] [stderr] 413 | #[cfg(not(all(test, loom)))]
[INFO] [stderr] | ^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(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/mpsc/blocking.rs:468:29
[INFO] [stderr] |
[INFO] [stderr] 468 | #[cfg(not(all(test, loom)))]
[INFO] [stderr] | ^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(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: `thingbuf_trace`
[INFO] [stderr] --> src/macros.rs:24:48
[INFO] [stderr] |
[INFO] [stderr] 24 | #[cfg(all(feature = "std", any(thingbuf_trace, test)))]
[INFO] [stderr] | ^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] ::: src/mpsc/blocking.rs:670:13
[INFO] [stderr] |
[INFO] [stderr] 670 | test_dbg!(self.core.tx_count.fetch_add(1, Ordering::Relaxed));
[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(thingbuf_trace)'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(thingbuf_trace)");` 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_dbg` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `thingbuf_trace`
[INFO] [stderr] --> src/macros.rs:24:48
[INFO] [stderr] |
[INFO] [stderr] 24 | #[cfg(all(feature = "std", any(thingbuf_trace, test)))]
[INFO] [stderr] | ^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] ::: src/mpsc/blocking.rs:681:16
[INFO] [stderr] |
[INFO] [stderr] 681 | if test_dbg!(self.core.tx_count.fetch_sub(1, Ordering::Release)) > 1 {
[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(thingbuf_trace)'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(thingbuf_trace)");` 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_dbg` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `thingbuf_trace`
[INFO] [stderr] --> src/macros.rs:24:48
[INFO] [stderr] |
[INFO] [stderr] 24 | #[cfg(all(feature = "std", any(thingbuf_trace, test)))]
[INFO] [stderr] | ^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] ::: src/mpsc/blocking.rs:686:13
[INFO] [stderr] |
[INFO] [stderr] 686 | test_dbg!(atomic::fence(Ordering::SeqCst));
[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(thingbuf_trace)'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(thingbuf_trace)");` 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_dbg` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `loom`
[INFO] [stderr] --> src/mpsc/blocking.rs:871:29
[INFO] [stderr] |
[INFO] [stderr] 871 | #[cfg(not(all(test, loom)))]
[INFO] [stderr] | ^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(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/mpsc/blocking.rs:927:29
[INFO] [stderr] |
[INFO] [stderr] 927 | #[cfg(not(all(test, loom)))]
[INFO] [stderr] | ^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(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: `thingbuf_trace`
[INFO] [stderr] --> src/macros.rs:24:48
[INFO] [stderr] |
[INFO] [stderr] 24 | #[cfg(all(feature = "std", any(thingbuf_trace, test)))]
[INFO] [stderr] | ^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] ::: src/mpsc/blocking.rs:1010:13
[INFO] [stderr] |
[INFO] [stderr] 1010 | test_dbg!(self.core.tx_count.load(Ordering::SeqCst)) <= 1
[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(thingbuf_trace)'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(thingbuf_trace)");` 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_dbg` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `loom`
[INFO] [stderr] --> src/mpsc/blocking.rs:1358:25
[INFO] [stderr] |
[INFO] [stderr] 1358 | #[cfg(not(all(test, loom)))]
[INFO] [stderr] | ^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(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/mpsc/blocking.rs:1418:25
[INFO] [stderr] |
[INFO] [stderr] 1418 | #[cfg(not(all(test, loom)))]
[INFO] [stderr] | ^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(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: `thingbuf_trace`
[INFO] [stderr] --> src/macros.rs:24:48
[INFO] [stderr] |
[INFO] [stderr] 24 | #[cfg(all(feature = "std", any(thingbuf_trace, test)))]
[INFO] [stderr] | ^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] ::: src/mpsc/blocking.rs:1612:9
[INFO] [stderr] |
[INFO] [stderr] 1612 | test_dbg!(self.inner.core.tx_count.fetch_add(1, Ordering::Relaxed));
[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(thingbuf_trace)'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(thingbuf_trace)");` 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_dbg` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `thingbuf_trace`
[INFO] [stderr] --> src/macros.rs:24:48
[INFO] [stderr] |
[INFO] [stderr] 24 | #[cfg(all(feature = "std", any(thingbuf_trace, test)))]
[INFO] [stderr] | ^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] ::: src/mpsc/blocking.rs:1621:12
[INFO] [stderr] |
[INFO] [stderr] 1621 | if test_dbg!(self.inner.core.tx_count.fetch_sub(1, Ordering::Release)) > 1 {
[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(thingbuf_trace)'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(thingbuf_trace)");` 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_dbg` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `thingbuf_trace`
[INFO] [stderr] --> src/macros.rs:24:48
[INFO] [stderr] |
[INFO] [stderr] 24 | #[cfg(all(feature = "std", any(thingbuf_trace, test)))]
[INFO] [stderr] | ^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] ::: src/mpsc/blocking.rs:1626:9
[INFO] [stderr] |
[INFO] [stderr] 1626 | test_dbg!(atomic::fence(Ordering::SeqCst));
[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(thingbuf_trace)'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(thingbuf_trace)");` 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_dbg` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `loom`
[INFO] [stderr] --> src/mpsc/blocking.rs:1796:25
[INFO] [stderr] |
[INFO] [stderr] 1796 | #[cfg(not(all(test, loom)))]
[INFO] [stderr] | ^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(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/mpsc/blocking.rs:1851:25
[INFO] [stderr] |
[INFO] [stderr] 1851 | #[cfg(not(all(test, loom)))]
[INFO] [stderr] | ^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(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: `thingbuf_trace`
[INFO] [stderr] --> src/macros.rs:24:48
[INFO] [stderr] |
[INFO] [stderr] 24 | #[cfg(all(feature = "std", any(thingbuf_trace, test)))]
[INFO] [stderr] | ^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] ::: src/mpsc/blocking.rs:1936:9
[INFO] [stderr] |
[INFO] [stderr] 1936 | test_dbg!(self.inner.core.tx_count.load(Ordering::SeqCst)) <= 1
[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(thingbuf_trace)'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(thingbuf_trace)");` 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_dbg` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `thingbuf_trace`
[INFO] [stderr] --> src/macros.rs:3:40
[INFO] [stderr] |
[INFO] [stderr] 3 | #[cfg(all(feature = "std", any(thingbuf_trace, test)))]
[INFO] [stderr] | ^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] ::: src/mpsc/blocking.rs:2097:17
[INFO] [stderr] |
[INFO] [stderr] 2097 | test_println!("parking ({:?})", thread::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(thingbuf_trace)'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(thingbuf_trace)");` 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: `thingbuf_trace`
[INFO] [stderr] --> src/macros.rs:3:40
[INFO] [stderr] |
[INFO] [stderr] 3 | #[cfg(all(feature = "std", any(thingbuf_trace, test)))]
[INFO] [stderr] | ^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] ::: src/mpsc/blocking.rs:2125:17
[INFO] [stderr] |
[INFO] [stderr] 2125 | test_println!("park_timeout ({:?})", thread::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(thingbuf_trace)'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(thingbuf_trace)");` 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: `thingbuf_trace`
[INFO] [stderr] --> src/macros.rs:24:48
[INFO] [stderr] |
[INFO] [stderr] 24 | #[cfg(all(feature = "std", any(thingbuf_trace, test)))]
[INFO] [stderr] | ^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] ::: src/mpsc/blocking.rs:2163:13
[INFO] [stderr] |
[INFO] [stderr] 2163 | test_dbg!(core.tx_wait.start_wait(node, &thread))
[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(thingbuf_trace)'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(thingbuf_trace)");` 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_dbg` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `thingbuf_trace`
[INFO] [stderr] --> src/macros.rs:24:48
[INFO] [stderr] |
[INFO] [stderr] 24 | #[cfg(all(feature = "std", any(thingbuf_trace, test)))]
[INFO] [stderr] | ^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] ::: src/mpsc/blocking.rs:2165:13
[INFO] [stderr] |
[INFO] [stderr] 2165 | test_dbg!(core.tx_wait.continue_wait(node, &thread))
[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(thingbuf_trace)'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(thingbuf_trace)");` 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_dbg` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `thingbuf_trace`
[INFO] [stderr] --> src/macros.rs:24:48
[INFO] [stderr] |
[INFO] [stderr] 24 | #[cfg(all(feature = "std", any(thingbuf_trace, test)))]
[INFO] [stderr] | ^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] ::: src/mpsc/blocking.rs:2216:13
[INFO] [stderr] |
[INFO] [stderr] 2216 | test_dbg!(core.tx_wait.start_wait(node, &thread))
[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(thingbuf_trace)'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(thingbuf_trace)");` 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_dbg` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `thingbuf_trace`
[INFO] [stderr] --> src/macros.rs:24:48
[INFO] [stderr] |
[INFO] [stderr] 24 | #[cfg(all(feature = "std", any(thingbuf_trace, test)))]
[INFO] [stderr] | ^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] ::: src/mpsc/blocking.rs:2218:13
[INFO] [stderr] |
[INFO] [stderr] 2218 | test_dbg!(core.tx_wait.continue_wait(node, &thread))
[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(thingbuf_trace)'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(thingbuf_trace)");` 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_dbg` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `loom`
[INFO] [stderr] --> src/util/mutex.rs:1:36
[INFO] [stderr] |
[INFO] [stderr] 1 | #[cfg(not(any(feature = "std", all(loom, test))))]
[INFO] [stderr] | ^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(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/util/mutex.rs:8:37
[INFO] [stderr] |
[INFO] [stderr] 8 | #![all(feature = "std", not(all(loom, test)))]
[INFO] [stderr] | ^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(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/util/mutex.rs:14:12
[INFO] [stderr] |
[INFO] [stderr] 14 | #![all(loom, test)]
[INFO] [stderr] | ^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(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/util.rs:33:23
[INFO] [stderr] |
[INFO] [stderr] 33 | #[cfg(not(all(loom, test)))]
[INFO] [stderr] | ^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(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/util.rs:38:19
[INFO] [stderr] |
[INFO] [stderr] 38 | #[cfg(all(loom, test))]
[INFO] [stderr] | ^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(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: `thingbuf_trace`
[INFO] [stderr] --> src/macros.rs:24:48
[INFO] [stderr] |
[INFO] [stderr] 24 | #[cfg(all(feature = "std", any(thingbuf_trace, test)))]
[INFO] [stderr] | ^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] ::: src/util.rs:34:21
[INFO] [stderr] |
[INFO] [stderr] 34 | for _ in 0..test_dbg!(1 << self.0.min(Self::MAX_SPINS)) {
[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(thingbuf_trace)'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(thingbuf_trace)");` 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_dbg` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `loom`
[INFO] [stderr] --> src/util.rs:61:23
[INFO] [stderr] |
[INFO] [stderr] 61 | #[cfg(any(all(loom, test), feature = "std"))]
[INFO] [stderr] | ^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(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: `thingbuf_trace`
[INFO] [stderr] --> src/macros.rs:3:40
[INFO] [stderr] |
[INFO] [stderr] 3 | #[cfg(all(feature = "std", any(thingbuf_trace, test)))]
[INFO] [stderr] | ^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] ::: src/util.rs:60:9
[INFO] [stderr] |
[INFO] [stderr] 60 | test_println!("thread::yield_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(thingbuf_trace)'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(thingbuf_trace)");` 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/util.rs:52:27
[INFO] [stderr] |
[INFO] [stderr] 52 | #[cfg(not(all(loom, test)))]
[INFO] [stderr] | ^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(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: `thingbuf_trace`
[INFO] [stderr] --> src/macros.rs:3:40
[INFO] [stderr] |
[INFO] [stderr] 3 | #[cfg(all(feature = "std", any(thingbuf_trace, test)))]
[INFO] [stderr] | ^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] ::: src/util.rs:57:13
[INFO] [stderr] |
[INFO] [stderr] 57 | test_println!("hint::spin_loop() (x{})", 1 << self.0);
[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(thingbuf_trace)'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(thingbuf_trace)");` 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/wait/cell.rs:270:11
[INFO] [stderr] |
[INFO] [stderr] 270 | #[cfg(all(loom, test))]
[INFO] [stderr] | ^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(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/wait/cell.rs:47:19
[INFO] [stderr] |
[INFO] [stderr] 47 | #[cfg(not(all(loom, test)))]
[INFO] [stderr] | ^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(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/wait/cell.rs:55:15
[INFO] [stderr] |
[INFO] [stderr] 55 | #[cfg(all(loom, test))]
[INFO] [stderr] | ^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(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: `thingbuf_trace`
[INFO] [stderr] --> src/macros.rs:3:40
[INFO] [stderr] |
[INFO] [stderr] 3 | #[cfg(all(feature = "std", any(thingbuf_trace, test)))]
[INFO] [stderr] | ^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] ::: src/wait/cell.rs:66:9
[INFO] [stderr] |
[INFO] [stderr] 66 | test_println!("registering waiter");
[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(thingbuf_trace)'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(thingbuf_trace)");` 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: `thingbuf_trace`
[INFO] [stderr] --> src/macros.rs:3:40
[INFO] [stderr] |
[INFO] [stderr] 3 | #[cfg(all(feature = "std", any(thingbuf_trace, test)))]
[INFO] [stderr] | ^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] ::: src/wait/cell.rs:89:9
[INFO] [stderr] |
[INFO] [stderr] 89 | test_println!("-> locked!");
[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(thingbuf_trace)'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(thingbuf_trace)");` 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: `thingbuf_trace`
[INFO] [stderr] --> src/macros.rs:24:48
[INFO] [stderr] |
[INFO] [stderr] 24 | #[cfg(all(feature = "std", any(thingbuf_trace, test)))]
[INFO] [stderr] | ^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] ::: src/wait/cell.rs:69:15
[INFO] [stderr] |
[INFO] [stderr] 69 | match test_dbg!(self.compare_exchange(State::WAITING, State::PARKING, Acquire)) {
[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(thingbuf_trace)'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(thingbuf_trace)");` 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_dbg` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `thingbuf_trace`
[INFO] [stderr] --> src/macros.rs:24:48
[INFO] [stderr] |
[INFO] [stderr] 24 | #[cfg(all(feature = "std", any(thingbuf_trace, test)))]
[INFO] [stderr] | ^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] ::: src/wait/cell.rs:71:28
[INFO] [stderr] |
[INFO] [stderr] 71 | Err(actual) if test_dbg!(actual.contains(State::TX_CLOSED)) => {
[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(thingbuf_trace)'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(thingbuf_trace)");` 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_dbg` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `thingbuf_trace`
[INFO] [stderr] --> src/macros.rs:24:48
[INFO] [stderr] |
[INFO] [stderr] 24 | #[cfg(all(feature = "std", any(thingbuf_trace, test)))]
[INFO] [stderr] | ^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] ::: src/wait/cell.rs:74:28
[INFO] [stderr] |
[INFO] [stderr] 74 | Err(actual) if test_dbg!(actual.contains(State::NOTIFYING)) => {
[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(thingbuf_trace)'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(thingbuf_trace)");` 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_dbg` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `thingbuf_trace`
[INFO] [stderr] --> src/macros.rs:24:48
[INFO] [stderr] |
[INFO] [stderr] 24 | #[cfg(all(feature = "std", any(thingbuf_trace, test)))]
[INFO] [stderr] | ^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] ::: src/wait/cell.rs:92:34
[INFO] [stderr] |
[INFO] [stderr] 92 | let new_waiter = test_dbg!(new_waiter);
[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(thingbuf_trace)'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(thingbuf_trace)");` 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_dbg` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `thingbuf_trace`
[INFO] [stderr] --> src/macros.rs:24:48
[INFO] [stderr] |
[INFO] [stderr] 24 | #[cfg(all(feature = "std", any(thingbuf_trace, test)))]
[INFO] [stderr] | ^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] ::: src/wait/cell.rs:96:24
[INFO] [stderr] |
[INFO] [stderr] 96 | (None, test_dbg!(prev_waiter))
[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(thingbuf_trace)'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(thingbuf_trace)");` 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_dbg` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `thingbuf_trace`
[INFO] [stderr] --> src/macros.rs:24:48
[INFO] [stderr] |
[INFO] [stderr] 24 | #[cfg(all(feature = "std", any(thingbuf_trace, test)))]
[INFO] [stderr] | ^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] ::: src/wait/cell.rs:101:28
[INFO] [stderr] |
[INFO] [stderr] 101 | let result = match test_dbg!(self.compare_exchange(State::PARKING, State::WAITING, AcqRel))
[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(thingbuf_trace)'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(thingbuf_trace)");` 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_dbg` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `thingbuf_trace`
[INFO] [stderr] --> src/macros.rs:3:40
[INFO] [stderr] |
[INFO] [stderr] 3 | #[cfg(all(feature = "std", any(thingbuf_trace, test)))]
[INFO] [stderr] | ^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] ::: src/wait/cell.rs:112:17
[INFO] [stderr] |
[INFO] [stderr] 112 | test_println!("-> was notified; state={:?}", 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(thingbuf_trace)'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(thingbuf_trace)");` 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: `thingbuf_trace`
[INFO] [stderr] --> src/macros.rs:24:48
[INFO] [stderr] |
[INFO] [stderr] 24 | #[cfg(all(feature = "std", any(thingbuf_trace, test)))]
[INFO] [stderr] | ^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] ::: src/wait/cell.rs:116:29
[INFO] [stderr] |
[INFO] [stderr] 116 | let state = test_dbg!(self.fetch_and(State::TX_CLOSED, AcqRel));
[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(thingbuf_trace)'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(thingbuf_trace)");` 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_dbg` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `thingbuf_trace`
[INFO] [stderr] --> src/macros.rs:24:48
[INFO] [stderr] |
[INFO] [stderr] 24 | #[cfg(all(feature = "std", any(thingbuf_trace, test)))]
[INFO] [stderr] | ^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] ::: src/wait/cell.rs:137:20
[INFO] [stderr] |
[INFO] [stderr] 137 | if test_dbg!(state.contains(State::TX_CLOSED)) {
[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(thingbuf_trace)'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(thingbuf_trace)");` 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_dbg` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `thingbuf_trace`
[INFO] [stderr] --> src/macros.rs:3:40
[INFO] [stderr] |
[INFO] [stderr] 3 | #[cfg(all(feature = "std", any(thingbuf_trace, test)))]
[INFO] [stderr] | ^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] ::: src/wait/cell.rs:161:9
[INFO] [stderr] |
[INFO] [stderr] 161 | test_println!("notifying; close={:?};", close);
[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(thingbuf_trace)'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(thingbuf_trace)");` 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: `thingbuf_trace`
[INFO] [stderr] --> src/macros.rs:24:48
[INFO] [stderr] |
[INFO] [stderr] 24 | #[cfg(all(feature = "std", any(thingbuf_trace, test)))]
[INFO] [stderr] | ^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] ::: src/wait/cell.rs:163:9
[INFO] [stderr] |
[INFO] [stderr] 163 | test_dbg!(bits);
[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(thingbuf_trace)'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(thingbuf_trace)");` 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_dbg` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `thingbuf_trace`
[INFO] [stderr] --> src/macros.rs:24:48
[INFO] [stderr] |
[INFO] [stderr] 24 | #[cfg(all(feature = "std", any(thingbuf_trace, test)))]
[INFO] [stderr] | ^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] ::: src/wait/cell.rs:164:12
[INFO] [stderr] |
[INFO] [stderr] 164 | if test_dbg!(self.fetch_or(bits, AcqRel)) == State::WAITING {
[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(thingbuf_trace)'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(thingbuf_trace)");` 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_dbg` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `thingbuf_trace`
[INFO] [stderr] --> src/macros.rs:24:48
[INFO] [stderr] |
[INFO] [stderr] 24 | #[cfg(all(feature = "std", any(thingbuf_trace, test)))]
[INFO] [stderr] | ^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] ::: src/wait/cell.rs:168:13
[INFO] [stderr] |
[INFO] [stderr] 168 | test_dbg!(self.fetch_and(!State::NOTIFYING, AcqRel));
[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(thingbuf_trace)'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(thingbuf_trace)");` 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_dbg` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `thingbuf_trace`
[INFO] [stderr] --> src/macros.rs:24:48
[INFO] [stderr] |
[INFO] [stderr] 24 | #[cfg(all(feature = "std", any(thingbuf_trace, test)))]
[INFO] [stderr] | ^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] ::: src/wait/cell.rs:170:35
[INFO] [stderr] |
[INFO] [stderr] 170 | if let Some(waiter) = test_dbg!(waiter) {
[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(thingbuf_trace)'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(thingbuf_trace)");` 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_dbg` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `loom`
[INFO] [stderr] --> src/wait/queue.rs:645:21
[INFO] [stderr] |
[INFO] [stderr] 645 | #[cfg(all(test, not(loom)))]
[INFO] [stderr] | ^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(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/wait/queue.rs:162:11
[INFO] [stderr] |
[INFO] [stderr] 162 | #[cfg(loom)]
[INFO] [stderr] | ^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(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/wait/queue.rs:170:15
[INFO] [stderr] |
[INFO] [stderr] 170 | #[cfg(not(loom))]
[INFO] [stderr] | ^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(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: `thingbuf_trace`
[INFO] [stderr] --> src/macros.rs:3:40
[INFO] [stderr] |
[INFO] [stderr] 3 | #[cfg(all(feature = "std", any(thingbuf_trace, test)))]
[INFO] [stderr] | ^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] ::: src/wait/queue.rs:189:9
[INFO] [stderr] |
[INFO] [stderr] 189 | test_println!("WaitQueue::start_wait({:p})", node);
[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(thingbuf_trace)'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(thingbuf_trace)");` 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: `thingbuf_trace`
[INFO] [stderr] --> src/macros.rs:24:48
[INFO] [stderr] |
[INFO] [stderr] 24 | #[cfg(all(feature = "std", any(thingbuf_trace, test)))]
[INFO] [stderr] | ^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] ::: src/wait/queue.rs:193:15
[INFO] [stderr] |
[INFO] [stderr] 193 | match test_dbg!(self.state.compare_exchange(WAKING, EMPTY, SeqCst, SeqCst)) {
[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(thingbuf_trace)'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(thingbuf_trace)");` 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_dbg` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `thingbuf_trace`
[INFO] [stderr] --> src/macros.rs:3:40
[INFO] [stderr] |
[INFO] [stderr] 3 | #[cfg(all(feature = "std", any(thingbuf_trace, test)))]
[INFO] [stderr] | ^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] ::: src/wait/queue.rs:209:9
[INFO] [stderr] |
[INFO] [stderr] 209 | test_println!("WaitQueue::start_wait_slow({:p})", node);
[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(thingbuf_trace)'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(thingbuf_trace)");` 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: `thingbuf_trace`
[INFO] [stderr] --> src/macros.rs:24:48
[INFO] [stderr] |
[INFO] [stderr] 24 | #[cfg(all(feature = "std", any(thingbuf_trace, test)))]
[INFO] [stderr] | ^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] ::: src/wait/queue.rs:221:19
[INFO] [stderr] |
[INFO] [stderr] 221 | match test_dbg!(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(thingbuf_trace)'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(thingbuf_trace)");` 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_dbg` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `thingbuf_trace`
[INFO] [stderr] --> src/macros.rs:24:48
[INFO] [stderr] |
[INFO] [stderr] 24 | #[cfg(all(feature = "std", any(thingbuf_trace, test)))]
[INFO] [stderr] | ^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] ::: src/wait/queue.rs:225:27
[INFO] [stderr] |
[INFO] [stderr] 225 | match test_dbg!(self
[INFO] [stderr] | ___________________________-
[INFO] [stderr] 226 | | .state
[INFO] [stderr] 227 | | .compare_exchange_weak(EMPTY, WAITING, SeqCst, SeqCst))
[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(thingbuf_trace)'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(thingbuf_trace)");` 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_dbg` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `thingbuf_trace`
[INFO] [stderr] --> src/macros.rs:24:48
[INFO] [stderr] |
[INFO] [stderr] 24 | #[cfg(all(feature = "std", any(thingbuf_trace, test)))]
[INFO] [stderr] | ^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] ::: src/wait/queue.rs:240:27
[INFO] [stderr] |
[INFO] [stderr] 240 | match test_dbg!(self
[INFO] [stderr] | ___________________________-
[INFO] [stderr] 241 | | .state
[INFO] [stderr] 242 | | .compare_exchange_weak(WAKING, EMPTY, SeqCst, SeqCst))
[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(thingbuf_trace)'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(thingbuf_trace)");` 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