[INFO] cloning repository mishajw/incredi-panel [INFO] running `"git" "clone" "--bare" "git://github.com/mishajw/incredi-panel.git" "work/cache/sources/gh/mishajw/incredi-panel"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/mishajw/incredi-panel'... [INFO] running `"git" "clone" "work/cache/sources/gh/mishajw/incredi-panel" "work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/mishajw/incredi-panel"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/mishajw/incredi-panel'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/mishajw/incredi-panel" "work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/mishajw/incredi-panel"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/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 master#c8865d8e195813ade6b84434ac9f8850e7112d1a [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of mishajw/incredi-panel on toolchain try#e212b7d492c96d3837691ba29d32d5f468933fb8 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "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/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/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/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/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" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing mishajw/incredi-panel against try#e212b7d492c96d3837691ba29d32d5f468933fb8 for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-4/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/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=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" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "build" "--frozen"` [INFO] [stdout] 2cd58d071478ade760c6525c2b77f7eb6c0320cad54be52830ee45dab00fe876 [INFO] running `"docker" "start" "-a" "2cd58d071478ade760c6525c2b77f7eb6c0320cad54be52830ee45dab00fe876"` [INFO] [stderr] Compiling sfml-build v0.2.0 [INFO] [stderr] Compiling nix v0.12.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-graphics-sys v0.4.0 [INFO] [stderr] Compiling csfml-audio-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/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/incredi-c7befa4175907965.incredi.az9eqgz1-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/incredi-c7befa4175907965.incredi.az9eqgz1-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/incredi-c7befa4175907965.incredi.az9eqgz1-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/incredi-c7befa4175907965.incredi.az9eqgz1-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/incredi-c7befa4175907965.incredi.az9eqgz1-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/incredi-c7befa4175907965.incredi.az9eqgz1-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/incredi-c7befa4175907965.incredi.az9eqgz1-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/incredi-c7befa4175907965.incredi.az9eqgz1-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/incredi-c7befa4175907965.incredi.az9eqgz1-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/incredi-c7befa4175907965.incredi.az9eqgz1-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/incredi-c7befa4175907965.incredi.az9eqgz1-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/incredi-c7befa4175907965.incredi.az9eqgz1-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/incredi-c7befa4175907965.incredi.az9eqgz1-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/incredi-c7befa4175907965.incredi.az9eqgz1-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/incredi-c7befa4175907965.incredi.az9eqgz1-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/incredi-c7befa4175907965.incredi.az9eqgz1-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/incredi-c7befa4175907965" "/opt/crater/target/debug/deps/incredi-c7befa4175907965.3inbfh2k49jhz54b.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-b74c9a79043ea96a/out" "-L" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libenv_logger-7a8905fe70485e6d.rlib" "/opt/crater/target/debug/deps/libregex-67797a5f360a64ba.rlib" "/opt/crater/target/debug/deps/libutf8_ranges-16f0d1a595ddf2bb.rlib" "/opt/crater/target/debug/deps/libregex_syntax-56fe4981743d7628.rlib" "/opt/crater/target/debug/deps/libucd_util-dcd2d3cc31ba1999.rlib" "/opt/crater/target/debug/deps/libthread_local-8687d05943429fb5.rlib" "/opt/crater/target/debug/deps/liblazy_static-735172ffe5c4978c.rlib" "/opt/crater/target/debug/deps/libaho_corasick-e151ecddf0ec4c18.rlib" "/opt/crater/target/debug/deps/libhumantime-f825d7241f16aa4f.rlib" "/opt/crater/target/debug/deps/libquick_error-d7ca1427a8163e25.rlib" "/opt/crater/target/debug/deps/libtermcolor-8ce9152c004b302e.rlib" "/opt/crater/target/debug/deps/libclap-c3a3fdd85f077328.rlib" "/opt/crater/target/debug/deps/libvec_map-93769db312b5e022.rlib" "/opt/crater/target/debug/deps/libtextwrap-fc8ae358ae65d637.rlib" "/opt/crater/target/debug/deps/libunicode_width-805e15fbea7d8565.rlib" "/opt/crater/target/debug/deps/libstrsim-65f61cd42f0cb83e.rlib" "/opt/crater/target/debug/deps/libatty-5f8746384a9006ff.rlib" "/opt/crater/target/debug/deps/libansi_term-3f6b86b4b1f9989c.rlib" "/opt/crater/target/debug/deps/libincredi_lib-492975ea155bc5c1.rlib" "/opt/crater/target/debug/deps/libnix-b10371594c017ea3.rlib" "/opt/crater/target/debug/deps/libvoid-4ffe1dd99c0eb293.rlib" "/opt/crater/target/debug/deps/libbyteorder-bb85892b3164bffc.rlib" "/opt/crater/target/debug/deps/liblog-df75e6166b6c1caf.rlib" "/opt/crater/target/debug/deps/libsfml-51b620fb905c2643.rlib" "/opt/crater/target/debug/deps/libcsfml_graphics_sys-cc65ab881adc98e0.rlib" "/opt/crater/target/debug/deps/libcsfml_audio_sys-ea41a32afd8b2816.rlib" "/opt/crater/target/debug/deps/libcsfml_window_sys-9741bba681c4fc21.rlib" "/opt/crater/target/debug/deps/libcsfml_system_sys-c06ff077cc0b0b10.rlib" "/opt/crater/target/debug/deps/libbitflags-2da86ef0b219352b.rlib" "/opt/crater/target/debug/deps/liberror_chain-39b712af0949a73d.rlib" "/opt/crater/target/debug/deps/libyaml_rust-c3225b20541ba2ff.rlib" "/opt/crater/target/debug/deps/liblinked_hash_map-b6d3ae70f7c14022.rlib" "/opt/crater/target/debug/deps/libquick_xml-1bdb7d51733ed7a8.rlib" "/opt/crater/target/debug/deps/libmemchr-a78e76d768ba276f.rlib" "/opt/crater/target/debug/deps/libfailure-aa2cb8580e1f66b5.rlib" "/opt/crater/target/debug/deps/libbacktrace-a2fd65b66433e487.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-fa2d84b7d64a0896.rlib" "/opt/crater/target/debug/deps/librustc_demangle-6a89ec7437784313.rlib" "/opt/crater/target/debug/deps/liblibc-788b8763d1eaae2e.rlib" "/opt/crater/target/debug/deps/libencoding_rs-b525efbb903f314c.rlib" "/opt/crater/target/debug/deps/libcfg_if-8e8ec56c3bb25549.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-196d0eff8e603c0a.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-1c597f5941591e04.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-a20af2d3380aa511.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-f989f9e071798586.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-52fb60b932b5ef90.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-90a3fdc679697856.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-06d10270cfa51644.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8abb913fca550f79.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-31fd2baab47b156c.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-0862cc65189bd4af.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-8010b8629f5aa3e5.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-2d032fe7d4e1e163.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-622fdce0dc084cba.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-a17fdd0a687135a8.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-51b620fb905c2643.rlib(sfml-51b620fb905c2643.sfml.2c1z3zyz-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-51b620fb905c2643.rlib(sfml-51b620fb905c2643.sfml.2c1z3zyz-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-51b620fb905c2643.rlib(sfml-51b620fb905c2643.sfml.2c1z3zyz-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" "2cd58d071478ade760c6525c2b77f7eb6c0320cad54be52830ee45dab00fe876"` [INFO] running `"docker" "rm" "-f" "2cd58d071478ade760c6525c2b77f7eb6c0320cad54be52830ee45dab00fe876"` [INFO] [stdout] 2cd58d071478ade760c6525c2b77f7eb6c0320cad54be52830ee45dab00fe876