# rustc version rustc 1.86.0-nightly (f3d1d47fd 2025-01-20)
# docs.rs version docsrs 0.6.0 (13d4ccea 2025-01-13)
# build log [INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/overclock-0.1.13/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/overclock-0.1.13/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace/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:819108c5571ea2e421544af4d832f968d213c87fbe3707a016657f43d2f853bc" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250120-1.86.0-nightly-f3d1d47fd\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--extern-html-root-takes-precedence\"]" "--offline" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-Zrustdoc-scrape-examples" "-j6" "--target" "x86_64-unknown-linux-gnu", kill_on_drop: false }` [INFO] [stdout] 3a1b2ad343a9a5db6c862272ff97c526323eb20b61d981d471d2e0c9b3dd19d7 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "3a1b2ad343a9a5db6c862272ff97c526323eb20b61d981d471d2e0c9b3dd19d7", kill_on_drop: false }` [INFO] [stderr] warning: Rustdoc did not scrape the following examples because they require dev-dependencies: axum_prefab, benchmark, custom, echo, gauge, hello_world, hyper, hyper_prefab, rocket_prefab, root, two [INFO] [stderr] If you want Rustdoc to scrape these examples, then add `doc-scrape-examples = true` [INFO] [stderr] to the [[example]] target configuration of at least one example. [INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Documenting overclock v0.1.13 (/opt/rustwide/workdir) [INFO] [stderr] warning: unexpected `cfg` condition value: `time` [INFO] [stderr] --> src/core/channel.rs:810:11 [INFO] [stderr] | [INFO] [stderr] 810 | #[cfg(feature = "time")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `axum`, `axumserver`, `backserver`, `bytes`, `config`, `console`, `console-subscriber`, `default`, `glob`, `http-body`, `hyper`, `hyper-tungstenite`, `hyperserver`, `json_config`, `paho-mqtt`, `prefabs`, `rocket`, `ron`, `ron_config`, `tokio-tungstenite`, `toml`, `toml_config`, `tonic`, `tonicserver`, `tower`, `tracing-subscriber`, `tungstenite`, and `websocket_server` [INFO] [stderr] = help: consider adding `time` as a feature in `Cargo.toml` [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 value: `sync` [INFO] [stderr] --> src/core/channel.rs:824:11 [INFO] [stderr] | [INFO] [stderr] 824 | #[cfg(feature = "sync")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `axum`, `axumserver`, `backserver`, `bytes`, `config`, `console`, `console-subscriber`, `default`, `glob`, `http-body`, `hyper`, `hyper-tungstenite`, `hyperserver`, `json_config`, `paho-mqtt`, `prefabs`, `rocket`, `ron`, `ron_config`, `tokio-tungstenite`, `toml`, `toml_config`, `tonic`, `tonicserver`, `tower`, `tracing-subscriber`, `tungstenite`, and `websocket_server` [INFO] [stderr] = help: consider adding `sync` as a feature in `Cargo.toml` [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 value: `time` [INFO] [stderr] --> src/core/channel.rs:1046:11 [INFO] [stderr] | [INFO] [stderr] 1046 | #[cfg(feature = "time")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `axum`, `axumserver`, `backserver`, `bytes`, `config`, `console`, `console-subscriber`, `default`, `glob`, `http-body`, `hyper`, `hyper-tungstenite`, `hyperserver`, `json_config`, `paho-mqtt`, `prefabs`, `rocket`, `ron`, `ron_config`, `tokio-tungstenite`, `toml`, `toml_config`, `tonic`, `tonicserver`, `tower`, `tracing-subscriber`, `tungstenite`, and `websocket_server` [INFO] [stderr] = help: consider adding `time` as a feature in `Cargo.toml` [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 value: `sync` [INFO] [stderr] --> src/core/channel.rs:1056:11 [INFO] [stderr] | [INFO] [stderr] 1056 | #[cfg(feature = "sync")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `axum`, `axumserver`, `backserver`, `bytes`, `config`, `console`, `console-subscriber`, `default`, `glob`, `http-body`, `hyper`, `hyper-tungstenite`, `hyperserver`, `json_config`, `paho-mqtt`, `prefabs`, `rocket`, `ron`, `ron_config`, `tokio-tungstenite`, `toml`, `toml_config`, `tonic`, `tonicserver`, `tower`, `tracing-subscriber`, `tungstenite`, and `websocket_server` [INFO] [stderr] = help: consider adding `sync` as a feature in `Cargo.toml` [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: `tokio_unstable` [INFO] [stderr] --> src/lib.rs:24:15 [INFO] [stderr] | [INFO] [stderr] 24 | #[cfg(all(tokio_unstable, feature = "console"))] [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(tokio_unstable)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` 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: `tokio_unstable` [INFO] [stderr] --> src/lib.rs:27:19 [INFO] [stderr] | [INFO] [stderr] 27 | #[cfg(not(all(tokio_unstable, feature = "console")))] [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(tokio_unstable)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` 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: unclosed HTML tag `T` [INFO] [stderr] --> src/core/channel.rs:28:40 [INFO] [stderr] | [INFO] [stderr] 28 | /// AbortHandle used to abort Abortable<T> [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(rustdoc::invalid_html_tags)]` on by default [INFO] [stderr] help: try marking as source code [INFO] [stderr] | [INFO] [stderr] 28 | /// AbortHandle used to abort `Abortable<T>` [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: unclosed HTML tag `M` [INFO] [stderr] --> src/core/channel.rs:268:5 [INFO] [stderr] | [INFO] [stderr] 268 | /// if the Route<M> is behind lock, drop the lock before invoking this method. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] help: try marking as source code [INFO] [stderr] | [INFO] [stderr] 268 | `/// if the Route<M> is behind lock, drop the lock before invoking this method.` [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: unclosed HTML tag `Self` [INFO] [stderr] --> src/core/service.rs:250:1 [INFO] [stderr] | [INFO] [stderr] 250 | /// The sup handle which supervise T: Actor<Self> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] help: try marking as source code [INFO] [stderr] | [INFO] [stderr] 250 | `/// The sup handle which supervise T: Actor<Self>` [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: `overclock` (lib doc) generated 9 warnings [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: anymap v1.0.0-beta.2 [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/overclock/index.html [INFO] running `Command { std: "docker" "inspect" "3a1b2ad343a9a5db6c862272ff97c526323eb20b61d981d471d2e0c9b3dd19d7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3a1b2ad343a9a5db6c862272ff97c526323eb20b61d981d471d2e0c9b3dd19d7", kill_on_drop: false }` [INFO] [stdout] 3a1b2ad343a9a5db6c862272ff97c526323eb20b61d981d471d2e0c9b3dd19d7