[INFO] cloning repository https://github.com/krummelur/rust-pong [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/krummelur/rust-pong" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkrummelur%2Frust-pong", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkrummelur%2Frust-pong'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 25e20c1dca004dd6ad3e41dccb1386cdf4a344af [INFO] testing krummelur/rust-pong against master#432e145bd5a974c5b6f4dd9b352891bd7502b69d for pr-87041 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkrummelur%2Frust-pong" "/workspace/builds/worker-2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/krummelur/rust-pong on toolchain 432e145bd5a974c5b6f4dd9b352891bd7502b69d [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/krummelur/rust-pong [INFO] finished tweaking git repo https://github.com/krummelur/rust-pong [INFO] tweaked toml for git repo https://github.com/krummelur/rust-pong written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/krummelur/rust-pong already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "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-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 1922c1a264b4cd5ed3f1349c40316b68def082c012409a9ccc0144a56fbb96b8 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "1922c1a264b4cd5ed3f1349c40316b68def082c012409a9ccc0144a56fbb96b8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1922c1a264b4cd5ed3f1349c40316b68def082c012409a9ccc0144a56fbb96b8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1922c1a264b4cd5ed3f1349c40316b68def082c012409a9ccc0144a56fbb96b8", kill_on_drop: false }` [INFO] [stdout] 1922c1a264b4cd5ed3f1349c40316b68def082c012409a9ccc0144a56fbb96b8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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=forbid" "-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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] bb6171b677c55279774ba26e50380e650aaac9ab60d1dbaa13f8d1d5e35ba991 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "bb6171b677c55279774ba26e50380e650aaac9ab60d1dbaa13f8d1d5e35ba991", kill_on_drop: false }` [INFO] [stderr] Compiling rand_core v0.4.0 [INFO] [stderr] Compiling cfg-if v0.1.9 [INFO] [stderr] Compiling bitflags v1.1.0 [INFO] [stderr] Compiling ppv-lite86 v0.2.5 [INFO] [stderr] Compiling sdl2 v0.32.2 [INFO] [stderr] Compiling num-traits v0.2.8 [INFO] [stderr] Compiling num-integer v0.1.41 [INFO] [stderr] Compiling num-iter v0.1.39 [INFO] [stderr] Compiling sdl2-sys v0.32.6 [INFO] [stderr] Compiling rand_core v0.3.1 [INFO] [stderr] Compiling rand_jitter v0.1.4 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Compiling rand_pcg v0.1.2 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling rand_hc v0.1.0 [INFO] [stderr] Compiling rand_xorshift v0.1.1 [INFO] [stderr] Compiling rand_isaac v0.1.1 [INFO] [stderr] Compiling c2-chacha v0.2.2 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling rand_chacha v0.2.0 [INFO] [stderr] Compiling rand v0.7.0 [INFO] [stderr] Compiling num v0.1.42 [INFO] [stderr] Compiling rust-example v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/server/../protocol.rs:3:28 [INFO] [stdout] | [INFO] [stdout] 3 | const MESSAGE_LEN: usize = (9*4); [INFO] [stdout] | ^^^^^ help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/client/../protocol.rs:3:28 [INFO] [stdout] | [INFO] [stdout] 3 | const MESSAGE_LEN: usize = (9*4); [INFO] [stdout] | ^^^^^ help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused label [INFO] [stdout] --> src/client/main.rs:57:5 [INFO] [stdout] | [INFO] [stdout] 57 | 'running: loop { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_labels)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `position_y` [INFO] [stdout] --> src/server/../game_objects.rs:44:5 [INFO] [stdout] | [INFO] [stdout] 44 | position_y: i32, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `position_x` [INFO] [stdout] --> src/server/../game_objects.rs:45:5 [INFO] [stdout] | [INFO] [stdout] 45 | position_x: i32, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/server/../game_objects.rs:50:12 [INFO] [stdout] | [INFO] [stdout] 50 | pub fn new() -> PlayerBase { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `set_y_position` [INFO] [stdout] --> src/server/../game_objects.rs:58:12 [INFO] [stdout] | [INFO] [stdout] 58 | pub fn set_y_position(&mut self, new_position: i32) { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `set_x_position` [INFO] [stdout] --> src/server/../game_objects.rs:63:12 [INFO] [stdout] | [INFO] [stdout] 63 | pub fn set_x_position(&mut self, new_position: i32) { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `draw` [INFO] [stdout] --> src/server/../game_objects.rs:72:12 [INFO] [stdout] | [INFO] [stdout] 72 | pub fn draw(self, renderer: &mut WindowCanvas) { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/server/../game_objects.rs:85:12 [INFO] [stdout] | [INFO] [stdout] 85 | pub fn new() -> Ball { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `set_position` [INFO] [stdout] --> src/server/../game_objects.rs:96:12 [INFO] [stdout] | [INFO] [stdout] 96 | pub fn set_position(&mut self, new_position: [i32;2]) { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `draw` [INFO] [stdout] --> src/server/../game_objects.rs:105:12 [INFO] [stdout] | [INFO] [stdout] 105 | pub fn draw(self, renderer: &mut WindowCanvas) { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct is never constructed: `LocalPlayer` [INFO] [stdout] --> src/server/../game_objects.rs:111:12 [INFO] [stdout] | [INFO] [stdout] 111 | pub struct LocalPlayer { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/server/../game_objects.rs:118:12 [INFO] [stdout] | [INFO] [stdout] 118 | pub fn new(ev_pump: sdl2::EventPump) -> LocalPlayer { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `handle_input` [INFO] [stdout] --> src/server/../game_objects.rs:126:12 [INFO] [stdout] | [INFO] [stdout] 126 | pub fn handle_input(&mut self) -> i32 { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct is never constructed: `RemotePlayer` [INFO] [stdout] --> src/server/../game_objects.rs:131:12 [INFO] [stdout] | [INFO] [stdout] 131 | pub struct RemotePlayer { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/server/../game_objects.rs:137:12 [INFO] [stdout] | [INFO] [stdout] 137 | pub fn new() -> RemotePlayer { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct is never constructed: `InputHandler` [INFO] [stdout] --> src/server/../game_objects.rs:144:8 [INFO] [stdout] | [INFO] [stdout] 144 | struct InputHandler { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/server/../game_objects.rs:149:8 [INFO] [stdout] | [INFO] [stdout] 149 | fn new(ev_pump: sdl2::EventPump) -> InputHandler { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `handle_input` [INFO] [stdout] --> src/server/../game_objects.rs:153:8 [INFO] [stdout] | [INFO] [stdout] 153 | fn handle_input(&mut self) -> i32 { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `deserialize` [INFO] [stdout] --> src/server/../protocol.rs:28:8 [INFO] [stdout] | [INFO] [stdout] 28 | pub fn deserialize(message: [u8; MESSAGE_LEN]) -> GameState { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/client/../protocol.rs:15:12 [INFO] [stdout] | [INFO] [stdout] 15 | pub fn new() -> GameState { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `reset` [INFO] [stdout] --> src/client/../protocol.rs:18:12 [INFO] [stdout] | [INFO] [stdout] 18 | pub fn reset(&mut self) -> () { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `serialize` [INFO] [stdout] --> src/client/../protocol.rs:57:8 [INFO] [stdout] | [INFO] [stdout] 57 | pub fn serialize(game_state: GameState, player_index: i32) -> [u8; MESSAGE_LEN] { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `is_colliding` [INFO] [stdout] --> src/client/../game_objects.rs:21:8 [INFO] [stdout] | [INFO] [stdout] 21 | pub fn is_colliding(obj1_pos: [i32;2], obj2_pos: [i32;2], obj1_dim: [u32;2], obj2_dim: [u32;2]) -> (bool, f32) { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `remoteAddress` should have a snake case name [INFO] [stdout] --> src/client/main.rs:37:9 [INFO] [stdout] | [INFO] [stdout] 37 | let remoteAddress = &args[args.len()-1]; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case: `remote_address` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [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/server-245cbd61e33faade.server.7b10d532-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/server-245cbd61e33faade.server.7b10d532-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/server-245cbd61e33faade.server.7b10d532-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/server-245cbd61e33faade.server.7b10d532-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/server-245cbd61e33faade.server.7b10d532-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/server-245cbd61e33faade.server.7b10d532-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/server-245cbd61e33faade.server.7b10d532-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/server-245cbd61e33faade.server.7b10d532-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/server-245cbd61e33faade.server.7b10d532-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/server-245cbd61e33faade.server.7b10d532-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/server-245cbd61e33faade.server.7b10d532-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/server-245cbd61e33faade.server.7b10d532-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/server-245cbd61e33faade.server.7b10d532-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/server-245cbd61e33faade.server.7b10d532-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/server-245cbd61e33faade.server.7b10d532-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/server-245cbd61e33faade.server.7b10d532-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/server-245cbd61e33faade.1ynfkk322s434mzz.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libsdl2-8956b738a6176d97.rlib" "/opt/rustwide/target/debug/deps/librand-8dfe06dc78adb7b6.rlib" "/opt/rustwide/target/debug/deps/librand_xorshift-cf1c6e10b01f7775.rlib" "/opt/rustwide/target/debug/deps/librand_pcg-ab4d6e2487038e94.rlib" "/opt/rustwide/target/debug/deps/librand_hc-f47d2efa7fbfb522.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-286e3b8311f5faff.rlib" "/opt/rustwide/target/debug/deps/librand_isaac-25cebe047f165eba.rlib" "/opt/rustwide/target/debug/deps/librand_core-0a725dfaecf66c67.rlib" "/opt/rustwide/target/debug/deps/librand_os-c36ee6aa7dc3a6a1.rlib" "/opt/rustwide/target/debug/deps/librand_jitter-40dd517d98a6b249.rlib" "/opt/rustwide/target/debug/deps/librand_core-e3f7b5ee9401667b.rlib" "/opt/rustwide/target/debug/deps/libsdl2_sys-8db69d45bc1bccee.rlib" "/opt/rustwide/target/debug/deps/libbitflags-20c5c28231f4058e.rlib" "/opt/rustwide/target/debug/deps/libnum-35136c0ad390cd59.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-177fc780d8f1b0c2.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-07dee04c0fb8050e.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-1c553d87e2f44140.rlib" "/opt/rustwide/target/debug/deps/librand-7cd1f0b27549b4df.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-3488710394e5060a.rlib" "/opt/rustwide/target/debug/deps/libc2_chacha-e8aff17b1806b3f6.rlib" "/opt/rustwide/target/debug/deps/libppv_lite86-2a5eab3a540db3c7.rlib" "/opt/rustwide/target/debug/deps/librand_core-8fed451050b19903.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-a20f9762f1968f28.rlib" "/opt/rustwide/target/debug/deps/liblibc-13d3d8fa232b7213.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-fd02fd2ede5c730a.rlib" "/opt/rustwide/target/debug/deps/libspin-7cfd4e09bebfe653.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-37fdd654777c296f.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-d883bf2137e9181a.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-22ab8f3db88b586e.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-0167c9242d0931d5.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-361790a1a5505fc5.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-01c2ffe1ecd05a67.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-ec79e29a889fe805.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-001a3456e8a8331b.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-e8f1404290f0f040.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-76f46d0f23360a60.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-baf0bdc5eb131895.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-3a6a4ee6592d9370.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-1cc90d9dd57195f8.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-0e91863ffbec5148.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-69528f2eac185ac9.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-52d5241975807511.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-9924c22ae1efcf66.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-d1241f7bd234a268.rlib" "-Wl,-Bdynamic" "-lSDL2" "-lSDL2_ttf" "-lutil" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/server-245cbd61e33faade" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" [INFO] [stdout] = note: /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; 19 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `rust-example` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/deps/client-1d9f36a0e11662e8.client.a02d54df-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/client-1d9f36a0e11662e8.client.a02d54df-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/client-1d9f36a0e11662e8.client.a02d54df-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/client-1d9f36a0e11662e8.client.a02d54df-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/client-1d9f36a0e11662e8.client.a02d54df-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/client-1d9f36a0e11662e8.client.a02d54df-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/client-1d9f36a0e11662e8.client.a02d54df-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/client-1d9f36a0e11662e8.client.a02d54df-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/client-1d9f36a0e11662e8.client.a02d54df-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/client-1d9f36a0e11662e8.client.a02d54df-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/client-1d9f36a0e11662e8.client.a02d54df-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/client-1d9f36a0e11662e8.client.a02d54df-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/client-1d9f36a0e11662e8.client.a02d54df-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/client-1d9f36a0e11662e8.client.a02d54df-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/client-1d9f36a0e11662e8.client.a02d54df-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/client-1d9f36a0e11662e8.client.a02d54df-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/client-1d9f36a0e11662e8.1fhqbc6l4kmv0eg6.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libsdl2-8956b738a6176d97.rlib" "/opt/rustwide/target/debug/deps/librand-8dfe06dc78adb7b6.rlib" "/opt/rustwide/target/debug/deps/librand_xorshift-cf1c6e10b01f7775.rlib" "/opt/rustwide/target/debug/deps/librand_pcg-ab4d6e2487038e94.rlib" "/opt/rustwide/target/debug/deps/librand_hc-f47d2efa7fbfb522.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-286e3b8311f5faff.rlib" "/opt/rustwide/target/debug/deps/librand_isaac-25cebe047f165eba.rlib" "/opt/rustwide/target/debug/deps/librand_core-0a725dfaecf66c67.rlib" "/opt/rustwide/target/debug/deps/librand_os-c36ee6aa7dc3a6a1.rlib" "/opt/rustwide/target/debug/deps/librand_jitter-40dd517d98a6b249.rlib" "/opt/rustwide/target/debug/deps/librand_core-e3f7b5ee9401667b.rlib" "/opt/rustwide/target/debug/deps/libsdl2_sys-8db69d45bc1bccee.rlib" "/opt/rustwide/target/debug/deps/libbitflags-20c5c28231f4058e.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-fd02fd2ede5c730a.rlib" "/opt/rustwide/target/debug/deps/libspin-7cfd4e09bebfe653.rlib" "/opt/rustwide/target/debug/deps/liblibc-13d3d8fa232b7213.rlib" "/opt/rustwide/target/debug/deps/libnum-35136c0ad390cd59.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-177fc780d8f1b0c2.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-07dee04c0fb8050e.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-1c553d87e2f44140.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-37fdd654777c296f.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-d883bf2137e9181a.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-22ab8f3db88b586e.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-0167c9242d0931d5.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-361790a1a5505fc5.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-01c2ffe1ecd05a67.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-ec79e29a889fe805.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-001a3456e8a8331b.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-e8f1404290f0f040.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-76f46d0f23360a60.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-baf0bdc5eb131895.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-3a6a4ee6592d9370.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-1cc90d9dd57195f8.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-0e91863ffbec5148.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-69528f2eac185ac9.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-52d5241975807511.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-9924c22ae1efcf66.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-d1241f7bd234a268.rlib" "-Wl,-Bdynamic" "-lSDL2" "-lSDL2_ttf" "-lutil" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/client-1d9f36a0e11662e8" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" [INFO] [stdout] = note: /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; 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "bb6171b677c55279774ba26e50380e650aaac9ab60d1dbaa13f8d1d5e35ba991", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bb6171b677c55279774ba26e50380e650aaac9ab60d1dbaa13f8d1d5e35ba991", kill_on_drop: false }` [INFO] [stdout] bb6171b677c55279774ba26e50380e650aaac9ab60d1dbaa13f8d1d5e35ba991