[INFO] cloning repository https://github.com/Krotera/tcod-rs_roguelike_demo [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Krotera/tcod-rs_roguelike_demo" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FKrotera%2Ftcod-rs_roguelike_demo"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FKrotera%2Ftcod-rs_roguelike_demo'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 0e258b3c6d6199c288b0c061a322933cc7e3943d [INFO] testing Krotera/tcod-rs_roguelike_demo against beta-2020-06-03 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FKrotera%2Ftcod-rs_roguelike_demo" "/workspace/builds/worker-5/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Krotera/tcod-rs_roguelike_demo on toolchain beta-2020-06-03 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/Krotera/tcod-rs_roguelike_demo [INFO] finished tweaking git repo https://github.com/Krotera/tcod-rs_roguelike_demo [INFO] tweaked toml for git repo https://github.com/Krotera/tcod-rs_roguelike_demo written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/Krotera/tcod-rs_roguelike_demo already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-06-03" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] ba8ca03959ca52a9f45e6ab8950e245c20ce43f7e09b270cbd6cc8259a840e51 [INFO] running `"docker" "start" "-a" "ba8ca03959ca52a9f45e6ab8950e245c20ce43f7e09b270cbd6cc8259a840e51"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling rand_core v0.3.0 [INFO] [stderr] Compiling proc-macro2 v0.4.25 [INFO] [stderr] Compiling autocfg v0.1.1 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling libc v0.2.46 [INFO] [stderr] Compiling cc v1.0.28 [INFO] [stderr] Compiling pkg-config v0.3.14 [INFO] [stderr] Compiling serde v1.0.85 [INFO] [stderr] Compiling ryu v0.2.7 [INFO] [stderr] Compiling itoa v0.4.3 [INFO] [stderr] Compiling bitflags v0.1.1 [INFO] [stderr] Compiling lazy_static v0.1.16 [INFO] [stderr] Compiling rand_pcg v0.1.1 [INFO] [stderr] Compiling rand_isaac v0.1.1 [INFO] [stderr] Compiling rand_xorshift v0.1.1 [INFO] [stderr] Compiling rand_hc v0.1.0 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling rand v0.6.4 [INFO] [stderr] Compiling rand_os v0.1.1 [INFO] [stderr] Compiling tcod-sys v5.0.0 [INFO] [stderr] Compiling quote v0.6.10 [INFO] [stderr] Compiling syn v0.15.26 [INFO] [stderr] Compiling serde_derive v1.0.85 [INFO] [stderr] Compiling serde_json v1.0.36 [INFO] [stderr] Compiling tcod v0.13.0 [INFO] [stderr] Compiling tcod-rs_roguelike_demo v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:192:34 [INFO] [stderr] | [INFO] [stderr] 192 | pub fn draw(&self, con: &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: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:198:35 [INFO] [stderr] | [INFO] [stderr] 198 | pub fn clear(&self, con: &mut Console) { [INFO] [stderr] | ^^^^^^^ help: use `dyn`: `dyn Console` [INFO] [stderr] [INFO] [stderr] warning: the item `Key` is imported redundantly [INFO] [stderr] --> src/main.rs:1442:9 [INFO] [stderr] | [INFO] [stderr] 17 | use tcod::input::{self, Event, Key, Mouse}; [INFO] [stderr] | --- the item `Key` is already imported here [INFO] [stderr] ... [INFO] [stderr] 1442 | use tcod::input::Key; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:1764:65 [INFO] [stderr] | [INFO] [stderr] 1764 | fn save_game(objects: &[Object], game: &Game) -> Result<(), Box> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:1773:51 [INFO] [stderr] | [INFO] [stderr] 1773 | fn load_game() -> Result<(Vec, Game), Box> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [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/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/tcod_rs_roguelike_demo-d0c51b5eb8191250.tcod_rs_roguelike_demo.1ctq8vzu-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/tcod_rs_roguelike_demo-d0c51b5eb8191250.tcod_rs_roguelike_demo.1ctq8vzu-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/tcod_rs_roguelike_demo-d0c51b5eb8191250.tcod_rs_roguelike_demo.1ctq8vzu-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/tcod_rs_roguelike_demo-d0c51b5eb8191250.tcod_rs_roguelike_demo.1ctq8vzu-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/tcod_rs_roguelike_demo-d0c51b5eb8191250.tcod_rs_roguelike_demo.1ctq8vzu-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/tcod_rs_roguelike_demo-d0c51b5eb8191250.tcod_rs_roguelike_demo.1ctq8vzu-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/tcod_rs_roguelike_demo-d0c51b5eb8191250.tcod_rs_roguelike_demo.1ctq8vzu-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/tcod_rs_roguelike_demo-d0c51b5eb8191250.tcod_rs_roguelike_demo.1ctq8vzu-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/tcod_rs_roguelike_demo-d0c51b5eb8191250.tcod_rs_roguelike_demo.1ctq8vzu-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/tcod_rs_roguelike_demo-d0c51b5eb8191250.tcod_rs_roguelike_demo.1ctq8vzu-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/tcod_rs_roguelike_demo-d0c51b5eb8191250.tcod_rs_roguelike_demo.1ctq8vzu-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/tcod_rs_roguelike_demo-d0c51b5eb8191250.tcod_rs_roguelike_demo.1ctq8vzu-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/tcod_rs_roguelike_demo-d0c51b5eb8191250.tcod_rs_roguelike_demo.1ctq8vzu-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/tcod_rs_roguelike_demo-d0c51b5eb8191250.tcod_rs_roguelike_demo.1ctq8vzu-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/tcod_rs_roguelike_demo-d0c51b5eb8191250.tcod_rs_roguelike_demo.1ctq8vzu-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/tcod_rs_roguelike_demo-d0c51b5eb8191250.tcod_rs_roguelike_demo.1ctq8vzu-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/tcod_rs_roguelike_demo-d0c51b5eb8191250" "/opt/rustwide/target/debug/deps/tcod_rs_roguelike_demo-d0c51b5eb8191250.3o95bug7hbcq1j5g.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/tcod-sys-56a3d34f12bdd81a/out" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/opt/rustwide/target/debug/build/tcod-sys-56a3d34f12bdd81a/out" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libserde_json-11d60d5d6623c9af.rlib" "/opt/rustwide/target/debug/deps/libryu-8e67a7e56e9798f9.rlib" "/opt/rustwide/target/debug/deps/libitoa-26e40ea11a3f8443.rlib" "/opt/rustwide/target/debug/deps/librand-d164d58b7d79295a.rlib" "/opt/rustwide/target/debug/deps/librand_xorshift-4b61dcedcc12c2a9.rlib" "/opt/rustwide/target/debug/deps/librand_pcg-2bda3dd921ad6c0b.rlib" "/opt/rustwide/target/debug/deps/librand_hc-7b6813b6b055ab50.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-8d809579329c7a4a.rlib" "/opt/rustwide/target/debug/deps/librand_isaac-e56954d80bcac10d.rlib" "/opt/rustwide/target/debug/deps/librand_os-10608ec8b0daf44b.rlib" "/opt/rustwide/target/debug/deps/liblibc-2ab184b6c070816b.rlib" "/opt/rustwide/target/debug/deps/librand_core-e6affed9e2153188.rlib" "/opt/rustwide/target/debug/deps/libtcod-f5d0a2a4ca9a78d3.rlib" "/opt/rustwide/target/debug/deps/libtcod_sys-c98d86d0827b98a9.rlib" "/opt/rustwide/target/debug/deps/libserde-2a62bbe65a597df0.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-668882bceb53d042.rlib" "/opt/rustwide/target/debug/deps/libbitflags-8111359a82eaea5b.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-44f8eb3d0b2fad61.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-abc626f09920d361.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-546e83c8973f1a65.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-12768dfc68674934.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-e06867e4497f2ee8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-cbc579f43f6df57b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-7abd6d5a7ebf9a23.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-46423c7bc03bd327.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-fc3773ed7bc68f07.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-9cdc98176efd27e2.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-02d88502a763e06b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-8cdc9d38dd6cd3ce.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-336f7d63e72901ef.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-57917b1be5233117.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-lSDL2" "-ltcod" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: /opt/rustwide/target/debug/build/tcod-sys-56a3d34f12bdd81a/out/libtcod.a(sys_sdl_c.o): in function `TCOD_sys_load_font': [INFO] [stderr] /opt/rustwide/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] /usr/bin/ld: /opt/rustwide/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] /usr/bin/ld: /opt/rustwide/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] /usr/bin/ld: /opt/rustwide/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] /usr/bin/ld: /opt/rustwide/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] /usr/bin/ld: /opt/rustwide/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] /usr/bin/ld: /opt/rustwide/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] /usr/bin/ld: /opt/rustwide/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] /usr/bin/ld: /opt/rustwide/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] /usr/bin/ld: /opt/rustwide/target/debug/build/tcod-sys-56a3d34f12bdd81a/out/libtcod.a(sys_sdl_c.o): in function `TCOD_sys_console_to_bitmap': [INFO] [stderr] /opt/rustwide/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] /usr/bin/ld: /opt/rustwide/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] /usr/bin/ld: /opt/rustwide/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] /usr/bin/ld: /opt/rustwide/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] /usr/bin/ld: /opt/rustwide/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] /usr/bin/ld: /opt/rustwide/target/debug/build/tcod-sys-56a3d34f12bdd81a/out/libtcod.a(sys_sdl_c.o): in function `TCOD_sys_startup': [INFO] [stderr] /opt/rustwide/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] /usr/bin/ld: /opt/rustwide/target/debug/build/tcod-sys-56a3d34f12bdd81a/out/libtcod.a(sys_sdl_c.o): in function `TCOD_sys_shutdown': [INFO] [stderr] /opt/rustwide/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] /usr/bin/ld: /opt/rustwide/target/debug/build/tcod-sys-56a3d34f12bdd81a/out/libtcod.a(sys_sdl_c.o): in function `TCOD_sys_load_player_config': [INFO] [stderr] /opt/rustwide/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] /usr/bin/ld: /opt/rustwide/target/debug/build/tcod-sys-56a3d34f12bdd81a/out/libtcod.a(sys_sdl_c.o): in function `TCOD_sys_wait_for_event': [INFO] [stderr] /opt/rustwide/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] /usr/bin/ld: /opt/rustwide/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] /usr/bin/ld: /opt/rustwide/target/debug/build/tcod-sys-56a3d34f12bdd81a/out/libtcod.a(sys_sdl_c.o): in function `TCOD_sys_check_for_event': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tcod-sys-5.0.0/libtcod/src/sys_sdl_c.c:1412: undefined reference to `SDL_PollEvent' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/tcod-sys-56a3d34f12bdd81a/out/libtcod.a(sys_sdl_c.o): in function `TCOD_sys_sleep_milli': [INFO] [stderr] /opt/rustwide/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] /usr/bin/ld: /opt/rustwide/target/debug/build/tcod-sys-56a3d34f12bdd81a/out/libtcod.a(sys_sdl_c.o): in function `TCOD_sys_elapsed_milli': [INFO] [stderr] /opt/rustwide/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] /usr/bin/ld: /opt/rustwide/target/debug/build/tcod-sys-56a3d34f12bdd81a/out/libtcod.a(sys_sdl_c.o): in function `TCOD_sys_delete_bitmap': [INFO] [stderr] /opt/rustwide/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] /usr/bin/ld: /opt/rustwide/target/debug/build/tcod-sys-56a3d34f12bdd81a/out/libtcod.a(sys_sdl_c.o): in function `TCOD_sys_check_magic_number': [INFO] [stderr] /opt/rustwide/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] /usr/bin/ld: /opt/rustwide/target/debug/build/tcod-sys-56a3d34f12bdd81a/out/libtcod.a(sys_sdl_img_bmp.o): in function `TCOD_sys_read_bmp': [INFO] [stderr] /opt/rustwide/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] /usr/bin/ld: /opt/rustwide/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] /usr/bin/ld: /opt/rustwide/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] /usr/bin/ld: /opt/rustwide/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] /usr/bin/ld: /opt/rustwide/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] /usr/bin/ld: /opt/rustwide/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] /usr/bin/ld: /opt/rustwide/target/debug/build/tcod-sys-56a3d34f12bdd81a/out/libtcod.a(sys_sdl_img_bmp.o): in function `TCOD_sys_write_bmp': [INFO] [stderr] /opt/rustwide/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] /usr/bin/ld: /opt/rustwide/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] /usr/bin/ld: /opt/rustwide/target/debug/build/tcod-sys-56a3d34f12bdd81a/out/libtcod.a(sys_sdl2_c.o): in function `get_closest_mode': [INFO] [stderr] /opt/rustwide/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] /usr/bin/ld: /opt/rustwide/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] /usr/bin/ld: /opt/rustwide/target/debug/build/tcod-sys-56a3d34f12bdd81a/out/libtcod.a(sys_sdl2_c.o): in function `actual_rendering': [INFO] [stderr] /opt/rustwide/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] /usr/bin/ld: /opt/rustwide/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] /usr/bin/ld: /opt/rustwide/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] /usr/bin/ld: /opt/rustwide/target/debug/build/tcod-sys-56a3d34f12bdd81a/out/libtcod.a(sys_sdl2_c.o): in function `render': [INFO] [stderr] /opt/rustwide/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] /usr/bin/ld: /opt/rustwide/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] /usr/bin/ld: /opt/rustwide/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] /usr/bin/ld: /opt/rustwide/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] /usr/bin/ld: /opt/rustwide/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] /usr/bin/ld: /opt/rustwide/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] /usr/bin/ld: /opt/rustwide/target/debug/build/tcod-sys-56a3d34f12bdd81a/out/libtcod.a(sys_sdl2_c.o): in function `create_surface': [INFO] [stderr] /opt/rustwide/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] /usr/bin/ld: /opt/rustwide/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] /usr/bin/ld: /opt/rustwide/target/debug/build/tcod-sys-56a3d34f12bdd81a/out/libtcod.a(sys_sdl2_c.o): in function `create_window': [INFO] [stderr] /opt/rustwide/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] /usr/bin/ld: /opt/rustwide/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] /usr/bin/ld: /opt/rustwide/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] /usr/bin/ld: /opt/rustwide/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] /usr/bin/ld: /opt/rustwide/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] /usr/bin/ld: /opt/rustwide/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] /usr/bin/ld: /opt/rustwide/target/debug/build/tcod-sys-56a3d34f12bdd81a/out/libtcod.a(sys_sdl2_c.o): in function `destroy_window': [INFO] [stderr] /opt/rustwide/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] /usr/bin/ld: /opt/rustwide/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] /usr/bin/ld: /opt/rustwide/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] /usr/bin/ld: /opt/rustwide/target/debug/build/tcod-sys-56a3d34f12bdd81a/out/libtcod.a(sys_sdl2_c.o): in function `set_fullscreen': [INFO] [stderr] /opt/rustwide/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] /usr/bin/ld: /opt/rustwide/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] /usr/bin/ld: /opt/rustwide/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] /usr/bin/ld: /opt/rustwide/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] /usr/bin/ld: /opt/rustwide/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] /usr/bin/ld: /opt/rustwide/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] /usr/bin/ld: /opt/rustwide/target/debug/build/tcod-sys-56a3d34f12bdd81a/out/libtcod.a(sys_sdl2_c.o): in function `set_window_title': [INFO] [stderr] /opt/rustwide/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] /usr/bin/ld: /opt/rustwide/target/debug/build/tcod-sys-56a3d34f12bdd81a/out/libtcod.a(sys_sdl2_c.o): in function `save_screenshot': [INFO] [stderr] /opt/rustwide/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] /usr/bin/ld: /opt/rustwide/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] /usr/bin/ld: /opt/rustwide/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] /usr/bin/ld: /opt/rustwide/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] /usr/bin/ld: /opt/rustwide/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] /usr/bin/ld: /opt/rustwide/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] /usr/bin/ld: /opt/rustwide/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] /usr/bin/ld: /opt/rustwide/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] /usr/bin/ld: /opt/rustwide/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] /usr/bin/ld: /opt/rustwide/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] /usr/bin/ld: /opt/rustwide/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] /usr/bin/ld: /opt/rustwide/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] /usr/bin/ld: /opt/rustwide/target/debug/build/tcod-sys-56a3d34f12bdd81a/out/libtcod.a(sys_sdl2_c.o): in function `get_current_resolution': [INFO] [stderr] /opt/rustwide/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] /usr/bin/ld: /opt/rustwide/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] /usr/bin/ld: /opt/rustwide/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] /usr/bin/ld: /opt/rustwide/target/debug/build/tcod-sys-56a3d34f12bdd81a/out/libtcod.a(sys_sdl2_c.o): in function `set_mouse_position': [INFO] [stderr] /opt/rustwide/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] /usr/bin/ld: /opt/rustwide/target/debug/build/tcod-sys-56a3d34f12bdd81a/out/libtcod.a(sys_sdl2_c.o): in function `get_clipboard_text': [INFO] [stderr] /opt/rustwide/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] /usr/bin/ld: /opt/rustwide/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] /usr/bin/ld: /opt/rustwide/target/debug/build/tcod-sys-56a3d34f12bdd81a/out/libtcod.a(sys_sdl2_c.o): in function `set_clipboard_text': [INFO] [stderr] /opt/rustwide/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] /usr/bin/ld: /opt/rustwide/target/debug/build/tcod-sys-56a3d34f12bdd81a/out/libtcod.a(sys_sdl2_c.o): in function `file_read': [INFO] [stderr] /opt/rustwide/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] /usr/bin/ld: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tcod-sys-5.0.0/libtcod/src/sys_sdl2_c.c:452: undefined reference to `SDL_RWseek' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tcod-sys-5.0.0/libtcod/src/sys_sdl2_c.c:453: undefined reference to `SDL_RWtell' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tcod-sys-5.0.0/libtcod/src/sys_sdl2_c.c:454: undefined reference to `SDL_RWseek' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tcod-sys-5.0.0/libtcod/src/sys_sdl2_c.c:458: undefined reference to `SDL_RWread' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tcod-sys-5.0.0/libtcod/src/sys_sdl2_c.c:459: undefined reference to `SDL_RWclose' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tcod-sys-5.0.0/libtcod/src/sys_sdl2_c.c:463: undefined reference to `SDL_RWclose' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/tcod-sys-56a3d34f12bdd81a/out/libtcod.a(sys_sdl2_c.o): in function `file_exists': [INFO] [stderr] /opt/rustwide/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] /usr/bin/ld: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tcod-sys-5.0.0/libtcod/src/sys_sdl2_c.c:472: undefined reference to `SDL_RWclose' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/tcod-sys-56a3d34f12bdd81a/out/libtcod.a(sys_sdl2_c.o): in function `file_write': [INFO] [stderr] /opt/rustwide/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] /usr/bin/ld: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tcod-sys-5.0.0/libtcod/src/sys_sdl2_c.c:481: undefined reference to `SDL_RWwrite' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tcod-sys-5.0.0/libtcod/src/sys_sdl2_c.c:482: undefined reference to `SDL_RWclose' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/tcod-sys-56a3d34f12bdd81a/out/libtcod.a(sys_sdl2_c.o): in function `shutdown': [INFO] [stderr] /opt/rustwide/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; 5 warnings emitted [INFO] [stderr] [INFO] [stderr] error: could not compile `tcod-rs_roguelike_demo`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "ba8ca03959ca52a9f45e6ab8950e245c20ce43f7e09b270cbd6cc8259a840e51"` [INFO] running `"docker" "rm" "-f" "ba8ca03959ca52a9f45e6ab8950e245c20ce43f7e09b270cbd6cc8259a840e51"` [INFO] [stdout] ba8ca03959ca52a9f45e6ab8950e245c20ce43f7e09b270cbd6cc8259a840e51