flu 0.0.2

Lua 5.1 framework for Rust
Documentation
Build #2139704 2025-05-22 04:16:40

# rustc version rustc 1.89.0-nightly (bf64d66bd 2025-05-21)

# docs.rs version docsrs 0.6.0 (d8ea4838 2025-05-14)

# build log [INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/flu-0.0.2/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/flu-0.0.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:eea15d5475069c3ef791f10c2c6b5af2ee421ef2da1e680ecce1cba46243983b" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250521-1.89.0-nightly-bf64d66bd\", \"--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" "--config" "build.rustdocflags=[\"-Zmetrics-dir=/opt/rustwide/target/metrics\"]", kill_on_drop: false }` [INFO] [stdout] 394dd9649500cda4e0391c42de02d6b97d2edd828084a31df75468b3e69e3f46 [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" "394dd9649500cda4e0391c42de02d6b97d2edd828084a31df75468b3e69e3f46", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] warning: use of deprecated type alias `gcc::Config`: gcc::Config has been renamed to gcc::Build [INFO] [stderr] --> build.rs:10:10 [INFO] [stderr] | [INFO] [stderr] 10 | gcc::Config::new() [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `gcc::Build::new`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stderr] --> build.rs:10:18 [INFO] [stderr] | [INFO] [stderr] 10 | gcc::Config::new() [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: `flu` (build script) generated 2 warnings [INFO] [stderr] warning: flu@0.0.2: dist/lua-5.1.5/src/lauxlib.c: In function 'luaL_loadfile': [INFO] [stderr] warning: flu@0.0.2: dist/lua-5.1.5/src/lauxlib.c:577:4: warning: this 'while' clause does not guard... [-Wmisleading-indentation] [INFO] [stderr] warning: flu@0.0.2: 577 | while ((c = getc(lf.f)) != EOF && c != LUA_SIGNATURE[0]) ; [INFO] [stderr] warning: flu@0.0.2: | ^~~~~ [INFO] [stderr] warning: flu@0.0.2: dist/lua-5.1.5/src/lauxlib.c:578:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'while' [INFO] [stderr] warning: flu@0.0.2: 578 | lf.extraline = 0; [INFO] [stderr] warning: flu@0.0.2: | ^~ [INFO] [stderr] warning: flu@0.0.2: dist/lua-5.1.5/src/ldebug.c: In function 'symbexec': [INFO] [stderr] warning: flu@0.0.2: dist/lua-5.1.5/src/ldebug.c:268:36: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: flu@0.0.2: 268 | #define check(x) if (!(x)) return 0; [INFO] [stderr] warning: flu@0.0.2: | ^ [INFO] [stderr] warning: flu@0.0.2: dist/lua-5.1.5/src/ldebug.c:272:33: note: in expansion of macro 'check' [INFO] [stderr] warning: flu@0.0.2: 272 | #define checkreg(pt,reg) check((reg) < (pt)->maxstacksize) [INFO] [stderr] warning: flu@0.0.2: | ^~~~~ [INFO] [stderr] warning: flu@0.0.2: dist/lua-5.1.5/src/ldebug.c:414:9: note: in expansion of macro 'checkreg' [INFO] [stderr] warning: flu@0.0.2: 414 | checkreg(pt, a+3); [INFO] [stderr] warning: flu@0.0.2: | ^~~~~~~~ [INFO] [stderr] warning: flu@0.0.2: dist/lua-5.1.5/src/ldebug.c:416:7: note: here [INFO] [stderr] warning: flu@0.0.2: 416 | case OP_JMP: { [INFO] [stderr] warning: flu@0.0.2: | ^~~~ [INFO] [stderr] warning: flu@0.0.2: dist/lua-5.1.5/src/ldump.c: In function 'DumpString': [INFO] [stderr] warning: flu@0.0.2: dist/lua-5.1.5/src/ldump.c:63:26: warning: the comparison will always evaluate as 'false' for the pointer operand in 's + 24' must not be NULL [-Waddress] [INFO] [stderr] warning: flu@0.0.2: 63 | if (s==NULL || getstr(s)==NULL) [INFO] [stderr] warning: flu@0.0.2: | ^~ [INFO] [stderr] warning: flu@0.0.2: dist/lua-5.1.5/src/llex.c: In function 'llex': [INFO] [stderr] warning: flu@0.0.2: dist/lua-5.1.5/src/llex.c:369:14: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: flu@0.0.2: 369 | else luaX_lexerror(ls, "invalid long string delimiter", TK_STRING); [INFO] [stderr] warning: flu@0.0.2: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: flu@0.0.2: dist/lua-5.1.5/src/llex.c:371:7: note: here [INFO] [stderr] warning: flu@0.0.2: 371 | case '=': { [INFO] [stderr] warning: flu@0.0.2: | ^~~~ [INFO] [stderr] warning: flu@0.0.2: dist/lua-5.1.5/src/ltable.c: In function 'luaH_get': [INFO] [stderr] warning: flu@0.0.2: dist/lua-5.1.5/src/ltable.c:473:23: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: flu@0.0.2: 473 | case LUA_TNUMBER: { [INFO] [stderr] warning: flu@0.0.2: | ^ [INFO] [stderr] warning: flu@0.0.2: dist/lua-5.1.5/src/ltable.c:481:5: note: here [INFO] [stderr] warning: flu@0.0.2: 481 | default: { [INFO] [stderr] warning: flu@0.0.2: | ^~~~~~~ [INFO] [stderr] warning: flu@0.0.2: dist/lua-5.1.5/src/ltablib.c: In function 'addfield': [INFO] [stderr] warning: flu@0.0.2: dist/lua-5.1.5/src/ltablib.c:137:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] [INFO] [stderr] warning: flu@0.0.2: 137 | if (!lua_isstring(L, -1)) [INFO] [stderr] warning: flu@0.0.2: | ^~ [INFO] [stderr] warning: flu@0.0.2: dist/lua-5.1.5/src/ltablib.c:140:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' [INFO] [stderr] warning: flu@0.0.2: 140 | luaL_addvalue(b); [INFO] [stderr] warning: flu@0.0.2: | ^~~~~~~~~~~~~ [INFO] [stderr] Documenting flu v0.0.2 (/opt/rustwide/workdir) [INFO] [stderr] warning: type `nil` should have an upper camel case name [INFO] [stderr] --> src/lib.rs:40:12 [INFO] [stderr] | [INFO] [stderr] 40 | pub struct nil; [INFO] [stderr] | ^^^ help: convert the identifier to upper camel case: `Nil` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_camel_case_types)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `flu` (lib doc) generated 1 warning [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/flu/index.html [INFO] running `Command { std: "docker" "inspect" "394dd9649500cda4e0391c42de02d6b97d2edd828084a31df75468b3e69e3f46", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "394dd9649500cda4e0391c42de02d6b97d2edd828084a31df75468b3e69e3f46", kill_on_drop: false }` [INFO] [stdout] 394dd9649500cda4e0391c42de02d6b97d2edd828084a31df75468b3e69e3f46