safe_ecs 0.1.0

ECS written in safe code
Build #1551349 2024-11-17T13:18:34.939644+00:00
# rustc version
rustc 1.84.0-nightly (f2a35426b 2024-11-16)# docs.rs version
docsrs 0.6.0 (36c721fb 2024-11-06)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/safe_ecs-0.1.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/safe_ecs-0.1.0/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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20241116-1.84.0-nightly-f2a35426b\", \"--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] [stdout] 4598635f8be7c44accaf387177b1a6cf670961d7abbef02a320b11cc7a11c71c
[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" "4598635f8be7c44accaf387177b1a6cf670961d7abbef02a320b11cc7a11c71c", kill_on_drop: false }`
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr]  Documenting safe_ecs v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] error: item does not constrain `query::ArchetypeIter::{opaque#0}`, but has it in its signature
[INFO] [stderr]    --> src/query.rs:391:12
[INFO] [stderr]     |
[INFO] [stderr] 391 |     pub fn iter_mut(&mut self) -> QueryIter<'_, 'b, Q> {
[INFO] [stderr]     |            ^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: consider moving the opaque type's declaration and defining uses into a separate module
[INFO] [stderr] note: this opaque type is in the signature
[INFO] [stderr]    --> src/query.rs:432:37
[INFO] [stderr]     |
[INFO] [stderr] 432 | type ArchetypeIter<'a, 'b: 'a, Q> = impl Iterator<Item = &'b Archetype> + 'a;
[INFO] [stderr]     |                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: item does not constrain `query::ArchetypeIter::{opaque#0}`, but has it in its signature
[INFO] [stderr]    --> src/query.rs:434:8
[INFO] [stderr]     |
[INFO] [stderr] 434 |     fn new(borrows: &'a mut Query<'b, Q>) -> Self {
[INFO] [stderr]     |        ^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: consider moving the opaque type's declaration and defining uses into a separate module
[INFO] [stderr] note: this opaque type is in the signature
[INFO] [stderr]    --> src/query.rs:432:37
[INFO] [stderr]     |
[INFO] [stderr] 432 | type ArchetypeIter<'a, 'b: 'a, Q> = impl Iterator<Item = &'b Archetype> + 'a;
[INFO] [stderr]     |                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: item does not constrain `query::ArchetypeIter::{opaque#0}`, but has it in its signature
[INFO] [stderr]    --> src/query.rs:456:49
[INFO] [stderr]     |
[INFO] [stderr] 456 |             borrows: borrows.locks.as_mut().map(|(locks, dyn_locks)| {
[INFO] [stderr]     |                                                 ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: consider moving the opaque type's declaration and defining uses into a separate module
[INFO] [stderr] note: this opaque type is in the signature
[INFO] [stderr]    --> src/query.rs:432:37
[INFO] [stderr]     |
[INFO] [stderr] 432 | type ArchetypeIter<'a, 'b: 'a, Q> = impl Iterator<Item = &'b Archetype> + 'a;
[INFO] [stderr]     |                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: item does not constrain `query::ArchetypeIter::{opaque#0}`, but has it in its signature
[INFO] [stderr]    --> src/query.rs:461:30
[INFO] [stderr]     |
[INFO] [stderr] 461 |                         .map(|lock| match lock {
[INFO] [stderr]     |                              ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: consider moving the opaque type's declaration and defining uses into a separate module
[INFO] [stderr] note: this opaque type is in the signature
[INFO] [stderr]    --> src/query.rs:432:37
[INFO] [stderr]     |
[INFO] [stderr] 432 | type ArchetypeIter<'a, 'b: 'a, Q> = impl Iterator<Item = &'b Archetype> + 'a;
[INFO] [stderr]     |                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: item does not constrain `query::ArchetypeIter::{opaque#0}`, but has it in its signature
[INFO] [stderr]    --> src/query.rs:544:12
[INFO] [stderr]     |
[INFO] [stderr] 544 |     pub fn next_dynamic(&mut self) -> Option<(<Self as Iterator>::Item, &mut [*mut u8])> {
[INFO] [stderr]     |            ^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: consider moving the opaque type's declaration and defining uses into a separate module
[INFO] [stderr] note: this opaque type is in the signature
[INFO] [stderr]    --> src/query.rs:432:37
[INFO] [stderr]     |
[INFO] [stderr] 432 | type ArchetypeIter<'a, 'b: 'a, Q> = impl Iterator<Item = &'b Archetype> + 'a;
[INFO] [stderr]     |                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: item does not constrain `query::ArchetypeIter::{opaque#0}`, but has it in its signature
[INFO] [stderr]    --> src/query.rs:546:18
[INFO] [stderr]     |
[INFO] [stderr] 546 |             .map(|item| (item, &mut self.dyn_param_data_ptrs[..]))
[INFO] [stderr]     |                  ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: consider moving the opaque type's declaration and defining uses into a separate module
[INFO] [stderr] note: this opaque type is in the signature
[INFO] [stderr]    --> src/query.rs:432:37
[INFO] [stderr]     |
[INFO] [stderr] 432 | type ArchetypeIter<'a, 'b: 'a, Q> = impl Iterator<Item = &'b Archetype> + 'a;
[INFO] [stderr]     |                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: could not document `safe_ecs`
[INFO] running `Command { std: "docker" "inspect" "4598635f8be7c44accaf387177b1a6cf670961d7abbef02a320b11cc7a11c71c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4598635f8be7c44accaf387177b1a6cf670961d7abbef02a320b11cc7a11c71c", kill_on_drop: false }`
[INFO] [stdout] 4598635f8be7c44accaf387177b1a6cf670961d7abbef02a320b11cc7a11c71c