# rustc version rustc 1.98.0-nightly (423e3d252 2026-05-24)
# docs.rs version docsrs 0.0.0 (f16e33f3e6ac9fc9e4413728c5dd1b2ba1c6b799 2026-05-23 )
# build log [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-w" "/opt/rustwide/workdir" "--user" "1001:1001" "9e9045dfdf9f44bf92eab8276e218f77bc8e28902770e803f68b0af59fb707be" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--all-features" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20260524-1.98.0-nightly-423e3d252\", \"--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: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Documenting math_adapter v0.3.8 (/opt/rustwide/workdir) [INFO] [stderr] warning: unexpected `cfg` condition value: `naglebra` [INFO] [stderr] --> rust/impl/math/math_adapter_lib.rs:36:11 [INFO] [stderr] | [INFO] [stderr] 36 | #[ cfg( feature = "naglebra" )] [INFO] [stderr] | ^^^^^^^^^^---------- [INFO] [stderr] | | [INFO] [stderr] | help: there is a expected value with a similar name: `"nalgebra"` [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `cgmath`, `cgmath_ops`, `default`, `default_ops`, `full`, `nalgebra`, `nalgebra_ops`, `use_alloc`, `use_std`, and `winit` [INFO] [stderr] = help: consider adding `naglebra` as a feature in `Cargo.toml` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `cgmath_ops` [INFO] [stderr] --> rust/impl/math/plugin/cgmath/mod.rs:23:11 [INFO] [stderr] | [INFO] [stderr] 23 | #[ cfg( cgmath_ops ) ] [INFO] [stderr] | ^^^^^^^^^^ help: found config with similar value: `feature = "cgmath_ops"` [INFO] [stderr] | [INFO] [stderr] = help: expected names are: `docsrs`, `feature`, and `test` and 32 more [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(cgmath_ops)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(cgmath_ops)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `cgmath_ops` [INFO] [stderr] --> rust/impl/math/plugin/cgmath/as_foreign.rs:23:11 [INFO] [stderr] | [INFO] [stderr] 23 | #[ cfg( cgmath_ops ) ] [INFO] [stderr] | ^^^^^^^^^^ help: found config with similar value: `feature = "cgmath_ops"` [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(cgmath_ops)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(cgmath_ops)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `cgmath_ops` [INFO] [stderr] --> rust/impl/math/plugin/cgmath/as_foreign.rs:51:11 [INFO] [stderr] | [INFO] [stderr] 51 | #[ cfg( cgmath_ops ) ] [INFO] [stderr] | ^^^^^^^^^^ help: found config with similar value: `feature = "cgmath_ops"` [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(cgmath_ops)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(cgmath_ops)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `nalgebra_ops` [INFO] [stderr] --> rust/impl/math/plugin/nalgebra/mod.rs:21:11 [INFO] [stderr] | [INFO] [stderr] 21 | #[ cfg( nalgebra_ops ) ] [INFO] [stderr] | ^^^^^^^^^^^^ help: found config with similar value: `feature = "nalgebra_ops"` [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nalgebra_ops)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nalgebra_ops)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `nalgebra_ops` [INFO] [stderr] --> rust/impl/math/plugin/nalgebra/as_foreign.rs:27:11 [INFO] [stderr] | [INFO] [stderr] 27 | #[ cfg( nalgebra_ops ) ] [INFO] [stderr] | ^^^^^^^^^^^^ help: found config with similar value: `feature = "nalgebra_ops"` [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nalgebra_ops)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nalgebra_ops)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `nalgebra_ops` [INFO] [stderr] --> rust/impl/math/plugin/nalgebra/as_foreign.rs:55:11 [INFO] [stderr] | [INFO] [stderr] 55 | #[ cfg( nalgebra_ops ) ] [INFO] [stderr] | ^^^^^^^^^^^^ help: found config with similar value: `feature = "nalgebra_ops"` [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nalgebra_ops)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nalgebra_ops)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: `math_adapter` (lib doc) generated 7 warnings [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.46s [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/math_adapter/index.html [INFO] running `Command { std: "docker" "inspect" "9e9045dfdf9f44bf92eab8276e218f77bc8e28902770e803f68b0af59fb707be", kill_on_drop: false }`