[INFO] updating cached repository mishajw/incredi-panel [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/mishajw/incredi-panel [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/mishajw/incredi-panel" "work/ex/beta-1.37-6/sources/1.36.0/gh/mishajw/incredi-panel"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/mishajw/incredi-panel'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/mishajw/incredi-panel" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/mishajw/incredi-panel"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/mishajw/incredi-panel'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 9366f363c3c71ee57c76b74f274a1d306a8cde5e [INFO] sha for GitHub repo mishajw/incredi-panel: 9366f363c3c71ee57c76b74f274a1d306a8cde5e [INFO] validating manifest of mishajw/incredi-panel 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 mishajw/incredi-panel 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 mishajw/incredi-panel [INFO] finished frobbing mishajw/incredi-panel [INFO] frobbed toml for mishajw/incredi-panel written to work/ex/beta-1.37-6/sources/1.36.0/gh/mishajw/incredi-panel/Cargo.toml [INFO] started frobbing mishajw/incredi-panel [INFO] finished frobbing mishajw/incredi-panel [INFO] frobbed toml for mishajw/incredi-panel written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/mishajw/incredi-panel/Cargo.toml [INFO] crate mishajw/incredi-panel 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] [stderr] Blocking waiting for file lock on package cache lock [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing mishajw/incredi-panel 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-3/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/mishajw/incredi-panel:/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] 44dbc1ae8846ac320bcfc1a5b41905c3e589da6537d76a1ddcf592868fe87b1a [INFO] running `"docker" "start" "-a" "44dbc1ae8846ac320bcfc1a5b41905c3e589da6537d76a1ddcf592868fe87b1a"` [INFO] [stderr] Compiling sfml-build v0.2.0 [INFO] [stderr] Compiling encoding_rs v0.8.13 [INFO] [stderr] Compiling error-chain v0.12.0 [INFO] [stderr] Compiling env_logger v0.6.0 [INFO] [stderr] Compiling csfml-system-sys v0.4.0 [INFO] [stderr] Compiling csfml-window-sys v0.4.0 [INFO] [stderr] Compiling csfml-audio-sys v0.4.0 [INFO] [stderr] Compiling csfml-graphics-sys v0.4.0 [INFO] [stderr] Compiling sfml v0.14.0 [INFO] [stderr] Compiling quick-xml v0.13.1 [INFO] [stderr] Compiling incredi-panel v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/item/command.rs:144:49 [INFO] [stderr] | [INFO] [stderr] 144 | fn parse(config: &mut Config) -> Result> { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Item` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/item/command.rs:185:49 [INFO] [stderr] | [INFO] [stderr] 185 | fn parse(config: &mut Config) -> Result> { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Item` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/item/mod.rs:44:49 [INFO] [stderr] | [INFO] [stderr] 44 | fn parse(config: &mut Config) -> Result>; [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Item` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/item/mod.rs:48:59 [INFO] [stderr] | [INFO] [stderr] 48 | pub fn parse_items(config: &mut Config) -> Result>> { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Item` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/window/draw.rs:9:23 [INFO] [stderr] | [INFO] [stderr] 9 | pub drawable: &'a Drawable, [INFO] [stderr] | ^^^^^^^^ help: use `dyn`: `dyn Drawable` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/window/draw.rs:16:30 [INFO] [stderr] | [INFO] [stderr] 16 | pub fn new(drawable: &'a Drawable) -> Self { [INFO] [stderr] | ^^^^^^^^ help: use `dyn`: `dyn Drawable` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/window/mod.rs:40:20 [INFO] [stderr] | [INFO] [stderr] 40 | items: Vec>, [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Item` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/window/mod.rs:51:24 [INFO] [stderr] | [INFO] [stderr] 51 | items: Vec>, [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Item` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/window/mod.rs:59:28 [INFO] [stderr] | [INFO] [stderr] 59 | let items: Vec> = [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Item` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/window/mod.rs:61:40 [INFO] [stderr] | [INFO] [stderr] 61 | items.iter().for_each(|i: &Arc| { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Item` [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/incredi-58b7053b2f641f76.incredi.1rmvp6y9-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/incredi-58b7053b2f641f76.incredi.1rmvp6y9-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/incredi-58b7053b2f641f76.incredi.1rmvp6y9-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/incredi-58b7053b2f641f76.incredi.1rmvp6y9-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/incredi-58b7053b2f641f76.incredi.1rmvp6y9-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/incredi-58b7053b2f641f76.incredi.1rmvp6y9-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/incredi-58b7053b2f641f76.incredi.1rmvp6y9-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/incredi-58b7053b2f641f76.incredi.1rmvp6y9-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/incredi-58b7053b2f641f76.incredi.1rmvp6y9-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/incredi-58b7053b2f641f76.incredi.1rmvp6y9-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/incredi-58b7053b2f641f76.incredi.1rmvp6y9-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/incredi-58b7053b2f641f76.incredi.1rmvp6y9-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/incredi-58b7053b2f641f76.incredi.1rmvp6y9-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/incredi-58b7053b2f641f76.incredi.1rmvp6y9-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/incredi-58b7053b2f641f76.incredi.1rmvp6y9-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/incredi-58b7053b2f641f76.incredi.1rmvp6y9-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/incredi-58b7053b2f641f76" "/opt/crater/target/debug/deps/incredi-58b7053b2f641f76.1szo3fiju7fet9il.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/target/debug/build/backtrace-sys-039dcd218a0ae435/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/libenv_logger-a393a314b09ef866.rlib" "/opt/crater/target/debug/deps/libregex-c0201ded4fa5f24b.rlib" "/opt/crater/target/debug/deps/libutf8_ranges-9a5c837df053934e.rlib" "/opt/crater/target/debug/deps/libregex_syntax-043cac4db031e798.rlib" "/opt/crater/target/debug/deps/libucd_util-764be33a5792116c.rlib" "/opt/crater/target/debug/deps/libthread_local-16f8d52a4ba36763.rlib" "/opt/crater/target/debug/deps/liblazy_static-6758b07bea2a83cb.rlib" "/opt/crater/target/debug/deps/libaho_corasick-0b4fa27b7b5e812d.rlib" "/opt/crater/target/debug/deps/libhumantime-39d793d15deb41e2.rlib" "/opt/crater/target/debug/deps/libquick_error-7d23d7c8e4749989.rlib" "/opt/crater/target/debug/deps/libtermcolor-1e2ba7007c03c9ea.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/libatty-058dc4b504a04d0e.rlib" "/opt/crater/target/debug/deps/libansi_term-a8ee7a34610f25b5.rlib" "/opt/crater/target/debug/deps/libincredi_lib-0b56181f332ad8a7.rlib" "/opt/crater/target/debug/deps/libnix-a00bfeb3d462334b.rlib" "/opt/crater/target/debug/deps/libvoid-7cea1bca190341e8.rlib" "/opt/crater/target/debug/deps/libbyteorder-cbd6594c6e958d4b.rlib" "/opt/crater/target/debug/deps/liblog-3b5711445cfef0bd.rlib" "/opt/crater/target/debug/deps/libsfml-ab6ae1c1135da54b.rlib" "/opt/crater/target/debug/deps/libcsfml_graphics_sys-62565fa52e3c0645.rlib" "/opt/crater/target/debug/deps/libcsfml_audio_sys-305680f6fe754941.rlib" "/opt/crater/target/debug/deps/libcsfml_window_sys-fb8fab4846418edb.rlib" "/opt/crater/target/debug/deps/libcsfml_system_sys-018b392ae73beecb.rlib" "/opt/crater/target/debug/deps/libbitflags-e31ad08aaa94ea6a.rlib" "/opt/crater/target/debug/deps/liberror_chain-96046a2627c216b6.rlib" "/opt/crater/target/debug/deps/libyaml_rust-c7740512f5493899.rlib" "/opt/crater/target/debug/deps/liblinked_hash_map-d9e6bb4548f90968.rlib" "/opt/crater/target/debug/deps/libquick_xml-97868fe2ae453b90.rlib" "/opt/crater/target/debug/deps/libmemchr-cbbc33c3e01c813e.rlib" "/opt/crater/target/debug/deps/libfailure-784c8f5deba379cd.rlib" "/opt/crater/target/debug/deps/libbacktrace-ac38fc58ab7d3062.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-d8c8ae59be5d38aa.rlib" "/opt/crater/target/debug/deps/librustc_demangle-6a28f170d1e5cc2e.rlib" "/opt/crater/target/debug/deps/liblibc-dd2098d9bf30d378.rlib" "/opt/crater/target/debug/deps/libencoding_rs-fc843233e0dcf127.rlib" "/opt/crater/target/debug/deps/libcfg_if-c1938f77dc3c8b6e.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" "-lsfml-graphics" "-lcsfml-graphics" "-lsfml-audio" "-lcsfml-audio" "-lsfml-window" "-lcsfml-window" "-lsfml-system" "-lcsfml-system" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /opt/crater/target/debug/deps/libsfml-ab6ae1c1135da54b.rlib(sfml-ab6ae1c1135da54b.sfml.c2olmeeb-cgu.7.rcgu.o): In function `sfml::graphics::text::Text::set_fill_color': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sfml-0.14.0/src/graphics/text.rs:134: undefined reference to `sfText_setFillColor' [INFO] [stderr] /opt/crater/target/debug/deps/libsfml-ab6ae1c1135da54b.rlib(sfml-ab6ae1c1135da54b.sfml.c2olmeeb-cgu.7.rcgu.o): In function `sfml::graphics::text::Text::set_outline_color': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sfml-0.14.0/src/graphics/text.rs:141: undefined reference to `sfText_setOutlineColor' [INFO] [stderr] /opt/crater/target/debug/deps/libsfml-ab6ae1c1135da54b.rlib(sfml-ab6ae1c1135da54b.sfml.c2olmeeb-cgu.7.rcgu.o): In function `sfml::graphics::text::Text::set_outline_thickness': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sfml-0.14.0/src/graphics/text.rs:151: undefined reference to `sfText_setOutlineThickness' [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 `incredi-panel`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "44dbc1ae8846ac320bcfc1a5b41905c3e589da6537d76a1ddcf592868fe87b1a"` [INFO] running `"docker" "rm" "-f" "44dbc1ae8846ac320bcfc1a5b41905c3e589da6537d76a1ddcf592868fe87b1a"` [INFO] [stdout] 44dbc1ae8846ac320bcfc1a5b41905c3e589da6537d76a1ddcf592868fe87b1a