[INFO] cloning repository https://github.com/Grindstaffr/agent-sim-demo [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Grindstaffr/agent-sim-demo" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FGrindstaffr%2Fagent-sim-demo", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FGrindstaffr%2Fagent-sim-demo'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 4a2ff27c645153989e26def9ae5498f7552b2476 [INFO] testing Grindstaffr/agent-sim-demo against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FGrindstaffr%2Fagent-sim-demo" "/workspace/builds/worker-73/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-73/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Grindstaffr/agent-sim-demo on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/Grindstaffr/agent-sim-demo [INFO] finished tweaking git repo https://github.com/Grindstaffr/agent-sim-demo [INFO] tweaked toml for git repo https://github.com/Grindstaffr/agent-sim-demo written to /workspace/builds/worker-73/source/Cargo.toml [INFO] crate git repo https://github.com/Grindstaffr/agent-sim-demo already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-73/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-73/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9cfcbcdbc6878d931dd00835294c82073d84be3e5123f82ca11344e9dddd3c74 [INFO] running `Command { std: "docker" "start" "-a" "9cfcbcdbc6878d931dd00835294c82073d84be3e5123f82ca11344e9dddd3c74", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9cfcbcdbc6878d931dd00835294c82073d84be3e5123f82ca11344e9dddd3c74", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9cfcbcdbc6878d931dd00835294c82073d84be3e5123f82ca11344e9dddd3c74", kill_on_drop: false }` [INFO] [stdout] 9cfcbcdbc6878d931dd00835294c82073d84be3e5123f82ca11344e9dddd3c74 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-73/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-73/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8ea674790db96eaa28e72a9e010c783d880557adb85a8e724957c8fa04d78211 [INFO] running `Command { std: "docker" "start" "-a" "8ea674790db96eaa28e72a9e010c783d880557adb85a8e724957c8fa04d78211", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling rand_core v0.4.2 [INFO] [stderr] Compiling crossbeam-utils v0.8.7 [INFO] [stderr] Compiling maybe-uninit v2.0.0 [INFO] [stderr] Compiling arrayvec v0.4.12 [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Compiling crossbeam-epoch v0.9.7 [INFO] [stderr] Compiling scopeguard v0.3.3 [INFO] [stderr] Compiling nodrop v0.1.14 [INFO] [stderr] Compiling rayon-core v1.9.1 [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling stable_deref_trait v1.2.0 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling memoffset v0.2.1 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling crossbeam-utils v0.5.0 [INFO] [stderr] Compiling either v1.6.1 [INFO] [stderr] Compiling nonzero_signed v1.0.3 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling atom v0.3.6 [INFO] [stderr] Compiling sdl2 v0.32.2 [INFO] [stderr] Compiling mopa v0.2.2 [INFO] [stderr] Compiling tuple_utils v0.2.0 [INFO] [stderr] Compiling shrev v1.1.1 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling autocfg v0.1.8 [INFO] [stderr] Compiling memoffset v0.6.5 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling rayon v1.5.1 [INFO] [stderr] Compiling num-iter v0.1.42 [INFO] [stderr] Compiling crossbeam-utils v0.6.6 [INFO] [stderr] Compiling sdl2-sys v0.32.6 [INFO] [stderr] Compiling num_cpus v1.13.1 [INFO] [stderr] Compiling specs-derive v0.4.1 [INFO] [stderr] Compiling owning_ref v0.4.1 [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 v0.6.5 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling lock_api v0.1.5 [INFO] [stderr] Compiling rand v0.5.6 [INFO] [stderr] Compiling rand_xorshift v0.1.1 [INFO] [stderr] Compiling rand_isaac v0.1.1 [INFO] [stderr] Compiling rand_hc v0.1.0 [INFO] [stderr] Compiling fxhash v0.2.1 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Compiling smallvec v0.6.14 [INFO] [stderr] Compiling crossbeam-channel v0.5.2 [INFO] [stderr] Compiling parking_lot_core v0.3.1 [INFO] [stderr] Compiling crossbeam-epoch v0.5.2 [INFO] [stderr] Compiling crossbeam-epoch v0.6.1 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Compiling crossbeam-deque v0.8.1 [INFO] [stderr] Compiling crossbeam-deque v0.5.2 [INFO] [stderr] Compiling parking_lot v0.6.4 [INFO] [stderr] Compiling crossbeam-channel v0.2.6 [INFO] [stderr] Compiling num v0.1.42 [INFO] [stderr] Compiling crossbeam v0.4.1 [INFO] [stderr] Compiling shred v0.7.2 [INFO] [stderr] Compiling hibitset v0.5.4 [INFO] [stderr] Compiling shred-derive v0.5.1 [INFO] [stderr] Compiling derivative v1.0.4 [INFO] [stderr] Compiling specs v0.14.3 [INFO] [stderr] Compiling agent-sim-demo v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `specs::prelude::*` [INFO] [stdout] --> src/actions.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use specs::prelude::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::actions::*` [INFO] [stdout] --> src/gestalt.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use crate::actions::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `Point`, `Rect` [INFO] [stdout] --> src/initializer.rs:2:18 [INFO] [stdout] | [INFO] [stdout] 2 | use sdl2::rect::{Point,Rect}; [INFO] [stdout] | ^^^^^ ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::actions::*` [INFO] [stdout] --> src/initializer.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use crate::actions::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::constants::*` [INFO] [stdout] --> src/initializer.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use crate::constants::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `entity` [INFO] [stdout] --> src/main.rs:241:13 [INFO] [stdout] | [INFO] [stdout] 241 | let entity = world.create_entity() [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_entity` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `agent_spritesheet` [INFO] [stdout] --> src/main.rs:296:9 [INFO] [stdout] | [INFO] [stdout] 296 | let agent_spritesheet = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_agent_spritesheet` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `brain` [INFO] [stdout] --> src/actions.rs:47:2 [INFO] [stdout] | [INFO] [stdout] 47 | brain : &mut Brain, [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_brain` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `body` [INFO] [stdout] --> src/actions.rs:48:2 [INFO] [stdout] | [INFO] [stdout] 48 | body: &mut Body, [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_body` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `speaker_opinion` [INFO] [stdout] --> src/auditory_processing.rs:77:6 [INFO] [stdout] | [INFO] [stdout] 77 | let speaker_opinion = held_opinions.find(|x| x.object.id == opinion.object.id); [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_speaker_opinion` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `object_opinion` [INFO] [stdout] --> src/auditory_processing.rs:78:6 [INFO] [stdout] | [INFO] [stdout] 78 | let object_opinion = held_opinions.find(|x| x.object.id == speaker.id); [INFO] [stdout] | ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_object_opinion` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `body` [INFO] [stdout] --> src/auditory_processing.rs:68:78 [INFO] [stdout] | [INFO] [stdout] 68 | fn process_opinion (speaker: EntityID, opinion: &Opinion, brain: &mut Brain, body: &mut Body) { [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_body` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `speaker` [INFO] [stdout] --> src/auditory_processing.rs:82:18 [INFO] [stdout] | [INFO] [stdout] 82 | fn process_fact (speaker: EntityID, fact: &Fact, brain: &mut Brain, body: &mut Body) { [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_speaker` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `fact` [INFO] [stdout] --> src/auditory_processing.rs:82:37 [INFO] [stdout] | [INFO] [stdout] 82 | fn process_fact (speaker: EntityID, fact: &Fact, brain: &mut Brain, body: &mut Body) { [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_fact` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `brain` [INFO] [stdout] --> src/auditory_processing.rs:82:50 [INFO] [stdout] | [INFO] [stdout] 82 | fn process_fact (speaker: EntityID, fact: &Fact, brain: &mut Brain, body: &mut Body) { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_brain` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `body` [INFO] [stdout] --> src/auditory_processing.rs:82:69 [INFO] [stdout] | [INFO] [stdout] 82 | fn process_fact (speaker: EntityID, fact: &Fact, brain: &mut Brain, body: &mut Body) { [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_body` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `data` [INFO] [stdout] --> src/initializer.rs:17:24 [INFO] [stdout] | [INFO] [stdout] 17 | fn run(&mut self, mut data: Self::SystemData) { [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_data` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `message` [INFO] [stdout] --> src/sonics.rs:33:20 [INFO] [stdout] | [INFO] [stdout] 33 | fn play_audio_for (message: &Vocalisation) { [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_message` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/ai.rs:44:10 [INFO] [stdout] | [INFO] [stdout] 44 | for mut airwaves in (&mut data.4).join() { [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/auditory_processing.rs:45:9 [INFO] [stdout] | [INFO] [stdout] 45 | let mut message = match brain.auditory_cortex.parse_queue.pop() { [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/auditory_processing.rs:50:9 [INFO] [stdout] | [INFO] [stdout] 50 | let mut speaker = message.speaker.clone(); [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/initializer.rs:17:20 [INFO] [stdout] | [INFO] [stdout] 17 | fn run(&mut self, mut data: Self::SystemData) { [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:239:13 [INFO] [stdout] | [INFO] [stdout] 239 | let mut brain = make_brain(name); [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:240:13 [INFO] [stdout] | [INFO] [stdout] 240 | let mut body = make_body(Position(position)); [INFO] [stdout] | ----^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `airwaves` [INFO] [stdout] --> src/components.rs:215:2 [INFO] [stdout] | [INFO] [stdout] 215 | airwaves : Airwaves, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `CommonKnowledge` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/components.rs:213:21 [INFO] [stdout] | [INFO] [stdout] 213 | #[derive(Component, Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `AGENT_MOVEMENT_SPEED` [INFO] [stdout] --> src/ai.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | const AGENT_MOVEMENT_SPEED: i32 = 2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `clean_up` [INFO] [stdout] --> src/ai.rs:82:4 [INFO] [stdout] | [INFO] [stdout] 82 | fn clean_up () { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `say_something` [INFO] [stdout] --> src/actions.rs:46:8 [INFO] [stdout] | [INFO] [stdout] 46 | pub fn say_something ( [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `make_something_up` [INFO] [stdout] --> src/actions.rs:53:8 [INFO] [stdout] | [INFO] [stdout] 53 | pub fn make_something_up () {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `AGENT_RUN_SPEED` [INFO] [stdout] --> src/constants.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | pub const AGENT_RUN_SPEED: i32 = 4; [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/agent_sim_demo-db69db378228cd28.agent_sim_demo.f9e49d3c-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/agent_sim_demo-db69db378228cd28.agent_sim_demo.f9e49d3c-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/agent_sim_demo-db69db378228cd28.agent_sim_demo.f9e49d3c-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/agent_sim_demo-db69db378228cd28.agent_sim_demo.f9e49d3c-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/agent_sim_demo-db69db378228cd28.agent_sim_demo.f9e49d3c-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/agent_sim_demo-db69db378228cd28.agent_sim_demo.f9e49d3c-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/agent_sim_demo-db69db378228cd28.agent_sim_demo.f9e49d3c-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/agent_sim_demo-db69db378228cd28.agent_sim_demo.f9e49d3c-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/agent_sim_demo-db69db378228cd28.agent_sim_demo.f9e49d3c-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/agent_sim_demo-db69db378228cd28.agent_sim_demo.f9e49d3c-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/agent_sim_demo-db69db378228cd28.agent_sim_demo.f9e49d3c-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/agent_sim_demo-db69db378228cd28.agent_sim_demo.f9e49d3c-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/agent_sim_demo-db69db378228cd28.agent_sim_demo.f9e49d3c-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/agent_sim_demo-db69db378228cd28.agent_sim_demo.f9e49d3c-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/agent_sim_demo-db69db378228cd28.agent_sim_demo.f9e49d3c-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/agent_sim_demo-db69db378228cd28.agent_sim_demo.f9e49d3c-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/agent_sim_demo-db69db378228cd28.3b5qxs21frzjkk72.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libsdl2-824588eeec1196da.rlib" "/opt/rustwide/target/debug/deps/librand-5c56171ed88de152.rlib" "/opt/rustwide/target/debug/deps/librand_xorshift-16675fe8d6ea6560.rlib" "/opt/rustwide/target/debug/deps/librand_pcg-20e1e27d65cb8d96.rlib" "/opt/rustwide/target/debug/deps/librand_hc-f690e7cf53692c14.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-a95a1bdf1deb4431.rlib" "/opt/rustwide/target/debug/deps/librand_isaac-3f3727b3acd8af98.rlib" "/opt/rustwide/target/debug/deps/librand_os-90fee41592517194.rlib" "/opt/rustwide/target/debug/deps/librand_jitter-a6ffbd6e57632e30.rlib" "/opt/rustwide/target/debug/deps/libsdl2_sys-92e4022e89c6bba9.rlib" "/opt/rustwide/target/debug/deps/libbitflags-610a73087f46ba3b.rlib" "/opt/rustwide/target/debug/deps/libnum-01c73eb414ecb22e.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-13a0a61122c89ff9.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-64bfb6aabf0b0609.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-c8218129049a6c67.rlib" "/opt/rustwide/target/debug/deps/libspecs-9cff6ea0493e338f.rlib" "/opt/rustwide/target/debug/deps/libtuple_utils-50c457f232ab8068.rlib" "/opt/rustwide/target/debug/deps/libshrev-b5e8fc5d2577eb9e.rlib" "/opt/rustwide/target/debug/deps/libnonzero_signed-20056ad7865a2df9.rlib" "/opt/rustwide/target/debug/deps/liblog-85f4ca97e1cbe80a.rlib" "/opt/rustwide/target/debug/deps/libhibitset-1e99a2086d550434.rlib" "/opt/rustwide/target/debug/deps/libatom-c3414fda36f32c6b.rlib" "/opt/rustwide/target/debug/deps/libfnv-bb690c336855f248.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam-3204a0e7fa262e74.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-7cb2bfc019f3e425.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-d908f72956187a11.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_channel-9ca10d8aec435e15.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-6fb98d34cdf1bdf1.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-109afed528eee824.rlib" "/opt/rustwide/target/debug/deps/liblock_api-7b399c4c5e2c2fbd.rlib" "/opt/rustwide/target/debug/deps/libowning_ref-b4c07e4c7e7cc403.rlib" "/opt/rustwide/target/debug/deps/libstable_deref_trait-a7411811f8affdf0.rlib" "/opt/rustwide/target/debug/deps/librand-57bb7f7ed3d23628.rlib" "/opt/rustwide/target/debug/deps/librand_core-2be1dd7fb302b8f4.rlib" "/opt/rustwide/target/debug/deps/librand_core-8951c9ba3b1758eb.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-47cd0483c1063f5c.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-b3c5cc2704c5265f.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-ccc355fbacc0d8ae.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-a0a77ab05a64711c.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-4cd2436cb4011669.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-b22544e46cbb7baa.rlib" "/opt/rustwide/target/debug/deps/libshred-0fba5296ba379113.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-5486e2066e6a43cb.rlib" "/opt/rustwide/target/debug/deps/libmaybe_uninit-6da8ac6dfb59ea6e.rlib" "/opt/rustwide/target/debug/deps/librayon-833563c7d184b136.rlib" "/opt/rustwide/target/debug/deps/librayon_core-c22a22daf2ffda0d.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-0cf63326fa2cd96b.rlib" "/opt/rustwide/target/debug/deps/liblibc-7a5dab6311f3c1a3.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-609b48a98582154d.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-6aed8397e6044fe3.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-ad14ed7792de2c4c.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-54ff2283d814f48f.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_channel-a5e760f00ed88832.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-dcd626cc178af15c.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-86422d76b8bd90ed.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-97437e183f3ae6e4.rlib" "/opt/rustwide/target/debug/deps/libeither-1fa9e7dc99f602fc.rlib" "/opt/rustwide/target/debug/deps/libmopa-0dc3478107a11471.rlib" "/opt/rustwide/target/debug/deps/libfxhash-e2bbac7e1bf7d43b.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-614d7e4e7f7903e2.rlib" "/opt/rustwide/target/debug/deps/libarrayvec-797cb1bb955e9b04.rlib" "/opt/rustwide/target/debug/deps/libnodrop-2955a1c310f4b8f5.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-ff9290e971253a38.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-5534b29ea7b2d8f5.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-8bfbb13072fc2761.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-d6d1fa92fa620f17.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-7cfd201521727d95.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-0e8010e8fce8e5a7.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-19093fec3c6dd913.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-89c4cbe9256c1890.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-73e4507673363945.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-3fe98c0f46f27964.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-a76787f08d45e37d.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8cea480e62c5b261.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-1fb939608cd05a1c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-842e67e3ab562f66.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-0c1c8fec3b1a54cc.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-689faa634b72af17.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-6c2c561a8181be5e.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-88c4d85fe493b0a6.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-f5394bdb1df5df01.rlib" "-Wl,-Bdynamic" "-lSDL2" "-lSDL2_image" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/agent_sim_demo-db69db378228cd28" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro,-znow" "-nodefaultlibs" [INFO] [stdout] = note: /usr/bin/ld: cannot find -lSDL2_image [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 30 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `agent-sim-demo` due to 2 previous errors; 30 warnings emitted [INFO] running `Command { std: "docker" "inspect" "8ea674790db96eaa28e72a9e010c783d880557adb85a8e724957c8fa04d78211", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8ea674790db96eaa28e72a9e010c783d880557adb85a8e724957c8fa04d78211", kill_on_drop: false }` [INFO] [stdout] 8ea674790db96eaa28e72a9e010c783d880557adb85a8e724957c8fa04d78211