[INFO] cloning repository https://github.com/brandonphelps/rasteroids [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/brandonphelps/rasteroids" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbrandonphelps%2Frasteroids", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbrandonphelps%2Frasteroids'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] d94ea475a7a70959dbb3bd2ae5f2bfc13e314c6a [INFO] testing brandonphelps/rasteroids against 1.55.0 for beta-1.56-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbrandonphelps%2Frasteroids" "/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/brandonphelps/rasteroids 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/brandonphelps/rasteroids [INFO] finished tweaking git repo https://github.com/brandonphelps/rasteroids [INFO] tweaked toml for git repo https://github.com/brandonphelps/rasteroids written to /workspace/builds/worker-15/source/Cargo.toml [INFO] crate git repo https://github.com/brandonphelps/rasteroids 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] 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] 54efe51af3568b16f0b496560f0c86c6206ad94f4b3180890665916b643af6da [INFO] running `Command { std: "docker" "start" "-a" "54efe51af3568b16f0b496560f0c86c6206ad94f4b3180890665916b643af6da", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "54efe51af3568b16f0b496560f0c86c6206ad94f4b3180890665916b643af6da", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "54efe51af3568b16f0b496560f0c86c6206ad94f4b3180890665916b643af6da", kill_on_drop: false }` [INFO] [stdout] 54efe51af3568b16f0b496560f0c86c6206ad94f4b3180890665916b643af6da [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] e63b132af368463b83bb0461cd294faab14e08d22ec8257066dbbf36bd605218 [INFO] running `Command { std: "docker" "start" "-a" "e63b132af368463b83bb0461cd294faab14e08d22ec8257066dbbf36bd605218", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.80 [INFO] [stderr] Compiling version-compare v0.0.10 [INFO] [stderr] Compiling sdl2 v0.34.3 [INFO] [stderr] Compiling rminions v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling sdl2-sys v0.34.3 [INFO] [stderr] Compiling getrandom v0.1.15 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stdout] warning: unused import: `Point` [INFO] [stdout] --> src/game_state.rs:6:18 [INFO] [stdout] | [INFO] [stdout] 6 | use sdl2::rect::{Point, Rect}; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `TextureCreator`, `Texture` [INFO] [stdout] --> src/game_state.rs:8:28 [INFO] [stdout] | [INFO] [stdout] 8 | use sdl2::render::{Canvas, Texture, TextureCreator}; [INFO] [stdout] | ^^^^^^^ ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `WindowContext` [INFO] [stdout] --> src/game_state.rs:9:27 [INFO] [stdout] | [INFO] [stdout] 9 | use sdl2::video::{Window, WindowContext}; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `sdl2::pixels::Color` [INFO] [stdout] --> src/main.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use sdl2::pixels::Color; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `Point`, `Rect` [INFO] [stdout] --> src/main.rs:9:18 [INFO] [stdout] | [INFO] [stdout] 9 | use sdl2::rect::{Point, Rect}; [INFO] [stdout] | ^^^^^ ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `sdl2::EventPump` [INFO] [stdout] --> src/main.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | use sdl2::EventPump; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `Canvas`, `TextureCreator`, `Texture` [INFO] [stdout] --> src/main.rs:13:20 [INFO] [stdout] | [INFO] [stdout] 13 | use sdl2::render::{Canvas, Texture, TextureCreator}; [INFO] [stdout] | ^^^^^^ ^^^^^^^ ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `WindowContext`, `Window` [INFO] [stdout] --> src/main.rs:14:19 [INFO] [stdout] | [INFO] [stdout] 14 | use sdl2::video::{Window, WindowContext}; [INFO] [stdout] | ^^^^^^ ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable pattern [INFO] [stdout] --> src/game_state.rs:646:4 [INFO] [stdout] | [INFO] [stdout] 646 | _ => { [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unreachable_patterns)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `game_state` [INFO] [stdout] --> src/game_state.rs:384:22 [INFO] [stdout] | [INFO] [stdout] 384 | fn spawn_mineable(game_state: &mut GameState, p: Position, node_type: F) { [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_game_state` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `p` [INFO] [stdout] --> src/game_state.rs:384:50 [INFO] [stdout] | [INFO] [stdout] 384 | fn spawn_mineable(game_state: &mut GameState, p: Position, node_type: F) { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_p` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `node_type` [INFO] [stdout] --> src/game_state.rs:384:63 [INFO] [stdout] | [INFO] [stdout] 384 | fn spawn_mineable(game_state: &mut GameState, p: Position, node_type: F) { [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_node_type` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `dt` [INFO] [stdout] --> src/game_state.rs:502:43 [INFO] [stdout] | [INFO] [stdout] 502 | pub fn game_update(game_state: GameState, dt: f64, game_input: &GameInput) -> GameState { [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_dt` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `p` [INFO] [stdout] --> src/game_state.rs:683:10 [INFO] [stdout] | [INFO] [stdout] 683 | let p = canvas.fill_rect(Rect::new( [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_p` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `p` [INFO] [stdout] --> src/game_state.rs:701:7 [INFO] [stdout] | [INFO] [stdout] 701 | let p = canvas.fill_rect(Rect::new( [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_p` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `entity` [INFO] [stdout] --> src/game_state.rs:134:31 [INFO] [stdout] | [INFO] [stdout] 134 | fn create_with(&mut self, entity: &Entity, init_v: &T) -> &mut T { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_entity` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `init_v` [INFO] [stdout] --> src/game_state.rs:134:48 [INFO] [stdout] | [INFO] [stdout] 134 | fn create_with(&mut self, entity: &Entity, init_v: &T) -> &mut T { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_init_v` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `t` [INFO] [stdout] --> src/game_state.rs:234:8 [INFO] [stdout] | [INFO] [stdout] 234 | Some(t) => result.push(e), [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_t` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `entity` [INFO] [stdout] --> src/game_state.rs:241:34 [INFO] [stdout] | [INFO] [stdout] 241 | pub fn get_entity_pos(&self, entity: &Entity) -> Option { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_entity` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/game_state.rs:375:9 [INFO] [stdout] | [INFO] [stdout] 375 | let mut pos_component = game_state.positions.create(&new_entity); [INFO] [stdout] | ----^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/game_state.rs:495:6 [INFO] [stdout] | [INFO] [stdout] 495 | let mut pos = positions.get_mut(&entity).expect(&(format!("an entity didn't have a position? entity id: {}", entity.0))); [INFO] [stdout] | ----^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/game_state.rs:533:10 [INFO] [stdout] | [INFO] [stdout] 533 | Some(mut t) => { [INFO] [stdout] | ----^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/game_state.rs:559:10 [INFO] [stdout] | [INFO] [stdout] 559 | Some(mut t) => { [INFO] [stdout] | ----^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `count` [INFO] [stdout] --> src/entity_manager.rs:30:12 [INFO] [stdout] | [INFO] [stdout] 30 | pub fn count(&self) -> usize { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `North` [INFO] [stdout] --> src/game_state.rs:49:5 [INFO] [stdout] | [INFO] [stdout] 49 | North, [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `East` [INFO] [stdout] --> src/game_state.rs:50:5 [INFO] [stdout] | [INFO] [stdout] 50 | East, [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `South` [INFO] [stdout] --> src/game_state.rs:51:5 [INFO] [stdout] | [INFO] [stdout] 51 | South, [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `West` [INFO] [stdout] --> src/game_state.rs:52:5 [INFO] [stdout] | [INFO] [stdout] 52 | West, [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `MoveD` [INFO] [stdout] --> src/game_state.rs:59:5 [INFO] [stdout] | [INFO] [stdout] 59 | MoveD(Direction), [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `minerals` [INFO] [stdout] --> src/game_state.rs:76:5 [INFO] [stdout] | [INFO] [stdout] 76 | minerals: u32, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `gas` [INFO] [stdout] --> src/game_state.rs:77:5 [INFO] [stdout] | [INFO] [stdout] 77 | gas: u32, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `iron` [INFO] [stdout] --> src/game_state.rs:78:5 [INFO] [stdout] | [INFO] [stdout] 78 | iron: u32, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `copper` [INFO] [stdout] --> src/game_state.rs:79:5 [INFO] [stdout] | [INFO] [stdout] 79 | copper: u32, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `create_with` [INFO] [stdout] --> src/game_state.rs:134:8 [INFO] [stdout] | [INFO] [stdout] 134 | fn create_with(&mut self, entity: &Entity, init_v: &T) -> &mut T { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `remove` [INFO] [stdout] --> src/game_state.rs:155:8 [INFO] [stdout] | [INFO] [stdout] 155 | fn remove(&mut self, entity: &Entity) { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `get_mineable_nodes` [INFO] [stdout] --> src/game_state.rs:230:12 [INFO] [stdout] | [INFO] [stdout] 230 | pub fn get_mineable_nodes(&self) -> Vec<&Entity> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `get_entity_pos` [INFO] [stdout] --> src/game_state.rs:241:12 [INFO] [stdout] | [INFO] [stdout] 241 | pub fn get_entity_pos(&self, entity: &Entity) -> Option { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `LoadCommand` [INFO] [stdout] --> src/game_state.rs:296:5 [INFO] [stdout] | [INFO] [stdout] 296 | LoadCommand(Entity, Command), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `game_init` [INFO] [stdout] --> src/game_state.rs:321:8 [INFO] [stdout] | [INFO] [stdout] 321 | pub fn game_init() -> GameState { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `spawn_mineable` [INFO] [stdout] --> src/game_state.rs:384:4 [INFO] [stdout] | [INFO] [stdout] 384 | fn spawn_mineable(game_state: &mut GameState, p: Position, node_type: F) { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `add_return_path` [INFO] [stdout] --> src/utils.rs:29:12 [INFO] [stdout] | [INFO] [stdout] 29 | pub fn add_return_path(&mut self) { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `E` should have a snake case name [INFO] [stdout] --> src/game_state.rs:520:31 [INFO] [stdout] | [INFO] [stdout] 520 | UserCommand::LoadProgram(E, Prog) => { [INFO] [stdout] | ^ help: convert the identifier to snake case: `e` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `Prog` should have a snake case name [INFO] [stdout] --> src/game_state.rs:520:34 [INFO] [stdout] | [INFO] [stdout] 520 | UserCommand::LoadProgram(E, Prog) => { [INFO] [stdout] | ^^^^ help: convert the identifier to snake case: `prog` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `E` should have a snake case name [INFO] [stdout] --> src/game_state.rs:547:31 [INFO] [stdout] | [INFO] [stdout] 547 | UserCommand::LoadCommand(E, C) => { [INFO] [stdout] | ^ help: convert the identifier to snake case: `e` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `C` should have a snake case name [INFO] [stdout] --> src/game_state.rs:547:34 [INFO] [stdout] | [INFO] [stdout] 547 | UserCommand::LoadCommand(E, C) => { [INFO] [stdout] | ^ help: convert the identifier to snake case (notice the capitalization): `c` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `P` should have a snake case name [INFO] [stdout] --> src/game_state.rs:605:19 [INFO] [stdout] | [INFO] [stdout] 605 | Command::MoveP(P) => { [INFO] [stdout] | ^ help: convert the identifier to snake case: `p` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `D` should have a snake case name [INFO] [stdout] --> src/game_state.rs:613:19 [INFO] [stdout] | [INFO] [stdout] 613 | Command::MoveD(D) => { [INFO] [stdout] | ^ help: convert the identifier to snake case: `d` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `E` should have a snake case name [INFO] [stdout] --> src/game_state.rs:627:21 [INFO] [stdout] | [INFO] [stdout] 627 | Command::Harvest(E) => { [INFO] [stdout] | ^ help: convert the identifier to snake case: `e` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `E` should have a snake case name [INFO] [stdout] --> src/game_state.rs:637:21 [INFO] [stdout] | [INFO] [stdout] 637 | Command::Deposit(E) => { [INFO] [stdout] | ^ help: convert the identifier to snake case: `e` [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/rminions-19c79c44b4821b5e.rminions.5e8753a8-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/rminions-19c79c44b4821b5e.rminions.5e8753a8-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/rminions-19c79c44b4821b5e.rminions.5e8753a8-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/rminions-19c79c44b4821b5e.rminions.5e8753a8-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/rminions-19c79c44b4821b5e.rminions.5e8753a8-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/rminions-19c79c44b4821b5e.rminions.5e8753a8-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/rminions-19c79c44b4821b5e.rminions.5e8753a8-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/rminions-19c79c44b4821b5e.rminions.5e8753a8-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/rminions-19c79c44b4821b5e.rminions.5e8753a8-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/rminions-19c79c44b4821b5e.rminions.5e8753a8-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/rminions-19c79c44b4821b5e.rminions.5e8753a8-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/rminions-19c79c44b4821b5e.rminions.5e8753a8-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/rminions-19c79c44b4821b5e.rminions.5e8753a8-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/rminions-19c79c44b4821b5e.rminions.5e8753a8-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/rminions-19c79c44b4821b5e.rminions.5e8753a8-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/rminions-19c79c44b4821b5e.rminions.5e8753a8-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/rminions-19c79c44b4821b5e.40kz5xefv4759qmh.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/libsdl2-7ff4f29131735f58.rlib" "/opt/rustwide/target/debug/deps/libsdl2_sys-9a4fb22010a3b8d7.rlib" "/opt/rustwide/target/debug/deps/libbitflags-117d41ac256572da.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-df981c5871754530.rlib" "/opt/rustwide/target/debug/deps/liblibc-a34daa496b50db91.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" "-lSDL2_ttf" "-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/rminions-19c79c44b4821b5e" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" [INFO] [stdout] = note: /usr/bin/ld: cannot find -lSDL2_image [INFO] [stdout] /usr/bin/ld: cannot find -lSDL2_ttf [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 49 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `rminions` due to 2 previous errors; 49 warnings emitted [INFO] running `Command { std: "docker" "inspect" "e63b132af368463b83bb0461cd294faab14e08d22ec8257066dbbf36bd605218", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e63b132af368463b83bb0461cd294faab14e08d22ec8257066dbbf36bd605218", kill_on_drop: false }` [INFO] [stdout] e63b132af368463b83bb0461cd294faab14e08d22ec8257066dbbf36bd605218