[INFO] updating cached repository https://github.com/werner291/evolution_simulator [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 9b8da20885eb1ae1e8b8a162cc5252a8307b85ae [INFO] testing werner291/evolution_simulator against 1.38.0 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwerner291%2Fevolution_simulator" "work/builds/worker-3/source"` [INFO] [stderr] Cloning into 'work/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/werner291/evolution_simulator on toolchain 1.38.0 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/werner291/evolution_simulator [INFO] finished tweaking git repo https://github.com/werner291/evolution_simulator [INFO] tweaked toml for git repo https://github.com/werner291/evolution_simulator written to work/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/werner291/evolution_simulator already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-3/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.38.0" "build" "--frozen"` [INFO] [stdout] b3e42d3723b0b66244ee903de1c6af9c22a21ddc4239229d59e7799bd820f36c [INFO] running `"docker" "start" "-a" "b3e42d3723b0b66244ee903de1c6af9c22a21ddc4239229d59e7799bd820f36c"` [INFO] [stderr] Compiling num-complex v0.2.1 [INFO] [stderr] Compiling typenum v1.10.0 [INFO] [stderr] Compiling autocfg v0.1.2 [INFO] [stderr] Compiling libc v0.2.48 [INFO] [stderr] Compiling num-bigint v0.2.2 [INFO] [stderr] Compiling matrixmultiply v0.1.15 [INFO] [stderr] Compiling num-rational v0.2.1 [INFO] [stderr] Compiling cfg-if v0.1.6 [INFO] [stderr] Compiling rawpointer v0.1.0 [INFO] [stderr] Compiling void v1.0.2 [INFO] [stderr] Compiling cgmath v0.16.1 [INFO] [stderr] Compiling libm v0.1.2 [INFO] [stderr] Compiling ndarray v0.12.1 [INFO] [stderr] Compiling either v1.5.0 [INFO] [stderr] Compiling approx v0.1.1 [INFO] [stderr] Compiling pdqselect v0.1.0 [INFO] [stderr] Compiling lazy_static v1.2.0 [INFO] [stderr] Compiling c_vec v1.3.2 [INFO] [stderr] Compiling clamp v0.1.0 [INFO] [stderr] Compiling unreachable v1.0.0 [INFO] [stderr] Compiling generational-arena v0.1.0 [INFO] [stderr] Compiling sdl2-sys v0.32.5 [INFO] [stderr] Compiling rand_xorshift v0.1.1 [INFO] [stderr] Compiling rand_hc v0.1.0 [INFO] [stderr] Compiling rand_isaac v0.1.1 [INFO] [stderr] Compiling itertools v0.7.11 [INFO] [stderr] Compiling itertools v0.8.0 [INFO] [stderr] Compiling rand_pcg v0.1.1 [INFO] [stderr] Compiling approx v0.3.1 [INFO] [stderr] Compiling num-traits v0.1.43 [INFO] [stderr] Compiling smallvec v0.6.8 [INFO] [stderr] Compiling num v0.1.42 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling rand v0.6.4 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling rand v0.5.6 [INFO] [stderr] Compiling rand_os v0.1.1 [INFO] [stderr] Compiling time v0.1.42 [INFO] [stderr] Compiling alga v0.7.2 [INFO] [stderr] Compiling chrono v0.4.6 [INFO] [stderr] Compiling generic-array v0.11.1 [INFO] [stderr] Compiling num v0.2.0 [INFO] [stderr] Compiling sdl2 v0.32.1 [INFO] [stderr] Compiling nalgebra v0.16.13 [INFO] [stderr] warning[E0502]: cannot borrow `*self` as immutable because it is also borrowed as mutable [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.16.13/src/base/cg.rs:291:44 [INFO] [stderr] | [INFO] [stderr] 291 | self[(j, i)] += shift[j] * self[(D::dim() - 1, i)]; [INFO] [stderr] | ---------------------------^^^^------------------- [INFO] [stderr] | | | [INFO] [stderr] | | immutable borrow occurs here [INFO] [stderr] | mutable borrow occurs here [INFO] [stderr] | mutable borrow later used here [INFO] [stderr] | [INFO] [stderr] = warning: this error has been downgraded to a warning for backwards compatibility with previous releases [INFO] [stderr] = warning: this represents potential undefined behavior in your code and this warning will become a hard error in the future [INFO] [stderr] = note: for more information, try `rustc --explain E0729` [INFO] [stderr] [INFO] [stderr] Compiling spade v1.6.0 [INFO] [stderr] Compiling evo_exp v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused import: `crate::sim_framework::Body` [INFO] [stderr] --> src/food.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use crate::sim_framework::Body; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:371:25 [INFO] [stderr] | [INFO] [stderr] 371 | pub fn run(update: &mut FnMut(&mut Canvas) -> ()) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(&mut Canvas) -> ()` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `rng` [INFO] [stderr] --> src/main.rs:88:21 [INFO] [stderr] | [INFO] [stderr] 88 | let mut rng = rand::thread_rng(); [INFO] [stderr] | ^^^ help: consider prefixing with an underscore: `_rng` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `angle` [INFO] [stderr] --> src/main.rs:101:13 [INFO] [stderr] | [INFO] [stderr] 101 | let angle: f32 = rng.gen_range(0.0, 2.0 * std::f32::consts::PI); [INFO] [stderr] | ^^^^^ help: consider prefixing with an underscore: `_angle` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `mutation_coeff` [INFO] [stderr] --> src/genome.rs:121:13 [INFO] [stderr] | [INFO] [stderr] 121 | let mutation_coeff : f32 = BASE_MUT.powf(self.mutation_rate); [INFO] [stderr] | ^^^^^^^^^^^^^^ help: consider prefixing with an underscore: `_mutation_coeff` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `dv` [INFO] [stderr] --> src/sim_framework.rs:129:17 [INFO] [stderr] | [INFO] [stderr] 129 | let dv = node.vel * node.anchor; [INFO] [stderr] | ^^ help: consider prefixing with an underscore: `_dv` [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/main.rs:88:17 [INFO] [stderr] | [INFO] [stderr] 88 | let mut rng = rand::thread_rng(); [INFO] [stderr] | ----^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_mut)]` on by default [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/main.rs:290:9 [INFO] [stderr] | [INFO] [stderr] 290 | for mut spawner in spawners.iter_mut() { [INFO] [stderr] | ----^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/food.rs:27:13 [INFO] [stderr] | [INFO] [stderr] 27 | for mut org in organisms.iter_mut() { [INFO] [stderr] | ----^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] [INFO] [stderr] warning: method is never used: `output_size` [INFO] [stderr] --> src/ffnn.rs:34:5 [INFO] [stderr] | [INFO] [stderr] 34 | pub fn output_size(&self) -> usize { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: method is never used: `output_size` [INFO] [stderr] --> src/ffnn.rs:78:5 [INFO] [stderr] | [INFO] [stderr] 78 | pub fn output_size(&self) -> usize { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `insert_input` [INFO] [stderr] --> src/ffnn.rs:90:5 [INFO] [stderr] | [INFO] [stderr] 90 | pub fn insert_input(&mut self, index: usize) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `insert_output` [INFO] [stderr] --> src/ffnn.rs:94:5 [INFO] [stderr] | [INFO] [stderr] 94 | pub fn insert_output(&mut self, index: usize) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `insert_node` [INFO] [stderr] --> src/ffnn.rs:98:5 [INFO] [stderr] | [INFO] [stderr] 98 | pub fn insert_node(&mut self, layer: usize, index: usize) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `is_connected` [INFO] [stderr] --> src/genome.rs:57:5 [INFO] [stderr] | [INFO] [stderr] 57 | fn is_connected(&self) -> bool { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `add_node` [INFO] [stderr] --> src/genome.rs:98:5 [INFO] [stderr] | [INFO] [stderr] 98 | fn add_node(&mut self, at: Vector2) -> usize { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `add_connection` [INFO] [stderr] --> src/genome.rs:109:5 [INFO] [stderr] | [INFO] [stderr] 109 | fn add_connection(&mut self, from: usize, to: usize) -> usize { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: constant item is never used: `ANCHOR_STRENGTH` [INFO] [stderr] --> src/sim_framework.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | pub const ANCHOR_STRENGTH : f32 = 1.0; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: constant item is never used: `FOOD_AMOUNT` [INFO] [stderr] --> src/main.rs:32:1 [INFO] [stderr] | [INFO] [stderr] 32 | const FOOD_AMOUNT: usize = 100000 / (SCALE * SCALE) as usize; [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/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/evo_exp-fd28435473d8cef5.evo_exp.ah3ym695-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/evo_exp-fd28435473d8cef5.evo_exp.ah3ym695-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/evo_exp-fd28435473d8cef5.evo_exp.ah3ym695-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/evo_exp-fd28435473d8cef5.evo_exp.ah3ym695-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/evo_exp-fd28435473d8cef5.evo_exp.ah3ym695-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/evo_exp-fd28435473d8cef5.evo_exp.ah3ym695-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/evo_exp-fd28435473d8cef5.evo_exp.ah3ym695-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/evo_exp-fd28435473d8cef5.evo_exp.ah3ym695-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/evo_exp-fd28435473d8cef5.evo_exp.ah3ym695-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/evo_exp-fd28435473d8cef5.evo_exp.ah3ym695-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/evo_exp-fd28435473d8cef5.evo_exp.ah3ym695-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/evo_exp-fd28435473d8cef5.evo_exp.ah3ym695-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/evo_exp-fd28435473d8cef5.evo_exp.ah3ym695-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/evo_exp-fd28435473d8cef5.evo_exp.ah3ym695-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/evo_exp-fd28435473d8cef5.evo_exp.ah3ym695-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/evo_exp-fd28435473d8cef5.evo_exp.ah3ym695-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/evo_exp-fd28435473d8cef5" "/opt/rustwide/target/debug/deps/evo_exp-fd28435473d8cef5.1b22tu6pgupgtptg.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libsdl2-386b7ae4e7a30d07.rlib" "/opt/rustwide/target/debug/deps/librand-2d4d7769481f672b.rlib" "/opt/rustwide/target/debug/deps/librand_xorshift-26117e6686cd6854.rlib" "/opt/rustwide/target/debug/deps/librand_pcg-aa857551a9b7efc2.rlib" "/opt/rustwide/target/debug/deps/librand_hc-96bdedc5fd9a60f8.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-e734d77a45b23c9f.rlib" "/opt/rustwide/target/debug/deps/librand_isaac-43c80cda5f8b55f5.rlib" "/opt/rustwide/target/debug/deps/librand_os-c4758c7cc5f1c690.rlib" "/opt/rustwide/target/debug/deps/libc_vec-87d5085fd4efb188.rlib" "/opt/rustwide/target/debug/deps/libsdl2_sys-063c3fb4a0bd85fb.rlib" "/opt/rustwide/target/debug/deps/libbitflags-ac824a210725bad3.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-7f0036cdc569d1c1.rlib" "/opt/rustwide/target/debug/deps/libnum-3864f76b6dda44fb.rlib" "/opt/rustwide/target/debug/deps/libspade-7f80b0f7b5951734.rlib" "/opt/rustwide/target/debug/deps/libpdqselect-cee6c4765797ec10.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-4763a4b6d019f822.rlib" "/opt/rustwide/target/debug/deps/libunreachable-e3de1224a0a5c920.rlib" "/opt/rustwide/target/debug/deps/libvoid-42527b96b651f819.rlib" "/opt/rustwide/target/debug/deps/libclamp-b9645ca60b64fec8.rlib" "/opt/rustwide/target/debug/deps/libcgmath-cd30fc9ce36a00c6.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-9c00a5e6678d4995.rlib" "/opt/rustwide/target/debug/deps/libapprox-df69f604d5ff4e2e.rlib" "/opt/rustwide/target/debug/deps/libnum-d3d8e00b162be540.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-0e304ed18517a612.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-53ea44e79df097b8.rlib" "/opt/rustwide/target/debug/deps/libnum_bigint-159e5655990e90c5.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-80c6dbab6652410c.rlib" "/opt/rustwide/target/debug/deps/libgenerational_arena-a4e89c3e61c36138.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-346f95c6920bbf4f.rlib" "/opt/rustwide/target/debug/deps/libnalgebra-c383736aff6e7e88.rlib" "/opt/rustwide/target/debug/deps/libalga-d0ec2d0c1045687e.rlib" "/opt/rustwide/target/debug/deps/librand-9eddc97d37f627be.rlib" "/opt/rustwide/target/debug/deps/librand_core-355fd1b7bcd43737.rlib" "/opt/rustwide/target/debug/deps/librand_core-bcfcf7c2a1d9c9e3.rlib" "/opt/rustwide/target/debug/deps/libgeneric_array-c5c8c9b0ddb6ba9e.rlib" "/opt/rustwide/target/debug/deps/libtypenum-c23e2539379fd377.rlib" "/opt/rustwide/target/debug/deps/libapprox-586d19aa93e507e6.rlib" "/opt/rustwide/target/debug/deps/libndarray-03452af6305503a0.rlib" "/opt/rustwide/target/debug/deps/libnum_complex-a7edfa411d28ca7a.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-cb412cedb055b888.rlib" "/opt/rustwide/target/debug/deps/libitertools-8586c454cfa1596b.rlib" "/opt/rustwide/target/debug/deps/libeither-6b7239188857df3d.rlib" "/opt/rustwide/target/debug/deps/libmatrixmultiply-25da71a3fc1835d8.rlib" "/opt/rustwide/target/debug/deps/librawpointer-ad0b02b2fdfa0d4f.rlib" "/opt/rustwide/target/debug/deps/librand-32f17a9246e2a5ed.rlib" "/opt/rustwide/target/debug/deps/liblibc-8e7405c8b737c45b.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-12ce12f1efc08aa3.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-5d3cd1b3ddab72e4.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-f8222943dfd167e2.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-0cd00b2d3108cd48.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-485c05ba6ce1b438.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-63e6b1072426ba59.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-a421aff1d43911ee.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-3deef8ef4fe80dff.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-f65a176f0586269e.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-ad46d4080f4d7e57.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-da6c590582bf0885.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-837ca740df32db0a.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-db27c965e824589f.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-68a4f8466685ed76.rlib" "-Wl,-Bdynamic" "-lSDL2" "-lSDL2_gfx" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lSDL2_gfx [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 `evo_exp`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "b3e42d3723b0b66244ee903de1c6af9c22a21ddc4239229d59e7799bd820f36c"` [INFO] running `"docker" "rm" "-f" "b3e42d3723b0b66244ee903de1c6af9c22a21ddc4239229d59e7799bd820f36c"` [INFO] [stdout] b3e42d3723b0b66244ee903de1c6af9c22a21ddc4239229d59e7799bd820f36c