[INFO] updating cached repository https://github.com/sunjay/caves [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] [stderr] From https://github.com/sunjay/caves [INFO] [stderr] - [deleted] (none) -> dependabot/cargo/rusttype-0.8.0 [INFO] [stderr] * [new branch] dependabot/cargo/rusttype-0.8.1 -> dependabot/cargo/rusttype-0.8.1 [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 0e74dfc384e90ab510dd863977bc9070aa119ed3 [INFO] testing sunjay/caves against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsunjay%2Fcaves" "work/builds/worker-5/source"` [INFO] [stderr] Cloning into 'work/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/sunjay/caves on toolchain beta-2019-09-28 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/sunjay/caves [INFO] finished tweaking git repo https://github.com/sunjay/caves [INFO] tweaked toml for git repo https://github.com/sunjay/caves written to work/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/sunjay/caves already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-5/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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-2019-09-28" "build" "--frozen"` [INFO] [stdout] 03c582b9183e90b290991b226aa12cef010d80dc07712db72685d8f15b14877b [INFO] running `"docker" "start" "-a" "03c582b9183e90b290991b226aa12cef010d80dc07712db72685d8f15b14877b"` [INFO] [stderr] Compiling syn v0.15.29 [INFO] [stderr] Compiling winapi v0.3.6 [INFO] [stderr] Compiling rgb v0.8.13 [INFO] [stderr] Compiling sdl2 v0.32.2 [INFO] [stderr] Compiling sdl2-sys v0.32.5 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling rand v0.5.6 [INFO] [stderr] Compiling crossbeam-epoch v0.6.1 [INFO] [stderr] Compiling crossbeam-epoch v0.5.2 [INFO] [stderr] Compiling rusttype v0.7.7 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling crossbeam-epoch v0.7.2 [INFO] [stderr] Compiling crossbeam-deque v0.6.3 [INFO] [stderr] Compiling crossbeam-deque v0.5.2 [INFO] [stderr] Compiling rayon-core v1.5.0 [INFO] [stderr] Compiling parking_lot_core v0.2.14 [INFO] [stderr] Compiling cgmath v0.16.1 [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 rayon v1.1.0 [INFO] [stderr] Compiling crossbeam-channel v0.2.6 [INFO] [stderr] Compiling crossbeam v0.4.1 [INFO] [stderr] Compiling shred v0.7.1 [INFO] [stderr] Compiling hibitset v0.5.4 [INFO] [stderr] Compiling winconsole v0.10.0 [INFO] [stderr] Compiling colored v1.8.0 [INFO] [stderr] Compiling derivative v1.0.2 [INFO] [stderr] Compiling shred-derive v0.5.1 [INFO] [stderr] Compiling component_group_derive v1.0.0 [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 component_group v1.0.0 [INFO] [stderr] Compiling caves v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused variable: `other_pos` [INFO] [stderr] --> src/systems/interactions.rs:58:28 [INFO] [stderr] | [INFO] [stderr] 58 | for (other_entity, other_pos) in self.nearest_in_direction(entity, pos, direction, bounds, range) { [INFO] [stderr] | ^^^^^^^^^ help: consider prefixing with an underscore: `_other_pos` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `map` [INFO] [stderr] --> src/systems/ai.rs:27:13 [INFO] [stderr] | [INFO] [stderr] 27 | map, [INFO] [stderr] | ^^^ help: try ignoring the field: `map: _` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `bounding_boxes` [INFO] [stderr] --> src/systems/ai.rs:29:13 [INFO] [stderr] | [INFO] [stderr] 29 | bounding_boxes, [INFO] [stderr] | ^^^^^^^^^^^^^^ help: try ignoring the field: `bounding_boxes: _` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `positions` [INFO] [stderr] --> src/systems/ai.rs:30:13 [INFO] [stderr] | [INFO] [stderr] 30 | positions, [INFO] [stderr] | ^^^^^^^^^ help: try ignoring the field: `positions: _` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `players` [INFO] [stderr] --> src/systems/ai.rs:31:13 [INFO] [stderr] | [INFO] [stderr] 31 | players, [INFO] [stderr] | ^^^^^^^ help: try ignoring the field: `players: _` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `entity` [INFO] [stderr] --> src/systems/ai.rs:38:14 [INFO] [stderr] | [INFO] [stderr] 38 | for (entity, enemy, movement, ()) in (&entities, &enemies, &mut movements, !&waits).join() { [INFO] [stderr] | ^^^^^^ help: consider prefixing with an underscore: `_entity` [INFO] [stderr] [INFO] [stderr] warning: method is never used: `new` [INFO] [stderr] --> src/systems/shared.rs:17:5 [INFO] [stderr] | [INFO] [stderr] 17 | pub fn new(system: S) -> Self { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: field is never used: `attacks` [INFO] [stderr] --> src/systems/interactions.rs:34:5 [INFO] [stderr] | [INFO] [stderr] 34 | attacks: ReadStorage<'a, Attack>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: field is never used: `hit_waits` [INFO] [stderr] --> src/systems/interactions.rs:35:5 [INFO] [stderr] | [INFO] [stderr] 35 | hit_waits: ReadStorage<'a, HitWait>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `TreasureKey` [INFO] [stderr] --> src/components/item.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | TreasureKey, [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `RoomKey` [INFO] [stderr] --> src/components/item.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | RoomKey, [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Potion` [INFO] [stderr] --> src/components/item.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | Potion {stength: u32}, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Item` [INFO] [stderr] --> src/components/item.rs:13:5 [INFO] [stderr] | [INFO] [stderr] 13 | Item(Item), [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Opened` [INFO] [stderr] --> src/components/item.rs:14:5 [INFO] [stderr] | [INFO] [stderr] 14 | Opened, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Pause` [INFO] [stderr] --> src/resources.rs:116:5 [INFO] [stderr] | [INFO] [stderr] 116 | Pause, [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `square` [INFO] [stderr] --> src/map/grid_size.rs:14:5 [INFO] [stderr] | [INFO] [stderr] 14 | pub fn square(size: usize) -> Self { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `tile_positions_on_edges` [INFO] [stderr] --> src/map/grid.rs:111:5 [INFO] [stderr] | [INFO] [stderr] 111 | pub fn tile_positions_on_edges(&self, top_left: TilePos, size: GridSize) -> impl Iterator { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Challenge` [INFO] [stderr] --> src/map/room.rs:9:5 [INFO] [stderr] | [INFO] [stderr] 9 | Challenge, [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `bottom_right` [INFO] [stderr] --> src/map/tile_pos.rs:35:5 [INFO] [stderr] | [INFO] [stderr] 35 | pub fn bottom_right(self, tile_size: i32) -> Point { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `expand` [INFO] [stderr] --> src/map/tile_rect.rs:119:5 [INFO] [stderr] | [INFO] [stderr] 119 | pub fn expand(self, margin: usize) -> Self { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `random_horizontal_edge_tile` [INFO] [stderr] --> src/map/tile_rect.rs:164:5 [INFO] [stderr] | [INFO] [stderr] 164 | pub fn random_horizontal_edge_tile(self, rng: &mut R) -> TilePos { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `random_vertical_edge_tile` [INFO] [stderr] --> src/map/tile_rect.rs:172:5 [INFO] [stderr] | [INFO] [stderr] 172 | pub fn random_vertical_edge_tile(self, rng: &mut R) -> TilePos { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `tile_rect` [INFO] [stderr] --> src/map.rs:153:5 [INFO] [stderr] | [INFO] [stderr] 153 | pub fn tile_rect(&self, top_left: TilePos, bottom_right: TilePos) -> Rect { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `dimensions` [INFO] [stderr] --> src/ui/window.rs:66:5 [INFO] [stderr] | [INFO] [stderr] 66 | pub fn dimensions(&self) -> (u32, u32) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `render_to_file` [INFO] [stderr] --> src/ui/game_screen.rs:104:5 [INFO] [stderr] | [INFO] [stderr] 104 | pub fn render_to_file>(&self, path: P) -> Result<(), SDLError> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `N` [INFO] [stderr] --> src/assets/sprite.rs:10:5 [INFO] [stderr] | [INFO] [stderr] 10 | N, [INFO] [stderr] | ^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `NE` [INFO] [stderr] --> src/assets/sprite.rs:13:5 [INFO] [stderr] | [INFO] [stderr] 13 | NE, [INFO] [stderr] | ^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `E` [INFO] [stderr] --> src/assets/sprite.rs:16:5 [INFO] [stderr] | [INFO] [stderr] 16 | E, [INFO] [stderr] | ^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `SE` [INFO] [stderr] --> src/assets/sprite.rs:19:5 [INFO] [stderr] | [INFO] [stderr] 19 | SE, [INFO] [stderr] | ^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `SW` [INFO] [stderr] --> src/assets/sprite.rs:25:5 [INFO] [stderr] | [INFO] [stderr] 25 | SW, [INFO] [stderr] | ^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `W` [INFO] [stderr] --> src/assets/sprite.rs:28:5 [INFO] [stderr] | [INFO] [stderr] 28 | W, [INFO] [stderr] | ^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `NW` [INFO] [stderr] --> src/assets/sprite.rs:31:5 [INFO] [stderr] | [INFO] [stderr] 31 | NW, [INFO] [stderr] | ^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `flip_vertically` [INFO] [stderr] --> src/assets/sprite.rs:75:5 [INFO] [stderr] | [INFO] [stderr] 75 | pub fn flip_vertically(self) -> Self { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `anchor_west` [INFO] [stderr] --> src/assets/sprite.rs:83:5 [INFO] [stderr] | [INFO] [stderr] 83 | pub fn anchor_west(self) -> Self { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `dest_offset` [INFO] [stderr] --> src/assets/sprite.rs:99:5 [INFO] [stderr] | [INFO] [stderr] 99 | pub fn dest_offset(self, x: i32, y: i32) -> Self { [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/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/caves-7f521128fbcade17.caves.bbqye8tt-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/caves-7f521128fbcade17.caves.bbqye8tt-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/caves-7f521128fbcade17.caves.bbqye8tt-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/caves-7f521128fbcade17.caves.bbqye8tt-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/caves-7f521128fbcade17.caves.bbqye8tt-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/caves-7f521128fbcade17.caves.bbqye8tt-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/caves-7f521128fbcade17.caves.bbqye8tt-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/caves-7f521128fbcade17.caves.bbqye8tt-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/caves-7f521128fbcade17.caves.bbqye8tt-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/caves-7f521128fbcade17.caves.bbqye8tt-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/caves-7f521128fbcade17.caves.bbqye8tt-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/caves-7f521128fbcade17.caves.bbqye8tt-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/caves-7f521128fbcade17.caves.bbqye8tt-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/caves-7f521128fbcade17.caves.bbqye8tt-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/caves-7f521128fbcade17.caves.bbqye8tt-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/caves-7f521128fbcade17.caves.bbqye8tt-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/caves-7f521128fbcade17" "/opt/rustwide/target/debug/deps/caves-7f521128fbcade17.4tkdaf535v41dyzm.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/librusttype-1c54814e5b532bf4.rlib" "/opt/rustwide/target/debug/deps/libstb_truetype-7c885882560c7a44.rlib" "/opt/rustwide/target/debug/deps/libordered_float-7b3ade1e778c558b.rlib" "/opt/rustwide/target/debug/deps/libapprox-1b1d996061d0b71e.rlib" "/opt/rustwide/target/debug/deps/libcolored-a2dce8fb06aae24c.rlib" "/opt/rustwide/target/debug/deps/libbase64-8adc85a3bc640de1.rlib" "/opt/rustwide/target/debug/deps/libcomponent_group-a5e2f6bec6d710f1.rlib" "/opt/rustwide/target/debug/deps/libspecs-7d39a52f9025c391.rlib" "/opt/rustwide/target/debug/deps/libtuple_utils-7ef2e6d1febba104.rlib" "/opt/rustwide/target/debug/deps/libshrev-187176c4780bee50.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-1142ec71efee899f.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-49dc2dac4d80fc79.rlib" "/opt/rustwide/target/debug/deps/librand-9676f6f2ac564a08.rlib" "/opt/rustwide/target/debug/deps/libowning_ref-04a9943b0b53bf2b.rlib" "/opt/rustwide/target/debug/deps/libnonzero_signed-c3366862db2db797.rlib" "/opt/rustwide/target/debug/deps/liblog-ad24cce9d8e02d74.rlib" "/opt/rustwide/target/debug/deps/libhibitset-82d7bc63cdd7ffa1.rlib" "/opt/rustwide/target/debug/deps/libatom-9656df614a0ed2cd.rlib" "/opt/rustwide/target/debug/deps/libfnv-593caa3c2629b83d.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam-0ca999db7ad9ea7d.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-18aa6b4bccf2f218.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-d30172a70ccb67e8.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_channel-4cf0aef1a85808c7.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-c2acee115953adb5.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-bab2539a7917cef4.rlib" "/opt/rustwide/target/debug/deps/liblock_api-b3c22016e0d796a8.rlib" "/opt/rustwide/target/debug/deps/libowning_ref-64660c32f5c7ea7f.rlib" "/opt/rustwide/target/debug/deps/libstable_deref_trait-cb88d623c37baf99.rlib" "/opt/rustwide/target/debug/deps/librand-1f7ba0c756a1b072.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-538c43d5faa40e7f.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-17fcf2a09e1b199f.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-0684162327b2b1d2.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-97283fd366a3fe51.rlib" "/opt/rustwide/target/debug/deps/libshred-21e64516ecfb3867.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-a6ff3ddf243f392a.rlib" "/opt/rustwide/target/debug/deps/librayon-557ca8148f8d168e.rlib" "/opt/rustwide/target/debug/deps/librayon_core-214949af78951202.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-a15dcbf1488fbe12.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_queue-31a6553724e12a53.rlib" "/opt/rustwide/target/debug/deps/libeither-dc4c9dbaa0c681f9.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-c859df7d594a0248.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-fe8a2ca92da6bed1.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-4c52de923eb3c35b.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-0a15f9717a13ff60.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-a6c2aaf910964fc4.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-7e9b153d55b90d49.rlib" "/opt/rustwide/target/debug/deps/libmopa-ee0eeb18f7997ddb.rlib" "/opt/rustwide/target/debug/deps/libfxhash-c567bf76be575409.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-b551d4293eeff0ab.rlib" "/opt/rustwide/target/debug/deps/libarrayvec-6298b6f585bab79d.rlib" "/opt/rustwide/target/debug/deps/libnodrop-30dc09557a31fb0d.rlib" "/opt/rustwide/target/debug/deps/libsdl2-38ced4c4fbfbb196.rlib" "/opt/rustwide/target/debug/deps/librand-302c40f2143cdd0e.rlib" "/opt/rustwide/target/debug/deps/librand_xorshift-dc576728ddb00d89.rlib" "/opt/rustwide/target/debug/deps/librand_pcg-a1f64ed70102bd13.rlib" "/opt/rustwide/target/debug/deps/librand_hc-e367969a0853d984.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-0c54c835ae0e7ba7.rlib" "/opt/rustwide/target/debug/deps/librand_isaac-0766c18dad2069d4.rlib" "/opt/rustwide/target/debug/deps/librand_core-d2560b1bfac1b502.rlib" "/opt/rustwide/target/debug/deps/librand_os-8e5edddc17d1462e.rlib" "/opt/rustwide/target/debug/deps/librand_jitter-84b04fde051c371f.rlib" "/opt/rustwide/target/debug/deps/librand_core-f46a59bb123ae6e7.rlib" "/opt/rustwide/target/debug/deps/libsdl2_sys-2c754f31c68e3ca2.rlib" "/opt/rustwide/target/debug/deps/libbitflags-3a40c6903761d7ac.rlib" "/opt/rustwide/target/debug/deps/liblibc-0a4dbc5593ec0aa4.rlib" "/opt/rustwide/target/debug/deps/libnum-37b62393ea43ae90.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-983498e0503285b4.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-13966710122d1116.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-96f5ce4bbc698d03.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-0bb2f2b904eb618d.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-db812c66f862af4c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e7871a21575d5ff7.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-2f2c581bc0d759e6.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-35731cabc05dc8a0.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-36477394541292db.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-8b706b170c1272d8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-801dbb3043ccf581.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-a32aa66ce6f72b21.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-d00ea3bfb2bb6c00.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d2c6ebe88c3e113c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-df74f62f6bb60621.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-2170473575daeedb.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-1a08089bbddc4f51.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-f8f562e5472ad5c3.rlib" "-Wl,-Bdynamic" "-lSDL2" "-lSDL2_image" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lSDL2_image [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 `caves`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "03c582b9183e90b290991b226aa12cef010d80dc07712db72685d8f15b14877b"` [INFO] running `"docker" "rm" "-f" "03c582b9183e90b290991b226aa12cef010d80dc07712db72685d8f15b14877b"` [INFO] [stdout] 03c582b9183e90b290991b226aa12cef010d80dc07712db72685d8f15b14877b