[INFO] updating cached repository Agares/stsbr [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/Agares/stsbr [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/Agares/stsbr" "work/ex/beta-1.37-6/sources/1.36.0/gh/Agares/stsbr"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/Agares/stsbr'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/Agares/stsbr" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/Agares/stsbr"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/Agares/stsbr'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] c91fb78abbecd81dfe72545978ad04ad0a2130a5 [INFO] sha for GitHub repo Agares/stsbr: c91fb78abbecd81dfe72545978ad04ad0a2130a5 [INFO] validating manifest of Agares/stsbr 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 Agares/stsbr 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 Agares/stsbr [INFO] finished frobbing Agares/stsbr [INFO] frobbed toml for Agares/stsbr written to work/ex/beta-1.37-6/sources/1.36.0/gh/Agares/stsbr/Cargo.toml [INFO] started frobbing Agares/stsbr [INFO] finished frobbing Agares/stsbr [INFO] frobbed toml for Agares/stsbr written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/Agares/stsbr/Cargo.toml [INFO] crate Agares/stsbr 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 Agares/stsbr 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-2/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/Agares/stsbr:/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] f9ef0bd1f75884e052a2368b773dd6551933fddadaef425abe0b64ba16774491 [INFO] running `"docker" "start" "-a" "f9ef0bd1f75884e052a2368b773dd6551933fddadaef425abe0b64ba16774491"` [INFO] [stderr] Compiling syn v0.15.36 [INFO] [stderr] Compiling error-chain v0.10.0 [INFO] [stderr] Compiling serde v1.0.92 [INFO] [stderr] Compiling libdbus-sys v0.1.5 [INFO] [stderr] Compiling libpulse-sys v1.5.0 [INFO] [stderr] Compiling syn v0.13.11 [INFO] [stderr] Compiling syn v0.12.15 [INFO] [stderr] Compiling backtrace-sys v0.1.28 [INFO] [stderr] Compiling dirs v1.0.5 [INFO] [stderr] Compiling derive_is_enum_variant v0.1.1 [INFO] [stderr] Compiling nix v0.13.1 [INFO] [stderr] Compiling backtrace v0.3.30 [INFO] [stderr] Compiling chrono v0.4.6 [INFO] [stderr] Compiling term v0.5.2 [INFO] [stderr] Compiling dbus v0.6.4 [INFO] [stderr] Compiling libpulse-binding v2.6.0 [INFO] [stderr] Compiling simplelog v0.5.3 [INFO] [stderr] Compiling enum-kinds v0.4.1 [INFO] [stderr] Compiling darling_core v0.4.0 [INFO] [stderr] Compiling synstructure v0.10.2 [INFO] [stderr] Compiling serde_derive v1.0.92 [INFO] [stderr] Compiling failure_derive v0.1.5 [INFO] [stderr] Compiling failure v0.1.5 [INFO] [stderr] Compiling darling_macro v0.4.0 [INFO] [stderr] Compiling darling v0.4.0 [INFO] [stderr] Compiling from_variants_impl v0.3.0 [INFO] [stderr] Compiling from_variants v0.3.0 [INFO] [stderr] Compiling mpris v1.1.2 [INFO] [stderr] Compiling serde_json v1.0.39 [INFO] [stderr] Compiling toml v0.5.1 [INFO] [stderr] Compiling stsbr v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/i3bar.rs:48:51 [INFO] [stderr] | [INFO] [stderr] 48 | fn convert_blocks_to_bar_blocks(sources: &Vec>) -> Vec { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Block` [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/i3bar.rs:70:42 [INFO] [stderr] | [INFO] [stderr] 70 | pub fn sources_to_json(sources: &Vec>) -> String { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Block` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:58:29 [INFO] [stderr] | [INFO] [stderr] 58 | fn load_blocks() -> Vec> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Block` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:80:58 [INFO] [stderr] | [INFO] [stderr] 80 | fn parse_config<'a>(config: &String, mut on_section: Box<'a + FnMut(&Value)>) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn 'a + FnMut(&Value)` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:92:21 [INFO] [stderr] | [INFO] [stderr] 92 | type BlockFactory = Fn(&Value) -> Box; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&Value) -> Box` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:92:39 [INFO] [stderr] | [INFO] [stderr] 92 | type BlockFactory = Fn(&Value) -> Box; [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Block` [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/stsbr-2fbe0f42a8f853be.stsbr.438ecjr9-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/stsbr-2fbe0f42a8f853be.stsbr.438ecjr9-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/stsbr-2fbe0f42a8f853be.stsbr.438ecjr9-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/stsbr-2fbe0f42a8f853be.stsbr.438ecjr9-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/stsbr-2fbe0f42a8f853be.stsbr.438ecjr9-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/stsbr-2fbe0f42a8f853be.stsbr.438ecjr9-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/stsbr-2fbe0f42a8f853be.stsbr.438ecjr9-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/stsbr-2fbe0f42a8f853be.stsbr.438ecjr9-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/stsbr-2fbe0f42a8f853be.stsbr.438ecjr9-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/stsbr-2fbe0f42a8f853be.stsbr.438ecjr9-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/stsbr-2fbe0f42a8f853be.stsbr.438ecjr9-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/stsbr-2fbe0f42a8f853be.stsbr.438ecjr9-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/stsbr-2fbe0f42a8f853be.stsbr.438ecjr9-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/stsbr-2fbe0f42a8f853be.stsbr.438ecjr9-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/stsbr-2fbe0f42a8f853be.stsbr.438ecjr9-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/stsbr-2fbe0f42a8f853be.stsbr.438ecjr9-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/stsbr-2fbe0f42a8f853be" "/opt/crater/target/debug/deps/stsbr-2fbe0f42a8f853be.ziyfuyxsy3orzp2.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/opt/crater/target/debug/build/backtrace-sys-27ec4ddc596565f0/out" "-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/libserde_json-1116ccd9e5d1a98b.rlib" "/opt/crater/target/debug/deps/libryu-4fe4f189da03b219.rlib" "/opt/crater/target/debug/deps/libitoa-97a946ec35c116e9.rlib" "/opt/crater/target/debug/deps/libmpris-29d9d43e97072e4b.rlib" "/opt/crater/target/debug/deps/libdbus-e37edd0c6a61ade5.rlib" "/opt/crater/target/debug/deps/liblibdbus_sys-d2defa86efddbef6.rlib" "/opt/crater/target/debug/deps/libfrom_variants-531c8e344a637a72.rlib" "/opt/crater/target/debug/deps/libfailure-d04b2642b1584557.rlib" "/opt/crater/target/debug/deps/libbacktrace-11c18b757252cca7.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-009535b179ed28f9.rlib" "/opt/crater/target/debug/deps/librustc_demangle-77014e9d388dc77b.rlib" "/opt/crater/target/debug/deps/liblibpulse_binding-b898ced304f439f0.rlib" "/opt/crater/target/debug/deps/liblibpulse_sys-59d8943c641c594c.rlib" "/opt/crater/target/debug/deps/libnix-830f2a026b2034ec.rlib" "/opt/crater/target/debug/deps/libvoid-7cea1bca190341e8.rlib" "/opt/crater/target/debug/deps/libbitflags-1f73faaef27177be.rlib" "/opt/crater/target/debug/deps/libtoml-738c5054a6a9323f.rlib" "/opt/crater/target/debug/deps/libserde-c08897dd118459dc.rlib" "/opt/crater/target/debug/deps/libsimplelog-8bff08370b24970e.rlib" "/opt/crater/target/debug/deps/libchrono-5f13aec27b3f158c.rlib" "/opt/crater/target/debug/deps/libnum_integer-a7547ff7ee09e498.rlib" "/opt/crater/target/debug/deps/libnum_traits-1b074698c1e2a54b.rlib" "/opt/crater/target/debug/deps/libtime-d64884c6ab17d98b.rlib" "/opt/crater/target/debug/deps/libterm-3928430bba5e485b.rlib" "/opt/crater/target/debug/deps/libdirs-3677e77b324789a6.rlib" "/opt/crater/target/debug/deps/liblibc-ad8c0d636a224a51.rlib" "/opt/crater/target/debug/deps/libbyteorder-066131f17ea0c99b.rlib" "/opt/crater/target/debug/deps/liblog-181e1718e3bc0d95.rlib" "/opt/crater/target/debug/deps/libcfg_if-17244d8fcea476bd.rlib" "/opt/crater/target/debug/deps/liblazy_static-6a4e8ea56a445919.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" "-ldbus-1" "-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-b898ced304f439f0.rlib(libpulse_binding-b898ced304f439f0.libpulse_binding.4jubm2ti-cgu.3.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 `stsbr`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "f9ef0bd1f75884e052a2368b773dd6551933fddadaef425abe0b64ba16774491"` [INFO] running `"docker" "rm" "-f" "f9ef0bd1f75884e052a2368b773dd6551933fddadaef425abe0b64ba16774491"` [INFO] [stdout] f9ef0bd1f75884e052a2368b773dd6551933fddadaef425abe0b64ba16774491