Build #1253361 2024-06-18 21:03:27
# rustc version
rustc 1.81.0-nightly (59e2c01c2 2024-06-17)# docs.rs version
docsrs 0.6.0 (2d4f32bd 2024-05-19)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/mlua-0.9.9/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/mlua-0.9.9/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:dff56e7819e73ed36160586b3445e93eb0be776c16704aeeded9c3fb668b2384" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--features" "lua54 vendored async send serialize macros parking_lot unstable" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20240617-1.81.0-nightly-59e2c01c2\", \"--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] 80114e6616205227e6ba1f5dc12d2674fb7566f0c149815f0f564a3770af69e0
[INFO] running `Command { std: "docker" "start" "-a" "80114e6616205227e6ba1f5dc12d2674fb7566f0c149815f0f564a3770af69e0", kill_on_drop: false }`
[INFO] [stderr] warning: Rustdoc did not scrape the following examples because they require dev-dependencies: async_http_client, async_http_reqwest, async_http_server, async_tcp_server, guided_tour, repl, serialize, userdata
[INFO] [stderr] If you want Rustdoc to scrape these examples, then add `doc-scrape-examples = true`
[INFO] [stderr] to the [[example]] target configuration of at least one example.
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr] Documenting mlua v0.9.9 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unresolved link to `NULL`
[INFO] [stderr] --> src/value.rs:176:44
[INFO] [stderr] |
[INFO] [stderr] 176 | /// Returns `true` if the value is a [`NULL`].
[INFO] [stderr] | ^^^^ no item named `NULL` in scope
[INFO] [stderr] |
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stderr]
[INFO] [stderr] warning: `str` is both a module and a primitive type
[INFO] [stderr] --> src/value.rs:332:29
[INFO] [stderr] |
[INFO] [stderr] 332 | /// Cast the value to [`str`].
[INFO] [stderr] | ^^^ ambiguous link
[INFO] [stderr] |
[INFO] [stderr] help: to link to the module, prefix with `mod@`
[INFO] [stderr] |
[INFO] [stderr] 332 | /// Cast the value to [`mod@str`].
[INFO] [stderr] | ++++
[INFO] [stderr] help: to link to the primitive type, prefix with `prim@`
[INFO] [stderr] |
[INFO] [stderr] 332 | /// Cast the value to [`prim@str`].
[INFO] [stderr] | +++++
[INFO] [stderr]
[INFO] [stderr] warning: `str` is both a module and a primitive type
[INFO] [stderr] --> src/value.rs:334:66
[INFO] [stderr] |
[INFO] [stderr] 334 | /// If the value is a Lua [`String`], try to convert it to [`str`] or return `None` otherwise.
[INFO] [stderr] | ^^^ ambiguous link
[INFO] [stderr] |
[INFO] [stderr] help: to link to the module, prefix with `mod@`
[INFO] [stderr] |
[INFO] [stderr] 334 | /// If the value is a Lua [`String`], try to convert it to [`mod@str`] or return `None` otherwise.
[INFO] [stderr] | ++++
[INFO] [stderr] help: to link to the primitive type, prefix with `prim@`
[INFO] [stderr] |
[INFO] [stderr] 334 | /// If the value is a Lua [`String`], try to convert it to [`prim@str`] or return `None` otherwise.
[INFO] [stderr] | +++++
[INFO] [stderr]
[INFO] [stderr] warning: `mlua` (lib doc) generated 3 warnings
[INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s
[INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/mlua/index.html
[INFO] running `Command { std: "docker" "inspect" "80114e6616205227e6ba1f5dc12d2674fb7566f0c149815f0f564a3770af69e0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "80114e6616205227e6ba1f5dc12d2674fb7566f0c149815f0f564a3770af69e0", kill_on_drop: false }`
[INFO] [stdout] 80114e6616205227e6ba1f5dc12d2674fb7566f0c149815f0f564a3770af69e0