wgpu-tilemap 0.1.1

wgpu middleware for GPU-accelerated tilemap rendering, primarily targeted at 2d games
Documentation
Build #2071070 2025-05-03 17:13:36

Build failed. If you want to re-trigger a documentation build, you can do it here. You can find more information on docs.rs builds documentation on the builds page.

# rustc version rustc 1.88.0-nightly (4824c2bb7 2025-05-02)

# docs.rs version docsrs 0.6.0 (ee9a3fe6 2025-03-28)

# build log [INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/wgpu-tilemap-0.1.1/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/wgpu-tilemap-0.1.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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250502-1.88.0-nightly-4824c2bb7\", \"--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] 4eada995022e47b6b9938b9dc3243b6196c5033d0e99dbe82c837f8c592ee40b [INFO] running `Command { std: "docker" "start" "-a" "4eada995022e47b6b9938b9dc3243b6196c5033d0e99dbe82c837f8c592ee40b", kill_on_drop: false }` [INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Checking vek v0.15.10 [INFO] [stderr] error[E0076]: SIMD vector's only field must be an array [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/vek-0.15.10/src/vec.rs:3209:13 [INFO] [stderr] | [INFO] [stderr] 3209 | pub struct Vec2<T> { pub x:T, pub y:T } [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ ------- not an array [INFO] [stderr] ... [INFO] [stderr] 3709 | vec_impl_all_vecs!{simd #[repr(simd)] c #[repr(C)] repr_simd} [INFO] [stderr] | ------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the macro `vec_impl_all_vecs` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0076]: SIMD vector's only field must be an array [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/vek-0.15.10/src/vec.rs:3345:13 [INFO] [stderr] | [INFO] [stderr] 3345 | pub struct Vec4<T> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 3346 | pub x:T, pub y:T, pub z:T, [INFO] [stderr] | ------- not an array [INFO] [stderr] ... [INFO] [stderr] 3709 | vec_impl_all_vecs!{simd #[repr(simd)] c #[repr(C)] repr_simd} [INFO] [stderr] | ------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the macro `vec_impl_all_vecs` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0076]: SIMD vector's only field must be an array [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/vek-0.15.10/src/vec.rs:3562:13 [INFO] [stderr] | [INFO] [stderr] 3562 | pub struct Extent2<T> { pub w:T, pub h:T } [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ ------- not an array [INFO] [stderr] ... [INFO] [stderr] 3709 | vec_impl_all_vecs!{simd #[repr(simd)] c #[repr(C)] repr_simd} [INFO] [stderr] | ------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the macro `vec_impl_all_vecs` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0076]: SIMD vector's only field must be an array [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/vek-0.15.10/src/vec.rs:3586:13 [INFO] [stderr] | [INFO] [stderr] 3586 | pub struct Rgba<T> { pub r:T, pub g:T, pub b:T, pub a:T } [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ ------- not an array [INFO] [stderr] ... [INFO] [stderr] 3709 | vec_impl_all_vecs!{simd #[repr(simd)] c #[repr(C)] repr_simd} [INFO] [stderr] | ------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the macro `vec_impl_all_vecs` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0076]: SIMD vector's only field must be an array [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/vek-0.15.10/src/quaternion.rs:129:9 [INFO] [stderr] | [INFO] [stderr] 129 | pub struct Quaternion<T> { pub x: T, pub y: T, pub z: T, pub w: T } [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ -------- not an array [INFO] [stderr] ... [INFO] [stderr] 745 | quaternion_complete_mod!(repr_simd #[repr(simd)]); [INFO] [stderr] | ------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the macro `quaternion_complete_mod` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0076`. [INFO] [stderr] error: could not compile `vek` (lib) due to 5 previous errors [INFO] running `Command { std: "docker" "inspect" "4eada995022e47b6b9938b9dc3243b6196c5033d0e99dbe82c837f8c592ee40b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4eada995022e47b6b9938b9dc3243b6196c5033d0e99dbe82c837f8c592ee40b", kill_on_drop: false }` [INFO] [stdout] 4eada995022e47b6b9938b9dc3243b6196c5033d0e99dbe82c837f8c592ee40b