[INFO] crate soundio 0.2.0 is already in cache [INFO] extracting crate soundio 0.2.0 into work/ex/beta-1.38-1/sources/1.37.0/reg/soundio/0.2.0 [INFO] extracting crate soundio 0.2.0 into work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/soundio/0.2.0 [INFO] validating manifest of soundio-0.2.0 on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of soundio-0.2.0 on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing soundio-0.2.0 [INFO] removed 0 missing examples [INFO] removed path dependency libsoundio-sys from soundio-0.2.0 [INFO] finished frobbing soundio-0.2.0 [INFO] frobbed toml for soundio-0.2.0 written to work/ex/beta-1.38-1/sources/1.37.0/reg/soundio/0.2.0/Cargo.toml [INFO] started frobbing soundio-0.2.0 [INFO] removed 0 missing examples [INFO] removed path dependency libsoundio-sys from soundio-0.2.0 [INFO] finished frobbing soundio-0.2.0 [INFO] frobbed toml for soundio-0.2.0 written to work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/soundio/0.2.0/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing soundio-0.2.0 against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-2/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/soundio/0.2.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-08-13" "build" "--frozen"` [INFO] [stdout] 713dc195e3e194b9cd6ac3b46bd248beb2f447069219b39a765257a106a0e1e3 [INFO] running `"docker" "start" "-a" "713dc195e3e194b9cd6ac3b46bd248beb2f447069219b39a765257a106a0e1e3"` [INFO] [stderr] warning: An explicit [[example]] section is specified in Cargo.toml which currently [INFO] [stderr] disables Cargo from automatically inferring other example targets. [INFO] [stderr] This inference behavior will change in the Rust 2018 edition and the following [INFO] [stderr] files will be included as a example target: [INFO] [stderr] [INFO] [stderr] * /opt/crater/workdir/examples/sine/main.rs [INFO] [stderr] [INFO] [stderr] This is likely to break cargo build or cargo test as these files may not be [INFO] [stderr] ready to be compiled as a example target today. You can future-proof yourself [INFO] [stderr] and disable this warning by adding `autoexamples = false` to your [package] [INFO] [stderr] section. You may also move the files to a location where Cargo would not [INFO] [stderr] automatically infer them to be a target, such as in subfolders. [INFO] [stderr] [INFO] [stderr] For more information on this warning you can consult [INFO] [stderr] https://github.com/rust-lang/cargo/issues/5330 [INFO] [stderr] Compiling libsoundio-sys v0.2.0 [INFO] [stderr] Compiling soundio v0.2.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/context.rs:37:42 [INFO] [stderr] | [INFO] [stderr] 37 | backend_disconnect_callback: Option>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(Error) + 'a` [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/context.rs:38:38 [INFO] [stderr] | [INFO] [stderr] 38 | devices_change_callback: Option>, [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut() + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/context.rs:39:37 [INFO] [stderr] | [INFO] [stderr] 39 | events_signal_callback: Option>, [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut() + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/instream.rs:74:25 [INFO] [stderr] | [INFO] [stderr] 74 | pub read_callback: Box, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(&mut InStreamReader) + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/instream.rs:75:36 [INFO] [stderr] | [INFO] [stderr] 75 | pub overflow_callback: Option>, [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut() + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/instream.rs:76:33 [INFO] [stderr] | [INFO] [stderr] 76 | pub error_callback: Option>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(Error) + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/outstream.rs:74:26 [INFO] [stderr] | [INFO] [stderr] 74 | pub write_callback: Box, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(&mut OutStreamWriter) + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/outstream.rs:75:37 [INFO] [stderr] | [INFO] [stderr] 75 | pub underflow_callback: Option>, [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut() + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/outstream.rs:76:33 [INFO] [stderr] | [INFO] [stderr] 76 | pub error_callback: Option>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(Error) + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/error.rs:124:29 [INFO] [stderr] | [INFO] [stderr] 124 | fn cause(&self) -> Option<&error::Error> { [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 7.62s [INFO] running `"docker" "inspect" "713dc195e3e194b9cd6ac3b46bd248beb2f447069219b39a765257a106a0e1e3"` [INFO] running `"docker" "rm" "-f" "713dc195e3e194b9cd6ac3b46bd248beb2f447069219b39a765257a106a0e1e3"` [INFO] [stdout] 713dc195e3e194b9cd6ac3b46bd248beb2f447069219b39a765257a106a0e1e3 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-2/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/soundio/0.2.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-08-13" "test" "--frozen" "--no-run"` [INFO] [stdout] 24ecdbeaaf7a28c9bd99fd310a1dcdcc3b29ce86a9837c33f0c99982ea97a988 [INFO] running `"docker" "start" "-a" "24ecdbeaaf7a28c9bd99fd310a1dcdcc3b29ce86a9837c33f0c99982ea97a988"` [INFO] [stderr] warning: An explicit [[example]] section is specified in Cargo.toml which currently [INFO] [stderr] disables Cargo from automatically inferring other example targets. [INFO] [stderr] This inference behavior will change in the Rust 2018 edition and the following [INFO] [stderr] files will be included as a example target: [INFO] [stderr] [INFO] [stderr] * /opt/crater/workdir/examples/sine/main.rs [INFO] [stderr] [INFO] [stderr] This is likely to break cargo build or cargo test as these files may not be [INFO] [stderr] ready to be compiled as a example target today. You can future-proof yourself [INFO] [stderr] and disable this warning by adding `autoexamples = false` to your [package] [INFO] [stderr] section. You may also move the files to a location where Cargo would not [INFO] [stderr] automatically infer them to be a target, such as in subfolders. [INFO] [stderr] [INFO] [stderr] For more information on this warning you can consult [INFO] [stderr] https://github.com/rust-lang/cargo/issues/5330 [INFO] [stderr] Compiling soundio v0.2.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused variable: `watch` [INFO] [stderr] --> examples/list_devices/main.rs:4:17 [INFO] [stderr] | [INFO] [stderr] 4 | fn list_devices(watch: bool, short_output: bool, backend: soundio::Backend) -> Result<(), String> { [INFO] [stderr] | ^^^^^ help: consider prefixing with an underscore: `_watch` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: method is never used: `finished` [INFO] [stderr] --> examples/player/main.rs:50:2 [INFO] [stderr] | [INFO] [stderr] 50 | fn finished(&self) -> bool { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/context.rs:37:42 [INFO] [stderr] | [INFO] [stderr] 37 | backend_disconnect_callback: Option>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(Error) + 'a` [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/context.rs:38:38 [INFO] [stderr] | [INFO] [stderr] 38 | devices_change_callback: Option>, [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut() + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/context.rs:39:37 [INFO] [stderr] | [INFO] [stderr] 39 | events_signal_callback: Option>, [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut() + 'a` [INFO] [stderr] [INFO] [stderr] warning: unused import: `super::super::backend::*` [INFO] [stderr] --> src/context.rs:686:6 [INFO] [stderr] | [INFO] [stderr] 686 | use super::super::backend::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/instream.rs:74:25 [INFO] [stderr] | [INFO] [stderr] 74 | pub read_callback: Box, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(&mut InStreamReader) + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/instream.rs:75:36 [INFO] [stderr] | [INFO] [stderr] 75 | pub overflow_callback: Option>, [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut() + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/instream.rs:76:33 [INFO] [stderr] | [INFO] [stderr] 76 | pub error_callback: Option>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(Error) + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/outstream.rs:74:26 [INFO] [stderr] | [INFO] [stderr] 74 | pub write_callback: Box, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(&mut OutStreamWriter) + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/outstream.rs:75:37 [INFO] [stderr] | [INFO] [stderr] 75 | pub underflow_callback: Option>, [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut() + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/outstream.rs:76:33 [INFO] [stderr] | [INFO] [stderr] 76 | pub error_callback: Option>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(Error) + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/error.rs:124:29 [INFO] [stderr] | [INFO] [stderr] 124 | fn cause(&self) -> Option<&error::Error> { [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error` [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/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/list_devices-d33aa9a9bdc406b8.list_devices.e437s0q0-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/list_devices-d33aa9a9bdc406b8.list_devices.e437s0q0-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/list_devices-d33aa9a9bdc406b8.list_devices.e437s0q0-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/list_devices-d33aa9a9bdc406b8.list_devices.e437s0q0-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/list_devices-d33aa9a9bdc406b8.list_devices.e437s0q0-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/list_devices-d33aa9a9bdc406b8.list_devices.e437s0q0-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/list_devices-d33aa9a9bdc406b8.list_devices.e437s0q0-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/list_devices-d33aa9a9bdc406b8.list_devices.e437s0q0-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/list_devices-d33aa9a9bdc406b8.list_devices.e437s0q0-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/list_devices-d33aa9a9bdc406b8.list_devices.e437s0q0-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/list_devices-d33aa9a9bdc406b8.list_devices.e437s0q0-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/list_devices-d33aa9a9bdc406b8.list_devices.e437s0q0-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/list_devices-d33aa9a9bdc406b8.list_devices.e437s0q0-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/list_devices-d33aa9a9bdc406b8.list_devices.e437s0q0-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/list_devices-d33aa9a9bdc406b8.list_devices.e437s0q0-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/list_devices-d33aa9a9bdc406b8.list_devices.e437s0q0-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/list_devices-d33aa9a9bdc406b8" "/opt/crater/target/debug/examples/list_devices-d33aa9a9bdc406b8.1n91vem53bdxhoyr.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/target/debug/build/libsoundio-sys-7edbb635c7cbce65/out/lib" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libsoundio-9e1b3e2ebc19832c.rlib" "/opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib" "/opt/crater/target/debug/deps/liblibc-37f3d1c853b3b7bd.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-1d6d86bd078a28e9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e9721e46a424e2a9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-c07193698f282147.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-6da45690f3863086.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-690797036dd27680.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-d3896ccbfd8eda2b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-7cccc3739e3d7623.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-5e9ba178a513cd29.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-5ca9f83bf63d1f4b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-bba1c7ef9e950882.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-e23c9de62012deb5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-9b59dffdcd513d5d.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-17392340ab2e4a97.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-ac21508a81e3f7f3.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(pulseaudio.c.o): In function `subscribe_callback': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:22: undefined reference to `pa_threaded_mainloop_signal' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(pulseaudio.c.o): In function `subscribe_to_events': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:30: undefined reference to `pa_context_subscribe' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:33: undefined reference to `pa_operation_unref' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(pulseaudio.c.o): In function `context_state_callback': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:42: undefined reference to `pa_context_get_state' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:53: undefined reference to `pa_threaded_mainloop_signal' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:56: undefined reference to `pa_threaded_mainloop_signal' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:65: undefined reference to `pa_threaded_mainloop_signal' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(pulseaudio.c.o): In function `destroy_pa': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:75: undefined reference to `pa_threaded_mainloop_stop' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:77: undefined reference to `pa_context_disconnect' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:78: undefined reference to `pa_context_unref' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:84: undefined reference to `pa_threaded_mainloop_free' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:87: undefined reference to `pa_proplist_free' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(pulseaudio.c.o): In function `perform_operation': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:207: undefined reference to `pa_operation_get_state' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:209: undefined reference to `pa_threaded_mainloop_wait' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:212: undefined reference to `pa_operation_unref' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:215: undefined reference to `pa_operation_unref' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(pulseaudio.c.o): In function `sink_info_callback': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:227: undefined reference to `pa_threaded_mainloop_signal' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(pulseaudio.c.o): In function `source_info_callback': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:291: undefined reference to `pa_threaded_mainloop_signal' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(pulseaudio.c.o): In function `server_info_callback': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:362: undefined reference to `pa_threaded_mainloop_signal' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(pulseaudio.c.o): In function `refresh_devices': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:389: undefined reference to `pa_context_get_sink_info_list' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:390: undefined reference to `pa_context_get_source_info_list' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:391: undefined reference to `pa_context_get_server_info' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:443: undefined reference to `pa_threaded_mainloop_signal' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(pulseaudio.c.o): In function `my_flush_events': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:457: undefined reference to `pa_threaded_mainloop_lock' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:460: undefined reference to `pa_threaded_mainloop_wait' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:478: undefined reference to `pa_threaded_mainloop_unlock' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(pulseaudio.c.o): In function `wakeup_pa': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:499: undefined reference to `pa_threaded_mainloop_lock' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:500: undefined reference to `pa_threaded_mainloop_signal' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:501: undefined reference to `pa_threaded_mainloop_unlock' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(pulseaudio.c.o): In function `force_device_scan_pa': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:507: undefined reference to `pa_threaded_mainloop_lock' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:509: undefined reference to `pa_threaded_mainloop_signal' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:511: undefined reference to `pa_threaded_mainloop_unlock' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(pulseaudio.c.o): In function `playback_stream_state_callback': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:603: undefined reference to `pa_stream_get_state' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:610: undefined reference to `pa_threaded_mainloop_signal' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(pulseaudio.c.o): In function `outstream_destroy_pa': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:636: undefined reference to `pa_threaded_mainloop_lock' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:638: undefined reference to `pa_stream_set_write_callback' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:639: undefined reference to `pa_stream_set_state_callback' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:640: undefined reference to `pa_stream_set_underflow_callback' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:641: undefined reference to `pa_stream_set_overflow_callback' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:642: undefined reference to `pa_stream_disconnect' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:644: undefined reference to `pa_stream_unref' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:646: undefined reference to `pa_threaded_mainloop_unlock' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(pulseaudio.c.o): In function `timing_update_callback': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:655: undefined reference to `pa_threaded_mainloop_signal' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(pulseaudio.c.o): In function `outstream_open_pa': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:674: undefined reference to `pa_threaded_mainloop_lock' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:683: undefined reference to `pa_stream_new' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:685: undefined reference to `pa_threaded_mainloop_unlock' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:689: undefined reference to `pa_stream_set_state_callback' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:709: undefined reference to `pa_stream_connect_playback' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:713: undefined reference to `pa_threaded_mainloop_unlock' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:718: undefined reference to `pa_threaded_mainloop_wait' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:720: undefined reference to `pa_stream_update_timing_info' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:722: undefined reference to `pa_threaded_mainloop_unlock' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:726: undefined reference to `pa_stream_writable_size' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:729: undefined reference to `pa_threaded_mainloop_unlock' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(pulseaudio.c.o): In function `outstream_start_pa': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:739: undefined reference to `pa_threaded_mainloop_lock' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:741: undefined reference to `pa_stream_writable_size' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:745: undefined reference to `pa_stream_cork' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:747: undefined reference to `pa_threaded_mainloop_unlock' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:750: undefined reference to `pa_operation_unref' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:751: undefined reference to `pa_stream_set_write_callback' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:752: undefined reference to `pa_stream_set_underflow_callback' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:753: undefined reference to `pa_stream_set_overflow_callback' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:755: undefined reference to `pa_threaded_mainloop_unlock' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(pulseaudio.c.o): In function `outstream_begin_write_pa': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:768: undefined reference to `pa_stream_begin_write' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(pulseaudio.c.o): In function `outstream_end_write_pa': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:787: undefined reference to `pa_stream_write' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(pulseaudio.c.o): In function `outstream_pause_pa': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:805: undefined reference to `pa_threaded_mainloop_in_thread' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:806: undefined reference to `pa_threaded_mainloop_lock' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:809: undefined reference to `pa_stream_is_corked' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:810: undefined reference to `pa_stream_cork' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:812: undefined reference to `pa_threaded_mainloop_unlock' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:815: undefined reference to `pa_operation_unref' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:818: undefined reference to `pa_threaded_mainloop_in_thread' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:819: undefined reference to `pa_threaded_mainloop_unlock' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(pulseaudio.c.o): In function `outstream_get_latency_pa': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:831: undefined reference to `pa_stream_get_latency' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(pulseaudio.c.o): In function `recording_stream_state_callback': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:845: undefined reference to `pa_stream_get_state' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:852: undefined reference to `pa_threaded_mainloop_signal' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(pulseaudio.c.o): In function `instream_destroy_pa': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:874: undefined reference to `pa_threaded_mainloop_lock' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:876: undefined reference to `pa_stream_set_state_callback' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:877: undefined reference to `pa_stream_set_read_callback' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:878: undefined reference to `pa_stream_disconnect' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:879: undefined reference to `pa_stream_unref' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:881: undefined reference to `pa_threaded_mainloop_unlock' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(pulseaudio.c.o): In function `instream_open_pa': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:899: undefined reference to `pa_threaded_mainloop_lock' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:908: undefined reference to `pa_stream_new' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:910: undefined reference to `pa_threaded_mainloop_unlock' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:917: undefined reference to `pa_stream_set_state_callback' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:918: undefined reference to `pa_stream_set_read_callback' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:933: undefined reference to `pa_threaded_mainloop_unlock' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(pulseaudio.c.o): In function `instream_start_pa': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:942: undefined reference to `pa_threaded_mainloop_lock' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:946: undefined reference to `pa_stream_connect_record' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:950: undefined reference to `pa_threaded_mainloop_unlock' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:955: undefined reference to `pa_threaded_mainloop_wait' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:957: undefined reference to `pa_stream_update_timing_info' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:959: undefined reference to `pa_threaded_mainloop_unlock' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:964: undefined reference to `pa_threaded_mainloop_unlock' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(pulseaudio.c.o): In function `instream_begin_read_pa': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:978: undefined reference to `pa_stream_peek' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(pulseaudio.c.o): In function `instream_end_read_pa': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:1011: undefined reference to `pa_stream_drop' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:1021: undefined reference to `pa_stream_drop' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(pulseaudio.c.o): In function `instream_pause_pa': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:1033: undefined reference to `pa_threaded_mainloop_in_thread' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:1034: undefined reference to `pa_threaded_mainloop_lock' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:1037: undefined reference to `pa_stream_is_corked' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:1038: undefined reference to `pa_stream_cork' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:1041: undefined reference to `pa_operation_unref' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:1044: undefined reference to `pa_threaded_mainloop_in_thread' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:1045: undefined reference to `pa_threaded_mainloop_unlock' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(pulseaudio.c.o): In function `instream_get_latency_pa': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:1057: undefined reference to `pa_stream_get_latency' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(pulseaudio.c.o): In function `soundio_pulseaudio_init': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:1070: undefined reference to `pa_threaded_mainloop_new' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:1076: undefined reference to `pa_threaded_mainloop_get_api' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:1078: undefined reference to `pa_proplist_new' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:1084: undefined reference to `pa_context_new_with_proplist' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:1090: undefined reference to `pa_context_set_subscribe_callback' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:1091: undefined reference to `pa_context_set_state_callback' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:1093: undefined reference to `pa_context_connect' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:1099: undefined reference to `pa_threaded_mainloop_start' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:1104: undefined reference to `pa_threaded_mainloop_lock' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:1108: undefined reference to `pa_threaded_mainloop_wait' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:1111: undefined reference to `pa_threaded_mainloop_unlock' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:1117: undefined reference to `pa_threaded_mainloop_unlock' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:1122: undefined reference to `pa_threaded_mainloop_unlock' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(alsa.c.o): In function `handle_channel_maps': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:209: undefined reference to `snd_pcm_free_chmaps' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:222: undefined reference to `snd_pcm_free_chmaps' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(alsa.c.o): In function `test_fmt_mask': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:257: undefined reference to `snd_pcm_format_mask_test' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(alsa.c.o): In function `set_access': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:266: undefined reference to `snd_pcm_hw_params_set_access' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(alsa.c.o): In function `probe_open_device': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:284: undefined reference to `snd_pcm_hw_params_sizeof' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:284: undefined reference to `snd_pcm_hw_params_sizeof' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:286: undefined reference to `snd_pcm_hw_params_any' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:289: undefined reference to `snd_pcm_hw_params_set_rate_resample' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:298: undefined reference to `snd_pcm_hw_params_get_channels_min' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:300: undefined reference to `snd_pcm_hw_params_set_channels_last' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:309: undefined reference to `snd_pcm_hw_params_get_rate_min' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:312: undefined reference to `snd_pcm_hw_params_set_rate_last' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:328: undefined reference to `snd_pcm_hw_params_get_buffer_size_min' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:330: undefined reference to `snd_pcm_hw_params_get_buffer_size_max' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:336: undefined reference to `snd_pcm_hw_params_set_buffer_size_first' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:341: undefined reference to `snd_pcm_format_mask_sizeof' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:341: undefined reference to `snd_pcm_format_mask_sizeof' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:342: undefined reference to `snd_pcm_format_mask_none' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:343: undefined reference to `snd_pcm_format_mask_set' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:344: undefined reference to `snd_pcm_format_mask_set' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:345: undefined reference to `snd_pcm_format_mask_set' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:346: undefined reference to `snd_pcm_format_mask_set' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:347: undefined reference to `snd_pcm_format_mask_set' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(alsa.c.o):/opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:348: more undefined references to `snd_pcm_format_mask_set' follow [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(alsa.c.o): In function `probe_open_device': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:362: undefined reference to `snd_pcm_hw_params_set_format_mask' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:366: undefined reference to `snd_pcm_hw_params_get_format_mask' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(alsa.c.o): In function `probe_device': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:401: undefined reference to `snd_pcm_open' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:409: undefined reference to `snd_pcm_close' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:414: undefined reference to `snd_pcm_query_chmaps' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:428: undefined reference to `snd_pcm_close' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:441: undefined reference to `snd_pcm_get_chmap' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:447: undefined reference to `snd_pcm_close' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:461: undefined reference to `snd_pcm_close' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:466: undefined reference to `snd_pcm_close' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(alsa.c.o): In function `refresh_devices': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:479: undefined reference to `snd_config_update_free_global' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:481: undefined reference to `snd_config_update' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:491: undefined reference to `snd_device_name_hint' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:502: undefined reference to `snd_device_name_get_hint' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:520: undefined reference to `snd_device_name_get_hint' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:523: undefined reference to `snd_device_name_get_hint' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:570: undefined reference to `snd_device_name_free_hint' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:591: undefined reference to `snd_device_name_free_hint' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:627: undefined reference to `snd_device_name_free_hint' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:648: undefined reference to `snd_device_name_free_hint' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:652: undefined reference to `snd_card_next' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:656: undefined reference to `snd_ctl_card_info_sizeof' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:656: undefined reference to `snd_ctl_card_info_sizeof' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:659: undefined reference to `snd_pcm_info_sizeof' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:659: undefined reference to `snd_pcm_info_sizeof' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:666: undefined reference to `snd_ctl_open' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:675: undefined reference to `snd_ctl_card_info' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:676: undefined reference to `snd_ctl_close' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:680: undefined reference to `snd_ctl_card_info_get_name' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:684: undefined reference to `snd_ctl_pcm_next_device' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:685: undefined reference to `snd_ctl_close' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:692: undefined reference to `snd_pcm_info_set_device' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:693: undefined reference to `snd_pcm_info_set_subdevice' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:697: undefined reference to `snd_pcm_info_set_stream' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:699: undefined reference to `snd_ctl_pcm_info' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:703: undefined reference to `snd_ctl_close' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:709: undefined reference to `snd_pcm_info_get_name' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:713: undefined reference to `snd_ctl_close' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:726: undefined reference to `snd_ctl_close' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:741: undefined reference to `snd_pcm_query_chmaps_from_hw' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:751: undefined reference to `snd_ctl_close' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:752: undefined reference to `snd_card_next' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(alsa.c.o): In function `outstream_destroy_alsa': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:998: undefined reference to `snd_pcm_close' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(alsa.c.o): In function `outstream_xrun_recovery': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1016: undefined reference to `snd_pcm_prepare' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1020: undefined reference to `snd_pcm_resume' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1025: undefined reference to `snd_pcm_prepare' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(alsa.c.o): In function `instream_xrun_recovery': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1036: undefined reference to `snd_pcm_prepare' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1040: undefined reference to `snd_pcm_resume' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1045: undefined reference to `snd_pcm_prepare' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(alsa.c.o): In function `outstream_wait_for_poll': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1062: undefined reference to `snd_pcm_poll_descriptors_revents' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(alsa.c.o): In function `instream_wait_for_poll': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1083: undefined reference to `snd_pcm_poll_descriptors_revents' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(alsa.c.o): In function `outstream_thread_run': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1104: undefined reference to `snd_pcm_state' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1108: undefined reference to `snd_pcm_prepare' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1116: undefined reference to `snd_pcm_avail' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1129: undefined reference to `snd_pcm_start' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1147: undefined reference to `snd_pcm_drop' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1151: undefined reference to `snd_pcm_reset' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1164: undefined reference to `snd_pcm_avail_update' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(alsa.c.o): In function `instream_thread_run': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1206: undefined reference to `snd_pcm_state' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1209: undefined reference to `snd_pcm_prepare' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1215: undefined reference to `snd_pcm_start' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1232: undefined reference to `snd_pcm_avail_update' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(alsa.c.o): In function `outstream_open_alsa': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1290: undefined reference to `snd_pcm_hw_params_sizeof' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1290: undefined reference to `snd_pcm_hw_params_sizeof' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1294: undefined reference to `snd_pcm_open' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1299: undefined reference to `snd_pcm_hw_params_any' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1305: undefined reference to `snd_pcm_hw_params_set_rate_resample' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1315: undefined reference to `snd_pcm_hw_params_set_channels' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1320: undefined reference to `snd_pcm_hw_params_set_rate' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1326: undefined reference to `snd_pcm_format_physical_width' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1332: undefined reference to `snd_pcm_hw_params_set_format' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1338: undefined reference to `snd_pcm_hw_params_set_buffer_size_near' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1345: undefined reference to `snd_pcm_hw_params' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1350: undefined reference to `snd_pcm_hw_params_get_period_size' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1361: undefined reference to `snd_pcm_set_chmap' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1366: undefined reference to `snd_pcm_sw_params_sizeof' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1366: undefined reference to `snd_pcm_sw_params_sizeof' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1368: undefined reference to `snd_pcm_sw_params_current' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1373: undefined reference to `snd_pcm_sw_params_set_start_threshold' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1378: undefined reference to `snd_pcm_sw_params_set_avail_min' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1384: undefined reference to `snd_pcm_sw_params' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1398: undefined reference to `snd_pcm_poll_descriptors_count' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1411: undefined reference to `snd_pcm_poll_descriptors' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(alsa.c.o): In function `outstream_begin_write_alsa': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1472: undefined reference to `snd_pcm_mmap_begin' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(alsa.c.o): In function `outstream_end_write_alsa': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1501: undefined reference to `snd_pcm_writei' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1507: undefined reference to `snd_pcm_writen' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1509: undefined reference to `snd_pcm_mmap_commit' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(alsa.c.o): In function `outstream_pause_alsa': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1543: undefined reference to `snd_pcm_pause' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(alsa.c.o): In function `outstream_get_latency_alsa': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1559: undefined reference to `snd_pcm_delay' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(alsa.c.o): In function `instream_destroy_alsa': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1577: undefined reference to `snd_pcm_close' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(alsa.c.o): In function `instream_open_alsa': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1612: undefined reference to `snd_pcm_hw_params_sizeof' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1612: undefined reference to `snd_pcm_hw_params_sizeof' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1616: undefined reference to `snd_pcm_open' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1621: undefined reference to `snd_pcm_hw_params_any' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1627: undefined reference to `snd_pcm_hw_params_set_rate_resample' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1637: undefined reference to `snd_pcm_hw_params_set_channels' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1642: undefined reference to `snd_pcm_hw_params_set_rate' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1648: undefined reference to `snd_pcm_format_physical_width' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1654: undefined reference to `snd_pcm_hw_params_set_format' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1660: undefined reference to `snd_pcm_hw_params_set_period_size_near' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1669: undefined reference to `snd_pcm_hw_params_set_buffer_size_last' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1675: undefined reference to `snd_pcm_hw_params' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1685: undefined reference to `snd_pcm_set_chmap' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1690: undefined reference to `snd_pcm_sw_params_sizeof' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1690: undefined reference to `snd_pcm_sw_params_sizeof' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1692: undefined reference to `snd_pcm_sw_params_current' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1698: undefined reference to `snd_pcm_sw_params' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1712: undefined reference to `snd_pcm_poll_descriptors_count' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1724: undefined reference to `snd_pcm_poll_descriptors' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(alsa.c.o): In function `instream_begin_read_alsa': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1764: undefined reference to `snd_pcm_readi' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1781: undefined reference to `snd_pcm_readn' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1792: undefined reference to `snd_pcm_mmap_begin' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(alsa.c.o): In function `instream_end_read_alsa': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1821: undefined reference to `snd_pcm_mmap_commit' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(alsa.c.o): In function `instream_pause_alsa': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1839: undefined reference to `snd_pcm_pause' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(alsa.c.o): In function `instream_get_latency_alsa': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1854: undefined reference to `snd_pcm_delay' [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 `soundio`. [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/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/player-7ffe8ca5f9b922c5.player.bce3i3ci-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/player-7ffe8ca5f9b922c5.player.bce3i3ci-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/player-7ffe8ca5f9b922c5.player.bce3i3ci-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/player-7ffe8ca5f9b922c5.player.bce3i3ci-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/player-7ffe8ca5f9b922c5.player.bce3i3ci-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/player-7ffe8ca5f9b922c5.player.bce3i3ci-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/player-7ffe8ca5f9b922c5.player.bce3i3ci-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/player-7ffe8ca5f9b922c5.player.bce3i3ci-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/player-7ffe8ca5f9b922c5.player.bce3i3ci-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/player-7ffe8ca5f9b922c5.player.bce3i3ci-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/player-7ffe8ca5f9b922c5.player.bce3i3ci-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/player-7ffe8ca5f9b922c5.player.bce3i3ci-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/player-7ffe8ca5f9b922c5.player.bce3i3ci-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/player-7ffe8ca5f9b922c5.player.bce3i3ci-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/player-7ffe8ca5f9b922c5.player.bce3i3ci-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/player-7ffe8ca5f9b922c5.player.bce3i3ci-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/player-7ffe8ca5f9b922c5" "/opt/crater/target/debug/examples/player-7ffe8ca5f9b922c5.q4ndiynxh76msdz.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/target/debug/build/libsoundio-sys-7edbb635c7cbce65/out/lib" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libhound-bb8c0d024b2114a7.rlib" "/opt/crater/target/debug/deps/libcrossbeam-2314b6157c723fc9.rlib" "/opt/crater/target/debug/deps/libsoundio-9e1b3e2ebc19832c.rlib" "/opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib" "/opt/crater/target/debug/deps/liblibc-37f3d1c853b3b7bd.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-1d6d86bd078a28e9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e9721e46a424e2a9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-c07193698f282147.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-6da45690f3863086.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-690797036dd27680.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-d3896ccbfd8eda2b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-7cccc3739e3d7623.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-5e9ba178a513cd29.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-5ca9f83bf63d1f4b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-bba1c7ef9e950882.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-e23c9de62012deb5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-9b59dffdcd513d5d.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-17392340ab2e4a97.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-ac21508a81e3f7f3.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(pulseaudio.c.o): In function `subscribe_callback': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:22: undefined reference to `pa_threaded_mainloop_signal' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(pulseaudio.c.o): In function `subscribe_to_events': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:30: undefined reference to `pa_context_subscribe' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:33: undefined reference to `pa_operation_unref' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(pulseaudio.c.o): In function `context_state_callback': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:42: undefined reference to `pa_context_get_state' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:53: undefined reference to `pa_threaded_mainloop_signal' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:56: undefined reference to `pa_threaded_mainloop_signal' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:65: undefined reference to `pa_threaded_mainloop_signal' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(pulseaudio.c.o): In function `destroy_pa': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:75: undefined reference to `pa_threaded_mainloop_stop' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:77: undefined reference to `pa_context_disconnect' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:78: undefined reference to `pa_context_unref' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:84: undefined reference to `pa_threaded_mainloop_free' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:87: undefined reference to `pa_proplist_free' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(pulseaudio.c.o): In function `perform_operation': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:207: undefined reference to `pa_operation_get_state' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:209: undefined reference to `pa_threaded_mainloop_wait' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:212: undefined reference to `pa_operation_unref' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:215: undefined reference to `pa_operation_unref' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(pulseaudio.c.o): In function `sink_info_callback': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:227: undefined reference to `pa_threaded_mainloop_signal' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(pulseaudio.c.o): In function `source_info_callback': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:291: undefined reference to `pa_threaded_mainloop_signal' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(pulseaudio.c.o): In function `server_info_callback': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:362: undefined reference to `pa_threaded_mainloop_signal' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(pulseaudio.c.o): In function `refresh_devices': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:389: undefined reference to `pa_context_get_sink_info_list' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:390: undefined reference to `pa_context_get_source_info_list' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:391: undefined reference to `pa_context_get_server_info' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:443: undefined reference to `pa_threaded_mainloop_signal' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(pulseaudio.c.o): In function `my_flush_events': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:457: undefined reference to `pa_threaded_mainloop_lock' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:460: undefined reference to `pa_threaded_mainloop_wait' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:478: undefined reference to `pa_threaded_mainloop_unlock' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(pulseaudio.c.o): In function `wakeup_pa': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:499: undefined reference to `pa_threaded_mainloop_lock' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:500: undefined reference to `pa_threaded_mainloop_signal' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:501: undefined reference to `pa_threaded_mainloop_unlock' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(pulseaudio.c.o): In function `force_device_scan_pa': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:507: undefined reference to `pa_threaded_mainloop_lock' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:509: undefined reference to `pa_threaded_mainloop_signal' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:511: undefined reference to `pa_threaded_mainloop_unlock' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(pulseaudio.c.o): In function `playback_stream_state_callback': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:603: undefined reference to `pa_stream_get_state' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:610: undefined reference to `pa_threaded_mainloop_signal' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(pulseaudio.c.o): In function `outstream_destroy_pa': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:636: undefined reference to `pa_threaded_mainloop_lock' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:638: undefined reference to `pa_stream_set_write_callback' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:639: undefined reference to `pa_stream_set_state_callback' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:640: undefined reference to `pa_stream_set_underflow_callback' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:641: undefined reference to `pa_stream_set_overflow_callback' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:642: undefined reference to `pa_stream_disconnect' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:644: undefined reference to `pa_stream_unref' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:646: undefined reference to `pa_threaded_mainloop_unlock' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(pulseaudio.c.o): In function `timing_update_callback': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:655: undefined reference to `pa_threaded_mainloop_signal' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(pulseaudio.c.o): In function `outstream_open_pa': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:674: undefined reference to `pa_threaded_mainloop_lock' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:683: undefined reference to `pa_stream_new' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:685: undefined reference to `pa_threaded_mainloop_unlock' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:689: undefined reference to `pa_stream_set_state_callback' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:709: undefined reference to `pa_stream_connect_playback' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:713: undefined reference to `pa_threaded_mainloop_unlock' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:718: undefined reference to `pa_threaded_mainloop_wait' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:720: undefined reference to `pa_stream_update_timing_info' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:722: undefined reference to `pa_threaded_mainloop_unlock' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:726: undefined reference to `pa_stream_writable_size' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:729: undefined reference to `pa_threaded_mainloop_unlock' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(pulseaudio.c.o): In function `outstream_start_pa': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:739: undefined reference to `pa_threaded_mainloop_lock' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:741: undefined reference to `pa_stream_writable_size' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:745: undefined reference to `pa_stream_cork' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:747: undefined reference to `pa_threaded_mainloop_unlock' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:750: undefined reference to `pa_operation_unref' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:751: undefined reference to `pa_stream_set_write_callback' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:752: undefined reference to `pa_stream_set_underflow_callback' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:753: undefined reference to `pa_stream_set_overflow_callback' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:755: undefined reference to `pa_threaded_mainloop_unlock' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(pulseaudio.c.o): In function `outstream_begin_write_pa': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:768: undefined reference to `pa_stream_begin_write' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(pulseaudio.c.o): In function `outstream_end_write_pa': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:787: undefined reference to `pa_stream_write' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(pulseaudio.c.o): In function `outstream_pause_pa': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:805: undefined reference to `pa_threaded_mainloop_in_thread' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:806: undefined reference to `pa_threaded_mainloop_lock' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:809: undefined reference to `pa_stream_is_corked' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:810: undefined reference to `pa_stream_cork' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:812: undefined reference to `pa_threaded_mainloop_unlock' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:815: undefined reference to `pa_operation_unref' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:818: undefined reference to `pa_threaded_mainloop_in_thread' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:819: undefined reference to `pa_threaded_mainloop_unlock' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(pulseaudio.c.o): In function `outstream_get_latency_pa': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:831: undefined reference to `pa_stream_get_latency' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(pulseaudio.c.o): In function `recording_stream_state_callback': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:845: undefined reference to `pa_stream_get_state' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:852: undefined reference to `pa_threaded_mainloop_signal' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(pulseaudio.c.o): In function `instream_destroy_pa': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:874: undefined reference to `pa_threaded_mainloop_lock' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:876: undefined reference to `pa_stream_set_state_callback' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:877: undefined reference to `pa_stream_set_read_callback' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:878: undefined reference to `pa_stream_disconnect' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:879: undefined reference to `pa_stream_unref' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:881: undefined reference to `pa_threaded_mainloop_unlock' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(pulseaudio.c.o): In function `instream_open_pa': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:899: undefined reference to `pa_threaded_mainloop_lock' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:908: undefined reference to `pa_stream_new' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:910: undefined reference to `pa_threaded_mainloop_unlock' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:917: undefined reference to `pa_stream_set_state_callback' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:918: undefined reference to `pa_stream_set_read_callback' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:933: undefined reference to `pa_threaded_mainloop_unlock' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(pulseaudio.c.o): In function `instream_start_pa': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:942: undefined reference to `pa_threaded_mainloop_lock' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:946: undefined reference to `pa_stream_connect_record' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:950: undefined reference to `pa_threaded_mainloop_unlock' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:955: undefined reference to `pa_threaded_mainloop_wait' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:957: undefined reference to `pa_stream_update_timing_info' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:959: undefined reference to `pa_threaded_mainloop_unlock' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:964: undefined reference to `pa_threaded_mainloop_unlock' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(pulseaudio.c.o): In function `instream_begin_read_pa': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:978: undefined reference to `pa_stream_peek' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(pulseaudio.c.o): In function `instream_end_read_pa': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:1011: undefined reference to `pa_stream_drop' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:1021: undefined reference to `pa_stream_drop' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(pulseaudio.c.o): In function `instream_pause_pa': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:1033: undefined reference to `pa_threaded_mainloop_in_thread' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:1034: undefined reference to `pa_threaded_mainloop_lock' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:1037: undefined reference to `pa_stream_is_corked' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:1038: undefined reference to `pa_stream_cork' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:1041: undefined reference to `pa_operation_unref' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:1044: undefined reference to `pa_threaded_mainloop_in_thread' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:1045: undefined reference to `pa_threaded_mainloop_unlock' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(pulseaudio.c.o): In function `instream_get_latency_pa': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:1057: undefined reference to `pa_stream_get_latency' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(pulseaudio.c.o): In function `soundio_pulseaudio_init': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:1070: undefined reference to `pa_threaded_mainloop_new' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:1076: undefined reference to `pa_threaded_mainloop_get_api' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:1078: undefined reference to `pa_proplist_new' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:1084: undefined reference to `pa_context_new_with_proplist' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:1090: undefined reference to `pa_context_set_subscribe_callback' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:1091: undefined reference to `pa_context_set_state_callback' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:1093: undefined reference to `pa_context_connect' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:1099: undefined reference to `pa_threaded_mainloop_start' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:1104: undefined reference to `pa_threaded_mainloop_lock' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:1108: undefined reference to `pa_threaded_mainloop_wait' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:1111: undefined reference to `pa_threaded_mainloop_unlock' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:1117: undefined reference to `pa_threaded_mainloop_unlock' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:1122: undefined reference to `pa_threaded_mainloop_unlock' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(alsa.c.o): In function `handle_channel_maps': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:209: undefined reference to `snd_pcm_free_chmaps' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:222: undefined reference to `snd_pcm_free_chmaps' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(alsa.c.o): In function `test_fmt_mask': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:257: undefined reference to `snd_pcm_format_mask_test' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(alsa.c.o): In function `set_access': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:266: undefined reference to `snd_pcm_hw_params_set_access' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(alsa.c.o): In function `probe_open_device': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:284: undefined reference to `snd_pcm_hw_params_sizeof' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:284: undefined reference to `snd_pcm_hw_params_sizeof' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:286: undefined reference to `snd_pcm_hw_params_any' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:289: undefined reference to `snd_pcm_hw_params_set_rate_resample' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:298: undefined reference to `snd_pcm_hw_params_get_channels_min' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:300: undefined reference to `snd_pcm_hw_params_set_channels_last' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:309: undefined reference to `snd_pcm_hw_params_get_rate_min' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:312: undefined reference to `snd_pcm_hw_params_set_rate_last' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:328: undefined reference to `snd_pcm_hw_params_get_buffer_size_min' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:330: undefined reference to `snd_pcm_hw_params_get_buffer_size_max' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:336: undefined reference to `snd_pcm_hw_params_set_buffer_size_first' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:341: undefined reference to `snd_pcm_format_mask_sizeof' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:341: undefined reference to `snd_pcm_format_mask_sizeof' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:342: undefined reference to `snd_pcm_format_mask_none' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:343: undefined reference to `snd_pcm_format_mask_set' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:344: undefined reference to `snd_pcm_format_mask_set' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:345: undefined reference to `snd_pcm_format_mask_set' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:346: undefined reference to `snd_pcm_format_mask_set' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:347: undefined reference to `snd_pcm_format_mask_set' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(alsa.c.o):/opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:348: more undefined references to `snd_pcm_format_mask_set' follow [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(alsa.c.o): In function `probe_open_device': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:362: undefined reference to `snd_pcm_hw_params_set_format_mask' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:366: undefined reference to `snd_pcm_hw_params_get_format_mask' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(alsa.c.o): In function `probe_device': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:401: undefined reference to `snd_pcm_open' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:409: undefined reference to `snd_pcm_close' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:414: undefined reference to `snd_pcm_query_chmaps' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:428: undefined reference to `snd_pcm_close' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:441: undefined reference to `snd_pcm_get_chmap' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:447: undefined reference to `snd_pcm_close' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:461: undefined reference to `snd_pcm_close' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:466: undefined reference to `snd_pcm_close' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(alsa.c.o): In function `refresh_devices': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:479: undefined reference to `snd_config_update_free_global' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:481: undefined reference to `snd_config_update' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:491: undefined reference to `snd_device_name_hint' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:502: undefined reference to `snd_device_name_get_hint' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:520: undefined reference to `snd_device_name_get_hint' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:523: undefined reference to `snd_device_name_get_hint' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:570: undefined reference to `snd_device_name_free_hint' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:591: undefined reference to `snd_device_name_free_hint' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:627: undefined reference to `snd_device_name_free_hint' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:648: undefined reference to `snd_device_name_free_hint' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:652: undefined reference to `snd_card_next' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:656: undefined reference to `snd_ctl_card_info_sizeof' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:656: undefined reference to `snd_ctl_card_info_sizeof' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:659: undefined reference to `snd_pcm_info_sizeof' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:659: undefined reference to `snd_pcm_info_sizeof' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:666: undefined reference to `snd_ctl_open' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:675: undefined reference to `snd_ctl_card_info' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:676: undefined reference to `snd_ctl_close' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:680: undefined reference to `snd_ctl_card_info_get_name' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:684: undefined reference to `snd_ctl_pcm_next_device' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:685: undefined reference to `snd_ctl_close' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:692: undefined reference to `snd_pcm_info_set_device' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:693: undefined reference to `snd_pcm_info_set_subdevice' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:697: undefined reference to `snd_pcm_info_set_stream' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:699: undefined reference to `snd_ctl_pcm_info' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:703: undefined reference to `snd_ctl_close' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:709: undefined reference to `snd_pcm_info_get_name' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:713: undefined reference to `snd_ctl_close' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:726: undefined reference to `snd_ctl_close' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:741: undefined reference to `snd_pcm_query_chmaps_from_hw' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:751: undefined reference to `snd_ctl_close' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:752: undefined reference to `snd_card_next' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(alsa.c.o): In function `outstream_destroy_alsa': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:998: undefined reference to `snd_pcm_close' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(alsa.c.o): In function `outstream_xrun_recovery': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1016: undefined reference to `snd_pcm_prepare' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1020: undefined reference to `snd_pcm_resume' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1025: undefined reference to `snd_pcm_prepare' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(alsa.c.o): In function `instream_xrun_recovery': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1036: undefined reference to `snd_pcm_prepare' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1040: undefined reference to `snd_pcm_resume' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1045: undefined reference to `snd_pcm_prepare' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(alsa.c.o): In function `outstream_wait_for_poll': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1062: undefined reference to `snd_pcm_poll_descriptors_revents' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(alsa.c.o): In function `instream_wait_for_poll': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1083: undefined reference to `snd_pcm_poll_descriptors_revents' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(alsa.c.o): In function `outstream_thread_run': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1104: undefined reference to `snd_pcm_state' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1108: undefined reference to `snd_pcm_prepare' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1116: undefined reference to `snd_pcm_avail' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1129: undefined reference to `snd_pcm_start' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1147: undefined reference to `snd_pcm_drop' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1151: undefined reference to `snd_pcm_reset' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1164: undefined reference to `snd_pcm_avail_update' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(alsa.c.o): In function `instream_thread_run': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1206: undefined reference to `snd_pcm_state' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1209: undefined reference to `snd_pcm_prepare' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1215: undefined reference to `snd_pcm_start' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1232: undefined reference to `snd_pcm_avail_update' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(alsa.c.o): In function `outstream_open_alsa': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1290: undefined reference to `snd_pcm_hw_params_sizeof' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1290: undefined reference to `snd_pcm_hw_params_sizeof' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1294: undefined reference to `snd_pcm_open' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1299: undefined reference to `snd_pcm_hw_params_any' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1305: undefined reference to `snd_pcm_hw_params_set_rate_resample' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1315: undefined reference to `snd_pcm_hw_params_set_channels' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1320: undefined reference to `snd_pcm_hw_params_set_rate' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1326: undefined reference to `snd_pcm_format_physical_width' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1332: undefined reference to `snd_pcm_hw_params_set_format' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1338: undefined reference to `snd_pcm_hw_params_set_buffer_size_near' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1345: undefined reference to `snd_pcm_hw_params' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1350: undefined reference to `snd_pcm_hw_params_get_period_size' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1361: undefined reference to `snd_pcm_set_chmap' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1366: undefined reference to `snd_pcm_sw_params_sizeof' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1366: undefined reference to `snd_pcm_sw_params_sizeof' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1368: undefined reference to `snd_pcm_sw_params_current' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1373: undefined reference to `snd_pcm_sw_params_set_start_threshold' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1378: undefined reference to `snd_pcm_sw_params_set_avail_min' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1384: undefined reference to `snd_pcm_sw_params' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1398: undefined reference to `snd_pcm_poll_descriptors_count' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1411: undefined reference to `snd_pcm_poll_descriptors' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(alsa.c.o): In function `outstream_begin_write_alsa': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1472: undefined reference to `snd_pcm_mmap_begin' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(alsa.c.o): In function `outstream_end_write_alsa': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1501: undefined reference to `snd_pcm_writei' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1507: undefined reference to `snd_pcm_writen' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1509: undefined reference to `snd_pcm_mmap_commit' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(alsa.c.o): In function `outstream_pause_alsa': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1543: undefined reference to `snd_pcm_pause' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(alsa.c.o): In function `outstream_get_latency_alsa': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1559: undefined reference to `snd_pcm_delay' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(alsa.c.o): In function `instream_destroy_alsa': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1577: undefined reference to `snd_pcm_close' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(alsa.c.o): In function `instream_open_alsa': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1612: undefined reference to `snd_pcm_hw_params_sizeof' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1612: undefined reference to `snd_pcm_hw_params_sizeof' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1616: undefined reference to `snd_pcm_open' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1621: undefined reference to `snd_pcm_hw_params_any' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1627: undefined reference to `snd_pcm_hw_params_set_rate_resample' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1637: undefined reference to `snd_pcm_hw_params_set_channels' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1642: undefined reference to `snd_pcm_hw_params_set_rate' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1648: undefined reference to `snd_pcm_format_physical_width' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1654: undefined reference to `snd_pcm_hw_params_set_format' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1660: undefined reference to `snd_pcm_hw_params_set_period_size_near' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1669: undefined reference to `snd_pcm_hw_params_set_buffer_size_last' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1675: undefined reference to `snd_pcm_hw_params' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1685: undefined reference to `snd_pcm_set_chmap' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1690: undefined reference to `snd_pcm_sw_params_sizeof' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1690: undefined reference to `snd_pcm_sw_params_sizeof' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1692: undefined reference to `snd_pcm_sw_params_current' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1698: undefined reference to `snd_pcm_sw_params' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1712: undefined reference to `snd_pcm_poll_descriptors_count' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1724: undefined reference to `snd_pcm_poll_descriptors' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(alsa.c.o): In function `instream_begin_read_alsa': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1764: undefined reference to `snd_pcm_readi' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1781: undefined reference to `snd_pcm_readn' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1792: undefined reference to `snd_pcm_mmap_begin' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(alsa.c.o): In function `instream_end_read_alsa': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1821: undefined reference to `snd_pcm_mmap_commit' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(alsa.c.o): In function `instream_pause_alsa': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1839: undefined reference to `snd_pcm_pause' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(alsa.c.o): In function `instream_get_latency_alsa': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1854: undefined reference to `snd_pcm_delay' [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 `soundio`. [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/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/recorder-27a4d2e6c682b0a5.recorder.af6psuh6-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/recorder-27a4d2e6c682b0a5.recorder.af6psuh6-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/recorder-27a4d2e6c682b0a5.recorder.af6psuh6-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/recorder-27a4d2e6c682b0a5.recorder.af6psuh6-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/recorder-27a4d2e6c682b0a5.recorder.af6psuh6-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/recorder-27a4d2e6c682b0a5.recorder.af6psuh6-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/recorder-27a4d2e6c682b0a5.recorder.af6psuh6-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/recorder-27a4d2e6c682b0a5.recorder.af6psuh6-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/recorder-27a4d2e6c682b0a5.recorder.af6psuh6-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/recorder-27a4d2e6c682b0a5.recorder.af6psuh6-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/recorder-27a4d2e6c682b0a5.recorder.af6psuh6-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/recorder-27a4d2e6c682b0a5.recorder.af6psuh6-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/recorder-27a4d2e6c682b0a5.recorder.af6psuh6-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/recorder-27a4d2e6c682b0a5.recorder.af6psuh6-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/recorder-27a4d2e6c682b0a5.recorder.af6psuh6-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/recorder-27a4d2e6c682b0a5.recorder.af6psuh6-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/recorder-27a4d2e6c682b0a5" "/opt/crater/target/debug/examples/recorder-27a4d2e6c682b0a5.43hot1vr6wh127uu.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/target/debug/build/libsoundio-sys-7edbb635c7cbce65/out/lib" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libhound-bb8c0d024b2114a7.rlib" "/opt/crater/target/debug/deps/libcrossbeam-2314b6157c723fc9.rlib" "/opt/crater/target/debug/deps/libsoundio-9e1b3e2ebc19832c.rlib" "/opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib" "/opt/crater/target/debug/deps/liblibc-37f3d1c853b3b7bd.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-1d6d86bd078a28e9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e9721e46a424e2a9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-c07193698f282147.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-6da45690f3863086.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-690797036dd27680.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-d3896ccbfd8eda2b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-7cccc3739e3d7623.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-5e9ba178a513cd29.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-5ca9f83bf63d1f4b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-bba1c7ef9e950882.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-e23c9de62012deb5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-9b59dffdcd513d5d.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-17392340ab2e4a97.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-ac21508a81e3f7f3.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(pulseaudio.c.o): In function `subscribe_callback': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:22: undefined reference to `pa_threaded_mainloop_signal' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(pulseaudio.c.o): In function `subscribe_to_events': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:30: undefined reference to `pa_context_subscribe' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:33: undefined reference to `pa_operation_unref' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(pulseaudio.c.o): In function `context_state_callback': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:42: undefined reference to `pa_context_get_state' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:53: undefined reference to `pa_threaded_mainloop_signal' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:56: undefined reference to `pa_threaded_mainloop_signal' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:65: undefined reference to `pa_threaded_mainloop_signal' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(pulseaudio.c.o): In function `destroy_pa': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:75: undefined reference to `pa_threaded_mainloop_stop' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:77: undefined reference to `pa_context_disconnect' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:78: undefined reference to `pa_context_unref' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:84: undefined reference to `pa_threaded_mainloop_free' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:87: undefined reference to `pa_proplist_free' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(pulseaudio.c.o): In function `perform_operation': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:207: undefined reference to `pa_operation_get_state' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:209: undefined reference to `pa_threaded_mainloop_wait' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:212: undefined reference to `pa_operation_unref' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:215: undefined reference to `pa_operation_unref' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(pulseaudio.c.o): In function `sink_info_callback': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:227: undefined reference to `pa_threaded_mainloop_signal' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(pulseaudio.c.o): In function `source_info_callback': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:291: undefined reference to `pa_threaded_mainloop_signal' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(pulseaudio.c.o): In function `server_info_callback': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:362: undefined reference to `pa_threaded_mainloop_signal' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(pulseaudio.c.o): In function `refresh_devices': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:389: undefined reference to `pa_context_get_sink_info_list' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:390: undefined reference to `pa_context_get_source_info_list' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:391: undefined reference to `pa_context_get_server_info' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:443: undefined reference to `pa_threaded_mainloop_signal' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(pulseaudio.c.o): In function `my_flush_events': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:457: undefined reference to `pa_threaded_mainloop_lock' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:460: undefined reference to `pa_threaded_mainloop_wait' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:478: undefined reference to `pa_threaded_mainloop_unlock' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(pulseaudio.c.o): In function `wakeup_pa': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:499: undefined reference to `pa_threaded_mainloop_lock' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:500: undefined reference to `pa_threaded_mainloop_signal' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:501: undefined reference to `pa_threaded_mainloop_unlock' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(pulseaudio.c.o): In function `force_device_scan_pa': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:507: undefined reference to `pa_threaded_mainloop_lock' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:509: undefined reference to `pa_threaded_mainloop_signal' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:511: undefined reference to `pa_threaded_mainloop_unlock' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(pulseaudio.c.o): In function `playback_stream_state_callback': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:603: undefined reference to `pa_stream_get_state' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:610: undefined reference to `pa_threaded_mainloop_signal' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(pulseaudio.c.o): In function `outstream_destroy_pa': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:636: undefined reference to `pa_threaded_mainloop_lock' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:638: undefined reference to `pa_stream_set_write_callback' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:639: undefined reference to `pa_stream_set_state_callback' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:640: undefined reference to `pa_stream_set_underflow_callback' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:641: undefined reference to `pa_stream_set_overflow_callback' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:642: undefined reference to `pa_stream_disconnect' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:644: undefined reference to `pa_stream_unref' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:646: undefined reference to `pa_threaded_mainloop_unlock' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(pulseaudio.c.o): In function `timing_update_callback': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:655: undefined reference to `pa_threaded_mainloop_signal' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(pulseaudio.c.o): In function `outstream_open_pa': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:674: undefined reference to `pa_threaded_mainloop_lock' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:683: undefined reference to `pa_stream_new' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:685: undefined reference to `pa_threaded_mainloop_unlock' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:689: undefined reference to `pa_stream_set_state_callback' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:709: undefined reference to `pa_stream_connect_playback' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:713: undefined reference to `pa_threaded_mainloop_unlock' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:718: undefined reference to `pa_threaded_mainloop_wait' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:720: undefined reference to `pa_stream_update_timing_info' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:722: undefined reference to `pa_threaded_mainloop_unlock' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:726: undefined reference to `pa_stream_writable_size' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:729: undefined reference to `pa_threaded_mainloop_unlock' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(pulseaudio.c.o): In function `outstream_start_pa': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:739: undefined reference to `pa_threaded_mainloop_lock' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:741: undefined reference to `pa_stream_writable_size' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:745: undefined reference to `pa_stream_cork' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:747: undefined reference to `pa_threaded_mainloop_unlock' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:750: undefined reference to `pa_operation_unref' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:751: undefined reference to `pa_stream_set_write_callback' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:752: undefined reference to `pa_stream_set_underflow_callback' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:753: undefined reference to `pa_stream_set_overflow_callback' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:755: undefined reference to `pa_threaded_mainloop_unlock' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(pulseaudio.c.o): In function `outstream_begin_write_pa': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:768: undefined reference to `pa_stream_begin_write' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(pulseaudio.c.o): In function `outstream_end_write_pa': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:787: undefined reference to `pa_stream_write' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(pulseaudio.c.o): In function `outstream_pause_pa': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:805: undefined reference to `pa_threaded_mainloop_in_thread' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:806: undefined reference to `pa_threaded_mainloop_lock' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:809: undefined reference to `pa_stream_is_corked' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:810: undefined reference to `pa_stream_cork' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:812: undefined reference to `pa_threaded_mainloop_unlock' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:815: undefined reference to `pa_operation_unref' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:818: undefined reference to `pa_threaded_mainloop_in_thread' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:819: undefined reference to `pa_threaded_mainloop_unlock' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(pulseaudio.c.o): In function `outstream_get_latency_pa': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:831: undefined reference to `pa_stream_get_latency' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(pulseaudio.c.o): In function `recording_stream_state_callback': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:845: undefined reference to `pa_stream_get_state' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:852: undefined reference to `pa_threaded_mainloop_signal' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(pulseaudio.c.o): In function `instream_destroy_pa': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:874: undefined reference to `pa_threaded_mainloop_lock' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:876: undefined reference to `pa_stream_set_state_callback' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:877: undefined reference to `pa_stream_set_read_callback' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:878: undefined reference to `pa_stream_disconnect' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:879: undefined reference to `pa_stream_unref' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:881: undefined reference to `pa_threaded_mainloop_unlock' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(pulseaudio.c.o): In function `instream_open_pa': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:899: undefined reference to `pa_threaded_mainloop_lock' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:908: undefined reference to `pa_stream_new' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:910: undefined reference to `pa_threaded_mainloop_unlock' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:917: undefined reference to `pa_stream_set_state_callback' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:918: undefined reference to `pa_stream_set_read_callback' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:933: undefined reference to `pa_threaded_mainloop_unlock' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(pulseaudio.c.o): In function `instream_start_pa': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:942: undefined reference to `pa_threaded_mainloop_lock' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:946: undefined reference to `pa_stream_connect_record' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:950: undefined reference to `pa_threaded_mainloop_unlock' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:955: undefined reference to `pa_threaded_mainloop_wait' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:957: undefined reference to `pa_stream_update_timing_info' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:959: undefined reference to `pa_threaded_mainloop_unlock' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:964: undefined reference to `pa_threaded_mainloop_unlock' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(pulseaudio.c.o): In function `instream_begin_read_pa': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:978: undefined reference to `pa_stream_peek' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(pulseaudio.c.o): In function `instream_end_read_pa': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:1011: undefined reference to `pa_stream_drop' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:1021: undefined reference to `pa_stream_drop' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(pulseaudio.c.o): In function `instream_pause_pa': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:1033: undefined reference to `pa_threaded_mainloop_in_thread' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:1034: undefined reference to `pa_threaded_mainloop_lock' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:1037: undefined reference to `pa_stream_is_corked' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:1038: undefined reference to `pa_stream_cork' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:1041: undefined reference to `pa_operation_unref' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:1044: undefined reference to `pa_threaded_mainloop_in_thread' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:1045: undefined reference to `pa_threaded_mainloop_unlock' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(pulseaudio.c.o): In function `instream_get_latency_pa': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:1057: undefined reference to `pa_stream_get_latency' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(pulseaudio.c.o): In function `soundio_pulseaudio_init': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:1070: undefined reference to `pa_threaded_mainloop_new' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:1076: undefined reference to `pa_threaded_mainloop_get_api' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:1078: undefined reference to `pa_proplist_new' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:1084: undefined reference to `pa_context_new_with_proplist' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:1090: undefined reference to `pa_context_set_subscribe_callback' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:1091: undefined reference to `pa_context_set_state_callback' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:1093: undefined reference to `pa_context_connect' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:1099: undefined reference to `pa_threaded_mainloop_start' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:1104: undefined reference to `pa_threaded_mainloop_lock' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:1108: undefined reference to `pa_threaded_mainloop_wait' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:1111: undefined reference to `pa_threaded_mainloop_unlock' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:1117: undefined reference to `pa_threaded_mainloop_unlock' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:1122: undefined reference to `pa_threaded_mainloop_unlock' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(alsa.c.o): In function `handle_channel_maps': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:209: undefined reference to `snd_pcm_free_chmaps' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:222: undefined reference to `snd_pcm_free_chmaps' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(alsa.c.o): In function `test_fmt_mask': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:257: undefined reference to `snd_pcm_format_mask_test' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(alsa.c.o): In function `set_access': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:266: undefined reference to `snd_pcm_hw_params_set_access' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(alsa.c.o): In function `probe_open_device': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:284: undefined reference to `snd_pcm_hw_params_sizeof' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:284: undefined reference to `snd_pcm_hw_params_sizeof' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:286: undefined reference to `snd_pcm_hw_params_any' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:289: undefined reference to `snd_pcm_hw_params_set_rate_resample' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:298: undefined reference to `snd_pcm_hw_params_get_channels_min' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:300: undefined reference to `snd_pcm_hw_params_set_channels_last' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:309: undefined reference to `snd_pcm_hw_params_get_rate_min' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:312: undefined reference to `snd_pcm_hw_params_set_rate_last' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:328: undefined reference to `snd_pcm_hw_params_get_buffer_size_min' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:330: undefined reference to `snd_pcm_hw_params_get_buffer_size_max' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:336: undefined reference to `snd_pcm_hw_params_set_buffer_size_first' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:341: undefined reference to `snd_pcm_format_mask_sizeof' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:341: undefined reference to `snd_pcm_format_mask_sizeof' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:342: undefined reference to `snd_pcm_format_mask_none' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:343: undefined reference to `snd_pcm_format_mask_set' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:344: undefined reference to `snd_pcm_format_mask_set' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:345: undefined reference to `snd_pcm_format_mask_set' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:346: undefined reference to `snd_pcm_format_mask_set' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:347: undefined reference to `snd_pcm_format_mask_set' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(alsa.c.o):/opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:348: more undefined references to `snd_pcm_format_mask_set' follow [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(alsa.c.o): In function `probe_open_device': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:362: undefined reference to `snd_pcm_hw_params_set_format_mask' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:366: undefined reference to `snd_pcm_hw_params_get_format_mask' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(alsa.c.o): In function `probe_device': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:401: undefined reference to `snd_pcm_open' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:409: undefined reference to `snd_pcm_close' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:414: undefined reference to `snd_pcm_query_chmaps' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:428: undefined reference to `snd_pcm_close' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:441: undefined reference to `snd_pcm_get_chmap' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:447: undefined reference to `snd_pcm_close' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:461: undefined reference to `snd_pcm_close' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:466: undefined reference to `snd_pcm_close' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(alsa.c.o): In function `refresh_devices': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:479: undefined reference to `snd_config_update_free_global' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:481: undefined reference to `snd_config_update' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:491: undefined reference to `snd_device_name_hint' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:502: undefined reference to `snd_device_name_get_hint' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:520: undefined reference to `snd_device_name_get_hint' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:523: undefined reference to `snd_device_name_get_hint' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:570: undefined reference to `snd_device_name_free_hint' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:591: undefined reference to `snd_device_name_free_hint' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:627: undefined reference to `snd_device_name_free_hint' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:648: undefined reference to `snd_device_name_free_hint' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:652: undefined reference to `snd_card_next' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:656: undefined reference to `snd_ctl_card_info_sizeof' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:656: undefined reference to `snd_ctl_card_info_sizeof' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:659: undefined reference to `snd_pcm_info_sizeof' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:659: undefined reference to `snd_pcm_info_sizeof' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:666: undefined reference to `snd_ctl_open' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:675: undefined reference to `snd_ctl_card_info' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:676: undefined reference to `snd_ctl_close' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:680: undefined reference to `snd_ctl_card_info_get_name' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:684: undefined reference to `snd_ctl_pcm_next_device' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:685: undefined reference to `snd_ctl_close' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:692: undefined reference to `snd_pcm_info_set_device' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:693: undefined reference to `snd_pcm_info_set_subdevice' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:697: undefined reference to `snd_pcm_info_set_stream' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:699: undefined reference to `snd_ctl_pcm_info' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:703: undefined reference to `snd_ctl_close' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:709: undefined reference to `snd_pcm_info_get_name' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:713: undefined reference to `snd_ctl_close' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:726: undefined reference to `snd_ctl_close' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:741: undefined reference to `snd_pcm_query_chmaps_from_hw' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:751: undefined reference to `snd_ctl_close' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:752: undefined reference to `snd_card_next' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(alsa.c.o): In function `outstream_destroy_alsa': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:998: undefined reference to `snd_pcm_close' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(alsa.c.o): In function `outstream_xrun_recovery': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1016: undefined reference to `snd_pcm_prepare' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1020: undefined reference to `snd_pcm_resume' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1025: undefined reference to `snd_pcm_prepare' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(alsa.c.o): In function `instream_xrun_recovery': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1036: undefined reference to `snd_pcm_prepare' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1040: undefined reference to `snd_pcm_resume' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1045: undefined reference to `snd_pcm_prepare' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(alsa.c.o): In function `outstream_wait_for_poll': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1062: undefined reference to `snd_pcm_poll_descriptors_revents' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(alsa.c.o): In function `instream_wait_for_poll': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1083: undefined reference to `snd_pcm_poll_descriptors_revents' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(alsa.c.o): In function `outstream_thread_run': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1104: undefined reference to `snd_pcm_state' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1108: undefined reference to `snd_pcm_prepare' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1116: undefined reference to `snd_pcm_avail' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1129: undefined reference to `snd_pcm_start' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1147: undefined reference to `snd_pcm_drop' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1151: undefined reference to `snd_pcm_reset' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1164: undefined reference to `snd_pcm_avail_update' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(alsa.c.o): In function `instream_thread_run': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1206: undefined reference to `snd_pcm_state' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1209: undefined reference to `snd_pcm_prepare' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1215: undefined reference to `snd_pcm_start' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1232: undefined reference to `snd_pcm_avail_update' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(alsa.c.o): In function `outstream_open_alsa': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1290: undefined reference to `snd_pcm_hw_params_sizeof' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1290: undefined reference to `snd_pcm_hw_params_sizeof' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1294: undefined reference to `snd_pcm_open' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1299: undefined reference to `snd_pcm_hw_params_any' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1305: undefined reference to `snd_pcm_hw_params_set_rate_resample' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1315: undefined reference to `snd_pcm_hw_params_set_channels' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1320: undefined reference to `snd_pcm_hw_params_set_rate' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1326: undefined reference to `snd_pcm_format_physical_width' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1332: undefined reference to `snd_pcm_hw_params_set_format' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1338: undefined reference to `snd_pcm_hw_params_set_buffer_size_near' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1345: undefined reference to `snd_pcm_hw_params' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1350: undefined reference to `snd_pcm_hw_params_get_period_size' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1361: undefined reference to `snd_pcm_set_chmap' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1366: undefined reference to `snd_pcm_sw_params_sizeof' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1366: undefined reference to `snd_pcm_sw_params_sizeof' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1368: undefined reference to `snd_pcm_sw_params_current' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1373: undefined reference to `snd_pcm_sw_params_set_start_threshold' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1378: undefined reference to `snd_pcm_sw_params_set_avail_min' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1384: undefined reference to `snd_pcm_sw_params' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1398: undefined reference to `snd_pcm_poll_descriptors_count' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1411: undefined reference to `snd_pcm_poll_descriptors' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(alsa.c.o): In function `outstream_begin_write_alsa': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1472: undefined reference to `snd_pcm_mmap_begin' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(alsa.c.o): In function `outstream_end_write_alsa': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1501: undefined reference to `snd_pcm_writei' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1507: undefined reference to `snd_pcm_writen' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1509: undefined reference to `snd_pcm_mmap_commit' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(alsa.c.o): In function `outstream_pause_alsa': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1543: undefined reference to `snd_pcm_pause' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(alsa.c.o): In function `outstream_get_latency_alsa': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1559: undefined reference to `snd_pcm_delay' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(alsa.c.o): In function `instream_destroy_alsa': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1577: undefined reference to `snd_pcm_close' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(alsa.c.o): In function `instream_open_alsa': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1612: undefined reference to `snd_pcm_hw_params_sizeof' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1612: undefined reference to `snd_pcm_hw_params_sizeof' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1616: undefined reference to `snd_pcm_open' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1621: undefined reference to `snd_pcm_hw_params_any' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1627: undefined reference to `snd_pcm_hw_params_set_rate_resample' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1637: undefined reference to `snd_pcm_hw_params_set_channels' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1642: undefined reference to `snd_pcm_hw_params_set_rate' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1648: undefined reference to `snd_pcm_format_physical_width' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1654: undefined reference to `snd_pcm_hw_params_set_format' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1660: undefined reference to `snd_pcm_hw_params_set_period_size_near' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1669: undefined reference to `snd_pcm_hw_params_set_buffer_size_last' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1675: undefined reference to `snd_pcm_hw_params' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1685: undefined reference to `snd_pcm_set_chmap' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1690: undefined reference to `snd_pcm_sw_params_sizeof' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1690: undefined reference to `snd_pcm_sw_params_sizeof' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1692: undefined reference to `snd_pcm_sw_params_current' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1698: undefined reference to `snd_pcm_sw_params' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1712: undefined reference to `snd_pcm_poll_descriptors_count' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1724: undefined reference to `snd_pcm_poll_descriptors' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(alsa.c.o): In function `instream_begin_read_alsa': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1764: undefined reference to `snd_pcm_readi' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1781: undefined reference to `snd_pcm_readn' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1792: undefined reference to `snd_pcm_mmap_begin' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(alsa.c.o): In function `instream_end_read_alsa': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1821: undefined reference to `snd_pcm_mmap_commit' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(alsa.c.o): In function `instream_pause_alsa': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1839: undefined reference to `snd_pcm_pause' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(alsa.c.o): In function `instream_get_latency_alsa': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1854: undefined reference to `snd_pcm_delay' [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 `soundio`. [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/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/soundio-b7c3330f4a012b2e.soundio.4c6fxfp0-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/soundio-b7c3330f4a012b2e.soundio.4c6fxfp0-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/soundio-b7c3330f4a012b2e.soundio.4c6fxfp0-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/soundio-b7c3330f4a012b2e.soundio.4c6fxfp0-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/soundio-b7c3330f4a012b2e.soundio.4c6fxfp0-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/soundio-b7c3330f4a012b2e.soundio.4c6fxfp0-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/soundio-b7c3330f4a012b2e.soundio.4c6fxfp0-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/soundio-b7c3330f4a012b2e.soundio.4c6fxfp0-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/soundio-b7c3330f4a012b2e.soundio.4c6fxfp0-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/soundio-b7c3330f4a012b2e.soundio.4c6fxfp0-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/soundio-b7c3330f4a012b2e.soundio.4c6fxfp0-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/soundio-b7c3330f4a012b2e.soundio.4c6fxfp0-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/soundio-b7c3330f4a012b2e.soundio.4c6fxfp0-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/soundio-b7c3330f4a012b2e.soundio.4c6fxfp0-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/soundio-b7c3330f4a012b2e.soundio.4c6fxfp0-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/soundio-b7c3330f4a012b2e.soundio.4c6fxfp0-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/soundio-b7c3330f4a012b2e" "/opt/crater/target/debug/deps/soundio-b7c3330f4a012b2e.5w3rk216rtff85z.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/target/debug/build/libsoundio-sys-7edbb635c7cbce65/out/lib" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-f0d86b2ef6410e4f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-28a84d78fba0104f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-625008d0a6744ece.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-b85c11af396739da.rlib" "/opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib" "/opt/crater/target/debug/deps/liblibc-37f3d1c853b3b7bd.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-1d6d86bd078a28e9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e9721e46a424e2a9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-c07193698f282147.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-6da45690f3863086.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-690797036dd27680.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-d3896ccbfd8eda2b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-7cccc3739e3d7623.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-5e9ba178a513cd29.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-5ca9f83bf63d1f4b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-bba1c7ef9e950882.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-e23c9de62012deb5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-9b59dffdcd513d5d.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-17392340ab2e4a97.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-ac21508a81e3f7f3.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(pulseaudio.c.o): In function `subscribe_callback': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:22: undefined reference to `pa_threaded_mainloop_signal' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(pulseaudio.c.o): In function `subscribe_to_events': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:30: undefined reference to `pa_context_subscribe' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:33: undefined reference to `pa_operation_unref' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(pulseaudio.c.o): In function `context_state_callback': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:42: undefined reference to `pa_context_get_state' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:53: undefined reference to `pa_threaded_mainloop_signal' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:56: undefined reference to `pa_threaded_mainloop_signal' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:65: undefined reference to `pa_threaded_mainloop_signal' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(pulseaudio.c.o): In function `destroy_pa': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:75: undefined reference to `pa_threaded_mainloop_stop' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:77: undefined reference to `pa_context_disconnect' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:78: undefined reference to `pa_context_unref' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:84: undefined reference to `pa_threaded_mainloop_free' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:87: undefined reference to `pa_proplist_free' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(pulseaudio.c.o): In function `perform_operation': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:207: undefined reference to `pa_operation_get_state' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:209: undefined reference to `pa_threaded_mainloop_wait' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:212: undefined reference to `pa_operation_unref' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:215: undefined reference to `pa_operation_unref' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(pulseaudio.c.o): In function `sink_info_callback': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:227: undefined reference to `pa_threaded_mainloop_signal' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(pulseaudio.c.o): In function `source_info_callback': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:291: undefined reference to `pa_threaded_mainloop_signal' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(pulseaudio.c.o): In function `server_info_callback': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:362: undefined reference to `pa_threaded_mainloop_signal' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(pulseaudio.c.o): In function `refresh_devices': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:389: undefined reference to `pa_context_get_sink_info_list' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:390: undefined reference to `pa_context_get_source_info_list' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:391: undefined reference to `pa_context_get_server_info' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:443: undefined reference to `pa_threaded_mainloop_signal' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(pulseaudio.c.o): In function `my_flush_events': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:457: undefined reference to `pa_threaded_mainloop_lock' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:460: undefined reference to `pa_threaded_mainloop_wait' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:478: undefined reference to `pa_threaded_mainloop_unlock' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(pulseaudio.c.o): In function `wakeup_pa': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:499: undefined reference to `pa_threaded_mainloop_lock' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:500: undefined reference to `pa_threaded_mainloop_signal' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:501: undefined reference to `pa_threaded_mainloop_unlock' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(pulseaudio.c.o): In function `force_device_scan_pa': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:507: undefined reference to `pa_threaded_mainloop_lock' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:509: undefined reference to `pa_threaded_mainloop_signal' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:511: undefined reference to `pa_threaded_mainloop_unlock' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(pulseaudio.c.o): In function `playback_stream_state_callback': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:603: undefined reference to `pa_stream_get_state' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:610: undefined reference to `pa_threaded_mainloop_signal' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(pulseaudio.c.o): In function `outstream_destroy_pa': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:636: undefined reference to `pa_threaded_mainloop_lock' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:638: undefined reference to `pa_stream_set_write_callback' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:639: undefined reference to `pa_stream_set_state_callback' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:640: undefined reference to `pa_stream_set_underflow_callback' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:641: undefined reference to `pa_stream_set_overflow_callback' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:642: undefined reference to `pa_stream_disconnect' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:644: undefined reference to `pa_stream_unref' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:646: undefined reference to `pa_threaded_mainloop_unlock' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(pulseaudio.c.o): In function `timing_update_callback': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:655: undefined reference to `pa_threaded_mainloop_signal' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(pulseaudio.c.o): In function `outstream_open_pa': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:674: undefined reference to `pa_threaded_mainloop_lock' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:683: undefined reference to `pa_stream_new' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:685: undefined reference to `pa_threaded_mainloop_unlock' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:689: undefined reference to `pa_stream_set_state_callback' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:709: undefined reference to `pa_stream_connect_playback' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:713: undefined reference to `pa_threaded_mainloop_unlock' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:718: undefined reference to `pa_threaded_mainloop_wait' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:720: undefined reference to `pa_stream_update_timing_info' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:722: undefined reference to `pa_threaded_mainloop_unlock' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:726: undefined reference to `pa_stream_writable_size' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:729: undefined reference to `pa_threaded_mainloop_unlock' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(pulseaudio.c.o): In function `outstream_start_pa': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:739: undefined reference to `pa_threaded_mainloop_lock' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:741: undefined reference to `pa_stream_writable_size' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:745: undefined reference to `pa_stream_cork' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:747: undefined reference to `pa_threaded_mainloop_unlock' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:750: undefined reference to `pa_operation_unref' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:751: undefined reference to `pa_stream_set_write_callback' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:752: undefined reference to `pa_stream_set_underflow_callback' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:753: undefined reference to `pa_stream_set_overflow_callback' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:755: undefined reference to `pa_threaded_mainloop_unlock' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(pulseaudio.c.o): In function `outstream_begin_write_pa': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:768: undefined reference to `pa_stream_begin_write' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(pulseaudio.c.o): In function `outstream_end_write_pa': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:787: undefined reference to `pa_stream_write' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(pulseaudio.c.o): In function `outstream_pause_pa': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:805: undefined reference to `pa_threaded_mainloop_in_thread' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:806: undefined reference to `pa_threaded_mainloop_lock' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:809: undefined reference to `pa_stream_is_corked' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:810: undefined reference to `pa_stream_cork' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:812: undefined reference to `pa_threaded_mainloop_unlock' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:815: undefined reference to `pa_operation_unref' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:818: undefined reference to `pa_threaded_mainloop_in_thread' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:819: undefined reference to `pa_threaded_mainloop_unlock' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(pulseaudio.c.o): In function `outstream_get_latency_pa': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:831: undefined reference to `pa_stream_get_latency' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(pulseaudio.c.o): In function `recording_stream_state_callback': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:845: undefined reference to `pa_stream_get_state' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:852: undefined reference to `pa_threaded_mainloop_signal' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(pulseaudio.c.o): In function `instream_destroy_pa': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:874: undefined reference to `pa_threaded_mainloop_lock' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:876: undefined reference to `pa_stream_set_state_callback' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:877: undefined reference to `pa_stream_set_read_callback' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:878: undefined reference to `pa_stream_disconnect' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:879: undefined reference to `pa_stream_unref' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:881: undefined reference to `pa_threaded_mainloop_unlock' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(pulseaudio.c.o): In function `instream_open_pa': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:899: undefined reference to `pa_threaded_mainloop_lock' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:908: undefined reference to `pa_stream_new' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:910: undefined reference to `pa_threaded_mainloop_unlock' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:917: undefined reference to `pa_stream_set_state_callback' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:918: undefined reference to `pa_stream_set_read_callback' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:933: undefined reference to `pa_threaded_mainloop_unlock' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(pulseaudio.c.o): In function `instream_start_pa': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:942: undefined reference to `pa_threaded_mainloop_lock' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:946: undefined reference to `pa_stream_connect_record' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:950: undefined reference to `pa_threaded_mainloop_unlock' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:955: undefined reference to `pa_threaded_mainloop_wait' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:957: undefined reference to `pa_stream_update_timing_info' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:959: undefined reference to `pa_threaded_mainloop_unlock' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:964: undefined reference to `pa_threaded_mainloop_unlock' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(pulseaudio.c.o): In function `instream_begin_read_pa': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:978: undefined reference to `pa_stream_peek' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(pulseaudio.c.o): In function `instream_end_read_pa': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:1011: undefined reference to `pa_stream_drop' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:1021: undefined reference to `pa_stream_drop' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(pulseaudio.c.o): In function `instream_pause_pa': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:1033: undefined reference to `pa_threaded_mainloop_in_thread' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:1034: undefined reference to `pa_threaded_mainloop_lock' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:1037: undefined reference to `pa_stream_is_corked' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:1038: undefined reference to `pa_stream_cork' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:1041: undefined reference to `pa_operation_unref' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:1044: undefined reference to `pa_threaded_mainloop_in_thread' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:1045: undefined reference to `pa_threaded_mainloop_unlock' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(pulseaudio.c.o): In function `instream_get_latency_pa': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:1057: undefined reference to `pa_stream_get_latency' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(pulseaudio.c.o): In function `soundio_pulseaudio_init': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:1070: undefined reference to `pa_threaded_mainloop_new' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:1076: undefined reference to `pa_threaded_mainloop_get_api' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:1078: undefined reference to `pa_proplist_new' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:1084: undefined reference to `pa_context_new_with_proplist' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:1090: undefined reference to `pa_context_set_subscribe_callback' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:1091: undefined reference to `pa_context_set_state_callback' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:1093: undefined reference to `pa_context_connect' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:1099: undefined reference to `pa_threaded_mainloop_start' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:1104: undefined reference to `pa_threaded_mainloop_lock' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:1108: undefined reference to `pa_threaded_mainloop_wait' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:1111: undefined reference to `pa_threaded_mainloop_unlock' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:1117: undefined reference to `pa_threaded_mainloop_unlock' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/pulseaudio.c:1122: undefined reference to `pa_threaded_mainloop_unlock' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(alsa.c.o): In function `handle_channel_maps': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:209: undefined reference to `snd_pcm_free_chmaps' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:222: undefined reference to `snd_pcm_free_chmaps' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(alsa.c.o): In function `test_fmt_mask': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:257: undefined reference to `snd_pcm_format_mask_test' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(alsa.c.o): In function `set_access': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:266: undefined reference to `snd_pcm_hw_params_set_access' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(alsa.c.o): In function `probe_open_device': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:284: undefined reference to `snd_pcm_hw_params_sizeof' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:284: undefined reference to `snd_pcm_hw_params_sizeof' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:286: undefined reference to `snd_pcm_hw_params_any' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:289: undefined reference to `snd_pcm_hw_params_set_rate_resample' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:298: undefined reference to `snd_pcm_hw_params_get_channels_min' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:300: undefined reference to `snd_pcm_hw_params_set_channels_last' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:309: undefined reference to `snd_pcm_hw_params_get_rate_min' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:312: undefined reference to `snd_pcm_hw_params_set_rate_last' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:328: undefined reference to `snd_pcm_hw_params_get_buffer_size_min' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:330: undefined reference to `snd_pcm_hw_params_get_buffer_size_max' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:336: undefined reference to `snd_pcm_hw_params_set_buffer_size_first' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:341: undefined reference to `snd_pcm_format_mask_sizeof' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:341: undefined reference to `snd_pcm_format_mask_sizeof' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:342: undefined reference to `snd_pcm_format_mask_none' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:343: undefined reference to `snd_pcm_format_mask_set' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:344: undefined reference to `snd_pcm_format_mask_set' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:345: undefined reference to `snd_pcm_format_mask_set' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:346: undefined reference to `snd_pcm_format_mask_set' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:347: undefined reference to `snd_pcm_format_mask_set' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(alsa.c.o):/opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:348: more undefined references to `snd_pcm_format_mask_set' follow [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(alsa.c.o): In function `probe_open_device': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:362: undefined reference to `snd_pcm_hw_params_set_format_mask' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:366: undefined reference to `snd_pcm_hw_params_get_format_mask' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(alsa.c.o): In function `probe_device': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:401: undefined reference to `snd_pcm_open' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:409: undefined reference to `snd_pcm_close' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:414: undefined reference to `snd_pcm_query_chmaps' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:428: undefined reference to `snd_pcm_close' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:441: undefined reference to `snd_pcm_get_chmap' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:447: undefined reference to `snd_pcm_close' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:461: undefined reference to `snd_pcm_close' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:466: undefined reference to `snd_pcm_close' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(alsa.c.o): In function `refresh_devices': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:479: undefined reference to `snd_config_update_free_global' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:481: undefined reference to `snd_config_update' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:491: undefined reference to `snd_device_name_hint' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:502: undefined reference to `snd_device_name_get_hint' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:520: undefined reference to `snd_device_name_get_hint' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:523: undefined reference to `snd_device_name_get_hint' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:570: undefined reference to `snd_device_name_free_hint' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:591: undefined reference to `snd_device_name_free_hint' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:627: undefined reference to `snd_device_name_free_hint' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:648: undefined reference to `snd_device_name_free_hint' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:652: undefined reference to `snd_card_next' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:656: undefined reference to `snd_ctl_card_info_sizeof' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:656: undefined reference to `snd_ctl_card_info_sizeof' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:659: undefined reference to `snd_pcm_info_sizeof' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:659: undefined reference to `snd_pcm_info_sizeof' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:666: undefined reference to `snd_ctl_open' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:675: undefined reference to `snd_ctl_card_info' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:676: undefined reference to `snd_ctl_close' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:680: undefined reference to `snd_ctl_card_info_get_name' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:684: undefined reference to `snd_ctl_pcm_next_device' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:685: undefined reference to `snd_ctl_close' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:692: undefined reference to `snd_pcm_info_set_device' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:693: undefined reference to `snd_pcm_info_set_subdevice' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:697: undefined reference to `snd_pcm_info_set_stream' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:699: undefined reference to `snd_ctl_pcm_info' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:703: undefined reference to `snd_ctl_close' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:709: undefined reference to `snd_pcm_info_get_name' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:713: undefined reference to `snd_ctl_close' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:726: undefined reference to `snd_ctl_close' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:741: undefined reference to `snd_pcm_query_chmaps_from_hw' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:751: undefined reference to `snd_ctl_close' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:752: undefined reference to `snd_card_next' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(alsa.c.o): In function `outstream_destroy_alsa': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:998: undefined reference to `snd_pcm_close' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(alsa.c.o): In function `outstream_xrun_recovery': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1016: undefined reference to `snd_pcm_prepare' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1020: undefined reference to `snd_pcm_resume' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1025: undefined reference to `snd_pcm_prepare' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(alsa.c.o): In function `instream_xrun_recovery': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1036: undefined reference to `snd_pcm_prepare' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1040: undefined reference to `snd_pcm_resume' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1045: undefined reference to `snd_pcm_prepare' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(alsa.c.o): In function `outstream_wait_for_poll': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1062: undefined reference to `snd_pcm_poll_descriptors_revents' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(alsa.c.o): In function `instream_wait_for_poll': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1083: undefined reference to `snd_pcm_poll_descriptors_revents' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(alsa.c.o): In function `outstream_thread_run': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1104: undefined reference to `snd_pcm_state' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1108: undefined reference to `snd_pcm_prepare' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1116: undefined reference to `snd_pcm_avail' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1129: undefined reference to `snd_pcm_start' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1147: undefined reference to `snd_pcm_drop' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1151: undefined reference to `snd_pcm_reset' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1164: undefined reference to `snd_pcm_avail_update' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(alsa.c.o): In function `instream_thread_run': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1206: undefined reference to `snd_pcm_state' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1209: undefined reference to `snd_pcm_prepare' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1215: undefined reference to `snd_pcm_start' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1232: undefined reference to `snd_pcm_avail_update' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(alsa.c.o): In function `outstream_open_alsa': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1290: undefined reference to `snd_pcm_hw_params_sizeof' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1290: undefined reference to `snd_pcm_hw_params_sizeof' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1294: undefined reference to `snd_pcm_open' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1299: undefined reference to `snd_pcm_hw_params_any' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1305: undefined reference to `snd_pcm_hw_params_set_rate_resample' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1315: undefined reference to `snd_pcm_hw_params_set_channels' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1320: undefined reference to `snd_pcm_hw_params_set_rate' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1326: undefined reference to `snd_pcm_format_physical_width' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1332: undefined reference to `snd_pcm_hw_params_set_format' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1338: undefined reference to `snd_pcm_hw_params_set_buffer_size_near' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1345: undefined reference to `snd_pcm_hw_params' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1350: undefined reference to `snd_pcm_hw_params_get_period_size' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1361: undefined reference to `snd_pcm_set_chmap' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1366: undefined reference to `snd_pcm_sw_params_sizeof' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1366: undefined reference to `snd_pcm_sw_params_sizeof' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1368: undefined reference to `snd_pcm_sw_params_current' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1373: undefined reference to `snd_pcm_sw_params_set_start_threshold' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1378: undefined reference to `snd_pcm_sw_params_set_avail_min' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1384: undefined reference to `snd_pcm_sw_params' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1398: undefined reference to `snd_pcm_poll_descriptors_count' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1411: undefined reference to `snd_pcm_poll_descriptors' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(alsa.c.o): In function `outstream_begin_write_alsa': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1472: undefined reference to `snd_pcm_mmap_begin' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(alsa.c.o): In function `outstream_end_write_alsa': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1501: undefined reference to `snd_pcm_writei' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1507: undefined reference to `snd_pcm_writen' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1509: undefined reference to `snd_pcm_mmap_commit' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(alsa.c.o): In function `outstream_pause_alsa': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1543: undefined reference to `snd_pcm_pause' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(alsa.c.o): In function `outstream_get_latency_alsa': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1559: undefined reference to `snd_pcm_delay' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(alsa.c.o): In function `instream_destroy_alsa': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1577: undefined reference to `snd_pcm_close' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(alsa.c.o): In function `instream_open_alsa': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1612: undefined reference to `snd_pcm_hw_params_sizeof' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1612: undefined reference to `snd_pcm_hw_params_sizeof' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1616: undefined reference to `snd_pcm_open' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1621: undefined reference to `snd_pcm_hw_params_any' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1627: undefined reference to `snd_pcm_hw_params_set_rate_resample' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1637: undefined reference to `snd_pcm_hw_params_set_channels' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1642: undefined reference to `snd_pcm_hw_params_set_rate' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1648: undefined reference to `snd_pcm_format_physical_width' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1654: undefined reference to `snd_pcm_hw_params_set_format' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1660: undefined reference to `snd_pcm_hw_params_set_period_size_near' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1669: undefined reference to `snd_pcm_hw_params_set_buffer_size_last' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1675: undefined reference to `snd_pcm_hw_params' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1685: undefined reference to `snd_pcm_set_chmap' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1690: undefined reference to `snd_pcm_sw_params_sizeof' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1690: undefined reference to `snd_pcm_sw_params_sizeof' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1692: undefined reference to `snd_pcm_sw_params_current' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1698: undefined reference to `snd_pcm_sw_params' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1712: undefined reference to `snd_pcm_poll_descriptors_count' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1724: undefined reference to `snd_pcm_poll_descriptors' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(alsa.c.o): In function `instream_begin_read_alsa': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1764: undefined reference to `snd_pcm_readi' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1781: undefined reference to `snd_pcm_readn' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1792: undefined reference to `snd_pcm_mmap_begin' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(alsa.c.o): In function `instream_end_read_alsa': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1821: undefined reference to `snd_pcm_mmap_commit' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(alsa.c.o): In function `instream_pause_alsa': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1839: undefined reference to `snd_pcm_pause' [INFO] [stderr] /opt/crater/target/debug/deps/liblibsoundio_sys-5b983f354062a7e1.rlib(alsa.c.o): In function `instream_get_latency_alsa': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsoundio-sys-0.2.0/libsoundio/src/alsa.c:1854: undefined reference to `snd_pcm_delay' [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 `soundio`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "24ecdbeaaf7a28c9bd99fd310a1dcdcc3b29ce86a9837c33f0c99982ea97a988"` [INFO] running `"docker" "rm" "-f" "24ecdbeaaf7a28c9bd99fd310a1dcdcc3b29ce86a9837c33f0c99982ea97a988"` [INFO] [stdout] 24ecdbeaaf7a28c9bd99fd310a1dcdcc3b29ce86a9837c33f0c99982ea97a988