[INFO] cloning repository https://github.com/sunjay/caves [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/sunjay/caves" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsunjay%2Fcaves", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsunjay%2Fcaves'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] e4f4c923fb958c72c2c143587c89d151e45f9bf9 [INFO] testing sunjay/caves against 1.55.0 for beta-1.56-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsunjay%2Fcaves" "/workspace/builds/worker-15/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-15/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/sunjay/caves on toolchain 1.55.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [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 /workspace/builds/worker-15/source/Cargo.toml [INFO] crate git repo https://github.com/sunjay/caves already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d7b00d6f3a400f439818a2b82c4ae88a1ae6dbb634f20f6d845ea937ed0b7b53 [INFO] running `Command { std: "docker" "start" "-a" "d7b00d6f3a400f439818a2b82c4ae88a1ae6dbb634f20f6d845ea937ed0b7b53", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d7b00d6f3a400f439818a2b82c4ae88a1ae6dbb634f20f6d845ea937ed0b7b53", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d7b00d6f3a400f439818a2b82c4ae88a1ae6dbb634f20f6d845ea937ed0b7b53", kill_on_drop: false }` [INFO] [stdout] d7b00d6f3a400f439818a2b82c4ae88a1ae6dbb634f20f6d845ea937ed0b7b53 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c110dfba4e9de5b8a7a095c92f00f7d736344f549683a95a1c0c1e7325b0c055 [INFO] running `Command { std: "docker" "start" "-a" "c110dfba4e9de5b8a7a095c92f00f7d736344f549683a95a1c0c1e7325b0c055", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling arrayvec v0.4.10 [INFO] [stderr] Compiling smallvec v0.6.10 [INFO] [stderr] Compiling const_fn v0.4.5 [INFO] [stderr] Compiling nodrop v0.1.13 [INFO] [stderr] Compiling syn v0.15.29 [INFO] [stderr] Compiling memoffset v0.2.1 [INFO] [stderr] Compiling crossbeam-utils v0.5.0 [INFO] [stderr] Compiling either v1.5.1 [INFO] [stderr] Compiling version-compare v0.0.10 [INFO] [stderr] Compiling proc-macro2 v1.0.8 [INFO] [stderr] Compiling num-traits v0.2.6 [INFO] [stderr] Compiling nonzero_signed v1.0.3 [INFO] [stderr] Compiling ppv-lite86 v0.2.6 [INFO] [stderr] Compiling mopa v0.2.2 [INFO] [stderr] Compiling atom v0.3.5 [INFO] [stderr] Compiling syn v1.0.14 [INFO] [stderr] Compiling tuple_utils v0.2.0 [INFO] [stderr] Compiling sdl2 v0.34.3 [INFO] [stderr] Compiling crossbeam-utils v0.8.1 [INFO] [stderr] Compiling memoffset v0.6.1 [INFO] [stderr] Compiling rand_core v0.3.1 [INFO] [stderr] Compiling rayon-core v1.9.0 [INFO] [stderr] Compiling rayon v1.5.0 [INFO] [stderr] Compiling crossbeam-utils v0.6.5 [INFO] [stderr] Compiling owning_ref v0.3.3 [INFO] [stderr] Compiling log v0.4.6 [INFO] [stderr] Compiling parking_lot_core v0.3.1 [INFO] [stderr] Compiling num_cpus v1.10.0 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling fxhash v0.2.1 [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Compiling stb_truetype v0.2.6 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling rand v0.5.6 [INFO] [stderr] Compiling colored v2.0.0 [INFO] [stderr] Compiling sdl2-sys v0.34.2 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling c2-chacha v0.2.3 [INFO] [stderr] Compiling parking_lot_core v0.2.14 [INFO] [stderr] Compiling rand_chacha v0.2.1 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling parking_lot v0.5.5 [INFO] [stderr] Compiling parking_lot v0.6.4 [INFO] [stderr] Compiling crossbeam-epoch v0.5.2 [INFO] [stderr] Compiling crossbeam-epoch v0.6.1 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Compiling ordered-float v1.0.2 [INFO] [stderr] Compiling approx v0.3.2 [INFO] [stderr] Compiling crossbeam-epoch v0.9.1 [INFO] [stderr] Compiling crossbeam-channel v0.5.0 [INFO] [stderr] Compiling crossbeam-deque v0.5.2 [INFO] [stderr] Compiling crossbeam-channel v0.2.6 [INFO] [stderr] Compiling rusttype v0.7.7 [INFO] [stderr] Compiling crossbeam-deque v0.8.0 [INFO] [stderr] Compiling crossbeam v0.4.1 [INFO] [stderr] Compiling specs-derive v0.4.1 [INFO] [stderr] Compiling hibitset v0.5.4 [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 component_group_derive v1.0.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] [stdout] warning: unused label [INFO] [stdout] --> src/generator/rooms.rs:23:17 [INFO] [stdout] | [INFO] [stdout] 23 | 'gen_room: loop { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_labels)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `other_pos` [INFO] [stdout] --> src/systems/interactions.rs:58:28 [INFO] [stdout] | [INFO] [stdout] 58 | for (other_entity, other_pos) in self.nearest_in_direction(entity, pos, direction, bounds, range) { [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_other_pos` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `map` [INFO] [stdout] --> src/systems/ai.rs:27:13 [INFO] [stdout] | [INFO] [stdout] 27 | map, [INFO] [stdout] | ^^^ help: try ignoring the field: `map: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `bounding_boxes` [INFO] [stdout] --> src/systems/ai.rs:29:13 [INFO] [stdout] | [INFO] [stdout] 29 | bounding_boxes, [INFO] [stdout] | ^^^^^^^^^^^^^^ help: try ignoring the field: `bounding_boxes: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `positions` [INFO] [stdout] --> src/systems/ai.rs:30:13 [INFO] [stdout] | [INFO] [stdout] 30 | positions, [INFO] [stdout] | ^^^^^^^^^ help: try ignoring the field: `positions: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `players` [INFO] [stdout] --> src/systems/ai.rs:31:13 [INFO] [stdout] | [INFO] [stdout] 31 | players, [INFO] [stdout] | ^^^^^^^ help: try ignoring the field: `players: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `entity` [INFO] [stdout] --> src/systems/ai.rs:38:14 [INFO] [stdout] | [INFO] [stdout] 38 | for (entity, enemy, movement, ()) in (&entities, &enemies, &mut movements, !&waits).join() { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_entity` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/systems/shared.rs:17:12 [INFO] [stdout] | [INFO] [stdout] 17 | pub fn new(system: S) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `attacks` [INFO] [stdout] --> src/systems/interactions.rs:34:5 [INFO] [stdout] | [INFO] [stdout] 34 | attacks: ReadStorage<'a, Attack>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `hit_waits` [INFO] [stdout] --> src/systems/interactions.rs:35:5 [INFO] [stdout] | [INFO] [stdout] 35 | hit_waits: ReadStorage<'a, HitWait>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `TreasureKey` [INFO] [stdout] --> src/components/item.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | TreasureKey, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `RoomKey` [INFO] [stdout] --> src/components/item.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | RoomKey, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Potion` [INFO] [stdout] --> src/components/item.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | Potion {stength: u32}, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Item` [INFO] [stdout] --> src/components/item.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 13 | Item(Item), [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Opened` [INFO] [stdout] --> src/components/item.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 14 | Opened, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Pause` [INFO] [stdout] --> src/resources.rs:116:5 [INFO] [stdout] | [INFO] [stdout] 116 | Pause, [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Hit` [INFO] [stdout] --> src/resources.rs:134:5 [INFO] [stdout] | [INFO] [stdout] 134 | Hit, [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Victory` [INFO] [stdout] --> src/resources.rs:136:5 [INFO] [stdout] | [INFO] [stdout] 136 | Victory, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Defeat` [INFO] [stdout] --> src/resources.rs:138:5 [INFO] [stdout] | [INFO] [stdout] 138 | Defeat, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `square` [INFO] [stdout] --> src/map/grid_size.rs:14:12 [INFO] [stdout] | [INFO] [stdout] 14 | pub fn square(size: usize) -> Self { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `tile_positions_on_edges` [INFO] [stdout] --> src/map/grid.rs:111:12 [INFO] [stdout] | [INFO] [stdout] 111 | pub fn tile_positions_on_edges(&self, top_left: TilePos, size: GridSize) -> impl Iterator { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Challenge` [INFO] [stdout] --> src/map/room.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | Challenge, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `bottom_right` [INFO] [stdout] --> src/map/tile_pos.rs:35:12 [INFO] [stdout] | [INFO] [stdout] 35 | pub fn bottom_right(self, tile_size: i32) -> Point { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `expand` [INFO] [stdout] --> src/map/tile_rect.rs:119:12 [INFO] [stdout] | [INFO] [stdout] 119 | pub fn expand(self, margin: usize) -> Self { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `random_horizontal_edge_tile` [INFO] [stdout] --> src/map/tile_rect.rs:164:12 [INFO] [stdout] | [INFO] [stdout] 164 | pub fn random_horizontal_edge_tile(self, rng: &mut R) -> TilePos { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `random_vertical_edge_tile` [INFO] [stdout] --> src/map/tile_rect.rs:172:12 [INFO] [stdout] | [INFO] [stdout] 172 | pub fn random_vertical_edge_tile(self, rng: &mut R) -> TilePos { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `tile_rect` [INFO] [stdout] --> src/map.rs:153:12 [INFO] [stdout] | [INFO] [stdout] 153 | pub fn tile_rect(&self, top_left: TilePos, bottom_right: TilePos) -> Rect { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `dimensions` [INFO] [stdout] --> src/ui/window.rs:66:12 [INFO] [stdout] | [INFO] [stdout] 66 | pub fn dimensions(&self) -> (u32, u32) { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `render_to_file` [INFO] [stdout] --> src/ui/game_screen.rs:104:12 [INFO] [stdout] | [INFO] [stdout] 104 | pub fn render_to_file>(&self, path: P) -> Result<(), SDLError> { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `N` [INFO] [stdout] --> src/assets/sprite.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | N, [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `NE` [INFO] [stdout] --> src/assets/sprite.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 13 | NE, [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `E` [INFO] [stdout] --> src/assets/sprite.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 16 | E, [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `SE` [INFO] [stdout] --> src/assets/sprite.rs:19:5 [INFO] [stdout] | [INFO] [stdout] 19 | SE, [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `SW` [INFO] [stdout] --> src/assets/sprite.rs:25:5 [INFO] [stdout] | [INFO] [stdout] 25 | SW, [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `W` [INFO] [stdout] --> src/assets/sprite.rs:28:5 [INFO] [stdout] | [INFO] [stdout] 28 | W, [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `NW` [INFO] [stdout] --> src/assets/sprite.rs:31:5 [INFO] [stdout] | [INFO] [stdout] 31 | NW, [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `flip_vertically` [INFO] [stdout] --> src/assets/sprite.rs:75:12 [INFO] [stdout] | [INFO] [stdout] 75 | pub fn flip_vertically(self) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `anchor_west` [INFO] [stdout] --> src/assets/sprite.rs:83:12 [INFO] [stdout] | [INFO] [stdout] 83 | pub fn anchor_west(self) -> Self { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `dest_offset` [INFO] [stdout] --> src/assets/sprite.rs:99:12 [INFO] [stdout] | [INFO] [stdout] 99 | pub fn dest_offset(self, x: i32, y: i32) -> Self { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/deps/caves-6539d19bab6deafc.caves.eb1d0667-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/caves-6539d19bab6deafc.caves.eb1d0667-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/caves-6539d19bab6deafc.caves.eb1d0667-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/caves-6539d19bab6deafc.caves.eb1d0667-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/caves-6539d19bab6deafc.caves.eb1d0667-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/caves-6539d19bab6deafc.caves.eb1d0667-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/caves-6539d19bab6deafc.caves.eb1d0667-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/caves-6539d19bab6deafc.caves.eb1d0667-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/caves-6539d19bab6deafc.caves.eb1d0667-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/caves-6539d19bab6deafc.caves.eb1d0667-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/caves-6539d19bab6deafc.caves.eb1d0667-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/caves-6539d19bab6deafc.caves.eb1d0667-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/caves-6539d19bab6deafc.caves.eb1d0667-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/caves-6539d19bab6deafc.caves.eb1d0667-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/caves-6539d19bab6deafc.caves.eb1d0667-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/caves-6539d19bab6deafc.caves.eb1d0667-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/caves-6539d19bab6deafc.13vrxfpgs1m2rthx.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/librusttype-4f534d80d328b408.rlib" "/opt/rustwide/target/debug/deps/libstb_truetype-c91fafbffce5da69.rlib" "/opt/rustwide/target/debug/deps/libordered_float-78c9a557fc5b196c.rlib" "/opt/rustwide/target/debug/deps/libapprox-0939abb5faea13e3.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-2a2689f187d87432.rlib" "/opt/rustwide/target/debug/deps/libcolored-da7680f3885abfcb.rlib" "/opt/rustwide/target/debug/deps/libatty-093da68f73f896ab.rlib" "/opt/rustwide/target/debug/deps/libbase64-6f58e0ee187256d5.rlib" "/opt/rustwide/target/debug/deps/libcomponent_group-e39bde0e859d2eff.rlib" "/opt/rustwide/target/debug/deps/librand-6a79c2cb7283f4c7.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-c0ea0b1e5f700f29.rlib" "/opt/rustwide/target/debug/deps/libc2_chacha-b5c8dfded0adc8de.rlib" "/opt/rustwide/target/debug/deps/libppv_lite86-0702336ae6d45f61.rlib" "/opt/rustwide/target/debug/deps/librand_core-c25ca66be2936632.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-4feafebbbaccbdf9.rlib" "/opt/rustwide/target/debug/deps/libspecs-d33f390842a21906.rlib" "/opt/rustwide/target/debug/deps/libtuple_utils-0235b14abc66947d.rlib" "/opt/rustwide/target/debug/deps/libshrev-893d85b46eb039d6.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-62a46d1184839a10.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-3af1d3d313803ec8.rlib" "/opt/rustwide/target/debug/deps/librand-1b180e6694d54ce5.rlib" "/opt/rustwide/target/debug/deps/libowning_ref-c876a54c7be708d0.rlib" "/opt/rustwide/target/debug/deps/libnonzero_signed-7696c84bbcc5143e.rlib" "/opt/rustwide/target/debug/deps/liblog-996d9959bb33d216.rlib" "/opt/rustwide/target/debug/deps/libhibitset-eb6fdea8d704035f.rlib" "/opt/rustwide/target/debug/deps/libatom-0618e8d89d35237c.rlib" "/opt/rustwide/target/debug/deps/libfnv-7449a3f4573c4646.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam-3eee37ed99d7e874.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-5a9820fcc46727c2.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-b181023abf0646ce.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_channel-cc36a559182ad373.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-37d98d72ad2e5a77.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-1869485af0737309.rlib" "/opt/rustwide/target/debug/deps/liblock_api-1fd5e49265f2e3a9.rlib" "/opt/rustwide/target/debug/deps/libowning_ref-df800321cfa81333.rlib" "/opt/rustwide/target/debug/deps/libstable_deref_trait-245eaa65bcbdd4bf.rlib" "/opt/rustwide/target/debug/deps/librand-b9ba0e53269714f8.rlib" "/opt/rustwide/target/debug/deps/librand_core-d98bbd1cb5c9b85e.rlib" "/opt/rustwide/target/debug/deps/librand_core-0cdc5813e9ef98e7.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-97fa122d0068a41d.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-6fddbef6b928800b.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-e0d77d0b25435982.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-ad810a0622b424db.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-9c5cbd93ee954150.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-ff4394a7ba76e8a0.rlib" "/opt/rustwide/target/debug/deps/libshred-d4718e8bb3e559c0.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-886ba6059a2f3ec9.rlib" "/opt/rustwide/target/debug/deps/librayon-36e9d35eef69c8df.rlib" "/opt/rustwide/target/debug/deps/librayon_core-35f968d23f88bc59.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-e84522635a7c4cc1.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-86a22226abc5f8e0.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-0de6f04c9638421b.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-423b60198be8a773.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-a57a6a52cef5676e.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_channel-182f12518ed7e349.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-b1ca2f6d109ec0c4.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-dece450273084492.rlib" "/opt/rustwide/target/debug/deps/libeither-c26178dcb0e732c4.rlib" "/opt/rustwide/target/debug/deps/libmopa-0f4ed5e7764461d2.rlib" "/opt/rustwide/target/debug/deps/libfxhash-51ae42de87c623c3.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-59339b7967b0d21b.rlib" "/opt/rustwide/target/debug/deps/libarrayvec-8200b42d51e09765.rlib" "/opt/rustwide/target/debug/deps/libsdl2-1ca397be97c00a27.rlib" "/opt/rustwide/target/debug/deps/libsdl2_sys-85ae490163d04ba1.rlib" "/opt/rustwide/target/debug/deps/libbitflags-be708b057de9c1af.rlib" "/opt/rustwide/target/debug/deps/liblibc-e353681d5d0d351d.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-df981c5871754530.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-008055cc7d873802.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-06f01ac2578bda94.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-f9a3c3274a1835e0.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-d4cbb754ee9f4daa.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-95c14e1c1e3ebcc4.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-d489f0ca872880cc.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-75f07df0b18fea39.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-0c35b278736219a2.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-e530649c9a06e3c6.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-6b148909d375a785.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-cd15fa647f4775d1.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-74be3a703f788ba2.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-8f2c5b445c28b2e3.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-8480e85e0be96197.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-ac23a75f6f42004e.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-557ba8776e04d182.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-4beb03d03503c439.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-dd7db1bec6909f24.rlib" "-Wl,-Bdynamic" "-lSDL2" "-lSDL2_image" "-lutil" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/caves-6539d19bab6deafc" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" [INFO] [stdout] = note: /usr/bin/ld: cannot find -lSDL2_image [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 39 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `caves` due to 2 previous errors; 39 warnings emitted [INFO] running `Command { std: "docker" "inspect" "c110dfba4e9de5b8a7a095c92f00f7d736344f549683a95a1c0c1e7325b0c055", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c110dfba4e9de5b8a7a095c92f00f7d736344f549683a95a1c0c1e7325b0c055", kill_on_drop: false }` [INFO] [stdout] c110dfba4e9de5b8a7a095c92f00f7d736344f549683a95a1c0c1e7325b0c055