physx 0.19.0

High-level Rust interface for Nvidia PhysX
Documentation
Build #1022384 2023-11-30 13:44:30
# rustc version
rustc 1.76.0-nightly (b10cfcd65 2023-11-29)# docs.rs version
docsrs 0.6.0 (831e906b 2023-11-29)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/physx-0.19.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/physx-0.19.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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "-Z" "unstable-options" "--config" "build.rustdocflags=[\"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20231129-1.76.0-nightly-b10cfcd65\", \"--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] c05bfb991d4ad72f81a01714e8e3f9857dc823fecb5395a7c807a99f86f8afc3
[INFO] running `Command { std: "docker" "start" "-a" "c05bfb991d4ad72f81a01714e8e3f9857dc823fecb5395a7c807a99f86f8afc3", kill_on_drop: false }`
[INFO] [stderr]     Scraping physx v0.19.0 (/opt/rustwide/workdir)
[INFO] [stderr]  Documenting physx v0.19.0 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unresolved link to `Inherit`
[INFO] [stderr]   --> src/traits/class.rs:96:10
[INFO] [stderr]    |
[INFO] [stderr] 96 | /// The [Inherit] trait can be used to simplify implementing `Class<S> for T where T: Class<T>`.
[INFO] [stderr]    |          ^^^^^^^ no item named `Inherit` in scope
[INFO] [stderr]    |
[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 `ArticulationCache::get_root_link_data`
[INFO] [stderr]    --> src/articulation_reduced_coordinate.rs:222:94
[INFO] [stderr]     |
[INFO] [stderr] 222 |     /// See [`physx_sys::PxArticulationReducedCoordinate_getRootGlobalPose`], prefer using [`ArticulationCache::get_root_link_data`]
[INFO] [stderr]     |                                                                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `ArticulationCache` has no field or associated item named `get_root_link_data`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `crate::Bvh`
[INFO] [stderr]   --> src/cooking.rs:34:9
[INFO] [stderr]    |
[INFO] [stderr] 34 | /// A [`crate::Bvh`] object on success
[INFO] [stderr]    |         ^^^^^^^^^^ no item named `Bvh` in module `physx`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `ActorFlag::DisableSimulation`
[INFO] [stderr]    --> src/rigid_dynamic.rs:165:14
[INFO] [stderr]     |
[INFO] [stderr] 165 |     /// If [`ActorFlag::DisableSimulation`] is set, this does nothing, otherwise
[INFO] [stderr]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `ActorFlag` in scope
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/lib.rs:80:73
[INFO] [stderr]    |
[INFO] [stderr] 80 | //! * Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
[INFO] [stderr]    |                                                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<http://www.apache.org/licenses/LICENSE-2.0>`
[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] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/lib.rs:81:50
[INFO] [stderr]    |
[INFO] [stderr] 81 | //! * MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)
[INFO] [stderr]    |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<http://opensource.org/licenses/MIT>`
[INFO] [stderr]    |
[INFO] [stderr]    = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: `physx` (lib doc) generated 6 warnings (run `cargo fix --lib -p physx` to apply 2 suggestions)
[INFO] [stderr]     Finished dev [unoptimized + debuginfo] target(s) in 1.29s
[INFO] [stderr]    Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/physx/index.html
[INFO] running `Command { std: "docker" "inspect" "c05bfb991d4ad72f81a01714e8e3f9857dc823fecb5395a7c807a99f86f8afc3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c05bfb991d4ad72f81a01714e8e3f9857dc823fecb5395a7c807a99f86f8afc3", kill_on_drop: false }`
[INFO] [stdout] c05bfb991d4ad72f81a01714e8e3f9857dc823fecb5395a7c807a99f86f8afc3