hlua-badtouch 0.4.2

badtouch specific fork of hlua
Documentation
Build #1937557 2025-04-01 12:05:44
# rustc version
rustc 1.88.0-nightly (0b45675cf 2025-03-31)# 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/hlua-badtouch-0.4.2/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/hlua-badtouch-0.4.2/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:4b26683ee3c49f365255c425c23003cbf4366de097804722c29c5bbbee3624d2" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250331-1.88.0-nightly-0b45675cf\", \"--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] [stdout] 3c35f93cee47da62b024e12fcedb6c571ee95f2ac6aca24fdbc3b8280d93577f
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] running `Command { std: "docker" "start" "-a" "3c35f93cee47da62b024e12fcedb6c571ee95f2ac6aca24fdbc3b8280d93577f", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]     Checking hlua-badtouch v0.4.2 (/opt/rustwide/workdir)
[INFO] [stderr] warning: failed to check lib in package `hlua-badtouch` as a prerequisite for scraping examples from: example "basic", example "repl", example "rust_function", example "sound-api"
[INFO] [stderr]     Try running with `--verbose` to see the error message.
[INFO] [stderr]     If an example should not be scanned, then consider adding `doc-scrape-examples = false` to its `[[example]]` definition in Cargo.toml
[INFO] [stderr] warning: `hlua-badtouch` (lib) generated 1 warning
[INFO] [stderr]     Scraping hlua-badtouch v0.4.2 (/opt/rustwide/workdir)
[INFO] [stderr] warning: failed to scan example "rust_function" in package `hlua-badtouch` for example code usage
[INFO] [stderr]     Try running with `--verbose` to see the error message.
[INFO] [stderr]     If an example should not be scanned, then consider adding `doc-scrape-examples = false` to its `[[example]]` definition in Cargo.toml
[INFO] [stderr] warning: failed to scan example "basic" in package `hlua-badtouch` for example code usage
[INFO] [stderr]     Try running with `--verbose` to see the error message.
[INFO] [stderr]     If an example should not be scanned, then consider adding `doc-scrape-examples = false` to its `[[example]]` definition in Cargo.toml
[INFO] [stderr] warning: failed to scan example "repl" in package `hlua-badtouch` for example code usage
[INFO] [stderr]     Try running with `--verbose` to see the error message.
[INFO] [stderr]     If an example should not be scanned, then consider adding `doc-scrape-examples = false` to its `[[example]]` definition in Cargo.toml
[INFO] [stderr] warning: `hlua-badtouch` (example "repl") generated 1 warning
[INFO] [stderr] warning: `hlua-badtouch` (example "rust_function") generated 1 warning
[INFO] [stderr] warning: `hlua-badtouch` (example "basic") generated 1 warning
[INFO] [stderr] warning: failed to scan example "sound-api" in package `hlua-badtouch` for example code usage
[INFO] [stderr]     Try running with `--verbose` to see the error message.
[INFO] [stderr]     If an example should not be scanned, then consider adding `doc-scrape-examples = false` to its `[[example]]` definition in Cargo.toml
[INFO] [stderr] warning: `hlua-badtouch` (example "sound-api") generated 1 warning
[INFO] [stderr]  Documenting hlua-badtouch v0.4.2 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unnecessary parentheses around method argument
[INFO] [stderr]   --> src/rust_tables.rs:24:39
[INFO] [stderr]    |
[INFO] [stderr] 24 |     for (elem, index) in iterator.zip((1..)) {
[INFO] [stderr]    |                                       ^   ^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_parens)]` on by default
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]    |
[INFO] [stderr] 24 -     for (elem, index) in iterator.zip((1..)) {
[INFO] [stderr] 24 +     for (elem, index) in iterator.zip(1..) {
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/lib.rs:380:43
[INFO] [stderr]     |
[INFO] [stderr] 380 | /// Will be replaced with `!` eventually (https://github.com/rust-lang/rust/issues/35121).
[INFO] [stderr]     |                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr]     = note: `#[warn(rustdoc::bare_urls)]` on by default
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr]     |
[INFO] [stderr] 380 | /// Will be replaced with `!` eventually (<https://github.com/rust-lang/rust/issues/35121>).
[INFO] [stderr]     |                                           +                                              +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/lib.rs:541:9
[INFO] [stderr]     |
[INFO] [stderr] 541 |     /// https://www.lua.org/manual/5.2/manual.html#6
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr]     |
[INFO] [stderr] 541 |     /// <https://www.lua.org/manual/5.2/manual.html#6>
[INFO] [stderr]     |         +                                            +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/lib.rs:559:9
[INFO] [stderr]     |
[INFO] [stderr] 559 |     /// https://www.lua.org/manual/5.2/manual.html#pdf-luaopen_base
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr]     |
[INFO] [stderr] 559 |     /// <https://www.lua.org/manual/5.2/manual.html#pdf-luaopen_base>
[INFO] [stderr]     |         +                                                           +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/lib.rs:567:9
[INFO] [stderr]     |
[INFO] [stderr] 567 |     /// https://www.lua.org/manual/5.2/manual.html#pdf-luaopen_bit32
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr]     |
[INFO] [stderr] 567 |     /// <https://www.lua.org/manual/5.2/manual.html#pdf-luaopen_bit32>
[INFO] [stderr]     |         +                                                            +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/lib.rs:575:9
[INFO] [stderr]     |
[INFO] [stderr] 575 |     /// https://www.lua.org/manual/5.2/manual.html#pdf-luaopen_coroutine
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr]     |
[INFO] [stderr] 575 |     /// <https://www.lua.org/manual/5.2/manual.html#pdf-luaopen_coroutine>
[INFO] [stderr]     |         +                                                                +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/lib.rs:583:9
[INFO] [stderr]     |
[INFO] [stderr] 583 |     /// https://www.lua.org/manual/5.2/manual.html#pdf-luaopen_debug
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr]     |
[INFO] [stderr] 583 |     /// <https://www.lua.org/manual/5.2/manual.html#pdf-luaopen_debug>
[INFO] [stderr]     |         +                                                            +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/lib.rs:591:9
[INFO] [stderr]     |
[INFO] [stderr] 591 |     /// https://www.lua.org/manual/5.2/manual.html#pdf-luaopen_io
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr]     |
[INFO] [stderr] 591 |     /// <https://www.lua.org/manual/5.2/manual.html#pdf-luaopen_io>
[INFO] [stderr]     |         +                                                         +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/lib.rs:599:9
[INFO] [stderr]     |
[INFO] [stderr] 599 |     /// https://www.lua.org/manual/5.2/manual.html#pdf-luaopen_math
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr]     |
[INFO] [stderr] 599 |     /// <https://www.lua.org/manual/5.2/manual.html#pdf-luaopen_math>
[INFO] [stderr]     |         +                                                           +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/lib.rs:607:9
[INFO] [stderr]     |
[INFO] [stderr] 607 |     /// https://www.lua.org/manual/5.2/manual.html#pdf-luaopen_os
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr]     |
[INFO] [stderr] 607 |     /// <https://www.lua.org/manual/5.2/manual.html#pdf-luaopen_os>
[INFO] [stderr]     |         +                                                         +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/lib.rs:615:9
[INFO] [stderr]     |
[INFO] [stderr] 615 |     /// https://www.lua.org/manual/5.2/manual.html#pdf-luaopen_package
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr]     |
[INFO] [stderr] 615 |     /// <https://www.lua.org/manual/5.2/manual.html#pdf-luaopen_package>
[INFO] [stderr]     |         +                                                              +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/lib.rs:623:9
[INFO] [stderr]     |
[INFO] [stderr] 623 |     /// https://www.lua.org/manual/5.2/manual.html#pdf-luaopen_string
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr]     |
[INFO] [stderr] 623 |     /// <https://www.lua.org/manual/5.2/manual.html#pdf-luaopen_string>
[INFO] [stderr]     |         +                                                             +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/lib.rs:631:9
[INFO] [stderr]     |
[INFO] [stderr] 631 |     /// https://www.lua.org/manual/5.2/manual.html#pdf-luaopen_table
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr]     |
[INFO] [stderr] 631 |     /// <https://www.lua.org/manual/5.2/manual.html#pdf-luaopen_table>
[INFO] [stderr]     |         +                                                            +
[INFO] [stderr] 
[INFO] [stderr] warning: `hlua-badtouch` (lib doc) generated 13 warnings (run `cargo fix --lib -p hlua-badtouch` to apply 13 suggestions)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
[INFO] [stderr]    Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/hlua_badtouch/index.html
[INFO] running `Command { std: "docker" "inspect" "3c35f93cee47da62b024e12fcedb6c571ee95f2ac6aca24fdbc3b8280d93577f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3c35f93cee47da62b024e12fcedb6c571ee95f2ac6aca24fdbc3b8280d93577f", kill_on_drop: false }`
[INFO] [stdout] 3c35f93cee47da62b024e12fcedb6c571ee95f2ac6aca24fdbc3b8280d93577f