Build #1787269 2025-02-21T01:54:40.859394+00:00
# rustc version
rustc 1.87.0-nightly (f04bbc60f 2025-02-20)# docs.rs version
docsrs 0.6.0 (35977596 2025-02-09)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/gfx-hal-0.9.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/gfx-hal-0.9.0/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: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\", \"-20250220-1.87.0-nightly-f04bbc60f\", \"--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] b0731b831cb80c5ae846adc8d61d17724704b0cbf3b1ed8c0876cd0e870a4ac3
[INFO] running `Command { std: "docker" "start" "-a" "b0731b831cb80c5ae846adc8d61d17724704b0cbf3b1ed8c0876cd0e870a4ac3", kill_on_drop: false }`
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr] Documenting gfx-hal v0.9.0 (/opt/rustwide/workdir)
[INFO] [stderr] warning: lint `broken_intra_doc_links` has been renamed to `rustdoc::broken_intra_doc_links`
[INFO] [stderr] --> src/lib.rs:9:5
[INFO] [stderr] |
[INFO] [stderr] 9 | broken_intra_doc_links,
[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: redundant explicit link target
[INFO] [stderr] --> src/lib.rs:29:54
[INFO] [stderr] |
[INFO] [stderr] 29 | //! all the necessary traits through the [`prelude`][prelude] module.
[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] 29 - //! all the necessary traits through the [`prelude`][prelude] module.
[INFO] [stderr] 29 + //! all the necessary traits through the [`prelude`] module.
[INFO] [stderr] |
[INFO] [stderr]
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr] --> src/lib.rs:32:54
[INFO] [stderr] |
[INFO] [stderr] 32 | //! [backends][Backend], by creating an [`Instance`][Instance]. Then proceed by
[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] 32 - //! [backends][Backend], by creating an [`Instance`][Instance]. Then proceed by
[INFO] [stderr] 32 + //! [backends][Backend], by creating an [`Instance`]. Then proceed by
[INFO] [stderr] |
[INFO] [stderr]
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr] --> src/adapter.rs:3:28
[INFO] [stderr] |
[INFO] [stderr] 3 | //! The [`PhysicalDevice`][PhysicalDevice] trait specifies the API a backend
[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] 3 - //! The [`PhysicalDevice`][PhysicalDevice] trait specifies the API a backend
[INFO] [stderr] 3 + //! The [`PhysicalDevice`] trait specifies the API a backend
[INFO] [stderr] |
[INFO] [stderr]
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr] --> src/adapter.rs:250:25
[INFO] [stderr] |
[INFO] [stderr] 250 | /// To create a [`Gpu`][Gpu] from this type you can use the [`open`](PhysicalDevice::open)
[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] 250 - /// To create a [`Gpu`][Gpu] from this type you can use the [`open`](PhysicalDevice::open)
[INFO] [stderr] 250 + /// To create a [`Gpu`] from this type you can use the [`open`](PhysicalDevice::open)
[INFO] [stderr] |
[INFO] [stderr]
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr] --> src/command/mod.rs:12:68
[INFO] [stderr] |
[INFO] [stderr] 12 | //! All the possible commands are exposed by the [`CommandBuffer`][CommandBuffer] trait.
[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] 12 - //! All the possible commands are exposed by the [`CommandBuffer`][CommandBuffer] trait.
[INFO] [stderr] 12 + //! All the possible commands are exposed by the [`CommandBuffer`] trait.
[INFO] [stderr] |
[INFO] [stderr]
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr] --> src/device.rs:5:40
[INFO] [stderr] |
[INFO] [stderr] 5 | //! This module exposes the [`Device`][Device] trait, which provides methods for creating
[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] 5 - //! This module exposes the [`Device`][Device] trait, which provides methods for creating
[INFO] [stderr] 5 + //! This module exposes the [`Device`] trait, which provides methods for creating
[INFO] [stderr] |
[INFO] [stderr]
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr] --> src/display/mod.rs:203:47
[INFO] [stderr] |
[INFO] [stderr] 203 | General information about the a [DisplayMode][DisplayMode].
[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] 203 - General information about the a [DisplayMode][DisplayMode].
[INFO] [stderr] 203 + General information about the a [DisplayMode].
[INFO] [stderr] |
[INFO] [stderr]
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr] --> src/window.rs:5:17
[INFO] [stderr] |
[INFO] [stderr] 5 | //! * [Surface][Surface] is an abstraction of a native screen or window, for graphics use.
[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] 5 - //! * [Surface][Surface] is an abstraction of a native screen or window, for graphics use.
[INFO] [stderr] 5 + //! * [Surface] is an abstraction of a native screen or window, for graphics use.
[INFO] [stderr] |
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/window.rs:92:60
[INFO] [stderr] |
[INFO] [stderr] 92 | /// Accecssing the underlying NSView from wrong thread https://github.com/gfx-rs/gfx/issues/3704
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] = note: `#[warn(rustdoc::bare_urls)]` on by default
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr] |
[INFO] [stderr] 92 | /// Accecssing the underlying NSView from wrong thread <https://github.com/gfx-rs/gfx/issues/3704>
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: `gfx-hal` (lib doc) generated 10 warnings (run `cargo fix --lib -p gfx-hal` to apply 2 suggestions)
[INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.54s
[INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/gfx_hal/index.html
[INFO] running `Command { std: "docker" "inspect" "b0731b831cb80c5ae846adc8d61d17724704b0cbf3b1ed8c0876cd0e870a4ac3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b0731b831cb80c5ae846adc8d61d17724704b0cbf3b1ed8c0876cd0e870a4ac3", kill_on_drop: false }`
[INFO] [stdout] b0731b831cb80c5ae846adc8d61d17724704b0cbf3b1ed8c0876cd0e870a4ac3