# rustc version rustc 1.80.0-nightly (8387315ab 2024-05-14)
# docs.rs version docsrs 0.6.0 (7c63657e 2024-05-03)
# build log [INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/mlua-sys-0.6.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/mlua-sys-0.6.0/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:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--features" "lua54 vendored" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20240514-1.80.0-nightly-8387315ab\", \"--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] 71b2181d4c9299f44b5bf18fd5f3d62f5aaf2285d4f11b13c7cba76171975ac9 [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" "71b2181d4c9299f44b5bf18fd5f3d62f5aaf2285d4f11b13c7cba76171975ac9", kill_on_drop: false }` [INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Documenting mlua-sys v0.6.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unexpected `cfg` condition value: `asmjs` [INFO] [stderr] --> src/lib.rs:52:5 [INFO] [stderr] | [INFO] [stderr] 52 | target_arch = "asmjs", [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `target_arch` are: `aarch64`, `arm`, `arm64ec`, `avr`, `bpf`, `csky`, `hexagon`, `loongarch64`, `m68k`, `mips`, `mips32r6`, `mips64`, `mips64r6`, `msp430`, `nvptx64`, `powerpc`, `powerpc64`, `riscv32`, `riscv64`, `s390x`, `sparc`, `sparc64`, `wasm32`, `wasm64`, `x86`, `x86_64` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration [INFO] [stderr] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `xtensa` [INFO] [stderr] --> src/lib.rs:56:9 [INFO] [stderr] | [INFO] [stderr] 56 | all(target_arch = "xtensa", not(target_os = "espidf")), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `target_arch` are: `aarch64`, `arm`, `arm64ec`, `avr`, `bpf`, `csky`, `hexagon`, `loongarch64`, `m68k`, `mips`, `mips32r6`, `mips64`, `mips64r6`, `msp430`, `nvptx64`, `powerpc`, `powerpc64`, `riscv32`, `riscv64`, `s390x`, `sparc`, `sparc64`, `wasm32`, `wasm64`, `x86`, `x86_64` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `xtensa` [INFO] [stderr] --> src/lib.rs:75:9 [INFO] [stderr] | [INFO] [stderr] 75 | all(target_arch = "xtensa", target_os = "espidf"), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `target_arch` are: `aarch64`, `arm`, `arm64ec`, `avr`, `bpf`, `csky`, `hexagon`, `loongarch64`, `m68k`, `mips`, `mips32r6`, `mips64`, `mips64r6`, `msp430`, `nvptx64`, `powerpc`, `powerpc64`, `riscv32`, `riscv64`, `s390x`, `sparc`, `sparc64`, `wasm32`, `wasm64`, `x86`, `x86_64` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `raw_dylib` [INFO] [stderr] --> src/lua54/lauxlib.rs:23:25 [INFO] [stderr] | [INFO] [stderr] 23 | #[cfg_attr(all(windows, raw_dylib), link(name = "lua54", kind = "raw-dylib"))] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: expected names are: `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, `windows` [INFO] [stderr] = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(raw_dylib)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `raw_dylib` [INFO] [stderr] --> src/lua54/lauxlib.rs:70:25 [INFO] [stderr] | [INFO] [stderr] 70 | #[cfg_attr(all(windows, raw_dylib), link(name = "lua54", kind = "raw-dylib"))] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(raw_dylib)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `raw_dylib` [INFO] [stderr] --> src/lua54/lauxlib.rs:84:25 [INFO] [stderr] | [INFO] [stderr] 84 | #[cfg_attr(all(windows, raw_dylib), link(name = "lua54", kind = "raw-dylib"))] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(raw_dylib)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `raw_dylib` [INFO] [stderr] --> src/lua54/lua.rs:107:25 [INFO] [stderr] | [INFO] [stderr] 107 | #[cfg_attr(all(windows, raw_dylib), link(name = "lua54", kind = "raw-dylib"))] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(raw_dylib)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `raw_dylib` [INFO] [stderr] --> src/lua54/lua.rs:189:25 [INFO] [stderr] | [INFO] [stderr] 189 | #[cfg_attr(all(windows, raw_dylib), link(name = "lua54", kind = "raw-dylib"))] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(raw_dylib)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `raw_dylib` [INFO] [stderr] --> src/lua54/lua.rs:196:25 [INFO] [stderr] | [INFO] [stderr] 196 | #[cfg_attr(all(windows, raw_dylib), link(name = "lua54", kind = "raw-dylib"))] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(raw_dylib)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `raw_dylib` [INFO] [stderr] --> src/lua54/lua.rs:287:25 [INFO] [stderr] | [INFO] [stderr] 287 | #[cfg_attr(all(windows, raw_dylib), link(name = "lua54", kind = "raw-dylib"))] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(raw_dylib)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `raw_dylib` [INFO] [stderr] --> src/lua54/lua.rs:316:25 [INFO] [stderr] | [INFO] [stderr] 316 | #[cfg_attr(all(windows, raw_dylib), link(name = "lua54", kind = "raw-dylib"))] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(raw_dylib)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `raw_dylib` [INFO] [stderr] --> src/lua54/lua.rs:337:25 [INFO] [stderr] | [INFO] [stderr] 337 | #[cfg_attr(all(windows, raw_dylib), link(name = "lua54", kind = "raw-dylib"))] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(raw_dylib)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `raw_dylib` [INFO] [stderr] --> src/lua54/lua.rs:342:25 [INFO] [stderr] | [INFO] [stderr] 342 | #[cfg_attr(all(windows, raw_dylib), link(name = "lua54", kind = "raw-dylib"))] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(raw_dylib)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `raw_dylib` [INFO] [stderr] --> src/lua54/lua.rs:534:25 [INFO] [stderr] | [INFO] [stderr] 534 | #[cfg_attr(all(windows, raw_dylib), link(name = "lua54", kind = "raw-dylib"))] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(raw_dylib)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `raw_dylib` [INFO] [stderr] --> src/lua54/lualib.rs:17:25 [INFO] [stderr] | [INFO] [stderr] 17 | #[cfg_attr(all(windows, raw_dylib), link(name = "lua54", kind = "raw-dylib"))] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(raw_dylib)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `raw_dylib` [INFO] [stderr] --> src/lua53/lauxlib.rs:23:25 [INFO] [stderr] | [INFO] [stderr] 23 | #[cfg_attr(all(windows, raw_dylib), link(name = "lua53", kind = "raw-dylib"))] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(raw_dylib)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `raw_dylib` [INFO] [stderr] --> src/lua53/lauxlib.rs:71:25 [INFO] [stderr] | [INFO] [stderr] 71 | #[cfg_attr(all(windows, raw_dylib), link(name = "lua53", kind = "raw-dylib"))] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(raw_dylib)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `raw_dylib` [INFO] [stderr] --> src/lua53/lauxlib.rs:85:25 [INFO] [stderr] | [INFO] [stderr] 85 | #[cfg_attr(all(windows, raw_dylib), link(name = "lua53", kind = "raw-dylib"))] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(raw_dylib)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `raw_dylib` [INFO] [stderr] --> src/lua53/lua.rs:104:25 [INFO] [stderr] | [INFO] [stderr] 104 | #[cfg_attr(all(windows, raw_dylib), link(name = "lua53", kind = "raw-dylib"))] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(raw_dylib)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `raw_dylib` [INFO] [stderr] --> src/lua53/lua.rs:174:25 [INFO] [stderr] | [INFO] [stderr] 174 | #[cfg_attr(all(windows, raw_dylib), link(name = "lua53", kind = "raw-dylib"))] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(raw_dylib)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `raw_dylib` [INFO] [stderr] --> src/lua53/lua.rs:181:25 [INFO] [stderr] | [INFO] [stderr] 181 | #[cfg_attr(all(windows, raw_dylib), link(name = "lua53", kind = "raw-dylib"))] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(raw_dylib)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `raw_dylib` [INFO] [stderr] --> src/lua53/lua.rs:272:25 [INFO] [stderr] | [INFO] [stderr] 272 | #[cfg_attr(all(windows, raw_dylib), link(name = "lua53", kind = "raw-dylib"))] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(raw_dylib)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `raw_dylib` [INFO] [stderr] --> src/lua53/lua.rs:307:25 [INFO] [stderr] | [INFO] [stderr] 307 | #[cfg_attr(all(windows, raw_dylib), link(name = "lua53", kind = "raw-dylib"))] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(raw_dylib)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `raw_dylib` [INFO] [stderr] --> src/lua53/lua.rs:312:25 [INFO] [stderr] | [INFO] [stderr] 312 | #[cfg_attr(all(windows, raw_dylib), link(name = "lua53", kind = "raw-dylib"))] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(raw_dylib)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `raw_dylib` [INFO] [stderr] --> src/lua53/lua.rs:486:25 [INFO] [stderr] | [INFO] [stderr] 486 | #[cfg_attr(all(windows, raw_dylib), link(name = "lua53", kind = "raw-dylib"))] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(raw_dylib)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `raw_dylib` [INFO] [stderr] --> src/lua53/lualib.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | #[cfg_attr(all(windows, raw_dylib), link(name = "lua53", kind = "raw-dylib"))] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(raw_dylib)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `raw_dylib` [INFO] [stderr] --> src/lua52/lauxlib.rs:17:25 [INFO] [stderr] | [INFO] [stderr] 17 | #[cfg_attr(all(windows, raw_dylib), link(name = "lua52", kind = "raw-dylib"))] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(raw_dylib)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `raw_dylib` [INFO] [stderr] --> src/lua52/lauxlib.rs:69:25 [INFO] [stderr] | [INFO] [stderr] 69 | #[cfg_attr(all(windows, raw_dylib), link(name = "lua52", kind = "raw-dylib"))] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(raw_dylib)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `raw_dylib` [INFO] [stderr] --> src/lua52/lauxlib.rs:83:25 [INFO] [stderr] | [INFO] [stderr] 83 | #[cfg_attr(all(windows, raw_dylib), link(name = "lua52", kind = "raw-dylib"))] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(raw_dylib)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `raw_dylib` [INFO] [stderr] --> src/lua52/lua.rs:96:25 [INFO] [stderr] | [INFO] [stderr] 96 | #[cfg_attr(all(windows, raw_dylib), link(name = "lua52", kind = "raw-dylib"))] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(raw_dylib)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `raw_dylib` [INFO] [stderr] --> src/lua52/lua.rs:162:25 [INFO] [stderr] | [INFO] [stderr] 162 | #[cfg_attr(all(windows, raw_dylib), link(name = "lua52", kind = "raw-dylib"))] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(raw_dylib)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `raw_dylib` [INFO] [stderr] --> src/lua52/lua.rs:169:25 [INFO] [stderr] | [INFO] [stderr] 169 | #[cfg_attr(all(windows, raw_dylib), link(name = "lua52", kind = "raw-dylib"))] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(raw_dylib)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `raw_dylib` [INFO] [stderr] --> src/lua52/lua.rs:264:25 [INFO] [stderr] | [INFO] [stderr] 264 | #[cfg_attr(all(windows, raw_dylib), link(name = "lua52", kind = "raw-dylib"))] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(raw_dylib)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `raw_dylib` [INFO] [stderr] --> src/lua52/lua.rs:301:25 [INFO] [stderr] | [INFO] [stderr] 301 | #[cfg_attr(all(windows, raw_dylib), link(name = "lua52", kind = "raw-dylib"))] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(raw_dylib)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `raw_dylib` [INFO] [stderr] --> src/lua52/lua.rs:306:25 [INFO] [stderr] | [INFO] [stderr] 306 | #[cfg_attr(all(windows, raw_dylib), link(name = "lua52", kind = "raw-dylib"))] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(raw_dylib)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `raw_dylib` [INFO] [stderr] --> src/lua52/lua.rs:462:25 [INFO] [stderr] | [INFO] [stderr] 462 | #[cfg_attr(all(windows, raw_dylib), link(name = "lua52", kind = "raw-dylib"))] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(raw_dylib)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `raw_dylib` [INFO] [stderr] --> src/lua52/lualib.rs:17:25 [INFO] [stderr] | [INFO] [stderr] 17 | #[cfg_attr(all(windows, raw_dylib), link(name = "lua52", kind = "raw-dylib"))] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(raw_dylib)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `raw_dylib` [INFO] [stderr] --> src/lua51/lauxlib.rs:17:25 [INFO] [stderr] | [INFO] [stderr] 17 | #[cfg_attr(all(windows, raw_dylib), link(name = "lua51", kind = "raw-dylib"))] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(raw_dylib)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `raw_dylib` [INFO] [stderr] --> src/lua51/lauxlib.rs:60:25 [INFO] [stderr] | [INFO] [stderr] 60 | #[cfg_attr(all(windows, raw_dylib), link(name = "lua51", kind = "raw-dylib"))] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(raw_dylib)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `raw_dylib` [INFO] [stderr] --> src/lua51/lua.rs:91:25 [INFO] [stderr] | [INFO] [stderr] 91 | #[cfg_attr(all(windows, raw_dylib), link(name = "lua51", kind = "raw-dylib"))] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(raw_dylib)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `raw_dylib` [INFO] [stderr] --> src/lua51/lua.rs:221:25 [INFO] [stderr] | [INFO] [stderr] 221 | #[cfg_attr(all(windows, raw_dylib), link(name = "lua51", kind = "raw-dylib"))] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(raw_dylib)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `raw_dylib` [INFO] [stderr] --> src/lua51/lua.rs:229:25 [INFO] [stderr] | [INFO] [stderr] 229 | #[cfg_attr(all(windows, raw_dylib), link(name = "lua51", kind = "raw-dylib"))] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(raw_dylib)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `raw_dylib` [INFO] [stderr] --> src/lua51/lua.rs:373:25 [INFO] [stderr] | [INFO] [stderr] 373 | #[cfg_attr(all(windows, raw_dylib), link(name = "lua51", kind = "raw-dylib"))] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(raw_dylib)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `raw_dylib` [INFO] [stderr] --> src/lua51/lualib.rs:23:25 [INFO] [stderr] | [INFO] [stderr] 23 | #[cfg_attr(all(windows, raw_dylib), link(name = "lua51", kind = "raw-dylib"))] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(raw_dylib)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: `mlua-sys` (lib doc) generated 44 warnings [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/mlua_sys/index.html [INFO] running `Command { std: "docker" "inspect" "71b2181d4c9299f44b5bf18fd5f3d62f5aaf2285d4f11b13c7cba76171975ac9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "71b2181d4c9299f44b5bf18fd5f3d62f5aaf2285d4f11b13c7cba76171975ac9", kill_on_drop: false }` [INFO] [stdout] 71b2181d4c9299f44b5bf18fd5f3d62f5aaf2285d4f11b13c7cba76171975ac9