[INFO] cloning repository scorp200/dogeylvania [INFO] running `"git" "clone" "--bare" "git://github.com/scorp200/dogeylvania.git" "work/cache/sources/gh/scorp200/dogeylvania"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/scorp200/dogeylvania'... [INFO] running `"git" "clone" "work/cache/sources/gh/scorp200/dogeylvania" "work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/scorp200/dogeylvania"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/scorp200/dogeylvania'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/scorp200/dogeylvania" "work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/scorp200/dogeylvania"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/scorp200/dogeylvania'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] c755cb903ce0c9464a6d98394555c0fabccf30f7 [INFO] sha for GitHub repo scorp200/dogeylvania: c755cb903ce0c9464a6d98394555c0fabccf30f7 [INFO] validating manifest of scorp200/dogeylvania 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 scorp200/dogeylvania 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 scorp200/dogeylvania [INFO] finished frobbing scorp200/dogeylvania [INFO] frobbed toml for scorp200/dogeylvania written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/scorp200/dogeylvania/Cargo.toml [INFO] started frobbing scorp200/dogeylvania [INFO] finished frobbing scorp200/dogeylvania [INFO] frobbed toml for scorp200/dogeylvania written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/scorp200/dogeylvania/Cargo.toml [INFO] crate scorp200/dogeylvania 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 scorp200/dogeylvania against try#e212b7d492c96d3837691ba29d32d5f468933fb8 for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-3/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/scorp200/dogeylvania:/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] 2a3a4bbe07052ae7479a21f3985a92f74373a9a9eab6d57ecfafc7a8d4640bfc [INFO] running `"docker" "start" "-a" "2a3a4bbe07052ae7479a21f3985a92f74373a9a9eab6d57ecfafc7a8d4640bfc"` [INFO] [stderr] Compiling tcod-sys v5.0.0 [INFO] [stderr] Compiling tcod v0.13.0 [INFO] [stderr] Compiling dogeylvania v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused imports: `Color`, `self` [INFO] [stderr] --> src/ai.rs:7:21 [INFO] [stderr] | [INFO] [stderr] 7 | use tcod::colors::{self, Color}; [INFO] [stderr] | ^^^^ ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `tcod::console::*` [INFO] [stderr] --> src/ai.rs:8:6 [INFO] [stderr] | [INFO] [stderr] 8 | use tcod::console::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `tcod::map::Map as FovMap` [INFO] [stderr] --> src/ai.rs:9:6 [INFO] [stderr] | [INFO] [stderr] 9 | use tcod::map::Map as FovMap; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `mut_two` [INFO] [stderr] --> src/skill.rs:4:25 [INFO] [stderr] | [INFO] [stderr] 4 | use crate::dogestuff::{mut_two, Actions, Screen}; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `Color` [INFO] [stderr] --> src/skill.rs:6:27 [INFO] [stderr] | [INFO] [stderr] 6 | use tcod::colors::{self, Color}; [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant `move_attack` should have an upper camel case name [INFO] [stderr] --> src/skill.rs:11:3 [INFO] [stderr] | [INFO] [stderr] 11 | move_attack, [INFO] [stderr] | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `MoveAttack` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(non_camel_case_types)] on by default [INFO] [stderr] [INFO] [stderr] warning: variant `hit` should have an upper camel case name [INFO] [stderr] --> src/skill.rs:12:3 [INFO] [stderr] | [INFO] [stderr] 12 | hit, [INFO] [stderr] | ^^^ help: convert the identifier to upper camel case: `Hit` [INFO] [stderr] [INFO] [stderr] warning: unused import: `self` [INFO] [stderr] --> src/lib.rs:18:21 [INFO] [stderr] | [INFO] [stderr] 18 | use tcod::colors::{self, Color}; [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused imports: `Event`, `Mouse`, `self` [INFO] [stderr] --> src/lib.rs:20:20 [INFO] [stderr] | [INFO] [stderr] 20 | use tcod::input::{self, Event, Mouse}; [INFO] [stderr] | ^^^^ ^^^^^ ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused variable: `screen` [INFO] [stderr] --> src/actor.rs:47:38 [INFO] [stderr] | [INFO] [stderr] 47 | fn monster_death(actor: &mut Actor, screen: &mut Screen) { [INFO] [stderr] | ^^^^^^ help: consider prefixing with an underscore: `_screen` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_variables)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `dir` [INFO] [stderr] --> src/skill.rs:96:3 [INFO] [stderr] | [INFO] [stderr] 96 | dir: (i32, i32), [INFO] [stderr] | ^^^ help: consider prefixing with an underscore: `_dir` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `val` [INFO] [stderr] --> src/skill.rs:97:3 [INFO] [stderr] | [INFO] [stderr] 97 | val: i32, [INFO] [stderr] | ^^^ help: consider prefixing with an underscore: `_val` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `map` [INFO] [stderr] --> src/skill.rs:98:3 [INFO] [stderr] | [INFO] [stderr] 98 | map: &Map, [INFO] [stderr] | ^^^ help: consider prefixing with an underscore: `_map` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `other_id` [INFO] [stderr] --> src/skill.rs:158:3 [INFO] [stderr] | [INFO] [stderr] 158 | other_id: Option, [INFO] [stderr] | ^^^^^^^^ help: consider prefixing with an underscore: `_other_id` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `other_id` [INFO] [stderr] --> src/skill.rs:193:3 [INFO] [stderr] | [INFO] [stderr] 193 | other_id: Option, [INFO] [stderr] | ^^^^^^^^ help: consider prefixing with an underscore: `_other_id` [INFO] [stderr] [INFO] [stderr] warning: function `getDistanceRaw` should have a snake case name [INFO] [stderr] --> src/dogemath.rs:14:9 [INFO] [stderr] | [INFO] [stderr] 14 | pub fn getDistanceRaw(o1: (f32, f32), o2: (f32, f32)) -> f32 { [INFO] [stderr] | ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `get_distance_raw` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(non_snake_case)] on by default [INFO] [stderr] [INFO] [stderr] warning: function `getDistance` should have a snake case name [INFO] [stderr] --> src/dogemath.rs:20:9 [INFO] [stderr] | [INFO] [stderr] 20 | pub fn getDistance(o1: (f32, f32), o2: (f32, f32)) -> f32 { [INFO] [stderr] | ^^^^^^^^^^^ help: convert the identifier to snake case: `get_distance` [INFO] [stderr] [INFO] [stderr] warning: function `percenttoPoint` should have a snake case name [INFO] [stderr] --> src/dogemath.rs:24:9 [INFO] [stderr] | [INFO] [stderr] 24 | pub fn percenttoPoint(a: f32, b: f32, p: f32) -> f32 { [INFO] [stderr] | ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `percentto_point` [INFO] [stderr] [INFO] [stderr] warning: function `pointtoPercent` should have a snake case name [INFO] [stderr] --> src/dogemath.rs:28:9 [INFO] [stderr] | [INFO] [stderr] 28 | pub fn pointtoPercent(a: f32, b: f32, c: f32) -> f32 { [INFO] [stderr] | ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `pointto_percent` [INFO] [stderr] [INFO] [stderr] warning: variable `currentIndex` should have a snake case name [INFO] [stderr] --> src/dogemath.rs:33:11 [INFO] [stderr] | [INFO] [stderr] 33 | let mut currentIndex = arr.len(); [INFO] [stderr] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `current_index` [INFO] [stderr] [INFO] [stderr] warning: variable `randomIndex` should have a snake case name [INFO] [stderr] --> src/dogemath.rs:34:11 [INFO] [stderr] | [INFO] [stderr] 34 | let mut randomIndex: usize; [INFO] [stderr] | ^^^^^^^^^^^ help: convert the identifier to snake case: `random_index` [INFO] [stderr] [INFO] [stderr] warning: module `Direction` should have a snake case name [INFO] [stderr] --> src/dogemath.rs:42:10 [INFO] [stderr] | [INFO] [stderr] 42 | pub mod Direction { [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case: `direction` [INFO] [stderr] [INFO] [stderr] warning: unused import: `dogeylvania::tiles::Tile` [INFO] [stderr] --> src/main.rs:340:13 [INFO] [stderr] | [INFO] [stderr] 340 | use dogeylvania::tiles::Tile; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/main.rs:291:9 [INFO] [stderr] | [INFO] [stderr] 291 | let mut fov_map = FovMap::new(map.width() as i32, map.height() as i32); [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] 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/dogeylvania-05a16ccf46eaee78.dogeylvania.b34mk2wh-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/dogeylvania-05a16ccf46eaee78.dogeylvania.b34mk2wh-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/dogeylvania-05a16ccf46eaee78.dogeylvania.b34mk2wh-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/dogeylvania-05a16ccf46eaee78.dogeylvania.b34mk2wh-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/dogeylvania-05a16ccf46eaee78.dogeylvania.b34mk2wh-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/dogeylvania-05a16ccf46eaee78.dogeylvania.b34mk2wh-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/dogeylvania-05a16ccf46eaee78.dogeylvania.b34mk2wh-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/dogeylvania-05a16ccf46eaee78.dogeylvania.b34mk2wh-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/dogeylvania-05a16ccf46eaee78.dogeylvania.b34mk2wh-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/dogeylvania-05a16ccf46eaee78.dogeylvania.b34mk2wh-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/dogeylvania-05a16ccf46eaee78.dogeylvania.b34mk2wh-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/dogeylvania-05a16ccf46eaee78.dogeylvania.b34mk2wh-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/dogeylvania-05a16ccf46eaee78.dogeylvania.b34mk2wh-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/dogeylvania-05a16ccf46eaee78.dogeylvania.b34mk2wh-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/dogeylvania-05a16ccf46eaee78.dogeylvania.b34mk2wh-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/dogeylvania-05a16ccf46eaee78.dogeylvania.b34mk2wh-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/dogeylvania-05a16ccf46eaee78" "/opt/crater/target/debug/deps/dogeylvania-05a16ccf46eaee78.3geurap2l0aklw3k.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/target/debug/build/tcod-sys-8f97f2672c2009a3/out" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/opt/crater/target/debug/build/tcod-sys-8f97f2672c2009a3/out" "-L" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libdogeylvania-028be25a9dbf04be.rlib" "/opt/crater/target/debug/deps/libtcod-5a1eb5f9a3abf245.rlib" "/opt/crater/target/debug/deps/libtcod_sys-a0af31fb0699b616.rlib" "/opt/crater/target/debug/deps/liblazy_static-7b78245203c3f98f.rlib" "/opt/crater/target/debug/deps/libbitflags-1551412e3f44e59b.rlib" "/opt/crater/target/debug/deps/librand-bc376126650b2d20.rlib" "/opt/crater/target/debug/deps/librand_xorshift-e3f911b54e25ff3b.rlib" "/opt/crater/target/debug/deps/librand_pcg-515ff405da49f047.rlib" "/opt/crater/target/debug/deps/librand_hc-d24e8b637969bd0e.rlib" "/opt/crater/target/debug/deps/librand_chacha-d64f3b7183b11179.rlib" "/opt/crater/target/debug/deps/librand_isaac-d7bbe276c7b2d57a.rlib" "/opt/crater/target/debug/deps/librand_core-6fa9f5d43a50161b.rlib" "/opt/crater/target/debug/deps/librand_os-74cd7e5f31acbd25.rlib" "/opt/crater/target/debug/deps/liblibc-64792cede7814b09.rlib" "/opt/crater/target/debug/deps/librand_jitter-801d28c4cdb39680.rlib" "/opt/crater/target/debug/deps/librand_core-2f3dd869820ff822.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" "-ltcod" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /opt/crater/target/debug/build/tcod-sys-8f97f2672c2009a3/out/libtcod.a(sys_sdl_c.o): In function `TCOD_sys_load_font': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tcod-sys-5.0.0/libtcod/src/sys_sdl_c.c:204: undefined reference to `SDL_FreeSurface' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tcod-sys-5.0.0/libtcod/src/sys_sdl_c.c:235: undefined reference to `SDL_UpperBlit' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tcod-sys-5.0.0/libtcod/src/sys_sdl_c.c:236: undefined reference to `SDL_FreeSurface' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tcod-sys-5.0.0/libtcod/src/sys_sdl_c.c:266: undefined reference to `SDL_UpperBlit' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tcod-sys-5.0.0/libtcod/src/sys_sdl_c.c:267: undefined reference to `SDL_FreeSurface' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tcod-sys-5.0.0/libtcod/src/sys_sdl_c.c:305: undefined reference to `SDL_UpperBlit' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tcod-sys-5.0.0/libtcod/src/sys_sdl_c.c:306: undefined reference to `SDL_FreeSurface' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tcod-sys-5.0.0/libtcod/src/sys_sdl_c.c:338: undefined reference to `SDL_MapRGB' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tcod-sys-5.0.0/libtcod/src/sys_sdl_c.c:342: undefined reference to `SDL_SetColorKey' [INFO] [stderr] /opt/crater/target/debug/build/tcod-sys-8f97f2672c2009a3/out/libtcod.a(sys_sdl_c.o): In function `TCOD_sys_console_to_bitmap': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tcod-sys-5.0.0/libtcod/src/sys_sdl_c.c:437: undefined reference to `SDL_UpperBlit' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tcod-sys-5.0.0/libtcod/src/sys_sdl_c.c:467: undefined reference to `SDL_MapRGB' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tcod-sys-5.0.0/libtcod/src/sys_sdl_c.c:468: undefined reference to `SDL_FillRect' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tcod-sys-5.0.0/libtcod/src/sys_sdl_c.c:496: undefined reference to `SDL_MapRGB' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tcod-sys-5.0.0/libtcod/src/sys_sdl_c.c:593: undefined reference to `SDL_UpperBlit' [INFO] [stderr] /opt/crater/target/debug/build/tcod-sys-8f97f2672c2009a3/out/libtcod.a(sys_sdl_c.o): In function `TCOD_sys_startup': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tcod-sys-5.0.0/libtcod/src/sys_sdl_c.c:660: undefined reference to `SDL_Init' [INFO] [stderr] /opt/crater/target/debug/build/tcod-sys-8f97f2672c2009a3/out/libtcod.a(sys_sdl_c.o): In function `TCOD_sys_shutdown': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tcod-sys-5.0.0/libtcod/src/sys_sdl_c.c:675: undefined reference to `SDL_Quit' [INFO] [stderr] /opt/crater/target/debug/build/tcod-sys-8f97f2672c2009a3/out/libtcod.a(sys_sdl_c.o): In function `TCOD_sys_load_player_config': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tcod-sys-5.0.0/libtcod/src/sys_sdl_c.c:726: undefined reference to `SDL_FreeSurface' [INFO] [stderr] /opt/crater/target/debug/build/tcod-sys-8f97f2672c2009a3/out/libtcod.a(sys_sdl_c.o): In function `TCOD_sys_wait_for_event': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tcod-sys-5.0.0/libtcod/src/sys_sdl_c.c:1374: undefined reference to `SDL_PollEvent' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tcod-sys-5.0.0/libtcod/src/sys_sdl_c.c:1390: undefined reference to `SDL_WaitEvent' [INFO] [stderr] /opt/crater/target/debug/build/tcod-sys-8f97f2672c2009a3/out/libtcod.a(sys_sdl_c.o): In function `TCOD_sys_sleep_milli': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tcod-sys-5.0.0/libtcod/src/sys_sdl_c.c:1453: undefined reference to `SDL_Delay' [INFO] [stderr] /opt/crater/target/debug/build/tcod-sys-8f97f2672c2009a3/out/libtcod.a(sys_sdl_c.o): In function `TCOD_sys_elapsed_milli': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tcod-sys-5.0.0/libtcod/src/sys_sdl_c.c:1510: undefined reference to `SDL_GetTicks' [INFO] [stderr] /opt/crater/target/debug/build/tcod-sys-8f97f2672c2009a3/out/libtcod.a(sys_sdl_c.o): In function `TCOD_sys_delete_bitmap': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tcod-sys-5.0.0/libtcod/src/sys_sdl_c.c:1559: undefined reference to `SDL_FreeSurface' [INFO] [stderr] /opt/crater/target/debug/build/tcod-sys-8f97f2672c2009a3/out/libtcod.a(sys_sdl_c.o): In function `TCOD_sys_check_magic_number': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tcod-sys-5.0.0/libtcod/src/sys_sdl_c.c:1598: undefined reference to `SDL_RWFromFile' [INFO] [stderr] /opt/crater/target/debug/build/tcod-sys-8f97f2672c2009a3/out/libtcod.a(sys_sdl_img_bmp.o): In function `TCOD_sys_read_bmp': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tcod-sys-5.0.0/libtcod/src/sys_sdl_img_bmp.c:41: undefined reference to `SDL_RWFromFile' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tcod-sys-5.0.0/libtcod/src/sys_sdl_img_bmp.c:41: undefined reference to `SDL_LoadBMP_RW' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tcod-sys-5.0.0/libtcod/src/sys_sdl_img_bmp.c:42: undefined reference to `SDL_GetError' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tcod-sys-5.0.0/libtcod/src/sys_sdl_img_bmp.c:56: undefined reference to `SDL_CreateRGBSurface' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tcod-sys-5.0.0/libtcod/src/sys_sdl_img_bmp.c:57: undefined reference to `SDL_UpperBlit' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tcod-sys-5.0.0/libtcod/src/sys_sdl_img_bmp.c:58: undefined reference to `SDL_FreeSurface' [INFO] [stderr] /opt/crater/target/debug/build/tcod-sys-8f97f2672c2009a3/out/libtcod.a(sys_sdl_img_bmp.o): In function `TCOD_sys_write_bmp': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tcod-sys-5.0.0/libtcod/src/sys_sdl_img_bmp.c:66: undefined reference to `SDL_RWFromFile' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tcod-sys-5.0.0/libtcod/src/sys_sdl_img_bmp.c:66: undefined reference to `SDL_SaveBMP_RW' [INFO] [stderr] /opt/crater/target/debug/build/tcod-sys-8f97f2672c2009a3/out/libtcod.a(sys_sdl2_c.o): In function `get_closest_mode': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tcod-sys-5.0.0/libtcod/src/sys_sdl2_c.c:54: undefined reference to `SDL_GetWindowDisplayIndex' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tcod-sys-5.0.0/libtcod/src/sys_sdl2_c.c:54: undefined reference to `SDL_GetClosestDisplayMode' [INFO] [stderr] /opt/crater/target/debug/build/tcod-sys-8f97f2672c2009a3/out/libtcod.a(sys_sdl2_c.o): In function `actual_rendering': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tcod-sys-5.0.0/libtcod/src/sys_sdl2_c.c:85: undefined reference to `SDL_CreateTextureFromSurface' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tcod-sys-5.0.0/libtcod/src/sys_sdl2_c.c:86: undefined reference to `SDL_RenderCopy' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tcod-sys-5.0.0/libtcod/src/sys_sdl2_c.c:87: undefined reference to `SDL_DestroyTexture' [INFO] [stderr] /opt/crater/target/debug/build/tcod-sys-8f97f2672c2009a3/out/libtcod.a(sys_sdl2_c.o): In function `render': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tcod-sys-5.0.0/libtcod/src/sys_sdl2_c.c:115: undefined reference to `SDL_GetWindowPixelFormat' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tcod-sys-5.0.0/libtcod/src/sys_sdl2_c.c:115: undefined reference to `SDL_PixelFormatEnumToMasks' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tcod-sys-5.0.0/libtcod/src/sys_sdl2_c.c:119: undefined reference to `SDL_CreateRGBSurface' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tcod-sys-5.0.0/libtcod/src/sys_sdl2_c.c:126: undefined reference to `SDL_FillRect' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tcod-sys-5.0.0/libtcod/src/sys_sdl2_c.c:185: undefined reference to `SDL_RenderClear' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tcod-sys-5.0.0/libtcod/src/sys_sdl2_c.c:187: undefined reference to `SDL_RenderPresent' [INFO] [stderr] /opt/crater/target/debug/build/tcod-sys-8f97f2672c2009a3/out/libtcod.a(sys_sdl2_c.o): In function `create_surface': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tcod-sys-5.0.0/libtcod/src/sys_sdl2_c.c:232: undefined reference to `SDL_CreateRGBSurface' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tcod-sys-5.0.0/libtcod/src/sys_sdl2_c.c:236: undefined reference to `SDL_SetSurfaceAlphaMod' [INFO] [stderr] /opt/crater/target/debug/build/tcod-sys-8f97f2672c2009a3/out/libtcod.a(sys_sdl2_c.o): In function `create_window': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tcod-sys-5.0.0/libtcod/src/sys_sdl2_c.c:270: undefined reference to `SDL_CreateWindow' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tcod-sys-5.0.0/libtcod/src/sys_sdl2_c.c:273: undefined reference to `SDL_ShowCursor' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tcod-sys-5.0.0/libtcod/src/sys_sdl2_c.c:274: undefined reference to `SDL_GetWindowSize' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tcod-sys-5.0.0/libtcod/src/sys_sdl2_c.c:291: undefined reference to `SDL_CreateWindow' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tcod-sys-5.0.0/libtcod/src/sys_sdl2_c.c:296: undefined reference to `SDL_CreateRenderer' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tcod-sys-5.0.0/libtcod/src/sys_sdl2_c.c:298: undefined reference to `SDL_SetRenderDrawColor' [INFO] [stderr] /opt/crater/target/debug/build/tcod-sys-8f97f2672c2009a3/out/libtcod.a(sys_sdl2_c.o): In function `destroy_window': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tcod-sys-5.0.0/libtcod/src/sys_sdl2_c.c:308: undefined reference to `SDL_FreeSurface' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tcod-sys-5.0.0/libtcod/src/sys_sdl2_c.c:312: undefined reference to `SDL_DestroyRenderer' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tcod-sys-5.0.0/libtcod/src/sys_sdl2_c.c:316: undefined reference to `SDL_DestroyWindow' [INFO] [stderr] /opt/crater/target/debug/build/tcod-sys-8f97f2672c2009a3/out/libtcod.a(sys_sdl2_c.o): In function `set_fullscreen': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tcod-sys-5.0.0/libtcod/src/sys_sdl2_c.c:322: undefined reference to `SDL_ShowCursor' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tcod-sys-5.0.0/libtcod/src/sys_sdl2_c.c:325: undefined reference to `SDL_SetWindowFullscreen' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tcod-sys-5.0.0/libtcod/src/sys_sdl2_c.c:326: undefined reference to `SDL_ShowCursor' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tcod-sys-5.0.0/libtcod/src/sys_sdl2_c.c:327: undefined reference to `SDL_GetWindowSize' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tcod-sys-5.0.0/libtcod/src/sys_sdl2_c.c:330: undefined reference to `SDL_SetWindowFullscreen' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tcod-sys-5.0.0/libtcod/src/sys_sdl2_c.c:331: undefined reference to `SDL_ShowCursor' [INFO] [stderr] /opt/crater/target/debug/build/tcod-sys-8f97f2672c2009a3/out/libtcod.a(sys_sdl2_c.o): In function `set_window_title': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tcod-sys-5.0.0/libtcod/src/sys_sdl2_c.c:340: undefined reference to `SDL_SetWindowTitle' [INFO] [stderr] /opt/crater/target/debug/build/tcod-sys-8f97f2672c2009a3/out/libtcod.a(sys_sdl2_c.o): In function `save_screenshot': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tcod-sys-5.0.0/libtcod/src/sys_sdl2_c.c:349: undefined reference to `SDL_RenderGetViewport' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tcod-sys-5.0.0/libtcod/src/sys_sdl2_c.c:350: undefined reference to `SDL_GetWindowPixelFormat' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tcod-sys-5.0.0/libtcod/src/sys_sdl2_c.c:351: undefined reference to `SDL_CreateTexture' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tcod-sys-5.0.0/libtcod/src/sys_sdl2_c.c:353: undefined reference to `SDL_SetRenderTarget' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tcod-sys-5.0.0/libtcod/src/sys_sdl2_c.c:358: undefined reference to `SDL_SetRenderTarget' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tcod-sys-5.0.0/libtcod/src/sys_sdl2_c.c:361: undefined reference to `SDL_QueryTexture' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tcod-sys-5.0.0/libtcod/src/sys_sdl2_c.c:362: undefined reference to `SDL_LockTexture' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tcod-sys-5.0.0/libtcod/src/sys_sdl2_c.c:365: undefined reference to `SDL_PixelFormatEnumToMasks' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tcod-sys-5.0.0/libtcod/src/sys_sdl2_c.c:366: undefined reference to `SDL_CreateRGBSurfaceFrom' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tcod-sys-5.0.0/libtcod/src/sys_sdl2_c.c:368: undefined reference to `SDL_FreeSurface' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tcod-sys-5.0.0/libtcod/src/sys_sdl2_c.c:372: undefined reference to `SDL_UnlockTexture' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tcod-sys-5.0.0/libtcod/src/sys_sdl2_c.c:377: undefined reference to `SDL_DestroyTexture' [INFO] [stderr] /opt/crater/target/debug/build/tcod-sys-8f97f2672c2009a3/out/libtcod.a(sys_sdl2_c.o): In function `get_current_resolution': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tcod-sys-5.0.0/libtcod/src/sys_sdl2_c.c:394: undefined reference to `SDL_GetWindowDisplayIndex' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tcod-sys-5.0.0/libtcod/src/sys_sdl2_c.c:398: undefined reference to `SDL_GetNumVideoDisplays' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tcod-sys-5.0.0/libtcod/src/sys_sdl2_c.c:401: undefined reference to `SDL_GetDisplayBounds' [INFO] [stderr] /opt/crater/target/debug/build/tcod-sys-8f97f2672c2009a3/out/libtcod.a(sys_sdl2_c.o): In function `set_mouse_position': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tcod-sys-5.0.0/libtcod/src/sys_sdl2_c.c:407: undefined reference to `SDL_WarpMouseInWindow' [INFO] [stderr] /opt/crater/target/debug/build/tcod-sys-8f97f2672c2009a3/out/libtcod.a(sys_sdl2_c.o): In function `get_clipboard_text': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tcod-sys-5.0.0/libtcod/src/sys_sdl2_c.c:426: undefined reference to `SDL_free' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tcod-sys-5.0.0/libtcod/src/sys_sdl2_c.c:429: undefined reference to `SDL_GetClipboardText' [INFO] [stderr] /opt/crater/target/debug/build/tcod-sys-8f97f2672c2009a3/out/libtcod.a(sys_sdl2_c.o): In function `set_clipboard_text': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tcod-sys-5.0.0/libtcod/src/sys_sdl2_c.c:443: undefined reference to `SDL_SetClipboardText' [INFO] [stderr] /opt/crater/target/debug/build/tcod-sys-8f97f2672c2009a3/out/libtcod.a(sys_sdl2_c.o): In function `file_read': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tcod-sys-5.0.0/libtcod/src/sys_sdl2_c.c:450: undefined reference to `SDL_RWFromFile' [INFO] [stderr] /opt/crater/target/debug/build/tcod-sys-8f97f2672c2009a3/out/libtcod.a(sys_sdl2_c.o): In function `file_exists': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tcod-sys-5.0.0/libtcod/src/sys_sdl2_c.c:470: undefined reference to `SDL_RWFromFile' [INFO] [stderr] /opt/crater/target/debug/build/tcod-sys-8f97f2672c2009a3/out/libtcod.a(sys_sdl2_c.o): In function `file_write': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tcod-sys-5.0.0/libtcod/src/sys_sdl2_c.c:479: undefined reference to `SDL_RWFromFile' [INFO] [stderr] /opt/crater/target/debug/build/tcod-sys-8f97f2672c2009a3/out/libtcod.a(sys_sdl2_c.o): In function `shutdown': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tcod-sys-5.0.0/libtcod/src/sys_sdl2_c.c:488: undefined reference to `SDL_free' [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 `dogeylvania`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "2a3a4bbe07052ae7479a21f3985a92f74373a9a9eab6d57ecfafc7a8d4640bfc"` [INFO] running `"docker" "rm" "-f" "2a3a4bbe07052ae7479a21f3985a92f74373a9a9eab6d57ecfafc7a8d4640bfc"` [INFO] [stdout] 2a3a4bbe07052ae7479a21f3985a92f74373a9a9eab6d57ecfafc7a8d4640bfc