[INFO] updating cached repository ytaras/roguelike_tutorial [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/ytaras/roguelike_tutorial [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/ytaras/roguelike_tutorial" "work/ex/beta-1.38-1/sources/1.37.0/gh/ytaras/roguelike_tutorial"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/ytaras/roguelike_tutorial'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/ytaras/roguelike_tutorial" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/ytaras/roguelike_tutorial"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/ytaras/roguelike_tutorial'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] d61884102ef59bdfc1b0f11dd8d4d0eff1452ca7 [INFO] sha for GitHub repo ytaras/roguelike_tutorial: d61884102ef59bdfc1b0f11dd8d4d0eff1452ca7 [INFO] validating manifest of ytaras/roguelike_tutorial 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 ytaras/roguelike_tutorial 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 ytaras/roguelike_tutorial [INFO] finished frobbing ytaras/roguelike_tutorial [INFO] frobbed toml for ytaras/roguelike_tutorial written to work/ex/beta-1.38-1/sources/1.37.0/gh/ytaras/roguelike_tutorial/Cargo.toml [INFO] started frobbing ytaras/roguelike_tutorial [INFO] finished frobbing ytaras/roguelike_tutorial [INFO] frobbed toml for ytaras/roguelike_tutorial written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/ytaras/roguelike_tutorial/Cargo.toml [INFO] crate ytaras/roguelike_tutorial 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 ytaras/roguelike_tutorial 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/ytaras/roguelike_tutorial:/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] ef47759d39f9761a1c843fade95f88f673b303081b3982d0d87285e440a0042c [INFO] running `"docker" "start" "-a" "ef47759d39f9761a1c843fade95f88f673b303081b3982d0d87285e440a0042c"` [INFO] [stderr] Compiling proc-macro2 v0.4.24 [INFO] [stderr] Compiling spin v0.4.10 [INFO] [stderr] Compiling crossbeam-utils v0.5.0 [INFO] [stderr] Compiling autocfg v0.1.1 [INFO] [stderr] Compiling atom v0.3.5 [INFO] [stderr] Compiling mopa v0.2.2 [INFO] [stderr] Compiling nonzero_signed v1.0.2 [INFO] [stderr] Compiling tuple_utils v0.2.0 [INFO] [stderr] Compiling crossbeam-utils v0.2.2 [INFO] [stderr] Compiling arrayvec v0.4.8 [INFO] [stderr] Compiling memchr v2.1.1 [INFO] [stderr] Compiling crossbeam-utils v0.6.1 [INFO] [stderr] Compiling owning_ref v0.3.3 [INFO] [stderr] Compiling rand_isaac v0.1.1 [INFO] [stderr] Compiling regex v1.1.0 [INFO] [stderr] Compiling tcod-sys v5.0.0 (https://github.com/rjungemann/tcod-rs.git?branch=fix-sdl2-rendering-mojave#841a6994) [INFO] [stderr] Compiling regex-syntax v0.6.3 [INFO] [stderr] Compiling fxhash v0.2.1 [INFO] [stderr] Compiling itertools v0.8.0 [INFO] [stderr] Compiling lazy_static v1.2.0 [INFO] [stderr] Compiling smallvec v0.6.6 [INFO] [stderr] Compiling parking_lot_core v0.3.1 [INFO] [stderr] Compiling rand v0.5.5 [INFO] [stderr] Compiling rand v0.4.3 [INFO] [stderr] Compiling num_cpus v1.8.0 [INFO] [stderr] Compiling time v0.1.40 [INFO] [stderr] Compiling atty v0.2.11 [INFO] [stderr] Compiling rand_os v0.1.1 [INFO] [stderr] Compiling thread_local v0.3.6 [INFO] [stderr] Compiling num-integer v0.1.39 [INFO] [stderr] Compiling crossbeam-epoch v0.3.1 [INFO] [stderr] Compiling crossbeam-epoch v0.5.2 [INFO] [stderr] Compiling crossbeam-epoch v0.6.1 [INFO] [stderr] Compiling rand v0.6.4 [INFO] [stderr] Compiling parking_lot_core v0.2.14 [INFO] [stderr] Compiling aho-corasick v0.6.9 [INFO] [stderr] Compiling chrono v0.4.6 [INFO] [stderr] Compiling quote v0.6.10 [INFO] [stderr] Compiling crossbeam-deque v0.5.2 [INFO] [stderr] Compiling crossbeam-deque v0.2.0 [INFO] [stderr] Compiling parking_lot v0.5.5 [INFO] [stderr] Compiling syn v0.15.22 [INFO] [stderr] Compiling rayon-core v1.4.1 [INFO] [stderr] Compiling parking_lot v0.6.4 [INFO] [stderr] Compiling crossbeam-channel v0.2.6 [INFO] [stderr] Compiling rayon v1.0.3 [INFO] [stderr] Compiling env_logger v0.6.0 [INFO] [stderr] Compiling crossbeam v0.4.1 [INFO] [stderr] Compiling pretty_env_logger v0.3.0 [INFO] [stderr] Compiling tcod v0.12.1 (https://github.com/rjungemann/tcod-rs.git?branch=fix-sdl2-rendering-mojave#841a6994) [INFO] [stderr] Compiling hibitset v0.5.3 [INFO] [stderr] Compiling shred v0.7.1 [INFO] [stderr] Compiling derivative v1.0.2 [INFO] [stderr] Compiling shred-derive v0.5.1 [INFO] [stderr] Compiling specs-derive v0.4.0 [INFO] [stderr] Compiling shrev v1.0.1 [INFO] [stderr] Compiling specs v0.14.3 [INFO] [stderr] Compiling rogue_tutorial v0.5.3-alpha.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/common/validations.rs:34:15 [INFO] [stderr] | [INFO] [stderr] 34 | func: Box O>, [INFO] [stderr] | ^^^^^^^^^^ help: use `dyn`: `dyn Fn(I) -> O` [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/common/validations.rs:40:26 [INFO] [stderr] | [INFO] [stderr] 40 | pub fn new(func: Box O>) -> Self { [INFO] [stderr] | ^^^^^^^^^^ help: use `dyn`: `dyn Fn(I) -> O` [INFO] [stderr] [INFO] [stderr] warning: unused import: `specs::error::Error` [INFO] [stderr] --> src/systems/logic/mod.rs:12:5 [INFO] [stderr] | [INFO] [stderr] 12 | use specs::error::Error; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: the item `Join` is imported redundantly [INFO] [stderr] --> src/systems/logic/damage.rs:16:13 [INFO] [stderr] | [INFO] [stderr] 1 | use specs::prelude::*; [INFO] [stderr] | ----------------- the item `Join` is already imported here [INFO] [stderr] ... [INFO] [stderr] 16 | use specs::Join; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: the item `Join` is imported redundantly [INFO] [stderr] --> src/systems/logic/fov.rs:19:13 [INFO] [stderr] | [INFO] [stderr] 1 | use super::*; [INFO] [stderr] | -------- the item `Join` is already imported here [INFO] [stderr] ... [INFO] [stderr] 19 | use specs::Join; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: the item `Join` is imported redundantly [INFO] [stderr] --> src/systems/logic/mod.rs:27:13 [INFO] [stderr] | [INFO] [stderr] 3 | use specs::prelude::*; [INFO] [stderr] | ----------------- the item `Join` is already imported here [INFO] [stderr] ... [INFO] [stderr] 27 | use specs::Join; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: the item `Join` is imported redundantly [INFO] [stderr] --> src/systems/logic/mod.rs:48:13 [INFO] [stderr] | [INFO] [stderr] 3 | use specs::prelude::*; [INFO] [stderr] | ----------------- the item `Join` is already imported here [INFO] [stderr] ... [INFO] [stderr] 48 | use specs::Join; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: the item `Join` is imported redundantly [INFO] [stderr] --> src/systems/render/mod.rs:72:13 [INFO] [stderr] | [INFO] [stderr] 6 | use specs::prelude::*; [INFO] [stderr] | ----------------- the item `Join` is already imported here [INFO] [stderr] ... [INFO] [stderr] 72 | use specs::Join; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: the item `RunNow` is imported redundantly [INFO] [stderr] --> src/ui/mod.rs:46:13 [INFO] [stderr] | [INFO] [stderr] 1 | use specs::prelude::*; [INFO] [stderr] | ----------------- the item `RunNow` is already imported here [INFO] [stderr] ... [INFO] [stderr] 46 | use specs::RunNow; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: the item `RunNow` is imported redundantly [INFO] [stderr] --> src/ui/mod.rs:71:21 [INFO] [stderr] | [INFO] [stderr] 1 | use specs::prelude::*; [INFO] [stderr] | ----------------- the item `RunNow` is already imported here [INFO] [stderr] ... [INFO] [stderr] 71 | use specs::RunNow; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: the item `Join` is imported redundantly [INFO] [stderr] --> src/ui/mod.rs:86:33 [INFO] [stderr] | [INFO] [stderr] 1 | use specs::prelude::*; [INFO] [stderr] | ----------------- the item `Join` is already imported here [INFO] [stderr] ... [INFO] [stderr] 86 | use specs::Join; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 49s [INFO] running `"docker" "inspect" "ef47759d39f9761a1c843fade95f88f673b303081b3982d0d87285e440a0042c"` [INFO] running `"docker" "rm" "-f" "ef47759d39f9761a1c843fade95f88f673b303081b3982d0d87285e440a0042c"` [INFO] [stdout] ef47759d39f9761a1c843fade95f88f673b303081b3982d0d87285e440a0042c [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/ytaras/roguelike_tutorial:/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" "test" "--frozen" "--no-run"` [INFO] [stdout] 9d5666ec35b6a58d2b6a3df857e6758542f47b200053d38404106e2160aac914 [INFO] running `"docker" "start" "-a" "9d5666ec35b6a58d2b6a3df857e6758542f47b200053d38404106e2160aac914"` [INFO] [stderr] Compiling bit-vec v0.5.0 [INFO] [stderr] Compiling wait-timeout v0.1.5 [INFO] [stderr] Compiling tempfile v3.0.4 [INFO] [stderr] Compiling bit-set v0.5.0 [INFO] [stderr] Compiling rusty-fork v0.2.1 [INFO] [stderr] Compiling proptest v0.9.0 [INFO] [stderr] Compiling rogue_tutorial v0.5.3-alpha.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/common/validations.rs:34:15 [INFO] [stderr] | [INFO] [stderr] 34 | func: Box O>, [INFO] [stderr] | ^^^^^^^^^^ help: use `dyn`: `dyn Fn(I) -> O` [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/common/validations.rs:40:26 [INFO] [stderr] | [INFO] [stderr] 40 | pub fn new(func: Box O>) -> Self { [INFO] [stderr] | ^^^^^^^^^^ help: use `dyn`: `dyn Fn(I) -> O` [INFO] [stderr] [INFO] [stderr] warning: unused import: `proptest_helper` [INFO] [stderr] --> src/data/structures/level_data/room.rs:107:75 [INFO] [stderr] | [INFO] [stderr] 107 | use proptest::{prop_assert, prop_assert_eq, prop_assert_ne, proptest, proptest_helper}; [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `proptest_helper` [INFO] [stderr] --> src/data/structures/matrix.rs:162:75 [INFO] [stderr] | [INFO] [stderr] 162 | prop_assert, prop_assert_eq, prop_assume, prop_compose, proptest, proptest_helper, [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `proptest_helper` [INFO] [stderr] --> src/data/structures/pos.rs:122:73 [INFO] [stderr] | [INFO] [stderr] 122 | use proptest::{prop_assert, prop_assert_eq, prop_compose, proptest, proptest_helper}; [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `proptest_helper` [INFO] [stderr] --> src/levels/functions.rs:32:43 [INFO] [stderr] | [INFO] [stderr] 32 | use proptest::{prop_assert, proptest, proptest_helper}; [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `proptest_helper` [INFO] [stderr] --> src/levels/generators/mod.rs:128:43 [INFO] [stderr] | [INFO] [stderr] 128 | use proptest::{prop_assert, proptest, proptest_helper}; [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `specs::error::Error` [INFO] [stderr] --> src/systems/logic/mod.rs:12:5 [INFO] [stderr] | [INFO] [stderr] 12 | use specs::error::Error; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: the item `Join` is imported redundantly [INFO] [stderr] --> src/systems/logic/damage.rs:16:13 [INFO] [stderr] | [INFO] [stderr] 1 | use specs::prelude::*; [INFO] [stderr] | ----------------- the item `Join` is already imported here [INFO] [stderr] ... [INFO] [stderr] 16 | use specs::Join; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: the item `Join` is imported redundantly [INFO] [stderr] --> src/systems/logic/fov.rs:19:13 [INFO] [stderr] | [INFO] [stderr] 1 | use super::*; [INFO] [stderr] | -------- the item `Join` is already imported here [INFO] [stderr] ... [INFO] [stderr] 19 | use specs::Join; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: the item `Join` is imported redundantly [INFO] [stderr] --> src/systems/logic/mod.rs:27:13 [INFO] [stderr] | [INFO] [stderr] 3 | use specs::prelude::*; [INFO] [stderr] | ----------------- the item `Join` is already imported here [INFO] [stderr] ... [INFO] [stderr] 27 | use specs::Join; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: the item `Join` is imported redundantly [INFO] [stderr] --> src/systems/logic/mod.rs:48:13 [INFO] [stderr] | [INFO] [stderr] 3 | use specs::prelude::*; [INFO] [stderr] | ----------------- the item `Join` is already imported here [INFO] [stderr] ... [INFO] [stderr] 48 | use specs::Join; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: the item `Join` is imported redundantly [INFO] [stderr] --> src/systems/render/mod.rs:72:13 [INFO] [stderr] | [INFO] [stderr] 6 | use specs::prelude::*; [INFO] [stderr] | ----------------- the item `Join` is already imported here [INFO] [stderr] ... [INFO] [stderr] 72 | use specs::Join; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: the item `RunNow` is imported redundantly [INFO] [stderr] --> src/ui/mod.rs:46:13 [INFO] [stderr] | [INFO] [stderr] 1 | use specs::prelude::*; [INFO] [stderr] | ----------------- the item `RunNow` is already imported here [INFO] [stderr] ... [INFO] [stderr] 46 | use specs::RunNow; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: the item `RunNow` is imported redundantly [INFO] [stderr] --> src/ui/mod.rs:71:21 [INFO] [stderr] | [INFO] [stderr] 1 | use specs::prelude::*; [INFO] [stderr] | ----------------- the item `RunNow` is already imported here [INFO] [stderr] ... [INFO] [stderr] 71 | use specs::RunNow; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: the item `Join` is imported redundantly [INFO] [stderr] --> src/ui/mod.rs:86:33 [INFO] [stderr] | [INFO] [stderr] 1 | use specs::prelude::*; [INFO] [stderr] | ----------------- the item `Join` is already imported here [INFO] [stderr] ... [INFO] [stderr] 86 | use specs::Join; [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/rogue_tutorial-d3597ef19f0ab442.rogue_tutorial.1ah2jcgu-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/rogue_tutorial-d3597ef19f0ab442.rogue_tutorial.1ah2jcgu-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/rogue_tutorial-d3597ef19f0ab442.rogue_tutorial.1ah2jcgu-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/rogue_tutorial-d3597ef19f0ab442.rogue_tutorial.1ah2jcgu-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/rogue_tutorial-d3597ef19f0ab442.rogue_tutorial.1ah2jcgu-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/rogue_tutorial-d3597ef19f0ab442.rogue_tutorial.1ah2jcgu-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/rogue_tutorial-d3597ef19f0ab442.rogue_tutorial.1ah2jcgu-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/rogue_tutorial-d3597ef19f0ab442.rogue_tutorial.1ah2jcgu-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/rogue_tutorial-d3597ef19f0ab442.rogue_tutorial.1ah2jcgu-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/rogue_tutorial-d3597ef19f0ab442.rogue_tutorial.1ah2jcgu-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/rogue_tutorial-d3597ef19f0ab442.rogue_tutorial.1ah2jcgu-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/rogue_tutorial-d3597ef19f0ab442.rogue_tutorial.1ah2jcgu-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/rogue_tutorial-d3597ef19f0ab442.rogue_tutorial.1ah2jcgu-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/rogue_tutorial-d3597ef19f0ab442.rogue_tutorial.1ah2jcgu-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/rogue_tutorial-d3597ef19f0ab442.rogue_tutorial.1ah2jcgu-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/rogue_tutorial-d3597ef19f0ab442.rogue_tutorial.1ah2jcgu-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/rogue_tutorial-d3597ef19f0ab442" "/opt/crater/target/debug/deps/rogue_tutorial-d3597ef19f0ab442.1j4zem3jpfbvst7f.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-ba239c20c096fd76/out" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/opt/crater/target/debug/build/tcod-sys-ba239c20c096fd76/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/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-f0d86b2ef6410e4f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-28a84d78fba0104f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-625008d0a6744ece.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-b85c11af396739da.rlib" "/opt/crater/target/debug/deps/libtcod-be0b57205d3de2a3.rlib" "/opt/crater/target/debug/deps/libtcod_sys-2740fc579279e8c4.rlib" "/opt/crater/target/debug/deps/liblazy_static-c329193024da829b.rlib" "/opt/crater/target/debug/deps/libbitflags-aae5ad63528786ee.rlib" "/opt/crater/target/debug/deps/libspecs-dae524eaf765ae63.rlib" "/opt/crater/target/debug/deps/libtuple_utils-fd4d3cb239abe572.rlib" "/opt/crater/target/debug/deps/libshrev-183779845393af78.rlib" "/opt/crater/target/debug/deps/libparking_lot-ce507361dcdb1f7f.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-6423dbf77efc9cc6.rlib" "/opt/crater/target/debug/deps/librand-4e318f566b0c8c8b.rlib" "/opt/crater/target/debug/deps/libowning_ref-ac29b4f5b10168db.rlib" "/opt/crater/target/debug/deps/libnonzero_signed-8dba40006b8dce52.rlib" "/opt/crater/target/debug/deps/libhibitset-700e3bec5b14671c.rlib" "/opt/crater/target/debug/deps/libatom-9cd266afdf8577db.rlib" "/opt/crater/target/debug/deps/libcrossbeam-439366de15e6d7d8.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-f1d32856ec71bac2.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-b2aa37ffabbe129a.rlib" "/opt/crater/target/debug/deps/libcrossbeam_channel-d4aec5c8cd35f764.rlib" "/opt/crater/target/debug/deps/libparking_lot-d01303be5446fc83.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-6b7ce0c3db1ff888.rlib" "/opt/crater/target/debug/deps/liblock_api-fc146aa09c055915.rlib" "/opt/crater/target/debug/deps/libowning_ref-3fc2847bd21aa6e0.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-0255958156eadff4.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-f73b252af0757295.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-b8e72f062492c4e4.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-00952bb753fb7374.rlib" "/opt/crater/target/debug/deps/libshred-26e7fa368ef458ed.rlib" "/opt/crater/target/debug/deps/libsmallvec-074e41147ffebc21.rlib" "/opt/crater/target/debug/deps/libunreachable-7dd4ced4819ef3ab.rlib" "/opt/crater/target/debug/deps/libvoid-4fb26e3b0cb57bde.rlib" "/opt/crater/target/debug/deps/librayon-8f37c32c9c3ad90a.rlib" "/opt/crater/target/debug/deps/librayon_core-ee782ca585c34b97.rlib" "/opt/crater/target/debug/deps/libnum_cpus-369289e69e8c643f.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-141fddd2794525fa.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-d7869bbd27bcc226.rlib" "/opt/crater/target/debug/deps/libscopeguard-22a7afc64d55fe2c.rlib" "/opt/crater/target/debug/deps/libmemoffset-81f7e9a5af225363.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-2a01996e6cbc246e.rlib" "/opt/crater/target/debug/deps/libmopa-bdc26a1b7551a1d8.rlib" "/opt/crater/target/debug/deps/libfxhash-0c4490aca526b8d6.rlib" "/opt/crater/target/debug/deps/libarrayvec-014e4979d98f5bf6.rlib" "/opt/crater/target/debug/deps/libnodrop-7f98e5f8ec110eeb.rlib" "/opt/crater/target/debug/deps/libproptest-6ea1f228e11ffdd7.rlib" "/opt/crater/target/debug/deps/libregex_syntax-2b52cc650c97acc5.rlib" "/opt/crater/target/debug/deps/libucd_util-57957d64f2b3380e.rlib" "/opt/crater/target/debug/deps/libbyteorder-66f90abb67f6906c.rlib" "/opt/crater/target/debug/deps/librand-2575340e3a68fad3.rlib" "/opt/crater/target/debug/deps/librand_xorshift-ed607ecbc9af3364.rlib" "/opt/crater/target/debug/deps/librand_pcg-f13281b07f95deab.rlib" "/opt/crater/target/debug/deps/librand_hc-3fc42ec1c8af02b1.rlib" "/opt/crater/target/debug/deps/librand_chacha-9efa1c258da08e64.rlib" "/opt/crater/target/debug/deps/librand_isaac-c8ad415819834091.rlib" "/opt/crater/target/debug/deps/librand_os-69bebecaf08ef962.rlib" "/opt/crater/target/debug/deps/librusty_fork-17de0baaeb6fe0c3.rlib" "/opt/crater/target/debug/deps/libwait_timeout-43777ad350e8da2b.rlib" "/opt/crater/target/debug/deps/libtempfile-0e69f5af595a4d1c.rlib" "/opt/crater/target/debug/deps/libremove_dir_all-6c380e3107fd90ed.rlib" "/opt/crater/target/debug/deps/librand-cc1761179fe14223.rlib" "/opt/crater/target/debug/deps/liblibc-170ea71780cbca2d.rlib" "/opt/crater/target/debug/deps/librand_core-c3f035477d69cff4.rlib" "/opt/crater/target/debug/deps/librand_core-31821dc910b5bac2.rlib" "/opt/crater/target/debug/deps/libfnv-6e18f98be4338210.rlib" "/opt/crater/target/debug/deps/libquick_error-f50ea951eae373ef.rlib" "/opt/crater/target/debug/deps/liblazy_static-28ae374f07989196.rlib" "/opt/crater/target/debug/deps/libspin-4d9e5c9ff5c23124.rlib" "/opt/crater/target/debug/deps/libbit_set-94d276bfb8af41ed.rlib" "/opt/crater/target/debug/deps/libbit_vec-48e99a650672e02d.rlib" "/opt/crater/target/debug/deps/libbitflags-67998902f09e32c1.rlib" "/opt/crater/target/debug/deps/liblog-5fab1ddaf1b8d6f8.rlib" "/opt/crater/target/debug/deps/libcfg_if-52f952e08f3290ba.rlib" "/opt/crater/target/debug/deps/libitertools-afccfd903384c0df.rlib" "/opt/crater/target/debug/deps/libeither-90c0ce8e46d0418a.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" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /opt/crater/target/debug/build/tcod-sys-ba239c20c096fd76/out/libtcod.a(sys_sdl_c.o): In function `TCOD_sys_load_font': [INFO] [stderr] /opt/crater/cargo-home/git/checkouts/tcod-rs-6afb85ec92484664/841a699/tcod_sys/libtcod/src/sys_sdl_c.c:204: undefined reference to `SDL_FreeSurface' [INFO] [stderr] /opt/crater/cargo-home/git/checkouts/tcod-rs-6afb85ec92484664/841a699/tcod_sys/libtcod/src/sys_sdl_c.c:235: undefined reference to `SDL_UpperBlit' [INFO] [stderr] /opt/crater/cargo-home/git/checkouts/tcod-rs-6afb85ec92484664/841a699/tcod_sys/libtcod/src/sys_sdl_c.c:236: undefined reference to `SDL_FreeSurface' [INFO] [stderr] /opt/crater/cargo-home/git/checkouts/tcod-rs-6afb85ec92484664/841a699/tcod_sys/libtcod/src/sys_sdl_c.c:266: undefined reference to `SDL_UpperBlit' [INFO] [stderr] /opt/crater/cargo-home/git/checkouts/tcod-rs-6afb85ec92484664/841a699/tcod_sys/libtcod/src/sys_sdl_c.c:267: undefined reference to `SDL_FreeSurface' [INFO] [stderr] /opt/crater/cargo-home/git/checkouts/tcod-rs-6afb85ec92484664/841a699/tcod_sys/libtcod/src/sys_sdl_c.c:305: undefined reference to `SDL_UpperBlit' [INFO] [stderr] /opt/crater/cargo-home/git/checkouts/tcod-rs-6afb85ec92484664/841a699/tcod_sys/libtcod/src/sys_sdl_c.c:306: undefined reference to `SDL_FreeSurface' [INFO] [stderr] /opt/crater/cargo-home/git/checkouts/tcod-rs-6afb85ec92484664/841a699/tcod_sys/libtcod/src/sys_sdl_c.c:338: undefined reference to `SDL_MapRGB' [INFO] [stderr] /opt/crater/cargo-home/git/checkouts/tcod-rs-6afb85ec92484664/841a699/tcod_sys/libtcod/src/sys_sdl_c.c:342: undefined reference to `SDL_SetColorKey' [INFO] [stderr] /opt/crater/target/debug/build/tcod-sys-ba239c20c096fd76/out/libtcod.a(sys_sdl_c.o): In function `TCOD_sys_console_to_bitmap': [INFO] [stderr] /opt/crater/cargo-home/git/checkouts/tcod-rs-6afb85ec92484664/841a699/tcod_sys/libtcod/src/sys_sdl_c.c:437: undefined reference to `SDL_UpperBlit' [INFO] [stderr] /opt/crater/cargo-home/git/checkouts/tcod-rs-6afb85ec92484664/841a699/tcod_sys/libtcod/src/sys_sdl_c.c:467: undefined reference to `SDL_MapRGB' [INFO] [stderr] /opt/crater/cargo-home/git/checkouts/tcod-rs-6afb85ec92484664/841a699/tcod_sys/libtcod/src/sys_sdl_c.c:468: undefined reference to `SDL_FillRect' [INFO] [stderr] /opt/crater/cargo-home/git/checkouts/tcod-rs-6afb85ec92484664/841a699/tcod_sys/libtcod/src/sys_sdl_c.c:496: undefined reference to `SDL_MapRGB' [INFO] [stderr] /opt/crater/cargo-home/git/checkouts/tcod-rs-6afb85ec92484664/841a699/tcod_sys/libtcod/src/sys_sdl_c.c:593: undefined reference to `SDL_UpperBlit' [INFO] [stderr] /opt/crater/target/debug/build/tcod-sys-ba239c20c096fd76/out/libtcod.a(sys_sdl_c.o): In function `TCOD_sys_startup': [INFO] [stderr] /opt/crater/cargo-home/git/checkouts/tcod-rs-6afb85ec92484664/841a699/tcod_sys/libtcod/src/sys_sdl_c.c:660: undefined reference to `SDL_Init' [INFO] [stderr] /opt/crater/target/debug/build/tcod-sys-ba239c20c096fd76/out/libtcod.a(sys_sdl_c.o): In function `TCOD_sys_shutdown': [INFO] [stderr] /opt/crater/cargo-home/git/checkouts/tcod-rs-6afb85ec92484664/841a699/tcod_sys/libtcod/src/sys_sdl_c.c:675: undefined reference to `SDL_Quit' [INFO] [stderr] /opt/crater/target/debug/build/tcod-sys-ba239c20c096fd76/out/libtcod.a(sys_sdl_c.o): In function `TCOD_sys_load_player_config': [INFO] [stderr] /opt/crater/cargo-home/git/checkouts/tcod-rs-6afb85ec92484664/841a699/tcod_sys/libtcod/src/sys_sdl_c.c:726: undefined reference to `SDL_FreeSurface' [INFO] [stderr] /opt/crater/target/debug/build/tcod-sys-ba239c20c096fd76/out/libtcod.a(sys_sdl_c.o): In function `TCOD_sys_delete_bitmap': [INFO] [stderr] /opt/crater/cargo-home/git/checkouts/tcod-rs-6afb85ec92484664/841a699/tcod_sys/libtcod/src/sys_sdl_c.c:1559: undefined reference to `SDL_FreeSurface' [INFO] [stderr] /opt/crater/target/debug/build/tcod-sys-ba239c20c096fd76/out/libtcod.a(sys_sdl_c.o): In function `TCOD_sys_check_magic_number': [INFO] [stderr] /opt/crater/cargo-home/git/checkouts/tcod-rs-6afb85ec92484664/841a699/tcod_sys/libtcod/src/sys_sdl_c.c:1598: undefined reference to `SDL_RWFromFile' [INFO] [stderr] /opt/crater/target/debug/build/tcod-sys-ba239c20c096fd76/out/libtcod.a(sys_sdl_img_bmp.o): In function `TCOD_sys_read_bmp': [INFO] [stderr] /opt/crater/cargo-home/git/checkouts/tcod-rs-6afb85ec92484664/841a699/tcod_sys/libtcod/src/sys_sdl_img_bmp.c:41: undefined reference to `SDL_RWFromFile' [INFO] [stderr] /opt/crater/cargo-home/git/checkouts/tcod-rs-6afb85ec92484664/841a699/tcod_sys/libtcod/src/sys_sdl_img_bmp.c:41: undefined reference to `SDL_LoadBMP_RW' [INFO] [stderr] /opt/crater/cargo-home/git/checkouts/tcod-rs-6afb85ec92484664/841a699/tcod_sys/libtcod/src/sys_sdl_img_bmp.c:42: undefined reference to `SDL_GetError' [INFO] [stderr] /opt/crater/cargo-home/git/checkouts/tcod-rs-6afb85ec92484664/841a699/tcod_sys/libtcod/src/sys_sdl_img_bmp.c:56: undefined reference to `SDL_CreateRGBSurface' [INFO] [stderr] /opt/crater/cargo-home/git/checkouts/tcod-rs-6afb85ec92484664/841a699/tcod_sys/libtcod/src/sys_sdl_img_bmp.c:57: undefined reference to `SDL_UpperBlit' [INFO] [stderr] /opt/crater/cargo-home/git/checkouts/tcod-rs-6afb85ec92484664/841a699/tcod_sys/libtcod/src/sys_sdl_img_bmp.c:58: undefined reference to `SDL_FreeSurface' [INFO] [stderr] /opt/crater/target/debug/build/tcod-sys-ba239c20c096fd76/out/libtcod.a(sys_sdl_img_bmp.o): In function `TCOD_sys_write_bmp': [INFO] [stderr] /opt/crater/cargo-home/git/checkouts/tcod-rs-6afb85ec92484664/841a699/tcod_sys/libtcod/src/sys_sdl_img_bmp.c:66: undefined reference to `SDL_RWFromFile' [INFO] [stderr] /opt/crater/cargo-home/git/checkouts/tcod-rs-6afb85ec92484664/841a699/tcod_sys/libtcod/src/sys_sdl_img_bmp.c:66: undefined reference to `SDL_SaveBMP_RW' [INFO] [stderr] /opt/crater/target/debug/build/tcod-sys-ba239c20c096fd76/out/libtcod.a(sys_sdl2_c.o): In function `get_closest_mode': [INFO] [stderr] /opt/crater/cargo-home/git/checkouts/tcod-rs-6afb85ec92484664/841a699/tcod_sys/libtcod/src/sys_sdl2_c.c:54: undefined reference to `SDL_GetWindowDisplayIndex' [INFO] [stderr] /opt/crater/cargo-home/git/checkouts/tcod-rs-6afb85ec92484664/841a699/tcod_sys/libtcod/src/sys_sdl2_c.c:54: undefined reference to `SDL_GetClosestDisplayMode' [INFO] [stderr] /opt/crater/target/debug/build/tcod-sys-ba239c20c096fd76/out/libtcod.a(sys_sdl2_c.o): In function `actual_rendering': [INFO] [stderr] /opt/crater/cargo-home/git/checkouts/tcod-rs-6afb85ec92484664/841a699/tcod_sys/libtcod/src/sys_sdl2_c.c:85: undefined reference to `SDL_CreateTextureFromSurface' [INFO] [stderr] /opt/crater/cargo-home/git/checkouts/tcod-rs-6afb85ec92484664/841a699/tcod_sys/libtcod/src/sys_sdl2_c.c:86: undefined reference to `SDL_RenderCopy' [INFO] [stderr] /opt/crater/cargo-home/git/checkouts/tcod-rs-6afb85ec92484664/841a699/tcod_sys/libtcod/src/sys_sdl2_c.c:87: undefined reference to `SDL_DestroyTexture' [INFO] [stderr] /opt/crater/target/debug/build/tcod-sys-ba239c20c096fd76/out/libtcod.a(sys_sdl2_c.o): In function `render': [INFO] [stderr] /opt/crater/cargo-home/git/checkouts/tcod-rs-6afb85ec92484664/841a699/tcod_sys/libtcod/src/sys_sdl2_c.c:115: undefined reference to `SDL_GetWindowPixelFormat' [INFO] [stderr] /opt/crater/cargo-home/git/checkouts/tcod-rs-6afb85ec92484664/841a699/tcod_sys/libtcod/src/sys_sdl2_c.c:115: undefined reference to `SDL_PixelFormatEnumToMasks' [INFO] [stderr] /opt/crater/cargo-home/git/checkouts/tcod-rs-6afb85ec92484664/841a699/tcod_sys/libtcod/src/sys_sdl2_c.c:119: undefined reference to `SDL_CreateRGBSurface' [INFO] [stderr] /opt/crater/cargo-home/git/checkouts/tcod-rs-6afb85ec92484664/841a699/tcod_sys/libtcod/src/sys_sdl2_c.c:126: undefined reference to `SDL_FillRect' [INFO] [stderr] /opt/crater/cargo-home/git/checkouts/tcod-rs-6afb85ec92484664/841a699/tcod_sys/libtcod/src/sys_sdl2_c.c:185: undefined reference to `SDL_RenderClear' [INFO] [stderr] /opt/crater/cargo-home/git/checkouts/tcod-rs-6afb85ec92484664/841a699/tcod_sys/libtcod/src/sys_sdl2_c.c:187: undefined reference to `SDL_RenderPresent' [INFO] [stderr] /opt/crater/target/debug/build/tcod-sys-ba239c20c096fd76/out/libtcod.a(sys_sdl2_c.o): In function `create_surface': [INFO] [stderr] /opt/crater/cargo-home/git/checkouts/tcod-rs-6afb85ec92484664/841a699/tcod_sys/libtcod/src/sys_sdl2_c.c:232: undefined reference to `SDL_CreateRGBSurface' [INFO] [stderr] /opt/crater/cargo-home/git/checkouts/tcod-rs-6afb85ec92484664/841a699/tcod_sys/libtcod/src/sys_sdl2_c.c:236: undefined reference to `SDL_SetSurfaceAlphaMod' [INFO] [stderr] /opt/crater/target/debug/build/tcod-sys-ba239c20c096fd76/out/libtcod.a(sys_sdl2_c.o): In function `create_window': [INFO] [stderr] /opt/crater/cargo-home/git/checkouts/tcod-rs-6afb85ec92484664/841a699/tcod_sys/libtcod/src/sys_sdl2_c.c:270: undefined reference to `SDL_CreateWindow' [INFO] [stderr] /opt/crater/cargo-home/git/checkouts/tcod-rs-6afb85ec92484664/841a699/tcod_sys/libtcod/src/sys_sdl2_c.c:273: undefined reference to `SDL_ShowCursor' [INFO] [stderr] /opt/crater/cargo-home/git/checkouts/tcod-rs-6afb85ec92484664/841a699/tcod_sys/libtcod/src/sys_sdl2_c.c:274: undefined reference to `SDL_GetWindowSize' [INFO] [stderr] /opt/crater/cargo-home/git/checkouts/tcod-rs-6afb85ec92484664/841a699/tcod_sys/libtcod/src/sys_sdl2_c.c:291: undefined reference to `SDL_CreateWindow' [INFO] [stderr] /opt/crater/cargo-home/git/checkouts/tcod-rs-6afb85ec92484664/841a699/tcod_sys/libtcod/src/sys_sdl2_c.c:292: undefined reference to `SDL_PumpEvents' [INFO] [stderr] /opt/crater/cargo-home/git/checkouts/tcod-rs-6afb85ec92484664/841a699/tcod_sys/libtcod/src/sys_sdl2_c.c:293: undefined reference to `SDL_SetWindowSize' [INFO] [stderr] /opt/crater/cargo-home/git/checkouts/tcod-rs-6afb85ec92484664/841a699/tcod_sys/libtcod/src/sys_sdl2_c.c:298: undefined reference to `SDL_CreateRenderer' [INFO] [stderr] /opt/crater/cargo-home/git/checkouts/tcod-rs-6afb85ec92484664/841a699/tcod_sys/libtcod/src/sys_sdl2_c.c:300: undefined reference to `SDL_SetRenderDrawColor' [INFO] [stderr] /opt/crater/target/debug/build/tcod-sys-ba239c20c096fd76/out/libtcod.a(sys_sdl2_c.o): In function `destroy_window': [INFO] [stderr] /opt/crater/cargo-home/git/checkouts/tcod-rs-6afb85ec92484664/841a699/tcod_sys/libtcod/src/sys_sdl2_c.c:310: undefined reference to `SDL_FreeSurface' [INFO] [stderr] /opt/crater/cargo-home/git/checkouts/tcod-rs-6afb85ec92484664/841a699/tcod_sys/libtcod/src/sys_sdl2_c.c:314: undefined reference to `SDL_DestroyRenderer' [INFO] [stderr] /opt/crater/cargo-home/git/checkouts/tcod-rs-6afb85ec92484664/841a699/tcod_sys/libtcod/src/sys_sdl2_c.c:318: undefined reference to `SDL_DestroyWindow' [INFO] [stderr] /opt/crater/target/debug/build/tcod-sys-ba239c20c096fd76/out/libtcod.a(sys_sdl2_c.o): In function `set_fullscreen': [INFO] [stderr] /opt/crater/cargo-home/git/checkouts/tcod-rs-6afb85ec92484664/841a699/tcod_sys/libtcod/src/sys_sdl2_c.c:324: undefined reference to `SDL_ShowCursor' [INFO] [stderr] /opt/crater/cargo-home/git/checkouts/tcod-rs-6afb85ec92484664/841a699/tcod_sys/libtcod/src/sys_sdl2_c.c:327: undefined reference to `SDL_SetWindowFullscreen' [INFO] [stderr] /opt/crater/cargo-home/git/checkouts/tcod-rs-6afb85ec92484664/841a699/tcod_sys/libtcod/src/sys_sdl2_c.c:328: undefined reference to `SDL_ShowCursor' [INFO] [stderr] /opt/crater/cargo-home/git/checkouts/tcod-rs-6afb85ec92484664/841a699/tcod_sys/libtcod/src/sys_sdl2_c.c:329: undefined reference to `SDL_GetWindowSize' [INFO] [stderr] /opt/crater/cargo-home/git/checkouts/tcod-rs-6afb85ec92484664/841a699/tcod_sys/libtcod/src/sys_sdl2_c.c:332: undefined reference to `SDL_SetWindowFullscreen' [INFO] [stderr] /opt/crater/cargo-home/git/checkouts/tcod-rs-6afb85ec92484664/841a699/tcod_sys/libtcod/src/sys_sdl2_c.c:333: undefined reference to `SDL_ShowCursor' [INFO] [stderr] /opt/crater/target/debug/build/tcod-sys-ba239c20c096fd76/out/libtcod.a(sys_sdl2_c.o): In function `set_window_title': [INFO] [stderr] /opt/crater/cargo-home/git/checkouts/tcod-rs-6afb85ec92484664/841a699/tcod_sys/libtcod/src/sys_sdl2_c.c:342: undefined reference to `SDL_SetWindowTitle' [INFO] [stderr] /opt/crater/target/debug/build/tcod-sys-ba239c20c096fd76/out/libtcod.a(sys_sdl2_c.o): In function `save_screenshot': [INFO] [stderr] /opt/crater/cargo-home/git/checkouts/tcod-rs-6afb85ec92484664/841a699/tcod_sys/libtcod/src/sys_sdl2_c.c:351: undefined reference to `SDL_RenderGetViewport' [INFO] [stderr] /opt/crater/cargo-home/git/checkouts/tcod-rs-6afb85ec92484664/841a699/tcod_sys/libtcod/src/sys_sdl2_c.c:352: undefined reference to `SDL_GetWindowPixelFormat' [INFO] [stderr] /opt/crater/cargo-home/git/checkouts/tcod-rs-6afb85ec92484664/841a699/tcod_sys/libtcod/src/sys_sdl2_c.c:353: undefined reference to `SDL_CreateTexture' [INFO] [stderr] /opt/crater/cargo-home/git/checkouts/tcod-rs-6afb85ec92484664/841a699/tcod_sys/libtcod/src/sys_sdl2_c.c:355: undefined reference to `SDL_SetRenderTarget' [INFO] [stderr] /opt/crater/cargo-home/git/checkouts/tcod-rs-6afb85ec92484664/841a699/tcod_sys/libtcod/src/sys_sdl2_c.c:360: undefined reference to `SDL_SetRenderTarget' [INFO] [stderr] /opt/crater/cargo-home/git/checkouts/tcod-rs-6afb85ec92484664/841a699/tcod_sys/libtcod/src/sys_sdl2_c.c:363: undefined reference to `SDL_QueryTexture' [INFO] [stderr] /opt/crater/cargo-home/git/checkouts/tcod-rs-6afb85ec92484664/841a699/tcod_sys/libtcod/src/sys_sdl2_c.c:364: undefined reference to `SDL_LockTexture' [INFO] [stderr] /opt/crater/cargo-home/git/checkouts/tcod-rs-6afb85ec92484664/841a699/tcod_sys/libtcod/src/sys_sdl2_c.c:367: undefined reference to `SDL_PixelFormatEnumToMasks' [INFO] [stderr] /opt/crater/cargo-home/git/checkouts/tcod-rs-6afb85ec92484664/841a699/tcod_sys/libtcod/src/sys_sdl2_c.c:368: undefined reference to `SDL_CreateRGBSurfaceFrom' [INFO] [stderr] /opt/crater/cargo-home/git/checkouts/tcod-rs-6afb85ec92484664/841a699/tcod_sys/libtcod/src/sys_sdl2_c.c:370: undefined reference to `SDL_FreeSurface' [INFO] [stderr] /opt/crater/cargo-home/git/checkouts/tcod-rs-6afb85ec92484664/841a699/tcod_sys/libtcod/src/sys_sdl2_c.c:374: undefined reference to `SDL_UnlockTexture' [INFO] [stderr] /opt/crater/cargo-home/git/checkouts/tcod-rs-6afb85ec92484664/841a699/tcod_sys/libtcod/src/sys_sdl2_c.c:379: undefined reference to `SDL_DestroyTexture' [INFO] [stderr] /opt/crater/target/debug/build/tcod-sys-ba239c20c096fd76/out/libtcod.a(sys_sdl2_c.o): In function `get_current_resolution': [INFO] [stderr] /opt/crater/cargo-home/git/checkouts/tcod-rs-6afb85ec92484664/841a699/tcod_sys/libtcod/src/sys_sdl2_c.c:396: undefined reference to `SDL_GetWindowDisplayIndex' [INFO] [stderr] /opt/crater/cargo-home/git/checkouts/tcod-rs-6afb85ec92484664/841a699/tcod_sys/libtcod/src/sys_sdl2_c.c:400: undefined reference to `SDL_GetNumVideoDisplays' [INFO] [stderr] /opt/crater/cargo-home/git/checkouts/tcod-rs-6afb85ec92484664/841a699/tcod_sys/libtcod/src/sys_sdl2_c.c:403: undefined reference to `SDL_GetDisplayBounds' [INFO] [stderr] /opt/crater/target/debug/build/tcod-sys-ba239c20c096fd76/out/libtcod.a(sys_sdl2_c.o): In function `set_mouse_position': [INFO] [stderr] /opt/crater/cargo-home/git/checkouts/tcod-rs-6afb85ec92484664/841a699/tcod_sys/libtcod/src/sys_sdl2_c.c:409: undefined reference to `SDL_WarpMouseInWindow' [INFO] [stderr] /opt/crater/target/debug/build/tcod-sys-ba239c20c096fd76/out/libtcod.a(sys_sdl2_c.o): In function `get_clipboard_text': [INFO] [stderr] /opt/crater/cargo-home/git/checkouts/tcod-rs-6afb85ec92484664/841a699/tcod_sys/libtcod/src/sys_sdl2_c.c:428: undefined reference to `SDL_free' [INFO] [stderr] /opt/crater/cargo-home/git/checkouts/tcod-rs-6afb85ec92484664/841a699/tcod_sys/libtcod/src/sys_sdl2_c.c:431: undefined reference to `SDL_GetClipboardText' [INFO] [stderr] /opt/crater/target/debug/build/tcod-sys-ba239c20c096fd76/out/libtcod.a(sys_sdl2_c.o): In function `set_clipboard_text': [INFO] [stderr] /opt/crater/cargo-home/git/checkouts/tcod-rs-6afb85ec92484664/841a699/tcod_sys/libtcod/src/sys_sdl2_c.c:445: undefined reference to `SDL_SetClipboardText' [INFO] [stderr] /opt/crater/target/debug/build/tcod-sys-ba239c20c096fd76/out/libtcod.a(sys_sdl2_c.o): In function `file_read': [INFO] [stderr] /opt/crater/cargo-home/git/checkouts/tcod-rs-6afb85ec92484664/841a699/tcod_sys/libtcod/src/sys_sdl2_c.c:452: undefined reference to `SDL_RWFromFile' [INFO] [stderr] /opt/crater/target/debug/build/tcod-sys-ba239c20c096fd76/out/libtcod.a(sys_sdl2_c.o): In function `file_exists': [INFO] [stderr] /opt/crater/cargo-home/git/checkouts/tcod-rs-6afb85ec92484664/841a699/tcod_sys/libtcod/src/sys_sdl2_c.c:472: undefined reference to `SDL_RWFromFile' [INFO] [stderr] /opt/crater/target/debug/build/tcod-sys-ba239c20c096fd76/out/libtcod.a(sys_sdl2_c.o): In function `file_write': [INFO] [stderr] /opt/crater/cargo-home/git/checkouts/tcod-rs-6afb85ec92484664/841a699/tcod_sys/libtcod/src/sys_sdl2_c.c:481: undefined reference to `SDL_RWFromFile' [INFO] [stderr] /opt/crater/target/debug/build/tcod-sys-ba239c20c096fd76/out/libtcod.a(sys_sdl2_c.o): In function `shutdown': [INFO] [stderr] /opt/crater/cargo-home/git/checkouts/tcod-rs-6afb85ec92484664/841a699/tcod_sys/libtcod/src/sys_sdl2_c.c:490: 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 `rogue_tutorial`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "9d5666ec35b6a58d2b6a3df857e6758542f47b200053d38404106e2160aac914"` [INFO] running `"docker" "rm" "-f" "9d5666ec35b6a58d2b6a3df857e6758542f47b200053d38404106e2160aac914"` [INFO] [stdout] 9d5666ec35b6a58d2b6a3df857e6758542f47b200053d38404106e2160aac914