# rustc version rustc 1.86.0-nightly (a567209da 2025-02-13)
# docs.rs version docsrs 0.6.0 (35977596 2025-02-09)
# build log [INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/smpl-0.18.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/smpl-0.18.0/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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250213-1.86.0-nightly-a567209da\", \"--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] ca5b283457223b0ef310de17fdcec1bcff01efd91947c46bb5f47a56998b5e57 [INFO] running `Command { std: "docker" "start" "-a" "ca5b283457223b0ef310de17fdcec1bcff01efd91947c46bb5f47a56998b5e57", kill_on_drop: false }` [INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Documenting smpl v0.18.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unnecessary trailing semicolon [INFO] [stderr] --> src/ast_macros.rs:100:38 [INFO] [stderr] | [INFO] [stderr] 100 | $(v.push(ident!($segment));)*; [INFO] [stderr] | ^ help: remove this semicolon [INFO] [stderr] | [INFO] [stderr] ::: src/analysis/analysis_context.rs:243:42 [INFO] [stderr] | [INFO] [stderr] 243 | (global_data.unit_type_id(), internal_module_path!(UNIT_TYPE), TypeCons::Unit); [INFO] [stderr] | -------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(redundant_semicolons)]` on by default [INFO] [stderr] = note: this warning originates in the macro `internal_module_path` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary trailing semicolon [INFO] [stderr] --> src/ast_macros.rs:100:38 [INFO] [stderr] | [INFO] [stderr] 100 | $(v.push(ident!($segment));)*; [INFO] [stderr] | ^ help: remove this semicolon [INFO] [stderr] | [INFO] [stderr] ::: src/analysis/analysis_context.rs:245:41 [INFO] [stderr] | [INFO] [stderr] 245 | (global_data.int_type_id(), internal_module_path!(INT_TYPE), TypeCons::Int); [INFO] [stderr] | ------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `internal_module_path` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary trailing semicolon [INFO] [stderr] --> src/ast_macros.rs:100:38 [INFO] [stderr] | [INFO] [stderr] 100 | $(v.push(ident!($segment));)*; [INFO] [stderr] | ^ help: remove this semicolon [INFO] [stderr] | [INFO] [stderr] ::: src/analysis/analysis_context.rs:248:13 [INFO] [stderr] | [INFO] [stderr] 248 | internal_module_path!(FLOAT_TYPE), [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `internal_module_path` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary trailing semicolon [INFO] [stderr] --> src/ast_macros.rs:100:38 [INFO] [stderr] | [INFO] [stderr] 100 | $(v.push(ident!($segment));)*; [INFO] [stderr] | ^ help: remove this semicolon [INFO] [stderr] | [INFO] [stderr] ::: src/analysis/analysis_context.rs:253:13 [INFO] [stderr] | [INFO] [stderr] 253 | internal_module_path!(STRING_TYPE), [INFO] [stderr] | ---------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `internal_module_path` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary trailing semicolon [INFO] [stderr] --> src/ast_macros.rs:100:38 [INFO] [stderr] | [INFO] [stderr] 100 | $(v.push(ident!($segment));)*; [INFO] [stderr] | ^ help: remove this semicolon [INFO] [stderr] | [INFO] [stderr] ::: src/analysis/analysis_context.rs:257:42 [INFO] [stderr] | [INFO] [stderr] 257 | (global_data.bool_type_id(), internal_module_path!(BOOL_TYPE), TypeCons::Bool); [INFO] [stderr] | -------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `internal_module_path` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `smpl` (lib doc) generated 5 warnings [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/smpl/index.html [INFO] running `Command { std: "docker" "inspect" "ca5b283457223b0ef310de17fdcec1bcff01efd91947c46bb5f47a56998b5e57", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ca5b283457223b0ef310de17fdcec1bcff01efd91947c46bb5f47a56998b5e57", kill_on_drop: false }` [INFO] [stdout] ca5b283457223b0ef310de17fdcec1bcff01efd91947c46bb5f47a56998b5e57