Build #1517857 2024-11-11T02:38:18.165422+00:00
# rustc version
rustc 1.84.0-nightly (143ce0920 2024-11-10)# docs.rs version
docsrs 0.6.0 (36c721fb 2024-11-06)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/broker-tokio-0.2.16/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/broker-tokio-0.2.16/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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/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\", \"-20241110-1.84.0-nightly-143ce0920\", \"--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] fa9e9109b33230b28cdd02e23e3f20edbf4d3d00d062f3ec56c309dffce1f11e
[INFO] running `Command { std: "docker" "start" "-a" "fa9e9109b33230b28cdd02e23e3f20edbf4d3d00d062f3ec56c309dffce1f11e", kill_on_drop: false }`
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr] Documenting broker-tokio v0.2.16 (/opt/rustwide/workdir)
[INFO] [stderr] warning: lint `intra_doc_link_resolution_failure` has been renamed to `rustdoc::broken_intra_doc_links`
[INFO] [stderr] --> src/lib.rs:13:9
[INFO] [stderr] |
[INFO] [stderr] 13 | #![deny(intra_doc_link_resolution_failure)]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `rustdoc::broken_intra_doc_links`
[INFO] [stderr] |
[INFO] [stderr] = note: `#[warn(renamed_and_removed_lints)]` on by default
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `loom`
[INFO] [stderr] --> src/io/mod.rs:1:13
[INFO] [stderr] |
[INFO] [stderr] 1 | #![cfg_attr(loom, allow(dead_code, unreachable_pub))]
[INFO] [stderr] | ^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: expected names are: `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows`
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(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/net/mod.rs:1:12
[INFO] [stderr] |
[INFO] [stderr] 1 | #![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/prelude.rs:1:12
[INFO] [stderr] |
[INFO] [stderr] 1 | #![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/fs/mod.rs:1:12
[INFO] [stderr] |
[INFO] [stderr] 1 | #![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/macros/cfg.rs:168:23
[INFO] [stderr] |
[INFO] [stderr] 168 | #[cfg(not(loom))]
[INFO] [stderr] | ^^^^
[INFO] [stderr] |
[INFO] [stderr] ::: src/lib.rs:303:1
[INFO] [stderr] |
[INFO] [stderr] 303 | / cfg_process! {
[INFO] [stderr] 304 | | pub mod process;
[INFO] [stderr] 305 | | }
[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(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: this warning originates in the macro `cfg_process` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `loom`
[INFO] [stderr] --> src/macros/cfg.rs:179:23
[INFO] [stderr] |
[INFO] [stderr] 179 | #[cfg(not(loom))]
[INFO] [stderr] | ^^^^
[INFO] [stderr] |
[INFO] [stderr] ::: src/lib.rs:309:1
[INFO] [stderr] |
[INFO] [stderr] 309 | / cfg_signal! {
[INFO] [stderr] 310 | | pub mod signal;
[INFO] [stderr] 311 | | }
[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(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: this warning originates in the macro `cfg_signal` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `loom`
[INFO] [stderr] --> src/sync/mod.rs:1:13
[INFO] [stderr] |
[INFO] [stderr] 1 | #![cfg_attr(loom, allow(dead_code, unreachable_pub, unused_imports))]
[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/macros/thread_local.rs:1:11
[INFO] [stderr] |
[INFO] [stderr] 1 | #[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/io/driver/mod.rs:308:17
[INFO] [stderr] |
[INFO] [stderr] 308 | #[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/macros/cfg.rs:168:23
[INFO] [stderr] |
[INFO] [stderr] 168 | #[cfg(not(loom))]
[INFO] [stderr] | ^^^^
[INFO] [stderr] |
[INFO] [stderr] ::: src/io/util/mod.rs:45:5
[INFO] [stderr] |
[INFO] [stderr] 45 | / cfg_process! {
[INFO] [stderr] 46 | | pub(crate) use read_to_end::read_to_end;
[INFO] [stderr] 47 | | }
[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(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: this warning originates in the macro `cfg_process` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `loom`
[INFO] [stderr] --> src/loom/mod.rs:4:21
[INFO] [stderr] |
[INFO] [stderr] 4 | #[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/loom/std/mod.rs:1:40
[INFO] [stderr] |
[INFO] [stderr] 1 | #![cfg_attr(any(not(feature = "full"), loom), allow(unused_imports, dead_code))]
[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/mod.rs:6:21
[INFO] [stderr] |
[INFO] [stderr] 6 | #[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/loom/mod.rs:9:17
[INFO] [stderr] |
[INFO] [stderr] 9 | #[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/mod.rs:11:17
[INFO] [stderr] |
[INFO] [stderr] 11 | #[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/process/mod.rs:941:21
[INFO] [stderr] |
[INFO] [stderr] 941 | #[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/process/unix/orphan.rs:91:21
[INFO] [stderr] |
[INFO] [stderr] 91 | #[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/process/unix/reap.rs:146:21
[INFO] [stderr] |
[INFO] [stderr] 146 | #[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/runtime/builder.rs:6:11
[INFO] [stderr] |
[INFO] [stderr] 6 | #[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/runtime/builder.rs:257:15
[INFO] [stderr] |
[INFO] [stderr] 257 | #[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/runtime/builder.rs:283:15
[INFO] [stderr] |
[INFO] [stderr] 283 | #[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/runtime/io.rs:31:15
[INFO] [stderr] |
[INFO] [stderr] 31 | #[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/runtime/thread_pool/mod.rs:32:11
[INFO] [stderr] |
[INFO] [stderr] 32 | #[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/runtime/thread_pool/mod.rs:38:7
[INFO] [stderr] |
[INFO] [stderr] 38 | #[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/signal/registry.rs:178:21
[INFO] [stderr] |
[INFO] [stderr] 178 | #[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/signal/unix.rs:500:21
[INFO] [stderr] |
[INFO] [stderr] 500 | #[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/sync/mpsc/mod.rs:57:44
[INFO] [stderr] |
[INFO] [stderr] 57 | #[cfg(all(target_pointer_width = "64", 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/sync/mpsc/mod.rs:60:49
[INFO] [stderr] |
[INFO] [stderr] 60 | #[cfg(all(not(target_pointer_width = "64"), 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/sync/mpsc/mod.rs:63:7
[INFO] [stderr] |
[INFO] [stderr] 63 | #[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/macros/loom.rs:3:15
[INFO] [stderr] |
[INFO] [stderr] 3 | #[cfg(loom)]
[INFO] [stderr] | ^^^^
[INFO] [stderr] |
[INFO] [stderr] ::: src/sync/mpsc/block.rs:369:9
[INFO] [stderr] |
[INFO] [stderr] 369 | / if_loom! {
[INFO] [stderr] 370 | | let p = vals.as_mut_ptr() as *mut CausalCell<MaybeUninit<T>>;
[INFO] [stderr] 371 | | for i in 0..BLOCK_CAP {
[INFO] [stderr] 372 | | p.add(i)
[INFO] [stderr] 373 | | .write(CausalCell::new(MaybeUninit::uninit()));
[INFO] [stderr] 374 | | }
[INFO] [stderr] 375 | | }
[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(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: this warning originates in the macro `if_loom` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `loom`
[INFO] [stderr] --> src/macros/loom.rs:5:19
[INFO] [stderr] |
[INFO] [stderr] 5 | #[cfg(not(loom))]
[INFO] [stderr] | ^^^^
[INFO] [stderr] |
[INFO] [stderr] ::: src/sync/mpsc/block.rs:369:9
[INFO] [stderr] |
[INFO] [stderr] 369 | / if_loom! {
[INFO] [stderr] 370 | | let p = vals.as_mut_ptr() as *mut CausalCell<MaybeUninit<T>>;
[INFO] [stderr] 371 | | for i in 0..BLOCK_CAP {
[INFO] [stderr] 372 | | p.add(i)
[INFO] [stderr] 373 | | .write(CausalCell::new(MaybeUninit::uninit()));
[INFO] [stderr] 374 | | }
[INFO] [stderr] 375 | | }
[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(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: this warning originates in the macro `if_loom` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `loom`
[INFO] [stderr] --> src/sync/mutex.rs:138:11
[INFO] [stderr] |
[INFO] [stderr] 138 | #[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/sync/rwlock.rs:7:11
[INFO] [stderr] |
[INFO] [stderr] 7 | #[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/sync/rwlock.rs:10:7
[INFO] [stderr] |
[INFO] [stderr] 10 | #[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/sync/task/atomic_waker.rs:1:17
[INFO] [stderr] |
[INFO] [stderr] 1 | #![cfg_attr(any(loom, not(feature = "sync")), allow(dead_code, unreachable_pub))]
[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/time/clock.rs:136:29
[INFO] [stderr] |
[INFO] [stderr] 136 | #[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/time/clock.rs:163:29
[INFO] [stderr] |
[INFO] [stderr] 163 | #[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: unnecessary parentheses around block return value
[INFO] [stderr] --> src/time/driver/atomic_stack.rs:106:29
[INFO] [stderr] |
[INFO] [stderr] 106 | self.ptr = unsafe { (*entry.next_atomic.get()) };
[INFO] [stderr] | ^ ^
[INFO] [stderr] |
[INFO] [stderr] = note: `#[warn(unused_parens)]` on by default
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr] |
[INFO] [stderr] 106 - self.ptr = unsafe { (*entry.next_atomic.get()) };
[INFO] [stderr] 106 + self.ptr = unsafe { *entry.next_atomic.get() };
[INFO] [stderr] |
[INFO] [stderr]
[INFO] [stderr] warning: unnecessary parentheses around block return value
[INFO] [stderr] --> src/time/driver/entry.rs:146:18
[INFO] [stderr] |
[INFO] [stderr] 146 | unsafe { (*self.when.get()) }
[INFO] [stderr] | ^ ^
[INFO] [stderr] |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr] |
[INFO] [stderr] 146 - unsafe { (*self.when.get()) }
[INFO] [stderr] 146 + unsafe { *self.when.get() }
[INFO] [stderr] |
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `loom`
[INFO] [stderr] --> src/time/wheel/mod.rs:263:21
[INFO] [stderr] |
[INFO] [stderr] 263 | #[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: unnecessary trailing semicolon
[INFO] [stderr] --> src/time/wheel/level.rs:49:10
[INFO] [stderr] |
[INFO] [stderr] 49 | };
[INFO] [stderr] | ^ help: remove this semicolon
[INFO] [stderr] |
[INFO] [stderr] = note: `#[warn(redundant_semicolons)]` on by default
[INFO] [stderr]
[INFO] [stderr] warning: unnecessary parentheses around block return value
[INFO] [stderr] --> src/time/wheel/level.rs:220:5
[INFO] [stderr] |
[INFO] [stderr] 220 | (1 << slot)
[INFO] [stderr] | ^ ^
[INFO] [stderr] |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr] |
[INFO] [stderr] 220 - (1 << slot)
[INFO] [stderr] 220 + 1 << slot
[INFO] [stderr] |
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `loom`
[INFO] [stderr] --> src/util/slab/mod.rs:23:11
[INFO] [stderr] |
[INFO] [stderr] 23 | #[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/macros/cfg.rs:148:22
[INFO] [stderr] |
[INFO] [stderr] 148 | $( #[cfg(not(loom))] $item )*
[INFO] [stderr] | ^^^^
[INFO] [stderr] |
[INFO] [stderr] ::: src/util/slab/mod.rs:40:1
[INFO] [stderr] |
[INFO] [stderr] 40 | / cfg_not_loom! {
[INFO] [stderr] 41 | | /// Size of first page
[INFO] [stderr] 42 | | const INITIAL_PAGE_SIZE: usize = 32;
[INFO] [stderr] 43 | | }
[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(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: this warning originates in the macro `cfg_not_loom` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `loom`
[INFO] [stderr] --> src/macros/cfg.rs:142:18
[INFO] [stderr] |
[INFO] [stderr] 142 | $( #[cfg(loom)] $item )*
[INFO] [stderr] | ^^^^
[INFO] [stderr] |
[INFO] [stderr] ::: src/util/slab/mod.rs:45:1
[INFO] [stderr] |
[INFO] [stderr] 45 | / cfg_loom! {
[INFO] [stderr] 46 | | const INITIAL_PAGE_SIZE: usize = 2;
[INFO] [stderr] 47 | | }
[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(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: this warning originates in the macro `cfg_loom` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: public documentation for `read_to_end` links to private item `read`
[INFO] [stderr] --> src/io/util/async_read_ext.rs:674:9
[INFO] [stderr] |
[INFO] [stderr] 674 | / /// Read all bytes until EOF in this source, placing them into `buf`.
[INFO] [stderr] 675 | | ///
[INFO] [stderr] 676 | | /// Equivalent to:
[INFO] [stderr] 677 | | ///
[INFO] [stderr] ... |
[INFO] [stderr] 715 | | ///
[INFO] [stderr] 716 | | /// [`tokio::fs::read`]: crate::fs::read::read
[INFO] [stderr] | |______________________________________________________^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] buffer `buf`. This function will continuously call [`read()`] to
[INFO] [stderr] ^^^^^^^^
[INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items`
[INFO] [stderr] = note: `#[warn(rustdoc::private_intra_doc_links)]` on by default
[INFO] [stderr]
[INFO] [stderr] warning: public documentation for `read_to_end` links to private item `read`
[INFO] [stderr] --> src/io/util/async_read_ext.rs:674:9
[INFO] [stderr] |
[INFO] [stderr] 674 | / /// Read all bytes until EOF in this source, placing them into `buf`.
[INFO] [stderr] 675 | | ///
[INFO] [stderr] 676 | | /// Equivalent to:
[INFO] [stderr] 677 | | ///
[INFO] [stderr] ... |
[INFO] [stderr] 715 | | ///
[INFO] [stderr] 716 | | /// [`tokio::fs::read`]: crate::fs::read::read
[INFO] [stderr] | |______________________________________________________^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] append more data to `buf` until [`read()`][read] returns `Ok(0)`.
[INFO] [stderr] ^^^^
[INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `crate::fs::read::read`
[INFO] [stderr] --> src/io/util/async_read_ext.rs:674:9
[INFO] [stderr] |
[INFO] [stderr] 674 | / /// Read all bytes until EOF in this source, placing them into `buf`.
[INFO] [stderr] 675 | | ///
[INFO] [stderr] 676 | | /// Equivalent to:
[INFO] [stderr] 677 | | ///
[INFO] [stderr] ... |
[INFO] [stderr] 715 | | ///
[INFO] [stderr] 716 | | /// [`tokio::fs::read`]: crate::fs::read::read
[INFO] [stderr] | |______________________________________________________^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] [`tokio::fs::read`]: crate::fs::read::read
[INFO] [stderr] ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] = note: `read` is a function, not a module or type, and cannot have associated items
[INFO] [stderr] note: the lint level is defined here
[INFO] [stderr] --> src/lib.rs:13:9
[INFO] [stderr] |
[INFO] [stderr] 13 | #![deny(intra_doc_link_resolution_failure)]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `crate::fs::read_to_string::read_to_string`
[INFO] [stderr] --> src/io/util/async_read_ext.rs:724:9
[INFO] [stderr] |
[INFO] [stderr] 724 | / /// Read all bytes until EOF in this source, appending them to `buf`.
[INFO] [stderr] 725 | | ///
[INFO] [stderr] 726 | | /// Equivalent to:
[INFO] [stderr] 727 | | ///
[INFO] [stderr] ... |
[INFO] [stderr] 762 | | ///
[INFO] [stderr] 763 | | /// [`crate::fs::read_to_string`]: crate::fs::read_to_string::read_to_string
[INFO] [stderr] | |____________________________________________________________________________________^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] [`crate::fs::read_to_string`]: crate::fs::read_to_string::read_to_string
[INFO] [stderr] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] = note: `read_to_string` is a function, not a module or type, and cannot have associated items
[INFO] [stderr]
[INFO] [stderr] warning: public documentation for `take` links to private item `read`
[INFO] [stderr] --> src/io/util/async_read_ext.rs:771:9
[INFO] [stderr] |
[INFO] [stderr] 771 | / /// Creates an adaptor which reads at most `limit` bytes from it.
[INFO] [stderr] 772 | | ///
[INFO] [stderr] 773 | | /// This function returns a new instance of `AsyncRead` which will read
[INFO] [stderr] 774 | | /// at most `limit` bytes, after which it will always return EOF
[INFO] [stderr] ... |
[INFO] [stderr] 796 | | /// }
[INFO] [stderr] 797 | | /// ```
[INFO] [stderr] | |_______________^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] bytes read and future calls to [`read()`][read] may succeed.
[INFO] [stderr] ^^^^
[INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items`
[INFO] [stderr]
[INFO] [stderr] warning: public documentation for `shutdown` links to private item `flush`
[INFO] [stderr] --> src/io/util/async_write_ext.rs:650:9
[INFO] [stderr] |
[INFO] [stderr] 650 | / /// Shuts down the output stream, ensuring that the value can be dropped
[INFO] [stderr] 651 | | /// cleanly.
[INFO] [stderr] 652 | | ///
[INFO] [stderr] 653 | | /// Equivalent to:
[INFO] [stderr] ... |
[INFO] [stderr] 678 | | /// }
[INFO] [stderr] 679 | | /// ```
[INFO] [stderr] | |_______________^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] Similar to [`flush`], all intermediately buffered is written to the
[INFO] [stderr] ^^^^^^^
[INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items`
[INFO] [stderr]
[INFO] [stderr] warning: public documentation for `split` links to private item `super::split`
[INFO] [stderr] --> src/net/tcp/stream.rs:635:56
[INFO] [stderr] |
[INFO] [stderr] 635 | /// See the module level documenation of [`split`](super::split) for more
[INFO] [stderr] | ^^^^^^^^^^^^ this item is private
[INFO] [stderr] |
[INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items`
[INFO] [stderr]
[INFO] [stderr] warning: public documentation for `split` links to private item `super::split`
[INFO] [stderr] --> src/net/udp/socket.rs:78:56
[INFO] [stderr] |
[INFO] [stderr] 78 | /// See the module level documenation of [`split`](super::split) for more
[INFO] [stderr] | ^^^^^^^^^^^^ this item is private
[INFO] [stderr] |
[INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items`
[INFO] [stderr]
[INFO] [stderr] warning: public documentation for `split` links to private item `super::split`
[INFO] [stderr] --> src/net/unix/stream.rs:115:56
[INFO] [stderr] |
[INFO] [stderr] 115 | /// See the module level documenation of [`split`](super::split) for more
[INFO] [stderr] | ^^^^^^^^^^^^ this item is private
[INFO] [stderr] |
[INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items`
[INFO] [stderr]
[INFO] [stderr] warning: public documentation for `Runtime` links to private item `crate::io::driver`
[INFO] [stderr] --> src/runtime/mod.rs:262:15
[INFO] [stderr] |
[INFO] [stderr] 262 | /// [driver]: crate::io::driver
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^ this item is private
[INFO] [stderr] |
[INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `try_recv`
[INFO] [stderr] --> src/sync/broadcast.rs:735:45
[INFO] [stderr] |
[INFO] [stderr] 735 | /// the channel. A subsequent call to [`try_recv`] will return this value
[INFO] [stderr] | ^^^^^^^^ no item named `try_recv` in scope
[INFO] [stderr] |
[INFO] [stderr] = note: `macro_rules` named `try_recv` exists in this crate, but it is not in scope at this link's location
[INFO] [stderr]
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr] --> src/stream/mod.rs:589:38
[INFO] [stderr] |
[INFO] [stderr] 589 | /// supported, including [`Vec`](std::vec::Vec),
[INFO] [stderr] | ----- ^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr] | |
[INFO] [stderr] | because label contains path that resolves to same destination
[INFO] [stderr] |
[INFO] [stderr] = note: when a link's destination is not specified,
[INFO] [stderr] the label is used to resolve intra-doc links
[INFO] [stderr] = note: `#[warn(rustdoc::redundant_explicit_links)]` on by default
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr] |
[INFO] [stderr] 589 | /// supported, including [`Vec`],
[INFO] [stderr] | ~~~~~~~
[INFO] [stderr]
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr] --> src/stream/mod.rs:590:20
[INFO] [stderr] |
[INFO] [stderr] 590 | /// [`String`](std::string::String), and [`Bytes`](bytes::Bytes).
[INFO] [stderr] | -------- ^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr] | |
[INFO] [stderr] | because label contains path that resolves to same destination
[INFO] [stderr] |
[INFO] [stderr] = note: when a link's destination is not specified,
[INFO] [stderr] the label is used to resolve intra-doc links
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr] |
[INFO] [stderr] 590 | /// [`String`], and [`Bytes`](bytes::Bytes).
[INFO] [stderr] | ~~~~~~~~~~
[INFO] [stderr]
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr] --> src/sync/broadcast.rs:231:20
[INFO] [stderr] |
[INFO] [stderr] 231 | /// [`Sender`][Sender] handles, so data may yet become available.
[INFO] [stderr] | -------- ^^^^^^ explicit target is redundant
[INFO] [stderr] | |
[INFO] [stderr] | because label contains path that resolves to same destination
[INFO] [stderr] |
[INFO] [stderr] = note: when a link's destination is not specified,
[INFO] [stderr] the label is used to resolve intra-doc links
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr] |
[INFO] [stderr] 231 | /// [`Sender`] handles, so data may yet become available.
[INFO] [stderr] | ~~~~~~~~~~
[INFO] [stderr]
[INFO] [stderr] warning: unknown attribute `norun`
[INFO] [stderr] --> src/time/throttle.rs:13:1
[INFO] [stderr] |
[INFO] [stderr] 13 | / /// Slow down a stream by enforcing a delay between items.
[INFO] [stderr] 14 | | /// They will be produced not more often than the specified interval.
[INFO] [stderr] 15 | | ///
[INFO] [stderr] 16 | | /// # Example
[INFO] [stderr] ... |
[INFO] [stderr] 31 | | /// # }
[INFO] [stderr] 32 | | /// ```
[INFO] [stderr] | |_______^
[INFO] [stderr] |
[INFO] [stderr] = help: use `no_run` to compile, but not run, the code sample during testing
[INFO] [stderr] = help: this code block may be skipped during testing, because unknown attributes are treated as markers for code samples written in other programming languages, unless it is also explicitly marked as `rust`
[INFO] [stderr] = note: `#[warn(rustdoc::invalid_codeblock_attributes)]` on by default
[INFO] [stderr]
[INFO] [stderr] warning: `broker-tokio` (lib doc) generated 61 warnings (run `cargo fix --lib -p broker-tokio` to apply 4 suggestions)
[INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.21s
[INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/broker_tokio/index.html
[INFO] running `Command { std: "docker" "inspect" "fa9e9109b33230b28cdd02e23e3f20edbf4d3d00d062f3ec56c309dffce1f11e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fa9e9109b33230b28cdd02e23e3f20edbf4d3d00d062f3ec56c309dffce1f11e", kill_on_drop: false }`
[INFO] [stdout] fa9e9109b33230b28cdd02e23e3f20edbf4d3d00d062f3ec56c309dffce1f11e