[INFO] cloning repository https://github.com/sunjay/autogamer [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/sunjay/autogamer" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsunjay%2Fautogamer", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsunjay%2Fautogamer'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 419f436331098c14e5884bcedfe185eead86e740 [INFO] testing sunjay/autogamer against 1.59.0 for beta-1.60-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsunjay%2Fautogamer" "/workspace/builds/worker-49/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-49/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/sunjay/autogamer on toolchain 1.59.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-49/source/rust-toolchain [INFO] started tweaking git repo https://github.com/sunjay/autogamer [INFO] finished tweaking git repo https://github.com/sunjay/autogamer [INFO] tweaked toml for git repo https://github.com/sunjay/autogamer written to /workspace/builds/worker-49/source/Cargo.toml [INFO] crate git repo https://github.com/sunjay/autogamer already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Updating git repository `https://github.com/amethyst/specs` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded noisy_float v0.1.15 [INFO] [stderr] Downloaded ncollide2d v0.23.2 [INFO] [stderr] Downloaded nphysics2d v0.16.1 [INFO] [stderr] Downloaded shred v0.12.0 [INFO] [stderr] Downloaded tiled v0.9.5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-49/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-49/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ad23962534dbfd94eaed453a7f08e9137e55b06f016648a85871429b05d0071a [INFO] running `Command { std: "docker" "start" "-a" "ad23962534dbfd94eaed453a7f08e9137e55b06f016648a85871429b05d0071a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ad23962534dbfd94eaed453a7f08e9137e55b06f016648a85871429b05d0071a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ad23962534dbfd94eaed453a7f08e9137e55b06f016648a85871429b05d0071a", kill_on_drop: false }` [INFO] [stdout] ad23962534dbfd94eaed453a7f08e9137e55b06f016648a85871429b05d0071a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-49/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-49/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] cc2cadf1fedb0d03bb1b498f26f49c2194e0be443550793036436af4c641b3ee [INFO] running `Command { std: "docker" "start" "-a" "cc2cadf1fedb0d03bb1b498f26f49c2194e0be443550793036436af4c641b3ee", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libc v0.2.111 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling version_check v0.9.3 [INFO] [stderr] Compiling proc-macro2 v1.0.33 [INFO] [stderr] Compiling libm v0.2.1 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling syn v1.0.65 [INFO] [stderr] Compiling crossbeam-utils v0.8.5 [INFO] [stderr] Compiling getrandom v0.1.16 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling once_cell v1.8.0 [INFO] [stderr] Compiling either v1.6.1 [INFO] [stderr] Compiling proc-macro-hack v0.5.19 [INFO] [stderr] Compiling crossbeam-epoch v0.9.5 [INFO] [stderr] Compiling rayon-core v1.9.1 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling glob v0.3.0 [INFO] [stderr] Compiling typenum v1.14.0 [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling smallvec v1.7.0 [INFO] [stderr] Compiling ppv-lite86 v0.2.15 [INFO] [stderr] Compiling version-compare v0.0.10 [INFO] [stderr] Compiling serde_derive v1.0.131 [INFO] [stderr] Compiling zstd-safe v2.0.6+zstd.1.4.7 [INFO] [stderr] Compiling rawpointer v0.2.1 [INFO] [stderr] Compiling crc32fast v1.3.0 [INFO] [stderr] Compiling serde v1.0.131 [INFO] [stderr] Compiling crossbeam-queue v0.3.2 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling fixedbitset v0.2.0 [INFO] [stderr] Compiling parking_lot_core v0.8.5 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling take_mut v0.2.2 [INFO] [stderr] Compiling serde_json v1.0.72 [INFO] [stderr] Compiling adler32 v1.2.0 [INFO] [stderr] Compiling arrayvec v0.5.2 [INFO] [stderr] Compiling rle-decode-fast v1.0.1 [INFO] [stderr] Compiling atom v0.3.6 [INFO] [stderr] Compiling mopa v0.2.2 [INFO] [stderr] Compiling downcast-rs v1.2.0 [INFO] [stderr] Compiling slotmap v0.4.3 [INFO] [stderr] Compiling slab v0.4.5 [INFO] [stderr] Compiling sdl2 v0.34.5 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling shrev v1.1.1 [INFO] [stderr] Compiling xml-rs v0.8.4 [INFO] [stderr] Compiling tuple_utils v0.3.0 [INFO] [stderr] Compiling itoa v0.4.8 [INFO] [stderr] Compiling ryu v1.0.7 [INFO] [stderr] Compiling lock_api v0.4.5 [INFO] [stderr] Compiling itertools v0.9.0 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling memoffset v0.6.5 [INFO] [stderr] Compiling num-complex v0.2.4 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling indexmap v1.7.0 [INFO] [stderr] Compiling num-rational v0.2.4 [INFO] [stderr] Compiling rayon v1.5.1 [INFO] [stderr] Compiling generational-arena v0.2.8 [INFO] [stderr] Compiling base64 v0.10.1 [INFO] [stderr] Compiling matrixmultiply v0.2.4 [INFO] [stderr] Compiling instant v0.1.12 [INFO] [stderr] Compiling ahash v0.7.6 [INFO] [stderr] Compiling nom v5.1.2 [INFO] [stderr] Compiling sdl2-sys v0.34.5 [INFO] [stderr] Compiling crossbeam-channel v0.5.1 [INFO] [stderr] Compiling quote v1.0.10 [INFO] [stderr] Compiling jobserver v0.1.24 [INFO] [stderr] Compiling getrandom v0.2.3 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling libflate v0.1.27 [INFO] [stderr] Compiling cc v1.0.72 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling parking_lot v0.11.2 [INFO] [stderr] Compiling hashbrown v0.11.2 [INFO] [stderr] Compiling generic-array v0.13.3 [INFO] [stderr] Compiling crossbeam-deque v0.8.1 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling tynm v0.1.6 [INFO] [stderr] Compiling paste-impl v0.1.18 [INFO] [stderr] Compiling approx v0.3.2 [INFO] [stderr] Compiling noisy_float v0.1.15 [INFO] [stderr] Compiling rand_distr v0.2.2 [INFO] [stderr] Compiling petgraph v0.5.1 [INFO] [stderr] Compiling paste v0.1.18 [INFO] [stderr] Compiling simba v0.1.5 [INFO] [stderr] Compiling hibitset v0.6.3 [INFO] [stderr] Compiling nalgebra v0.21.1 [INFO] [stderr] Compiling zstd-sys v1.4.18+zstd.1.4.7 [INFO] [stderr] Compiling shred-derive v0.6.3 [INFO] [stderr] Compiling specs-derive v0.4.1 (https://github.com/amethyst/specs#5ce2cc7d) [INFO] [stderr] Compiling thiserror-impl v1.0.30 [INFO] [stderr] Compiling shred v0.12.0 [INFO] [stderr] Compiling specs v0.17.0 (https://github.com/amethyst/specs#5ce2cc7d) [INFO] [stderr] Compiling thiserror v1.0.30 [INFO] [stderr] Compiling ncollide2d v0.23.2 [INFO] [stderr] Compiling nphysics2d v0.16.1 [INFO] [stderr] Compiling zstd v0.5.4+zstd.1.4.7 [INFO] [stderr] Compiling tiled v0.9.5 [INFO] [stderr] Compiling autogamer v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `draw_order` [INFO] [stdout] --> src/level.rs:411:56 [INFO] [stdout] | [INFO] [stdout] 411 | let &Sprite {ref image, align_size, pivot, draw_order} = sprite; [INFO] [stdout] | ^^^^^^^^^^ help: try ignoring the field: `draw_order: _` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `entity` [INFO] [stdout] --> src/component_templates.rs:95:5 [INFO] [stdout] | [INFO] [stdout] 95 | entity: &EntityEditor<'a>, [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_entity` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `id` [INFO] [stdout] --> src/component_templates.rs:96:5 [INFO] [stdout] | [INFO] [stdout] 96 | id: TileId, [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_id` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `tile_type` [INFO] [stdout] --> src/component_templates.rs:97:5 [INFO] [stdout] | [INFO] [stdout] 97 | tile_type: &str, [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_tile_type` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `props` [INFO] [stdout] --> src/component_templates.rs:98:5 [INFO] [stdout] | [INFO] [stdout] 98 | props: &P, [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_props` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `animations` [INFO] [stdout] --> src/spritesheets.rs:118:56 [INFO] [stdout] | [INFO] [stdout] 118 | &Grid {cell_width, cell_height, ref poses, ref animations} => { [INFO] [stdout] | ^^^^^^^^^^^^^^ help: try ignoring the field: `animations: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `props` [INFO] [stdout] --> src/level/load_objects.rs:149:5 [INFO] [stdout] | [INFO] [stdout] 149 | props: &HashMap, [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_props` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `world` [INFO] [stdout] --> src/level/load_objects.rs:150:5 [INFO] [stdout] | [INFO] [stdout] 150 | world: &mut World, [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_world` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `collision_geometry` [INFO] [stdout] --> src/level/load_objects.rs:203:9 [INFO] [stdout] | [INFO] [stdout] 203 | collision_geometry, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: try ignoring the field: `collision_geometry: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `shape` [INFO] [stdout] --> src/level/load_objects.rs:181:5 [INFO] [stdout] | [INFO] [stdout] 181 | shape: &tiled::ObjectShape, [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_shape` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `icenter` [INFO] [stdout] --> src/systems/collision_detector.rs:99:17 [INFO] [stdout] | [INFO] [stdout] 99 | let icenter = bounds1.intersected(&bounds2).center(); [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_icenter` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 11 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 11s [INFO] running `Command { std: "docker" "inspect" "cc2cadf1fedb0d03bb1b498f26f49c2194e0be443550793036436af4c641b3ee", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cc2cadf1fedb0d03bb1b498f26f49c2194e0be443550793036436af4c641b3ee", kill_on_drop: false }` [INFO] [stdout] cc2cadf1fedb0d03bb1b498f26f49c2194e0be443550793036436af4c641b3ee [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-49/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-49/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3ef3cf16420571c3177861674597380d12b1a1b0b05af08abfa66d5b7e7a8661 [INFO] running `Command { std: "docker" "start" "-a" "3ef3cf16420571c3177861674597380d12b1a1b0b05af08abfa66d5b7e7a8661", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling autogamer v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `draw_order` [INFO] [stdout] --> src/level.rs:411:56 [INFO] [stdout] | [INFO] [stdout] 411 | let &Sprite {ref image, align_size, pivot, draw_order} = sprite; [INFO] [stdout] | ^^^^^^^^^^ help: try ignoring the field: `draw_order: _` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `entity` [INFO] [stdout] --> src/component_templates.rs:95:5 [INFO] [stdout] | [INFO] [stdout] 95 | entity: &EntityEditor<'a>, [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_entity` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `id` [INFO] [stdout] --> src/component_templates.rs:96:5 [INFO] [stdout] | [INFO] [stdout] 96 | id: TileId, [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_id` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `tile_type` [INFO] [stdout] --> src/component_templates.rs:97:5 [INFO] [stdout] | [INFO] [stdout] 97 | tile_type: &str, [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_tile_type` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `props` [INFO] [stdout] --> src/component_templates.rs:98:5 [INFO] [stdout] | [INFO] [stdout] 98 | props: &P, [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_props` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `animations` [INFO] [stdout] --> src/spritesheets.rs:118:56 [INFO] [stdout] | [INFO] [stdout] 118 | &Grid {cell_width, cell_height, ref poses, ref animations} => { [INFO] [stdout] | ^^^^^^^^^^^^^^ help: try ignoring the field: `animations: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `props` [INFO] [stdout] --> src/level/load_objects.rs:149:5 [INFO] [stdout] | [INFO] [stdout] 149 | props: &HashMap, [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_props` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `world` [INFO] [stdout] --> src/level/load_objects.rs:150:5 [INFO] [stdout] | [INFO] [stdout] 150 | world: &mut World, [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_world` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `collision_geometry` [INFO] [stdout] --> src/level/load_objects.rs:203:9 [INFO] [stdout] | [INFO] [stdout] 203 | collision_geometry, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: try ignoring the field: `collision_geometry: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `shape` [INFO] [stdout] --> src/level/load_objects.rs:181:5 [INFO] [stdout] | [INFO] [stdout] 181 | shape: &tiled::ObjectShape, [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_shape` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `icenter` [INFO] [stdout] --> src/systems/collision_detector.rs:99:17 [INFO] [stdout] | [INFO] [stdout] 99 | let icenter = bounds1.intersected(&bounds2).center(); [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_icenter` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 11 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `draw_order` [INFO] [stdout] --> src/level.rs:411:56 [INFO] [stdout] | [INFO] [stdout] 411 | let &Sprite {ref image, align_size, pivot, draw_order} = sprite; [INFO] [stdout] | ^^^^^^^^^^ help: try ignoring the field: `draw_order: _` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `entity` [INFO] [stdout] --> src/component_templates.rs:95:5 [INFO] [stdout] | [INFO] [stdout] 95 | entity: &EntityEditor<'a>, [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_entity` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `id` [INFO] [stdout] --> src/component_templates.rs:96:5 [INFO] [stdout] | [INFO] [stdout] 96 | id: TileId, [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_id` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `tile_type` [INFO] [stdout] --> src/component_templates.rs:97:5 [INFO] [stdout] | [INFO] [stdout] 97 | tile_type: &str, [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_tile_type` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `props` [INFO] [stdout] --> src/component_templates.rs:98:5 [INFO] [stdout] | [INFO] [stdout] 98 | props: &P, [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_props` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `animations` [INFO] [stdout] --> src/spritesheets.rs:118:56 [INFO] [stdout] | [INFO] [stdout] 118 | &Grid {cell_width, cell_height, ref poses, ref animations} => { [INFO] [stdout] | ^^^^^^^^^^^^^^ help: try ignoring the field: `animations: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `props` [INFO] [stdout] --> src/level/load_objects.rs:149:5 [INFO] [stdout] | [INFO] [stdout] 149 | props: &HashMap, [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_props` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `world` [INFO] [stdout] --> src/level/load_objects.rs:150:5 [INFO] [stdout] | [INFO] [stdout] 150 | world: &mut World, [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_world` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `collision_geometry` [INFO] [stdout] --> src/level/load_objects.rs:203:9 [INFO] [stdout] | [INFO] [stdout] 203 | collision_geometry, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: try ignoring the field: `collision_geometry: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `shape` [INFO] [stdout] --> src/level/load_objects.rs:181:5 [INFO] [stdout] | [INFO] [stdout] 181 | shape: &tiled::ObjectShape, [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_shape` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `icenter` [INFO] [stdout] --> src/systems/collision_detector.rs:99:17 [INFO] [stdout] | [INFO] [stdout] 99 | let icenter = bounds1.intersected(&bounds2).center(); [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_icenter` [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/autogamer-61a2dd65a4036bc0.autogamer.30c04869-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/autogamer-61a2dd65a4036bc0.autogamer.30c04869-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/autogamer-61a2dd65a4036bc0.autogamer.30c04869-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/autogamer-61a2dd65a4036bc0.autogamer.30c04869-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/autogamer-61a2dd65a4036bc0.autogamer.30c04869-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/autogamer-61a2dd65a4036bc0.autogamer.30c04869-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/autogamer-61a2dd65a4036bc0.autogamer.30c04869-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/autogamer-61a2dd65a4036bc0.autogamer.30c04869-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/autogamer-61a2dd65a4036bc0.autogamer.30c04869-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/autogamer-61a2dd65a4036bc0.autogamer.30c04869-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/autogamer-61a2dd65a4036bc0.autogamer.30c04869-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/autogamer-61a2dd65a4036bc0.autogamer.30c04869-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/autogamer-61a2dd65a4036bc0.autogamer.30c04869-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/autogamer-61a2dd65a4036bc0.autogamer.30c04869-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/autogamer-61a2dd65a4036bc0.autogamer.30c04869-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/autogamer-61a2dd65a4036bc0.autogamer.30c04869-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/autogamer-61a2dd65a4036bc0.ulnjwfdj8ojsl0y.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/zstd-sys-661ec4746658ccec/out" "-L" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libserde_json-cc01cc4192498cf3.rlib" "/opt/rustwide/target/debug/deps/libryu-e934eb222ad47e8a.rlib" "/opt/rustwide/target/debug/deps/libitoa-59f010da403a31d8.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-758a09c353a92957.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-743b1b40789d9970.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-03c847826ae3c573.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_std-b1a47273c37bf80e.rlib" "/opt/rustwide/target/debug/deps/libserde-f369e8debe12a1c5.rlib" "/opt/rustwide/target/debug/deps/libspecs-106479dfa7a853bb.rlib" "/opt/rustwide/target/debug/deps/liblog-5a906ac5ba71afeb.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_queue-edd93bde76968f85.rlib" "/opt/rustwide/target/debug/deps/libtuple_utils-4c13c3f6a18da2ed.rlib" "/opt/rustwide/target/debug/deps/libshrev-44fc7df934769e46.rlib" "/opt/rustwide/target/debug/deps/libshred-2e4f807320e17dcb.rlib" "/opt/rustwide/target/debug/deps/libtynm-3e5fd7b63121f603.rlib" "/opt/rustwide/target/debug/deps/libnom-a8538a473026d234.rlib" "/opt/rustwide/target/debug/deps/libmemchr-cc628f805039876b.rlib" "/opt/rustwide/target/debug/deps/libmopa-eca9e6eb922643ba.rlib" "/opt/rustwide/target/debug/deps/libarrayvec-044fbe2bd5020d43.rlib" "/opt/rustwide/target/debug/deps/libhibitset-902b37cafc2ef560.rlib" "/opt/rustwide/target/debug/deps/librayon-aa7b6bdb13e7df4e.rlib" "/opt/rustwide/target/debug/deps/librayon_core-f6a59f2fbb69e045.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-c3aba9138cc0fd8b.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-a0a2dcbe412caa15.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-793bf3394de50743.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-e6a51dbda09b03ff.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_channel-89d09572b3af8768.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-c2ef7b3b6b5496d9.rlib" "/opt/rustwide/target/debug/deps/libatom-04eaebb4e2ebe7e7.rlib" "/opt/rustwide/target/debug/deps/libtiled-14656fa7824f6f81.rlib" "/opt/rustwide/target/debug/deps/libzstd-a8baa9bb66ca7a12.rlib" "/opt/rustwide/target/debug/deps/libzstd_safe-7e41465af9ab867d.rlib" "/opt/rustwide/target/debug/deps/libzstd_sys-3280790ea59ed249.rlib" "/opt/rustwide/target/debug/deps/liblibflate-8258ccf9e76e65fa.rlib" "/opt/rustwide/target/debug/deps/libtake_mut-609c6ef37edb496d.rlib" "/opt/rustwide/target/debug/deps/librle_decode_fast-60065018b9f0cb88.rlib" "/opt/rustwide/target/debug/deps/libcrc32fast-ea29bad48b5d4f37.rlib" "/opt/rustwide/target/debug/deps/libadler32-e348e55f7d0975c4.rlib" "/opt/rustwide/target/debug/deps/libxml-3da882b4633dddb8.rlib" "/opt/rustwide/target/debug/deps/libbase64-7a98f918403a9ec3.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-cb2fe7cef7c6b632.rlib" "/opt/rustwide/target/debug/deps/libnoisy_float-8929775790126c25.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-dfd72c93cd2f8772.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-50d882a2cd1ea4c9.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-0f8a0e03c72ebcf3.rlib" "/opt/rustwide/target/debug/deps/liblock_api-a0ddb7099f02fa3f.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-76dd3ae53c9d724a.rlib" "/opt/rustwide/target/debug/deps/libthiserror-a8cfe8caa75cb8cd.rlib" "/opt/rustwide/target/debug/deps/libsdl2-a79bc5c293687c89.rlib" "/opt/rustwide/target/debug/deps/libsdl2_sys-291a3edcd910aa81.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-bfb979f053c8d7f0.rlib" "/opt/rustwide/target/debug/deps/libnphysics2d-20a8516b40484d75.rlib" "/opt/rustwide/target/debug/deps/libinstant-90259cd5df6ea3ca.rlib" "/opt/rustwide/target/debug/deps/libeither-d7639e38942b7ac4.rlib" "/opt/rustwide/target/debug/deps/libgenerational_arena-3e6c0e3c73937473.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-58c063752a7787b7.rlib" "/opt/rustwide/target/debug/deps/libncollide2d-ee61beb03a03c7ef.rlib" "/opt/rustwide/target/debug/deps/libslotmap-223c44a102c93e1f.rlib" "/opt/rustwide/target/debug/deps/libpetgraph-d1444770c68320d7.rlib" "/opt/rustwide/target/debug/deps/libindexmap-fdf226c4a1f5d1ee.rlib" "/opt/rustwide/target/debug/deps/libhashbrown-eefff1f0b0fb6dd1.rlib" "/opt/rustwide/target/debug/deps/libahash-c9037f40cbd2e023.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-6575c19c5fec9470.rlib" "/opt/rustwide/target/debug/deps/libonce_cell-e4d34661bcaf1581.rlib" "/opt/rustwide/target/debug/deps/libfixedbitset-2ceefaee59449118.rlib" "/opt/rustwide/target/debug/deps/libslab-e33c88a4c51bd226.rlib" "/opt/rustwide/target/debug/deps/libnalgebra-9ad832239082f7e8.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-33cfcd2098adb699.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-4f54139bd0075002.rlib" "/opt/rustwide/target/debug/deps/libgeneric_array-47154a17973e8e58.rlib" "/opt/rustwide/target/debug/deps/libtypenum-bd57a719f3813491.rlib" "/opt/rustwide/target/debug/deps/libsimba-afd118039412a9e4.rlib" "/opt/rustwide/target/debug/deps/libpaste-de3d7c2be1e2dea3.rlib" "/opt/rustwide/target/debug/deps/libnum_complex-cae8f9e1a386084f.rlib" "/opt/rustwide/target/debug/deps/librand_distr-94c21e50e73c62bb.rlib" "/opt/rustwide/target/debug/deps/librand-febc45bf9df3e58b.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-b379274fd76e463d.rlib" "/opt/rustwide/target/debug/deps/libppv_lite86-2d7f783c60928e3b.rlib" "/opt/rustwide/target/debug/deps/librand_core-210615e2ec9be50c.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-fd57e9df79ebf79f.rlib" "/opt/rustwide/target/debug/deps/liblibc-51bd145d6f184471.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-c6c7b11d4456a0aa.rlib" "/opt/rustwide/target/debug/deps/libmatrixmultiply-e10bfe30fcd31eaf.rlib" "/opt/rustwide/target/debug/deps/librawpointer-ba6a3a31bd2ad100.rlib" "/opt/rustwide/target/debug/deps/libbitflags-effebfbe56f3a4f2.rlib" "/opt/rustwide/target/debug/deps/libdowncast_rs-501fdec84f54f0fe.rlib" "/opt/rustwide/target/debug/deps/libapprox-e680425f4510c512.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-897373fd0af25554.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-a46a068050a12a4b.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-1df56095db9453cb.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-9062de483386e50b.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-b988ab269ff13602.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-1bc822d886d4f7bd.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-963eca8df4c224a6.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-d805b480c9102e58.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-06dfdbc22b935051.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-d7523a4d118e6572.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-5d7898c7fac3a07d.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-8c2bdbab4845bf3d.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-d578639df0547b30.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-58bbb7b1efa3a5e2.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-4c9b082d197c16f8.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-70f9ed6d8e7a5ce6.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-8c0a241d0360fa53.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-bad7ed93fdd31371.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-98b4d121af2b7335.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-1d9f7e5920635d15.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/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/autogamer-61a2dd65a4036bc0" "-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; 11 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `autogamer` due to 2 previous errors; 11 warnings emitted [INFO] running `Command { std: "docker" "inspect" "3ef3cf16420571c3177861674597380d12b1a1b0b05af08abfa66d5b7e7a8661", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3ef3cf16420571c3177861674597380d12b1a1b0b05af08abfa66d5b7e7a8661", kill_on_drop: false }` [INFO] [stdout] 3ef3cf16420571c3177861674597380d12b1a1b0b05af08abfa66d5b7e7a8661