[INFO] fetching crate opus-mux 0.1.1... [INFO] building opus-mux-0.1.1 against try#23647e694de8d0904848ad068b2e0ec2dd098c37+target=wasm32-wasip1 for pr-149868 [INFO] extracting crate opus-mux 0.1.1 into /workspace/builds/worker-6-tc2/source [INFO] started tweaking crates.io crate opus-mux 0.1.1 [INFO] finished tweaking crates.io crate opus-mux 0.1.1 [INFO] tweaked toml for crates.io crate opus-mux 0.1.1 written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate opus-mux 0.1.1 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 opus-mux 0.1.1 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] 5c3f2c73c0a14469453a7094a68d658d21fbeee171964b90c758665747fee83c [INFO] running `Command { std: "docker" "start" "-a" "5c3f2c73c0a14469453a7094a68d658d21fbeee171964b90c758665747fee83c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5c3f2c73c0a14469453a7094a68d658d21fbeee171964b90c758665747fee83c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5c3f2c73c0a14469453a7094a68d658d21fbeee171964b90c758665747fee83c", kill_on_drop: false }` [INFO] [stdout] 5c3f2c73c0a14469453a7094a68d658d21fbeee171964b90c758665747fee83c [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] eb7afce2646bab7932d213c4bfa6cc7b4e185d439484ce35418868bd036940ac [INFO] running `Command { std: "docker" "start" "-a" "eb7afce2646bab7932d213c4bfa6cc7b4e185d439484ce35418868bd036940ac", kill_on_drop: false }` [INFO] [stderr] Compiling opus-mux v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: fields `eos`, `granule_position`, `sequence`, and `checksum` are never read [INFO] [stdout] --> src/ogg.rs:232:9 [INFO] [stdout] | [INFO] [stdout] 228 | pub struct PageHeader { [INFO] [stdout] | ---------- fields in this struct [INFO] [stdout] ... [INFO] [stdout] 232 | pub eos: bool, [INFO] [stdout] | ^^^ [INFO] [stdout] 233 | pub granule_position: u64, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] 234 | pub stream_serial: u32, [INFO] [stdout] 235 | pub sequence: u32, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 236 | pub checksum: u32, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `PageHeader` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s [INFO] running `Command { std: "docker" "inspect" "eb7afce2646bab7932d213c4bfa6cc7b4e185d439484ce35418868bd036940ac", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "eb7afce2646bab7932d213c4bfa6cc7b4e185d439484ce35418868bd036940ac", kill_on_drop: false }` [INFO] [stdout] eb7afce2646bab7932d213c4bfa6cc7b4e185d439484ce35418868bd036940ac [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" "test" "--frozen" "--no-run" "--message-format=json" "--target" "wasm32-wasip1", kill_on_drop: false }` [INFO] [stdout] 18094e7e4f7749846cea61fdba1a7b2c24efd0e8b505e2b7999988fd29b02277 [INFO] running `Command { std: "docker" "start" "-a" "18094e7e4f7749846cea61fdba1a7b2c24efd0e8b505e2b7999988fd29b02277", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.132 [INFO] [stderr] Compiling hound v3.4.0 [INFO] [stdout] warning: fields `eos`, `granule_position`, `sequence`, and `checksum` are never read [INFO] [stdout] --> src/ogg.rs:232:9 [INFO] [stdout] | [INFO] [stdout] 228 | pub struct PageHeader { [INFO] [stdout] | ---------- fields in this struct [INFO] [stdout] ... [INFO] [stdout] 232 | pub eos: bool, [INFO] [stdout] | ^^^ [INFO] [stdout] 233 | pub granule_position: u64, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] 234 | pub stream_serial: u32, [INFO] [stdout] 235 | pub sequence: u32, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 236 | pub checksum: u32, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `PageHeader` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling opusic-sys v0.3.6 [INFO] [stderr] Compiling magnum-opus v0.3.2 [INFO] [stderr] Compiling opus-mux v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: fields `eos`, `granule_position`, `sequence`, and `checksum` are never read [INFO] [stdout] --> src/ogg.rs:232:9 [INFO] [stdout] | [INFO] [stdout] 228 | pub struct PageHeader { [INFO] [stdout] | ---------- fields in this struct [INFO] [stdout] ... [INFO] [stdout] 232 | pub eos: bool, [INFO] [stdout] | ^^^ [INFO] [stdout] 233 | pub granule_position: u64, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] 234 | pub stream_serial: u32, [INFO] [stdout] 235 | pub sequence: u32, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 236 | pub checksum: u32, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `PageHeader` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [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" "-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/{libhound-7301e99840bf27a4,libopus_mux-87f62a330388dc96,libmagnum_opus-8a81c18a8e70aabb,libopusic_sys-b975f05c57f96913,liblibc-9c973cd257d5edce}.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/opusic-sys-6918830cb4adaedf/out/lib" "-L" "/lib/rustlib/wasm32-wasip1/lib/self-contained" "-o" "/opt/rustwide/target/wasm32-wasip1/debug/examples/decode-b17af1975b7996ec.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/libopusic_sys-b975f05c57f96913.rlib: archive member 'opus.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libopusic_sys-b975f05c57f96913.rlib: archive member 'opus_decoder.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libopusic_sys-b975f05c57f96913.rlib: archive member 'opus_encoder.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libopusic_sys-b975f05c57f96913.rlib: archive member 'opus_multistream.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libopusic_sys-b975f05c57f96913.rlib: archive member 'opus_multistream_encoder.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libopusic_sys-b975f05c57f96913.rlib: archive member 'opus_multistream_decoder.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libopusic_sys-b975f05c57f96913.rlib: archive member 'repacketizer.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libopusic_sys-b975f05c57f96913.rlib: archive member 'opus_projection_encoder.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libopusic_sys-b975f05c57f96913.rlib: archive member 'opus_projection_decoder.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libopusic_sys-b975f05c57f96913.rlib: archive member 'mapping_matrix.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libopusic_sys-b975f05c57f96913.rlib: archive member 'analysis.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libopusic_sys-b975f05c57f96913.rlib: archive member 'mlp.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libopusic_sys-b975f05c57f96913.rlib: archive member 'mlp_data.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libopusic_sys-b975f05c57f96913.rlib: archive member 'CNG.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libopusic_sys-b975f05c57f96913.rlib: archive member 'code_signs.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libopusic_sys-b975f05c57f96913.rlib: archive member 'init_decoder.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libopusic_sys-b975f05c57f96913.rlib: archive member 'decode_core.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libopusic_sys-b975f05c57f96913.rlib: archive member 'decode_frame.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libopusic_sys-b975f05c57f96913.rlib: archive member 'decode_parameters.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libopusic_sys-b975f05c57f96913.rlib: archive member 'decode_indices.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libopusic_sys-b975f05c57f96913.rlib: archive member 'decode_pulses.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libopusic_sys-b975f05c57f96913.rlib: archive member 'decoder_set_fs.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libopusic_sys-b975f05c57f96913.rlib: archive member 'dec_API.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libopusic_sys-b975f05c57f96913.rlib: archive member 'enc_API.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libopusic_sys-b975f05c57f96913.rlib: archive member 'encode_indices.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libopusic_sys-b975f05c57f96913.rlib: archive member 'encode_pulses.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libopusic_sys-b975f05c57f96913.rlib: archive member 'gain_quant.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libopusic_sys-b975f05c57f96913.rlib: archive member 'interpolate.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libopusic_sys-b975f05c57f96913.rlib: archive member 'LP_variable_cutoff.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libopusic_sys-b975f05c57f96913.rlib: archive member 'NLSF_decode.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libopusic_sys-b975f05c57f96913.rlib: archive member 'NSQ.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libopusic_sys-b975f05c57f96913.rlib: archive member 'NSQ_del_dec.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libopusic_sys-b975f05c57f96913.rlib: archive member 'PLC.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libopusic_sys-b975f05c57f96913.rlib: archive member 'shell_coder.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libopusic_sys-b975f05c57f96913.rlib: archive member 'tables_gain.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libopusic_sys-b975f05c57f96913.rlib: archive member 'tables_LTP.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libopusic_sys-b975f05c57f96913.rlib: archive member 'tables_NLSF_CB_NB_MB.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libopusic_sys-b975f05c57f96913.rlib: archive member 'tables_NLSF_CB_WB.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libopusic_sys-b975f05c57f96913.rlib: archive member 'tables_other.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libopusic_sys-b975f05c57f96913.rlib: archive member 'tables_pitch_lag.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libopusic_sys-b975f05c57f96913.rlib: archive member 'tables_pulses_per_block.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libopusic_sys-b975f05c57f96913.rlib: archive member 'VAD.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libopusic_sys-b975f05c57f96913.rlib: archive member 'control_audio_bandwidth.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libopusic_sys-b975f05c57f96913.rlib: archive member 'quant_LTP_gains.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libopusic_sys-b975f05c57f96913.rlib: archive member 'VQ_WMat_EC.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libopusic_sys-b975f05c57f96913.rlib: archive member 'HP_variable_cutoff.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libopusic_sys-b975f05c57f96913.rlib: archive member 'NLSF_encode.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libopusic_sys-b975f05c57f96913.rlib: archive member 'NLSF_VQ.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libopusic_sys-b975f05c57f96913.rlib: archive member 'NLSF_unpack.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libopusic_sys-b975f05c57f96913.rlib: archive member 'NLSF_del_dec_quant.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libopusic_sys-b975f05c57f96913.rlib: archive member 'process_NLSFs.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libopusic_sys-b975f05c57f96913.rlib: archive member 'stereo_LR_to_MS.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libopusic_sys-b975f05c57f96913.rlib: archive member 'stereo_MS_to_LR.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libopusic_sys-b975f05c57f96913.rlib: archive member 'check_control_input.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libopusic_sys-b975f05c57f96913.rlib: archive member 'control_SNR.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libopusic_sys-b975f05c57f96913.rlib: archive member 'init_encoder.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libopusic_sys-b975f05c57f96913.rlib: archive member 'control_codec.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libopusic_sys-b975f05c57f96913.rlib: archive member 'A2NLSF.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libopusic_sys-b975f05c57f96913.rlib: archive member 'ana_filt_bank_1.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libopusic_sys-b975f05c57f96913.rlib: archive member 'biquad_alt.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libopusic_sys-b975f05c57f96913.rlib: archive member 'bwexpander_32.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libopusic_sys-b975f05c57f96913.rlib: archive member 'bwexpander.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libopusic_sys-b975f05c57f96913.rlib: archive member 'debug.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libopusic_sys-b975f05c57f96913.rlib: archive member 'decode_pitch.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libopusic_sys-b975f05c57f96913.rlib: archive member 'inner_prod_aligned.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libopusic_sys-b975f05c57f96913.rlib: archive member 'lin2log.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libopusic_sys-b975f05c57f96913.rlib: archive member 'log2lin.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libopusic_sys-b975f05c57f96913.rlib: archive member 'LPC_analysis_filter.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libopusic_sys-b975f05c57f96913.rlib: archive member 'LPC_inv_pred_gain.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libopusic_sys-b975f05c57f96913.rlib: archive member 'table_LSF_cos.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libopusic_sys-b975f05c57f96913.rlib: archive member 'NLSF2A.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libopusic_sys-b975f05c57f96913.rlib: archive member 'NLSF_stabilize.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libopusic_sys-b975f05c57f96913.rlib: archive member 'NLSF_VQ_weights_laroia.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libopusic_sys-b975f05c57f96913.rlib: archive member 'pitch_est_tables.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libopusic_sys-b975f05c57f96913.rlib: archive member 'resampler.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libopusic_sys-b975f05c57f96913.rlib: archive member 'resampler_down2_3.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libopusic_sys-b975f05c57f96913.rlib: archive member 'resampler_down2.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libopusic_sys-b975f05c57f96913.rlib: archive member 'resampler_private_AR2.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libopusic_sys-b975f05c57f96913.rlib: archive member 'resampler_private_down_FIR.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libopusic_sys-b975f05c57f96913.rlib: archive member 'resampler_private_IIR_FIR.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libopusic_sys-b975f05c57f96913.rlib: archive member 'resampler_private_up2_HQ.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libopusic_sys-b975f05c57f96913.rlib: archive member 'resampler_rom.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libopusic_sys-b975f05c57f96913.rlib: archive member 'sigm_Q15.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libopusic_sys-b975f05c57f96913.rlib: archive member 'sort.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libopusic_sys-b975f05c57f96913.rlib: archive member 'sum_sqr_shift.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libopusic_sys-b975f05c57f96913.rlib: archive member 'stereo_decode_pred.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libopusic_sys-b975f05c57f96913.rlib: archive member 'stereo_encode_pred.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libopusic_sys-b975f05c57f96913.rlib: archive member 'stereo_find_predictor.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libopusic_sys-b975f05c57f96913.rlib: archive member 'stereo_quant_pred.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libopusic_sys-b975f05c57f96913.rlib: archive member 'LPC_fit.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libopusic_sys-b975f05c57f96913.rlib: archive member 'bands.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libopusic_sys-b975f05c57f96913.rlib: archive member 'celt.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libopusic_sys-b975f05c57f96913.rlib: archive member 'celt_encoder.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libopusic_sys-b975f05c57f96913.rlib: archive member 'celt_decoder.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libopusic_sys-b975f05c57f96913.rlib: archive member 'cwrs.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libopusic_sys-b975f05c57f96913.rlib: archive member 'entcode.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libopusic_sys-b975f05c57f96913.rlib: archive member 'entdec.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libopusic_sys-b975f05c57f96913.rlib: archive member 'entenc.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libopusic_sys-b975f05c57f96913.rlib: archive member 'kiss_fft.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libopusic_sys-b975f05c57f96913.rlib: archive member 'laplace.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libopusic_sys-b975f05c57f96913.rlib: archive member 'mathops.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libopusic_sys-b975f05c57f96913.rlib: archive member 'mdct.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libopusic_sys-b975f05c57f96913.rlib: archive member 'modes.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libopusic_sys-b975f05c57f96913.rlib: archive member 'pitch.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libopusic_sys-b975f05c57f96913.rlib: archive member 'celt_lpc.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libopusic_sys-b975f05c57f96913.rlib: archive member 'quant_bands.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libopusic_sys-b975f05c57f96913.rlib: archive member 'rate.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libopusic_sys-b975f05c57f96913.rlib: archive member 'vq.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libopusic_sys-b975f05c57f96913.rlib: archive member 'apply_sine_window_FLP.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libopusic_sys-b975f05c57f96913.rlib: archive member 'corrMatrix_FLP.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libopusic_sys-b975f05c57f96913.rlib: archive member 'encode_frame_FLP.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libopusic_sys-b975f05c57f96913.rlib: archive member 'find_LPC_FLP.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libopusic_sys-b975f05c57f96913.rlib: archive member 'find_LTP_FLP.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libopusic_sys-b975f05c57f96913.rlib: archive member 'find_pitch_lags_FLP.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libopusic_sys-b975f05c57f96913.rlib: archive member 'find_pred_coefs_FLP.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libopusic_sys-b975f05c57f96913.rlib: archive member 'LPC_analysis_filter_FLP.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libopusic_sys-b975f05c57f96913.rlib: archive member 'LTP_analysis_filter_FLP.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libopusic_sys-b975f05c57f96913.rlib: archive member 'LTP_scale_ctrl_FLP.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libopusic_sys-b975f05c57f96913.rlib: archive member 'noise_shape_analysis_FLP.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libopusic_sys-b975f05c57f96913.rlib: archive member 'process_gains_FLP.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libopusic_sys-b975f05c57f96913.rlib: archive member 'regularize_correlations_FLP.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libopusic_sys-b975f05c57f96913.rlib: archive member 'residual_energy_FLP.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libopusic_sys-b975f05c57f96913.rlib: archive member 'warped_autocorrelation_FLP.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libopusic_sys-b975f05c57f96913.rlib: archive member 'wrappers_FLP.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libopusic_sys-b975f05c57f96913.rlib: archive member 'autocorrelation_FLP.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libopusic_sys-b975f05c57f96913.rlib: archive member 'burg_modified_FLP.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libopusic_sys-b975f05c57f96913.rlib: archive member 'bwexpander_FLP.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libopusic_sys-b975f05c57f96913.rlib: archive member 'energy_FLP.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libopusic_sys-b975f05c57f96913.rlib: archive member 'inner_product_FLP.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libopusic_sys-b975f05c57f96913.rlib: archive member 'k2a_FLP.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libopusic_sys-b975f05c57f96913.rlib: archive member 'LPC_inv_pred_gain_FLP.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libopusic_sys-b975f05c57f96913.rlib: archive member 'pitch_analysis_core_FLP.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libopusic_sys-b975f05c57f96913.rlib: archive member 'scale_copy_vector_FLP.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libopusic_sys-b975f05c57f96913.rlib: archive member 'scale_vector_FLP.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libopusic_sys-b975f05c57f96913.rlib: archive member 'schur_FLP.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libopusic_sys-b975f05c57f96913.rlib: archive member 'sort_FLP.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libopusic_sys-b975f05c57f96913.rlib: archive member 'x86cpu.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libopusic_sys-b975f05c57f96913.rlib: archive member 'x86_celt_map.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libopusic_sys-b975f05c57f96913.rlib: archive member 'pitch_sse.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libopusic_sys-b975f05c57f96913.rlib: archive member 'pitch_sse2.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libopusic_sys-b975f05c57f96913.rlib: archive member 'vq_sse2.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libopusic_sys-b975f05c57f96913.rlib: archive member 'celt_lpc_sse4_1.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libopusic_sys-b975f05c57f96913.rlib: archive member 'pitch_sse4_1.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libopusic_sys-b975f05c57f96913.rlib: archive member 'NSQ_sse4_1.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libopusic_sys-b975f05c57f96913.rlib: archive member 'NSQ_del_dec_sse4_1.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libopusic_sys-b975f05c57f96913.rlib: archive member 'x86_silk_map.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libopusic_sys-b975f05c57f96913.rlib: archive member 'VAD_sse4_1.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libopusic_sys-b975f05c57f96913.rlib: archive member 'VQ_WMat_EC_sse4_1.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libmagnum_opus-8a81c18a8e70aabb.rlib(magnum_opus-8a81c18a8e70aabb.magnum_opus.55930564c6b67f3d-cgu.0.rcgu.o): undefined symbol: opus_decoder_get_nb_samples [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libmagnum_opus-8a81c18a8e70aabb.rlib(magnum_opus-8a81c18a8e70aabb.magnum_opus.55930564c6b67f3d-cgu.0.rcgu.o): undefined symbol: opus_decoder_create [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libmagnum_opus-8a81c18a8e70aabb.rlib(magnum_opus-8a81c18a8e70aabb.magnum_opus.55930564c6b67f3d-cgu.0.rcgu.o): undefined symbol: opus_decode [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libmagnum_opus-8a81c18a8e70aabb.rlib(magnum_opus-8a81c18a8e70aabb.magnum_opus.55930564c6b67f3d-cgu.0.rcgu.o): undefined symbol: opus_decoder_destroy [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `opus-mux` (example "decode") due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "18094e7e4f7749846cea61fdba1a7b2c24efd0e8b505e2b7999988fd29b02277", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "18094e7e4f7749846cea61fdba1a7b2c24efd0e8b505e2b7999988fd29b02277", kill_on_drop: false }` [INFO] [stdout] 18094e7e4f7749846cea61fdba1a7b2c24efd0e8b505e2b7999988fd29b02277