[INFO] cloning repository https://github.com/jordan4ibanez/my_game [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jordan4ibanez/my_game" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjordan4ibanez%2Fmy_game", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjordan4ibanez%2Fmy_game'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] df3ec9b27fe008c1612f9458c259b90a57efee4f [INFO] building jordan4ibanez/my_game against try#615edd3ad1cf6871c977dc900317cb6c2070fd6b for pr-97334 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjordan4ibanez%2Fmy_game" "/workspace/builds/worker-15/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-15/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/jordan4ibanez/my_game on toolchain 615edd3ad1cf6871c977dc900317cb6c2070fd6b [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+615edd3ad1cf6871c977dc900317cb6c2070fd6b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/jordan4ibanez/my_game [INFO] finished tweaking git repo https://github.com/jordan4ibanez/my_game [INFO] tweaked toml for git repo https://github.com/jordan4ibanez/my_game written to /workspace/builds/worker-15/source/Cargo.toml [INFO] crate git repo https://github.com/jordan4ibanez/my_game already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+615edd3ad1cf6871c977dc900317cb6c2070fd6b" "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-15/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/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:ac0d0aa6ec8ed129e241004a6179c99fa0d2616f50ba759c5b60bd26d0fafa02" "/opt/rustwide/cargo-home/bin/cargo" "+615edd3ad1cf6871c977dc900317cb6c2070fd6b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a83f6495a4842b02edd1f9e7782a2139d1db82b1f21dd91d34b97514d96f04a5 [INFO] running `Command { std: "docker" "start" "-a" "a83f6495a4842b02edd1f9e7782a2139d1db82b1f21dd91d34b97514d96f04a5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a83f6495a4842b02edd1f9e7782a2139d1db82b1f21dd91d34b97514d96f04a5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a83f6495a4842b02edd1f9e7782a2139d1db82b1f21dd91d34b97514d96f04a5", kill_on_drop: false }` [INFO] [stdout] a83f6495a4842b02edd1f9e7782a2139d1db82b1f21dd91d34b97514d96f04a5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:ac0d0aa6ec8ed129e241004a6179c99fa0d2616f50ba759c5b60bd26d0fafa02" "/opt/rustwide/cargo-home/bin/cargo" "+615edd3ad1cf6871c977dc900317cb6c2070fd6b" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 534655c1f87130a53e3175f4d9b5b2510c802a960c98cde9d9e240c130780cfb [INFO] running `Command { std: "docker" "start" "-a" "534655c1f87130a53e3175f4d9b5b2510c802a960c98cde9d9e240c130780cfb", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling libc v0.2.119 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling crossbeam-utils v0.8.7 [INFO] [stderr] Compiling cc v1.0.73 [INFO] [stderr] Compiling proc-macro2 v1.0.36 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling crossbeam-epoch v0.9.7 [INFO] [stderr] Compiling syn v1.0.86 [INFO] [stderr] Compiling rayon-core v1.9.1 [INFO] [stderr] Compiling adler v1.0.2 [INFO] [stderr] Compiling crc32fast v1.3.2 [INFO] [stderr] Compiling adler32 v1.2.0 [INFO] [stderr] Compiling khronos_api v3.1.0 [INFO] [stderr] Compiling futures-core v0.3.21 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling weezl v0.1.5 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling either v1.6.1 [INFO] [stderr] Compiling futures-sink v0.3.21 [INFO] [stderr] Compiling xml-rs v0.8.4 [INFO] [stderr] Compiling smallvec v1.8.0 [INFO] [stderr] Compiling color_quant v1.1.0 [INFO] [stderr] Compiling jpeg-decoder v0.1.22 [INFO] [stderr] Compiling pkg-config v0.3.24 [INFO] [stderr] Compiling bit_field v0.10.1 [INFO] [stderr] Compiling lebe v0.5.1 [INFO] [stderr] Compiling half v1.8.2 [INFO] [stderr] Compiling bytemuck v1.7.3 [INFO] [stderr] Compiling cty v0.2.2 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling ppv-lite86 v0.2.16 [INFO] [stderr] Compiling scoped_threadpool v0.1.9 [INFO] [stderr] Compiling rustc-hash v1.1.0 [INFO] [stderr] Compiling once_cell v1.9.0 [INFO] [stderr] Compiling glam v0.20.2 [INFO] [stderr] Compiling opensimplex_noise_rs v0.3.0 [INFO] [stderr] Compiling lock_api v0.4.6 [INFO] [stderr] Compiling deflate v1.0.0 [INFO] [stderr] Compiling inflate v0.4.5 [INFO] [stderr] Compiling miniz_oxide v0.5.1 [INFO] [stderr] Compiling raw-window-handle v0.4.2 [INFO] [stderr] Compiling spin v0.9.2 [INFO] [stderr] Compiling gif v0.11.3 [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 miniz_oxide v0.4.4 [INFO] [stderr] Compiling rayon v1.5.1 [INFO] [stderr] Compiling num-iter v0.1.42 [INFO] [stderr] Compiling num-rational v0.4.0 [INFO] [stderr] Compiling cmake v0.1.48 [INFO] [stderr] Compiling luajit-src v210.3.2+resty1085a4d [INFO] [stderr] Compiling lua-src v544.0.0 [INFO] [stderr] Compiling crossbeam-channel v0.5.2 [INFO] [stderr] Compiling png v0.17.4 [INFO] [stderr] Compiling gl_generator v0.14.0 [INFO] [stderr] Compiling mlua v0.7.3 [INFO] [stderr] Compiling quote v1.0.15 [INFO] [stderr] Compiling glfw-sys v3.3.5 [INFO] [stderr] Compiling bstr v0.2.17 [INFO] [stderr] Compiling crossbeam-deque v0.8.1 [INFO] [stderr] Compiling getrandom v0.2.5 [INFO] [stderr] Compiling num_cpus v1.13.1 [INFO] [stderr] Compiling nanorand v0.6.1 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling threadpool v1.8.1 [INFO] [stderr] Compiling flate2 v1.0.22 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling tiff v0.7.1 [INFO] [stderr] Compiling gl v0.14.0 [INFO] [stderr] Compiling jpeg-decoder v0.2.2 [INFO] [stderr] Compiling glfw v0.43.0 [INFO] [stderr] Compiling pin-project-internal v1.0.10 [INFO] [stderr] Compiling pin-project v1.0.10 [INFO] [stderr] Compiling flume v0.10.11 [INFO] [stderr] Compiling exr v1.4.1 [INFO] [stderr] Compiling image v0.24.1 [INFO] [stderr] Compiling texture_packer v0.24.0 [INFO] [stderr] Compiling crafter v0.0.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused imports: `fs::File`, `io::BufReader` [INFO] [stdout] --> src/graphics/set_up.rs:1:33 [INFO] [stdout] | [INFO] [stdout] 1 | use std::{sync::mpsc::Receiver, fs::File, io::BufReader}; [INFO] [stdout] | ^^^^^^^^ ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `hash_map::Values` [INFO] [stdout] --> src/world/world.rs:3:9 [INFO] [stdout] | [INFO] [stdout] 3 | hash_map::Values [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `rain` [INFO] [stdout] --> src/biomes/biome_generator.rs:81:13 [INFO] [stdout] | [INFO] [stdout] 81 | rain, [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_rain` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `snow` [INFO] [stdout] --> src/biomes/biome_generator.rs:82:13 [INFO] [stdout] | [INFO] [stdout] 82 | snow [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_snow` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `biome_heat_min` [INFO] [stdout] --> src/biomes/biome_generator.rs:85:14 [INFO] [stdout] | [INFO] [stdout] 85 | let (biome_heat_min, biome_heat_max, biome_scale, biome_frequency) = biome_noise_params.get(); [INFO] [stdout] | ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_biome_heat_min` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `biome_heat_max` [INFO] [stdout] --> src/biomes/biome_generator.rs:85:30 [INFO] [stdout] | [INFO] [stdout] 85 | let (biome_heat_min, biome_heat_max, biome_scale, biome_frequency) = biome_noise_params.get(); [INFO] [stdout] | ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_biome_heat_max` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `pop_back` [INFO] [stdout] --> src/chunk_mesh_procedure/chunk_mesh_generator_queue.rs:63:12 [INFO] [stdout] | [INFO] [stdout] 63 | pub fn pop_back(&mut self) -> Option { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `remove_chunk` [INFO] [stdout] --> src/world/world.rs:44:12 [INFO] [stdout] | [INFO] [stdout] 44 | pub fn remove_chunk(&mut self, x: i32, z: i32) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `get_pos_from_index` [INFO] [stdout] --> src/world/world.rs:78:12 [INFO] [stdout] | [INFO] [stdout] 78 | pub fn get_pos_from_index(&self, index: usize) -> (i32, i32) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `iter_map` [INFO] [stdout] --> src/world/world.rs:137:12 [INFO] [stdout] | [INFO] [stdout] 137 | pub fn iter_map(&self) -> Zip, Iter>, Iter>> { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `get_chunk_blocks` [INFO] [stdout] --> src/world/world.rs:187:12 [INFO] [stdout] | [INFO] [stdout] 187 | pub fn get_chunk_blocks(&self, x: i32, z: i32) -> Option<&Vec> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `remove` [INFO] [stdout] --> src/world/world.rs:224:12 [INFO] [stdout] | [INFO] [stdout] 224 | pub fn remove(&mut self, x: i32, z: i32) { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `block_box` [INFO] [stdout] --> src/blocks/block_component_system.rs:32:5 [INFO] [stdout] | [INFO] [stdout] 32 | block_box: Vec [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `get` [INFO] [stdout] --> src/blocks/block_component_system.rs:49:12 [INFO] [stdout] | [INFO] [stdout] 49 | pub fn get(&self) -> &Vec { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `get_min` [INFO] [stdout] --> src/biomes/generation_component_system.rs:48:12 [INFO] [stdout] | [INFO] [stdout] 48 | pub fn get_min(&self) -> f32 { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `get_max` [INFO] [stdout] --> src/biomes/generation_component_system.rs:52:12 [INFO] [stdout] | [INFO] [stdout] 52 | pub fn get_max(&self) -> f32 { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `get_scale` [INFO] [stdout] --> src/biomes/generation_component_system.rs:56:12 [INFO] [stdout] | [INFO] [stdout] 56 | pub fn get_scale(&self) -> f32 { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `get_frequency` [INFO] [stdout] --> src/biomes/generation_component_system.rs:60:12 [INFO] [stdout] | [INFO] [stdout] 60 | pub fn get_frequency(&self) -> f32 { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 18 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 45.98s [INFO] running `Command { std: "docker" "inspect" "534655c1f87130a53e3175f4d9b5b2510c802a960c98cde9d9e240c130780cfb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "534655c1f87130a53e3175f4d9b5b2510c802a960c98cde9d9e240c130780cfb", kill_on_drop: false }` [INFO] [stdout] 534655c1f87130a53e3175f4d9b5b2510c802a960c98cde9d9e240c130780cfb [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:ac0d0aa6ec8ed129e241004a6179c99fa0d2616f50ba759c5b60bd26d0fafa02" "/opt/rustwide/cargo-home/bin/cargo" "+615edd3ad1cf6871c977dc900317cb6c2070fd6b" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2fe9b58b7113b904b1bf56a765041f5d9bfcda0bb1d628468bcaea18195673da [INFO] running `Command { std: "docker" "start" "-a" "2fe9b58b7113b904b1bf56a765041f5d9bfcda0bb1d628468bcaea18195673da", kill_on_drop: false }` [INFO] [stderr] Compiling crafter v0.0.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused imports: `fs::File`, `io::BufReader` [INFO] [stdout] --> src/graphics/set_up.rs:1:33 [INFO] [stdout] | [INFO] [stdout] 1 | use std::{sync::mpsc::Receiver, fs::File, io::BufReader}; [INFO] [stdout] | ^^^^^^^^ ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `hash_map::Values` [INFO] [stdout] --> src/world/world.rs:3:9 [INFO] [stdout] | [INFO] [stdout] 3 | hash_map::Values [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `rain` [INFO] [stdout] --> src/biomes/biome_generator.rs:81:13 [INFO] [stdout] | [INFO] [stdout] 81 | rain, [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_rain` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `snow` [INFO] [stdout] --> src/biomes/biome_generator.rs:82:13 [INFO] [stdout] | [INFO] [stdout] 82 | snow [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_snow` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `biome_heat_min` [INFO] [stdout] --> src/biomes/biome_generator.rs:85:14 [INFO] [stdout] | [INFO] [stdout] 85 | let (biome_heat_min, biome_heat_max, biome_scale, biome_frequency) = biome_noise_params.get(); [INFO] [stdout] | ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_biome_heat_min` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `biome_heat_max` [INFO] [stdout] --> src/biomes/biome_generator.rs:85:30 [INFO] [stdout] | [INFO] [stdout] 85 | let (biome_heat_min, biome_heat_max, biome_scale, biome_frequency) = biome_noise_params.get(); [INFO] [stdout] | ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_biome_heat_max` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `pop_back` [INFO] [stdout] --> src/chunk_mesh_procedure/chunk_mesh_generator_queue.rs:63:12 [INFO] [stdout] | [INFO] [stdout] 63 | pub fn pop_back(&mut self) -> Option { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `remove_chunk` [INFO] [stdout] --> src/world/world.rs:44:12 [INFO] [stdout] | [INFO] [stdout] 44 | pub fn remove_chunk(&mut self, x: i32, z: i32) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `get_pos_from_index` [INFO] [stdout] --> src/world/world.rs:78:12 [INFO] [stdout] | [INFO] [stdout] 78 | pub fn get_pos_from_index(&self, index: usize) -> (i32, i32) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `iter_map` [INFO] [stdout] --> src/world/world.rs:137:12 [INFO] [stdout] | [INFO] [stdout] 137 | pub fn iter_map(&self) -> Zip, Iter>, Iter>> { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `get_chunk_blocks` [INFO] [stdout] --> src/world/world.rs:187:12 [INFO] [stdout] | [INFO] [stdout] 187 | pub fn get_chunk_blocks(&self, x: i32, z: i32) -> Option<&Vec> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `remove` [INFO] [stdout] --> src/world/world.rs:224:12 [INFO] [stdout] | [INFO] [stdout] 224 | pub fn remove(&mut self, x: i32, z: i32) { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `block_box` [INFO] [stdout] --> src/blocks/block_component_system.rs:32:5 [INFO] [stdout] | [INFO] [stdout] 32 | block_box: Vec [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `get` [INFO] [stdout] --> src/blocks/block_component_system.rs:49:12 [INFO] [stdout] | [INFO] [stdout] 49 | pub fn get(&self) -> &Vec { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `get_min` [INFO] [stdout] --> src/biomes/generation_component_system.rs:48:12 [INFO] [stdout] | [INFO] [stdout] 48 | pub fn get_min(&self) -> f32 { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `get_max` [INFO] [stdout] --> src/biomes/generation_component_system.rs:52:12 [INFO] [stdout] | [INFO] [stdout] 52 | pub fn get_max(&self) -> f32 { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `get_scale` [INFO] [stdout] --> src/biomes/generation_component_system.rs:56:12 [INFO] [stdout] | [INFO] [stdout] 56 | pub fn get_scale(&self) -> f32 { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `get_frequency` [INFO] [stdout] --> src/biomes/generation_component_system.rs:60:12 [INFO] [stdout] | [INFO] [stdout] 60 | pub fn get_frequency(&self) -> f32 { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 18 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.94s [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/crafter-caea1bbb3485f355) [INFO] running `Command { std: "docker" "inspect" "2fe9b58b7113b904b1bf56a765041f5d9bfcda0bb1d628468bcaea18195673da", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2fe9b58b7113b904b1bf56a765041f5d9bfcda0bb1d628468bcaea18195673da", kill_on_drop: false }` [INFO] [stdout] 2fe9b58b7113b904b1bf56a765041f5d9bfcda0bb1d628468bcaea18195673da