[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/pr-57967/sources/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/gh/futpib/papeaks"` [INFO] [stderr] Cloning into 'work/ex/pr-57967/sources/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/gh/futpib/papeaks'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/futpib/papeaks" "work/ex/pr-57967/sources/try#7fea0229842e79db1159ea58ad9a653b288efee9/gh/futpib/papeaks"` [INFO] [stderr] Cloning into 'work/ex/pr-57967/sources/try#7fea0229842e79db1159ea58ad9a653b288efee9/gh/futpib/papeaks'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 4fa9d2ba00de7ff264a3a841540b07675c7cda0a [INFO] sha for GitHub repo futpib/papeaks: 4fa9d2ba00de7ff264a3a841540b07675c7cda0a [INFO] validating manifest of futpib/papeaks on toolchain master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of futpib/papeaks on toolchain try#7fea0229842e79db1159ea58ad9a653b288efee9 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+7fea0229842e79db1159ea58ad9a653b288efee9-alt" "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/pr-57967/sources/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/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/pr-57967/sources/try#7fea0229842e79db1159ea58ad9a653b288efee9/gh/futpib/papeaks/Cargo.toml [INFO] crate futpib/papeaks has a lockfile. skipping [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+7fea0229842e79db1159ea58ad9a653b288efee9-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing futpib/papeaks against try#7fea0229842e79db1159ea58ad9a653b288efee9 for pr-57967 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-57967/worker-0/try#7fea0229842e79db1159ea58ad9a653b288efee9:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-57967/sources/try#7fea0229842e79db1159ea58ad9a653b288efee9/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=forbid" "-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" "+7fea0229842e79db1159ea58ad9a653b288efee9-alt" "build" "--frozen"` [INFO] [stdout] 7c40418cfb0d2363e29bbc7b3ec18c4becc51ada9ecc535318c7b76b28ae7512 [INFO] running `"docker" "start" "-a" "7c40418cfb0d2363e29bbc7b3ec18c4becc51ada9ecc535318c7b76b28ae7512"` [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/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/papeaks-ad450f8531c098e7.papeaks.9xg5whp0-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/papeaks-ad450f8531c098e7.papeaks.9xg5whp0-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/papeaks-ad450f8531c098e7.papeaks.9xg5whp0-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/papeaks-ad450f8531c098e7.papeaks.9xg5whp0-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/papeaks-ad450f8531c098e7.papeaks.9xg5whp0-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/papeaks-ad450f8531c098e7.papeaks.9xg5whp0-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/papeaks-ad450f8531c098e7.papeaks.9xg5whp0-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/papeaks-ad450f8531c098e7.papeaks.9xg5whp0-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/papeaks-ad450f8531c098e7.papeaks.9xg5whp0-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/papeaks-ad450f8531c098e7.papeaks.9xg5whp0-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/papeaks-ad450f8531c098e7.papeaks.9xg5whp0-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/papeaks-ad450f8531c098e7.papeaks.9xg5whp0-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/papeaks-ad450f8531c098e7.papeaks.9xg5whp0-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/papeaks-ad450f8531c098e7.papeaks.9xg5whp0-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/papeaks-ad450f8531c098e7.papeaks.9xg5whp0-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/papeaks-ad450f8531c098e7.papeaks.9xg5whp0-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/papeaks-ad450f8531c098e7" "/opt/crater/target/debug/deps/papeaks-ad450f8531c098e7.d8od2a9wku7s6f5.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/liblibpulse_binding-d04a7eb591c37c2e.rlib" "/opt/crater/target/debug/deps/liblibpulse_sys-047215c8fb43c8ff.rlib" "/opt/crater/target/debug/deps/libbyteorder-6fcba1eb06e089cb.rlib" "/opt/crater/target/debug/deps/libclap-753966cf1f1696ea.rlib" "/opt/crater/target/debug/deps/libvec_map-6733720f266452fe.rlib" "/opt/crater/target/debug/deps/libtextwrap-0dbb89dfa77ce5cc.rlib" "/opt/crater/target/debug/deps/libunicode_width-66c2da54608d2f18.rlib" "/opt/crater/target/debug/deps/libstrsim-1cf0f7051b1bbe13.rlib" "/opt/crater/target/debug/deps/libbitflags-9b432a4840138d81.rlib" "/opt/crater/target/debug/deps/libatty-f9b331e1996e748d.rlib" "/opt/crater/target/debug/deps/liblibc-c1089e11364d60ae.rlib" "/opt/crater/target/debug/deps/libansi_term-8ff33c819acb21a0.rlib" "/opt/crater/target/debug/deps/libarrayref-9576d07d08dd9325.rlib" "/opt/crater/target/debug/deps/liblazy_static-1f5b8627ecb8b0f7.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-b9cdeeb7d71e069b.rlib" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-2c784314f5b61a49.rlib" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-3b6efc0e4ddb88fa.rlib" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-f958c03192217b33.rlib" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-6a937665f3cd6c5f.rlib" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-e29e11dee090b90f.rlib" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-83c4e27232163c87.rlib" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-39348c626a7cd664.rlib" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-a98540404781e6a7.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-f0f63061644276a5.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-d04a7eb591c37c2e.rlib(libpulse_binding-d04a7eb591c37c2e.libpulse_binding.6311yfi0-cgu.13.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" "7c40418cfb0d2363e29bbc7b3ec18c4becc51ada9ecc535318c7b76b28ae7512"` [INFO] running `"docker" "rm" "-f" "7c40418cfb0d2363e29bbc7b3ec18c4becc51ada9ecc535318c7b76b28ae7512"` [INFO] [stdout] 7c40418cfb0d2363e29bbc7b3ec18c4becc51ada9ecc535318c7b76b28ae7512