[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.37-6/sources/1.36.0/gh/futpib/papeaks"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/futpib/papeaks'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/futpib/papeaks" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/futpib/papeaks"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/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.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of futpib/papeaks on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "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.37-6/sources/1.36.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.37-6/sources/beta-2019-07-23/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.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing futpib/papeaks against beta-2019-07-23 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-4/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/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-07-23" "build" "--frozen"` [INFO] [stdout] 1b86891b71bc671b006b9eb85ed1b2fac7c492141159fd37110821c2dc6424c8 [INFO] running `"docker" "start" "-a" "1b86891b71bc671b006b9eb85ed1b2fac7c492141159fd37110821c2dc6424c8"` [INFO] [stderr] Compiling libpulse-sys v1.4.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-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/papeaks-353aa9fcfb7961a0.papeaks.2jd7v3g5-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/papeaks-353aa9fcfb7961a0.papeaks.2jd7v3g5-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/papeaks-353aa9fcfb7961a0.papeaks.2jd7v3g5-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/papeaks-353aa9fcfb7961a0.papeaks.2jd7v3g5-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/papeaks-353aa9fcfb7961a0.papeaks.2jd7v3g5-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/papeaks-353aa9fcfb7961a0.papeaks.2jd7v3g5-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/papeaks-353aa9fcfb7961a0.papeaks.2jd7v3g5-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/papeaks-353aa9fcfb7961a0.papeaks.2jd7v3g5-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/papeaks-353aa9fcfb7961a0.papeaks.2jd7v3g5-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/papeaks-353aa9fcfb7961a0.papeaks.2jd7v3g5-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/papeaks-353aa9fcfb7961a0.papeaks.2jd7v3g5-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/papeaks-353aa9fcfb7961a0.papeaks.2jd7v3g5-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/papeaks-353aa9fcfb7961a0.papeaks.2jd7v3g5-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/papeaks-353aa9fcfb7961a0.papeaks.2jd7v3g5-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/papeaks-353aa9fcfb7961a0.papeaks.2jd7v3g5-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/papeaks-353aa9fcfb7961a0.papeaks.2jd7v3g5-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/papeaks-353aa9fcfb7961a0" "/opt/crater/target/debug/deps/papeaks-353aa9fcfb7961a0.2wae713nc3u40brj.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-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/liblibpulse_binding-17183065d871c7c0.rlib" "/opt/crater/target/debug/deps/liblibpulse_sys-468f5054527d5711.rlib" "/opt/crater/target/debug/deps/libbyteorder-cbd6594c6e958d4b.rlib" "/opt/crater/target/debug/deps/libclap-7e2f788d4db99ef5.rlib" "/opt/crater/target/debug/deps/libvec_map-d15ddac8fbd5a1a7.rlib" "/opt/crater/target/debug/deps/libtextwrap-b9e8af68ddc86750.rlib" "/opt/crater/target/debug/deps/libunicode_width-5c65625ac38072b6.rlib" "/opt/crater/target/debug/deps/libstrsim-1fb548c623033a78.rlib" "/opt/crater/target/debug/deps/libbitflags-e31ad08aaa94ea6a.rlib" "/opt/crater/target/debug/deps/libatty-058dc4b504a04d0e.rlib" "/opt/crater/target/debug/deps/liblibc-dd2098d9bf30d378.rlib" "/opt/crater/target/debug/deps/libansi_term-a8ee7a34610f25b5.rlib" "/opt/crater/target/debug/deps/libarrayref-169817ce397b1996.rlib" "/opt/crater/target/debug/deps/liblazy_static-6758b07bea2a83cb.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-a80a1e8e09cafef8.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e0e6351da805c468.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-e04f54bafc95e331.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-67901d3322495bd5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-bd390b1abaceaec1.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-312dd37fdc7bedfc.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8ed0e51d58d644a3.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-8a423c320a6c707f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-d6a95598e2238263.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d231614b153016eb.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-3821619027f463e4.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-1cfd794d18771a44.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-dcf33cf10c2452ef.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-c258fea34bf64bce.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-17183065d871c7c0.rlib(libpulse_binding-17183065d871c7c0.libpulse_binding.43di60qf-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" "1b86891b71bc671b006b9eb85ed1b2fac7c492141159fd37110821c2dc6424c8"` [INFO] running `"docker" "rm" "-f" "1b86891b71bc671b006b9eb85ed1b2fac7c492141159fd37110821c2dc6424c8"` [INFO] [stdout] 1b86891b71bc671b006b9eb85ed1b2fac7c492141159fd37110821c2dc6424c8