[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.38-1/sources/1.37.0/gh/mishajw/incredi-panel"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/mishajw/incredi-panel'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/mishajw/incredi-panel" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/mishajw/incredi-panel"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/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.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 mishajw/incredi-panel 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 mishajw/incredi-panel [INFO] finished frobbing mishajw/incredi-panel [INFO] frobbed toml for mishajw/incredi-panel written to work/ex/beta-1.38-1/sources/1.37.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.38-1/sources/beta-2019-08-13/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.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] testing mishajw/incredi-panel 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/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-08-13" "build" "--frozen"` [INFO] [stdout] 1ee6af2e66f9ee00a43502d36017112696629152dc10290c43f9352094afe071 [INFO] running `"docker" "start" "-a" "1ee6af2e66f9ee00a43502d36017112696629152dc10290c43f9352094afe071"` [INFO] [stderr] Compiling sfml-build v0.2.0 [INFO] [stderr] Compiling clap v2.32.0 [INFO] [stderr] Compiling error-chain v0.12.0 [INFO] [stderr] Compiling env_logger v0.6.0 [INFO] [stderr] Compiling quick-xml v0.13.1 [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 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-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/incredi-3af4c29f51242147.incredi.1dbei834-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/incredi-3af4c29f51242147.incredi.1dbei834-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/incredi-3af4c29f51242147.incredi.1dbei834-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/incredi-3af4c29f51242147.incredi.1dbei834-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/incredi-3af4c29f51242147.incredi.1dbei834-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/incredi-3af4c29f51242147.incredi.1dbei834-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/incredi-3af4c29f51242147.incredi.1dbei834-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/incredi-3af4c29f51242147.incredi.1dbei834-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/incredi-3af4c29f51242147.incredi.1dbei834-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/incredi-3af4c29f51242147.incredi.1dbei834-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/incredi-3af4c29f51242147.incredi.1dbei834-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/incredi-3af4c29f51242147.incredi.1dbei834-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/incredi-3af4c29f51242147.incredi.1dbei834-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/incredi-3af4c29f51242147.incredi.1dbei834-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/incredi-3af4c29f51242147.incredi.1dbei834-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/incredi-3af4c29f51242147.incredi.1dbei834-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/incredi-3af4c29f51242147" "/opt/crater/target/debug/deps/incredi-3af4c29f51242147.343ooo51n65a8b53.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-1fd15cf3828661f8/out" "-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/libenv_logger-9aa696de9c68be69.rlib" "/opt/crater/target/debug/deps/libregex-d9581e0ad05ceecc.rlib" "/opt/crater/target/debug/deps/libutf8_ranges-f52370ed8b8aeb13.rlib" "/opt/crater/target/debug/deps/libregex_syntax-850e4c3af7d28146.rlib" "/opt/crater/target/debug/deps/libucd_util-57957d64f2b3380e.rlib" "/opt/crater/target/debug/deps/libthread_local-dc312346ae57221e.rlib" "/opt/crater/target/debug/deps/liblazy_static-df8b3d370f96c908.rlib" "/opt/crater/target/debug/deps/libaho_corasick-08a573bc5b6e5884.rlib" "/opt/crater/target/debug/deps/libhumantime-fe7582828726b442.rlib" "/opt/crater/target/debug/deps/libquick_error-f50ea951eae373ef.rlib" "/opt/crater/target/debug/deps/libtermcolor-9bd564ab7fd672f3.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/libatty-9e453dc9fd04b59d.rlib" "/opt/crater/target/debug/deps/libansi_term-8091014737d4fb0a.rlib" "/opt/crater/target/debug/deps/libincredi_lib-0689f29e88215663.rlib" "/opt/crater/target/debug/deps/libnix-08c399121477c100.rlib" "/opt/crater/target/debug/deps/libvoid-ee701c9bdcbc84a6.rlib" "/opt/crater/target/debug/deps/libbyteorder-66f90abb67f6906c.rlib" "/opt/crater/target/debug/deps/liblog-5fab1ddaf1b8d6f8.rlib" "/opt/crater/target/debug/deps/libsfml-7afa0c68875207df.rlib" "/opt/crater/target/debug/deps/libcsfml_graphics_sys-0824900d7296155b.rlib" "/opt/crater/target/debug/deps/libcsfml_audio_sys-cb0f655daebb1050.rlib" "/opt/crater/target/debug/deps/libcsfml_window_sys-04bb159634c0d069.rlib" "/opt/crater/target/debug/deps/libcsfml_system_sys-9e65dd35d8b0db08.rlib" "/opt/crater/target/debug/deps/libbitflags-67998902f09e32c1.rlib" "/opt/crater/target/debug/deps/liberror_chain-3bb7befcd8747f7d.rlib" "/opt/crater/target/debug/deps/libyaml_rust-a6ac0d2bb7613271.rlib" "/opt/crater/target/debug/deps/liblinked_hash_map-b4974d327ab2ca73.rlib" "/opt/crater/target/debug/deps/libquick_xml-38170acbc42b75e7.rlib" "/opt/crater/target/debug/deps/libmemchr-11819db8e5442bbc.rlib" "/opt/crater/target/debug/deps/libfailure-311862041a8065d1.rlib" "/opt/crater/target/debug/deps/libbacktrace-6d37df6f381248e6.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-8c86bb55a6595d63.rlib" "/opt/crater/target/debug/deps/librustc_demangle-9891100843b3000f.rlib" "/opt/crater/target/debug/deps/liblibc-170ea71780cbca2d.rlib" "/opt/crater/target/debug/deps/libencoding_rs-b6cb6a2887952e36.rlib" "/opt/crater/target/debug/deps/libcfg_if-52f952e08f3290ba.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" "-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-7afa0c68875207df.rlib(sfml-7afa0c68875207df.sfml.gtncbsto-cgu.6.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-7afa0c68875207df.rlib(sfml-7afa0c68875207df.sfml.gtncbsto-cgu.6.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-7afa0c68875207df.rlib(sfml-7afa0c68875207df.sfml.gtncbsto-cgu.6.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" "1ee6af2e66f9ee00a43502d36017112696629152dc10290c43f9352094afe071"` [INFO] running `"docker" "rm" "-f" "1ee6af2e66f9ee00a43502d36017112696629152dc10290c43f9352094afe071"` [INFO] [stdout] 1ee6af2e66f9ee00a43502d36017112696629152dc10290c43f9352094afe071