[INFO] crate cubeb 0.6.2 is already in cache [INFO] testing cubeb-0.6.2 against beta-2019-09-28 for beta-1.39-1 [INFO] extracting crate cubeb 0.6.2 into work/builds/worker-3/source [INFO] validating manifest of crates.io crate cubeb 0.6.2 on toolchain beta-2019-09-28 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate cubeb 0.6.2 [INFO] finished tweaking crates.io crate cubeb 0.6.2 [INFO] tweaked toml for crates.io crate cubeb 0.6.2 written to work/builds/worker-3/source/Cargo.toml [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-3/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "build" "--frozen"` [INFO] [stdout] c26c995159a18c922884c8d907298f1164f3860ddcdd249ddf202a4016f3e8e6 [INFO] running `"docker" "start" "-a" "c26c995159a18c922884c8d907298f1164f3860ddcdd249ddf202a4016f3e8e6"` [INFO] [stderr] Compiling cubeb-sys v0.6.2 [INFO] [stderr] Compiling cubeb-core v0.6.2 [INFO] [stderr] Compiling cubeb v0.6.2 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/context.rs:5:16 [INFO] [stderr] | [INFO] [stderr] 5 | let name = try!(CString::new(name)); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/stream.rs:204:13 [INFO] [stderr] | [INFO] [stderr] 204 | try!(ctx.stream_init( [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/stream.rs:219:13 [INFO] [stderr] | [INFO] [stderr] 219 | try!(stream.register_device_changed_callback(device_changed_callback)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/stream.rs:71:28 [INFO] [stderr] | [INFO] [stderr] 71 | pub type DataCallback = FnMut(&[F], &mut [F]) -> isize + Send + Sync + 'static; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(&[F], &mut [F]) -> isize + Send + Sync + 'static` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/stream.rs:72:26 [INFO] [stderr] | [INFO] [stderr] 72 | pub type StateCallback = FnMut(State) + Send + Sync + 'static; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(State) + Send + Sync + 'static` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/stream.rs:73:34 [INFO] [stderr] | [INFO] [stderr] 73 | pub type DeviceChangedCallback = FnMut() + Send + Sync + 'static; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut() + Send + Sync + 'static` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.90s [INFO] running `"docker" "inspect" "c26c995159a18c922884c8d907298f1164f3860ddcdd249ddf202a4016f3e8e6"` [INFO] running `"docker" "rm" "-f" "c26c995159a18c922884c8d907298f1164f3860ddcdd249ddf202a4016f3e8e6"` [INFO] [stdout] c26c995159a18c922884c8d907298f1164f3860ddcdd249ddf202a4016f3e8e6 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-3/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "test" "--frozen" "--no-run"` [INFO] [stdout] eed0169c892d334673721809cbf08930b7d8338033bf0cd1e04c6f12918115bc [INFO] running `"docker" "start" "-a" "eed0169c892d334673721809cbf08930b7d8338033bf0cd1e04c6f12918115bc"` [INFO] [stderr] Compiling cubeb v0.6.2 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/context.rs:5:16 [INFO] [stderr] | [INFO] [stderr] 5 | let name = try!(CString::new(name)); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/stream.rs:204:13 [INFO] [stderr] | [INFO] [stderr] 204 | try!(ctx.stream_init( [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/stream.rs:219:13 [INFO] [stderr] | [INFO] [stderr] 219 | try!(stream.register_device_changed_callback(device_changed_callback)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/stream.rs:71:28 [INFO] [stderr] | [INFO] [stderr] 71 | pub type DataCallback = FnMut(&[F], &mut [F]) -> isize + Send + Sync + 'static; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(&[F], &mut [F]) -> isize + Send + Sync + 'static` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/stream.rs:72:26 [INFO] [stderr] | [INFO] [stderr] 72 | pub type StateCallback = FnMut(State) + Send + Sync + 'static; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(State) + Send + Sync + 'static` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/stream.rs:73:34 [INFO] [stderr] | [INFO] [stderr] 73 | pub type DeviceChangedCallback = FnMut() + Send + Sync + 'static; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut() + Send + Sync + 'static` [INFO] [stderr] [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/tone-8fc4c5630ce36a1a.tone.dpa7ct8q-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/tone-8fc4c5630ce36a1a.tone.dpa7ct8q-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/tone-8fc4c5630ce36a1a.tone.dpa7ct8q-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/tone-8fc4c5630ce36a1a.tone.dpa7ct8q-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/tone-8fc4c5630ce36a1a.tone.dpa7ct8q-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/tone-8fc4c5630ce36a1a.tone.dpa7ct8q-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/tone-8fc4c5630ce36a1a.tone.dpa7ct8q-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/tone-8fc4c5630ce36a1a.tone.dpa7ct8q-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/tone-8fc4c5630ce36a1a.tone.dpa7ct8q-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/tone-8fc4c5630ce36a1a.tone.dpa7ct8q-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/tone-8fc4c5630ce36a1a.tone.dpa7ct8q-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/tone-8fc4c5630ce36a1a.tone.dpa7ct8q-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/tone-8fc4c5630ce36a1a.tone.dpa7ct8q-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/tone-8fc4c5630ce36a1a.tone.dpa7ct8q-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/tone-8fc4c5630ce36a1a.tone.dpa7ct8q-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/tone-8fc4c5630ce36a1a.tone.dpa7ct8q-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/tone-8fc4c5630ce36a1a" "/opt/rustwide/target/debug/examples/tone-8fc4c5630ce36a1a.7yw0j1j3s3t8xlu.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/cubeb-sys-8cf20ab13d9c5933/out/lib" "-L" "/opt/rustwide/target/debug/build/cubeb-sys-8cf20ab13d9c5933/out/lib64" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libcubeb-5dd173bc232d89e2.rlib" "/opt/rustwide/target/debug/deps/libcubeb_core-dc6a5fd6592cf867.rlib" "/opt/rustwide/target/debug/deps/libcubeb_sys-592736e6e0125b24.rlib" "/opt/rustwide/target/debug/deps/libbitflags-4961bb5087b14aca.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-db812c66f862af4c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e7871a21575d5ff7.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-2f2c581bc0d759e6.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-35731cabc05dc8a0.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-36477394541292db.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-8b706b170c1272d8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-801dbb3043ccf581.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-a32aa66ce6f72b21.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-d00ea3bfb2bb6c00.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d2c6ebe88c3e113c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-df74f62f6bb60621.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-2170473575daeedb.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-1a08089bbddc4f51.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-f8f562e5472ad5c3.rlib" "-Wl,-Bdynamic" "-lstdc++" "-lasound" "-lpulse" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /opt/rustwide/target/debug/deps/libcubeb_sys-592736e6e0125b24.rlib(cubeb_sndio.c.o): In function `sndio_mainloop': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cubeb-sys-0.6.2/libcubeb/src/cubeb_sndio.c:122: undefined reference to `sio_start' [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cubeb-sys-0.6.2/libcubeb/src/cubeb_sndio.c:206: undefined reference to `sio_pollfd' [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cubeb-sys-0.6.2/libcubeb/src/cubeb_sndio.c:216: undefined reference to `sio_revents' [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cubeb-sys-0.6.2/libcubeb/src/cubeb_sndio.c:224: undefined reference to `sio_write' [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cubeb-sys-0.6.2/libcubeb/src/cubeb_sndio.c:225: undefined reference to `sio_eof' [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cubeb-sys-0.6.2/libcubeb/src/cubeb_sndio.c:234: undefined reference to `sio_read' [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cubeb-sys-0.6.2/libcubeb/src/cubeb_sndio.c:235: undefined reference to `sio_eof' [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cubeb-sys-0.6.2/libcubeb/src/cubeb_sndio.c:247: undefined reference to `sio_stop' [INFO] [stderr] /opt/rustwide/target/debug/deps/libcubeb_sys-592736e6e0125b24.rlib(cubeb_sndio.c.o): In function `sndio_stream_init': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cubeb-sys-0.6.2/libcubeb/src/cubeb_sndio.c:326: undefined reference to `sio_open' [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cubeb-sys-0.6.2/libcubeb/src/cubeb_sndio.c:331: undefined reference to `sio_initpar' [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cubeb-sys-0.6.2/libcubeb/src/cubeb_sndio.c:354: undefined reference to `sio_setpar' [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cubeb-sys-0.6.2/libcubeb/src/cubeb_sndio.c:354: undefined reference to `sio_getpar' [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cubeb-sys-0.6.2/libcubeb/src/cubeb_sndio.c:365: undefined reference to `sio_onmove' [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cubeb-sys-0.6.2/libcubeb/src/cubeb_sndio.c:403: undefined reference to `sio_close' [INFO] [stderr] /opt/rustwide/target/debug/deps/libcubeb_sys-592736e6e0125b24.rlib(cubeb_sndio.c.o): In function `sndio_stream_destroy': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cubeb-sys-0.6.2/libcubeb/src/cubeb_sndio.c:449: undefined reference to `sio_close' [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: could not compile `cubeb`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/devices-eec59a550917c2bb.devices.bztmuhos-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/devices-eec59a550917c2bb.devices.bztmuhos-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/devices-eec59a550917c2bb.devices.bztmuhos-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/devices-eec59a550917c2bb.devices.bztmuhos-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/devices-eec59a550917c2bb.devices.bztmuhos-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/devices-eec59a550917c2bb.devices.bztmuhos-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/devices-eec59a550917c2bb.devices.bztmuhos-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/devices-eec59a550917c2bb.devices.bztmuhos-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/devices-eec59a550917c2bb.devices.bztmuhos-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/devices-eec59a550917c2bb.devices.bztmuhos-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/devices-eec59a550917c2bb.devices.bztmuhos-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/devices-eec59a550917c2bb.devices.bztmuhos-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/devices-eec59a550917c2bb.devices.bztmuhos-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/devices-eec59a550917c2bb.devices.bztmuhos-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/devices-eec59a550917c2bb.devices.bztmuhos-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/devices-eec59a550917c2bb.devices.bztmuhos-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/devices-eec59a550917c2bb" "/opt/rustwide/target/debug/examples/devices-eec59a550917c2bb.37yugky9jiy7k3ed.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/cubeb-sys-8cf20ab13d9c5933/out/lib" "-L" "/opt/rustwide/target/debug/build/cubeb-sys-8cf20ab13d9c5933/out/lib64" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libcubeb-5dd173bc232d89e2.rlib" "/opt/rustwide/target/debug/deps/libcubeb_core-dc6a5fd6592cf867.rlib" "/opt/rustwide/target/debug/deps/libcubeb_sys-592736e6e0125b24.rlib" "/opt/rustwide/target/debug/deps/libbitflags-4961bb5087b14aca.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-db812c66f862af4c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e7871a21575d5ff7.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-2f2c581bc0d759e6.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-35731cabc05dc8a0.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-36477394541292db.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-8b706b170c1272d8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-801dbb3043ccf581.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-a32aa66ce6f72b21.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-d00ea3bfb2bb6c00.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d2c6ebe88c3e113c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-df74f62f6bb60621.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-2170473575daeedb.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-1a08089bbddc4f51.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-f8f562e5472ad5c3.rlib" "-Wl,-Bdynamic" "-lstdc++" "-lasound" "-lpulse" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /opt/rustwide/target/debug/deps/libcubeb_sys-592736e6e0125b24.rlib(cubeb_sndio.c.o): In function `sndio_mainloop': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cubeb-sys-0.6.2/libcubeb/src/cubeb_sndio.c:122: undefined reference to `sio_start' [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cubeb-sys-0.6.2/libcubeb/src/cubeb_sndio.c:206: undefined reference to `sio_pollfd' [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cubeb-sys-0.6.2/libcubeb/src/cubeb_sndio.c:216: undefined reference to `sio_revents' [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cubeb-sys-0.6.2/libcubeb/src/cubeb_sndio.c:224: undefined reference to `sio_write' [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cubeb-sys-0.6.2/libcubeb/src/cubeb_sndio.c:225: undefined reference to `sio_eof' [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cubeb-sys-0.6.2/libcubeb/src/cubeb_sndio.c:234: undefined reference to `sio_read' [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cubeb-sys-0.6.2/libcubeb/src/cubeb_sndio.c:235: undefined reference to `sio_eof' [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cubeb-sys-0.6.2/libcubeb/src/cubeb_sndio.c:247: undefined reference to `sio_stop' [INFO] [stderr] /opt/rustwide/target/debug/deps/libcubeb_sys-592736e6e0125b24.rlib(cubeb_sndio.c.o): In function `sndio_stream_init': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cubeb-sys-0.6.2/libcubeb/src/cubeb_sndio.c:326: undefined reference to `sio_open' [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cubeb-sys-0.6.2/libcubeb/src/cubeb_sndio.c:331: undefined reference to `sio_initpar' [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cubeb-sys-0.6.2/libcubeb/src/cubeb_sndio.c:354: undefined reference to `sio_setpar' [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cubeb-sys-0.6.2/libcubeb/src/cubeb_sndio.c:354: undefined reference to `sio_getpar' [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cubeb-sys-0.6.2/libcubeb/src/cubeb_sndio.c:365: undefined reference to `sio_onmove' [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cubeb-sys-0.6.2/libcubeb/src/cubeb_sndio.c:403: undefined reference to `sio_close' [INFO] [stderr] /opt/rustwide/target/debug/deps/libcubeb_sys-592736e6e0125b24.rlib(cubeb_sndio.c.o): In function `sndio_stream_destroy': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cubeb-sys-0.6.2/libcubeb/src/cubeb_sndio.c:449: undefined reference to `sio_close' [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: could not compile `cubeb`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "eed0169c892d334673721809cbf08930b7d8338033bf0cd1e04c6f12918115bc"` [INFO] running `"docker" "rm" "-f" "eed0169c892d334673721809cbf08930b7d8338033bf0cd1e04c6f12918115bc"` [INFO] [stdout] eed0169c892d334673721809cbf08930b7d8338033bf0cd1e04c6f12918115bc