[INFO] cloning repository https://github.com/Nyanguy/rust.naive [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Nyanguy/rust.naive" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNyanguy%2Frust.naive", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNyanguy%2Frust.naive'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 6690cf1aba6e62ad3fe29124f2f768098c5d7785 [INFO] testing Nyanguy/rust.naive against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNyanguy%2Frust.naive" "/workspace/builds/worker-0/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Nyanguy/rust.naive on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/Nyanguy/rust.naive [INFO] finished tweaking git repo https://github.com/Nyanguy/rust.naive [INFO] tweaked toml for git repo https://github.com/Nyanguy/rust.naive written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/Nyanguy/rust.naive already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded c_vec v1.3.3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 5697ddf7457357bfc9c9319c15214921fa20ce52917b922f6ce50c425a77a722 [INFO] running `Command { std: "docker" "start" "-a" "5697ddf7457357bfc9c9319c15214921fa20ce52917b922f6ce50c425a77a722", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5697ddf7457357bfc9c9319c15214921fa20ce52917b922f6ce50c425a77a722", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5697ddf7457357bfc9c9319c15214921fa20ce52917b922f6ce50c425a77a722", kill_on_drop: false }` [INFO] [stdout] 5697ddf7457357bfc9c9319c15214921fa20ce52917b922f6ce50c425a77a722 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] c590f325900f5048081ff131f434603b1c8106e7a8ceaa5ba87333a541dd49ac [INFO] running `Command { std: "docker" "start" "-a" "c590f325900f5048081ff131f434603b1c8106e7a8ceaa5ba87333a541dd49ac", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.68 [INFO] [stderr] Compiling sdl2 v0.33.0 [INFO] [stderr] Compiling c_vec v1.3.3 [INFO] [stderr] Compiling sdl2-sys v0.33.0 [INFO] [stderr] Compiling gfx_3d v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `std::time::Duration` [INFO] [stdout] --> src/naive/render.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use std::time::Duration; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `event::Event`, `keyboard::Keycode` [INFO] [stdout] --> src/naive/render.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | event::Event, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 8 | image::{InitFlag, LoadTexture}, [INFO] [stdout] 9 | keyboard::Keycode, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::cmp::max` [INFO] [stdout] --> src/naive/gfx/triangle.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use std::cmp::max; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `Div`, `Mul` [INFO] [stdout] --> src/naive/gfx/vector.rs:1:26 [INFO] [stdout] | [INFO] [stdout] 1 | use std::ops::{Add, Sub, Mul, Div, AddAssign, SubAssign}; [INFO] [stdout] | ^^^ ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `sdl2::pixels::Color` [INFO] [stdout] --> src/naive/gfx/mesh.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use sdl2::pixels::Color; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `vector` [INFO] [stdout] --> src/main.rs:4:28 [INFO] [stdout] | [INFO] [stdout] 4 | use naive::gfx::{triangle, vector, Triangle, Vec3D, Matrix, Mesh}; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::cmp::max` [INFO] [stdout] --> src/main.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | use std::cmp::max; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `mat_world` is never read [INFO] [stdout] --> src/main.rs:73:17 [INFO] [stdout] | [INFO] [stdout] 73 | let mut mat_world = Matrix::init_identity(); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_assignments)]` on by default [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/naive/gfx/triangle.rs:82:17 [INFO] [stdout] | [INFO] [stdout] 82 | let dist = |mut p: Vec3D| { // a helping lambda function to acquire distances [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/naive/gfx/matrix.rs:103:13 [INFO] [stdout] | [INFO] [stdout] 103 | let mut right = cross_product(&new_up, &forward); [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/main.rs:23:9 [INFO] [stdout] | [INFO] [stdout] 23 | let mut mesh = Mesh::load_object("example_objs/landscape.obj"); [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/main.rs:25:9 [INFO] [stdout] | [INFO] [stdout] 25 | let mut f_theta: f32 = 0.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/main.rs:31:9 [INFO] [stdout] | [INFO] [stdout] 31 | let mut m = Matrix::init_projection(fov, ratio, near, far); [INFO] [stdout] | ----^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `C_WHITE` [INFO] [stdout] --> src/main.rs:16:1 [INFO] [stdout] | [INFO] [stdout] 16 | const C_WHITE: Color = Color::RGBA(255,255,255,255); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct is never constructed: `Text` [INFO] [stdout] --> src/naive/text.rs:3:12 [INFO] [stdout] | [INFO] [stdout] 3 | pub struct Text { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `cast_with_capacity` [INFO] [stdout] --> src/naive/text.rs:14:8 [INFO] [stdout] | [INFO] [stdout] 14 | pub fn cast_with_capacity(value: u16, capacity: usize) -> String { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/naive/text.rs:24:12 [INFO] [stdout] | [INFO] [stdout] 24 | pub fn new(content: &str, x: u32, y: u32, size: u16, color: Option) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `change_text` [INFO] [stdout] --> src/naive/text.rs:40:12 [INFO] [stdout] | [INFO] [stdout] 40 | pub fn change_text(&mut self, new_text: &str) { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `contents` [INFO] [stdout] --> src/naive/text.rs:44:12 [INFO] [stdout] | [INFO] [stdout] 44 | pub fn contents(&self) -> &str { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `get_color` [INFO] [stdout] --> src/naive/text.rs:48:12 [INFO] [stdout] | [INFO] [stdout] 48 | pub fn get_color(&self) -> sdl2::pixels::Color { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `set_hinting` [INFO] [stdout] --> src/naive/text.rs:52:12 [INFO] [stdout] | [INFO] [stdout] 52 | pub fn set_hinting(&mut self, hint: sdl2::ttf::Hinting) { self.hint = hint } [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `set_font` [INFO] [stdout] --> src/naive/text.rs:54:12 [INFO] [stdout] | [INFO] [stdout] 54 | pub fn set_font(&mut self, font: &str) { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `set_size` [INFO] [stdout] --> src/naive/text.rs:58:12 [INFO] [stdout] | [INFO] [stdout] 58 | pub fn set_size(&mut self, size: u16) { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `set_color` [INFO] [stdout] --> src/naive/text.rs:62:12 [INFO] [stdout] | [INFO] [stdout] 62 | pub fn set_color(&mut self, clr: sdl2::pixels::Color) { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `get_surface` [INFO] [stdout] --> src/naive/text.rs:66:12 [INFO] [stdout] | [INFO] [stdout] 66 | pub fn get_surface(&self, styles: Vec) -> Result { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `scaled_rect` [INFO] [stdout] --> src/naive/render.rs:27:8 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn scaled_rect(pos_x: u32, pos_y: u32, rect_width: u32, rect_height: u32, cons_width: u32, cons_height: u32) -> Rect { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `img_ctx` [INFO] [stdout] --> src/naive/render.rs:54:5 [INFO] [stdout] | [INFO] [stdout] 54 | img_ctx: sdl2::image::Sdl2ImageContext [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `set_color` [INFO] [stdout] --> src/naive/render.rs:77:12 [INFO] [stdout] | [INFO] [stdout] 77 | pub fn set_color(&mut self, clr: Color) { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `draw_line` [INFO] [stdout] --> src/naive/render.rs:87:12 [INFO] [stdout] | [INFO] [stdout] 87 | pub fn draw_line(&mut self, color: Color, start: (i32,i32), finish: (i32,i32)) -> Result<(), String> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `draw_triangle` [INFO] [stdout] --> src/naive/render.rs:93:12 [INFO] [stdout] | [INFO] [stdout] 93 | pub fn draw_triangle(&mut self, color: Color, point1: (i32,i32), [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `draw_text` [INFO] [stdout] --> src/naive/render.rs:122:12 [INFO] [stdout] | [INFO] [stdout] 122 | pub fn draw_text(&mut self, text_vec: &Vec, padding: u32) -> Result<(), String> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `get_context` [INFO] [stdout] --> src/naive/render.rs:140:12 [INFO] [stdout] | [INFO] [stdout] 140 | pub fn get_context(&self) -> &sdl2::Sdl { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `load_texture` [INFO] [stdout] --> src/naive/render.rs:152:12 [INFO] [stdout] | [INFO] [stdout] 152 | pub fn load_texture(&mut self, png: &Path, src: Option, dst: Option) -> Result<(), String> { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `texture_to_buffer` [INFO] [stdout] --> src/naive/render.rs:159:12 [INFO] [stdout] | [INFO] [stdout] 159 | pub fn texture_to_buffer(&mut self, texture: &sdl2::render::Texture, src: Option, dst: Option) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `get_3d_points` [INFO] [stdout] --> src/naive/gfx/triangle.rs:32:12 [INFO] [stdout] | [INFO] [stdout] 32 | pub fn get_3d_points(&self) -> [(f32,f32,f32); 3] { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `as_tuple` [INFO] [stdout] --> src/naive/gfx/vector.rs:92:12 [INFO] [stdout] | [INFO] [stdout] 92 | pub fn as_tuple(&self) -> (f32, f32, f32, f32) { [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/gfx_3d-394672973baecf97.gfx_3d.519fb24e-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/gfx_3d-394672973baecf97.gfx_3d.519fb24e-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/gfx_3d-394672973baecf97.gfx_3d.519fb24e-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/gfx_3d-394672973baecf97.gfx_3d.519fb24e-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/gfx_3d-394672973baecf97.gfx_3d.519fb24e-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/gfx_3d-394672973baecf97.gfx_3d.519fb24e-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/gfx_3d-394672973baecf97.gfx_3d.519fb24e-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/gfx_3d-394672973baecf97.gfx_3d.519fb24e-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/gfx_3d-394672973baecf97.gfx_3d.519fb24e-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/gfx_3d-394672973baecf97.gfx_3d.519fb24e-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/gfx_3d-394672973baecf97.gfx_3d.519fb24e-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/gfx_3d-394672973baecf97.gfx_3d.519fb24e-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/gfx_3d-394672973baecf97.gfx_3d.519fb24e-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/gfx_3d-394672973baecf97.gfx_3d.519fb24e-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/gfx_3d-394672973baecf97.gfx_3d.519fb24e-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/gfx_3d-394672973baecf97.gfx_3d.519fb24e-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/gfx_3d-394672973baecf97.1ajq6d95ixt6em9z.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libsdl2-b8a57de1c3ee6e7d.rlib" "/opt/rustwide/target/debug/deps/libc_vec-7561dcd378cbfb80.rlib" "/opt/rustwide/target/debug/deps/libsdl2_sys-d5e57a9d54f0717c.rlib" "/opt/rustwide/target/debug/deps/libbitflags-80e93151c602d4a3.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-b341606102c7008f.rlib" "/opt/rustwide/target/debug/deps/liblibc-edc42433f7076b81.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-8d61b92a0a02f53a.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-fc45202bb435016b.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-f2400674c7513725.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-605c3a7d1a5d300d.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-3d4fb4efa907e4e8.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-65207f030ab23308.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-76ca199cb0186109.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-1e3e01ed4f561dc1.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-dd8dddcba7c13fee.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-00b13d31c3420656.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-e4c8460b81557bd5.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-600d46e5f0005455.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-e4a08a2585b62d37.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-fbc21ec567cb9dc7.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-10b3fa8e49bd978f.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-64625b73694ffce7.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-fb6b78ac543a58ee.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-1d1f2d1bec6f51b8.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-acf5ff6e9595d982.rlib" "-Wl,-Bdynamic" "-lSDL2" "-lSDL2_image" "-lSDL2_ttf" "-lSDL2_gfx" "-lutil" "-ldl" "-lutil" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/gfx_3d-394672973baecf97" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro,-znow" "-nodefaultlibs" [INFO] [stdout] = note: /usr/bin/ld: cannot find -lSDL2_image [INFO] [stdout] /usr/bin/ld: cannot find -lSDL2_ttf [INFO] [stdout] /usr/bin/ld: cannot find -lSDL2_gfx [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 36 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `gfx_3d` due to 2 previous errors; 36 warnings emitted [INFO] running `Command { std: "docker" "inspect" "c590f325900f5048081ff131f434603b1c8106e7a8ceaa5ba87333a541dd49ac", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c590f325900f5048081ff131f434603b1c8106e7a8ceaa5ba87333a541dd49ac", kill_on_drop: false }` [INFO] [stdout] c590f325900f5048081ff131f434603b1c8106e7a8ceaa5ba87333a541dd49ac