[INFO] cloning repository https://github.com/mass10/rzip [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mass10/rzip" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmass10%2Frzip", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmass10%2Frzip'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] ec17878a22b413b59bfdf8887262dc28a92d928b [INFO] building mass10/rzip against try#23647e694de8d0904848ad068b2e0ec2dd098c37+target=wasm32-wasip1 for pr-149868 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmass10%2Frzip" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/mass10/rzip [INFO] finished tweaking git repo https://github.com/mass10/rzip [INFO] tweaked toml for git repo https://github.com/mass10/rzip written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/mass10/rzip 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/mass10/rzip 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-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] 5f3da7fae5d12fbd8219deed654cdadc0f23ca45be1b0f7d605ceaa74e94f57e [INFO] running `Command { std: "docker" "start" "-a" "5f3da7fae5d12fbd8219deed654cdadc0f23ca45be1b0f7d605ceaa74e94f57e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5f3da7fae5d12fbd8219deed654cdadc0f23ca45be1b0f7d605ceaa74e94f57e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5f3da7fae5d12fbd8219deed654cdadc0f23ca45be1b0f7d605ceaa74e94f57e", kill_on_drop: false }` [INFO] [stdout] 5f3da7fae5d12fbd8219deed654cdadc0f23ca45be1b0f7d605ceaa74e94f57e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] 5ecdf56a856e83d425db592ba45cc99260f71d695eea27fffb255745f73586c1 [INFO] running `Command { std: "docker" "start" "-a" "5ecdf56a856e83d425db592ba45cc99260f71d695eea27fffb255745f73586c1", kill_on_drop: false }` [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling serde v1.0.164 [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Compiling time v0.3.22 [INFO] [stderr] Compiling time v0.1.45 [INFO] [stderr] Compiling constant_time_eq v0.1.5 [INFO] [stderr] Compiling getopts v0.2.21 [INFO] [stderr] Compiling cc v1.0.79 [INFO] [stderr] Compiling quote v1.0.29 [INFO] [stderr] Compiling flate2 v1.0.26 [INFO] [stderr] Compiling inout v0.1.3 [INFO] [stderr] Compiling regex v1.8.4 [INFO] [stderr] Compiling digest v0.10.7 [INFO] [stderr] Compiling cipher v0.4.4 [INFO] [stderr] Compiling hmac v0.12.1 [INFO] [stderr] Compiling sha2 v0.10.7 [INFO] [stderr] Compiling sha1 v0.10.5 [INFO] [stderr] Compiling syn v2.0.22 [INFO] [stderr] Compiling password-hash v0.4.2 [INFO] [stderr] Compiling aes v0.8.3 [INFO] [stderr] Compiling pbkdf2 v0.11.0 [INFO] [stderr] Compiling zstd-sys v2.0.8+zstd.1.5.5 [INFO] [stderr] Compiling bzip2-sys v0.1.11+1.0.8 [INFO] [stderr] Compiling chrono v0.4.26 [INFO] [stderr] Compiling bzip2 v0.4.4 [INFO] [stderr] Compiling toml v0.5.11 [INFO] [stderr] Compiling serde_derive v1.0.164 [INFO] [stderr] Compiling zstd-safe v5.0.2+zstd.1.5.2 [INFO] [stderr] Compiling zstd v0.11.2+zstd.1.5.2 [INFO] [stderr] Compiling zip v0.6.6 [INFO] [stderr] Compiling rzip v0.9.20 (/opt/rustwide/workdir) [INFO] [stdout] warning: methods `name_as_string` and `join_as_string` are never used [INFO] [stdout] --> src/bin/rzip/util/mod.rs:144:5 [INFO] [stdout] | [INFO] [stdout] 133 | pub trait PathHelper { [INFO] [stdout] | ---------- methods in this trait [INFO] [stdout] ... [INFO] [stdout] 144 | fn name_as_string(&self) -> String; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 152 | fn join_as_string(&self, child: &str) -> Result>; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (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" "--export" "bz_internal_error" "--export" "rust_zstd_wasm_shim_calloc" "--export" "rust_zstd_wasm_shim_free" "--export" "rust_zstd_wasm_shim_malloc" "--export" "rust_zstd_wasm_shim_memcpy" "--export" "rust_zstd_wasm_shim_memmove" "--export" "rust_zstd_wasm_shim_memset" "-z" "stack-size=1048576" "--stack-first" "--no-demangle" "/lib/rustlib/wasm32-wasip1/lib/self-contained/crt1-command.o" "<10 object files omitted>" "/lib/rustlib/wasm32-wasip1/lib/libpanic_abort-*.rlib" "/opt/rustwide/target/wasm32-wasip1/debug/deps/{libgetopts-e5f1435ab760c24b,libunicode_width-91ac64c97d3ba4a2,libtoml-fb43905ad4b0fb2b,libzip-475e66ab1b3f2bb8,libpbkdf2-f30365fc758e70c5,libsha2-bcb24e6b88f5c4ee,libpassword_hash-a616aff6ae7a1f0b,libbase64ct-c9302994bb1e2261,librand_core-512e272d4ecb92d6,libtime-b364c717117d0972,libtime_core-b4c0e1d106e9aeea,libzstd-4019ecc97a95c464,libzstd_safe-dce69c9ee82ad766,libzstd_sys-75bbd266fda2a65a,libbzip2-e91528a728629bc2,libbzip2_sys-9e63eff768f825a3,liblibc-1b3cdbeccd2009cc,libflate2-f1ab7892156db178,libminiz_oxide-9ef4ee65f5b7616a,libadler-5d585fd5ceaaf370,libcrc32fast-f0a61590867b47c0,libbyteorder-f00db367bf6f80f8,libaes-16b4e2ee504111be,libcipher-8a1b528d7b32ae7c,libinout-a06c13f9fef50729,libsha1-74de9069a4d4bb3c,libcfg_if-50b02a9e3502ecf2,libhmac-9a32da98210c3d92,libdigest-18589e99e8d52d05,libsubtle-343c9aa3d9f7d536,libblock_buffer-56b2b9e2a4654e0a,libcrypto_common-6c8f084efad9d430,libgeneric_array-7ee413fce8f96687,libtypenum-4a5399017f020fcd,libconstant_time_eq-af81dc6b8c452b61,libregex-4bcf318f6d093c6c,libaho_corasick-c702400c5c43da88,libmemchr-b559ff6c4bd2cfb8,libregex_syntax-181dcb7fc996a84e,libserde-416146a23fb4b5d4,libchrono-cf9a8a47cf966d20,libnum_traits-7a22b99a5449717d,libtime-a2aa11c1e0c9e4ff,libwasi-e8918ae1b8252f97}.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/bzip2-sys-e7389e53056e0188/out/lib" "-L" "/opt/rustwide/target/wasm32-wasip1/debug/build/zstd-sys-ad7aeb4be06386c1/out" "-L" "/lib/rustlib/wasm32-wasip1/lib/self-contained" "-o" "/opt/rustwide/target/wasm32-wasip1/debug/deps/rzip-e790aec28723a588.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/libzstd_sys-75bbd266fda2a65a.rlib: archive member 'debug.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libzstd_sys-75bbd266fda2a65a.rlib: archive member 'entropy_common.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libzstd_sys-75bbd266fda2a65a.rlib: archive member 'error_private.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libzstd_sys-75bbd266fda2a65a.rlib: archive member 'fse_decompress.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libzstd_sys-75bbd266fda2a65a.rlib: archive member 'pool.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libzstd_sys-75bbd266fda2a65a.rlib: archive member 'threading.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libzstd_sys-75bbd266fda2a65a.rlib: archive member 'zstd_common.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libzstd_sys-75bbd266fda2a65a.rlib: archive member 'fse_compress.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libzstd_sys-75bbd266fda2a65a.rlib: archive member 'hist.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libzstd_sys-75bbd266fda2a65a.rlib: archive member 'huf_compress.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libzstd_sys-75bbd266fda2a65a.rlib: archive member 'zstd_compress.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libzstd_sys-75bbd266fda2a65a.rlib: archive member 'zstd_compress_literals.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libzstd_sys-75bbd266fda2a65a.rlib: archive member 'zstd_compress_sequences.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libzstd_sys-75bbd266fda2a65a.rlib: archive member 'zstd_compress_superblock.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libzstd_sys-75bbd266fda2a65a.rlib: archive member 'zstd_double_fast.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libzstd_sys-75bbd266fda2a65a.rlib: archive member 'zstd_fast.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libzstd_sys-75bbd266fda2a65a.rlib: archive member 'zstd_lazy.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libzstd_sys-75bbd266fda2a65a.rlib: archive member 'zstd_ldm.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libzstd_sys-75bbd266fda2a65a.rlib: archive member 'zstd_opt.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libzstd_sys-75bbd266fda2a65a.rlib: archive member 'zstdmt_compress.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libzstd_sys-75bbd266fda2a65a.rlib: archive member 'huf_decompress.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libzstd_sys-75bbd266fda2a65a.rlib: archive member 'zstd_ddict.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libzstd_sys-75bbd266fda2a65a.rlib: archive member 'zstd_decompress.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libzstd_sys-75bbd266fda2a65a.rlib: archive member 'zstd_decompress_block.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libzstd_sys-75bbd266fda2a65a.rlib: archive member 'cover.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libzstd_sys-75bbd266fda2a65a.rlib: archive member 'divsufsort.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libzstd_sys-75bbd266fda2a65a.rlib: archive member 'fastcover.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libzstd_sys-75bbd266fda2a65a.rlib: archive member 'zdict.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libzstd_sys-75bbd266fda2a65a.rlib: archive member 'zstd_v01.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libzstd_sys-75bbd266fda2a65a.rlib: archive member 'zstd_v02.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libzstd_sys-75bbd266fda2a65a.rlib: archive member 'zstd_v03.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libzstd_sys-75bbd266fda2a65a.rlib: archive member 'zstd_v04.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libzstd_sys-75bbd266fda2a65a.rlib: archive member 'zstd_v05.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libzstd_sys-75bbd266fda2a65a.rlib: archive member 'zstd_v06.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libzstd_sys-75bbd266fda2a65a.rlib: archive member 'zstd_v07.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libzstd_sys-75bbd266fda2a65a.rlib: archive member 'huf_decompress_amd64.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libbzip2_sys-9e63eff768f825a3.rlib: archive member 'blocksort.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libbzip2_sys-9e63eff768f825a3.rlib: archive member 'huffman.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libbzip2_sys-9e63eff768f825a3.rlib: archive member 'crctable.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libbzip2_sys-9e63eff768f825a3.rlib: archive member 'randtable.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libbzip2_sys-9e63eff768f825a3.rlib: archive member 'compress.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libbzip2_sys-9e63eff768f825a3.rlib: archive member 'decompress.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libbzip2_sys-9e63eff768f825a3.rlib: archive member 'bzlib.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/rzip-e790aec28723a588.rzip.551c1c695feba1a6-cgu.1.rcgu.o: undefined symbol: ZSTD_endStream [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/rzip-e790aec28723a588.rzip.551c1c695feba1a6-cgu.1.rcgu.o: undefined symbol: ZSTD_flushStream [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/rzip-e790aec28723a588.rzip.551c1c695feba1a6-cgu.1.rcgu.o: undefined symbol: ZSTD_compressStream [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libzstd_safe-dce69c9ee82ad766.rlib(zstd_safe-dce69c9ee82ad766.zstd_safe.2048400d9b937253-cgu.0.rcgu.o): undefined symbol: ZSTD_CCtx_reset [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libzstd_safe-dce69c9ee82ad766.rlib(zstd_safe-dce69c9ee82ad766.zstd_safe.2048400d9b937253-cgu.0.rcgu.o): undefined symbol: ZSTD_isError [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libzstd_safe-dce69c9ee82ad766.rlib(zstd_safe-dce69c9ee82ad766.zstd_safe.2048400d9b937253-cgu.0.rcgu.o): undefined symbol: ZSTD_maxCLevel [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libzstd_safe-dce69c9ee82ad766.rlib(zstd_safe-dce69c9ee82ad766.zstd_safe.2048400d9b937253-cgu.0.rcgu.o): undefined symbol: ZSTD_minCLevel [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libzstd_safe-dce69c9ee82ad766.rlib(zstd_safe-dce69c9ee82ad766.zstd_safe.2048400d9b937253-cgu.0.rcgu.o): undefined symbol: ZSTD_getErrorName [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libzstd_safe-dce69c9ee82ad766.rlib(zstd_safe-dce69c9ee82ad766.zstd_safe.2048400d9b937253-cgu.0.rcgu.o): undefined symbol: ZSTD_CCtx_setParameter [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libzstd_safe-dce69c9ee82ad766.rlib(zstd_safe-dce69c9ee82ad766.zstd_safe.2048400d9b937253-cgu.0.rcgu.o): undefined symbol: ZSTD_CCtx_loadDictionary [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libzstd_safe-dce69c9ee82ad766.rlib(zstd_safe-dce69c9ee82ad766.zstd_safe.2048400d9b937253-cgu.0.rcgu.o): undefined symbol: ZSTD_createCCtx [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libzstd_safe-dce69c9ee82ad766.rlib(zstd_safe-dce69c9ee82ad766.zstd_safe.2048400d9b937253-cgu.0.rcgu.o): undefined symbol: ZSTD_freeCCtx [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libbzip2-e91528a728629bc2.rlib(bzip2-e91528a728629bc2.bzip2.ec3a83dd97acadb3-cgu.0.rcgu.o): undefined symbol: BZ2_bzCompress [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libbzip2-e91528a728629bc2.rlib(bzip2-e91528a728629bc2.bzip2.ec3a83dd97acadb3-cgu.0.rcgu.o): undefined symbol: BZ2_bzCompressInit [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libbzip2-e91528a728629bc2.rlib(bzip2-e91528a728629bc2.bzip2.ec3a83dd97acadb3-cgu.0.rcgu.o): undefined symbol: BZ2_bzCompressEnd [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `rzip` (bin "rzip") due to 1 previous error; 1 warning emitted [INFO] running `Command { std: "docker" "inspect" "5ecdf56a856e83d425db592ba45cc99260f71d695eea27fffb255745f73586c1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5ecdf56a856e83d425db592ba45cc99260f71d695eea27fffb255745f73586c1", kill_on_drop: false }` [INFO] [stdout] 5ecdf56a856e83d425db592ba45cc99260f71d695eea27fffb255745f73586c1