ambient_ecs 0.2.1

Ambient ECS. Host-only.
Documentation
Build #809764 2023-05-06T16:35:15.908787+00:00
# rustc version
rustc 1.71.0-nightly (f9a6b7158 2023-05-05)# docs.rs version
docsrs 0.6.0 (169bc021 2023-04-30)# 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" "3221225472" "--cpus" "3" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:5ff2268d62e97bff2cde7d5815dd6ed5b47097566f13b8d0ca110b04b60e07ed" "/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\", \"-20230505-1.71.0-nightly-f9a6b7158\", \"--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\"" "-Zrustdoc-scrape-examples" "-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] 3b9896d1104aa6aedd9f410baeaa04a89acad3137b6e1cb3e93f46e90f677ba2
[INFO] running `Command { std: "docker" "start" "-a" "3b9896d1104aa6aedd9f410baeaa04a89acad3137b6e1cb3e93f46e90f677ba2", 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:13
[INFO] [stderr]     |
[INFO] [stderr] 187 | /             #[doc = "See [`" try_ $name "`]" ]
[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:13
[INFO] [stderr]     |
[INFO] [stderr] 187 | /             #[doc = "See [`" try_ $name "`]" ]
[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:13
[INFO] [stderr]     |
[INFO] [stderr] 187 | /             #[doc = "See [`" try_ $name "`]" ]
[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:13
[INFO] [stderr]     |
[INFO] [stderr] 187 | /             #[doc = "See [`" try_ $name "`]" ]
[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 [unoptimized + debuginfo] target(s) in 2.94s
[INFO] running `Command { std: "docker" "inspect" "3b9896d1104aa6aedd9f410baeaa04a89acad3137b6e1cb3e93f46e90f677ba2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3b9896d1104aa6aedd9f410baeaa04a89acad3137b6e1cb3e93f46e90f677ba2", kill_on_drop: false }`
[INFO] [stdout] 3b9896d1104aa6aedd9f410baeaa04a89acad3137b6e1cb3e93f46e90f677ba2