lua-jit-sys 2.0.50

System bindings for LuaJIT 2.0.5
Documentation
Build #2780413 2026-01-01 06:57:13

Build failed. If you want to re-trigger a documentation build, you can do it here. You can find more information on docs.rs builds documentation on the builds page.

# rustc version rustc 1.94.0-nightly (8d670b93d 2025-12-31)

# docs.rs version docsrs 0.1.0 (e6d7c66e 2025-12-21 )

# build log [INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/lua-jit-sys-2.0.50/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/lua-jit-sys-2.0.50/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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20251231-1.94.0-nightly-8d670b93d\", \"--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] 7d9a6cb1c646193df7fe4ca0eaf608cfd6338955f2c8466cf8c55df282c18b00 [INFO] running `Command { std: "docker" "start" "-a" "7d9a6cb1c646193df7fe4ca0eaf608cfd6338955f2c8466cf8c55df282c18b00", 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 struct `gcc::Build`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stderr] --> build.rs:22:10 [INFO] [stderr] | [INFO] [stderr] 22 | use gcc::Build; [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated struct `gcc::Build`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stderr] --> build.rs:49:17 [INFO] [stderr] | [INFO] [stderr] 49 | let mut c = Build::new(); [INFO] [stderr] | ^^^^^ [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:49:24 [INFO] [stderr] | [INFO] [stderr] 49 | let mut c = Build::new(); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> build.rs:104:20 [INFO] [stderr] | [INFO] [stderr] 104 | panic!(format!(" [INFO] [stderr] | ____________________^ [INFO] [stderr] 105 | | [INFO] [stderr] 106 | | luajit-sys v{}: compile-error: [INFO] [stderr] 107 | | multiple architectures specified in feature flags, please decide for one [INFO] [stderr] ... | [INFO] [stderr] 113 | | ", env!("CARGO_PKG_VERSION"), arch_count, valid_architectures)); [INFO] [stderr] | |__________________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html> [INFO] [stderr] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html> [INFO] [stderr] = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stderr] = note: `#[warn(non_fmt_panics)]` (part of `#[warn(rust_2021_compatibility)]`) on by default [INFO] [stderr] help: remove the `format!(..)` macro call [INFO] [stderr] | [INFO] [stderr] 104 ~ panic!(" [INFO] [stderr] 105 | [INFO] [stderr] ... [INFO] [stderr] 112 | [INFO] [stderr] 113 ~ ", env!("CARGO_PKG_VERSION"), arch_count, valid_architectures); [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> build.rs:210:42 [INFO] [stderr] | [INFO] [stderr] 210 | _ => panic!(format!("unsupported target architecture: {:?}", compile_arch)), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html> [INFO] [stderr] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html> [INFO] [stderr] = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stderr] help: remove the `format!(..)` macro call [INFO] [stderr] | [INFO] [stderr] 210 - _ => panic!(format!("unsupported target architecture: {:?}", compile_arch)), [INFO] [stderr] 210 + _ => panic!("unsupported target architecture: {:?}", compile_arch), [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `lua-jit-sys` (build script) generated 5 warnings [INFO] [stderr] warning: lua-jit-sys@2.0.50: In file included from /opt/rustwide/workdir/src/LuaJIT-2.0.5/src/ljamalg.c:32: [INFO] [stderr] warning: lua-jit-sys@2.0.50: /opt/rustwide/workdir/src/LuaJIT-2.0.5/src/lj_err.c: In function 'err_unwind': [INFO] [stderr] warning: lua-jit-sys@2.0.50: /opt/rustwide/workdir/src/LuaJIT-2.0.5/src/lj_err.c:153:10: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: lua-jit-sys@2.0.50: 153 | if ((frame-1)->u32.lo == LJ_CONT_FFI_CALLBACK) [INFO] [stderr] warning: lua-jit-sys@2.0.50: | ^ [INFO] [stderr] warning: lua-jit-sys@2.0.50: /opt/rustwide/workdir/src/LuaJIT-2.0.5/src/lj_err.c:156:5: note: here [INFO] [stderr] warning: lua-jit-sys@2.0.50: 156 | case FRAME_VARG: /* Vararg frame. */ [INFO] [stderr] warning: lua-jit-sys@2.0.50: | ^~~~ [INFO] [stderr] warning: lua-jit-sys@2.0.50: In file included from /opt/rustwide/workdir/src/LuaJIT-2.0.5/src/ljamalg.c:49: [INFO] [stderr] warning: lua-jit-sys@2.0.50: /opt/rustwide/workdir/src/LuaJIT-2.0.5/src/lj_parse.c: In function 'parse_stmt': [INFO] [stderr] warning: lua-jit-sys@2.0.50: /opt/rustwide/workdir/src/LuaJIT-2.0.5/src/lj_parse.c:2695:8: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: lua-jit-sys@2.0.50: 2695 | if (LJ_52 || lj_lex_lookahead(ls) == TK_name) { [INFO] [stderr] warning: lua-jit-sys@2.0.50: | ^ [INFO] [stderr] warning: lua-jit-sys@2.0.50: /opt/rustwide/workdir/src/LuaJIT-2.0.5/src/lj_parse.c:2700:3: note: here [INFO] [stderr] warning: lua-jit-sys@2.0.50: 2700 | default: [INFO] [stderr] warning: lua-jit-sys@2.0.50: | ^~~~~~~ [INFO] [stderr] warning: lua-jit-sys@2.0.50: In file included from /opt/rustwide/workdir/src/LuaJIT-2.0.5/src/ljamalg.c:60: [INFO] [stderr] warning: lua-jit-sys@2.0.50: /opt/rustwide/workdir/src/LuaJIT-2.0.5/src/lj_cparse.c: In function 'cp_expr_infix': [INFO] [stderr] warning: lua-jit-sys@2.0.50: /opt/rustwide/workdir/src/LuaJIT-2.0.5/src/lj_cparse.c:584:10: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: lua-jit-sys@2.0.50: 584 | if (cp_opt(cp, '?')) { [INFO] [stderr] warning: lua-jit-sys@2.0.50: | ^ [INFO] [stderr] warning: lua-jit-sys@2.0.50: /opt/rustwide/workdir/src/LuaJIT-2.0.5/src/lj_cparse.c:593:5: note: here [INFO] [stderr] warning: lua-jit-sys@2.0.50: 593 | case 1: [INFO] [stderr] warning: lua-jit-sys@2.0.50: | ^~~~ [INFO] [stderr] warning: lua-jit-sys@2.0.50: /opt/rustwide/workdir/src/LuaJIT-2.0.5/src/lj_cparse.c:594:10: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: lua-jit-sys@2.0.50: 594 | if (cp_opt(cp, CTOK_OROR)) { [INFO] [stderr] warning: lua-jit-sys@2.0.50: | ^ [INFO] [stderr] warning: lua-jit-sys@2.0.50: /opt/rustwide/workdir/src/LuaJIT-2.0.5/src/lj_cparse.c:598:5: note: here [INFO] [stderr] warning: lua-jit-sys@2.0.50: 598 | case 2: [INFO] [stderr] warning: lua-jit-sys@2.0.50: | ^~~~ [INFO] [stderr] warning: lua-jit-sys@2.0.50: /opt/rustwide/workdir/src/LuaJIT-2.0.5/src/lj_cparse.c:599:10: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: lua-jit-sys@2.0.50: 599 | if (cp_opt(cp, CTOK_ANDAND)) { [INFO] [stderr] warning: lua-jit-sys@2.0.50: | ^ [INFO] [stderr] warning: lua-jit-sys@2.0.50: /opt/rustwide/workdir/src/LuaJIT-2.0.5/src/lj_cparse.c:603:5: note: here [INFO] [stderr] warning: lua-jit-sys@2.0.50: 603 | case 3: [INFO] [stderr] warning: lua-jit-sys@2.0.50: | ^~~~ [INFO] [stderr] warning: lua-jit-sys@2.0.50: /opt/rustwide/workdir/src/LuaJIT-2.0.5/src/lj_cparse.c:604:10: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: lua-jit-sys@2.0.50: 604 | if (cp_opt(cp, '|')) { [INFO] [stderr] warning: lua-jit-sys@2.0.50: | ^ [INFO] [stderr] warning: lua-jit-sys@2.0.50: /opt/rustwide/workdir/src/LuaJIT-2.0.5/src/lj_cparse.c:607:5: note: here [INFO] [stderr] warning: lua-jit-sys@2.0.50: 607 | case 4: [INFO] [stderr] warning: lua-jit-sys@2.0.50: | ^~~~ [INFO] [stderr] warning: lua-jit-sys@2.0.50: /opt/rustwide/workdir/src/LuaJIT-2.0.5/src/lj_cparse.c:608:10: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: lua-jit-sys@2.0.50: 608 | if (cp_opt(cp, '^')) { [INFO] [stderr] warning: lua-jit-sys@2.0.50: | ^ [INFO] [stderr] warning: lua-jit-sys@2.0.50: /opt/rustwide/workdir/src/LuaJIT-2.0.5/src/lj_cparse.c:611:5: note: here [INFO] [stderr] warning: lua-jit-sys@2.0.50: 611 | case 5: [INFO] [stderr] warning: lua-jit-sys@2.0.50: | ^~~~ [INFO] [stderr] warning: lua-jit-sys@2.0.50: /opt/rustwide/workdir/src/LuaJIT-2.0.5/src/lj_cparse.c:612:10: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: lua-jit-sys@2.0.50: 612 | if (cp_opt(cp, '&')) { [INFO] [stderr] warning: lua-jit-sys@2.0.50: | ^ [INFO] [stderr] warning: lua-jit-sys@2.0.50: /opt/rustwide/workdir/src/LuaJIT-2.0.5/src/lj_cparse.c:615:5: note: here [INFO] [stderr] warning: lua-jit-sys@2.0.50: 615 | case 6: [INFO] [stderr] warning: lua-jit-sys@2.0.50: | ^~~~ [INFO] [stderr] warning: lua-jit-sys@2.0.50: /opt/rustwide/workdir/src/LuaJIT-2.0.5/src/lj_cparse.c:619:17: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: lua-jit-sys@2.0.50: 619 | } else if (cp_opt(cp, CTOK_NE)) { [INFO] [stderr] warning: lua-jit-sys@2.0.50: | ^ [INFO] [stderr] warning: lua-jit-sys@2.0.50: /opt/rustwide/workdir/src/LuaJIT-2.0.5/src/lj_cparse.c:623:5: note: here [INFO] [stderr] warning: lua-jit-sys@2.0.50: 623 | case 7: [INFO] [stderr] warning: lua-jit-sys@2.0.50: | ^~~~ [INFO] [stderr] warning: lua-jit-sys@2.0.50: /opt/rustwide/workdir/src/LuaJIT-2.0.5/src/lj_cparse.c:648:17: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: lua-jit-sys@2.0.50: 648 | } else if (cp_opt(cp, CTOK_GE)) { [INFO] [stderr] warning: lua-jit-sys@2.0.50: | ^ [INFO] [stderr] warning: lua-jit-sys@2.0.50: /opt/rustwide/workdir/src/LuaJIT-2.0.5/src/lj_cparse.c:657:5: note: here [INFO] [stderr] warning: lua-jit-sys@2.0.50: 657 | case 8: [INFO] [stderr] warning: lua-jit-sys@2.0.50: | ^~~~ [INFO] [stderr] warning: lua-jit-sys@2.0.50: /opt/rustwide/workdir/src/LuaJIT-2.0.5/src/lj_cparse.c:661:17: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: lua-jit-sys@2.0.50: 661 | } else if (cp_opt(cp, CTOK_SHR)) { [INFO] [stderr] warning: lua-jit-sys@2.0.50: | ^ [INFO] [stderr] warning: lua-jit-sys@2.0.50: /opt/rustwide/workdir/src/LuaJIT-2.0.5/src/lj_cparse.c:669:5: note: here [INFO] [stderr] warning: lua-jit-sys@2.0.50: 669 | case 9: [INFO] [stderr] warning: lua-jit-sys@2.0.50: | ^~~~ [INFO] [stderr] warning: lua-jit-sys@2.0.50: /opt/rustwide/workdir/src/LuaJIT-2.0.5/src/lj_cparse.c:675:17: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: lua-jit-sys@2.0.50: 675 | } else if (cp_opt(cp, '-')) { [INFO] [stderr] warning: lua-jit-sys@2.0.50: | ^ [INFO] [stderr] warning: lua-jit-sys@2.0.50: /opt/rustwide/workdir/src/LuaJIT-2.0.5/src/lj_cparse.c:678:5: note: here [INFO] [stderr] warning: lua-jit-sys@2.0.50: 678 | case 10: [INFO] [stderr] warning: lua-jit-sys@2.0.50: | ^~~~ [INFO] [stderr] warning: lua-jit-sys@2.0.50: In file included from /opt/rustwide/workdir/src/LuaJIT-2.0.5/src/ljamalg.c:69: [INFO] [stderr] warning: lua-jit-sys@2.0.50: /opt/rustwide/workdir/src/LuaJIT-2.0.5/src/lj_opt_sink.c: In function 'sink_mark_ins': [INFO] [stderr] warning: lua-jit-sys@2.0.50: /opt/rustwide/workdir/src/LuaJIT-2.0.5/src/lj_opt_sink.c:98:10: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: lua-jit-sys@2.0.50: 98 | if (irt_isphi(ir->t) && [INFO] [stderr] warning: lua-jit-sys@2.0.50: | ^ [INFO] [stderr] warning: lua-jit-sys@2.0.50: /opt/rustwide/workdir/src/LuaJIT-2.0.5/src/lj_opt_sink.c:105:5: note: here [INFO] [stderr] warning: lua-jit-sys@2.0.50: 105 | case IR_USTORE: [INFO] [stderr] warning: lua-jit-sys@2.0.50: | ^~~~ [INFO] [stderr] warning: lua-jit-sys@2.0.50: In file included from /opt/rustwide/workdir/src/LuaJIT-2.0.5/src/ljamalg.c:75: [INFO] [stderr] warning: lua-jit-sys@2.0.50: /opt/rustwide/workdir/src/LuaJIT-2.0.5/src/lj_asm.c: In function 'asm_setup_regsp': [INFO] [stderr] warning: lua-jit-sys@2.0.50: /opt/rustwide/workdir/src/LuaJIT-2.0.5/src/lj_asm.c:1726:10: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: lua-jit-sys@2.0.50: 1726 | if (REGARG_NUMGPR < 3 && as->evenspill < 3) [INFO] [stderr] warning: lua-jit-sys@2.0.50: | ^ [INFO] [stderr] warning: lua-jit-sys@2.0.50: /opt/rustwide/workdir/src/LuaJIT-2.0.5/src/lj_asm.c:1728:5: note: here [INFO] [stderr] warning: lua-jit-sys@2.0.50: 1728 | case IR_TNEW: case IR_TDUP: case IR_CNEW: case IR_CNEWI: case IR_TOSTR: [INFO] [stderr] warning: lua-jit-sys@2.0.50: | ^~~~ [INFO] [stderr] warning: lua-jit-sys@2.0.50: /opt/rustwide/workdir/src/LuaJIT-2.0.5/src/lj_asm.c:1741:10: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: lua-jit-sys@2.0.50: 1741 | if (!LJ_SOFTFP && irt_isnum(ir->t)) { [INFO] [stderr] warning: lua-jit-sys@2.0.50: | ^ [INFO] [stderr] warning: lua-jit-sys@2.0.50: /opt/rustwide/workdir/src/LuaJIT-2.0.5/src/lj_asm.c:1754:5: note: here [INFO] [stderr] warning: lua-jit-sys@2.0.50: 1754 | case IR_DIV: case IR_MOD: [INFO] [stderr] warning: lua-jit-sys@2.0.50: | ^~~~ [INFO] [stderr] Documenting lua-jit-sys v2.0.50 (/opt/rustwide/workdir) [INFO] [stderr] error: expected one of `!`, `(`, `+`, `::`, or `<`, found `/` [INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/lua-jit-sys-136bc030d3cdb35b/out/bindings.rs:169:7345 [INFO] [stderr] | [INFO] [stderr] 169 | ...b struct __mbstate_t { pub __count : :: std :: os :: raw :: c_int , pub __value : __mbstate_t_union_(unnamed_at_/usr/include/x86... [INFO] [stderr] | ----------- while parsing this struct ^ expected one of `!`, `(`, `+`, `::`, or `<` [INFO] [stderr] [INFO] [stderr] error: expected `where` or `{` after union name, found `(` [INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/lua-jit-sys-136bc030d3cdb35b/out/bindings.rs:169:7477 [INFO] [stderr] | [INFO] [stderr] 169 | ...ive ( Copy ) ] pub union __mbstate_t_union_(unnamed_at_/usr/include/x86_64-linux-gnu/bits/types/__mbstate_t_h_16_3) { pub __wch ... [INFO] [stderr] | ^ expected `where` or `{` after union name [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find type `__builtin_va_list` in this scope [INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/lua-jit-sys-136bc030d3cdb35b/out/bindings.rs:3:18515 [INFO] [stderr] | [INFO] [stderr] 3 | ...:: c_uint = 512 ; pub type __gnuc_va_list = __builtin_va_list ; pub type va_list = __builtin_va_list ; pub type wchar_t = :: std :... [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find type `__builtin_va_list` in this scope [INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/lua-jit-sys-136bc030d3cdb35b/out/bindings.rs:3:18554 [INFO] [stderr] | [INFO] [stderr] 3 | ...st = __builtin_va_list ; pub type va_list = __builtin_va_list ; pub type wchar_t = :: std :: os :: raw :: c_int ; # [ repr ( C ) ]... [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find type `__va_list_tag` in this scope [INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/lua-jit-sys-136bc030d3cdb35b/out/bindings.rs:74:109 [INFO] [stderr] | [INFO] [stderr] 74 | ... :: std :: os :: raw :: c_char , argp : * mut __va_list_tag , ) -> * const :: std :: os :: raw :: c_char ; [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `__mbstate_t: std::clone::Clone` is not satisfied [INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/lua-jit-sys-136bc030d3cdb35b/out/bindings.rs:169:7222 [INFO] [stderr] | [INFO] [stderr] 169 | ...[ repr ( C ) ] # [ derive ( Copy ) ] pub struct __mbstate_t { pub __count : :: std :: os :: raw :: c_int , pub __value : __mbsta... [INFO] [stderr] | ^^^^ the trait `std::clone::Clone` is not implemented for `__mbstate_t` [INFO] [stderr] | [INFO] [stderr] note: required by a bound in `std::marker::Copy` [INFO] [stderr] --> /rustc/8d670b93d40737e1b320fd892c6f169ffa35e49e/library/core/src/marker.rs:462:0 [INFO] [stderr] help: consider annotating `__mbstate_t` with `#[derive(Clone)]` [INFO] [stderr] | [INFO] [stderr] 169 | } # [ repr ( C ) ] # [ derive ( Copy ) ] pub struct lua_Debug { pub event : :: std :: os :: raw :: c_int , pub name : * const :: std :: os :: raw :: c_char , pub namewhat : * const :: std :: os :: raw :: c_char , pub what : * const :: std :: os :: raw :: c_char , pub source : * const :: std :: os :: raw :: c_char , pub currentline : :: std :: os :: raw :: c_int , pub nups : :: std :: os :: raw :: c_int , pub linedefined : :: std :: os :: raw :: c_int , pub lastlinedefined : :: std :: os :: raw :: c_int , pub short_src : [ :: std :: os :: raw :: c_char ; 60usize ] , pub i_ci : :: std :: os :: raw :: c_int , } # [ test ] fn bindgen_test_layout_lua_Debug ( ) { assert_eq ! ( :: std :: mem :: size_of :: < lua_Debug > ( ) , 120usize , concat ! ( "Size of: " , stringify ! ( lua_Debug ) ) ) ; assert_eq ! ( :: std :: mem :: align_of :: < lua_Debug > ( ) , 8usize , concat ! ( "Alignment of " , stringify ! ( lua_Debug ) ) ) ; assert_eq ! ( unsafe { & ( * ( 0 as * const lua_Debug ) ) . event as * const _ as usize } , 0usize , concat ! ( "Alignment of field: " , stringify ! ( lua_Debug ) , "::" , stringify ! ( event ) ) ) ; assert_eq ! ( unsafe { & ( * ( 0 as * const lua_Debug ) ) . name as * const _ as usize } , 8usize , concat ! ( "Alignment of field: " , stringify ! ( lua_Debug ) , "::" , stringify ! ( name ) ) ) ; assert_eq ! ( unsafe { & ( * ( 0 as * const lua_Debug ) ) . namewhat as * const _ as usize } , 16usize , concat ! ( "Alignment of field: " , stringify ! ( lua_Debug ) , "::" , stringify ! ( namewhat ) ) ) ; assert_eq ! ( unsafe { & ( * ( 0 as * const lua_Debug ) ) . what as * const _ as usize } , 24usize , concat ! ( "Alignment of field: " , stringify ! ( lua_Debug ) , "::" , stringify ! ( what ) ) ) ; assert_eq ! ( unsafe { & ( * ( 0 as * const lua_Debug ) ) . source as * const _ as usize } , 32usize , concat ! ( "Alignment of field: " , stringify ! ( lua_Debug ) , "::" , stringify ! ( source ) ) ) ; assert_eq ! ( unsafe { & ( * ( 0 as * const lua_Debug ) ) . currentline as * const _ as usize } , 40usize , concat ! ( "Alignment of field: " , stringify ! ( lua_Debug ) , "::" , stringify ! ( currentline ) ) ) ; assert_eq ! ( unsafe { & ( * ( 0 as * const lua_Debug ) ) . nups as * const _ as usize } , 44usize , concat ! ( "Alignment of field: " , stringify ! ( lua_Debug ) , "::" , stringify ! ( nups ) ) ) ; assert_eq ! ( unsafe { & ( * ( 0 as * const lua_Debug ) ) . linedefined as * const _ as usize } , 48usize , concat ! ( "Alignment of field: " , stringify ! ( lua_Debug ) , "::" , stringify ! ( linedefined ) ) ) ; assert_eq ! ( unsafe { & ( * ( 0 as * const lua_Debug ) ) . lastlinedefined as * const _ as usize } , 52usize , concat ! ( "Alignment of field: " , stringify ! ( lua_Debug ) , "::" , stringify ! ( lastlinedefined ) ) ) ; assert_eq ! ( unsafe { & ( * ( 0 as * const lua_Debug ) ) . short_src as * const _ as usize } , 56usize , concat ! ( "Alignment of field: " , stringify ! ( lua_Debug ) , "::" , stringify ! ( short_src ) ) ) ; assert_eq ! ( unsafe { & ( * ( 0 as * const lua_Debug ) ) . i_ci as * const _ as usize } , 116usize , concat ! ( "Alignment of field: " , stringify ! ( lua_Debug ) , "::" , stringify ! ( i_ci ) ) ) ; } impl Clone for lua_Debug { fn clone ( & self ) -> Self { * self } } pub type __u_char = :: std :: os :: raw :: c_uchar ; pub type __u_short = :: std :: os :: raw :: c_ushort ; pub type __u_int = :: std :: os :: raw :: c_uint ; pub type __u_long = :: std :: os :: raw :: c_ulong ; pub type __int8_t = :: std :: os :: raw :: c_schar ; pub type __uint8_t = :: std :: os :: raw :: c_uchar ; pub type __int16_t = :: std :: os :: raw :: c_short ; pub type __uint16_t = :: std :: os :: raw :: c_ushort ; pub type __int32_t = :: std :: os :: raw :: c_int ; pub type __uint32_t = :: std :: os :: raw :: c_uint ; pub type __int64_t = :: std :: os :: raw :: c_long ; pub type __uint64_t = :: std :: os :: raw :: c_ulong ; pub type __int_least8_t = __int8_t ; pub type __uint_least8_t = __uint8_t ; pub type __int_least16_t = __int16_t ; pub type __uint_least16_t = __uint16_t ; pub type __int_least32_t = __int32_t ; pub type __uint_least32_t = __uint32_t ; pub type __int_least64_t = __int64_t ; pub type __uint_least64_t = __uint64_t ; pub type __quad_t = :: std :: os :: raw :: c_long ; pub type __u_quad_t = :: std :: os :: raw :: c_ulong ; pub type __intmax_t = :: std :: os :: raw :: c_long ; pub type __uintmax_t = :: std :: os :: raw :: c_ulong ; pub type __dev_t = :: std :: os :: raw :: c_ulong ; pub type __uid_t = :: std :: os :: raw :: c_uint ; pub type __gid_t = :: std :: os :: raw :: c_uint ; pub type __ino_t = :: std :: os :: raw :: c_ulong ; pub type __ino64_t = :: std :: os :: raw :: c_ulong ; pub type __mode_t = :: std :: os :: raw :: c_uint ; pub type __nlink_t = :: std :: os :: raw :: c_ulong ; pub type __off_t = :: std :: os :: raw :: c_long ; pub type __off64_t = :: std :: os :: raw :: c_long ; pub type __pid_t = :: std :: os :: raw :: c_int ; # [ repr ( C ) ] # [ derive ( Debug , Copy ) ] pub struct __fsid_t { pub __val : [ :: std :: os :: raw :: c_int ; 2usize ] , } # [ test ] fn bindgen_test_layout___fsid_t ( ) { assert_eq ! ( :: std :: mem :: size_of :: < __fsid_t > ( ) , 8usize , concat ! ( "Size of: " , stringify ! ( __fsid_t ) ) ) ; assert_eq ! ( :: std :: mem :: align_of :: < __fsid_t > ( ) , 4usize , concat ! ( "Alignment of " , stringify ! ( __fsid_t ) ) ) ; assert_eq ! ( unsafe { & ( * ( 0 as * const __fsid_t ) ) . __val as * const _ as usize } , 0usize , concat ! ( "Alignment of field: " , stringify ! ( __fsid_t ) , "::" , stringify ! ( __val ) ) ) ; } impl Clone for __fsid_t { fn clone ( & self ) -> Self { * self } } pub type __clock_t = :: std :: os :: raw :: c_long ; pub type __rlim_t = :: std :: os :: raw :: c_ulong ; pub type __rlim64_t = :: std :: os :: raw :: c_ulong ; pub type __id_t = :: std :: os :: raw :: c_uint ; pub type __time_t = :: std :: os :: raw :: c_long ; pub type __useconds_t = :: std :: os :: raw :: c_uint ; pub type __suseconds_t = :: std :: os :: raw :: c_long ; pub type __suseconds64_t = :: std :: os :: raw :: c_long ; pub type __daddr_t = :: std :: os :: raw :: c_int ; pub type __key_t = :: std :: os :: raw :: c_int ; pub type __clockid_t = :: std :: os :: raw :: c_int ; pub type __timer_t = * mut :: std :: os :: raw :: c_void ; pub type __blksize_t = :: std :: os :: raw :: c_long ; pub type __blkcnt_t = :: std :: os :: raw :: c_long ; pub type __blkcnt64_t = :: std :: os :: raw :: c_long ; pub type __fsblkcnt_t = :: std :: os :: raw :: c_ulong ; pub type __fsblkcnt64_t = :: std :: os :: raw :: c_ulong ; pub type __fsfilcnt_t = :: std :: os :: raw :: c_ulong ; pub type __fsfilcnt64_t = :: std :: os :: raw :: c_ulong ; pub type __fsword_t = :: std :: os :: raw :: c_long ; pub type __ssize_t = :: std :: os :: raw :: c_long ; pub type __syscall_slong_t = :: std :: os :: raw :: c_long ; pub type __syscall_ulong_t = :: std :: os :: raw :: c_ulong ; pub type __loff_t = __off64_t ; pub type __caddr_t = * mut :: std :: os :: raw :: c_char ; pub type __intptr_t = :: std :: os :: raw :: c_long ; pub type __socklen_t = :: std :: os :: raw :: c_uint ; pub type __sig_atomic_t = :: std :: os :: raw :: c_int ; # [ repr ( C ) ] # [ derive ( Copy ) ] #[derive(Clone)] [INFO] [stderr] | ++++++++++++++++ [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0277, E0425. [INFO] [stderr] For more information about an error, try `rustc --explain E0277`. [INFO] [stderr] warning: lua-jit-sys@2.0.50: In file included from /opt/rustwide/workdir/src/LuaJIT-2.0.5/src/ljamalg.c:32: [INFO] [stderr] warning: lua-jit-sys@2.0.50: /opt/rustwide/workdir/src/LuaJIT-2.0.5/src/lj_err.c: In function 'err_unwind': [INFO] [stderr] warning: lua-jit-sys@2.0.50: /opt/rustwide/workdir/src/LuaJIT-2.0.5/src/lj_err.c:153:10: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: lua-jit-sys@2.0.50: 153 | if ((frame-1)->u32.lo == LJ_CONT_FFI_CALLBACK) [INFO] [stderr] warning: lua-jit-sys@2.0.50: | ^ [INFO] [stderr] warning: lua-jit-sys@2.0.50: /opt/rustwide/workdir/src/LuaJIT-2.0.5/src/lj_err.c:156:5: note: here [INFO] [stderr] warning: lua-jit-sys@2.0.50: 156 | case FRAME_VARG: /* Vararg frame. */ [INFO] [stderr] warning: lua-jit-sys@2.0.50: | ^~~~ [INFO] [stderr] warning: lua-jit-sys@2.0.50: In file included from /opt/rustwide/workdir/src/LuaJIT-2.0.5/src/ljamalg.c:49: [INFO] [stderr] warning: lua-jit-sys@2.0.50: /opt/rustwide/workdir/src/LuaJIT-2.0.5/src/lj_parse.c: In function 'parse_stmt': [INFO] [stderr] warning: lua-jit-sys@2.0.50: /opt/rustwide/workdir/src/LuaJIT-2.0.5/src/lj_parse.c:2695:8: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: lua-jit-sys@2.0.50: 2695 | if (LJ_52 || lj_lex_lookahead(ls) == TK_name) { [INFO] [stderr] warning: lua-jit-sys@2.0.50: | ^ [INFO] [stderr] warning: lua-jit-sys@2.0.50: /opt/rustwide/workdir/src/LuaJIT-2.0.5/src/lj_parse.c:2700:3: note: here [INFO] [stderr] warning: lua-jit-sys@2.0.50: 2700 | default: [INFO] [stderr] warning: lua-jit-sys@2.0.50: | ^~~~~~~ [INFO] [stderr] warning: lua-jit-sys@2.0.50: In file included from /opt/rustwide/workdir/src/LuaJIT-2.0.5/src/ljamalg.c:60: [INFO] [stderr] warning: lua-jit-sys@2.0.50: /opt/rustwide/workdir/src/LuaJIT-2.0.5/src/lj_cparse.c: In function 'cp_expr_infix': [INFO] [stderr] warning: lua-jit-sys@2.0.50: /opt/rustwide/workdir/src/LuaJIT-2.0.5/src/lj_cparse.c:584:10: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: lua-jit-sys@2.0.50: 584 | if (cp_opt(cp, '?')) { [INFO] [stderr] warning: lua-jit-sys@2.0.50: | ^ [INFO] [stderr] warning: lua-jit-sys@2.0.50: /opt/rustwide/workdir/src/LuaJIT-2.0.5/src/lj_cparse.c:593:5: note: here [INFO] [stderr] warning: lua-jit-sys@2.0.50: 593 | case 1: [INFO] [stderr] warning: lua-jit-sys@2.0.50: | ^~~~ [INFO] [stderr] warning: lua-jit-sys@2.0.50: /opt/rustwide/workdir/src/LuaJIT-2.0.5/src/lj_cparse.c:594:10: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: lua-jit-sys@2.0.50: 594 | if (cp_opt(cp, CTOK_OROR)) { [INFO] [stderr] warning: lua-jit-sys@2.0.50: | ^ [INFO] [stderr] warning: lua-jit-sys@2.0.50: /opt/rustwide/workdir/src/LuaJIT-2.0.5/src/lj_cparse.c:598:5: note: here [INFO] [stderr] warning: lua-jit-sys@2.0.50: 598 | case 2: [INFO] [stderr] warning: lua-jit-sys@2.0.50: | ^~~~ [INFO] [stderr] warning: lua-jit-sys@2.0.50: /opt/rustwide/workdir/src/LuaJIT-2.0.5/src/lj_cparse.c:599:10: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: lua-jit-sys@2.0.50: 599 | if (cp_opt(cp, CTOK_ANDAND)) { [INFO] [stderr] warning: lua-jit-sys@2.0.50: | ^ [INFO] [stderr] warning: lua-jit-sys@2.0.50: /opt/rustwide/workdir/src/LuaJIT-2.0.5/src/lj_cparse.c:603:5: note: here [INFO] [stderr] warning: lua-jit-sys@2.0.50: 603 | case 3: [INFO] [stderr] warning: lua-jit-sys@2.0.50: | ^~~~ [INFO] [stderr] warning: lua-jit-sys@2.0.50: /opt/rustwide/workdir/src/LuaJIT-2.0.5/src/lj_cparse.c:604:10: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: lua-jit-sys@2.0.50: 604 | if (cp_opt(cp, '|')) { [INFO] [stderr] warning: lua-jit-sys@2.0.50: | ^ [INFO] [stderr] warning: lua-jit-sys@2.0.50: /opt/rustwide/workdir/src/LuaJIT-2.0.5/src/lj_cparse.c:607:5: note: here [INFO] [stderr] warning: lua-jit-sys@2.0.50: 607 | case 4: [INFO] [stderr] warning: lua-jit-sys@2.0.50: | ^~~~ [INFO] [stderr] warning: lua-jit-sys@2.0.50: /opt/rustwide/workdir/src/LuaJIT-2.0.5/src/lj_cparse.c:608:10: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: lua-jit-sys@2.0.50: 608 | if (cp_opt(cp, '^')) { [INFO] [stderr] warning: lua-jit-sys@2.0.50: | ^ [INFO] [stderr] warning: lua-jit-sys@2.0.50: /opt/rustwide/workdir/src/LuaJIT-2.0.5/src/lj_cparse.c:611:5: note: here [INFO] [stderr] warning: lua-jit-sys@2.0.50: 611 | case 5: [INFO] [stderr] warning: lua-jit-sys@2.0.50: | ^~~~ [INFO] [stderr] warning: lua-jit-sys@2.0.50: /opt/rustwide/workdir/src/LuaJIT-2.0.5/src/lj_cparse.c:612:10: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: lua-jit-sys@2.0.50: 612 | if (cp_opt(cp, '&')) { [INFO] [stderr] warning: lua-jit-sys@2.0.50: | ^ [INFO] [stderr] warning: lua-jit-sys@2.0.50: /opt/rustwide/workdir/src/LuaJIT-2.0.5/src/lj_cparse.c:615:5: note: here [INFO] [stderr] warning: lua-jit-sys@2.0.50: 615 | case 6: [INFO] [stderr] warning: lua-jit-sys@2.0.50: | ^~~~ [INFO] [stderr] warning: lua-jit-sys@2.0.50: /opt/rustwide/workdir/src/LuaJIT-2.0.5/src/lj_cparse.c:619:17: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: lua-jit-sys@2.0.50: 619 | } else if (cp_opt(cp, CTOK_NE)) { [INFO] [stderr] warning: lua-jit-sys@2.0.50: | ^ [INFO] [stderr] warning: lua-jit-sys@2.0.50: /opt/rustwide/workdir/src/LuaJIT-2.0.5/src/lj_cparse.c:623:5: note: here [INFO] [stderr] warning: lua-jit-sys@2.0.50: 623 | case 7: [INFO] [stderr] warning: lua-jit-sys@2.0.50: | ^~~~ [INFO] [stderr] warning: lua-jit-sys@2.0.50: /opt/rustwide/workdir/src/LuaJIT-2.0.5/src/lj_cparse.c:648:17: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: lua-jit-sys@2.0.50: 648 | } else if (cp_opt(cp, CTOK_GE)) { [INFO] [stderr] warning: lua-jit-sys@2.0.50: | ^ [INFO] [stderr] warning: lua-jit-sys@2.0.50: /opt/rustwide/workdir/src/LuaJIT-2.0.5/src/lj_cparse.c:657:5: note: here [INFO] [stderr] warning: lua-jit-sys@2.0.50: 657 | case 8: [INFO] [stderr] warning: lua-jit-sys@2.0.50: | ^~~~ [INFO] [stderr] warning: lua-jit-sys@2.0.50: /opt/rustwide/workdir/src/LuaJIT-2.0.5/src/lj_cparse.c:661:17: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: lua-jit-sys@2.0.50: 661 | } else if (cp_opt(cp, CTOK_SHR)) { [INFO] [stderr] warning: lua-jit-sys@2.0.50: | ^ [INFO] [stderr] warning: lua-jit-sys@2.0.50: /opt/rustwide/workdir/src/LuaJIT-2.0.5/src/lj_cparse.c:669:5: note: here [INFO] [stderr] warning: lua-jit-sys@2.0.50: 669 | case 9: [INFO] [stderr] warning: lua-jit-sys@2.0.50: | ^~~~ [INFO] [stderr] warning: lua-jit-sys@2.0.50: /opt/rustwide/workdir/src/LuaJIT-2.0.5/src/lj_cparse.c:675:17: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: lua-jit-sys@2.0.50: 675 | } else if (cp_opt(cp, '-')) { [INFO] [stderr] warning: lua-jit-sys@2.0.50: | ^ [INFO] [stderr] warning: lua-jit-sys@2.0.50: /opt/rustwide/workdir/src/LuaJIT-2.0.5/src/lj_cparse.c:678:5: note: here [INFO] [stderr] warning: lua-jit-sys@2.0.50: 678 | case 10: [INFO] [stderr] warning: lua-jit-sys@2.0.50: | ^~~~ [INFO] [stderr] warning: lua-jit-sys@2.0.50: In file included from /opt/rustwide/workdir/src/LuaJIT-2.0.5/src/ljamalg.c:69: [INFO] [stderr] warning: lua-jit-sys@2.0.50: /opt/rustwide/workdir/src/LuaJIT-2.0.5/src/lj_opt_sink.c: In function 'sink_mark_ins': [INFO] [stderr] warning: lua-jit-sys@2.0.50: /opt/rustwide/workdir/src/LuaJIT-2.0.5/src/lj_opt_sink.c:98:10: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: lua-jit-sys@2.0.50: 98 | if (irt_isphi(ir->t) && [INFO] [stderr] warning: lua-jit-sys@2.0.50: | ^ [INFO] [stderr] warning: lua-jit-sys@2.0.50: /opt/rustwide/workdir/src/LuaJIT-2.0.5/src/lj_opt_sink.c:105:5: note: here [INFO] [stderr] warning: lua-jit-sys@2.0.50: 105 | case IR_USTORE: [INFO] [stderr] warning: lua-jit-sys@2.0.50: | ^~~~ [INFO] [stderr] warning: lua-jit-sys@2.0.50: In file included from /opt/rustwide/workdir/src/LuaJIT-2.0.5/src/ljamalg.c:75: [INFO] [stderr] warning: lua-jit-sys@2.0.50: /opt/rustwide/workdir/src/LuaJIT-2.0.5/src/lj_asm.c: In function 'asm_setup_regsp': [INFO] [stderr] warning: lua-jit-sys@2.0.50: /opt/rustwide/workdir/src/LuaJIT-2.0.5/src/lj_asm.c:1726:10: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: lua-jit-sys@2.0.50: 1726 | if (REGARG_NUMGPR < 3 && as->evenspill < 3) [INFO] [stderr] warning: lua-jit-sys@2.0.50: | ^ [INFO] [stderr] warning: lua-jit-sys@2.0.50: /opt/rustwide/workdir/src/LuaJIT-2.0.5/src/lj_asm.c:1728:5: note: here [INFO] [stderr] warning: lua-jit-sys@2.0.50: 1728 | case IR_TNEW: case IR_TDUP: case IR_CNEW: case IR_CNEWI: case IR_TOSTR: [INFO] [stderr] warning: lua-jit-sys@2.0.50: | ^~~~ [INFO] [stderr] warning: lua-jit-sys@2.0.50: /opt/rustwide/workdir/src/LuaJIT-2.0.5/src/lj_asm.c:1741:10: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: lua-jit-sys@2.0.50: 1741 | if (!LJ_SOFTFP && irt_isnum(ir->t)) { [INFO] [stderr] warning: lua-jit-sys@2.0.50: | ^ [INFO] [stderr] warning: lua-jit-sys@2.0.50: /opt/rustwide/workdir/src/LuaJIT-2.0.5/src/lj_asm.c:1754:5: note: here [INFO] [stderr] warning: lua-jit-sys@2.0.50: 1754 | case IR_DIV: case IR_MOD: [INFO] [stderr] warning: lua-jit-sys@2.0.50: | ^~~~ [INFO] [stderr] error: could not document `lua-jit-sys` [INFO] running `Command { std: "docker" "inspect" "7d9a6cb1c646193df7fe4ca0eaf608cfd6338955f2c8466cf8c55df282c18b00", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7d9a6cb1c646193df7fe4ca0eaf608cfd6338955f2c8466cf8c55df282c18b00", kill_on_drop: false }` [INFO] [stdout] 7d9a6cb1c646193df7fe4ca0eaf608cfd6338955f2c8466cf8c55df282c18b00