[INFO] fetching crate soundio 0.2.1... [INFO] building soundio-0.2.1 against try#23647e694de8d0904848ad068b2e0ec2dd098c37+target=wasm32-wasip1 for pr-149868 [INFO] extracting crate soundio 0.2.1 into /workspace/builds/worker-5-tc2/source [INFO] started tweaking crates.io crate soundio 0.2.1 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate soundio 0.2.1 [INFO] tweaked toml for crates.io crate soundio 0.2.1 written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate soundio 0.2.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 soundio 0.2.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] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] bd0858846d055e10eb0a2c1cbb7dfffee465f785239e0452180ff08a8de7f838 [INFO] running `Command { std: "docker" "start" "-a" "bd0858846d055e10eb0a2c1cbb7dfffee465f785239e0452180ff08a8de7f838", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "bd0858846d055e10eb0a2c1cbb7dfffee465f785239e0452180ff08a8de7f838", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bd0858846d055e10eb0a2c1cbb7dfffee465f785239e0452180ff08a8de7f838", kill_on_drop: false }` [INFO] [stdout] bd0858846d055e10eb0a2c1cbb7dfffee465f785239e0452180ff08a8de7f838 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] da99242a24034f4451de984c65bd8830a38b8ce29a3637b862d1435c7f4c07e4 [INFO] running `Command { std: "docker" "start" "-a" "da99242a24034f4451de984c65bd8830a38b8ce29a3637b862d1435c7f4c07e4", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] Compiling cc v1.0.50 [INFO] [stderr] Compiling pkg-config v0.3.17 [INFO] [stderr] Compiling cmake v0.1.42 [INFO] [stderr] Compiling libsoundio-sys v0.3.0 [INFO] [stderr] Compiling soundio v0.2.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:110:26 [INFO] [stdout] | [INFO] [stdout] 110 | f.write_str(self.description()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:133:13 [INFO] [stdout] | [INFO] [stdout] 133 | err.description().to_string() [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/device.rs:325:13 [INFO] [stdout] | [INFO] [stdout] 325 | let mut outstream = unsafe { raw::soundio_outstream_create(self.device) }; [INFO] [stdout] | ----^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/device.rs:429:13 [INFO] [stdout] | [INFO] [stdout] 429 | let mut instream = unsafe { raw::soundio_instream_create(self.device) }; [INFO] [stdout] | ----^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/context.rs:449:25 [INFO] [stdout] | [INFO] [stdout] 449 | pub fn input_device(&self, index: usize) -> Result { [INFO] [stdout] | ^^^^^ ^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 449 | pub fn input_device(&self, index: usize) -> Result> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/context.rs:487:26 [INFO] [stdout] | [INFO] [stdout] 487 | pub fn output_device(&self, index: usize) -> Result { [INFO] [stdout] | ^^^^^ ^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 487 | pub fn output_device(&self, index: usize) -> Result> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/context.rs:601:26 [INFO] [stdout] | [INFO] [stdout] 601 | pub fn input_devices(&self) -> Result> { [INFO] [stdout] | ^^^^^ ^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 601 | pub fn input_devices(&self) -> Result>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/context.rs:626:27 [INFO] [stdout] | [INFO] [stdout] 626 | pub fn output_devices(&self) -> Result> { [INFO] [stdout] | ^^^^^ ^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 626 | pub fn output_devices(&self) -> Result>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/context.rs:650:33 [INFO] [stdout] | [INFO] [stdout] 650 | pub fn default_input_device(&self) -> Result { [INFO] [stdout] | ^^^^^ ^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 650 | pub fn default_input_device(&self) -> Result> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/context.rs:673:34 [INFO] [stdout] | [INFO] [stdout] 673 | pub fn default_output_device(&self) -> Result { [INFO] [stdout] | ^^^^^ ^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 673 | pub fn default_output_device(&self) -> Result> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.45s [INFO] running `Command { std: "docker" "inspect" "da99242a24034f4451de984c65bd8830a38b8ce29a3637b862d1435c7f4c07e4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "da99242a24034f4451de984c65bd8830a38b8ce29a3637b862d1435c7f4c07e4", kill_on_drop: false }` [INFO] [stdout] da99242a24034f4451de984c65bd8830a38b8ce29a3637b862d1435c7f4c07e4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] b01404cba18ae55f090a9f92f25da916b91060014de3652b6efa725fdb67d1a1 [INFO] running `Command { std: "docker" "start" "-a" "b01404cba18ae55f090a9f92f25da916b91060014de3652b6efa725fdb67d1a1", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] Compiling crossbeam v0.2.12 [INFO] [stderr] Compiling hound v3.4.0 [INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:110:26 [INFO] [stdout] | [INFO] [stdout] 110 | f.write_str(self.description()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:133:13 [INFO] [stdout] | [INFO] [stdout] 133 | err.description().to_string() [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/device.rs:325:13 [INFO] [stdout] | [INFO] [stdout] 325 | let mut outstream = unsafe { raw::soundio_outstream_create(self.device) }; [INFO] [stdout] | ----^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/device.rs:429:13 [INFO] [stdout] | [INFO] [stdout] 429 | let mut instream = unsafe { raw::soundio_instream_create(self.device) }; [INFO] [stdout] | ----^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/context.rs:449:25 [INFO] [stdout] | [INFO] [stdout] 449 | pub fn input_device(&self, index: usize) -> Result { [INFO] [stdout] | ^^^^^ ^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 449 | pub fn input_device(&self, index: usize) -> Result> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/context.rs:487:26 [INFO] [stdout] | [INFO] [stdout] 487 | pub fn output_device(&self, index: usize) -> Result { [INFO] [stdout] | ^^^^^ ^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 487 | pub fn output_device(&self, index: usize) -> Result> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/context.rs:601:26 [INFO] [stdout] | [INFO] [stdout] 601 | pub fn input_devices(&self) -> Result> { [INFO] [stdout] | ^^^^^ ^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 601 | pub fn input_devices(&self) -> Result>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/context.rs:626:27 [INFO] [stdout] | [INFO] [stdout] 626 | pub fn output_devices(&self) -> Result> { [INFO] [stdout] | ^^^^^ ^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 626 | pub fn output_devices(&self) -> Result>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/context.rs:650:33 [INFO] [stdout] | [INFO] [stdout] 650 | pub fn default_input_device(&self) -> Result { [INFO] [stdout] | ^^^^^ ^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 650 | pub fn default_input_device(&self) -> Result> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/context.rs:673:34 [INFO] [stdout] | [INFO] [stdout] 673 | pub fn default_output_device(&self) -> Result { [INFO] [stdout] | ^^^^^ ^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 673 | pub fn default_output_device(&self) -> Result> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling soundio v0.2.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:110:26 [INFO] [stdout] | [INFO] [stdout] 110 | f.write_str(self.description()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:133:13 [INFO] [stdout] | [INFO] [stdout] 133 | err.description().to_string() [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/device.rs:325:13 [INFO] [stdout] | [INFO] [stdout] 325 | let mut outstream = unsafe { raw::soundio_outstream_create(self.device) }; [INFO] [stdout] | ----^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/device.rs:429:13 [INFO] [stdout] | [INFO] [stdout] 429 | let mut instream = unsafe { raw::soundio_instream_create(self.device) }; [INFO] [stdout] | ----^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [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/{libsoundio-7ca3a5c11d48c5a4,liblibsoundio_sys-934dc1ebe26cd966}.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/libsoundio-sys-31a87e279950b3bd/out/lib" "-L" "/lib/rustlib/wasm32-wasip1/lib/self-contained" "-o" "/opt/rustwide/target/wasm32-wasip1/debug/examples/list_devices-0374c8f032f7f281.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/liblibsoundio_sys-934dc1ebe26cd966.rlib: archive member 'soundio.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/liblibsoundio_sys-934dc1ebe26cd966.rlib: archive member 'util.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/liblibsoundio_sys-934dc1ebe26cd966.rlib: archive member 'os.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/liblibsoundio_sys-934dc1ebe26cd966.rlib: archive member 'dummy.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/liblibsoundio_sys-934dc1ebe26cd966.rlib: archive member 'channel_layout.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/liblibsoundio_sys-934dc1ebe26cd966.rlib: archive member 'ring_buffer.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/liblibsoundio_sys-934dc1ebe26cd966.rlib: archive member 'jack.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/liblibsoundio_sys-934dc1ebe26cd966.rlib: archive member 'pulseaudio.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/liblibsoundio_sys-934dc1ebe26cd966.rlib: archive member 'alsa.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libsoundio-7ca3a5c11d48c5a4.rlib(soundio-7ca3a5c11d48c5a4.soundio.3a96221ce1a2e296-cgu.1.rcgu.o): undefined symbol: soundio_device_unref [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libsoundio-7ca3a5c11d48c5a4.rlib(soundio-7ca3a5c11d48c5a4.soundio.3a96221ce1a2e296-cgu.2.rcgu.o): undefined symbol: soundio_version_string [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libsoundio-7ca3a5c11d48c5a4.rlib(soundio-7ca3a5c11d48c5a4.soundio.3a96221ce1a2e296-cgu.2.rcgu.o): undefined symbol: soundio_strerror [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libsoundio-7ca3a5c11d48c5a4.rlib(soundio-7ca3a5c11d48c5a4.soundio.3a96221ce1a2e296-cgu.3.rcgu.o): undefined symbol: soundio_wait_events [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libsoundio-7ca3a5c11d48c5a4.rlib(soundio-7ca3a5c11d48c5a4.soundio.3a96221ce1a2e296-cgu.3.rcgu.o): undefined symbol: soundio_flush_events [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libsoundio-7ca3a5c11d48c5a4.rlib(soundio-7ca3a5c11d48c5a4.soundio.3a96221ce1a2e296-cgu.3.rcgu.o): undefined symbol: soundio_get_input_device [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libsoundio-7ca3a5c11d48c5a4.rlib(soundio-7ca3a5c11d48c5a4.soundio.3a96221ce1a2e296-cgu.3.rcgu.o): undefined symbol: soundio_input_device_count [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libsoundio-7ca3a5c11d48c5a4.rlib(soundio-7ca3a5c11d48c5a4.soundio.3a96221ce1a2e296-cgu.3.rcgu.o): undefined symbol: soundio_get_output_device [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libsoundio-7ca3a5c11d48c5a4.rlib(soundio-7ca3a5c11d48c5a4.soundio.3a96221ce1a2e296-cgu.3.rcgu.o): undefined symbol: soundio_output_device_count [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libsoundio-7ca3a5c11d48c5a4.rlib(soundio-7ca3a5c11d48c5a4.soundio.3a96221ce1a2e296-cgu.3.rcgu.o): undefined symbol: soundio_connect_backend [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libsoundio-7ca3a5c11d48c5a4.rlib(soundio-7ca3a5c11d48c5a4.soundio.3a96221ce1a2e296-cgu.3.rcgu.o): undefined symbol: soundio_default_input_device_index [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libsoundio-7ca3a5c11d48c5a4.rlib(soundio-7ca3a5c11d48c5a4.soundio.3a96221ce1a2e296-cgu.3.rcgu.o): undefined symbol: soundio_default_output_device_index [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libsoundio-7ca3a5c11d48c5a4.rlib(soundio-7ca3a5c11d48c5a4.soundio.3a96221ce1a2e296-cgu.3.rcgu.o): undefined symbol: soundio_create [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libsoundio-7ca3a5c11d48c5a4.rlib(soundio-7ca3a5c11d48c5a4.soundio.3a96221ce1a2e296-cgu.3.rcgu.o): undefined symbol: soundio_connect [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libsoundio-7ca3a5c11d48c5a4.rlib(soundio-7ca3a5c11d48c5a4.soundio.3a96221ce1a2e296-cgu.3.rcgu.o): undefined symbol: soundio_format_string [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libsoundio-7ca3a5c11d48c5a4.rlib(soundio-7ca3a5c11d48c5a4.soundio.3a96221ce1a2e296-cgu.3.rcgu.o): undefined symbol: soundio_destroy [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `soundio` (example "list_devices") due to 1 previous error [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [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/{libsoundio-7ca3a5c11d48c5a4,liblibsoundio_sys-934dc1ebe26cd966,libhound-7301e99840bf27a4,libcrossbeam-c30eee861444b9cd}.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/libsoundio-sys-31a87e279950b3bd/out/lib" "-L" "/lib/rustlib/wasm32-wasip1/lib/self-contained" "-o" "/opt/rustwide/target/wasm32-wasip1/debug/examples/recorder-a405cf7dea41c09d.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/liblibsoundio_sys-934dc1ebe26cd966.rlib: archive member 'soundio.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/liblibsoundio_sys-934dc1ebe26cd966.rlib: archive member 'util.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/liblibsoundio_sys-934dc1ebe26cd966.rlib: archive member 'os.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/liblibsoundio_sys-934dc1ebe26cd966.rlib: archive member 'dummy.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/liblibsoundio_sys-934dc1ebe26cd966.rlib: archive member 'channel_layout.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/liblibsoundio_sys-934dc1ebe26cd966.rlib: archive member 'ring_buffer.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/liblibsoundio_sys-934dc1ebe26cd966.rlib: archive member 'jack.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/liblibsoundio_sys-934dc1ebe26cd966.rlib: archive member 'pulseaudio.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/liblibsoundio_sys-934dc1ebe26cd966.rlib: archive member 'alsa.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/examples/recorder-a405cf7dea41c09d.recorder.ea9f6041e4c4f9c3-cgu.1.rcgu.o: undefined symbol: soundio_instream_create [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/examples/recorder-a405cf7dea41c09d.recorder.ea9f6041e4c4f9c3-cgu.1.rcgu.o: undefined symbol: soundio_instream_open [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libsoundio-7ca3a5c11d48c5a4.rlib(soundio-7ca3a5c11d48c5a4.soundio.3a96221ce1a2e296-cgu.1.rcgu.o): undefined symbol: soundio_device_unref [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libsoundio-7ca3a5c11d48c5a4.rlib(soundio-7ca3a5c11d48c5a4.soundio.3a96221ce1a2e296-cgu.2.rcgu.o): undefined symbol: soundio_version_string [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libsoundio-7ca3a5c11d48c5a4.rlib(soundio-7ca3a5c11d48c5a4.soundio.3a96221ce1a2e296-cgu.2.rcgu.o): undefined symbol: soundio_instream_begin_read [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libsoundio-7ca3a5c11d48c5a4.rlib(soundio-7ca3a5c11d48c5a4.soundio.3a96221ce1a2e296-cgu.2.rcgu.o): undefined symbol: soundio_instream_end_read [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libsoundio-7ca3a5c11d48c5a4.rlib(soundio-7ca3a5c11d48c5a4.soundio.3a96221ce1a2e296-cgu.2.rcgu.o): undefined symbol: soundio_instream_start [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libsoundio-7ca3a5c11d48c5a4.rlib(soundio-7ca3a5c11d48c5a4.soundio.3a96221ce1a2e296-cgu.2.rcgu.o): undefined symbol: soundio_instream_destroy [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libsoundio-7ca3a5c11d48c5a4.rlib(soundio-7ca3a5c11d48c5a4.soundio.3a96221ce1a2e296-cgu.2.rcgu.o): undefined symbol: soundio_strerror [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libsoundio-7ca3a5c11d48c5a4.rlib(soundio-7ca3a5c11d48c5a4.soundio.3a96221ce1a2e296-cgu.2.rcgu.o): undefined symbol: soundio_instream_end_read [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libsoundio-7ca3a5c11d48c5a4.rlib(soundio-7ca3a5c11d48c5a4.soundio.3a96221ce1a2e296-cgu.3.rcgu.o): undefined symbol: soundio_flush_events [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libsoundio-7ca3a5c11d48c5a4.rlib(soundio-7ca3a5c11d48c5a4.soundio.3a96221ce1a2e296-cgu.3.rcgu.o): undefined symbol: soundio_get_input_device [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libsoundio-7ca3a5c11d48c5a4.rlib(soundio-7ca3a5c11d48c5a4.soundio.3a96221ce1a2e296-cgu.3.rcgu.o): undefined symbol: soundio_default_input_device_index [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libsoundio-7ca3a5c11d48c5a4.rlib(soundio-7ca3a5c11d48c5a4.soundio.3a96221ce1a2e296-cgu.3.rcgu.o): undefined symbol: soundio_create [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libsoundio-7ca3a5c11d48c5a4.rlib(soundio-7ca3a5c11d48c5a4.soundio.3a96221ce1a2e296-cgu.3.rcgu.o): undefined symbol: soundio_connect [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libsoundio-7ca3a5c11d48c5a4.rlib(soundio-7ca3a5c11d48c5a4.soundio.3a96221ce1a2e296-cgu.3.rcgu.o): undefined symbol: soundio_channel_layout_get_default [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libsoundio-7ca3a5c11d48c5a4.rlib(soundio-7ca3a5c11d48c5a4.soundio.3a96221ce1a2e296-cgu.3.rcgu.o): undefined symbol: soundio_destroy [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `soundio` (example "recorder") due to 1 previous error [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/{libsoundio-7ca3a5c11d48c5a4,liblibsoundio_sys-934dc1ebe26cd966,libcrossbeam-c30eee861444b9cd}.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/libsoundio-sys-31a87e279950b3bd/out/lib" "-L" "/lib/rustlib/wasm32-wasip1/lib/self-contained" "-o" "/opt/rustwide/target/wasm32-wasip1/debug/examples/sine-dfb6fac4bbcdc63a.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/liblibsoundio_sys-934dc1ebe26cd966.rlib: archive member 'soundio.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/liblibsoundio_sys-934dc1ebe26cd966.rlib: archive member 'util.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/liblibsoundio_sys-934dc1ebe26cd966.rlib: archive member 'os.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/liblibsoundio_sys-934dc1ebe26cd966.rlib: archive member 'dummy.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/liblibsoundio_sys-934dc1ebe26cd966.rlib: archive member 'channel_layout.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/liblibsoundio_sys-934dc1ebe26cd966.rlib: archive member 'ring_buffer.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/liblibsoundio_sys-934dc1ebe26cd966.rlib: archive member 'jack.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/liblibsoundio_sys-934dc1ebe26cd966.rlib: archive member 'pulseaudio.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/liblibsoundio_sys-934dc1ebe26cd966.rlib: archive member 'alsa.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/examples/sine-dfb6fac4bbcdc63a.sine.8bb8f77880e707f2-cgu.0.rcgu.o: undefined symbol: soundio_outstream_create [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/examples/sine-dfb6fac4bbcdc63a.sine.8bb8f77880e707f2-cgu.0.rcgu.o: undefined symbol: soundio_outstream_open [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libsoundio-7ca3a5c11d48c5a4.rlib(soundio-7ca3a5c11d48c5a4.soundio.3a96221ce1a2e296-cgu.1.rcgu.o): undefined symbol: soundio_backend_name [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libsoundio-7ca3a5c11d48c5a4.rlib(soundio-7ca3a5c11d48c5a4.soundio.3a96221ce1a2e296-cgu.1.rcgu.o): undefined symbol: soundio_device_unref [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libsoundio-7ca3a5c11d48c5a4.rlib(soundio-7ca3a5c11d48c5a4.soundio.3a96221ce1a2e296-cgu.2.rcgu.o): undefined symbol: soundio_have_backend [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libsoundio-7ca3a5c11d48c5a4.rlib(soundio-7ca3a5c11d48c5a4.soundio.3a96221ce1a2e296-cgu.2.rcgu.o): undefined symbol: soundio_version_string [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libsoundio-7ca3a5c11d48c5a4.rlib(soundio-7ca3a5c11d48c5a4.soundio.3a96221ce1a2e296-cgu.2.rcgu.o): undefined symbol: soundio_version_major [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libsoundio-7ca3a5c11d48c5a4.rlib(soundio-7ca3a5c11d48c5a4.soundio.3a96221ce1a2e296-cgu.2.rcgu.o): undefined symbol: soundio_version_minor [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libsoundio-7ca3a5c11d48c5a4.rlib(soundio-7ca3a5c11d48c5a4.soundio.3a96221ce1a2e296-cgu.2.rcgu.o): undefined symbol: soundio_version_patch [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libsoundio-7ca3a5c11d48c5a4.rlib(soundio-7ca3a5c11d48c5a4.soundio.3a96221ce1a2e296-cgu.2.rcgu.o): undefined symbol: soundio_outstream_begin_write [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libsoundio-7ca3a5c11d48c5a4.rlib(soundio-7ca3a5c11d48c5a4.soundio.3a96221ce1a2e296-cgu.2.rcgu.o): undefined symbol: soundio_outstream_end_write [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libsoundio-7ca3a5c11d48c5a4.rlib(soundio-7ca3a5c11d48c5a4.soundio.3a96221ce1a2e296-cgu.2.rcgu.o): undefined symbol: soundio_outstream_start [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libsoundio-7ca3a5c11d48c5a4.rlib(soundio-7ca3a5c11d48c5a4.soundio.3a96221ce1a2e296-cgu.2.rcgu.o): undefined symbol: soundio_outstream_destroy [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libsoundio-7ca3a5c11d48c5a4.rlib(soundio-7ca3a5c11d48c5a4.soundio.3a96221ce1a2e296-cgu.2.rcgu.o): undefined symbol: soundio_strerror [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libsoundio-7ca3a5c11d48c5a4.rlib(soundio-7ca3a5c11d48c5a4.soundio.3a96221ce1a2e296-cgu.2.rcgu.o): undefined symbol: soundio_outstream_end_write [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libsoundio-7ca3a5c11d48c5a4.rlib(soundio-7ca3a5c11d48c5a4.soundio.3a96221ce1a2e296-cgu.3.rcgu.o): undefined symbol: soundio_flush_events [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libsoundio-7ca3a5c11d48c5a4.rlib(soundio-7ca3a5c11d48c5a4.soundio.3a96221ce1a2e296-cgu.3.rcgu.o): undefined symbol: soundio_get_input_device [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libsoundio-7ca3a5c11d48c5a4.rlib(soundio-7ca3a5c11d48c5a4.soundio.3a96221ce1a2e296-cgu.3.rcgu.o): undefined symbol: soundio_input_device_count [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libsoundio-7ca3a5c11d48c5a4.rlib(soundio-7ca3a5c11d48c5a4.soundio.3a96221ce1a2e296-cgu.3.rcgu.o): undefined symbol: soundio_get_output_device [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libsoundio-7ca3a5c11d48c5a4.rlib(soundio-7ca3a5c11d48c5a4.soundio.3a96221ce1a2e296-cgu.3.rcgu.o): undefined symbol: soundio_output_device_count [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 `soundio` (example "sine") due to 1 previous error [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/context.rs:449:25 [INFO] [stdout] | [INFO] [stdout] 449 | pub fn input_device(&self, index: usize) -> Result { [INFO] [stdout] | ^^^^^ ^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 449 | pub fn input_device(&self, index: usize) -> Result> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/context.rs:487:26 [INFO] [stdout] | [INFO] [stdout] 487 | pub fn output_device(&self, index: usize) -> Result { [INFO] [stdout] | ^^^^^ ^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 487 | pub fn output_device(&self, index: usize) -> Result> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/context.rs:601:26 [INFO] [stdout] | [INFO] [stdout] 601 | pub fn input_devices(&self) -> Result> { [INFO] [stdout] | ^^^^^ ^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 601 | pub fn input_devices(&self) -> Result>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/context.rs:626:27 [INFO] [stdout] | [INFO] [stdout] 626 | pub fn output_devices(&self) -> Result> { [INFO] [stdout] | ^^^^^ ^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 626 | pub fn output_devices(&self) -> Result>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/context.rs:650:33 [INFO] [stdout] | [INFO] [stdout] 650 | pub fn default_input_device(&self) -> Result { [INFO] [stdout] | ^^^^^ ^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 650 | pub fn default_input_device(&self) -> Result> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/context.rs:673:34 [INFO] [stdout] | [INFO] [stdout] 673 | pub fn default_output_device(&self) -> Result { [INFO] [stdout] | ^^^^^ ^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 673 | pub fn default_output_device(&self) -> Result> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `rust-lld` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "rust-lld" "-flavor" "wasm" "--export" "__main_void" "-z" "stack-size=1048576" "--stack-first" "--no-demangle" "/lib/rustlib/wasm32-wasip1/lib/self-contained/crt1-command.o" "<3 object files omitted>" "/lib/rustlib/wasm32-wasip1/lib/libpanic_abort-*.rlib" "/opt/rustwide/target/wasm32-wasip1/debug/deps/{libsoundio-7ca3a5c11d48c5a4,liblibsoundio_sys-934dc1ebe26cd966,libhound-7301e99840bf27a4,libcrossbeam-c30eee861444b9cd}.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/libsoundio-sys-31a87e279950b3bd/out/lib" "-L" "/lib/rustlib/wasm32-wasip1/lib/self-contained" "-o" "/opt/rustwide/target/wasm32-wasip1/debug/examples/player-343d40c1123f80b7.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/liblibsoundio_sys-934dc1ebe26cd966.rlib: archive member 'soundio.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/liblibsoundio_sys-934dc1ebe26cd966.rlib: archive member 'util.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/liblibsoundio_sys-934dc1ebe26cd966.rlib: archive member 'os.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/liblibsoundio_sys-934dc1ebe26cd966.rlib: archive member 'dummy.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/liblibsoundio_sys-934dc1ebe26cd966.rlib: archive member 'channel_layout.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/liblibsoundio_sys-934dc1ebe26cd966.rlib: archive member 'ring_buffer.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/liblibsoundio_sys-934dc1ebe26cd966.rlib: archive member 'jack.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/liblibsoundio_sys-934dc1ebe26cd966.rlib: archive member 'pulseaudio.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/liblibsoundio_sys-934dc1ebe26cd966.rlib: archive member 'alsa.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/examples/player-343d40c1123f80b7.player.d4e24162f7f20ee5-cgu.1.rcgu.o: undefined symbol: soundio_outstream_create [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/examples/player-343d40c1123f80b7.player.d4e24162f7f20ee5-cgu.1.rcgu.o: undefined symbol: soundio_outstream_open [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libsoundio-7ca3a5c11d48c5a4.rlib(soundio-7ca3a5c11d48c5a4.soundio.3a96221ce1a2e296-cgu.1.rcgu.o): undefined symbol: soundio_device_unref [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libsoundio-7ca3a5c11d48c5a4.rlib(soundio-7ca3a5c11d48c5a4.soundio.3a96221ce1a2e296-cgu.2.rcgu.o): undefined symbol: soundio_version_string [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libsoundio-7ca3a5c11d48c5a4.rlib(soundio-7ca3a5c11d48c5a4.soundio.3a96221ce1a2e296-cgu.2.rcgu.o): undefined symbol: soundio_outstream_begin_write [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libsoundio-7ca3a5c11d48c5a4.rlib(soundio-7ca3a5c11d48c5a4.soundio.3a96221ce1a2e296-cgu.2.rcgu.o): undefined symbol: soundio_outstream_end_write [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libsoundio-7ca3a5c11d48c5a4.rlib(soundio-7ca3a5c11d48c5a4.soundio.3a96221ce1a2e296-cgu.2.rcgu.o): undefined symbol: soundio_outstream_start [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libsoundio-7ca3a5c11d48c5a4.rlib(soundio-7ca3a5c11d48c5a4.soundio.3a96221ce1a2e296-cgu.2.rcgu.o): undefined symbol: soundio_outstream_destroy [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libsoundio-7ca3a5c11d48c5a4.rlib(soundio-7ca3a5c11d48c5a4.soundio.3a96221ce1a2e296-cgu.2.rcgu.o): undefined symbol: soundio_strerror [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libsoundio-7ca3a5c11d48c5a4.rlib(soundio-7ca3a5c11d48c5a4.soundio.3a96221ce1a2e296-cgu.2.rcgu.o): undefined symbol: soundio_outstream_end_write [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libsoundio-7ca3a5c11d48c5a4.rlib(soundio-7ca3a5c11d48c5a4.soundio.3a96221ce1a2e296-cgu.3.rcgu.o): undefined symbol: soundio_flush_events [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libsoundio-7ca3a5c11d48c5a4.rlib(soundio-7ca3a5c11d48c5a4.soundio.3a96221ce1a2e296-cgu.3.rcgu.o): undefined symbol: soundio_get_output_device [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libsoundio-7ca3a5c11d48c5a4.rlib(soundio-7ca3a5c11d48c5a4.soundio.3a96221ce1a2e296-cgu.3.rcgu.o): undefined symbol: soundio_default_output_device_index [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libsoundio-7ca3a5c11d48c5a4.rlib(soundio-7ca3a5c11d48c5a4.soundio.3a96221ce1a2e296-cgu.3.rcgu.o): undefined symbol: soundio_create [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libsoundio-7ca3a5c11d48c5a4.rlib(soundio-7ca3a5c11d48c5a4.soundio.3a96221ce1a2e296-cgu.3.rcgu.o): undefined symbol: soundio_connect [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libsoundio-7ca3a5c11d48c5a4.rlib(soundio-7ca3a5c11d48c5a4.soundio.3a96221ce1a2e296-cgu.3.rcgu.o): undefined symbol: soundio_channel_layout_get_default [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libsoundio-7ca3a5c11d48c5a4.rlib(soundio-7ca3a5c11d48c5a4.soundio.3a96221ce1a2e296-cgu.3.rcgu.o): undefined symbol: soundio_destroy [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `soundio` (example "player") due to 1 previous error [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-*,libtest-*,libgetopts-*,librustc_std_workspace_std-*}.rlib" "/opt/rustwide/target/wasm32-wasip1/debug/deps/liblibsoundio_sys-934dc1ebe26cd966.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/libsoundio-sys-31a87e279950b3bd/out/lib" "-L" "/lib/rustlib/wasm32-wasip1/lib/self-contained" "-o" "/opt/rustwide/target/wasm32-wasip1/debug/deps/soundio-bcbe9902fa8ac076.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/liblibsoundio_sys-934dc1ebe26cd966.rlib: archive member 'soundio.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/liblibsoundio_sys-934dc1ebe26cd966.rlib: archive member 'util.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/liblibsoundio_sys-934dc1ebe26cd966.rlib: archive member 'os.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/liblibsoundio_sys-934dc1ebe26cd966.rlib: archive member 'dummy.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/liblibsoundio_sys-934dc1ebe26cd966.rlib: archive member 'channel_layout.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/liblibsoundio_sys-934dc1ebe26cd966.rlib: archive member 'ring_buffer.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/liblibsoundio_sys-934dc1ebe26cd966.rlib: archive member 'jack.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/liblibsoundio_sys-934dc1ebe26cd966.rlib: archive member 'pulseaudio.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/liblibsoundio_sys-934dc1ebe26cd966.rlib: archive member 'alsa.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/soundio-bcbe9902fa8ac076.soundio.6400f676466c5904-cgu.1.rcgu.o: undefined symbol: soundio_flush_events [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/soundio-bcbe9902fa8ac076.soundio.6400f676466c5904-cgu.1.rcgu.o: undefined symbol: soundio_backend_count [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/soundio-bcbe9902fa8ac076.soundio.6400f676466c5904-cgu.1.rcgu.o: undefined symbol: soundio_get_backend [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/soundio-bcbe9902fa8ac076.soundio.6400f676466c5904-cgu.1.rcgu.o: undefined symbol: soundio_create [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/soundio-bcbe9902fa8ac076.soundio.6400f676466c5904-cgu.1.rcgu.o: undefined symbol: soundio_connect [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/soundio-bcbe9902fa8ac076.soundio.6400f676466c5904-cgu.1.rcgu.o: undefined symbol: soundio_strerror [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/soundio-bcbe9902fa8ac076.soundio.6400f676466c5904-cgu.1.rcgu.o: undefined symbol: soundio_backend_name [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/soundio-bcbe9902fa8ac076.soundio.6400f676466c5904-cgu.1.rcgu.o: undefined symbol: soundio_destroy [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `soundio` (lib test) due to 1 previous error; 10 warnings emitted [INFO] running `Command { std: "docker" "inspect" "b01404cba18ae55f090a9f92f25da916b91060014de3652b6efa725fdb67d1a1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b01404cba18ae55f090a9f92f25da916b91060014de3652b6efa725fdb67d1a1", kill_on_drop: false }` [INFO] [stdout] b01404cba18ae55f090a9f92f25da916b91060014de3652b6efa725fdb67d1a1