[INFO] cloning repository Eraden/game_of_life [INFO] running `"git" "clone" "--bare" "git://github.com/Eraden/game_of_life.git" "work/cache/sources/gh/Eraden/game_of_life"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/Eraden/game_of_life'... [INFO] running `"git" "clone" "work/cache/sources/gh/Eraden/game_of_life" "work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/Eraden/game_of_life"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/Eraden/game_of_life'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/Eraden/game_of_life" "work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/Eraden/game_of_life"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/Eraden/game_of_life'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 687170c0e58a3f75300767af1a60da664e2535ee [INFO] sha for GitHub repo Eraden/game_of_life: 687170c0e58a3f75300767af1a60da664e2535ee [INFO] validating manifest of Eraden/game_of_life 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 Eraden/game_of_life 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 Eraden/game_of_life [INFO] finished frobbing Eraden/game_of_life [INFO] frobbed toml for Eraden/game_of_life written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/Eraden/game_of_life/Cargo.toml [INFO] started frobbing Eraden/game_of_life [INFO] finished frobbing Eraden/game_of_life [INFO] frobbed toml for Eraden/game_of_life written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/Eraden/game_of_life/Cargo.toml [INFO] crate Eraden/game_of_life 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 Eraden/game_of_life against try#e212b7d492c96d3837691ba29d32d5f468933fb8 for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-5/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/Eraden/game_of_life:/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] d22e3f6f7a6597021ea1b828d464948a96ea48bccfdf6a969fee3a8a6f10527c [INFO] running `"docker" "start" "-a" "d22e3f6f7a6597021ea1b828d464948a96ea48bccfdf6a969fee3a8a6f10527c"` [INFO] [stderr] Compiling c_vec v1.3.2 [INFO] [stderr] Compiling sdl2-sys v0.31.0 [INFO] [stderr] Compiling sdl2 v0.31.0 [INFO] [stderr] Compiling game_of_life v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused import: `sdl2::surface::Surface` [INFO] [stderr] --> src/button.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use sdl2::surface::Surface; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `sdl2::ttf::Font` [INFO] [stderr] --> src/button.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use sdl2::ttf::Font; [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'sdl2::rect::Rect::contains': use `contains_point` instead [INFO] [stderr] --> src/button.rs:49:30 [INFO] [stderr] | [INFO] [stderr] 49 | self.background_rect.contains(point) [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `font_manager` [INFO] [stderr] --> src/app.rs:65:13 [INFO] [stderr] | [INFO] [stderr] 65 | let font_manager: FontManager = FontManager::new(&font_context); [INFO] [stderr] | ^^^^^^^^^^^^ help: consider prefixing with an underscore: `_font_manager` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_variables)] on by default [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/game_of_life-9cc7be4a7f256ccd.game_of_life.1p03did5-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/game_of_life-9cc7be4a7f256ccd.game_of_life.1p03did5-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/game_of_life-9cc7be4a7f256ccd.game_of_life.1p03did5-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/game_of_life-9cc7be4a7f256ccd.game_of_life.1p03did5-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/game_of_life-9cc7be4a7f256ccd.game_of_life.1p03did5-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/game_of_life-9cc7be4a7f256ccd.game_of_life.1p03did5-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/game_of_life-9cc7be4a7f256ccd.game_of_life.1p03did5-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/game_of_life-9cc7be4a7f256ccd.game_of_life.1p03did5-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/game_of_life-9cc7be4a7f256ccd.game_of_life.1p03did5-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/game_of_life-9cc7be4a7f256ccd.game_of_life.1p03did5-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/game_of_life-9cc7be4a7f256ccd.game_of_life.1p03did5-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/game_of_life-9cc7be4a7f256ccd.game_of_life.1p03did5-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/game_of_life-9cc7be4a7f256ccd.game_of_life.1p03did5-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/game_of_life-9cc7be4a7f256ccd.game_of_life.1p03did5-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/game_of_life-9cc7be4a7f256ccd.game_of_life.1p03did5-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/game_of_life-9cc7be4a7f256ccd.game_of_life.1p03did5-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/game_of_life-9cc7be4a7f256ccd" "/opt/crater/target/debug/deps/game_of_life-9cc7be4a7f256ccd.3emzpw4xpxykhx7x.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libsdl2-5ccb3b0ee69e82f2.rlib" "/opt/crater/target/debug/deps/librand-61806f9eace30a56.rlib" "/opt/crater/target/debug/deps/librand-448223397806760a.rlib" "/opt/crater/target/debug/deps/libc_vec-b6c7a2fc43a20ef3.rlib" "/opt/crater/target/debug/deps/libsdl2_sys-7ed5bf2d2954acc9.rlib" "/opt/crater/target/debug/deps/libbitflags-cb0300d7373a08e3.rlib" "/opt/crater/target/debug/deps/liblazy_static-9b17a9645fc94ad9.rlib" "/opt/crater/target/debug/deps/libnum-49e206f4ab46d7c6.rlib" "/opt/crater/target/debug/deps/libnum_iter-4c2592bdcf755dee.rlib" "/opt/crater/target/debug/deps/libnum_integer-9488503a36788878.rlib" "/opt/crater/target/debug/deps/libnum_traits-863ec76389318891.rlib" "/opt/crater/target/debug/deps/librand-0e4ef6c0669d8bbc.rlib" "/opt/crater/target/debug/deps/liblibc-91bbfc7bb2170b01.rlib" "/opt/crater/target/debug/deps/librand_core-e18d16763b6fa12a.rlib" "/opt/crater/target/debug/deps/librand_core-313e7882eb7ea035.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" "-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 `game_of_life`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "d22e3f6f7a6597021ea1b828d464948a96ea48bccfdf6a969fee3a8a6f10527c"` [INFO] running `"docker" "rm" "-f" "d22e3f6f7a6597021ea1b828d464948a96ea48bccfdf6a969fee3a8a6f10527c"` [INFO] [stdout] d22e3f6f7a6597021ea1b828d464948a96ea48bccfdf6a969fee3a8a6f10527c