[INFO] cloning repository https://github.com/iamdhakrey/compress [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/iamdhakrey/compress" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fiamdhakrey%2Fcompress", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fiamdhakrey%2Fcompress'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] eb6b571edaf69672ee78fb828f6b1b778f2d6a7d [INFO] building iamdhakrey/compress against try#23647e694de8d0904848ad068b2e0ec2dd098c37+target=wasm32-wasip1 for pr-149868 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fiamdhakrey%2Fcompress" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/iamdhakrey/compress [INFO] finished tweaking git repo https://github.com/iamdhakrey/compress [INFO] tweaked toml for git repo https://github.com/iamdhakrey/compress written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/iamdhakrey/compress 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/iamdhakrey/compress 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-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] f30ebd098aeaca58cf74f4ed6ad64744060cc9809b3b24774a54d992ea7f35ac [INFO] running `Command { std: "docker" "start" "-a" "f30ebd098aeaca58cf74f4ed6ad64744060cc9809b3b24774a54d992ea7f35ac", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f30ebd098aeaca58cf74f4ed6ad64744060cc9809b3b24774a54d992ea7f35ac", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f30ebd098aeaca58cf74f4ed6ad64744060cc9809b3b24774a54d992ea7f35ac", kill_on_drop: false }` [INFO] [stdout] f30ebd098aeaca58cf74f4ed6ad64744060cc9809b3b24774a54d992ea7f35ac [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] 52e4e15ef5c74e9cd17ffc0d45e59a2653f618650d2b35e8b8d1ad8376771f8f [INFO] running `Command { std: "docker" "start" "-a" "52e4e15ef5c74e9cd17ffc0d45e59a2653f618650d2b35e8b8d1ad8376771f8f", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.155 [INFO] [stderr] Compiling once_cell v1.19.0 [INFO] [stderr] Compiling pkg-config v0.3.30 [INFO] [stderr] Compiling proc-macro2 v1.0.83 [INFO] [stderr] Compiling crc32fast v1.4.0 [INFO] [stderr] Compiling zstd-safe v7.1.0 [INFO] [stderr] Compiling crc-catalog v2.4.0 [INFO] [stderr] Compiling thiserror v1.0.61 [INFO] [stderr] Compiling crc v3.2.1 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling miniz_oxide v0.7.2 [INFO] [stderr] Compiling cipher v0.4.4 [INFO] [stderr] Compiling hmac v0.12.1 [INFO] [stderr] Compiling bumpalo v3.16.0 [INFO] [stderr] Compiling lockfree-object-pool v0.1.6 [INFO] [stderr] Compiling log v0.4.21 [INFO] [stderr] Compiling hashbrown v0.14.5 [INFO] [stderr] Compiling zip v1.3.0 [INFO] [stderr] Compiling simd-adler32 v0.3.7 [INFO] [stderr] Compiling byteorder v1.5.0 [INFO] [stderr] Compiling time v0.3.36 [INFO] [stderr] Compiling quote v1.0.36 [INFO] [stderr] Compiling lzma-rs v0.3.0 [INFO] [stderr] Compiling jobserver v0.1.31 [INFO] [stderr] Compiling syn v2.0.65 [INFO] [stderr] Compiling cc v1.0.98 [INFO] [stderr] Compiling zopfli v0.8.1 [INFO] [stderr] Compiling indexmap v2.2.6 [INFO] [stderr] Compiling aes v0.8.4 [INFO] [stderr] Compiling pbkdf2 v0.12.2 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling sha1 v0.10.6 [INFO] [stderr] Compiling constant_time_eq v0.3.0 [INFO] [stderr] Compiling cmake v0.1.50 [INFO] [stderr] Compiling deflate64 v0.1.8 [INFO] [stderr] Compiling zstd-sys v2.0.10+zstd.1.5.6 [INFO] [stderr] Compiling libz-ng-sys v1.1.15 [INFO] [stderr] Compiling bzip2-sys v0.1.11+1.0.8 [INFO] [stderr] Compiling bzip2 v0.4.4 [INFO] [stderr] Compiling flate2 v1.0.30 [INFO] [stderr] Compiling zeroize_derive v1.4.2 [INFO] [stderr] Compiling thiserror-impl v1.0.61 [INFO] [stderr] Compiling displaydoc v0.2.4 [INFO] [stderr] Compiling zeroize v1.7.0 [INFO] [stderr] Compiling zstd v0.13.1 [INFO] [stderr] Compiling compress_youtube 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" "<3 object files omitted>" "/lib/rustlib/wasm32-wasip1/lib/libpanic_abort-*.rlib" "/opt/rustwide/target/wasm32-wasip1/debug/deps/{libflate2-08b7ae1c341ebce7,liblibz_ng_sys-47b6a6c567d94756,liblibc-c456992264391845,libcrc32fast-7eee6fe9ac3f34b0,libcfg_if-50b02a9e3502ecf2}.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/libz-ng-sys-e8ad3456f75ca98d/out/lib" "-L" "/opt/rustwide/target/wasm32-wasip1/debug/build/libz-ng-sys-e8ad3456f75ca98d/out/lib64" "-L" "/opt/rustwide/target/wasm32-wasip1/debug/build/bzip2-sys-03491fdd21a7d947/out/lib" "-L" "/opt/rustwide/target/wasm32-wasip1/debug/build/zstd-sys-96c07e9936ccecfd/out" "-L" "/lib/rustlib/wasm32-wasip1/lib/self-contained" "-o" "/opt/rustwide/target/wasm32-wasip1/debug/deps/compress_youtube-d30bf3d93edcc342.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/liblibz_ng_sys-47b6a6c567d94756.rlib: archive member 'adler32.c.obj' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/liblibz_ng_sys-47b6a6c567d94756.rlib: archive member 'adler32_fold.c.obj' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/liblibz_ng_sys-47b6a6c567d94756.rlib: archive member 'chunkset.c.obj' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/liblibz_ng_sys-47b6a6c567d94756.rlib: archive member 'compare256.c.obj' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/liblibz_ng_sys-47b6a6c567d94756.rlib: archive member 'compress.c.obj' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/liblibz_ng_sys-47b6a6c567d94756.rlib: archive member 'cpu_features.c.obj' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/liblibz_ng_sys-47b6a6c567d94756.rlib: archive member 'crc32_braid.c.obj' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/liblibz_ng_sys-47b6a6c567d94756.rlib: archive member 'crc32_braid_comb.c.obj' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/liblibz_ng_sys-47b6a6c567d94756.rlib: archive member 'crc32_fold.c.obj' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/liblibz_ng_sys-47b6a6c567d94756.rlib: archive member 'deflate.c.obj' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/liblibz_ng_sys-47b6a6c567d94756.rlib: archive member 'deflate_fast.c.obj' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/liblibz_ng_sys-47b6a6c567d94756.rlib: archive member 'deflate_huff.c.obj' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/liblibz_ng_sys-47b6a6c567d94756.rlib: archive member 'deflate_medium.c.obj' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/liblibz_ng_sys-47b6a6c567d94756.rlib: archive member 'deflate_quick.c.obj' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/liblibz_ng_sys-47b6a6c567d94756.rlib: archive member 'deflate_rle.c.obj' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/liblibz_ng_sys-47b6a6c567d94756.rlib: archive member 'deflate_slow.c.obj' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/liblibz_ng_sys-47b6a6c567d94756.rlib: archive member 'deflate_stored.c.obj' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/liblibz_ng_sys-47b6a6c567d94756.rlib: archive member 'functable.c.obj' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/liblibz_ng_sys-47b6a6c567d94756.rlib: archive member 'infback.c.obj' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/liblibz_ng_sys-47b6a6c567d94756.rlib: archive member 'inflate.c.obj' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/liblibz_ng_sys-47b6a6c567d94756.rlib: archive member 'inftrees.c.obj' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/liblibz_ng_sys-47b6a6c567d94756.rlib: archive member 'insert_string.c.obj' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/liblibz_ng_sys-47b6a6c567d94756.rlib: archive member 'insert_string_roll.c.obj' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/liblibz_ng_sys-47b6a6c567d94756.rlib: archive member 'slide_hash.c.obj' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/liblibz_ng_sys-47b6a6c567d94756.rlib: archive member 'trees.c.obj' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/liblibz_ng_sys-47b6a6c567d94756.rlib: archive member 'uncompr.c.obj' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/liblibz_ng_sys-47b6a6c567d94756.rlib: archive member 'zutil.c.obj' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/liblibz_ng_sys-47b6a6c567d94756.rlib: archive member 'gzlib.c.obj' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/liblibz_ng_sys-47b6a6c567d94756.rlib: archive member 'gzread.c.obj' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/liblibz_ng_sys-47b6a6c567d94756.rlib: archive member 'gzwrite.c.obj' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libflate2-08b7ae1c341ebce7.rlib(flate2-08b7ae1c341ebce7.flate2.1ee98b61b43adb8f-cgu.0.rcgu.o): undefined symbol: zng_deflateInit2 [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libflate2-08b7ae1c341ebce7.rlib(flate2-08b7ae1c341ebce7.flate2.1ee98b61b43adb8f-cgu.0.rcgu.o): undefined symbol: zng_inflateInit2 [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libflate2-08b7ae1c341ebce7.rlib(flate2-08b7ae1c341ebce7.flate2.1ee98b61b43adb8f-cgu.0.rcgu.o): undefined symbol: zng_deflateEnd [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libflate2-08b7ae1c341ebce7.rlib(flate2-08b7ae1c341ebce7.flate2.1ee98b61b43adb8f-cgu.0.rcgu.o): undefined symbol: zng_inflateEnd [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libflate2-08b7ae1c341ebce7.rlib(flate2-08b7ae1c341ebce7.flate2.1ee98b61b43adb8f-cgu.0.rcgu.o): undefined symbol: zng_inflate [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libflate2-08b7ae1c341ebce7.rlib(flate2-08b7ae1c341ebce7.flate2.1ee98b61b43adb8f-cgu.0.rcgu.o): undefined symbol: zng_deflate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `compress_youtube` (bin "compress_youtube") due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "52e4e15ef5c74e9cd17ffc0d45e59a2653f618650d2b35e8b8d1ad8376771f8f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "52e4e15ef5c74e9cd17ffc0d45e59a2653f618650d2b35e8b8d1ad8376771f8f", kill_on_drop: false }` [INFO] [stdout] 52e4e15ef5c74e9cd17ffc0d45e59a2653f618650d2b35e8b8d1ad8376771f8f