[INFO] cloning repository krummelur/rust-pong [INFO] running `"git" "clone" "--bare" "git://github.com/krummelur/rust-pong.git" "work/cache/sources/gh/krummelur/rust-pong"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/krummelur/rust-pong'... [INFO] running `"git" "clone" "work/cache/sources/gh/krummelur/rust-pong" "work/ex/beta-1.37-6/sources/1.36.0/gh/krummelur/rust-pong"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/krummelur/rust-pong'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/krummelur/rust-pong" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/krummelur/rust-pong"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/krummelur/rust-pong'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 25e20c1dca004dd6ad3e41dccb1386cdf4a344af [INFO] sha for GitHub repo krummelur/rust-pong: 25e20c1dca004dd6ad3e41dccb1386cdf4a344af [INFO] validating manifest of krummelur/rust-pong on toolchain 1.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of krummelur/rust-pong on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing krummelur/rust-pong [INFO] finished frobbing krummelur/rust-pong [INFO] frobbed toml for krummelur/rust-pong written to work/ex/beta-1.37-6/sources/1.36.0/gh/krummelur/rust-pong/Cargo.toml [INFO] started frobbing krummelur/rust-pong [INFO] finished frobbing krummelur/rust-pong [INFO] frobbed toml for krummelur/rust-pong written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/krummelur/rust-pong/Cargo.toml [INFO] crate krummelur/rust-pong already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache lock [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing krummelur/rust-pong against 1.36.0 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-1/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/krummelur/rust-pong:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.36.0" "build" "--frozen"` [INFO] [stdout] d15d913c8dbf02a75696100f890a7a4a0c1d231aabb6b8beb4211013f5d7479c [INFO] running `"docker" "start" "-a" "d15d913c8dbf02a75696100f890a7a4a0c1d231aabb6b8beb4211013f5d7479c"` [INFO] [stderr] Compiling sdl2 v0.32.2 [INFO] [stderr] Compiling num-integer v0.1.41 [INFO] [stderr] Compiling sdl2-sys v0.32.6 [INFO] [stderr] Compiling getrandom v0.1.6 [INFO] [stderr] Compiling rand_core v0.5.0 [INFO] [stderr] Compiling rand_chacha v0.2.0 [INFO] [stderr] Compiling rand v0.7.0 [INFO] [stderr] Compiling num-iter v0.1.39 [INFO] [stderr] Compiling num v0.1.42 [INFO] [stderr] Compiling rust-example v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: field is never used: `position_y` [INFO] [stderr] --> src/server/../game_objects.rs:44:5 [INFO] [stderr] | [INFO] [stderr] 44 | position_y: i32, [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] warning: field is never used: `position_x` [INFO] [stderr] --> src/server/../game_objects.rs:45:5 [INFO] [stderr] | [INFO] [stderr] 45 | position_x: i32, [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `new` [INFO] [stderr] --> src/server/../game_objects.rs:50:5 [INFO] [stderr] | [INFO] [stderr] 50 | pub fn new() -> PlayerBase { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `set_y_position` [INFO] [stderr] --> src/server/../game_objects.rs:58:5 [INFO] [stderr] | [INFO] [stderr] 58 | pub fn set_y_position(&mut self, new_position: i32) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `set_x_position` [INFO] [stderr] --> src/server/../game_objects.rs:63:5 [INFO] [stderr] | [INFO] [stderr] 63 | pub fn set_x_position(&mut self, new_position: i32) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `draw` [INFO] [stderr] --> src/server/../game_objects.rs:72:5 [INFO] [stderr] | [INFO] [stderr] 72 | pub fn draw(self, renderer: &mut WindowCanvas) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `new` [INFO] [stderr] --> src/server/../game_objects.rs:85:5 [INFO] [stderr] | [INFO] [stderr] 85 | pub fn new() -> Ball { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `set_position` [INFO] [stderr] --> src/server/../game_objects.rs:96:5 [INFO] [stderr] | [INFO] [stderr] 96 | pub fn set_position(&mut self, new_position: [i32;2]) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `draw` [INFO] [stderr] --> src/server/../game_objects.rs:105:5 [INFO] [stderr] | [INFO] [stderr] 105 | pub fn draw(self, renderer: &mut WindowCanvas) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: struct is never constructed: `LocalPlayer` [INFO] [stderr] --> src/server/../game_objects.rs:111:1 [INFO] [stderr] | [INFO] [stderr] 111 | pub struct LocalPlayer { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `new` [INFO] [stderr] --> src/server/../game_objects.rs:118:5 [INFO] [stderr] | [INFO] [stderr] 118 | pub fn new(ev_pump: sdl2::EventPump) -> LocalPlayer { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `handle_input` [INFO] [stderr] --> src/server/../game_objects.rs:126:5 [INFO] [stderr] | [INFO] [stderr] 126 | pub fn handle_input(&mut self) -> i32 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: struct is never constructed: `RemotePlayer` [INFO] [stderr] --> src/server/../game_objects.rs:131:1 [INFO] [stderr] | [INFO] [stderr] 131 | pub struct RemotePlayer { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `new` [INFO] [stderr] --> src/server/../game_objects.rs:137:5 [INFO] [stderr] | [INFO] [stderr] 137 | pub fn new() -> RemotePlayer { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: struct is never constructed: `InputHandler` [INFO] [stderr] --> src/server/../game_objects.rs:144:1 [INFO] [stderr] | [INFO] [stderr] 144 | struct InputHandler { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `new` [INFO] [stderr] --> src/server/../game_objects.rs:149:5 [INFO] [stderr] | [INFO] [stderr] 149 | fn new(ev_pump: sdl2::EventPump) -> InputHandler { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `handle_input` [INFO] [stderr] --> src/server/../game_objects.rs:153:5 [INFO] [stderr] | [INFO] [stderr] 153 | fn handle_input(&mut self) -> i32 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `deserialize` [INFO] [stderr] --> src/server/../protocol.rs:28:1 [INFO] [stderr] | [INFO] [stderr] 28 | pub fn deserialize(message: [u8; MESSAGE_LEN]) -> GameState { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/server-acf83960025ee449.server.afjpqq90-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/server-acf83960025ee449.server.afjpqq90-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/server-acf83960025ee449.server.afjpqq90-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/server-acf83960025ee449.server.afjpqq90-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/server-acf83960025ee449.server.afjpqq90-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/server-acf83960025ee449.server.afjpqq90-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/server-acf83960025ee449.server.afjpqq90-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/server-acf83960025ee449.server.afjpqq90-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/server-acf83960025ee449.server.afjpqq90-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/server-acf83960025ee449.server.afjpqq90-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/server-acf83960025ee449.server.afjpqq90-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/server-acf83960025ee449.server.afjpqq90-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/server-acf83960025ee449.server.afjpqq90-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/server-acf83960025ee449.server.afjpqq90-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/server-acf83960025ee449.server.afjpqq90-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/server-acf83960025ee449.server.afjpqq90-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/server-acf83960025ee449" "/opt/crater/target/debug/deps/server-acf83960025ee449.4b2ermvv8qegrt4h.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libsdl2-c9fecde32a2fae12.rlib" "/opt/crater/target/debug/deps/librand-6af85c75b0db9de2.rlib" "/opt/crater/target/debug/deps/librand_xorshift-6a66fc50e6498d00.rlib" "/opt/crater/target/debug/deps/librand_pcg-bbd1995c669eabc3.rlib" "/opt/crater/target/debug/deps/librand_hc-83283ab0a0ee3df8.rlib" "/opt/crater/target/debug/deps/librand_chacha-13e64131fa1aab21.rlib" "/opt/crater/target/debug/deps/librand_isaac-94fc18115e9afd61.rlib" "/opt/crater/target/debug/deps/librand_core-482fdfb44fe03c92.rlib" "/opt/crater/target/debug/deps/librand_os-7afecdbee6bdc10c.rlib" "/opt/crater/target/debug/deps/librand_jitter-1f73b0ee635ef60d.rlib" "/opt/crater/target/debug/deps/librand_core-a9179eebc82cf0f0.rlib" "/opt/crater/target/debug/deps/libsdl2_sys-649fbacf0d788a4c.rlib" "/opt/crater/target/debug/deps/libbitflags-7220c27e9b431920.rlib" "/opt/crater/target/debug/deps/libnum-24f81039d80076dd.rlib" "/opt/crater/target/debug/deps/libnum_iter-826f20cb78fac559.rlib" "/opt/crater/target/debug/deps/libnum_integer-b3bd4602e5d1c829.rlib" "/opt/crater/target/debug/deps/libnum_traits-d1d041996ae7d877.rlib" "/opt/crater/target/debug/deps/librand-e6a291c09a1ad24f.rlib" "/opt/crater/target/debug/deps/librand_chacha-7aa64e7af70dd110.rlib" "/opt/crater/target/debug/deps/libc2_chacha-fd6b82f098f2537b.rlib" "/opt/crater/target/debug/deps/libppv_lite86-17068f24255d3c25.rlib" "/opt/crater/target/debug/deps/librand_core-c453c848d08c1bd0.rlib" "/opt/crater/target/debug/deps/libgetrandom-0709113b7e4fba9a.rlib" "/opt/crater/target/debug/deps/liblibc-350a43dfff55e8f8.rlib" "/opt/crater/target/debug/deps/liblazy_static-f25e68b0f99eeaf3.rlib" "/opt/crater/target/debug/deps/libspin-45da986ce5974307.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-9895e8982b0a79e7.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-57306b8ed3378a0e.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-54463ae5adae3649.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-d99667b199a9875a.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-51f4300e102199f5.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-b3ccf1f7737a6a91.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-157c37a3ceb78853.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-505bcee45aafb736.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-c29abd529ba4452b.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-895383a3232f6572.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-5594cb4f559bc761.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-38e90baf978bc428.rlib" "-Wl,-Bdynamic" "-lSDL2" "-lSDL2_ttf" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lSDL2_ttf [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `rust-example`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] warning: method is never used: `new` [INFO] [stderr] --> src/client/../protocol.rs:15:5 [INFO] [stderr] | [INFO] [stderr] 15 | pub fn new() -> GameState { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] warning: method is never used: `reset` [INFO] [stderr] --> src/client/../protocol.rs:18:5 [INFO] [stderr] | [INFO] [stderr] 18 | pub fn reset(&mut self) -> () { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `serialize` [INFO] [stderr] --> src/client/../protocol.rs:57:1 [INFO] [stderr] | [INFO] [stderr] 57 | pub fn serialize(game_state: GameState, player_index: i32) -> [u8; MESSAGE_LEN] { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `is_colliding` [INFO] [stderr] --> src/client/../game_objects.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | pub fn is_colliding(obj1_pos: [i32;2], obj2_pos: [i32;2], obj1_dim: [u32;2], obj2_dim: [u32;2]) -> (bool, f32) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variable `remoteAddress` should have a snake case name [INFO] [stderr] --> src/client/main.rs:37:9 [INFO] [stderr] | [INFO] [stderr] 37 | let remoteAddress = &args[args.len()-1]; [INFO] [stderr] | ^^^^^^^^^^^^^ help: convert the identifier to snake case: `remote_address` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(non_snake_case)] on by default [INFO] [stderr] [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/client-1e6bb15849b95d05.client.1jf4wggh-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/client-1e6bb15849b95d05.client.1jf4wggh-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/client-1e6bb15849b95d05.client.1jf4wggh-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/client-1e6bb15849b95d05.client.1jf4wggh-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/client-1e6bb15849b95d05.client.1jf4wggh-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/client-1e6bb15849b95d05.client.1jf4wggh-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/client-1e6bb15849b95d05.client.1jf4wggh-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/client-1e6bb15849b95d05.client.1jf4wggh-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/client-1e6bb15849b95d05.client.1jf4wggh-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/client-1e6bb15849b95d05.client.1jf4wggh-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/client-1e6bb15849b95d05.client.1jf4wggh-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/client-1e6bb15849b95d05.client.1jf4wggh-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/client-1e6bb15849b95d05.client.1jf4wggh-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/client-1e6bb15849b95d05.client.1jf4wggh-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/client-1e6bb15849b95d05.client.1jf4wggh-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/client-1e6bb15849b95d05.client.1jf4wggh-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/client-1e6bb15849b95d05" "/opt/crater/target/debug/deps/client-1e6bb15849b95d05.18wyjxqt00p05950.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libsdl2-c9fecde32a2fae12.rlib" "/opt/crater/target/debug/deps/librand-6af85c75b0db9de2.rlib" "/opt/crater/target/debug/deps/librand_xorshift-6a66fc50e6498d00.rlib" "/opt/crater/target/debug/deps/librand_pcg-bbd1995c669eabc3.rlib" "/opt/crater/target/debug/deps/librand_hc-83283ab0a0ee3df8.rlib" "/opt/crater/target/debug/deps/librand_chacha-13e64131fa1aab21.rlib" "/opt/crater/target/debug/deps/librand_isaac-94fc18115e9afd61.rlib" "/opt/crater/target/debug/deps/librand_core-482fdfb44fe03c92.rlib" "/opt/crater/target/debug/deps/librand_os-7afecdbee6bdc10c.rlib" "/opt/crater/target/debug/deps/librand_jitter-1f73b0ee635ef60d.rlib" "/opt/crater/target/debug/deps/librand_core-a9179eebc82cf0f0.rlib" "/opt/crater/target/debug/deps/libsdl2_sys-649fbacf0d788a4c.rlib" "/opt/crater/target/debug/deps/libbitflags-7220c27e9b431920.rlib" "/opt/crater/target/debug/deps/liblazy_static-f25e68b0f99eeaf3.rlib" "/opt/crater/target/debug/deps/libspin-45da986ce5974307.rlib" "/opt/crater/target/debug/deps/liblibc-350a43dfff55e8f8.rlib" "/opt/crater/target/debug/deps/libnum-24f81039d80076dd.rlib" "/opt/crater/target/debug/deps/libnum_iter-826f20cb78fac559.rlib" "/opt/crater/target/debug/deps/libnum_integer-b3bd4602e5d1c829.rlib" "/opt/crater/target/debug/deps/libnum_traits-d1d041996ae7d877.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-9895e8982b0a79e7.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-57306b8ed3378a0e.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-54463ae5adae3649.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-d99667b199a9875a.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-51f4300e102199f5.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-b3ccf1f7737a6a91.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-157c37a3ceb78853.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-505bcee45aafb736.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-c29abd529ba4452b.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-895383a3232f6572.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-5594cb4f559bc761.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-38e90baf978bc428.rlib" "-Wl,-Bdynamic" "-lSDL2" "-lSDL2_ttf" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lSDL2_ttf [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `rust-example`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "d15d913c8dbf02a75696100f890a7a4a0c1d231aabb6b8beb4211013f5d7479c"` [INFO] running `"docker" "rm" "-f" "d15d913c8dbf02a75696100f890a7a4a0c1d231aabb6b8beb4211013f5d7479c"` [INFO] [stdout] d15d913c8dbf02a75696100f890a7a4a0c1d231aabb6b8beb4211013f5d7479c