[INFO] updating cached repository Rakaneth/wolfs-den-rust [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/Rakaneth/wolfs-den-rust [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/Rakaneth/wolfs-den-rust" "work/ex/beta-1.38-1/sources/1.37.0/gh/Rakaneth/wolfs-den-rust"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/Rakaneth/wolfs-den-rust'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/Rakaneth/wolfs-den-rust" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/Rakaneth/wolfs-den-rust"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/Rakaneth/wolfs-den-rust'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] a35a9f9f2b7425a720517f04a98806e1a92ecfd9 [INFO] sha for GitHub repo Rakaneth/wolfs-den-rust: a35a9f9f2b7425a720517f04a98806e1a92ecfd9 [INFO] validating manifest of Rakaneth/wolfs-den-rust 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 Rakaneth/wolfs-den-rust 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 Rakaneth/wolfs-den-rust [INFO] finished frobbing Rakaneth/wolfs-den-rust [INFO] frobbed toml for Rakaneth/wolfs-den-rust written to work/ex/beta-1.38-1/sources/1.37.0/gh/Rakaneth/wolfs-den-rust/Cargo.toml [INFO] started frobbing Rakaneth/wolfs-den-rust [INFO] finished frobbing Rakaneth/wolfs-den-rust [INFO] frobbed toml for Rakaneth/wolfs-den-rust written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/Rakaneth/wolfs-den-rust/Cargo.toml [INFO] crate Rakaneth/wolfs-den-rust 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 Rakaneth/wolfs-den-rust 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-2/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/Rakaneth/wolfs-den-rust:/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] 8a83335bf439758ec991b4580d27872804fc7d8ba1c0b39b46a1cb8a936ed7af [INFO] running `"docker" "start" "-a" "8a83335bf439758ec991b4580d27872804fc7d8ba1c0b39b46a1cb8a936ed7af"` [INFO] [stderr] Compiling tcod-sys v5.0.0 [INFO] [stderr] Compiling tcod v0.14.0 [INFO] [stderr] Compiling wolfs-den-rust v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/gamemap.rs:203:35 [INFO] [stderr] | [INFO] [stderr] 203 | pub fn draw(&self, cons: &mut Console) { [INFO] [stderr] | ^^^^^^^ help: use `dyn`: `dyn Console` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `crate::point::*` [INFO] [stderr] --> src/screen.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use crate::point::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `tcod::colors::*` [INFO] [stderr] --> src/screen.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use tcod::colors::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/screen.rs:77:24 [INFO] [stderr] | [INFO] [stderr] 77 | pub type UIStack = Vec; [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn Screen` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `color` [INFO] [stderr] --> src/gamemap.rs:45:20 [INFO] [stderr] | [INFO] [stderr] 45 | fn closed_door(color: Color) -> Self { [INFO] [stderr] | ^^^^^ help: consider prefixing with an underscore: `_color` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: method is never used: `closed_door` [INFO] [stderr] --> src/gamemap.rs:45:5 [INFO] [stderr] | [INFO] [stderr] 45 | fn closed_door(color: Color) -> Self { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: method is never used: `center` [INFO] [stderr] --> src/gamemap.rs:84:5 [INFO] [stderr] | [INFO] [stderr] 84 | pub fn center(&self) -> Point { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `intersects` [INFO] [stderr] --> src/gamemap.rs:90:5 [INFO] [stderr] | [INFO] [stderr] 90 | pub fn intersects(&self, other: &Rect) -> bool { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: field is never used: `lit` [INFO] [stderr] --> src/gamemap.rs:106:5 [INFO] [stderr] | [INFO] [stderr] 106 | lit: bool, [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: field is never used: `name` [INFO] [stderr] --> src/gamemap.rs:107:5 [INFO] [stderr] | [INFO] [stderr] 107 | name: String, [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `get_pt` [INFO] [stderr] --> src/gamemap.rs:137:5 [INFO] [stderr] | [INFO] [stderr] 137 | fn get_pt(&self, idx: usize) -> Point { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `in_bounds` [INFO] [stderr] --> src/gamemap.rs:142:5 [INFO] [stderr] | [INFO] [stderr] 142 | pub fn in_bounds(&self, pt: Point) -> bool { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `can_walk` [INFO] [stderr] --> src/gamemap.rs:152:5 [INFO] [stderr] | [INFO] [stderr] 152 | pub fn can_walk(&self, pt: Point) -> bool { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `can_see` [INFO] [stderr] --> src/gamemap.rs:156:5 [INFO] [stderr] | [INFO] [stderr] 156 | pub fn can_see(&self, pt: Point) -> bool { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `neighbors` [INFO] [stderr] --> src/gamemap.rs:160:5 [INFO] [stderr] | [INFO] [stderr] 160 | pub fn neighbors(&self, pt: Point, include_walls: bool) -> Vec { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: enum is never used: `MoveResult` [INFO] [stderr] --> src/gameobject.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | pub enum MoveResult { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `move_by` [INFO] [stderr] --> src/gameobject.rs:29:5 [INFO] [stderr] | [INFO] [stderr] 29 | pub fn move_by(&mut self, pt: Point) -> MoveResult { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `N` [INFO] [stderr] --> src/point.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | N, [INFO] [stderr] | ^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `NE` [INFO] [stderr] --> src/point.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | NE, [INFO] [stderr] | ^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `E` [INFO] [stderr] --> src/point.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | E, [INFO] [stderr] | ^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `SE` [INFO] [stderr] --> src/point.rs:9:5 [INFO] [stderr] | [INFO] [stderr] 9 | SE, [INFO] [stderr] | ^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `S` [INFO] [stderr] --> src/point.rs:10:5 [INFO] [stderr] | [INFO] [stderr] 10 | S, [INFO] [stderr] | ^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `SW` [INFO] [stderr] --> src/point.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | SW, [INFO] [stderr] | ^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `W` [INFO] [stderr] --> src/point.rs:12:5 [INFO] [stderr] | [INFO] [stderr] 12 | W, [INFO] [stderr] | ^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `NW` [INFO] [stderr] --> src/point.rs:13:5 [INFO] [stderr] | [INFO] [stderr] 13 | NW, [INFO] [stderr] | ^^ [INFO] [stderr] [INFO] [stderr] warning: field is never used: `msg_c` [INFO] [stderr] --> src/screen.rs:31:5 [INFO] [stderr] | [INFO] [stderr] 31 | msg_c: Offscreen, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: field is never used: `skil_c` [INFO] [stderr] --> src/screen.rs:32:5 [INFO] [stderr] | [INFO] [stderr] 32 | skil_c: Offscreen, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: field is never used: `info_c` [INFO] [stderr] --> src/screen.rs:33:5 [INFO] [stderr] | [INFO] [stderr] 33 | info_c: Offscreen, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: field is never used: `stat_c` [INFO] [stderr] --> src/screen.rs:34:5 [INFO] [stderr] | [INFO] [stderr] 34 | stat_c: Offscreen, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: type alias is never used: `UIStack` [INFO] [stderr] --> src/screen.rs:77:1 [INFO] [stderr] | [INFO] [stderr] 77 | pub type UIStack = Vec; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `between` [INFO] [stderr] --> src/utils.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | / pub fn between (val: T, low: T, high: T) -> bool [INFO] [stderr] 12 | | where T: Ord + Copy + Eq, [INFO] [stderr] 13 | | { [INFO] [stderr] 14 | | clamp(val, low, high) == val [INFO] [stderr] 15 | | } [INFO] [stderr] | |_^ [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/wolfs_den_rust-2edf161f6ef951a8.wolfs_den_rust.cgea8jdh-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/wolfs_den_rust-2edf161f6ef951a8.wolfs_den_rust.cgea8jdh-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/wolfs_den_rust-2edf161f6ef951a8.wolfs_den_rust.cgea8jdh-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/wolfs_den_rust-2edf161f6ef951a8.wolfs_den_rust.cgea8jdh-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/wolfs_den_rust-2edf161f6ef951a8.wolfs_den_rust.cgea8jdh-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/wolfs_den_rust-2edf161f6ef951a8.wolfs_den_rust.cgea8jdh-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/wolfs_den_rust-2edf161f6ef951a8.wolfs_den_rust.cgea8jdh-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/wolfs_den_rust-2edf161f6ef951a8.wolfs_den_rust.cgea8jdh-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/wolfs_den_rust-2edf161f6ef951a8.wolfs_den_rust.cgea8jdh-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/wolfs_den_rust-2edf161f6ef951a8.wolfs_den_rust.cgea8jdh-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/wolfs_den_rust-2edf161f6ef951a8.wolfs_den_rust.cgea8jdh-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/wolfs_den_rust-2edf161f6ef951a8.wolfs_den_rust.cgea8jdh-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/wolfs_den_rust-2edf161f6ef951a8.wolfs_den_rust.cgea8jdh-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/wolfs_den_rust-2edf161f6ef951a8.wolfs_den_rust.cgea8jdh-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/wolfs_den_rust-2edf161f6ef951a8.wolfs_den_rust.cgea8jdh-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/wolfs_den_rust-2edf161f6ef951a8.wolfs_den_rust.cgea8jdh-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/wolfs_den_rust-2edf161f6ef951a8" "/opt/crater/target/debug/deps/wolfs_den_rust-2edf161f6ef951a8.3rwg35hdwy546bea.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-3fee028f450d0290/out" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/opt/crater/target/debug/build/tcod-sys-3fee028f450d0290/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/libtcod-dd0bb1578058520c.rlib" "/opt/crater/target/debug/deps/libtcod_sys-bcb66771c19b6822.rlib" "/opt/crater/target/debug/deps/liblazy_static-c329193024da829b.rlib" "/opt/crater/target/debug/deps/libbitflags-aae5ad63528786ee.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" "-lSDL2" "-ltcod" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /opt/crater/target/debug/build/tcod-sys-3fee028f450d0290/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-3fee028f450d0290/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-3fee028f450d0290/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-3fee028f450d0290/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-3fee028f450d0290/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-3fee028f450d0290/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-3fee028f450d0290/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-3fee028f450d0290/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-3fee028f450d0290/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-3fee028f450d0290/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-3fee028f450d0290/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-3fee028f450d0290/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-3fee028f450d0290/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-3fee028f450d0290/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-3fee028f450d0290/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-3fee028f450d0290/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-3fee028f450d0290/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-3fee028f450d0290/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-3fee028f450d0290/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-3fee028f450d0290/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-3fee028f450d0290/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-3fee028f450d0290/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-3fee028f450d0290/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-3fee028f450d0290/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-3fee028f450d0290/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-3fee028f450d0290/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-3fee028f450d0290/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-3fee028f450d0290/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-3fee028f450d0290/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 `wolfs-den-rust`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "8a83335bf439758ec991b4580d27872804fc7d8ba1c0b39b46a1cb8a936ed7af"` [INFO] running `"docker" "rm" "-f" "8a83335bf439758ec991b4580d27872804fc7d8ba1c0b39b46a1cb8a936ed7af"` [INFO] [stdout] 8a83335bf439758ec991b4580d27872804fc7d8ba1c0b39b46a1cb8a936ed7af