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.76.0-nightly (9fad68599 2023-12-03)
# docs.rs version docsrs 0.6.0 (cd4e3294 2023-12-01)
# build log [INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/vb64-0.1.2/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/vb64-0.1.2/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/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\", \"-20231203-1.76.0-nightly-9fad68599\", \"--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] 4dfbbb911b801780ef5a6375520d7d380a8fc9f19609682bfb084bce9157a5cb [INFO] running `Command { std: "docker" "start" "-a" "4dfbbb911b801780ef5a6375520d7d380a8fc9f19609682bfb084bce9157a5cb", kill_on_drop: false }` [INFO] [stderr] warning: Target filter specified, but no targets matched. This is a no-op [INFO] [stderr] Documenting vb64 v0.1.2 (/opt/rustwide/workdir) [INFO] [stderr] error[E0405]: cannot find trait `Swizzle2` in this scope [INFO] [stderr] --> src/util.rs:78:27 [INFO] [stderr] | [INFO] [stderr] 78 | impl<const $N: usize> Swizzle2<$N, $N> for Swz [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] ::: src/simd.rs:141:16 [INFO] [stderr] | [INFO] [stderr] 141 | let output = swizzle!(N; decoded_chunks, array!(N; |i| i + i / 3)); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the macro `swizzle` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Which` in this scope [INFO] [stderr] --> src/util.rs:82:21 [INFO] [stderr] | [INFO] [stderr] 82 | const INDEX: [Which; $N] = { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] ::: src/simd.rs:141:16 [INFO] [stderr] | [INFO] [stderr] 141 | let output = swizzle!(N; decoded_chunks, array!(N; |i| i + i / 3)); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the macro `swizzle` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `Swizzle2` in this scope [INFO] [stderr] --> src/util.rs:78:27 [INFO] [stderr] | [INFO] [stderr] 78 | impl<const $N: usize> Swizzle2<$N, $N> for Swz [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] ::: src/simd.rs:154:14 [INFO] [stderr] | [INFO] [stderr] 154 | let data = swizzle!(N; data, invert_index(array!(N; |i| i + i / 3))); [INFO] [stderr] | --------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the macro `swizzle` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Which` in this scope [INFO] [stderr] --> src/util.rs:82:21 [INFO] [stderr] | [INFO] [stderr] 82 | const INDEX: [Which; $N] = { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] ::: src/simd.rs:154:14 [INFO] [stderr] | [INFO] [stderr] 154 | let data = swizzle!(N; data, invert_index(array!(N; |i| i + i / 3))); [INFO] [stderr] | --------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the macro `swizzle` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type `Which` [INFO] [stderr] --> src/util.rs:87:13 [INFO] [stderr] | [INFO] [stderr] 87 | Which::Second(0) [INFO] [stderr] | ^^^^^ use of undeclared type `Which` [INFO] [stderr] | [INFO] [stderr] ::: src/simd.rs:141:16 [INFO] [stderr] | [INFO] [stderr] 141 | let output = swizzle!(N; decoded_chunks, array!(N; |i| i + i / 3)); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the macro `swizzle` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type `Which` [INFO] [stderr] --> src/util.rs:89:13 [INFO] [stderr] | [INFO] [stderr] 89 | Which::First(i) [INFO] [stderr] | ^^^^^ use of undeclared type `Which` [INFO] [stderr] | [INFO] [stderr] ::: src/simd.rs:141:16 [INFO] [stderr] | [INFO] [stderr] 141 | let output = swizzle!(N; decoded_chunks, array!(N; |i| i + i / 3)); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the macro `swizzle` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type `Which` [INFO] [stderr] --> src/util.rs:87:13 [INFO] [stderr] | [INFO] [stderr] 87 | Which::Second(0) [INFO] [stderr] | ^^^^^ use of undeclared type `Which` [INFO] [stderr] | [INFO] [stderr] ::: src/simd.rs:154:14 [INFO] [stderr] | [INFO] [stderr] 154 | let data = swizzle!(N; data, invert_index(array!(N; |i| i + i / 3))); [INFO] [stderr] | --------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the macro `swizzle` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type `Which` [INFO] [stderr] --> src/util.rs:89:13 [INFO] [stderr] | [INFO] [stderr] 89 | Which::First(i) [INFO] [stderr] | ^^^^^ use of undeclared type `Which` [INFO] [stderr] | [INFO] [stderr] ::: src/simd.rs:154:14 [INFO] [stderr] | [INFO] [stderr] 154 | let data = swizzle!(N; data, invert_index(array!(N; |i| i + i / 3))); [INFO] [stderr] | --------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the macro `swizzle` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0405, E0412, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0405`. [INFO] [stderr] error: could not document `vb64` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/nightly-x86_64-unknown-linux-gnu/bin/rustdoc --edition=2021 --crate-type lib --crate-name vb64 src/lib.rs --target x86_64-unknown-linux-gnu -o /opt/rustwide/target/x86_64-unknown-linux-gnu/doc --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat -C metadata=0d90de00a284962d -L dependency=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/opt/rustwide/target/debug/deps -Z unstable-options --emit=invocation-specific --resource-suffix -20231203-1.76.0-nightly-9fad68599 --static-root-path /-/rustdoc.static/ --cap-lints warn --extern-html-root-takes-precedence --crate-version 0.1.2` (exit status: 1) [INFO] running `Command { std: "docker" "inspect" "4dfbbb911b801780ef5a6375520d7d380a8fc9f19609682bfb084bce9157a5cb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4dfbbb911b801780ef5a6375520d7d380a8fc9f19609682bfb084bce9157a5cb", kill_on_drop: false }` [INFO] [stdout] 4dfbbb911b801780ef5a6375520d7d380a8fc9f19609682bfb084bce9157a5cb