pi_spatialtree 0.4.0

sparial octtree quadtree
Documentation
Build #1652209 2025-01-21 03:04:26

Build failed. If you want to re-trigger a documentation build, you can do it here. You can find more information on docs.rs builds documentation on the builds page.

# rustc version
rustc 1.86.0-nightly (f3d1d47fd 2025-01-20)# docs.rs version
docsrs 0.6.0 (13d4ccea 2025-01-13)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/pi_spatialtree-0.4.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/pi_spatialtree-0.4.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:819108c5571ea2e421544af4d832f968d213c87fbe3707a016657f43d2f853bc" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250120-1.86.0-nightly-f3d1d47fd\", \"--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] 88722e4e8f30c25bd04f3e208c9bc3fc0baad9106edf9ddad9d7bc0f0740707c
[INFO] running `Command { std: "docker" "start" "-a" "88722e4e8f30c25bd04f3e208c9bc3fc0baad9106edf9ddad9d7bc0f0740707c", kill_on_drop: false }`
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr]     Checking pi_share v0.4.15
[INFO] [stderr]     Checking parry2d v0.13.8
[INFO] [stderr]     Checking parry3d v0.13.8
[INFO] [stderr] error[E0425]: cannot find function `invalid_mut` in module `ptr`
[INFO] [stderr]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pi_share-0.4.15/src/xrc.rs:2431:55
[INFO] [stderr]      |
[INFO] [stderr] 2431 |             ptr: unsafe { NonNull::new_unchecked(ptr::invalid_mut::<XrcInner<T>>(usize::MAX)) },
[INFO] [stderr]      |                                                       ^^^^^^^^^^^ not found in `ptr`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `invalid_mut` in module `ptr`
[INFO] [stderr]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pi_share-0.4.15/src/xrc.rs:2458:55
[INFO] [stderr]      |
[INFO] [stderr] 2458 |             ptr: unsafe { NonNull::new_unchecked(ptr::invalid_mut::<XrcInner<T>>(usize::MAX)) },
[INFO] [stderr]      |                                                       ^^^^^^^^^^^ not found in `ptr`
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature `arbitrary_self_types`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pi_share-0.4.15/src/xrc.rs:23:5
[INFO] [stderr]    |
[INFO] [stderr] 23 | use core::ops::Receiver;
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #44874 <https://github.com/rust-lang/rust/issues/44874> for more information
[INFO] [stderr]    = help: add `#![feature(arbitrary_self_types)]` to the crate attributes to enable
[INFO] [stderr]    = note: this compiler was built on 2025-01-20; consider upgrading it if it is out of date
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature `arbitrary_self_types`
[INFO] [stderr]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pi_share-0.4.15/src/xrc.rs:1988:17
[INFO] [stderr]      |
[INFO] [stderr] 1988 | impl<T: ?Sized> Receiver for Xrc<T> {}
[INFO] [stderr]      |                 ^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #44874 <https://github.com/rust-lang/rust/issues/44874> for more information
[INFO] [stderr]      = help: add `#![feature(arbitrary_self_types)]` to the crate attributes to enable
[INFO] [stderr]      = note: this compiler was built on 2025-01-20; consider upgrading it if it is out of date
[INFO] [stderr] 
[INFO] [stderr] error[E0635]: unknown feature `receiver_trait`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pi_share-0.4.15/src/lib.rs:27:12
[INFO] [stderr]    |
[INFO] [stderr] 27 | #![feature(receiver_trait)]
[INFO] [stderr]    |            ^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0119]: conflicting implementations of trait `std::ops::Receiver` for type `Xrc<_>`
[INFO] [stderr]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pi_share-0.4.15/src/xrc.rs:1988:1
[INFO] [stderr]      |
[INFO] [stderr] 1988 | impl<T: ?Sized> Receiver for Xrc<T> {}
[INFO] [stderr]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: conflicting implementation in crate `core`:
[INFO] [stderr]              - impl<P, T> std::ops::Receiver for P
[INFO] [stderr]                where <P as Deref>::Target == T, P: Deref, P: ?Sized, T: ?Sized;
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0119, E0425, E0635, E0658.
[INFO] [stderr] For more information about an error, try `rustc --explain E0119`.
[INFO] [stderr] error: could not compile `pi_share` (lib) due to 6 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "88722e4e8f30c25bd04f3e208c9bc3fc0baad9106edf9ddad9d7bc0f0740707c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "88722e4e8f30c25bd04f3e208c9bc3fc0baad9106edf9ddad9d7bc0f0740707c", kill_on_drop: false }`
[INFO] [stdout] 88722e4e8f30c25bd04f3e208c9bc3fc0baad9106edf9ddad9d7bc0f0740707c