bitsvec 0.1.1

A bit vector with the Rust standard library's portable SIMD API
Build #1552105 2024-11-17 17:32: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.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/bitsvec-0.1.1/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/bitsvec-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: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] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 91b43f684b12fb6d5bbbf08aface9ff95ba675742d506fd336ba2093abcb6fcc [INFO] running `Command { std: "docker" "start" "-a" "91b43f684b12fb6d5bbbf08aface9ff95ba675742d506fd336ba2093abcb6fcc", kill_on_drop: false }` [INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Documenting bitsvec v0.1.1 (/opt/rustwide/workdir) [INFO] [stderr] error[E0015]: cannot call non-const fn `core::simd::Simd::<u64, 2>::splat` in constants [INFO] [stderr] --> src/lib.rs:1236:32 [INFO] [stderr] | [INFO] [stderr] 1236 | const ZERO: Self = <$type>::splat(0); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1266 | impl_bitblock!(u64x2, u64, 2); [INFO] [stderr] | ----------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: calls in constants are limited to constant functions, tuple structs and tuple variants [INFO] [stderr] = note: this error originates in the macro `impl_bitblock` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0015]: cannot call non-const fn `core::simd::Simd::<u64, 2>::splat` in constants [INFO] [stderr] --> src/lib.rs:1237:31 [INFO] [stderr] | [INFO] [stderr] 1237 | const MAX: Self = <$type>::splat(<$item_type>::MAX); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1266 | impl_bitblock!(u64x2, u64, 2); [INFO] [stderr] | ----------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: calls in constants are limited to constant functions, tuple structs and tuple variants [INFO] [stderr] = note: this error originates in the macro `impl_bitblock` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0015]: cannot call non-const fn `core::simd::Simd::<u32, 4>::splat` in constants [INFO] [stderr] --> src/lib.rs:1236:32 [INFO] [stderr] | [INFO] [stderr] 1236 | const ZERO: Self = <$type>::splat(0); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1264 | impl_bitblock!(u32x4, u32, 4); [INFO] [stderr] | ----------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: calls in constants are limited to constant functions, tuple structs and tuple variants [INFO] [stderr] = note: this error originates in the macro `impl_bitblock` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0015]: cannot call non-const fn `core::simd::Simd::<u32, 4>::splat` in constants [INFO] [stderr] --> src/lib.rs:1237:31 [INFO] [stderr] | [INFO] [stderr] 1237 | const MAX: Self = <$type>::splat(<$item_type>::MAX); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1264 | impl_bitblock!(u32x4, u32, 4); [INFO] [stderr] | ----------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: calls in constants are limited to constant functions, tuple structs and tuple variants [INFO] [stderr] = note: this error originates in the macro `impl_bitblock` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0015]: cannot call non-const fn `core::simd::Simd::<u64, 4>::splat` in constants [INFO] [stderr] --> src/lib.rs:1236:32 [INFO] [stderr] | [INFO] [stderr] 1236 | const ZERO: Self = <$type>::splat(0); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1267 | impl_bitblock!(u64x4, u64, 4); [INFO] [stderr] | ----------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: calls in constants are limited to constant functions, tuple structs and tuple variants [INFO] [stderr] = note: this error originates in the macro `impl_bitblock` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0015]: cannot call non-const fn `core::simd::Simd::<u64, 4>::splat` in constants [INFO] [stderr] --> src/lib.rs:1237:31 [INFO] [stderr] | [INFO] [stderr] 1237 | const MAX: Self = <$type>::splat(<$item_type>::MAX); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1267 | impl_bitblock!(u64x4, u64, 4); [INFO] [stderr] | ----------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: calls in constants are limited to constant functions, tuple structs and tuple variants [INFO] [stderr] = note: this error originates in the macro `impl_bitblock` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0015]: cannot call non-const fn `core::simd::Simd::<u16, 8>::splat` in constants [INFO] [stderr] --> src/lib.rs:1236:32 [INFO] [stderr] | [INFO] [stderr] 1236 | const ZERO: Self = <$type>::splat(0); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1263 | impl_bitblock!(u16x8, u16, 8); [INFO] [stderr] | ----------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: calls in constants are limited to constant functions, tuple structs and tuple variants [INFO] [stderr] = note: this error originates in the macro `impl_bitblock` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0015]: cannot call non-const fn `core::simd::Simd::<u16, 8>::splat` in constants [INFO] [stderr] --> src/lib.rs:1237:31 [INFO] [stderr] | [INFO] [stderr] 1237 | const MAX: Self = <$type>::splat(<$item_type>::MAX); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1263 | impl_bitblock!(u16x8, u16, 8); [INFO] [stderr] | ----------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: calls in constants are limited to constant functions, tuple structs and tuple variants [INFO] [stderr] = note: this error originates in the macro `impl_bitblock` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0015]: cannot call non-const fn `core::simd::Simd::<u32, 8>::splat` in constants [INFO] [stderr] --> src/lib.rs:1236:32 [INFO] [stderr] | [INFO] [stderr] 1236 | const ZERO: Self = <$type>::splat(0); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1265 | impl_bitblock!(u32x8, u32, 8); [INFO] [stderr] | ----------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: calls in constants are limited to constant functions, tuple structs and tuple variants [INFO] [stderr] = note: this error originates in the macro `impl_bitblock` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0015]: cannot call non-const fn `core::simd::Simd::<u32, 8>::splat` in constants [INFO] [stderr] --> src/lib.rs:1237:31 [INFO] [stderr] | [INFO] [stderr] 1237 | const MAX: Self = <$type>::splat(<$item_type>::MAX); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1265 | impl_bitblock!(u32x8, u32, 8); [INFO] [stderr] | ----------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: calls in constants are limited to constant functions, tuple structs and tuple variants [INFO] [stderr] = note: this error originates in the macro `impl_bitblock` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0015]: cannot call non-const fn `core::simd::Simd::<u64, 8>::splat` in constants [INFO] [stderr] --> src/lib.rs:1236:32 [INFO] [stderr] | [INFO] [stderr] 1236 | const ZERO: Self = <$type>::splat(0); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1268 | impl_bitblock!(u64x8, u64, 8); [INFO] [stderr] | ----------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: calls in constants are limited to constant functions, tuple structs and tuple variants [INFO] [stderr] = note: this error originates in the macro `impl_bitblock` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0015]: cannot call non-const fn `core::simd::Simd::<u64, 8>::splat` in constants [INFO] [stderr] --> src/lib.rs:1237:31 [INFO] [stderr] | [INFO] [stderr] 1237 | const MAX: Self = <$type>::splat(<$item_type>::MAX); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1268 | impl_bitblock!(u64x8, u64, 8); [INFO] [stderr] | ----------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: calls in constants are limited to constant functions, tuple structs and tuple variants [INFO] [stderr] = note: this error originates in the macro `impl_bitblock` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0015]: cannot call non-const fn `core::simd::Simd::<u8, 16>::splat` in constants [INFO] [stderr] --> src/lib.rs:1236:32 [INFO] [stderr] | [INFO] [stderr] 1236 | const ZERO: Self = <$type>::splat(0); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1262 | impl_bitblock!(u8x16, u8, 16); [INFO] [stderr] | ----------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: calls in constants are limited to constant functions, tuple structs and tuple variants [INFO] [stderr] = note: this error originates in the macro `impl_bitblock` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0015]: cannot call non-const fn `core::simd::Simd::<u8, 16>::splat` in constants [INFO] [stderr] --> src/lib.rs:1237:31 [INFO] [stderr] | [INFO] [stderr] 1237 | const MAX: Self = <$type>::splat(<$item_type>::MAX); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1262 | impl_bitblock!(u8x16, u8, 16); [INFO] [stderr] | ----------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: calls in constants are limited to constant functions, tuple structs and tuple variants [INFO] [stderr] = note: this error originates in the macro `impl_bitblock` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0015`. [INFO] [stderr] error: could not document `bitsvec` [INFO] running `Command { std: "docker" "inspect" "91b43f684b12fb6d5bbbf08aface9ff95ba675742d506fd336ba2093abcb6fcc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "91b43f684b12fb6d5bbbf08aface9ff95ba675742d506fd336ba2093abcb6fcc", kill_on_drop: false }` [INFO] [stdout] 91b43f684b12fb6d5bbbf08aface9ff95ba675742d506fd336ba2093abcb6fcc