wgpu-tilemap 0.1.1

wgpu middleware for GPU-accelerated tilemap rendering, primarily targeted at 2d games
Documentation
Build #1865715 2025-03-14 08:48:16

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.87.0-nightly (cbfdf0b01 2025-03-13)

# docs.rs version docsrs 0.6.0 (004a02c4 2025-03-05)

# build log [INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/wgpu-tilemap-0.1.1/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/wgpu-tilemap-0.1.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\", \"-20250313-1.87.0-nightly-cbfdf0b01\", \"--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] 7726c53ca507b5c7cb67b5555f1620c3e0d3ba279ab8c5689592e30f2c01b488 [INFO] running `Command { std: "docker" "start" "-a" "7726c53ca507b5c7cb67b5555f1620c3e0d3ba279ab8c5689592e30f2c01b488", 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" "7726c53ca507b5c7cb67b5555f1620c3e0d3ba279ab8c5689592e30f2c01b488", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7726c53ca507b5c7cb67b5555f1620c3e0d3ba279ab8c5689592e30f2c01b488", kill_on_drop: false }` [INFO] [stdout] 7726c53ca507b5c7cb67b5555f1620c3e0d3ba279ab8c5689592e30f2c01b488