rapier_testbed3d 0.12.0

Testbed for the Rapier 3-dimensional physics engine in Rust.
Build #551137 2022-04-30T16:43:14.314023+00:00
# rustc version
rustc 1.62.0-nightly (a707f4010 2022-04-29)
# docs.rs version
docsrs 0.6.0 (ff301c9 2022-04-27)

# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/rapier_testbed3d-0.12.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/rapier_testbed3d-0.12.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:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/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\", \"-20220429-1.62.0-nightly-a707f4010\", \"--static-root-path\", \"/\", \"--cap-lints\", \"warn\", \"--disable-per-crate-search\"]" "-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] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 01bb3d306050013a6ba7da604581a06666aea51d5e3f6868148e83ecb3578589
[INFO] running `Command { std: "docker" "start" "-a" "01bb3d306050013a6ba7da604581a06666aea51d5e3f6868148e83ecb3578589", kill_on_drop: false }`
[INFO] [stderr]     Checking bevy_core v0.7.0
[INFO] [stderr]     Checking bevy_input v0.7.0
[INFO] [stderr]     Checking rapier3d v0.12.0
[INFO] [stderr] error[E0106]: missing lifetime specifier
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bevy_core-0.7.0/src/time/fixed_timestep.rs:122:25
[INFO] [stderr]     |
[INFO] [stderr] 122 |     ) -> impl FnMut(Res<Time>, ResMut<FixedTimesteps>) -> ShouldRun {
[INFO] [stderr]     |                         ^ expected named lifetime parameter
[INFO] [stderr]     |
[INFO] [stderr]     = help: this function's return type contains a borrowed value with an elided lifetime, but the lifetime cannot be derived from the arguments
[INFO] [stderr] help: consider using the `'static` lifetime
[INFO] [stderr]     |
[INFO] [stderr] 122 |     ) -> impl FnMut(Res<'static, Time>, ResMut<FixedTimesteps>) -> ShouldRun {
[INFO] [stderr]     |                         ++++++++
[INFO] [stderr] 
[INFO] [stderr] error[E0106]: missing lifetime specifier
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bevy_core-0.7.0/src/time/fixed_timestep.rs:122:39
[INFO] [stderr]     |
[INFO] [stderr] 122 |     ) -> impl FnMut(Res<Time>, ResMut<FixedTimesteps>) -> ShouldRun {
[INFO] [stderr]     |                                       ^ expected named lifetime parameter
[INFO] [stderr]     |
[INFO] [stderr]     = help: this function's return type contains a borrowed value with an elided lifetime, but the lifetime cannot be derived from the arguments
[INFO] [stderr] help: consider using the `'static` lifetime
[INFO] [stderr]     |
[INFO] [stderr] 122 |     ) -> impl FnMut(Res<Time>, ResMut<'static, FixedTimesteps>) -> ShouldRun {
[INFO] [stderr]     |                                       ++++++++
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0106`.
[INFO] [stderr] error: could not compile `bevy_core` due to 2 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "01bb3d306050013a6ba7da604581a06666aea51d5e3f6868148e83ecb3578589", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "01bb3d306050013a6ba7da604581a06666aea51d5e3f6868148e83ecb3578589", kill_on_drop: false }`
[INFO] [stdout] 01bb3d306050013a6ba7da604581a06666aea51d5e3f6868148e83ecb3578589