Build #1753489 2025-02-14 16:23:26
# rustc version
rustc 1.86.0-nightly (a567209da 2025-02-13)# docs.rs version
docsrs 0.6.0 (35977596 2025-02-09)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/strife-0.3.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/strife-0.3.0/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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250213-1.86.0-nightly-a567209da\", \"--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] baad4c5ef7515859a37717d9e592ada5f2b6df5be6b52fe7550771dfa7877a64
[INFO] running `Command { std: "docker" "start" "-a" "baad4c5ef7515859a37717d9e592ada5f2b6df5be6b52fe7550771dfa7877a64", kill_on_drop: false }`
[INFO] [stderr] warning: Rustdoc did not scrape the following examples because they require dev-dependencies: current_user
[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 strife v0.3.0 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unresolved link to `MANAGE_MESSAGES`
[INFO] [stderr] --> src/model/channel/guild/text_channel.rs:42:5
[INFO] [stderr] |
[INFO] [stderr] 42 | / /// The amount of seconds a user has to wait before sending another message
[INFO] [stderr] 43 | | /// (0 - 216000s).
[INFO] [stderr] 44 | | ///
[INFO] [stderr] 45 | | /// Bots as well as users with the permission [`MANAGE_MESSAGES`] or
[INFO] [stderr] 46 | | /// [`MANAGE_CHANNEL`], are unaffected.
[INFO] [stderr] 47 | | #[doc = "\n[`MANAGE_MESSAGES`]: ../permissions/struct.Permissions.html#associatedconstant.MANAGE_MESSAGES"]
[INFO] [stderr] 48 | | #[doc = "\n[`MANAGE_CHANNEL`]: ../permissions/struct.Permissions.html#associatedconstant.MANAGE_CHANNEL"]
[INFO] [stderr] | |____________________________________________________________________________________________________________^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] Bots as well as users with the permission [`MANAGE_MESSAGES`] or
[INFO] [stderr] ^^^^^^^^^^^^^^^^^
[INFO] [stderr] = note: no item named `MANAGE_MESSAGES` in scope
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `MANAGE_CHANNEL`
[INFO] [stderr] --> src/model/channel/guild/text_channel.rs:42:5
[INFO] [stderr] |
[INFO] [stderr] 42 | / /// The amount of seconds a user has to wait before sending another message
[INFO] [stderr] 43 | | /// (0 - 216000s).
[INFO] [stderr] 44 | | ///
[INFO] [stderr] 45 | | /// Bots as well as users with the permission [`MANAGE_MESSAGES`] or
[INFO] [stderr] 46 | | /// [`MANAGE_CHANNEL`], are unaffected.
[INFO] [stderr] 47 | | #[doc = "\n[`MANAGE_MESSAGES`]: ../permissions/struct.Permissions.html#associatedconstant.MANAGE_MESSAGES"]
[INFO] [stderr] 48 | | #[doc = "\n[`MANAGE_CHANNEL`]: ../permissions/struct.Permissions.html#associatedconstant.MANAGE_CHANNEL"]
[INFO] [stderr] | |____________________________________________________________________________________________________________^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] [`MANAGE_CHANNEL`], are unaffected.
[INFO] [stderr] ^^^^^^^^^^^^^^^^
[INFO] [stderr] = note: no item named `MANAGE_CHANNEL` in scope
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `MANAGE_MESSAGES`
[INFO] [stderr] --> src/model/channel/guild/text_channel.rs:42:5
[INFO] [stderr] |
[INFO] [stderr] 42 | / /// The amount of seconds a user has to wait before sending another message
[INFO] [stderr] 43 | | /// (0 - 216000s).
[INFO] [stderr] 44 | | ///
[INFO] [stderr] 45 | | /// Bots as well as users with the permission [`MANAGE_MESSAGES`] or
[INFO] [stderr] 46 | | /// [`MANAGE_CHANNEL`], are unaffected.
[INFO] [stderr] 47 | | #[doc = "\n[`MANAGE_MESSAGES`]: ../permissions/struct.Permissions.html#associatedconstant.MANAGE_MESSAGES"]
[INFO] [stderr] 48 | | #[doc = "\n[`MANAGE_CHANNEL`]: ../permissions/struct.Permissions.html#associatedconstant.MANAGE_CHANNEL"]
[INFO] [stderr] | |____________________________________________________________________________________________________________^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] [`MANAGE_MESSAGES`]: ../permissions/struct.Permissions.html#associatedconstant.MANAGE_MESSAGES
[INFO] [stderr] ^^^^^^^^^^^^^^^^^
[INFO] [stderr] = note: no item named `MANAGE_MESSAGES` in scope
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `MANAGE_CHANNEL`
[INFO] [stderr] --> src/model/channel/guild/text_channel.rs:42:5
[INFO] [stderr] |
[INFO] [stderr] 42 | / /// The amount of seconds a user has to wait before sending another message
[INFO] [stderr] 43 | | /// (0 - 216000s).
[INFO] [stderr] 44 | | ///
[INFO] [stderr] 45 | | /// Bots as well as users with the permission [`MANAGE_MESSAGES`] or
[INFO] [stderr] 46 | | /// [`MANAGE_CHANNEL`], are unaffected.
[INFO] [stderr] 47 | | #[doc = "\n[`MANAGE_MESSAGES`]: ../permissions/struct.Permissions.html#associatedconstant.MANAGE_MESSAGES"]
[INFO] [stderr] 48 | | #[doc = "\n[`MANAGE_CHANNEL`]: ../permissions/struct.Permissions.html#associatedconstant.MANAGE_CHANNEL"]
[INFO] [stderr] | |____________________________________________________________________________________________________________^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] [`MANAGE_CHANNEL`]: ../permissions/struct.Permissions.html#associatedconstant.MANAGE_CHANNEL
[INFO] [stderr] ^^^^^^^^^^^^^^^^
[INFO] [stderr] = note: no item named `MANAGE_CHANNEL` in scope
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `AuditLogEntry`
[INFO] [stderr] --> src/model/guild/audit_log.rs:1:1
[INFO] [stderr] |
[INFO] [stderr] 1 | / /// The [type of action] that occurred in an [`AuditLogEntry`].
[INFO] [stderr] 2 | | ///
[INFO] [stderr] 3 | | /// [type of action]: https://discordapp.com/developers/docs/resources/audit-log#audit-log-entry-object-audit-log-events
[INFO] [stderr] | |________________________________________________________________________________________________________________________^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] The [type of action] that occurred in an [`AuditLogEntry`].
[INFO] [stderr] ^^^^^^^^^^^^^^^
[INFO] [stderr] = note: no item named `AuditLogEntry` in scope
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `TODO`
[INFO] [stderr] --> src/model/id.rs:77:5
[INFO] [stderr] |
[INFO] [stderr] 77 | / /// The ID of an [`Application`].
[INFO] [stderr] 78 | | ///
[INFO] [stderr] 79 | | /// [`Application`]: TODO
[INFO] [stderr] | |_____________________________^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] [`Application`]: TODO
[INFO] [stderr] ^^^^
[INFO] [stderr] = note: no item named `TODO` in scope
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] = note: this warning originates in the macro `id_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `TODO`
[INFO] [stderr] --> src/model/id.rs:87:5
[INFO] [stderr] |
[INFO] [stderr] 87 | / /// The ID of an [`AuditLogEntry`].
[INFO] [stderr] 88 | | ///
[INFO] [stderr] 89 | | /// [`AuditLogEntry`]: TODO
[INFO] [stderr] | |_______________________________^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] [`AuditLogEntry`]: TODO
[INFO] [stderr] ^^^^
[INFO] [stderr] = note: no item named `TODO` in scope
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] = note: this warning originates in the macro `id_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `TODO`
[INFO] [stderr] --> src/model/id.rs:107:5
[INFO] [stderr] |
[INFO] [stderr] 107 | / /// The ID of an [`Integration`].
[INFO] [stderr] 108 | | ///
[INFO] [stderr] 109 | | /// [`Integration`]: TODO
[INFO] [stderr] | |_____________________________^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] [`Integration`]: TODO
[INFO] [stderr] ^^^^
[INFO] [stderr] = note: no item named `TODO` in scope
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] = note: this warning originates in the macro `id_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `TODO`
[INFO] [stderr] --> src/model/id.rs:127:5
[INFO] [stderr] |
[INFO] [stderr] 127 | / /// The ID of a [`Webhook`].
[INFO] [stderr] 128 | | ///
[INFO] [stderr] 129 | | /// [`Webhook`]: TODO
[INFO] [stderr] | |_________________________^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] [`Webhook`]: TODO
[INFO] [stderr] ^^^^
[INFO] [stderr] = note: no item named `TODO` in scope
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] = note: this warning originates in the macro `id_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: `strife` (lib doc) generated 9 warnings
[INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.73s
[INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/strife/index.html
[INFO] running `Command { std: "docker" "inspect" "baad4c5ef7515859a37717d9e592ada5f2b6df5be6b52fe7550771dfa7877a64", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "baad4c5ef7515859a37717d9e592ada5f2b6df5be6b52fe7550771dfa7877a64", kill_on_drop: false }`
[INFO] [stdout] baad4c5ef7515859a37717d9e592ada5f2b6df5be6b52fe7550771dfa7877a64