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 (b8c54d635 2025-04-20)# 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/gsl_rust-0.7.4/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/gsl_rust-0.7.4/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\", \"-20250420-1.88.0-nightly-b8c54d635\", \"--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] 1db9816a506a525e95893b10b328bc9067ae41076bd1d859bbcef5a2373a4608
[INFO] running `Command { std: "docker" "start" "-a" "1db9816a506a525e95893b10b328bc9067ae41076bd1d859bbcef5a2373a4608", kill_on_drop: false }`
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr] Documenting gsl_rust v0.7.4 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0425]: cannot find value `GSL_INTEG_GAUSS15` in this scope
[INFO] [stderr] --> src/integration.rs:80:15
[INFO] [stderr] |
[INFO] [stderr] 80 | Gauss15 = GSL_INTEG_GAUSS15 as u32,
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0425]: cannot find value `GSL_INTEG_GAUSS21` in this scope
[INFO] [stderr] --> src/integration.rs:81:15
[INFO] [stderr] |
[INFO] [stderr] 81 | Gauss21 = GSL_INTEG_GAUSS21 as u32,
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0425]: cannot find value `GSL_INTEG_GAUSS31` in this scope
[INFO] [stderr] --> src/integration.rs:82:15
[INFO] [stderr] |
[INFO] [stderr] 82 | Gauss31 = GSL_INTEG_GAUSS31 as u32,
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0425]: cannot find value `GSL_INTEG_GAUSS41` in this scope
[INFO] [stderr] --> src/integration.rs:83:15
[INFO] [stderr] |
[INFO] [stderr] 83 | Gauss41 = GSL_INTEG_GAUSS41 as u32,
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0425]: cannot find value `GSL_INTEG_GAUSS51` in this scope
[INFO] [stderr] --> src/integration.rs:84:15
[INFO] [stderr] |
[INFO] [stderr] 84 | Gauss51 = GSL_INTEG_GAUSS51 as u32,
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0425]: cannot find value `GSL_INTEG_GAUSS61` in this scope
[INFO] [stderr] --> src/integration.rs:85:15
[INFO] [stderr] |
[INFO] [stderr] 85 | Gauss61 = GSL_INTEG_GAUSS61 as u32,
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `GSL_INTEG_GAUSS15`
[INFO] [stderr] --> src/integration.rs:80:15
[INFO] [stderr] |
[INFO] [stderr] 80 | Gauss15 = GSL_INTEG_GAUSS15 as u32,
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^ could not resolve path `GSL_INTEG_GAUSS15`
[INFO] [stderr] |
[INFO] [stderr] = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr] = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `GSL_INTEG_GAUSS21`
[INFO] [stderr] --> src/integration.rs:81:15
[INFO] [stderr] |
[INFO] [stderr] 81 | Gauss21 = GSL_INTEG_GAUSS21 as u32,
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^ could not resolve path `GSL_INTEG_GAUSS21`
[INFO] [stderr] |
[INFO] [stderr] = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr] = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `GSL_INTEG_GAUSS31`
[INFO] [stderr] --> src/integration.rs:82:15
[INFO] [stderr] |
[INFO] [stderr] 82 | Gauss31 = GSL_INTEG_GAUSS31 as u32,
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^ could not resolve path `GSL_INTEG_GAUSS31`
[INFO] [stderr] |
[INFO] [stderr] = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr] = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `GSL_INTEG_GAUSS41`
[INFO] [stderr] --> src/integration.rs:83:15
[INFO] [stderr] |
[INFO] [stderr] 83 | Gauss41 = GSL_INTEG_GAUSS41 as u32,
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^ could not resolve path `GSL_INTEG_GAUSS41`
[INFO] [stderr] |
[INFO] [stderr] = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr] = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `GSL_INTEG_GAUSS51`
[INFO] [stderr] --> src/integration.rs:84:15
[INFO] [stderr] |
[INFO] [stderr] 84 | Gauss51 = GSL_INTEG_GAUSS51 as u32,
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^ could not resolve path `GSL_INTEG_GAUSS51`
[INFO] [stderr] |
[INFO] [stderr] = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr] = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `GSL_INTEG_GAUSS61`
[INFO] [stderr] --> src/integration.rs:85:15
[INFO] [stderr] |
[INFO] [stderr] 85 | Gauss61 = GSL_INTEG_GAUSS61 as u32,
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^ could not resolve path `GSL_INTEG_GAUSS61`
[INFO] [stderr] |
[INFO] [stderr] = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr] = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]
[INFO] [stderr] Some errors have detailed explanations: E0425, E0433.
[INFO] [stderr] For more information about an error, try `rustc --explain E0425`.
[INFO] [stderr] error: could not document `gsl_rust`
[INFO] running `Command { std: "docker" "inspect" "1db9816a506a525e95893b10b328bc9067ae41076bd1d859bbcef5a2373a4608", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1db9816a506a525e95893b10b328bc9067ae41076bd1d859bbcef5a2373a4608", kill_on_drop: false }`
[INFO] [stdout] 1db9816a506a525e95893b10b328bc9067ae41076bd1d859bbcef5a2373a4608