[INFO] updating cached repository RantingBob/silent-life [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/RantingBob/silent-life [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/RantingBob/silent-life" "work/ex/beta-1.38-1/sources/1.37.0/gh/RantingBob/silent-life"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/RantingBob/silent-life'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/RantingBob/silent-life" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/RantingBob/silent-life"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/RantingBob/silent-life'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] a53e142ff8b6d9e92fd3ea332ed483ac3f7bbde8 [INFO] sha for GitHub repo RantingBob/silent-life: a53e142ff8b6d9e92fd3ea332ed483ac3f7bbde8 [INFO] validating manifest of RantingBob/silent-life 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 RantingBob/silent-life 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 RantingBob/silent-life [INFO] finished frobbing RantingBob/silent-life [INFO] frobbed toml for RantingBob/silent-life written to work/ex/beta-1.38-1/sources/1.37.0/gh/RantingBob/silent-life/Cargo.toml [INFO] started frobbing RantingBob/silent-life [INFO] finished frobbing RantingBob/silent-life [INFO] frobbed toml for RantingBob/silent-life written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/RantingBob/silent-life/Cargo.toml [INFO] crate RantingBob/silent-life 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 RantingBob/silent-life against 1.37.0 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-5/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/RantingBob/silent-life:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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" "+1.37.0" "build" "--frozen"` [INFO] [stdout] f9b7ed700a1c23f43d817ee49d555292a83667cf1c4c40fd40e14bda01e87587 [INFO] running `"docker" "start" "-a" "f9b7ed700a1c23f43d817ee49d555292a83667cf1c4c40fd40e14bda01e87587"` [INFO] [stderr] Compiling tcod-sys v5.0.0 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling rand v0.6.4 [INFO] [stderr] Compiling rand v0.5.5 [INFO] [stderr] Compiling rand v0.4.5 [INFO] [stderr] Compiling num_cpus v1.9.0 [INFO] [stderr] Compiling crossbeam-epoch v0.6.1 [INFO] [stderr] Compiling crossbeam-epoch v0.5.2 [INFO] [stderr] Compiling rand_os v0.1.1 [INFO] [stderr] Compiling pathfinding v1.1.11 [INFO] [stderr] Compiling syn v0.15.24 [INFO] [stderr] Compiling rayon-core v1.4.1 [INFO] [stderr] Compiling crossbeam-deque v0.5.2 [INFO] [stderr] Compiling parking_lot_core v0.2.14 [INFO] [stderr] Compiling rayon v1.0.3 [INFO] [stderr] Compiling parking_lot_core v0.3.1 [INFO] [stderr] Compiling parking_lot v0.5.5 [INFO] [stderr] Compiling parking_lot v0.6.4 [INFO] [stderr] Compiling crossbeam-channel v0.2.6 [INFO] [stderr] Compiling crossbeam v0.4.1 [INFO] [stderr] Compiling hibitset v0.5.4 [INFO] [stderr] Compiling shred v0.7.1 [INFO] [stderr] Compiling tcod v0.13.0 [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 silent-life v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/graphics/panel.rs:109:32 [INFO] [stderr] | [INFO] [stderr] 109 | fn blit(&mut self, panel: &Panel) { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Panel` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] warning: the item `Join` is imported redundantly [INFO] [stderr] --> src/systems/gameplay_systems/move_player.rs:42:17 [INFO] [stderr] | [INFO] [stderr] 5 | use specs::prelude::*; [INFO] [stderr] | ----------------- the item `Join` is already imported here [INFO] [stderr] ... [INFO] [stderr] 42 | use specs::Join; [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/gameplay_systems/handle_bumped.rs:20:13 [INFO] [stderr] | [INFO] [stderr] 2 | use specs::prelude::*; [INFO] [stderr] | ----------------- the item `Join` is already imported here [INFO] [stderr] ... [INFO] [stderr] 20 | use specs::Join; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: the item `Join` is imported redundantly [INFO] [stderr] --> src/systems/gameplay_systems/handle_damage.rs:22:13 [INFO] [stderr] | [INFO] [stderr] 4 | use specs::prelude::*; [INFO] [stderr] | ----------------- the item `Join` is already imported here [INFO] [stderr] ... [INFO] [stderr] 22 | use specs::Join; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: the item `Join` is imported redundantly [INFO] [stderr] --> src/systems/gameplay_systems/kill_entities.rs:14:13 [INFO] [stderr] | [INFO] [stderr] 2 | use specs::prelude::*; [INFO] [stderr] | ----------------- the item `Join` is already imported here [INFO] [stderr] ... [INFO] [stderr] 14 | use specs::Join; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: the item `Join` is imported redundantly [INFO] [stderr] --> src/systems/gameplay_systems/cleanup_dead_mobs.rs:33:13 [INFO] [stderr] | [INFO] [stderr] 4 | use specs::prelude::*; [INFO] [stderr] | ----------------- the item `Join` is already imported here [INFO] [stderr] ... [INFO] [stderr] 33 | use specs::Join; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: the item `Join` is imported redundantly [INFO] [stderr] --> src/systems/gameplay_systems/set_mob_target.rs:24:13 [INFO] [stderr] | [INFO] [stderr] 4 | use specs::prelude::*; [INFO] [stderr] | ----------------- the item `Join` is already imported here [INFO] [stderr] ... [INFO] [stderr] 24 | use specs::Join; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: the item `Join` is imported redundantly [INFO] [stderr] --> src/systems/gameplay_systems/generate_path.rs:18:13 [INFO] [stderr] | [INFO] [stderr] 4 | use specs::prelude::*; [INFO] [stderr] | ----------------- the item `Join` is already imported here [INFO] [stderr] ... [INFO] [stderr] 18 | use specs::Join; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: the item `Join` is imported redundantly [INFO] [stderr] --> src/systems/gameplay_systems/move_along_path.rs:38:17 [INFO] [stderr] | [INFO] [stderr] 4 | use specs::prelude::*; [INFO] [stderr] | ----------------- the item `Join` is already imported here [INFO] [stderr] ... [INFO] [stderr] 38 | use specs::Join; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: the item `Join` is imported redundantly [INFO] [stderr] --> src/systems/gameplay_systems/cleanup_dead_player.rs:17:13 [INFO] [stderr] | [INFO] [stderr] 4 | use specs::prelude::*; [INFO] [stderr] | ----------------- the item `Join` is already imported here [INFO] [stderr] ... [INFO] [stderr] 17 | use specs::Join; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: the item `Join` is imported redundantly [INFO] [stderr] --> src/systems/gameplay_systems/create_corpses.rs:32:13 [INFO] [stderr] | [INFO] [stderr] 3 | use specs::prelude::*; [INFO] [stderr] | ----------------- the item `Join` is already imported here [INFO] [stderr] ... [INFO] [stderr] 32 | use specs::Join; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: the item `Join` is imported redundantly [INFO] [stderr] --> src/systems/render_systems/draw_mobs.rs:18:13 [INFO] [stderr] | [INFO] [stderr] 3 | use specs::prelude::*; [INFO] [stderr] | ----------------- the item `Join` is already imported here [INFO] [stderr] ... [INFO] [stderr] 18 | use specs::Join; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: the item `Join` is imported redundantly [INFO] [stderr] --> src/systems/render_systems/draw_player.rs:17:13 [INFO] [stderr] | [INFO] [stderr] 3 | use specs::prelude::*; [INFO] [stderr] | ----------------- the item `Join` is already imported here [INFO] [stderr] ... [INFO] [stderr] 17 | use specs::Join; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: the item `Join` is imported redundantly [INFO] [stderr] --> src/systems/render_systems/draw_map.rs:22:13 [INFO] [stderr] | [INFO] [stderr] 3 | use specs::prelude::*; [INFO] [stderr] | ----------------- the item `Join` is already imported here [INFO] [stderr] ... [INFO] [stderr] 22 | use specs::Join; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: the item `Join` is imported redundantly [INFO] [stderr] --> src/systems/render_systems/update_fov.rs:20:13 [INFO] [stderr] | [INFO] [stderr] 3 | use specs::prelude::*; [INFO] [stderr] | ----------------- the item `Join` is already imported here [INFO] [stderr] ... [INFO] [stderr] 20 | use specs::Join; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: the item `Join` is imported redundantly [INFO] [stderr] --> src/systems/render_systems/update_explored.rs:21:13 [INFO] [stderr] | [INFO] [stderr] 3 | use specs::prelude::*; [INFO] [stderr] | ----------------- the item `Join` is already imported here [INFO] [stderr] ... [INFO] [stderr] 21 | use specs::Join; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: the item `Join` is imported redundantly [INFO] [stderr] --> src/systems/render_systems/draw_stat_panel.rs:17:13 [INFO] [stderr] | [INFO] [stderr] 4 | use specs::prelude::*; [INFO] [stderr] | ----------------- the item `Join` is already imported here [INFO] [stderr] ... [INFO] [stderr] 17 | use specs::Join; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: the item `Join` is imported redundantly [INFO] [stderr] --> src/systems/render_systems/draw_corpses.rs:21:13 [INFO] [stderr] | [INFO] [stderr] 3 | use specs::prelude::*; [INFO] [stderr] | ----------------- the item `Join` is already imported here [INFO] [stderr] ... [INFO] [stderr] 21 | use specs::Join; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: the item `SystemData` is imported redundantly [INFO] [stderr] --> src/systems/render_systems/draw_mouse_look_panel.rs:22:13 [INFO] [stderr] | [INFO] [stderr] 5 | use specs::prelude::*; [INFO] [stderr] | ----------------- the item `SystemData` is already imported here [INFO] [stderr] ... [INFO] [stderr] 22 | use specs::prelude::SystemData; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: the item `Join` is imported redundantly [INFO] [stderr] --> src/systems/render_systems/draw_mouse_look_panel.rs:28:13 [INFO] [stderr] | [INFO] [stderr] 5 | use specs::prelude::*; [INFO] [stderr] | ----------------- the item `Join` is already imported here [INFO] [stderr] ... [INFO] [stderr] 28 | use specs::Join; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/map/basic_generator.rs:121:22 [INFO] [stderr] | [INFO] [stderr] 121 | 1...70 => entities::orc(ecs, Point { x, y }), [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = note: #[warn(ellipsis_inclusive_range_patterns)] on by default [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/map/basic_generator.rs:122:23 [INFO] [stderr] | [INFO] [stderr] 122 | 71...95 => entities::troll(ecs, Point { x, y }), [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/map/basic_generator.rs:123:23 [INFO] [stderr] | [INFO] [stderr] 123 | 96...100 => entities::giant(ecs, Point { x, y }), [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: cannot borrow `names` as mutable because it is also borrowed as immutable [INFO] [stderr] --> src/systems/gameplay_systems/create_corpses.rs:50:28 [INFO] [stderr] | [INFO] [stderr] 45 | name_component = names.get(from_e); [INFO] [stderr] | ----- immutable borrow occurs here [INFO] [stderr] ... [INFO] [stderr] 50 | Some(n) => names.insert( [INFO] [stderr] | ^^^^^ mutable borrow occurs here [INFO] [stderr] ... [INFO] [stderr] 53 | value: format!("Corpse of {}", n.value), [INFO] [stderr] | ------- immutable borrow later used here [INFO] [stderr] | [INFO] [stderr] = note: #[warn(mutable_borrow_reservation_conflict)] on by default [INFO] [stderr] = warning: this borrowing pattern was not meant to be accepted, and may become a hard error in the future [INFO] [stderr] = note: for more information, see issue #59159 [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/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/silent_life-17fac86ef30d5ff7.silent_life.2b4kpmtk-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/silent_life-17fac86ef30d5ff7.silent_life.2b4kpmtk-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/silent_life-17fac86ef30d5ff7.silent_life.2b4kpmtk-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/silent_life-17fac86ef30d5ff7.silent_life.2b4kpmtk-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/silent_life-17fac86ef30d5ff7.silent_life.2b4kpmtk-cgu.4.rcgu.o" "-o" "/opt/crater/target/debug/deps/silent_life-17fac86ef30d5ff7" "/opt/crater/target/debug/deps/silent_life-17fac86ef30d5ff7.54wzjxg5w5dreqe.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-ba4762e5c58b9aab/out" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/opt/crater/target/debug/build/tcod-sys-ba4762e5c58b9aab/out" "-L" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libsilent_life-598d5129ac4687e7.rlib" "/opt/crater/target/debug/deps/librand-4064645a645d9959.rlib" "/opt/crater/target/debug/deps/librand_xorshift-f8a998e3624ee34f.rlib" "/opt/crater/target/debug/deps/librand_pcg-9bed347662758de4.rlib" "/opt/crater/target/debug/deps/librand_hc-6a64bd9792c35560.rlib" "/opt/crater/target/debug/deps/librand_chacha-e1e4b2c0c7ed7ed1.rlib" "/opt/crater/target/debug/deps/librand_isaac-f09feb6901c6cac7.rlib" "/opt/crater/target/debug/deps/librand_os-328c6266c995028c.rlib" "/opt/crater/target/debug/deps/libpathfinding-16d42e6914862ee6.rlib" "/opt/crater/target/debug/deps/libfixedbitset-ec794605dfdff74a.rlib" "/opt/crater/target/debug/deps/libitertools-34d38fe261ef804f.rlib" "/opt/crater/target/debug/deps/libindexmap-a9573bc5cf537c80.rlib" "/opt/crater/target/debug/deps/libnum_traits-86600a016bc21e91.rlib" "/opt/crater/target/debug/deps/libtcod-47e144c8e264c09a.rlib" "/opt/crater/target/debug/deps/libtcod_sys-61b5de9cdf053ec9.rlib" "/opt/crater/target/debug/deps/liblazy_static-77397d332fc5c1af.rlib" "/opt/crater/target/debug/deps/libbitflags-30e4567f15b8e3e5.rlib" "/opt/crater/target/debug/deps/libspecs-0a83452ca80784ce.rlib" "/opt/crater/target/debug/deps/libtuple_utils-a4ab8f7845499f49.rlib" "/opt/crater/target/debug/deps/libshrev-3eb76992a09620e8.rlib" "/opt/crater/target/debug/deps/libparking_lot-9acc345382044e24.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-ddee07caf7c8bd58.rlib" "/opt/crater/target/debug/deps/librand-0ad5e82957766d1c.rlib" "/opt/crater/target/debug/deps/libowning_ref-1b9c1c6083ad5d6b.rlib" "/opt/crater/target/debug/deps/libnonzero_signed-be62d8eb12ea38bf.rlib" "/opt/crater/target/debug/deps/liblog-b834723f16d525d5.rlib" "/opt/crater/target/debug/deps/libhibitset-00c7b0ff5a42b52e.rlib" "/opt/crater/target/debug/deps/libatom-213b9a013c33fcf4.rlib" "/opt/crater/target/debug/deps/libfnv-0b54693efaf27e2a.rlib" "/opt/crater/target/debug/deps/libcrossbeam-d03c3d2380563d83.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-1e3eb6b5731466f9.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-4bc15d40910fe45d.rlib" "/opt/crater/target/debug/deps/libcrossbeam_channel-3f89b0ee9cecbb88.rlib" "/opt/crater/target/debug/deps/libparking_lot-c5e7567249e0eacf.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-e27177a626610f63.rlib" "/opt/crater/target/debug/deps/liblock_api-494f6f1561bbf82e.rlib" "/opt/crater/target/debug/deps/libowning_ref-effe362413e7ab7d.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-d0a4946e4c2703bb.rlib" "/opt/crater/target/debug/deps/librand-8007401a2386c3bd.rlib" "/opt/crater/target/debug/deps/librand_core-07ca77de4823faaa.rlib" "/opt/crater/target/debug/deps/librand_core-562aeeaf733cf7c9.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-d524864a054eb21b.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-9d39af3c3b2d82dc.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-e6b400d443239727.rlib" "/opt/crater/target/debug/deps/libshred-83044fe7853e405c.rlib" "/opt/crater/target/debug/deps/libsmallvec-ef15a7d57e4f5464.rlib" "/opt/crater/target/debug/deps/libunreachable-b06fe4f6d04b74f2.rlib" "/opt/crater/target/debug/deps/libvoid-d4bd79b68b9b921e.rlib" "/opt/crater/target/debug/deps/librayon-d4e4e2c6833c7195.rlib" "/opt/crater/target/debug/deps/libeither-1d8cfd8a86cf0dc0.rlib" "/opt/crater/target/debug/deps/librayon_core-3225e5274940864a.rlib" "/opt/crater/target/debug/deps/libnum_cpus-1afeef8b902f7ab8.rlib" "/opt/crater/target/debug/deps/liblibc-53398b030dc76cdf.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-766fb0f26e8b285f.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-f6224e9e9e11eae5.rlib" "/opt/crater/target/debug/deps/libscopeguard-316f896e0d3e978a.rlib" "/opt/crater/target/debug/deps/libmemoffset-6c4b37f364c61d2a.rlib" "/opt/crater/target/debug/deps/liblazy_static-024dbe6825df62a4.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-4ee4091798a829a0.rlib" "/opt/crater/target/debug/deps/libcfg_if-3f691fa550e97962.rlib" "/opt/crater/target/debug/deps/libmopa-f33c7becb1958f80.rlib" "/opt/crater/target/debug/deps/libfxhash-fd97cc041fc2898c.rlib" "/opt/crater/target/debug/deps/libbyteorder-9c5019ad5864b905.rlib" "/opt/crater/target/debug/deps/libarrayvec-02c5c0962ad052ff.rlib" "/opt/crater/target/debug/deps/libnodrop-844425db77ee9480.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-4a76ff35a356aedf.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e11c7b3b3225afe2.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-13217ede3d276f16.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-621a9ee22da6caa1.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-546c844e8071bbeb.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-be9569e4d599746f.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-47d8845cef2a3bc5.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-017511bce73a530c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-be7979c57a08057b.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d6459c4f0817c67c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-580035dd98451925.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-aee5c24fff305dea.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-8a55a4098920125a.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-9fc4b5be2ba5cc19.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-ba4762e5c58b9aab/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-ba4762e5c58b9aab/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-ba4762e5c58b9aab/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-ba4762e5c58b9aab/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-ba4762e5c58b9aab/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-ba4762e5c58b9aab/out/libtcod.a(sys_sdl_c.o): In function `TCOD_sys_check_for_event': [INFO] [stderr] /opt/crater/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] /opt/crater/target/debug/build/tcod-sys-ba4762e5c58b9aab/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-ba4762e5c58b9aab/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-ba4762e5c58b9aab/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-ba4762e5c58b9aab/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-ba4762e5c58b9aab/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-ba4762e5c58b9aab/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-ba4762e5c58b9aab/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-ba4762e5c58b9aab/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-ba4762e5c58b9aab/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-ba4762e5c58b9aab/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-ba4762e5c58b9aab/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-ba4762e5c58b9aab/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-ba4762e5c58b9aab/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-ba4762e5c58b9aab/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-ba4762e5c58b9aab/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-ba4762e5c58b9aab/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-ba4762e5c58b9aab/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-ba4762e5c58b9aab/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-ba4762e5c58b9aab/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-ba4762e5c58b9aab/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-ba4762e5c58b9aab/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-ba4762e5c58b9aab/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-ba4762e5c58b9aab/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 `silent-life`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "f9b7ed700a1c23f43d817ee49d555292a83667cf1c4c40fd40e14bda01e87587"` [INFO] running `"docker" "rm" "-f" "f9b7ed700a1c23f43d817ee49d555292a83667cf1c4c40fd40e14bda01e87587"` [INFO] [stdout] f9b7ed700a1c23f43d817ee49d555292a83667cf1c4c40fd40e14bda01e87587