Build #702783 2022-12-16T23:06:11.906618+00:00
# rustc version
rustc 1.68.0-nightly (ec56537c4 2022-12-15)# docs.rs version
docsrs 0.6.0 (9f1a0c2c 2022-12-16)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/bevy-inspector-egui-rapier-0.9.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/bevy-inspector-egui-rapier-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" "3221225472" "--cpus" "3" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:9db6adea6fe108e8475f2314ed6ea91319efc655499b550640da2809d69ffe6a" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--all-features" "-Z" "unstable-options" "--config" "build.rustdocflags=[\"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20221215-1.68.0-nightly-ec56537c4\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--disable-per-crate-search\", \"--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\"" "-j3" "--target" "x86_64-unknown-linux-gnu", kill_on_drop: false }`
[INFO] [stdout] 717b4c6c67587a32146ef4b33ef993ab7bc78107f1596ceea304c7226a26b263
[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" "717b4c6c67587a32146ef4b33ef993ab7bc78107f1596ceea304c7226a26b263", kill_on_drop: false }`
[INFO] [stderr] Documenting bevy-inspector-egui-rapier v0.9.0 (/opt/rustwide/workdir)
[INFO] [stderr] error: enabling both `rapier2d` and `rapier3d` is not supported
[INFO] [stderr] --> src/lib.rs:33:1
[INFO] [stderr] |
[INFO] [stderr] 33 | compile_error!("enabling both `rapier2d` and `rapier3d` is not supported");
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]
[INFO] [stderr] error[E0252]: the name `Vect` is defined multiple times
[INFO] [stderr] --> src/./rapier_impl.rs:137:9
[INFO] [stderr] |
[INFO] [stderr] 135 | use bevy::math::Vec2 as Vect;
[INFO] [stderr] | ------------------------ previous import of the type `Vect` here
[INFO] [stderr] 136 | #[cfg(feature = "rapier3d")]
[INFO] [stderr] 137 | use bevy::math::Vec3 as Vect;
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ `Vect` reimported here
[INFO] [stderr] |
[INFO] [stderr] = note: `Vect` must be defined only once in the type namespace of this block
[INFO] [stderr] help: you can use `as` to change the binding name of the import
[INFO] [stderr] |
[INFO] [stderr] 137 | use bevy::math::Vec3 as OtherVect;
[INFO] [stderr] | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]
[INFO] [stderr] error[E0432]: unresolved imports `bevy_rapier::parry::shape::Cone`, `bevy_rapier::parry::shape::Cylinder`
[INFO] [stderr] --> src/./rapier_impl.rs:181:45
[INFO] [stderr] |
[INFO] [stderr] 181 | use bevy_rapier::parry::shape::{Cone, Cylinder};
[INFO] [stderr] | ^^^^ ^^^^^^^^ no `Cylinder` in `shape`
[INFO] [stderr] | |
[INFO] [stderr] | no `Cone` in `shape`
[INFO] [stderr] |
[INFO] [stderr] help: consider importing this variant instead
[INFO] [stderr] |
[INFO] [stderr] 181 | use bevy_rapier::parry::shape::{bevy_rapier3d::prelude::ColliderView::Cone;
[INFO] [stderr] | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] help: consider importing this variant instead
[INFO] [stderr] |
[INFO] [stderr] 181 | use bevy_rapier::parry::shape::{Cone, bevy_rapier3d::prelude::ColliderView::Cylinder;
[INFO] [stderr] | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]
[INFO] [stderr] error: Compilation failed, aborting rustdoc
[INFO] [stderr]
[INFO] [stderr] Some errors have detailed explanations: E0252, E0432.
[INFO] [stderr] For more information about an error, try `rustc --explain E0252`.
[INFO] [stderr] error: could not document `bevy-inspector-egui-rapier`
[INFO] [stderr]
[INFO] [stderr] Caused by:
[INFO] [stderr] process didn't exit successfully: `rustdoc --edition=2021 --crate-type lib --crate-name bevy_inspector_egui_rapier src/lib.rs --target x86_64-unknown-linux-gnu -o /opt/rustwide/target/x86_64-unknown-linux-gnu/doc --cfg 'feature="bevy_rapier2d"' --cfg 'feature="bevy_rapier3d"' --cfg 'feature="rapier2d"' --cfg 'feature="rapier3d"' --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat -C metadata=8aa53e03c7cdf389 -L dependency=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bevy=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libbevy-a4dc8740c5039a83.rmeta --extern bevy_inspector_egui=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libbevy_inspector_egui-4815612a7c41c2b8.rmeta --extern bevy_rapier2d=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libbevy_rapier2d-2befa13460eb0267.rmeta --extern bevy_rapier3d=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libbevy_rapier3d-5f9d4f3e2462f510.rmeta --extern-html-root-url 'bevy=https://docs.rs/bevy/0.9.1/x86_64-unknown-linux-gnu' --extern-html-root-url 'bevy_inspector_egui=https://docs.rs/bevy-inspector-egui/0.15.0/x86_64-unknown-linux-gnu' --extern-html-root-url 'bevy_rapier2d=https://docs.rs/bevy_rapier2d/0.19.0/x86_64-unknown-linux-gnu' --extern-html-root-url 'bevy_rapier3d=https://docs.rs/bevy_rapier3d/0.19.0/x86_64-unknown-linux-gnu' -Zunstable-options -Z unstable-options --emit=invocation-specific --resource-suffix -20221215-1.68.0-nightly-ec56537c4 --static-root-path /-/rustdoc.static/ --cap-lints warn --disable-per-crate-search --extern-html-root-takes-precedence --crate-version 0.9.0` (exit status: 1)
[INFO] running `Command { std: "docker" "inspect" "717b4c6c67587a32146ef4b33ef993ab7bc78107f1596ceea304c7226a26b263", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "717b4c6c67587a32146ef4b33ef993ab7bc78107f1596ceea304c7226a26b263", kill_on_drop: false }`
[INFO] [stdout] 717b4c6c67587a32146ef4b33ef993ab7bc78107f1596ceea304c7226a26b263