kcl-lib 0.2.116

KittyCAD Language implementation and tools
Documentation
Build #2724021 2025-12-11 16:54:18
# rustc version
rustc 1.94.0-nightly (f52090008 2025-12-10)# docs.rs version
docsrs 0.6.0 (c9c56e32 2025-12-11 )# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/kcl-lib-0.2.116/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/kcl-lib-0.2.116/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:94a0c148923f5b2b52a63ef0eeb1882ad339ab61bce784c8077cbe41c61feb6c" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20251210-1.94.0-nightly-f52090008\", \"--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] 44a05e17c9fadbac75955e6083f7cd4b86a259673652b5ac99ace097c8ee298a
[INFO] running `Command { std: "docker" "start" "-a" "44a05e17c9fadbac75955e6083f7cd4b86a259673652b5ac99ace097c8ee298a", kill_on_drop: false }`
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr]  Documenting kcl-lib v0.2.116 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unknown attribute `norun`
[INFO] [stderr]    --> src/execution/memory.rs:1:1
[INFO] [stderr]     |
[INFO] [stderr]   1 | / //! Representation of KCL memory.
[INFO] [stderr]   2 | | //!
[INFO] [stderr]   3 | | //! Stores `KclValue`s by name using dynamic scoping. Memory does not support addresses or references,
[INFO] [stderr]   4 | | //! so all values must be self-contained. Memory is essentially a map from `String`s to `KclValue`s.
[INFO] [stderr] ...   |
[INFO] [stderr] 202 | | //! must be safe if the env is in either state, so even if the transition happens at the same time
[INFO] [stderr] 203 | | //! as the storage modification, it is ok.
[INFO] [stderr]     | |__________________________________________^
[INFO] [stderr]     |
[INFO] [stderr]     = help: use `no_run` to compile, but not run, the code sample during testing
[INFO] [stderr]     = help: this code block may be skipped during testing, because unknown attributes are treated as markers for code samples written in other programming languages, unless it is also explicitly marked as `rust`
[INFO] [stderr]     = note: `#[warn(rustdoc::invalid_codeblock_attributes)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `kcl-lib` (lib doc) generated 1 warning
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.36s
[INFO] [stderr]    Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/kcl_lib/index.html
[INFO] running `Command { std: "docker" "inspect" "44a05e17c9fadbac75955e6083f7cd4b86a259673652b5ac99ace097c8ee298a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "44a05e17c9fadbac75955e6083f7cd4b86a259673652b5ac99ace097c8ee298a", kill_on_drop: false }`
[INFO] [stdout] 44a05e17c9fadbac75955e6083f7cd4b86a259673652b5ac99ace097c8ee298a