[INFO] fetching crate lunka 0.12.0... [INFO] building lunka-0.12.0 against try#23647e694de8d0904848ad068b2e0ec2dd098c37+target=wasm32-wasip1 for pr-149868 [INFO] extracting crate lunka 0.12.0 into /workspace/builds/worker-2-tc2/source [INFO] started tweaking crates.io crate lunka 0.12.0 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate lunka 0.12.0 [INFO] tweaked toml for crates.io crate lunka 0.12.0 written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate lunka 0.12.0 on toolchain 23647e694de8d0904848ad068b2e0ec2dd098c37 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+23647e694de8d0904848ad068b2e0ec2dd098c37" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate lunka 0.12.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+23647e694de8d0904848ad068b2e0ec2dd098c37" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+23647e694de8d0904848ad068b2e0ec2dd098c37" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0635f01533a9537991db867ae34c942d90ff0eaecc6905e355f0086f4a8a50de [INFO] running `Command { std: "docker" "start" "-a" "0635f01533a9537991db867ae34c942d90ff0eaecc6905e355f0086f4a8a50de", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0635f01533a9537991db867ae34c942d90ff0eaecc6905e355f0086f4a8a50de", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0635f01533a9537991db867ae34c942d90ff0eaecc6905e355f0086f4a8a50de", kill_on_drop: false }` [INFO] [stdout] 0635f01533a9537991db867ae34c942d90ff0eaecc6905e355f0086f4a8a50de [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+23647e694de8d0904848ad068b2e0ec2dd098c37" "build" "--frozen" "--message-format=json" "--target" "wasm32-wasip1", kill_on_drop: false }` [INFO] [stdout] 038ad9229495730bccda9c9bb0a524548968486eefe6319f066c175a56ca5dba [INFO] running `Command { std: "docker" "start" "-a" "038ad9229495730bccda9c9bb0a524548968486eefe6319f066c175a56ca5dba", kill_on_drop: false }` [INFO] [stderr] Compiling current_platform v0.2.0 [INFO] [stderr] Compiling cc v1.2.31 [INFO] [stderr] Compiling lunka-src v54.8.0 [INFO] [stderr] Compiling lunka v0.12.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `c_int_enum` [INFO] [stdout] --> src/cdef/mod.rs:202:16 [INFO] [stdout] | [INFO] [stdout] 202 | pub(crate) use c_int_enum; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique [INFO] [stdout] --> src/cdef/auxlib.rs:49:2 [INFO] [stdout] | [INFO] [stdout] 45 | #[derive(Debug, Clone, Copy, PartialEq, Eq, PartialOrd, Ord)] [INFO] [stdout] | --------- in this derive macro expansion [INFO] [stdout] ... [INFO] [stdout] 49 | pub func: Option [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: the address of the same function can vary between different codegen units [INFO] [stdout] = note: furthermore, different functions could have the same address after being merged together [INFO] [stdout] = note: for more information visit [INFO] [stdout] = note: `#[warn(unpredictable_function_pointer_comparisons)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique [INFO] [stdout] --> src/cdef/auxlib.rs:49:2 [INFO] [stdout] | [INFO] [stdout] 45 | #[derive(Debug, Clone, Copy, PartialEq, Eq, PartialOrd, Ord)] [INFO] [stdout] | ---------- in this derive macro expansion [INFO] [stdout] ... [INFO] [stdout] 49 | pub func: Option [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: the address of the same function can vary between different codegen units [INFO] [stdout] = note: furthermore, different functions could have the same address after being merged together [INFO] [stdout] = note: for more information visit [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique [INFO] [stdout] --> src/cdef/auxlib.rs:49:2 [INFO] [stdout] | [INFO] [stdout] 45 | #[derive(Debug, Clone, Copy, PartialEq, Eq, PartialOrd, Ord)] [INFO] [stdout] | --- in this derive macro expansion [INFO] [stdout] ... [INFO] [stdout] 49 | pub func: Option [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: the address of the same function can vary between different codegen units [INFO] [stdout] = note: furthermore, different functions could have the same address after being merged together [INFO] [stdout] = note: for more information visit [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.85s [INFO] running `Command { std: "docker" "inspect" "038ad9229495730bccda9c9bb0a524548968486eefe6319f066c175a56ca5dba", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "038ad9229495730bccda9c9bb0a524548968486eefe6319f066c175a56ca5dba", kill_on_drop: false }` [INFO] [stdout] 038ad9229495730bccda9c9bb0a524548968486eefe6319f066c175a56ca5dba [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+23647e694de8d0904848ad068b2e0ec2dd098c37" "test" "--frozen" "--no-run" "--message-format=json" "--target" "wasm32-wasip1", kill_on_drop: false }` [INFO] [stdout] aac17e61de1fe1b050545a09e2831e9f04612f2f5cf5df57e8574ba22061bb8d [INFO] running `Command { std: "docker" "start" "-a" "aac17e61de1fe1b050545a09e2831e9f04612f2f5cf5df57e8574ba22061bb8d", kill_on_drop: false }` [INFO] [stdout] warning: unused import: `c_int_enum` [INFO] [stdout] --> src/cdef/mod.rs:202:16 [INFO] [stdout] | [INFO] [stdout] 202 | pub(crate) use c_int_enum; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique [INFO] [stdout] --> src/cdef/auxlib.rs:49:2 [INFO] [stdout] | [INFO] [stdout] 45 | #[derive(Debug, Clone, Copy, PartialEq, Eq, PartialOrd, Ord)] [INFO] [stdout] | --------- in this derive macro expansion [INFO] [stdout] ... [INFO] [stdout] 49 | pub func: Option [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: the address of the same function can vary between different codegen units [INFO] [stdout] = note: furthermore, different functions could have the same address after being merged together [INFO] [stdout] = note: for more information visit [INFO] [stdout] = note: `#[warn(unpredictable_function_pointer_comparisons)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique [INFO] [stdout] --> src/cdef/auxlib.rs:49:2 [INFO] [stdout] | [INFO] [stdout] 45 | #[derive(Debug, Clone, Copy, PartialEq, Eq, PartialOrd, Ord)] [INFO] [stdout] | ---------- in this derive macro expansion [INFO] [stdout] ... [INFO] [stdout] 49 | pub func: Option [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: the address of the same function can vary between different codegen units [INFO] [stdout] = note: furthermore, different functions could have the same address after being merged together [INFO] [stdout] = note: for more information visit [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling lunka v0.12.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique [INFO] [stdout] --> src/cdef/auxlib.rs:49:2 [INFO] [stdout] | [INFO] [stdout] 45 | #[derive(Debug, Clone, Copy, PartialEq, Eq, PartialOrd, Ord)] [INFO] [stdout] | --- in this derive macro expansion [INFO] [stdout] ... [INFO] [stdout] 49 | pub func: Option [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: the address of the same function can vary between different codegen units [INFO] [stdout] = note: furthermore, different functions could have the same address after being merged together [INFO] [stdout] = note: for more information visit [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `std::hint::unreachable_unchecked` is unsafe and requires unsafe block [INFO] [stdout] --> examples/string_enum.rs:32:9 [INFO] [stdout] | [INFO] [stdout] 32 | _ => ::core::hint::unreachable_unchecked(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> examples/string_enum.rs:26:2 [INFO] [stdout] | [INFO] [stdout] 26 | unsafe fn from_index_unchecked(index: usize) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: `#[warn(unsafe_op_in_unsafe_fn)]` (part of `#[warn(rust_2024_compatibility)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `c_int_enum` [INFO] [stdout] --> src/cdef/mod.rs:202:16 [INFO] [stdout] | [INFO] [stdout] 202 | pub(crate) use c_int_enum; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `rust-lld` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "rust-lld" "-flavor" "wasm" "--export" "__main_void" "-z" "stack-size=1048576" "--stack-first" "--no-demangle" "/lib/rustlib/wasm32-wasip1/lib/self-contained/crt1-command.o" "<2 object files omitted>" "/lib/rustlib/wasm32-wasip1/lib/libpanic_abort-*.rlib" "/opt/rustwide/target/wasm32-wasip1/debug/deps/liblunka-35b24286425d6f02.rlib" "/lib/rustlib/wasm32-wasip1/lib/{libstd-*,libwasi-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*}.rlib" "-l" "c" "/lib/rustlib/wasm32-wasip1/lib/{librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-L" "/opt/rustwide/target/wasm32-wasip1/debug/build/lunka-1b740d3276eba699/out" "-L" "/lib/rustlib/wasm32-wasip1/lib/self-contained" "-o" "/opt/rustwide/target/wasm32-wasip1/debug/examples/hello-0e63d54448d8188c.wasm" "--gc-sections" "-O0" [INFO] [stdout] = note: some arguments are omitted. use `--verbose` to show all linker arguments [INFO] [stdout] = note: rust-lld: warning: function signature mismatch: luaL_error [INFO] [stdout] >>> defined as (i32, i32, i32) -> void in /opt/rustwide/target/wasm32-wasip1/debug/deps/liblunka-35b24286425d6f02.rlib(lunka-35b24286425d6f02.lunka.fa8a0fd33fbca3cf-cgu.0.rcgu.o) [INFO] [stdout] >>> defined as (i32, i32, i32) -> i32 in /opt/rustwide/target/wasm32-wasip1/debug/deps/liblunka-35b24286425d6f02.rlib(c666d4f9707ca760-lauxlib.o) [INFO] [stdout] [INFO] [stdout] rust-lld: warning: function signature mismatch: lua_error [INFO] [stdout] >>> defined as (i32) -> void in /opt/rustwide/target/wasm32-wasip1/debug/deps/liblunka-35b24286425d6f02.rlib(lunka-35b24286425d6f02.lunka.fa8a0fd33fbca3cf-cgu.0.rcgu.o) [INFO] [stdout] >>> defined as (i32) -> i32 in /opt/rustwide/target/wasm32-wasip1/debug/deps/liblunka-35b24286425d6f02.rlib(c666d4f9707ca760-lapi.o) [INFO] [stdout] [INFO] [stdout] rust-lld: warning: function signature mismatch: lua_yieldk [INFO] [stdout] >>> defined as (i32, i32, i32, i32) -> void in /opt/rustwide/target/wasm32-wasip1/debug/deps/liblunka-35b24286425d6f02.rlib(lunka-35b24286425d6f02.lunka.fa8a0fd33fbca3cf-cgu.0.rcgu.o) [INFO] [stdout] >>> defined as (i32, i32, i32, i32) -> i32 in /opt/rustwide/target/wasm32-wasip1/debug/deps/liblunka-35b24286425d6f02.rlib(c666d4f9707ca760-ldo.o) [INFO] [stdout] [INFO] [stdout] rust-lld: warning: function signature mismatch: time [INFO] [stdout] >>> defined as (i32) -> i32 in /opt/rustwide/target/wasm32-wasip1/debug/deps/liblunka-35b24286425d6f02.rlib(c666d4f9707ca760-loslib.o) [INFO] [stdout] >>> defined as (i32) -> i64 in /opt/rustwide/rustup-home/toolchains/23647e694de8d0904848ad068b2e0ec2dd098c37/lib/rustlib/wasm32-wasip1/lib/self-contained/libc.a(time.o) [INFO] [stdout] [INFO] [stdout] rust-lld: warning: function signature mismatch: luaL_argerror [INFO] [stdout] >>> defined as (i32, i32, i32) -> void in /opt/rustwide/target/wasm32-wasip1/debug/deps/liblunka-35b24286425d6f02.rlib(lunka-35b24286425d6f02.lunka.fa8a0fd33fbca3cf-cgu.0.rcgu.o) [INFO] [stdout] >>> defined as (i32, i32, i32) -> i32 in /opt/rustwide/target/wasm32-wasip1/debug/deps/liblunka-35b24286425d6f02.rlib(c666d4f9707ca760-lauxlib.o) [INFO] [stdout] [INFO] [stdout] rust-lld: warning: function signature mismatch: mktime [INFO] [stdout] >>> defined as (i32) -> i32 in /opt/rustwide/target/wasm32-wasip1/debug/deps/liblunka-35b24286425d6f02.rlib(c666d4f9707ca760-loslib.o) [INFO] [stdout] >>> defined as (i32) -> i64 in /opt/rustwide/rustup-home/toolchains/23647e694de8d0904848ad068b2e0ec2dd098c37/lib/rustlib/wasm32-wasip1/lib/self-contained/libc.a(mktime.o) [INFO] [stdout] [INFO] [stdout] rust-lld: warning: function signature mismatch: difftime [INFO] [stdout] >>> defined as (i32, i32) -> f64 in /opt/rustwide/target/wasm32-wasip1/debug/deps/liblunka-35b24286425d6f02.rlib(c666d4f9707ca760-loslib.o) [INFO] [stdout] >>> defined as (i64, i64) -> f64 in /opt/rustwide/rustup-home/toolchains/23647e694de8d0904848ad068b2e0ec2dd098c37/lib/rustlib/wasm32-wasip1/lib/self-contained/libc.a(difftime.o) [INFO] [stdout] [INFO] [stdout] rust-lld: warning: function signature mismatch: luaL_typeerror [INFO] [stdout] >>> defined as (i32, i32, i32) -> void in /opt/rustwide/target/wasm32-wasip1/debug/deps/liblunka-35b24286425d6f02.rlib(lunka-35b24286425d6f02.lunka.fa8a0fd33fbca3cf-cgu.0.rcgu.o) [INFO] [stdout] >>> defined as (i32, i32, i32) -> i32 in /opt/rustwide/target/wasm32-wasip1/debug/deps/liblunka-35b24286425d6f02.rlib(c666d4f9707ca760-lauxlib.o) [INFO] [stdout] [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/liblunka-35b24286425d6f02.rlib(c666d4f9707ca760-loslib.o): undefined symbol: clock [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/liblunka-35b24286425d6f02.rlib(c666d4f9707ca760-loslib.o): undefined symbol: system [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/liblunka-35b24286425d6f02.rlib(c666d4f9707ca760-loslib.o): undefined symbol: mkstemp64 [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/liblunka-35b24286425d6f02.rlib(c666d4f9707ca760-loadlib.o): undefined symbol: dlclose [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/liblunka-35b24286425d6f02.rlib(c666d4f9707ca760-loadlib.o): undefined symbol: dlopen [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/liblunka-35b24286425d6f02.rlib(c666d4f9707ca760-loadlib.o): undefined symbol: dlerror [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/liblunka-35b24286425d6f02.rlib(c666d4f9707ca760-loadlib.o): undefined symbol: dlsym [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/liblunka-35b24286425d6f02.rlib(c666d4f9707ca760-loadlib.o): undefined symbol: dlerror [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/liblunka-35b24286425d6f02.rlib(c666d4f9707ca760-ldo.o): undefined symbol: _longjmp [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/liblunka-35b24286425d6f02.rlib(c666d4f9707ca760-ldo.o): undefined symbol: _setjmp [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/liblunka-35b24286425d6f02.rlib(c666d4f9707ca760-ltablib.o): undefined symbol: clock [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/liblunka-35b24286425d6f02.rlib(c666d4f9707ca760-liolib.o): undefined symbol: popen [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/liblunka-35b24286425d6f02.rlib(c666d4f9707ca760-liolib.o): undefined symbol: pclose [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/liblunka-35b24286425d6f02.rlib(c666d4f9707ca760-liolib.o): undefined symbol: tmpfile64 [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/liblunka-35b24286425d6f02.rlib(c666d4f9707ca760-liolib.o): undefined symbol: flockfile [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/liblunka-35b24286425d6f02.rlib(c666d4f9707ca760-liolib.o): undefined symbol: funlockfile [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/liblunka-35b24286425d6f02.rlib(c666d4f9707ca760-liolib.o): undefined symbol: flockfile [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/liblunka-35b24286425d6f02.rlib(c666d4f9707ca760-liolib.o): undefined symbol: funlockfile [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `lunka::Managed::<'_>::set_field` is unsafe and requires unsafe block [INFO] [stdout] --> examples/os2.rs:38:3 [INFO] [stdout] | [INFO] [stdout] 38 | mg.set_field(-2, c"type"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> examples/os2.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | unsafe extern "C-unwind" fn l_metadata(l: *mut LuaState) -> c_int { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: `#[warn(unsafe_op_in_unsafe_fn)]` (part of `#[warn(rust_2024_compatibility)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `lunka::Managed::<'_>::set_field` is unsafe and requires unsafe block [INFO] [stdout] --> examples/os2.rs:41:3 [INFO] [stdout] | [INFO] [stdout] 41 | mg.set_field(-2, c"len"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `lunka::Managed::<'_>::set_field` is unsafe and requires unsafe block [INFO] [stdout] --> examples/os2.rs:46:5 [INFO] [stdout] | [INFO] [stdout] 46 | mg.set_field(-2, c"modified"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `lunka::Thread::from_ptr` is unsafe and requires unsafe block [INFO] [stdout] --> examples/os2.rs:60:12 [INFO] [stdout] | [INFO] [stdout] 60 | let lua = LuaThread::from_ptr(l); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> examples/os2.rs:59:1 [INFO] [stdout] | [INFO] [stdout] 59 | unsafe extern "C-unwind" fn luaopen_os2(l: *mut LuaState) -> c_int { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `rust-lld` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "rust-lld" "-flavor" "wasm" "--export" "__main_void" "-z" "stack-size=1048576" "--stack-first" "--no-demangle" "/lib/rustlib/wasm32-wasip1/lib/self-contained/crt1-command.o" "<2 object files omitted>" "/lib/rustlib/wasm32-wasip1/lib/libpanic_abort-*.rlib" "/opt/rustwide/target/wasm32-wasip1/debug/deps/liblunka-35b24286425d6f02.rlib" "/lib/rustlib/wasm32-wasip1/lib/{libstd-*,libwasi-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*}.rlib" "-l" "c" "/lib/rustlib/wasm32-wasip1/lib/{librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-L" "/opt/rustwide/target/wasm32-wasip1/debug/build/lunka-1b740d3276eba699/out" "-L" "/lib/rustlib/wasm32-wasip1/lib/self-contained" "-o" "/opt/rustwide/target/wasm32-wasip1/debug/examples/string_enum-6ed30aab34b77a0f.wasm" "--gc-sections" "-O0" [INFO] [stdout] = note: some arguments are omitted. use `--verbose` to show all linker arguments [INFO] [stdout] = note: rust-lld: warning: function signature mismatch: luaL_error [INFO] [stdout] >>> defined as (i32, i32, i32) -> void in /opt/rustwide/target/wasm32-wasip1/debug/deps/liblunka-35b24286425d6f02.rlib(lunka-35b24286425d6f02.lunka.fa8a0fd33fbca3cf-cgu.0.rcgu.o) [INFO] [stdout] >>> defined as (i32, i32, i32) -> i32 in /opt/rustwide/target/wasm32-wasip1/debug/deps/liblunka-35b24286425d6f02.rlib(c666d4f9707ca760-lauxlib.o) [INFO] [stdout] [INFO] [stdout] rust-lld: warning: function signature mismatch: lua_error [INFO] [stdout] >>> defined as (i32) -> void in /opt/rustwide/target/wasm32-wasip1/debug/deps/liblunka-35b24286425d6f02.rlib(lunka-35b24286425d6f02.lunka.fa8a0fd33fbca3cf-cgu.0.rcgu.o) [INFO] [stdout] >>> defined as (i32) -> i32 in /opt/rustwide/target/wasm32-wasip1/debug/deps/liblunka-35b24286425d6f02.rlib(c666d4f9707ca760-lapi.o) [INFO] [stdout] [INFO] [stdout] rust-lld: warning: function signature mismatch: lua_yieldk [INFO] [stdout] >>> defined as (i32, i32, i32, i32) -> void in /opt/rustwide/target/wasm32-wasip1/debug/deps/liblunka-35b24286425d6f02.rlib(lunka-35b24286425d6f02.lunka.fa8a0fd33fbca3cf-cgu.0.rcgu.o) [INFO] [stdout] >>> defined as (i32, i32, i32, i32) -> i32 in /opt/rustwide/target/wasm32-wasip1/debug/deps/liblunka-35b24286425d6f02.rlib(c666d4f9707ca760-ldo.o) [INFO] [stdout] [INFO] [stdout] rust-lld: warning: function signature mismatch: time [INFO] [stdout] >>> defined as (i32) -> i32 in /opt/rustwide/target/wasm32-wasip1/debug/deps/liblunka-35b24286425d6f02.rlib(c666d4f9707ca760-loslib.o) [INFO] [stdout] >>> defined as (i32) -> i64 in /opt/rustwide/rustup-home/toolchains/23647e694de8d0904848ad068b2e0ec2dd098c37/lib/rustlib/wasm32-wasip1/lib/self-contained/libc.a(time.o) [INFO] [stdout] [INFO] [stdout] rust-lld: warning: function signature mismatch: luaL_argerror [INFO] [stdout] >>> defined as (i32, i32, i32) -> void in /opt/rustwide/target/wasm32-wasip1/debug/deps/liblunka-35b24286425d6f02.rlib(lunka-35b24286425d6f02.lunka.fa8a0fd33fbca3cf-cgu.0.rcgu.o) [INFO] [stdout] >>> defined as (i32, i32, i32) -> i32 in /opt/rustwide/target/wasm32-wasip1/debug/deps/liblunka-35b24286425d6f02.rlib(c666d4f9707ca760-lauxlib.o) [INFO] [stdout] [INFO] [stdout] rust-lld: warning: function signature mismatch: mktime [INFO] [stdout] >>> defined as (i32) -> i32 in /opt/rustwide/target/wasm32-wasip1/debug/deps/liblunka-35b24286425d6f02.rlib(c666d4f9707ca760-loslib.o) [INFO] [stdout] >>> defined as (i32) -> i64 in /opt/rustwide/rustup-home/toolchains/23647e694de8d0904848ad068b2e0ec2dd098c37/lib/rustlib/wasm32-wasip1/lib/self-contained/libc.a(mktime.o) [INFO] [stdout] [INFO] [stdout] rust-lld: warning: function signature mismatch: difftime [INFO] [stdout] >>> defined as (i32, i32) -> f64 in /opt/rustwide/target/wasm32-wasip1/debug/deps/liblunka-35b24286425d6f02.rlib(c666d4f9707ca760-loslib.o) [INFO] [stdout] >>> defined as (i64, i64) -> f64 in /opt/rustwide/rustup-home/toolchains/23647e694de8d0904848ad068b2e0ec2dd098c37/lib/rustlib/wasm32-wasip1/lib/self-contained/libc.a(difftime.o) [INFO] [stdout] [INFO] [stdout] rust-lld: warning: function signature mismatch: luaL_typeerror [INFO] [stdout] >>> defined as (i32, i32, i32) -> void in /opt/rustwide/target/wasm32-wasip1/debug/deps/liblunka-35b24286425d6f02.rlib(lunka-35b24286425d6f02.lunka.fa8a0fd33fbca3cf-cgu.0.rcgu.o) [INFO] [stdout] >>> defined as (i32, i32, i32) -> i32 in /opt/rustwide/target/wasm32-wasip1/debug/deps/liblunka-35b24286425d6f02.rlib(c666d4f9707ca760-lauxlib.o) [INFO] [stdout] [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/liblunka-35b24286425d6f02.rlib(c666d4f9707ca760-ldo.o): undefined symbol: _longjmp [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/liblunka-35b24286425d6f02.rlib(c666d4f9707ca760-ldo.o): undefined symbol: _setjmp [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0133`. [INFO] [stdout] [INFO] [stderr] error: could not compile `lunka` (example "hello") due to 1 previous error [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `lunka` (example "string_enum") due to 1 previous error; 1 warning emitted [INFO] [stdout] error: linking with `rust-lld` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "rust-lld" "-flavor" "wasm" "--export" "luaopen_hello" "-z" "stack-size=1048576" "--stack-first" "--no-demangle" "<2 object files omitted>" "/lib/rustlib/wasm32-wasip1/lib/libpanic_abort-*.rlib" "/opt/rustwide/target/wasm32-wasip1/debug/deps/liblunka-35b24286425d6f02.rlib" "/lib/rustlib/wasm32-wasip1/lib/{libstd-*,libwasi-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*}.rlib" "-l" "c" "/lib/rustlib/wasm32-wasip1/lib/{librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-L" "/opt/rustwide/target/wasm32-wasip1/debug/build/lunka-1b740d3276eba699/out" "-L" "/lib/rustlib/wasm32-wasip1/lib/self-contained" "-o" "/opt/rustwide/target/wasm32-wasip1/debug/examples/hello_lib-63f09eb046d19f15.wasm" "--gc-sections" "--no-entry" "-O0" [INFO] [stdout] = note: some arguments are omitted. use `--verbose` to show all linker arguments [INFO] [stdout] = note: rust-lld: warning: function signature mismatch: luaL_error [INFO] [stdout] >>> defined as (i32, i32, i32) -> void in /opt/rustwide/target/wasm32-wasip1/debug/deps/liblunka-35b24286425d6f02.rlib(lunka-35b24286425d6f02.lunka.fa8a0fd33fbca3cf-cgu.0.rcgu.o) [INFO] [stdout] >>> defined as (i32, i32, i32) -> i32 in /opt/rustwide/target/wasm32-wasip1/debug/deps/liblunka-35b24286425d6f02.rlib(c666d4f9707ca760-lauxlib.o) [INFO] [stdout] [INFO] [stdout] rust-lld: warning: function signature mismatch: lua_error [INFO] [stdout] >>> defined as (i32) -> void in /opt/rustwide/target/wasm32-wasip1/debug/deps/liblunka-35b24286425d6f02.rlib(lunka-35b24286425d6f02.lunka.fa8a0fd33fbca3cf-cgu.0.rcgu.o) [INFO] [stdout] >>> defined as (i32) -> i32 in /opt/rustwide/target/wasm32-wasip1/debug/deps/liblunka-35b24286425d6f02.rlib(c666d4f9707ca760-lapi.o) [INFO] [stdout] [INFO] [stdout] rust-lld: warning: function signature mismatch: lua_yieldk [INFO] [stdout] >>> defined as (i32, i32, i32, i32) -> void in /opt/rustwide/target/wasm32-wasip1/debug/deps/liblunka-35b24286425d6f02.rlib(lunka-35b24286425d6f02.lunka.fa8a0fd33fbca3cf-cgu.0.rcgu.o) [INFO] [stdout] >>> defined as (i32, i32, i32, i32) -> i32 in /opt/rustwide/target/wasm32-wasip1/debug/deps/liblunka-35b24286425d6f02.rlib(c666d4f9707ca760-ldo.o) [INFO] [stdout] [INFO] [stdout] rust-lld: warning: function signature mismatch: time [INFO] [stdout] >>> defined as (i32) -> i32 in /opt/rustwide/target/wasm32-wasip1/debug/deps/liblunka-35b24286425d6f02.rlib(c666d4f9707ca760-loslib.o) [INFO] [stdout] >>> defined as (i32) -> i64 in /opt/rustwide/rustup-home/toolchains/23647e694de8d0904848ad068b2e0ec2dd098c37/lib/rustlib/wasm32-wasip1/lib/self-contained/libc.a(time.o) [INFO] [stdout] [INFO] [stdout] rust-lld: warning: function signature mismatch: luaL_argerror [INFO] [stdout] >>> defined as (i32, i32, i32) -> void in /opt/rustwide/target/wasm32-wasip1/debug/deps/liblunka-35b24286425d6f02.rlib(lunka-35b24286425d6f02.lunka.fa8a0fd33fbca3cf-cgu.0.rcgu.o) [INFO] [stdout] >>> defined as (i32, i32, i32) -> i32 in /opt/rustwide/target/wasm32-wasip1/debug/deps/liblunka-35b24286425d6f02.rlib(c666d4f9707ca760-lauxlib.o) [INFO] [stdout] [INFO] [stdout] rust-lld: warning: function signature mismatch: mktime [INFO] [stdout] >>> defined as (i32) -> i32 in /opt/rustwide/target/wasm32-wasip1/debug/deps/liblunka-35b24286425d6f02.rlib(c666d4f9707ca760-loslib.o) [INFO] [stdout] >>> defined as (i32) -> i64 in /opt/rustwide/rustup-home/toolchains/23647e694de8d0904848ad068b2e0ec2dd098c37/lib/rustlib/wasm32-wasip1/lib/self-contained/libc.a(mktime.o) [INFO] [stdout] [INFO] [stdout] rust-lld: warning: function signature mismatch: difftime [INFO] [stdout] >>> defined as (i32, i32) -> f64 in /opt/rustwide/target/wasm32-wasip1/debug/deps/liblunka-35b24286425d6f02.rlib(c666d4f9707ca760-loslib.o) [INFO] [stdout] >>> defined as (i64, i64) -> f64 in /opt/rustwide/rustup-home/toolchains/23647e694de8d0904848ad068b2e0ec2dd098c37/lib/rustlib/wasm32-wasip1/lib/self-contained/libc.a(difftime.o) [INFO] [stdout] [INFO] [stdout] rust-lld: warning: function signature mismatch: luaL_typeerror [INFO] [stdout] >>> defined as (i32, i32, i32) -> void in /opt/rustwide/target/wasm32-wasip1/debug/deps/liblunka-35b24286425d6f02.rlib(lunka-35b24286425d6f02.lunka.fa8a0fd33fbca3cf-cgu.0.rcgu.o) [INFO] [stdout] >>> defined as (i32, i32, i32) -> i32 in /opt/rustwide/target/wasm32-wasip1/debug/deps/liblunka-35b24286425d6f02.rlib(c666d4f9707ca760-lauxlib.o) [INFO] [stdout] [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/liblunka-35b24286425d6f02.rlib(c666d4f9707ca760-ldo.o): undefined symbol: _longjmp [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/liblunka-35b24286425d6f02.rlib(c666d4f9707ca760-ldo.o): undefined symbol: _setjmp [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `lunka` (example "hello_lib") due to 1 previous error [INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique [INFO] [stdout] --> src/cdef/auxlib.rs:49:2 [INFO] [stdout] | [INFO] [stdout] 45 | #[derive(Debug, Clone, Copy, PartialEq, Eq, PartialOrd, Ord)] [INFO] [stdout] | --------- in this derive macro expansion [INFO] [stdout] ... [INFO] [stdout] 49 | pub func: Option [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: the address of the same function can vary between different codegen units [INFO] [stdout] = note: furthermore, different functions could have the same address after being merged together [INFO] [stdout] = note: for more information visit [INFO] [stdout] = note: `#[warn(unpredictable_function_pointer_comparisons)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique [INFO] [stdout] --> src/cdef/auxlib.rs:49:2 [INFO] [stdout] | [INFO] [stdout] 45 | #[derive(Debug, Clone, Copy, PartialEq, Eq, PartialOrd, Ord)] [INFO] [stdout] | ---------- in this derive macro expansion [INFO] [stdout] ... [INFO] [stdout] 49 | pub func: Option [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: the address of the same function can vary between different codegen units [INFO] [stdout] = note: furthermore, different functions could have the same address after being merged together [INFO] [stdout] = note: for more information visit [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique [INFO] [stdout] --> src/cdef/auxlib.rs:49:2 [INFO] [stdout] | [INFO] [stdout] 45 | #[derive(Debug, Clone, Copy, PartialEq, Eq, PartialOrd, Ord)] [INFO] [stdout] | --- in this derive macro expansion [INFO] [stdout] ... [INFO] [stdout] 49 | pub func: Option [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: the address of the same function can vary between different codegen units [INFO] [stdout] = note: furthermore, different functions could have the same address after being merged together [INFO] [stdout] = note: for more information visit [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `rust-lld` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "rust-lld" "-flavor" "wasm" "--export" "__main_void" "-z" "stack-size=1048576" "--stack-first" "--no-demangle" "/lib/rustlib/wasm32-wasip1/lib/self-contained/crt1-command.o" "<2 object files omitted>" "/lib/rustlib/wasm32-wasip1/lib/libpanic_abort-*.rlib" "/opt/rustwide/target/wasm32-wasip1/debug/deps/liblunka-35b24286425d6f02.rlib" "/lib/rustlib/wasm32-wasip1/lib/{libstd-*,libwasi-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*}.rlib" "-l" "c" "/lib/rustlib/wasm32-wasip1/lib/{librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-L" "/opt/rustwide/target/wasm32-wasip1/debug/build/lunka-1b740d3276eba699/out" "-L" "/lib/rustlib/wasm32-wasip1/lib/self-contained" "-o" "/opt/rustwide/target/wasm32-wasip1/debug/examples/interpreter-68a571a99b50b920.wasm" "--gc-sections" "-O0" [INFO] [stdout] = note: some arguments are omitted. use `--verbose` to show all linker arguments [INFO] [stdout] = note: rust-lld: warning: function signature mismatch: luaL_error [INFO] [stdout] >>> defined as (i32, i32, i32) -> void in /opt/rustwide/target/wasm32-wasip1/debug/deps/liblunka-35b24286425d6f02.rlib(lunka-35b24286425d6f02.lunka.fa8a0fd33fbca3cf-cgu.0.rcgu.o) [INFO] [stdout] >>> defined as (i32, i32, i32) -> i32 in /opt/rustwide/target/wasm32-wasip1/debug/deps/liblunka-35b24286425d6f02.rlib(c666d4f9707ca760-lauxlib.o) [INFO] [stdout] [INFO] [stdout] rust-lld: warning: function signature mismatch: lua_error [INFO] [stdout] >>> defined as (i32) -> void in /opt/rustwide/target/wasm32-wasip1/debug/deps/liblunka-35b24286425d6f02.rlib(lunka-35b24286425d6f02.lunka.fa8a0fd33fbca3cf-cgu.0.rcgu.o) [INFO] [stdout] >>> defined as (i32) -> i32 in /opt/rustwide/target/wasm32-wasip1/debug/deps/liblunka-35b24286425d6f02.rlib(c666d4f9707ca760-lapi.o) [INFO] [stdout] [INFO] [stdout] rust-lld: warning: function signature mismatch: lua_yieldk [INFO] [stdout] >>> defined as (i32, i32, i32, i32) -> void in /opt/rustwide/target/wasm32-wasip1/debug/deps/liblunka-35b24286425d6f02.rlib(lunka-35b24286425d6f02.lunka.fa8a0fd33fbca3cf-cgu.0.rcgu.o) [INFO] [stdout] >>> defined as (i32, i32, i32, i32) -> i32 in /opt/rustwide/target/wasm32-wasip1/debug/deps/liblunka-35b24286425d6f02.rlib(c666d4f9707ca760-ldo.o) [INFO] [stdout] [INFO] [stdout] rust-lld: warning: function signature mismatch: time [INFO] [stdout] >>> defined as (i32) -> i32 in /opt/rustwide/target/wasm32-wasip1/debug/deps/liblunka-35b24286425d6f02.rlib(c666d4f9707ca760-loslib.o) [INFO] [stdout] >>> defined as (i32) -> i64 in /opt/rustwide/rustup-home/toolchains/23647e694de8d0904848ad068b2e0ec2dd098c37/lib/rustlib/wasm32-wasip1/lib/self-contained/libc.a(time.o) [INFO] [stdout] [INFO] [stdout] rust-lld: warning: function signature mismatch: luaL_argerror [INFO] [stdout] >>> defined as (i32, i32, i32) -> void in /opt/rustwide/target/wasm32-wasip1/debug/deps/liblunka-35b24286425d6f02.rlib(lunka-35b24286425d6f02.lunka.fa8a0fd33fbca3cf-cgu.0.rcgu.o) [INFO] [stdout] >>> defined as (i32, i32, i32) -> i32 in /opt/rustwide/target/wasm32-wasip1/debug/deps/liblunka-35b24286425d6f02.rlib(c666d4f9707ca760-lauxlib.o) [INFO] [stdout] [INFO] [stdout] rust-lld: warning: function signature mismatch: mktime [INFO] [stdout] >>> defined as (i32) -> i32 in /opt/rustwide/target/wasm32-wasip1/debug/deps/liblunka-35b24286425d6f02.rlib(c666d4f9707ca760-loslib.o) [INFO] [stdout] >>> defined as (i32) -> i64 in /opt/rustwide/rustup-home/toolchains/23647e694de8d0904848ad068b2e0ec2dd098c37/lib/rustlib/wasm32-wasip1/lib/self-contained/libc.a(mktime.o) [INFO] [stdout] [INFO] [stdout] rust-lld: warning: function signature mismatch: difftime [INFO] [stdout] >>> defined as (i32, i32) -> f64 in /opt/rustwide/target/wasm32-wasip1/debug/deps/liblunka-35b24286425d6f02.rlib(c666d4f9707ca760-loslib.o) [INFO] [stdout] >>> defined as (i64, i64) -> f64 in /opt/rustwide/rustup-home/toolchains/23647e694de8d0904848ad068b2e0ec2dd098c37/lib/rustlib/wasm32-wasip1/lib/self-contained/libc.a(difftime.o) [INFO] [stdout] [INFO] [stdout] rust-lld: warning: function signature mismatch: luaL_typeerror [INFO] [stdout] >>> defined as (i32, i32, i32) -> void in /opt/rustwide/target/wasm32-wasip1/debug/deps/liblunka-35b24286425d6f02.rlib(lunka-35b24286425d6f02.lunka.fa8a0fd33fbca3cf-cgu.0.rcgu.o) [INFO] [stdout] >>> defined as (i32, i32, i32) -> i32 in /opt/rustwide/target/wasm32-wasip1/debug/deps/liblunka-35b24286425d6f02.rlib(c666d4f9707ca760-lauxlib.o) [INFO] [stdout] [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/liblunka-35b24286425d6f02.rlib(c666d4f9707ca760-loslib.o): undefined symbol: clock [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/liblunka-35b24286425d6f02.rlib(c666d4f9707ca760-loslib.o): undefined symbol: system [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/liblunka-35b24286425d6f02.rlib(c666d4f9707ca760-loslib.o): undefined symbol: mkstemp64 [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/liblunka-35b24286425d6f02.rlib(c666d4f9707ca760-loadlib.o): undefined symbol: dlclose [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/liblunka-35b24286425d6f02.rlib(c666d4f9707ca760-loadlib.o): undefined symbol: dlopen [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/liblunka-35b24286425d6f02.rlib(c666d4f9707ca760-loadlib.o): undefined symbol: dlerror [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/liblunka-35b24286425d6f02.rlib(c666d4f9707ca760-loadlib.o): undefined symbol: dlsym [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/liblunka-35b24286425d6f02.rlib(c666d4f9707ca760-loadlib.o): undefined symbol: dlerror [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/liblunka-35b24286425d6f02.rlib(c666d4f9707ca760-ldo.o): undefined symbol: _longjmp [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/liblunka-35b24286425d6f02.rlib(c666d4f9707ca760-ldo.o): undefined symbol: _setjmp [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/liblunka-35b24286425d6f02.rlib(c666d4f9707ca760-ltablib.o): undefined symbol: clock [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/liblunka-35b24286425d6f02.rlib(c666d4f9707ca760-liolib.o): undefined symbol: popen [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/liblunka-35b24286425d6f02.rlib(c666d4f9707ca760-liolib.o): undefined symbol: pclose [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/liblunka-35b24286425d6f02.rlib(c666d4f9707ca760-liolib.o): undefined symbol: tmpfile64 [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/liblunka-35b24286425d6f02.rlib(c666d4f9707ca760-liolib.o): undefined symbol: flockfile [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/liblunka-35b24286425d6f02.rlib(c666d4f9707ca760-liolib.o): undefined symbol: funlockfile [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/liblunka-35b24286425d6f02.rlib(c666d4f9707ca760-liolib.o): undefined symbol: flockfile [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/liblunka-35b24286425d6f02.rlib(c666d4f9707ca760-liolib.o): undefined symbol: funlockfile [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `rust-lld` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "rust-lld" "-flavor" "wasm" "--export" "luaopen_os2" "-z" "stack-size=1048576" "--stack-first" "--no-demangle" "<2 object files omitted>" "/lib/rustlib/wasm32-wasip1/lib/libpanic_abort-*.rlib" "/opt/rustwide/target/wasm32-wasip1/debug/deps/liblunka-35b24286425d6f02.rlib" "/lib/rustlib/wasm32-wasip1/lib/{libstd-*,libwasi-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*}.rlib" "-l" "c" "/lib/rustlib/wasm32-wasip1/lib/{librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-L" "/opt/rustwide/target/wasm32-wasip1/debug/build/lunka-1b740d3276eba699/out" "-L" "/lib/rustlib/wasm32-wasip1/lib/self-contained" "-o" "/opt/rustwide/target/wasm32-wasip1/debug/examples/os2-a8046feb88e05dbb.wasm" "--gc-sections" "--no-entry" "-O0" [INFO] [stdout] = note: some arguments are omitted. use `--verbose` to show all linker arguments [INFO] [stdout] = note: rust-lld: warning: function signature mismatch: luaL_error [INFO] [stdout] >>> defined as (i32, i32, i32) -> void in /opt/rustwide/target/wasm32-wasip1/debug/deps/liblunka-35b24286425d6f02.rlib(lunka-35b24286425d6f02.lunka.fa8a0fd33fbca3cf-cgu.0.rcgu.o) [INFO] [stdout] >>> defined as (i32, i32, i32) -> i32 in /opt/rustwide/target/wasm32-wasip1/debug/deps/liblunka-35b24286425d6f02.rlib(c666d4f9707ca760-lauxlib.o) [INFO] [stdout] [INFO] [stdout] rust-lld: warning: function signature mismatch: lua_error [INFO] [stdout] >>> defined as (i32) -> void in /opt/rustwide/target/wasm32-wasip1/debug/deps/liblunka-35b24286425d6f02.rlib(lunka-35b24286425d6f02.lunka.fa8a0fd33fbca3cf-cgu.0.rcgu.o) [INFO] [stdout] >>> defined as (i32) -> i32 in /opt/rustwide/target/wasm32-wasip1/debug/deps/liblunka-35b24286425d6f02.rlib(c666d4f9707ca760-lapi.o) [INFO] [stdout] [INFO] [stdout] rust-lld: warning: function signature mismatch: lua_yieldk [INFO] [stdout] >>> defined as (i32, i32, i32, i32) -> void in /opt/rustwide/target/wasm32-wasip1/debug/deps/liblunka-35b24286425d6f02.rlib(lunka-35b24286425d6f02.lunka.fa8a0fd33fbca3cf-cgu.0.rcgu.o) [INFO] [stdout] >>> defined as (i32, i32, i32, i32) -> i32 in /opt/rustwide/target/wasm32-wasip1/debug/deps/liblunka-35b24286425d6f02.rlib(c666d4f9707ca760-ldo.o) [INFO] [stdout] [INFO] [stdout] rust-lld: warning: function signature mismatch: time [INFO] [stdout] >>> defined as (i32) -> i32 in /opt/rustwide/target/wasm32-wasip1/debug/deps/liblunka-35b24286425d6f02.rlib(c666d4f9707ca760-loslib.o) [INFO] [stdout] >>> defined as (i32) -> i64 in /opt/rustwide/rustup-home/toolchains/23647e694de8d0904848ad068b2e0ec2dd098c37/lib/rustlib/wasm32-wasip1/lib/self-contained/libc.a(time.o) [INFO] [stdout] [INFO] [stdout] rust-lld: warning: function signature mismatch: luaL_argerror [INFO] [stdout] >>> defined as (i32, i32, i32) -> void in /opt/rustwide/target/wasm32-wasip1/debug/deps/liblunka-35b24286425d6f02.rlib(lunka-35b24286425d6f02.lunka.fa8a0fd33fbca3cf-cgu.0.rcgu.o) [INFO] [stdout] >>> defined as (i32, i32, i32) -> i32 in /opt/rustwide/target/wasm32-wasip1/debug/deps/liblunka-35b24286425d6f02.rlib(c666d4f9707ca760-lauxlib.o) [INFO] [stdout] [INFO] [stdout] rust-lld: warning: function signature mismatch: mktime [INFO] [stdout] >>> defined as (i32) -> i32 in /opt/rustwide/target/wasm32-wasip1/debug/deps/liblunka-35b24286425d6f02.rlib(c666d4f9707ca760-loslib.o) [INFO] [stdout] >>> defined as (i32) -> i64 in /opt/rustwide/rustup-home/toolchains/23647e694de8d0904848ad068b2e0ec2dd098c37/lib/rustlib/wasm32-wasip1/lib/self-contained/libc.a(mktime.o) [INFO] [stdout] [INFO] [stdout] rust-lld: warning: function signature mismatch: difftime [INFO] [stdout] >>> defined as (i32, i32) -> f64 in /opt/rustwide/target/wasm32-wasip1/debug/deps/liblunka-35b24286425d6f02.rlib(c666d4f9707ca760-loslib.o) [INFO] [stdout] >>> defined as (i64, i64) -> f64 in /opt/rustwide/rustup-home/toolchains/23647e694de8d0904848ad068b2e0ec2dd098c37/lib/rustlib/wasm32-wasip1/lib/self-contained/libc.a(difftime.o) [INFO] [stdout] [INFO] [stdout] rust-lld: warning: function signature mismatch: luaL_typeerror [INFO] [stdout] >>> defined as (i32, i32, i32) -> void in /opt/rustwide/target/wasm32-wasip1/debug/deps/liblunka-35b24286425d6f02.rlib(lunka-35b24286425d6f02.lunka.fa8a0fd33fbca3cf-cgu.0.rcgu.o) [INFO] [stdout] >>> defined as (i32, i32, i32) -> i32 in /opt/rustwide/target/wasm32-wasip1/debug/deps/liblunka-35b24286425d6f02.rlib(c666d4f9707ca760-lauxlib.o) [INFO] [stdout] [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/liblunka-35b24286425d6f02.rlib(c666d4f9707ca760-ldo.o): undefined symbol: _longjmp [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/liblunka-35b24286425d6f02.rlib(c666d4f9707ca760-ldo.o): undefined symbol: _setjmp [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0133`. [INFO] [stdout] [INFO] [stderr] error: could not compile `lunka` (example "os2") due to 1 previous error; 4 warnings emitted [INFO] [stdout] error: linking with `rust-lld` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "rust-lld" "-flavor" "wasm" "--export" "__main_void" "-z" "stack-size=1048576" "--stack-first" "--no-demangle" "/lib/rustlib/wasm32-wasip1/lib/self-contained/crt1-command.o" "<2 object files omitted>" "/lib/rustlib/wasm32-wasip1/lib/libpanic_abort-*.rlib" "/opt/rustwide/target/wasm32-wasip1/debug/deps/liblunka-35b24286425d6f02.rlib" "/lib/rustlib/wasm32-wasip1/lib/{libstd-*,libwasi-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*}.rlib" "-l" "c" "/lib/rustlib/wasm32-wasip1/lib/{librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-L" "/opt/rustwide/target/wasm32-wasip1/debug/build/lunka-1b740d3276eba699/out" "-L" "/lib/rustlib/wasm32-wasip1/lib/self-contained" "-o" "/opt/rustwide/target/wasm32-wasip1/debug/examples/push_trait-8d21255061cbc1ba.wasm" "--gc-sections" "-O0" [INFO] [stdout] = note: some arguments are omitted. use `--verbose` to show all linker arguments [INFO] [stdout] = note: rust-lld: warning: function signature mismatch: luaL_error [INFO] [stdout] >>> defined as (i32, i32, i32) -> void in /opt/rustwide/target/wasm32-wasip1/debug/deps/liblunka-35b24286425d6f02.rlib(lunka-35b24286425d6f02.lunka.fa8a0fd33fbca3cf-cgu.0.rcgu.o) [INFO] [stdout] >>> defined as (i32, i32, i32) -> i32 in /opt/rustwide/target/wasm32-wasip1/debug/deps/liblunka-35b24286425d6f02.rlib(c666d4f9707ca760-lauxlib.o) [INFO] [stdout] [INFO] [stdout] rust-lld: warning: function signature mismatch: lua_error [INFO] [stdout] >>> defined as (i32) -> void in /opt/rustwide/target/wasm32-wasip1/debug/deps/liblunka-35b24286425d6f02.rlib(lunka-35b24286425d6f02.lunka.fa8a0fd33fbca3cf-cgu.0.rcgu.o) [INFO] [stdout] >>> defined as (i32) -> i32 in /opt/rustwide/target/wasm32-wasip1/debug/deps/liblunka-35b24286425d6f02.rlib(c666d4f9707ca760-lapi.o) [INFO] [stdout] [INFO] [stdout] rust-lld: warning: function signature mismatch: lua_yieldk [INFO] [stdout] >>> defined as (i32, i32, i32, i32) -> void in /opt/rustwide/target/wasm32-wasip1/debug/deps/liblunka-35b24286425d6f02.rlib(lunka-35b24286425d6f02.lunka.fa8a0fd33fbca3cf-cgu.0.rcgu.o) [INFO] [stdout] >>> defined as (i32, i32, i32, i32) -> i32 in /opt/rustwide/target/wasm32-wasip1/debug/deps/liblunka-35b24286425d6f02.rlib(c666d4f9707ca760-ldo.o) [INFO] [stdout] [INFO] [stdout] rust-lld: warning: function signature mismatch: time [INFO] [stdout] >>> defined as (i32) -> i32 in /opt/rustwide/target/wasm32-wasip1/debug/deps/liblunka-35b24286425d6f02.rlib(c666d4f9707ca760-loslib.o) [INFO] [stdout] >>> defined as (i32) -> i64 in /opt/rustwide/rustup-home/toolchains/23647e694de8d0904848ad068b2e0ec2dd098c37/lib/rustlib/wasm32-wasip1/lib/self-contained/libc.a(time.o) [INFO] [stdout] [INFO] [stdout] rust-lld: warning: function signature mismatch: luaL_argerror [INFO] [stdout] >>> defined as (i32, i32, i32) -> void in /opt/rustwide/target/wasm32-wasip1/debug/deps/liblunka-35b24286425d6f02.rlib(lunka-35b24286425d6f02.lunka.fa8a0fd33fbca3cf-cgu.0.rcgu.o) [INFO] [stdout] >>> defined as (i32, i32, i32) -> i32 in /opt/rustwide/target/wasm32-wasip1/debug/deps/liblunka-35b24286425d6f02.rlib(c666d4f9707ca760-lauxlib.o) [INFO] [stdout] [INFO] [stdout] rust-lld: warning: function signature mismatch: mktime [INFO] [stdout] >>> defined as (i32) -> i32 in /opt/rustwide/target/wasm32-wasip1/debug/deps/liblunka-35b24286425d6f02.rlib(c666d4f9707ca760-loslib.o) [INFO] [stdout] >>> defined as (i32) -> i64 in /opt/rustwide/rustup-home/toolchains/23647e694de8d0904848ad068b2e0ec2dd098c37/lib/rustlib/wasm32-wasip1/lib/self-contained/libc.a(mktime.o) [INFO] [stdout] [INFO] [stdout] rust-lld: warning: function signature mismatch: difftime [INFO] [stdout] >>> defined as (i32, i32) -> f64 in /opt/rustwide/target/wasm32-wasip1/debug/deps/liblunka-35b24286425d6f02.rlib(c666d4f9707ca760-loslib.o) [INFO] [stdout] >>> defined as (i64, i64) -> f64 in /opt/rustwide/rustup-home/toolchains/23647e694de8d0904848ad068b2e0ec2dd098c37/lib/rustlib/wasm32-wasip1/lib/self-contained/libc.a(difftime.o) [INFO] [stdout] [INFO] [stdout] rust-lld: warning: function signature mismatch: luaL_typeerror [INFO] [stdout] >>> defined as (i32, i32, i32) -> void in /opt/rustwide/target/wasm32-wasip1/debug/deps/liblunka-35b24286425d6f02.rlib(lunka-35b24286425d6f02.lunka.fa8a0fd33fbca3cf-cgu.0.rcgu.o) [INFO] [stdout] >>> defined as (i32, i32, i32) -> i32 in /opt/rustwide/target/wasm32-wasip1/debug/deps/liblunka-35b24286425d6f02.rlib(c666d4f9707ca760-lauxlib.o) [INFO] [stdout] [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/liblunka-35b24286425d6f02.rlib(c666d4f9707ca760-loslib.o): undefined symbol: clock [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/liblunka-35b24286425d6f02.rlib(c666d4f9707ca760-loslib.o): undefined symbol: system [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/liblunka-35b24286425d6f02.rlib(c666d4f9707ca760-loslib.o): undefined symbol: mkstemp64 [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/liblunka-35b24286425d6f02.rlib(c666d4f9707ca760-loadlib.o): undefined symbol: dlclose [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/liblunka-35b24286425d6f02.rlib(c666d4f9707ca760-loadlib.o): undefined symbol: dlopen [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/liblunka-35b24286425d6f02.rlib(c666d4f9707ca760-loadlib.o): undefined symbol: dlerror [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/liblunka-35b24286425d6f02.rlib(c666d4f9707ca760-loadlib.o): undefined symbol: dlsym [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/liblunka-35b24286425d6f02.rlib(c666d4f9707ca760-loadlib.o): undefined symbol: dlerror [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/liblunka-35b24286425d6f02.rlib(c666d4f9707ca760-ldo.o): undefined symbol: _longjmp [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/liblunka-35b24286425d6f02.rlib(c666d4f9707ca760-ldo.o): undefined symbol: _setjmp [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/liblunka-35b24286425d6f02.rlib(c666d4f9707ca760-ltablib.o): undefined symbol: clock [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/liblunka-35b24286425d6f02.rlib(c666d4f9707ca760-liolib.o): undefined symbol: popen [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/liblunka-35b24286425d6f02.rlib(c666d4f9707ca760-liolib.o): undefined symbol: pclose [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/liblunka-35b24286425d6f02.rlib(c666d4f9707ca760-liolib.o): undefined symbol: tmpfile64 [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/liblunka-35b24286425d6f02.rlib(c666d4f9707ca760-liolib.o): undefined symbol: flockfile [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/liblunka-35b24286425d6f02.rlib(c666d4f9707ca760-liolib.o): undefined symbol: funlockfile [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/liblunka-35b24286425d6f02.rlib(c666d4f9707ca760-liolib.o): undefined symbol: flockfile [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/liblunka-35b24286425d6f02.rlib(c666d4f9707ca760-liolib.o): undefined symbol: funlockfile [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `lunka` (example "push_trait") due to 1 previous error [INFO] [stderr] error: could not compile `lunka` (example "interpreter") due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "aac17e61de1fe1b050545a09e2831e9f04612f2f5cf5df57e8574ba22061bb8d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "aac17e61de1fe1b050545a09e2831e9f04612f2f5cf5df57e8574ba22061bb8d", kill_on_drop: false }` [INFO] [stdout] aac17e61de1fe1b050545a09e2831e9f04612f2f5cf5df57e8574ba22061bb8d