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.84.0-nightly (b8c8287a2 2024-11-03)# docs.rs version
docsrs 0.6.0 (fd0fad95 2024-11-04)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/softrender-0.1.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/softrender-0.1.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: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\", \"-20241103-1.84.0-nightly-b8c8287a2\", \"--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] [stdout] d467560b882549d849da9527f50295c19b64a7bcaf9c19289d6d77b99496302c
[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" "d467560b882549d849da9527f50295c19b64a7bcaf9c19289d6d77b99496302c", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2021
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr] Checking nalgebra v0.12.3
[INFO] [stderr] error[E0119]: conflicting implementations of trait `Mul<&_>` for type `translation::TranslationBase<_, _, _>`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/nalgebra-0.12.3/src/geometry/isometry_ops.rs:68:9
[INFO] [stderr] |
[INFO] [stderr] 68 | / impl<$($lives ,)* N, D: DimName, S, R> $Op<$Rhs> for $Lhs
[INFO] [stderr] 69 | | where N: Real,
[INFO] [stderr] 70 | | S: OwnedStorage<N, D, U1>,
[INFO] [stderr] 71 | | R: Rotation<PointBase<N, D, S>>,
[INFO] [stderr] 72 | | S::Alloc: OwnedAllocator<N, D, U1, S> {
[INFO] [stderr] | | ^
[INFO] [stderr] | | |
[INFO] [stderr] | |_______________________________________________________first implementation here
[INFO] [stderr] | conflicting implementation for `translation::TranslationBase<_, _, _>`
[INFO] [stderr] ...
[INFO] [stderr] 286 | / isometry_binop_impl_all!(
[INFO] [stderr] 287 | | Mul, mul;
[INFO] [stderr] 288 | | self: TranslationBase<N, D, S>, right: R, Output = IsometryBase<N, D, S, R>;
[INFO] [stderr] 289 | | [val val] => IsometryBase::from_parts(self, right);
[INFO] [stderr] ... |
[INFO] [stderr] 292 | | [ref ref] => IsometryBase::from_parts(self.clone(), right.clone());
[INFO] [stderr] 293 | | );
[INFO] [stderr] | |_- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: downstream crates may implement trait `alga::linear::ProjectiveTransformation<geometry::point::PointBase<_, _, _>>` for type `&_`
[INFO] [stderr] = note: downstream crates may implement trait `alga::linear::Transformation<geometry::point::PointBase<_, _, _>>` for type `&_`
[INFO] [stderr] = note: downstream crates may implement trait `alga::general::MultiplicativeMonoid` for type `&_`
[INFO] [stderr] = note: downstream crates may implement trait `num::One` for type `&_`
[INFO] [stderr] = note: downstream crates may implement trait `alga::general::MultiplicativeSemigroup` for type `&_`
[INFO] [stderr] = note: downstream crates may implement trait `alga::general::ClosedMul` for type `&_`
[INFO] [stderr] = note: downstream crates may implement trait `std::ops::MulAssign` for type `&_`
[INFO] [stderr] = note: downstream crates may implement trait `alga::general::MultiplicativeMagma` for type `&_`
[INFO] [stderr] = note: downstream crates may implement trait `alga::general::AbstractMagma<alga::general::Multiplicative>` for type `&_`
[INFO] [stderr] = note: downstream crates may implement trait `alga::general::AbstractSemigroup<alga::general::Multiplicative>` for type `&_`
[INFO] [stderr] = note: downstream crates may implement trait `alga::general::AbstractMonoid<alga::general::Multiplicative>` for type `&_`
[INFO] [stderr] = note: downstream crates may implement trait `alga::general::Identity<alga::general::Multiplicative>` for type `&_`
[INFO] [stderr] = note: downstream crates may implement trait `alga::general::MultiplicativeGroup` for type `&_`
[INFO] [stderr] = note: downstream crates may implement trait `alga::general::MultiplicativeLoop` for type `&_`
[INFO] [stderr] = note: downstream crates may implement trait `alga::general::MultiplicativeQuasigroup` for type `&_`
[INFO] [stderr] = note: downstream crates may implement trait `alga::general::ClosedDiv` for type `&_`
[INFO] [stderr] = note: downstream crates may implement trait `std::ops::DivAssign` for type `&_`
[INFO] [stderr] = note: downstream crates may implement trait `alga::general::AbstractQuasigroup<alga::general::Multiplicative>` for type `&_`
[INFO] [stderr] = note: downstream crates may implement trait `alga::general::Inverse<alga::general::Multiplicative>` for type `&_`
[INFO] [stderr] = note: downstream crates may implement trait `alga::general::AbstractLoop<alga::general::Multiplicative>` for type `&_`
[INFO] [stderr] = note: downstream crates may implement trait `alga::general::AbstractGroup<alga::general::Multiplicative>` for type `&_`
[INFO] [stderr] = note: downstream crates may implement trait `alga::linear::AffineTransformation<geometry::point::PointBase<_, _, _>>` for type `&_`
[INFO] [stderr] = note: downstream crates may implement trait `alga::linear::Similarity<geometry::point::PointBase<_, _, _>>` for type `&_`
[INFO] [stderr] = note: downstream crates may implement trait `alga::linear::Isometry<geometry::point::PointBase<_, _, _>>` for type `&_`
[INFO] [stderr] = note: downstream crates may implement trait `alga::linear::DirectIsometry<geometry::point::PointBase<_, _, _>>` for type `&_`
[INFO] [stderr] = note: downstream crates may implement trait `alga::linear::OrthogonalTransformation<geometry::point::PointBase<_, _, _>>` for type `&_`
[INFO] [stderr] = note: downstream crates may implement trait `alga::linear::Rotation<geometry::point::PointBase<_, _, _>>` for type `&_`
[INFO] [stderr] = note: this error originates in the macro `isometry_binop_impl` which comes from the expansion of the macro `isometry_binop_impl_all` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0119]: conflicting implementations of trait `Mul<&_>` for type `&translation::TranslationBase<_, _, _>`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/nalgebra-0.12.3/src/geometry/isometry_ops.rs:68:9
[INFO] [stderr] |
[INFO] [stderr] 68 | / impl<$($lives ,)* N, D: DimName, S, R> $Op<$Rhs> for $Lhs
[INFO] [stderr] 69 | | where N: Real,
[INFO] [stderr] 70 | | S: OwnedStorage<N, D, U1>,
[INFO] [stderr] 71 | | R: Rotation<PointBase<N, D, S>>,
[INFO] [stderr] 72 | | S::Alloc: OwnedAllocator<N, D, U1, S> {
[INFO] [stderr] | | ^
[INFO] [stderr] | | |
[INFO] [stderr] | |_______________________________________________________first implementation here
[INFO] [stderr] | conflicting implementation for `&translation::TranslationBase<_, _, _>`
[INFO] [stderr] ...
[INFO] [stderr] 286 | / isometry_binop_impl_all!(
[INFO] [stderr] 287 | | Mul, mul;
[INFO] [stderr] 288 | | self: TranslationBase<N, D, S>, right: R, Output = IsometryBase<N, D, S, R>;
[INFO] [stderr] 289 | | [val val] => IsometryBase::from_parts(self, right);
[INFO] [stderr] ... |
[INFO] [stderr] 292 | | [ref ref] => IsometryBase::from_parts(self.clone(), right.clone());
[INFO] [stderr] 293 | | );
[INFO] [stderr] | |_- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: downstream crates may implement trait `alga::linear::ProjectiveTransformation<geometry::point::PointBase<_, _, _>>` for type `&_`
[INFO] [stderr] = note: downstream crates may implement trait `alga::linear::Transformation<geometry::point::PointBase<_, _, _>>` for type `&_`
[INFO] [stderr] = note: downstream crates may implement trait `alga::general::MultiplicativeMonoid` for type `&_`
[INFO] [stderr] = note: downstream crates may implement trait `num::One` for type `&_`
[INFO] [stderr] = note: downstream crates may implement trait `alga::general::MultiplicativeSemigroup` for type `&_`
[INFO] [stderr] = note: downstream crates may implement trait `alga::general::ClosedMul` for type `&_`
[INFO] [stderr] = note: downstream crates may implement trait `std::ops::MulAssign` for type `&_`
[INFO] [stderr] = note: downstream crates may implement trait `alga::general::MultiplicativeMagma` for type `&_`
[INFO] [stderr] = note: downstream crates may implement trait `alga::general::AbstractMagma<alga::general::Multiplicative>` for type `&_`
[INFO] [stderr] = note: downstream crates may implement trait `alga::general::AbstractSemigroup<alga::general::Multiplicative>` for type `&_`
[INFO] [stderr] = note: downstream crates may implement trait `alga::general::AbstractMonoid<alga::general::Multiplicative>` for type `&_`
[INFO] [stderr] = note: downstream crates may implement trait `alga::general::Identity<alga::general::Multiplicative>` for type `&_`
[INFO] [stderr] = note: downstream crates may implement trait `alga::general::MultiplicativeGroup` for type `&_`
[INFO] [stderr] = note: downstream crates may implement trait `alga::general::MultiplicativeLoop` for type `&_`
[INFO] [stderr] = note: downstream crates may implement trait `alga::general::MultiplicativeQuasigroup` for type `&_`
[INFO] [stderr] = note: downstream crates may implement trait `alga::general::ClosedDiv` for type `&_`
[INFO] [stderr] = note: downstream crates may implement trait `std::ops::DivAssign` for type `&_`
[INFO] [stderr] = note: downstream crates may implement trait `alga::general::AbstractQuasigroup<alga::general::Multiplicative>` for type `&_`
[INFO] [stderr] = note: downstream crates may implement trait `alga::general::Inverse<alga::general::Multiplicative>` for type `&_`
[INFO] [stderr] = note: downstream crates may implement trait `alga::general::AbstractLoop<alga::general::Multiplicative>` for type `&_`
[INFO] [stderr] = note: downstream crates may implement trait `alga::general::AbstractGroup<alga::general::Multiplicative>` for type `&_`
[INFO] [stderr] = note: downstream crates may implement trait `alga::linear::AffineTransformation<geometry::point::PointBase<_, _, _>>` for type `&_`
[INFO] [stderr] = note: downstream crates may implement trait `alga::linear::Similarity<geometry::point::PointBase<_, _, _>>` for type `&_`
[INFO] [stderr] = note: downstream crates may implement trait `alga::linear::Isometry<geometry::point::PointBase<_, _, _>>` for type `&_`
[INFO] [stderr] = note: downstream crates may implement trait `alga::linear::DirectIsometry<geometry::point::PointBase<_, _, _>>` for type `&_`
[INFO] [stderr] = note: downstream crates may implement trait `alga::linear::OrthogonalTransformation<geometry::point::PointBase<_, _, _>>` for type `&_`
[INFO] [stderr] = note: downstream crates may implement trait `alga::linear::Rotation<geometry::point::PointBase<_, _, _>>` for type `&_`
[INFO] [stderr] = note: this error originates in the macro `isometry_binop_impl` which comes from the expansion of the macro `isometry_binop_impl_all` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0502]: cannot borrow `*self` as immutable because it is also borrowed as mutable
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/nalgebra-0.12.3/src/core/cg.rs:314:44
[INFO] [stderr] |
[INFO] [stderr] 314 | self[(j, i)] += shift[j] * self[(D::dim() - 1, i)];
[INFO] [stderr] | ---------------------------^^^^-------------------
[INFO] [stderr] | | |
[INFO] [stderr] | | immutable borrow occurs here
[INFO] [stderr] | mutable borrow occurs here
[INFO] [stderr] | mutable borrow later used here
[INFO] [stderr] |
[INFO] [stderr] help: try adding a local storing this...
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/nalgebra-0.12.3/src/core/cg.rs:314:48
[INFO] [stderr] |
[INFO] [stderr] 314 | self[(j, i)] += shift[j] * self[(D::dim() - 1, i)];
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] help: ...and then using that local here
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/nalgebra-0.12.3/src/core/cg.rs:314:17
[INFO] [stderr] |
[INFO] [stderr] 314 | self[(j, i)] += shift[j] * self[(D::dim() - 1, i)];
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]
[INFO] [stderr] Some errors have detailed explanations: E0119, E0502.
[INFO] [stderr] For more information about an error, try `rustc --explain E0119`.
[INFO] [stderr] error: could not compile `nalgebra` (lib) due to 3 previous errors
[INFO] running `Command { std: "docker" "inspect" "d467560b882549d849da9527f50295c19b64a7bcaf9c19289d6d77b99496302c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d467560b882549d849da9527f50295c19b64a7bcaf9c19289d6d77b99496302c", kill_on_drop: false }`
[INFO] [stdout] d467560b882549d849da9527f50295c19b64a7bcaf9c19289d6d77b99496302c