[INFO] updating cached repository fwcd/RustyGUI [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/fwcd/RustyGUI [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/fwcd/RustyGUI" "work/ex/beta-1.37-6/sources/1.36.0/gh/fwcd/RustyGUI"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/fwcd/RustyGUI'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/fwcd/RustyGUI" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/fwcd/RustyGUI"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/fwcd/RustyGUI'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] f766bdd2ad820ec834d81af79df021cd07ada160 [INFO] sha for GitHub repo fwcd/RustyGUI: f766bdd2ad820ec834d81af79df021cd07ada160 [INFO] validating manifest of fwcd/RustyGUI 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 fwcd/RustyGUI 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 fwcd/RustyGUI [INFO] finished frobbing fwcd/RustyGUI [INFO] frobbed toml for fwcd/RustyGUI written to work/ex/beta-1.37-6/sources/1.36.0/gh/fwcd/RustyGUI/Cargo.toml [INFO] started frobbing fwcd/RustyGUI [INFO] finished frobbing fwcd/RustyGUI [INFO] frobbed toml for fwcd/RustyGUI written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/fwcd/RustyGUI/Cargo.toml [INFO] crate fwcd/RustyGUI 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 fwcd/RustyGUI against 1.36.0 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-0/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/fwcd/RustyGUI:/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" "+1.36.0" "build" "--frozen"` [INFO] [stdout] 08b274c73c090e1defdb95f19d86461069a2ade521d02c38d8598bbf0e4537bc [INFO] running `"docker" "start" "-a" "08b274c73c090e1defdb95f19d86461069a2ade521d02c38d8598bbf0e4537bc"` [INFO] [stderr] Compiling rustygui v0.1.0 (/opt/crater/workdir) [INFO] [stderr] Compiling simple_logger v0.5.0 [INFO] [stderr] Compiling sdl2 v0.31.0 [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/gui/widgets/container.rs:153:8 [INFO] [stderr] | [INFO] [stderr] 153 | let mut child_widget = child.widget(); [INFO] [stderr] | ----^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_mut)] on by default [INFO] [stderr] [INFO] [stderr] warning[E0597]: `texture_creator` does not live long enough [INFO] [stderr] --> src/gui/sdl2/sdl2_graphics.rs:93:68 [INFO] [stderr] | [INFO] [stderr] 73 | impl <'g> Graphics for SDL2Graphics<'g> { [INFO] [stderr] | -- lifetime `'g` defined here [INFO] [stderr] ... [INFO] [stderr] 93 | let texture = Self::string_to_texture(&self.ttf, self.font_path, &texture_creator, text, params, self.canvas.draw_color()); [INFO] [stderr] | ---------------------------------------------------^^^^^^^^^^^^^^^^----------------------------------------- [INFO] [stderr] | | | [INFO] [stderr] | | borrowed value does not live long enough [INFO] [stderr] | argument requires that `texture_creator` is borrowed for `'g` [INFO] [stderr] 94 | Self::texture_size(&texture) [INFO] [stderr] 95 | } [INFO] [stderr] | - `texture_creator` dropped here while still borrowed [INFO] [stderr] | [INFO] [stderr] = warning: this error has been downgraded to a warning for backwards compatibility with previous releases [INFO] [stderr] = warning: this represents potential undefined behavior in your code and this warning will become a hard error in the future [INFO] [stderr] [INFO] [stderr] warning[E0597]: `texture_creator` does not live long enough [INFO] [stderr] --> src/gui/sdl2/sdl2_graphics.rs:109:68 [INFO] [stderr] | [INFO] [stderr] 73 | impl <'g> Graphics for SDL2Graphics<'g> { [INFO] [stderr] | -- lifetime `'g` defined here [INFO] [stderr] ... [INFO] [stderr] 109 | let texture = Self::string_to_texture(&self.ttf, self.font_path, &texture_creator, text, params, sdl2_color_of(params.color().unwrap_or(APIColor::black()))); [INFO] [stderr] | ---------------------------------------------------^^^^^^^^^^^^^^^^--------------------------------------------------------------------------- [INFO] [stderr] | | | [INFO] [stderr] | | borrowed value does not live long enough [INFO] [stderr] | argument requires that `texture_creator` is borrowed for `'g` [INFO] [stderr] ... [INFO] [stderr] 114 | } [INFO] [stderr] | - `texture_creator` dropped here while still borrowed [INFO] [stderr] | [INFO] [stderr] = warning: this error has been downgraded to a warning for backwards compatibility with previous releases [INFO] [stderr] = warning: this represents potential undefined behavior in your code and this warning will become a hard error in the future [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/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/ui_test-5e5be14b57976159.ui_test.9lw36gc8-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/ui_test-5e5be14b57976159.ui_test.9lw36gc8-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/ui_test-5e5be14b57976159.ui_test.9lw36gc8-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/ui_test-5e5be14b57976159.ui_test.9lw36gc8-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/ui_test-5e5be14b57976159.ui_test.9lw36gc8-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/ui_test-5e5be14b57976159.ui_test.9lw36gc8-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/ui_test-5e5be14b57976159.ui_test.9lw36gc8-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/ui_test-5e5be14b57976159.ui_test.9lw36gc8-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/ui_test-5e5be14b57976159.ui_test.9lw36gc8-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/ui_test-5e5be14b57976159.ui_test.9lw36gc8-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/ui_test-5e5be14b57976159.ui_test.9lw36gc8-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/ui_test-5e5be14b57976159.ui_test.9lw36gc8-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/ui_test-5e5be14b57976159.ui_test.9lw36gc8-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/ui_test-5e5be14b57976159.ui_test.9lw36gc8-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/ui_test-5e5be14b57976159.ui_test.9lw36gc8-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/ui_test-5e5be14b57976159.ui_test.9lw36gc8-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/ui_test-5e5be14b57976159" "/opt/crater/target/debug/deps/ui_test-5e5be14b57976159.1hvcq3xo62fzq1ck.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/librustygui-805556b6343ef6b4.rlib" "/opt/crater/target/debug/deps/libsimple_logger-8109745c1e6c92e6.rlib" "/opt/crater/target/debug/deps/libtime-bfe991e50ec4a974.rlib" "/opt/crater/target/debug/deps/liblog-23c79292a2b427e1.rlib" "/opt/crater/target/debug/deps/libcfg_if-4922c1ea6aa62895.rlib" "/opt/crater/target/debug/deps/libsdl2-7d97a77c8c0955de.rlib" "/opt/crater/target/debug/deps/librand-5708a7e90e452c25.rlib" "/opt/crater/target/debug/deps/librand-256e5b3bc08b0b28.rlib" "/opt/crater/target/debug/deps/libc_vec-8484f61bfef85d04.rlib" "/opt/crater/target/debug/deps/libsdl2_sys-52c9e6a497e02421.rlib" "/opt/crater/target/debug/deps/libbitflags-df219a1ec24cdf3b.rlib" "/opt/crater/target/debug/deps/liblazy_static-318544a807a94655.rlib" "/opt/crater/target/debug/deps/liblibc-2bc51604af9dbea7.rlib" "/opt/crater/target/debug/deps/libnum-a82e9e5987009d83.rlib" "/opt/crater/target/debug/deps/libnum_iter-96022ea85631db4f.rlib" "/opt/crater/target/debug/deps/libnum_integer-8b7831b596aa40bb.rlib" "/opt/crater/target/debug/deps/libnum_traits-538bf8318a736e8f.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-9895e8982b0a79e7.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-57306b8ed3378a0e.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-54463ae5adae3649.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-d99667b199a9875a.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-51f4300e102199f5.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-b3ccf1f7737a6a91.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-157c37a3ceb78853.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-505bcee45aafb736.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-c29abd529ba4452b.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-895383a3232f6572.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-5594cb4f559bc761.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-38e90baf978bc428.rlib" "-Wl,-Bdynamic" "-lSDL2_ttf" "-lSDL2_image" "-lSDL2_mixer" "-lSDL2_gfx" "-lSDL2" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lSDL2_ttf [INFO] [stderr] /usr/bin/ld: cannot find -lSDL2_image [INFO] [stderr] /usr/bin/ld: cannot find -lSDL2_mixer [INFO] [stderr] /usr/bin/ld: cannot find -lSDL2_gfx [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 `rustygui`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "08b274c73c090e1defdb95f19d86461069a2ade521d02c38d8598bbf0e4537bc"` [INFO] running `"docker" "rm" "-f" "08b274c73c090e1defdb95f19d86461069a2ade521d02c38d8598bbf0e4537bc"` [INFO] [stdout] 08b274c73c090e1defdb95f19d86461069a2ade521d02c38d8598bbf0e4537bc