[INFO] crate cubeb 0.6.2 is already in cache [INFO] testing cubeb-0.6.2 against try#41997647ba6a77908f6ef64401414feb00bccf16 for pr-71274 [INFO] extracting crate cubeb 0.6.2 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate cubeb 0.6.2 on toolchain 41997647ba6a77908f6ef64401414feb00bccf16 [INFO] running `"/workspace/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate cubeb 0.6.2 [INFO] finished tweaking crates.io crate cubeb 0.6.2 [INFO] tweaked toml for crates.io crate cubeb 0.6.2 written to /workspace/builds/worker-4/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 02082e71ed6176904d674c66ba60e8c7bfc0bd18c4e176afbf3800832397143a [INFO] running `"docker" "start" "-a" "02082e71ed6176904d674c66ba60e8c7bfc0bd18c4e176afbf3800832397143a"` [INFO] [stderr] Compiling cmake v0.1.42 [INFO] [stderr] Compiling cubeb-sys v0.6.2 [INFO] [stderr] Compiling cubeb-core v0.6.2 [INFO] [stderr] Compiling cubeb v0.6.2 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/context.rs:5:16 [INFO] [stderr] | [INFO] [stderr] 5 | let name = try!(CString::new(name)); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/stream.rs:204:13 [INFO] [stderr] | [INFO] [stderr] 204 | try!(ctx.stream_init( [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/stream.rs:219:13 [INFO] [stderr] | [INFO] [stderr] 219 | try!(stream.register_device_changed_callback(device_changed_callback)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/stream.rs:71:28 [INFO] [stderr] | [INFO] [stderr] 71 | pub type DataCallback = FnMut(&[F], &mut [F]) -> isize + Send + Sync + 'static; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(&[F], &mut [F]) -> isize + Send + Sync + 'static` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/stream.rs:72:26 [INFO] [stderr] | [INFO] [stderr] 72 | pub type StateCallback = FnMut(State) + Send + Sync + 'static; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(State) + Send + Sync + 'static` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/stream.rs:73:34 [INFO] [stderr] | [INFO] [stderr] 73 | pub type DeviceChangedCallback = FnMut() + Send + Sync + 'static; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut() + Send + Sync + 'static` [INFO] [stderr] [INFO] [stderr] warning: 6 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 8.41s [INFO] running `"docker" "inspect" "02082e71ed6176904d674c66ba60e8c7bfc0bd18c4e176afbf3800832397143a"` [INFO] running `"docker" "rm" "-f" "02082e71ed6176904d674c66ba60e8c7bfc0bd18c4e176afbf3800832397143a"` [INFO] [stdout] 02082e71ed6176904d674c66ba60e8c7bfc0bd18c4e176afbf3800832397143a [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "test" "--frozen" "--no-run"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 4101bf037a7f5864ffc2deda89da66db6c04d373f68ec71e8cda4d974a5eaa37 [INFO] running `"docker" "start" "-a" "4101bf037a7f5864ffc2deda89da66db6c04d373f68ec71e8cda4d974a5eaa37"` [INFO] [stderr] Compiling cubeb v0.6.2 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/context.rs:5:16 [INFO] [stderr] | [INFO] [stderr] 5 | let name = try!(CString::new(name)); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/stream.rs:204:13 [INFO] [stderr] | [INFO] [stderr] 204 | try!(ctx.stream_init( [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/stream.rs:219:13 [INFO] [stderr] | [INFO] [stderr] 219 | try!(stream.register_device_changed_callback(device_changed_callback)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/stream.rs:71:28 [INFO] [stderr] | [INFO] [stderr] 71 | pub type DataCallback = FnMut(&[F], &mut [F]) -> isize + Send + Sync + 'static; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(&[F], &mut [F]) -> isize + Send + Sync + 'static` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/stream.rs:72:26 [INFO] [stderr] | [INFO] [stderr] 72 | pub type StateCallback = FnMut(State) + Send + Sync + 'static; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(State) + Send + Sync + 'static` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/stream.rs:73:34 [INFO] [stderr] | [INFO] [stderr] 73 | pub type DeviceChangedCallback = FnMut() + Send + Sync + 'static; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut() + Send + Sync + 'static` [INFO] [stderr] [INFO] [stderr] warning: 6 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/context.rs:5:16 [INFO] [stderr] | [INFO] [stderr] 5 | let name = try!(CString::new(name)); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/stream.rs:204:13 [INFO] [stderr] | [INFO] [stderr] 204 | try!(ctx.stream_init( [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/stream.rs:219:13 [INFO] [stderr] | [INFO] [stderr] 219 | try!(stream.register_device_changed_callback(device_changed_callback)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/stream.rs:71:28 [INFO] [stderr] | [INFO] [stderr] 71 | pub type DataCallback = FnMut(&[F], &mut [F]) -> isize + Send + Sync + 'static; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(&[F], &mut [F]) -> isize + Send + Sync + 'static` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/stream.rs:72:26 [INFO] [stderr] | [INFO] [stderr] 72 | pub type StateCallback = FnMut(State) + Send + Sync + 'static; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(State) + Send + Sync + 'static` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/stream.rs:73:34 [INFO] [stderr] | [INFO] [stderr] 73 | pub type DeviceChangedCallback = FnMut() + Send + Sync + 'static; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut() + Send + Sync + 'static` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> examples/devices.rs:104:57 [INFO] [stderr] | [INFO] [stderr] 104 | println!("Error enumerating devices: {}", e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> examples/devices.rs:122:57 [INFO] [stderr] | [INFO] [stderr] 122 | println!("Error enumerating devices: {}", e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/devices-a34feb85c0a3fe9b.devices.ennjdycm-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/devices-a34feb85c0a3fe9b.devices.ennjdycm-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/devices-a34feb85c0a3fe9b.devices.ennjdycm-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/devices-a34feb85c0a3fe9b.devices.ennjdycm-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/devices-a34feb85c0a3fe9b.devices.ennjdycm-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/devices-a34feb85c0a3fe9b.devices.ennjdycm-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/devices-a34feb85c0a3fe9b.devices.ennjdycm-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/devices-a34feb85c0a3fe9b.devices.ennjdycm-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/devices-a34feb85c0a3fe9b.devices.ennjdycm-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/devices-a34feb85c0a3fe9b.devices.ennjdycm-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/devices-a34feb85c0a3fe9b.devices.ennjdycm-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/devices-a34feb85c0a3fe9b.devices.ennjdycm-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/devices-a34feb85c0a3fe9b.devices.ennjdycm-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/devices-a34feb85c0a3fe9b.devices.ennjdycm-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/devices-a34feb85c0a3fe9b.devices.ennjdycm-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/devices-a34feb85c0a3fe9b.devices.ennjdycm-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/devices-a34feb85c0a3fe9b" "/opt/rustwide/target/debug/examples/devices-a34feb85c0a3fe9b.bpwd7c5yc0urgga.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/cubeb-sys-e1ecd83de5fb240b/out/lib" "-L" "/opt/rustwide/target/debug/build/cubeb-sys-e1ecd83de5fb240b/out/lib64" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libcubeb-56cec6bd0264b5f8.rlib" "/opt/rustwide/target/debug/deps/libcubeb_core-f30f9beccc23c570.rlib" "/opt/rustwide/target/debug/deps/libcubeb_sys-f684b15d87737d6b.rlib" "/opt/rustwide/target/debug/deps/libbitflags-c5180c3dc5cc8193.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-62f93208e14fa8f0.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-b2c4dbe979cef5e2.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-8b9b66cb3e9f891d.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-5998b08bf29f56ac.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-efd1670396ccb585.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-6435b9209e888961.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-866e5dfb603b34d2.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-75eac3089695b3b4.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-35744537b4825584.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-f7ee5081d96fb2cd.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-5b28479cb639d76c.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-f827473dd3b319fa.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-53f9c299c549c6a9.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-44132fbb3fcc18d3.rlib" "-Wl,-Bdynamic" "-lstdc++" "-lasound" "-lpulse" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stderr] = note: /opt/rustwide/target/debug/deps/libcubeb_sys-f684b15d87737d6b.rlib(cubeb_sndio.c.o): In function `sndio_mainloop': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cubeb-sys-0.6.2/libcubeb/src/cubeb_sndio.c:122: undefined reference to `sio_start' [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cubeb-sys-0.6.2/libcubeb/src/cubeb_sndio.c:206: undefined reference to `sio_pollfd' [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cubeb-sys-0.6.2/libcubeb/src/cubeb_sndio.c:216: undefined reference to `sio_revents' [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cubeb-sys-0.6.2/libcubeb/src/cubeb_sndio.c:224: undefined reference to `sio_write' [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cubeb-sys-0.6.2/libcubeb/src/cubeb_sndio.c:225: undefined reference to `sio_eof' [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cubeb-sys-0.6.2/libcubeb/src/cubeb_sndio.c:234: undefined reference to `sio_read' [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cubeb-sys-0.6.2/libcubeb/src/cubeb_sndio.c:235: undefined reference to `sio_eof' [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cubeb-sys-0.6.2/libcubeb/src/cubeb_sndio.c:247: undefined reference to `sio_stop' [INFO] [stderr] /opt/rustwide/target/debug/deps/libcubeb_sys-f684b15d87737d6b.rlib(cubeb_sndio.c.o): In function `sndio_stream_init': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cubeb-sys-0.6.2/libcubeb/src/cubeb_sndio.c:326: undefined reference to `sio_open' [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cubeb-sys-0.6.2/libcubeb/src/cubeb_sndio.c:331: undefined reference to `sio_initpar' [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cubeb-sys-0.6.2/libcubeb/src/cubeb_sndio.c:354: undefined reference to `sio_setpar' [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cubeb-sys-0.6.2/libcubeb/src/cubeb_sndio.c:354: undefined reference to `sio_getpar' [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cubeb-sys-0.6.2/libcubeb/src/cubeb_sndio.c:365: undefined reference to `sio_onmove' [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cubeb-sys-0.6.2/libcubeb/src/cubeb_sndio.c:403: undefined reference to `sio_close' [INFO] [stderr] /opt/rustwide/target/debug/deps/libcubeb_sys-f684b15d87737d6b.rlib(cubeb_sndio.c.o): In function `sndio_stream_destroy': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cubeb-sys-0.6.2/libcubeb/src/cubeb_sndio.c:449: undefined reference to `sio_close' [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error; 2 warnings emitted [INFO] [stderr] [INFO] [stderr] error: could not compile `cubeb`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/tone-91ab0e2529668626.tone.96h2higz-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/tone-91ab0e2529668626.tone.96h2higz-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/tone-91ab0e2529668626.tone.96h2higz-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/tone-91ab0e2529668626.tone.96h2higz-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/tone-91ab0e2529668626.tone.96h2higz-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/tone-91ab0e2529668626.tone.96h2higz-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/tone-91ab0e2529668626.tone.96h2higz-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/tone-91ab0e2529668626.tone.96h2higz-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/tone-91ab0e2529668626.tone.96h2higz-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/tone-91ab0e2529668626.tone.96h2higz-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/tone-91ab0e2529668626.tone.96h2higz-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/tone-91ab0e2529668626.tone.96h2higz-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/tone-91ab0e2529668626.tone.96h2higz-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/tone-91ab0e2529668626.tone.96h2higz-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/tone-91ab0e2529668626.tone.96h2higz-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/tone-91ab0e2529668626.tone.96h2higz-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/tone-91ab0e2529668626" "/opt/rustwide/target/debug/examples/tone-91ab0e2529668626.3qeibpieo40sq3bg.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/cubeb-sys-e1ecd83de5fb240b/out/lib" "-L" "/opt/rustwide/target/debug/build/cubeb-sys-e1ecd83de5fb240b/out/lib64" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libcubeb-56cec6bd0264b5f8.rlib" "/opt/rustwide/target/debug/deps/libcubeb_core-f30f9beccc23c570.rlib" "/opt/rustwide/target/debug/deps/libcubeb_sys-f684b15d87737d6b.rlib" "/opt/rustwide/target/debug/deps/libbitflags-c5180c3dc5cc8193.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-62f93208e14fa8f0.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-b2c4dbe979cef5e2.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-8b9b66cb3e9f891d.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-5998b08bf29f56ac.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-efd1670396ccb585.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-6435b9209e888961.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-866e5dfb603b34d2.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-75eac3089695b3b4.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-35744537b4825584.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-f7ee5081d96fb2cd.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-5b28479cb639d76c.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-f827473dd3b319fa.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-53f9c299c549c6a9.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-44132fbb3fcc18d3.rlib" "-Wl,-Bdynamic" "-lstdc++" "-lasound" "-lpulse" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stderr] = note: /opt/rustwide/target/debug/deps/libcubeb_sys-f684b15d87737d6b.rlib(cubeb_sndio.c.o): In function `sndio_mainloop': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cubeb-sys-0.6.2/libcubeb/src/cubeb_sndio.c:122: undefined reference to `sio_start' [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cubeb-sys-0.6.2/libcubeb/src/cubeb_sndio.c:206: undefined reference to `sio_pollfd' [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cubeb-sys-0.6.2/libcubeb/src/cubeb_sndio.c:216: undefined reference to `sio_revents' [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cubeb-sys-0.6.2/libcubeb/src/cubeb_sndio.c:224: undefined reference to `sio_write' [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cubeb-sys-0.6.2/libcubeb/src/cubeb_sndio.c:225: undefined reference to `sio_eof' [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cubeb-sys-0.6.2/libcubeb/src/cubeb_sndio.c:234: undefined reference to `sio_read' [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cubeb-sys-0.6.2/libcubeb/src/cubeb_sndio.c:235: undefined reference to `sio_eof' [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cubeb-sys-0.6.2/libcubeb/src/cubeb_sndio.c:247: undefined reference to `sio_stop' [INFO] [stderr] /opt/rustwide/target/debug/deps/libcubeb_sys-f684b15d87737d6b.rlib(cubeb_sndio.c.o): In function `sndio_stream_init': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cubeb-sys-0.6.2/libcubeb/src/cubeb_sndio.c:326: undefined reference to `sio_open' [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cubeb-sys-0.6.2/libcubeb/src/cubeb_sndio.c:331: undefined reference to `sio_initpar' [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cubeb-sys-0.6.2/libcubeb/src/cubeb_sndio.c:354: undefined reference to `sio_setpar' [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cubeb-sys-0.6.2/libcubeb/src/cubeb_sndio.c:354: undefined reference to `sio_getpar' [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cubeb-sys-0.6.2/libcubeb/src/cubeb_sndio.c:365: undefined reference to `sio_onmove' [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cubeb-sys-0.6.2/libcubeb/src/cubeb_sndio.c:403: undefined reference to `sio_close' [INFO] [stderr] /opt/rustwide/target/debug/deps/libcubeb_sys-f684b15d87737d6b.rlib(cubeb_sndio.c.o): In function `sndio_stream_destroy': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cubeb-sys-0.6.2/libcubeb/src/cubeb_sndio.c:449: undefined reference to `sio_close' [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: could not compile `cubeb`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] warning: 6 warnings emitted [INFO] [stderr] [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "4101bf037a7f5864ffc2deda89da66db6c04d373f68ec71e8cda4d974a5eaa37"` [INFO] running `"docker" "rm" "-f" "4101bf037a7f5864ffc2deda89da66db6c04d373f68ec71e8cda4d974a5eaa37"` [INFO] [stdout] 4101bf037a7f5864ffc2deda89da66db6c04d373f68ec71e8cda4d974a5eaa37