[INFO] updating cached repository futpib/papeaks [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/futpib/papeaks [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/futpib/papeaks" "work/ex/beta-1.38-1/sources/1.37.0/gh/futpib/papeaks"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/futpib/papeaks'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/futpib/papeaks" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/futpib/papeaks"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/futpib/papeaks'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 6828da6136c26bcd14d937da4679506833426525 [INFO] sha for GitHub repo futpib/papeaks: 6828da6136c26bcd14d937da4679506833426525 [INFO] validating manifest of futpib/papeaks 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 futpib/papeaks 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 futpib/papeaks [INFO] finished frobbing futpib/papeaks [INFO] frobbed toml for futpib/papeaks written to work/ex/beta-1.38-1/sources/1.37.0/gh/futpib/papeaks/Cargo.toml [INFO] started frobbing futpib/papeaks [INFO] finished frobbing futpib/papeaks [INFO] frobbed toml for futpib/papeaks written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/futpib/papeaks/Cargo.toml [INFO] crate futpib/papeaks already has a lockfile, it will not be regenerated [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] [stderr] Blocking waiting for file lock on package cache [INFO] testing futpib/papeaks 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-4/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/futpib/papeaks:/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] 341db97c4e88c2e1c948101e3a956c7d2ae4472ee1b8ecaf7d70d1beb65a95ed [INFO] running `"docker" "start" "-a" "341db97c4e88c2e1c948101e3a956c7d2ae4472ee1b8ecaf7d70d1beb65a95ed"` [INFO] [stderr] Compiling libpulse-sys v1.4.0 [INFO] [stderr] Compiling atty v0.2.11 [INFO] [stderr] Compiling clap v2.32.0 [INFO] [stderr] Compiling libpulse-binding v2.4.0 [INFO] [stderr] Compiling papeaks v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: static variable `sources` should have an upper case name [INFO] [stderr] --> src/main.rs:37:16 [INFO] [stderr] | [INFO] [stderr] 37 | static ref sources: Mutex> = Mutex::new(HashSet::new()); [INFO] [stderr] | ^^^^^^^ help: convert the identifier to upper case: `SOURCES` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_upper_case_globals)]` on by default [INFO] [stderr] [INFO] [stderr] warning: static variable `sink_inputs` should have an upper case name [INFO] [stderr] --> src/main.rs:38:16 [INFO] [stderr] | [INFO] [stderr] 38 | static ref sink_inputs: Mutex> = Mutex::new(HashSet::new()); [INFO] [stderr] | ^^^^^^^^^^^ help: convert the identifier to upper case: `SINK_INPUTS` [INFO] [stderr] [INFO] [stderr] warning: static variable `sink_input_info_queue` should have an upper case name [INFO] [stderr] --> src/main.rs:40:16 [INFO] [stderr] | [INFO] [stderr] 40 | static ref sink_input_info_queue: Mutex> = Mutex::new(HashSet::new()); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `SINK_INPUT_INFO_QUEUE` [INFO] [stderr] [INFO] [stderr] warning: static variable `sink_info_queue` should have an upper case name [INFO] [stderr] --> src/main.rs:41:16 [INFO] [stderr] | [INFO] [stderr] 41 | static ref sink_info_queue: Mutex> = Mutex::new(HashSet::new()); [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `SINK_INFO_QUEUE` [INFO] [stderr] [INFO] [stderr] warning: static variable `sink_input_to_sink` should have an upper case name [INFO] [stderr] --> src/main.rs:43:16 [INFO] [stderr] | [INFO] [stderr] 43 | static ref sink_input_to_sink: Mutex> = Mutex::new(HashMap::new()); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `SINK_INPUT_TO_SINK` [INFO] [stderr] [INFO] [stderr] warning: static variable `sink_to_monitor` should have an upper case name [INFO] [stderr] --> src/main.rs:44:16 [INFO] [stderr] | [INFO] [stderr] 44 | static ref sink_to_monitor: Mutex> = Mutex::new(HashMap::new()); [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `SINK_TO_MONITOR` [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/deps/papeaks-3a475651fffe28d2.papeaks.bcle6edo-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/papeaks-3a475651fffe28d2.papeaks.bcle6edo-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/papeaks-3a475651fffe28d2.papeaks.bcle6edo-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/papeaks-3a475651fffe28d2.papeaks.bcle6edo-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/papeaks-3a475651fffe28d2.papeaks.bcle6edo-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/papeaks-3a475651fffe28d2.papeaks.bcle6edo-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/papeaks-3a475651fffe28d2.papeaks.bcle6edo-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/papeaks-3a475651fffe28d2.papeaks.bcle6edo-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/papeaks-3a475651fffe28d2.papeaks.bcle6edo-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/papeaks-3a475651fffe28d2.papeaks.bcle6edo-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/papeaks-3a475651fffe28d2.papeaks.bcle6edo-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/papeaks-3a475651fffe28d2.papeaks.bcle6edo-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/papeaks-3a475651fffe28d2.papeaks.bcle6edo-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/papeaks-3a475651fffe28d2.papeaks.bcle6edo-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/papeaks-3a475651fffe28d2.papeaks.bcle6edo-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/papeaks-3a475651fffe28d2.papeaks.bcle6edo-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/papeaks-3a475651fffe28d2" "/opt/crater/target/debug/deps/papeaks-3a475651fffe28d2.4p8twij2mkq1a4hv.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-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/liblibpulse_binding-469e99b6bc89318b.rlib" "/opt/crater/target/debug/deps/liblibpulse_sys-a0743a2af0b6f64e.rlib" "/opt/crater/target/debug/deps/libbyteorder-66f90abb67f6906c.rlib" "/opt/crater/target/debug/deps/libclap-4684187a92a6a63d.rlib" "/opt/crater/target/debug/deps/libvec_map-dfe47d7ef870925b.rlib" "/opt/crater/target/debug/deps/libtextwrap-552a4fc03518be30.rlib" "/opt/crater/target/debug/deps/libunicode_width-be270ae5acdefae2.rlib" "/opt/crater/target/debug/deps/libstrsim-323d74444d0cce8b.rlib" "/opt/crater/target/debug/deps/libbitflags-67998902f09e32c1.rlib" "/opt/crater/target/debug/deps/libatty-9e453dc9fd04b59d.rlib" "/opt/crater/target/debug/deps/liblibc-170ea71780cbca2d.rlib" "/opt/crater/target/debug/deps/libansi_term-8091014737d4fb0a.rlib" "/opt/crater/target/debug/deps/libarrayref-1ed5e1b8f0a3edeb.rlib" "/opt/crater/target/debug/deps/liblazy_static-df8b3d370f96c908.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" "-l:libpulse.so.0" "-l:libpulse.so.0" "-l:libpulse.so.0" "-l:libpulse.so.0" "-l:libpulse.so.0" "-l:libpulse.so.0" "-l:libpulse.so.0" "-l:libpulse.so.0" "-l:libpulse.so.0" "-l:libpulse.so.0" "-l:libpulse.so.0" "-l:libpulse.so.0" "-l:libpulse.so.0" "-l:libpulse.so.0" "-l:libpulse.so.0" "-l:libpulse.so.0" "-l:libpulse.so.0" "-l:libpulse.so.0" "-l:libpulse.so.0" "-l:libpulse.so.0" "-l:libpulse.so.0" "-l:libpulse.so.0" "-l:libpulse.so.0" "-l:libpulse.so.0" "-l:libpulse.so.0" "-l:libpulse.so.0" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: /opt/crater/target/debug/deps/liblibpulse_binding-469e99b6bc89318b.rlib(libpulse_binding-469e99b6bc89318b.libpulse_binding.4tfff8vj-cgu.15.rcgu.o): undefined reference to symbol 'pa_encoding_from_string' [INFO] [stderr] //usr/lib/x86_64-linux-gnu/pulseaudio/libpulsecommon-10.0.so: error adding symbols: DSO missing from command line [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 `papeaks`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "341db97c4e88c2e1c948101e3a956c7d2ae4472ee1b8ecaf7d70d1beb65a95ed"` [INFO] running `"docker" "rm" "-f" "341db97c4e88c2e1c948101e3a956c7d2ae4472ee1b8ecaf7d70d1beb65a95ed"` [INFO] [stdout] 341db97c4e88c2e1c948101e3a956c7d2ae4472ee1b8ecaf7d70d1beb65a95ed