[INFO] cloning repository https://github.com/iwyatt/myllm [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/iwyatt/myllm" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fiwyatt%2Fmyllm", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fiwyatt%2Fmyllm'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 63169dff248a5e1012d66996a0ea2ff6814759d2 [INFO] building iwyatt/myllm against try#23647e694de8d0904848ad068b2e0ec2dd098c37+target=wasm32-wasip1 for pr-149868 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fiwyatt%2Fmyllm" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/iwyatt/myllm [INFO] finished tweaking git repo https://github.com/iwyatt/myllm [INFO] tweaked toml for git repo https://github.com/iwyatt/myllm written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/iwyatt/myllm 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 git repo https://github.com/iwyatt/myllm 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] db471ecc0f6928dc3d58a2688130989d9e495778f8d86a9f4a72f84ca8522aeb [INFO] running `Command { std: "docker" "start" "-a" "db471ecc0f6928dc3d58a2688130989d9e495778f8d86a9f4a72f84ca8522aeb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "db471ecc0f6928dc3d58a2688130989d9e495778f8d86a9f4a72f84ca8522aeb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "db471ecc0f6928dc3d58a2688130989d9e495778f8d86a9f4a72f84ca8522aeb", kill_on_drop: false }` [INFO] [stdout] db471ecc0f6928dc3d58a2688130989d9e495778f8d86a9f4a72f84ca8522aeb [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] 8afdd1178789e44ced0e5d9606edfce189b75b329ca1ae27e6f4a7419faf80ae [INFO] running `Command { std: "docker" "start" "-a" "8afdd1178789e44ced0e5d9606edfce189b75b329ca1ae27e6f4a7419faf80ae", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.70 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling crossbeam-utils v0.8.17 [INFO] [stderr] Compiling memchr v2.6.4 [INFO] [stderr] Compiling serde v1.0.193 [INFO] [stderr] Compiling thiserror v1.0.51 [INFO] [stderr] Compiling rayon-core v1.12.0 [INFO] [stderr] Compiling getrandom v0.2.11 [INFO] [stderr] Compiling num-traits v0.2.17 [INFO] [stderr] Compiling esaxx-rs v0.1.10 [INFO] [stderr] Compiling serde_json v1.0.108 [INFO] [stderr] Compiling regex-syntax v0.8.2 [INFO] [stderr] Compiling anyhow v1.0.75 [INFO] [stderr] Compiling onig_sys v69.8.1 [INFO] [stderr] Compiling ggml-sys v0.2.0-dev (https://github.com/rustformers/llm?branch=main#9376078c) [INFO] [stderr] Compiling itertools v0.8.2 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling log v0.4.20 [INFO] [stderr] Compiling macro_rules_attribute-proc_macro v0.1.3 [INFO] [stderr] Compiling unicode-segmentation v1.10.1 [INFO] [stderr] Compiling ryu v1.0.16 [INFO] [stderr] Compiling unicode-normalization-alignments v0.1.12 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling tracing-core v0.1.32 [INFO] [stderr] Compiling itertools v0.9.0 [INFO] [stderr] Compiling macro_rules_attribute v0.1.3 [INFO] [stderr] Compiling aho-corasick v1.1.2 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Compiling quote v1.0.33 [INFO] [stderr] Compiling crossbeam-epoch v0.9.16 [INFO] [stderr] Compiling aho-corasick v0.7.20 [INFO] [stderr] Compiling crossbeam-deque v0.8.4 [INFO] [stderr] Compiling memmap2 v0.5.10 [INFO] [stderr] Compiling half v2.3.1 [INFO] [stderr] Compiling bytemuck v1.14.0 [INFO] [stderr] Compiling partial_sort v0.2.0 [INFO] [stderr] Compiling syn v2.0.41 [INFO] [stderr] Compiling rayon v1.8.0 [INFO] [stderr] Compiling regex-automata v0.4.3 [INFO] [stderr] Compiling rayon-cond v0.1.0 [INFO] [stderr] Compiling darling_core v0.14.4 [INFO] [stderr] Compiling onig v6.4.0 [INFO] [stderr] Compiling regex v1.10.2 [INFO] [stderr] Compiling serde_derive v1.0.193 [INFO] [stderr] Compiling thiserror-impl v1.0.51 [INFO] [stderr] Compiling monostate-impl v0.1.10 [INFO] [stderr] Compiling tracing-attributes v0.1.27 [INFO] [stderr] Compiling darling_macro v0.14.4 [INFO] [stderr] Compiling darling v0.14.4 [INFO] [stderr] Compiling derive_builder_core v0.12.0 [INFO] [stderr] Compiling llm-samplers v0.0.7 [INFO] [stderr] Compiling ggml v0.2.0-dev (https://github.com/rustformers/llm?branch=main#9376078c) [INFO] [stderr] Compiling tracing v0.1.40 [INFO] [stderr] Compiling derive_builder_macro v0.12.0 [INFO] [stderr] Compiling derive_builder v0.12.0 [INFO] [stderr] Compiling monostate v0.1.10 [INFO] [stderr] Compiling spm_precompiled v0.1.4 [INFO] [stderr] Compiling serde_bytes v0.11.12 [INFO] [stderr] Compiling tokenizers v0.13.4 [INFO] [stderr] Compiling llm-base v0.2.0-dev (https://github.com/rustformers/llm?branch=main#9376078c) [INFO] [stderr] Compiling llm-bloom v0.2.0-dev (https://github.com/rustformers/llm?branch=main#9376078c) [INFO] [stderr] Compiling llm-gptj v0.2.0-dev (https://github.com/rustformers/llm?branch=main#9376078c) [INFO] [stderr] Compiling llm-gptneox v0.2.0-dev (https://github.com/rustformers/llm?branch=main#9376078c) [INFO] [stderr] Compiling llm-mpt v0.2.0-dev (https://github.com/rustformers/llm?branch=main#9376078c) [INFO] [stderr] Compiling llm-llama v0.2.0-dev (https://github.com/rustformers/llm?branch=main#9376078c) [INFO] [stderr] Compiling llm-gpt2 v0.2.0-dev (https://github.com/rustformers/llm?branch=main#9376078c) [INFO] [stderr] Compiling llm v0.2.0-dev (https://github.com/rustformers/llm?branch=main#9376078c) [INFO] [stderr] Compiling myllm v0.1.0 (/opt/rustwide/workdir) [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" "<6 object files omitted>" "/lib/rustlib/wasm32-wasip1/lib/libpanic_abort-*.rlib" "/opt/rustwide/target/wasm32-wasip1/debug/deps/{libllm-03adbb3957c3205d,libllm_mpt-f0fad9ad422f35e6,libllm_llama-a971da31fc8ce8a0,libllm_gptneox-81c1be3f5dd0fb87,libllm_gptj-9eda6679edde2701,libllm_gpt2-3908a35d5a726411,libllm_bloom-d6a2b84e909925fd,libllm_base-a3c670eeb00c64ca,libtokenizers-f3b721d19c116c2a,libesaxx_rs-66070c401821d583,libaho_corasick-f0d1c897010c2e0a,libunicode_normalization_alignments-76081f4a190c79e7,libsmallvec-e94fa021761ff8b6,libspm_precompiled-c987ac2e9648f5b1,libbase64-de1e4dcf0aa853ba,libunicode_segmentation-e2793c270a60aba0,libnom-a641f14f03e70fff,libunicode_categories-5c31f94db31ad54e,libserde_json-6cc4c08d50c9d653,libryu-3f3897cf50eb23df,libitoa-e26c2fca71a2b2d1,libitertools-97ccbddb0af4c804,libmonostate-95bed1bce668dc47,libmacro_rules_attribute-c695965c1eb40748,librayon_cond-3ffac0d94564407b,libitertools-162cd27ee8de5f52,librayon-f9144c53b2e834ea,librayon_core-3bb434a96e4402d5,libcrossbeam_deque-d4778b918e2d6d93,libcrossbeam_epoch-c9f6b54b3edcc6e3,libmemoffset-a87239c1b05d0a49,libcrossbeam_utils-5148a4f6b14bd239,libeither-e117b1e1e9480d56,libonig-45a43ea5356e7a18,libbitflags-15e3d67e03629ffa,libonig_sys-9e010d9c009b412c,libderive_builder-d9b11f5c469b09c8,liblazy_static-36da267ce9339a94,libserde_bytes-06c208c9db439310,libbytemuck-c3c808aa113d4857,libllm_samplers-315e4ded4af95fee,librand-3d92f219be17bdf9,librand_chacha-fa7cde576a6ffb5f,libppv_lite86-486e4425e6fd09e6,librand_core-bcc5478ab238230f,libgetrandom-369def8f764d7ef2,libwasi-b9c6bfbff0bef49f,libnum_traits-5c5427095bffd816,libanyhow-e0282c39fd5d4960,libregex-868021a725175427,libregex_automata-93bc44f86e81df91,libaho_corasick-c58e5710fe67cc41,libmemchr-fd701345b7e213ad,libregex_syntax-ce36f47e8a6d95e0,libhalf-b9dbe6ed1aa6ac40,libcfg_if-50b02a9e3502ecf2,libtracing-6b2aa4d874645c4e,liblog-2df1d538f4c13c57,libpin_project_lite-528f47142f42b9d0,libtracing_core-87b5520dcd02cc02,libonce_cell-119600c39ce58a96,libserde-792f22f3aa6186c2,libggml-00763ca1d0872936,libthiserror-34c554c461d0de4f,libggml_sys-26fd35a1b61186b2,libmemmap2-96cbf280325968d8}.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/ggml-sys-ca5150c3baaac50c/out" "-L" "/opt/rustwide/target/wasm32-wasip1/debug/build/onig_sys-7298b549decc0e2b/out" "-L" "/lib/rustlib/wasm32-wasip1/lib/self-contained" "-o" "/opt/rustwide/target/wasm32-wasip1/debug/deps/myllm-57aaa1bc5413f438.wasm" "--gc-sections" "-O0" [INFO] [stdout] = note: some arguments are omitted. use `--verbose` to show all linker arguments [INFO] [stdout] = note: rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libonig_sys-9e010d9c009b412c.rlib: archive member 'regexec.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libonig_sys-9e010d9c009b412c.rlib: archive member 'regerror.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libonig_sys-9e010d9c009b412c.rlib: archive member 'regparse.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libonig_sys-9e010d9c009b412c.rlib: archive member 'regext.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libonig_sys-9e010d9c009b412c.rlib: archive member 'regcomp.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libonig_sys-9e010d9c009b412c.rlib: archive member 'reggnu.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libonig_sys-9e010d9c009b412c.rlib: archive member 'regenc.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libonig_sys-9e010d9c009b412c.rlib: archive member 'regsyntax.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libonig_sys-9e010d9c009b412c.rlib: archive member 'regtrav.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libonig_sys-9e010d9c009b412c.rlib: archive member 'regversion.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libonig_sys-9e010d9c009b412c.rlib: archive member 'st.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libonig_sys-9e010d9c009b412c.rlib: archive member 'onig_init.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libonig_sys-9e010d9c009b412c.rlib: archive member 'unicode.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libonig_sys-9e010d9c009b412c.rlib: archive member 'ascii.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libonig_sys-9e010d9c009b412c.rlib: archive member 'utf8.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libonig_sys-9e010d9c009b412c.rlib: archive member 'utf16_be.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libonig_sys-9e010d9c009b412c.rlib: archive member 'utf16_le.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libonig_sys-9e010d9c009b412c.rlib: archive member 'utf32_be.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libonig_sys-9e010d9c009b412c.rlib: archive member 'utf32_le.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libonig_sys-9e010d9c009b412c.rlib: archive member 'euc_jp.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libonig_sys-9e010d9c009b412c.rlib: archive member 'sjis.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libonig_sys-9e010d9c009b412c.rlib: archive member 'iso8859_1.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libonig_sys-9e010d9c009b412c.rlib: archive member 'iso8859_2.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libonig_sys-9e010d9c009b412c.rlib: archive member 'iso8859_3.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libonig_sys-9e010d9c009b412c.rlib: archive member 'iso8859_4.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libonig_sys-9e010d9c009b412c.rlib: archive member 'iso8859_5.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libonig_sys-9e010d9c009b412c.rlib: archive member 'iso8859_6.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libonig_sys-9e010d9c009b412c.rlib: archive member 'iso8859_7.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libonig_sys-9e010d9c009b412c.rlib: archive member 'iso8859_8.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libonig_sys-9e010d9c009b412c.rlib: archive member 'iso8859_9.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libonig_sys-9e010d9c009b412c.rlib: archive member 'iso8859_10.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libonig_sys-9e010d9c009b412c.rlib: archive member 'iso8859_11.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libonig_sys-9e010d9c009b412c.rlib: archive member 'iso8859_13.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libonig_sys-9e010d9c009b412c.rlib: archive member 'iso8859_14.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libonig_sys-9e010d9c009b412c.rlib: archive member 'iso8859_15.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libonig_sys-9e010d9c009b412c.rlib: archive member 'iso8859_16.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libonig_sys-9e010d9c009b412c.rlib: archive member 'euc_tw.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libonig_sys-9e010d9c009b412c.rlib: archive member 'euc_kr.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libonig_sys-9e010d9c009b412c.rlib: archive member 'big5.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libonig_sys-9e010d9c009b412c.rlib: archive member 'gb18030.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libonig_sys-9e010d9c009b412c.rlib: archive member 'koi8_r.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libonig_sys-9e010d9c009b412c.rlib: archive member 'cp1251.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libonig_sys-9e010d9c009b412c.rlib: archive member 'euc_jp_prop.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libonig_sys-9e010d9c009b412c.rlib: archive member 'sjis_prop.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libonig_sys-9e010d9c009b412c.rlib: archive member 'unicode_unfold_key.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libonig_sys-9e010d9c009b412c.rlib: archive member 'unicode_fold1_key.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libonig_sys-9e010d9c009b412c.rlib: archive member 'unicode_fold2_key.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libonig_sys-9e010d9c009b412c.rlib: archive member 'unicode_fold3_key.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libggml_sys-26fd35a1b61186b2.rlib: archive member 'ggml.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libggml_sys-26fd35a1b61186b2.rlib: archive member 'k_quants.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libonig-45a43ea5356e7a18.rlib(onig-45a43ea5356e7a18.onig.ea133a78745ea2a4-cgu.1.rcgu.o): undefined symbol: OnigDefaultSyntax [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libonig-45a43ea5356e7a18.rlib(onig-45a43ea5356e7a18.onig.ea133a78745ea2a4-cgu.1.rcgu.o): undefined symbol: OnigDefaultSyntax [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libonig-45a43ea5356e7a18.rlib(onig-45a43ea5356e7a18.onig.ea133a78745ea2a4-cgu.1.rcgu.o): undefined symbol: onig_new [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libonig-45a43ea5356e7a18.rlib(onig-45a43ea5356e7a18.onig.ea133a78745ea2a4-cgu.1.rcgu.o): undefined symbol: onig_get_encoding [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libonig-45a43ea5356e7a18.rlib(onig-45a43ea5356e7a18.onig.ea133a78745ea2a4-cgu.1.rcgu.o): undefined symbol: onig_search_with_param [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libonig-45a43ea5356e7a18.rlib(onig-45a43ea5356e7a18.onig.ea133a78745ea2a4-cgu.1.rcgu.o): undefined symbol: onig_new_match_param [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libonig-45a43ea5356e7a18.rlib(onig-45a43ea5356e7a18.onig.ea133a78745ea2a4-cgu.1.rcgu.o): undefined symbol: onig_initialize_match_param [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libonig-45a43ea5356e7a18.rlib(onig-45a43ea5356e7a18.onig.ea133a78745ea2a4-cgu.1.rcgu.o): undefined symbol: onig_error_code_to_str [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libonig-45a43ea5356e7a18.rlib(onig-45a43ea5356e7a18.onig.ea133a78745ea2a4-cgu.1.rcgu.o): undefined symbol: onig_free_match_param [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libonig-45a43ea5356e7a18.rlib(onig-45a43ea5356e7a18.onig.ea133a78745ea2a4-cgu.1.rcgu.o): undefined symbol: onig_free [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libonig-45a43ea5356e7a18.rlib(onig-45a43ea5356e7a18.onig.ea133a78745ea2a4-cgu.2.rcgu.o): undefined symbol: onig_region_free [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libonig-45a43ea5356e7a18.rlib(onig-45a43ea5356e7a18.onig.ea133a78745ea2a4-cgu.2.rcgu.o): undefined symbol: onig_region_clear [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libonig-45a43ea5356e7a18.rlib(onig-45a43ea5356e7a18.onig.ea133a78745ea2a4-cgu.2.rcgu.o): undefined symbol: OnigEncodingUTF8 [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libonig-45a43ea5356e7a18.rlib(onig-45a43ea5356e7a18.onig.ea133a78745ea2a4-cgu.2.rcgu.o): undefined symbol: OnigEncodingUTF8 [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libggml-00763ca1d0872936.rlib(ggml-00763ca1d0872936.ggml.21e43169a580fc1e-cgu.0.rcgu.o): undefined symbol: ggml_type_sizef [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libggml-00763ca1d0872936.rlib(ggml-00763ca1d0872936.ggml.21e43169a580fc1e-cgu.0.rcgu.o): undefined symbol: ggml_graph_overhead [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libggml-00763ca1d0872936.rlib(ggml-00763ca1d0872936.ggml.21e43169a580fc1e-cgu.0.rcgu.o): undefined symbol: ggml_blck_size [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libggml-00763ca1d0872936.rlib(ggml-00763ca1d0872936.ggml.21e43169a580fc1e-cgu.0.rcgu.o): undefined symbol: ggml_type_size [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libggml-00763ca1d0872936.rlib(ggml-00763ca1d0872936.ggml.21e43169a580fc1e-cgu.0.rcgu.o): undefined symbol: ggml_build_forward_expand [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libggml-00763ca1d0872936.rlib(ggml-00763ca1d0872936.ggml.21e43169a580fc1e-cgu.0.rcgu.o): undefined symbol: ggml_graph_plan [INFO] [stdout] rust-lld: error: too many errors emitted, stopping now (use -error-limit=0 to see all errors) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `myllm` (bin "myllm") due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "8afdd1178789e44ced0e5d9606edfce189b75b329ca1ae27e6f4a7419faf80ae", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8afdd1178789e44ced0e5d9606edfce189b75b329ca1ae27e6f4a7419faf80ae", kill_on_drop: false }` [INFO] [stdout] 8afdd1178789e44ced0e5d9606edfce189b75b329ca1ae27e6f4a7419faf80ae