apollo-framework 1.0.3

The Apollo framework is a toolkit for building stable and robust server software.
Documentation

Build #1990640 2025-04-13 02:39:54

# rustc version rustc 1.88.0-nightly (9ffde4b08 2025-04-12)

# docs.rs version docsrs 0.6.0 (ee9a3fe6 2025-03-28)

# build log [INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/apollo-framework-1.0.3/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/apollo-framework-1.0.3/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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250412-1.88.0-nightly-9ffde4b08\", \"--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] df172ffcd3abca5e18a12f45db1050efc5609a13675d06edfc6ff8046a2b0f5e [INFO] running `Command { std: "docker" "start" "-a" "df172ffcd3abca5e18a12f45db1050efc5609a13675d06edfc6ff8046a2b0f5e", kill_on_drop: false }` [INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Documenting apollo-framework v1.0.3 (/opt/rustwide/workdir) [INFO] [stderr] warning: unresolved link to `crate::builder::Builder` [INFO] [stderr] --> src/config.rs:74:67 [INFO] [stderr] | [INFO] [stderr] 74 | /// Most probably a config instance is installed by the [Builder](crate::builder::Builder) and [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ no item named `builder` in module `apollo_framework` [INFO] [stderr] | [INFO] [stderr] note: the lint level is defined here [INFO] [stderr] --> src/lib.rs:10:5 [INFO] [stderr] | [INFO] [stderr] 10 | warnings, [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] = note: `#[warn(rustdoc::broken_intra_doc_links)]` implied by `#[warn(warnings)]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `crate::builder::Builder` [INFO] [stderr] --> src/config.rs:290:59 [INFO] [stderr] | [INFO] [stderr] 290 | /// Note that this method is also called by the [Builder](crate::builder::Builder) unless the [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ no item named `builder` in module `apollo_framework` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `crate::builder::Builder` [INFO] [stderr] --> src/server.rs:90:51 [INFO] [stderr] | [INFO] [stderr] 90 | /// Note that this is called by the [Builder](crate::builder::Builder) unless disabled. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ no item named `builder` in module `apollo_framework` [INFO] [stderr] [INFO] [stderr] warning: public documentation for `event_loop` links to private item `Server::server_loop` [INFO] [stderr] --> src/server.rs:217:48 [INFO] [stderr] | [INFO] [stderr] 217 | /// successful, we enter the [server_loop](Server::server_loop) to actually handle incoming [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ this item is private [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)]` implied by `#[warn(warnings)]` [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/average.rs:6:18 [INFO] [stderr] | [INFO] [stderr] 6 | //! An [Average](Average) is internally mutable without needing a mutable reference as we rely on [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)]` implied by `#[warn(warnings)]` [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 6 - //! An [Average](Average) is internally mutable without needing a mutable reference as we rely on [INFO] [stderr] 6 + //! An [Average] is internally mutable without needing a mutable reference as we rely on [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/config.rs:103:19 [INFO] [stderr] | [INFO] [stderr] 103 | /// [install](install) function. [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] 103 - /// [install](install) function. [INFO] [stderr] 103 + /// [install] function. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/fmt.rs:10:57 [INFO] [stderr] | [INFO] [stderr] 10 | /// Note that a helper function [format_short_duration](format_short_duration) is also provided [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] 10 - /// Note that a helper function [format_short_duration](format_short_duration) is also provided [INFO] [stderr] 10 + /// Note that a helper function [format_short_duration] is also provided [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/fmt.rs:35:49 [INFO] [stderr] | [INFO] [stderr] 35 | /// Note that a helper function [format_micros](format_micros) is also provided [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] 35 - /// Note that a helper function [format_micros](format_micros) is also provided [INFO] [stderr] 35 + /// Note that a helper function [format_micros] is also provided [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/fmt.rs:60:47 [INFO] [stderr] | [INFO] [stderr] 60 | /// Note that a helper function [format_size](format_size) is also provided [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] 60 - /// Note that a helper function [format_size](format_size) is also provided [INFO] [stderr] 60 + /// Note that a helper function [format_size] is also provided [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/fmt.rs:99:48 [INFO] [stderr] | [INFO] [stderr] 99 | /// Note that a helper function [format_bytes](format_bytes) is also provided [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] 99 - /// Note that a helper function [format_bytes](format_bytes) is also provided [INFO] [stderr] 99 + /// Note that a helper function [format_bytes] is also provided [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/fmt.rs:247:35 [INFO] [stderr] | [INFO] [stderr] 247 | /// named [format_short_duration](format_short_duration). [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] 247 - /// named [format_short_duration](format_short_duration). [INFO] [stderr] 247 + /// named [format_short_duration]. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unclosed HTML tag `T` [INFO] [stderr] --> src/platform.rs:4:10 [INFO] [stderr] | [INFO] [stderr] 4 | //! **Arc<T>** around. Also this keeps the central **is_running** flag which is toggled to [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(rustdoc::invalid_html_tags)]` implied by `#[warn(warnings)]` [INFO] [stderr] help: try marking as source code [INFO] [stderr] | [INFO] [stderr] 4 | //! **`Arc<T>`** around. Also this keeps the central **is_running** flag which is toggled to [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: `apollo-framework` (lib doc) generated 12 warnings [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/apollo_framework/index.html [INFO] running `Command { std: "docker" "inspect" "df172ffcd3abca5e18a12f45db1050efc5609a13675d06edfc6ff8046a2b0f5e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "df172ffcd3abca5e18a12f45db1050efc5609a13675d06edfc6ff8046a2b0f5e", kill_on_drop: false }` [INFO] [stdout] df172ffcd3abca5e18a12f45db1050efc5609a13675d06edfc6ff8046a2b0f5e