Build #1653681 2025-01-21T11:44:14.080752+00:00
# 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/ambient_ecs-0.2.1/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/ambient_ecs-0.2.1/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] 3befb0f42c423f43261a20703ad548f687c7c611405f216534aab5eb2c02683e
[INFO] running `Command { std: "docker" "start" "-a" "3befb0f42c423f43261a20703ad548f687c7c611405f216534aab5eb2c02683e", kill_on_drop: false }`
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr] Documenting ambient_ecs v0.2.1 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unresolved link to `try_downcast_ref`
[INFO] [stderr] --> src/component_entry.rs:187:14
[INFO] [stderr] |
[INFO] [stderr] 187 | #[doc = "See [`" try_ $name "`]" ]
[INFO] [stderr] | ______________^
[INFO] [stderr] 188 | | #[doc = "# Panics"]
[INFO] [stderr] 189 | | #[doc = "If the types do not match"]
[INFO] [stderr] | |_______________________________________________^
[INFO] [stderr] ...
[INFO] [stderr] 234 | impl_infallible!(&Self, downcast_ref, &T);
[INFO] [stderr] | ----------------------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] See [`try_downcast_ref`]
[INFO] [stderr] ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] = note: no item named `try_downcast_ref` in scope
[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] = note: this warning originates in the macro `impl_infallible` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `try_downcast_mut`
[INFO] [stderr] --> src/component_entry.rs:187:14
[INFO] [stderr] |
[INFO] [stderr] 187 | #[doc = "See [`" try_ $name "`]" ]
[INFO] [stderr] | ______________^
[INFO] [stderr] 188 | | #[doc = "# Panics"]
[INFO] [stderr] 189 | | #[doc = "If the types do not match"]
[INFO] [stderr] | |_______________________________________________^
[INFO] [stderr] ...
[INFO] [stderr] 235 | impl_infallible!(&mut Self, downcast_mut, &mut T);
[INFO] [stderr] | ------------------------------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] See [`try_downcast_mut`]
[INFO] [stderr] ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] = note: no item named `try_downcast_mut` in scope
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] = note: this warning originates in the macro `impl_infallible` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `try_downcast_cloned`
[INFO] [stderr] --> src/component_entry.rs:187:14
[INFO] [stderr] |
[INFO] [stderr] 187 | #[doc = "See [`" try_ $name "`]" ]
[INFO] [stderr] | ______________^
[INFO] [stderr] 188 | | #[doc = "# Panics"]
[INFO] [stderr] 189 | | #[doc = "If the types do not match"]
[INFO] [stderr] | |_______________________________________________^
[INFO] [stderr] ...
[INFO] [stderr] 236 | impl_infallible!(&Self, downcast_cloned, T);
[INFO] [stderr] | ------------------------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] See [`try_downcast_cloned`]
[INFO] [stderr] ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] = note: no item named `try_downcast_cloned` in scope
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] = note: this warning originates in the macro `impl_infallible` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `try_into_inner`
[INFO] [stderr] --> src/component_entry.rs:187:14
[INFO] [stderr] |
[INFO] [stderr] 187 | #[doc = "See [`" try_ $name "`]" ]
[INFO] [stderr] | ______________^
[INFO] [stderr] 188 | | #[doc = "# Panics"]
[INFO] [stderr] 189 | | #[doc = "If the types do not match"]
[INFO] [stderr] | |_______________________________________________^
[INFO] [stderr] ...
[INFO] [stderr] 237 | impl_infallible!(Self, into_inner, T);
[INFO] [stderr] | ------------------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] See [`try_into_inner`]
[INFO] [stderr] ^^^^^^^^^^^^^^^^
[INFO] [stderr] = note: no item named `try_into_inner` in scope
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] = note: this warning originates in the macro `impl_infallible` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: `ambient_ecs` (lib doc) generated 4 warnings
[INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.30s
[INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/ambient_ecs/index.html
[INFO] running `Command { std: "docker" "inspect" "3befb0f42c423f43261a20703ad548f687c7c611405f216534aab5eb2c02683e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3befb0f42c423f43261a20703ad548f687c7c611405f216534aab5eb2c02683e", kill_on_drop: false }`
[INFO] [stdout] 3befb0f42c423f43261a20703ad548f687c7c611405f216534aab5eb2c02683e