ambient_ecs 0.2.1

Ambient ECS. Host-only.
Documentation
Build #1849670 2025-03-10T11:03:39.596563+00:00
# rustc version
rustc 1.87.0-nightly (3ea711f17 2025-03-09)# docs.rs version
docsrs 0.6.0 (004a02c4 2025-03-05)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/ambient_ecs-0.2.1/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/ambient_ecs-0.2.1/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" "6442450944" "--cpus" "6" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:1680c8fbd8dfb46fcd6d22e546df16ab0e007457dc29fcd9e987cdd5077fd1af" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250309-1.87.0-nightly-3ea711f17\", \"--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] 3f7196061f29442f261d30e71db9285449f4572d43d19971e53526c7df570eb0
[INFO] running `Command { std: "docker" "start" "-a" "3f7196061f29442f261d30e71db9285449f4572d43d19971e53526c7df570eb0", 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.26s
[INFO] [stderr]    Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/ambient_ecs/index.html
[INFO] running `Command { std: "docker" "inspect" "3f7196061f29442f261d30e71db9285449f4572d43d19971e53526c7df570eb0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3f7196061f29442f261d30e71db9285449f4572d43d19971e53526c7df570eb0", kill_on_drop: false }`
[INFO] [stdout] 3f7196061f29442f261d30e71db9285449f4572d43d19971e53526c7df570eb0