gfx-hal 0.9.0

gfx-rs hardware abstraction layer
Documentation
Build #1552078 2024-11-17T17:17:55.690182+00:00
# rustc version
rustc 1.84.0-nightly (f2a35426b 2024-11-16)# docs.rs version
docsrs 0.6.0 (36c721fb 2024-11-06)# 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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20241116-1.84.0-nightly-f2a35426b\", \"--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-apple-darwin\"" "-Zrustdoc-scrape-examples" "-j6" "--target" "x86_64-apple-darwin", kill_on_drop: false }`
[INFO] [stdout] 662d0fab273fe66e56be1dd94a1a6894ee293042002af37677f4df1c8e367869
[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" "662d0fab273fe66e56be1dd94a1a6894ee293042002af37677f4df1c8e367869", 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`] 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`]. 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`] 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`] 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`] 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`] 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].
[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] 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-apple-darwin/doc/gfx_hal/index.html
[INFO] running `Command { std: "docker" "inspect" "662d0fab273fe66e56be1dd94a1a6894ee293042002af37677f4df1c8e367869", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "662d0fab273fe66e56be1dd94a1a6894ee293042002af37677f4df1c8e367869", kill_on_drop: false }`
[INFO] [stdout] 662d0fab273fe66e56be1dd94a1a6894ee293042002af37677f4df1c8e367869