[INFO] cloning repository https://github.com/pat-365/belief_sim
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/pat-365/belief_sim" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpat-365%2Fbelief_sim", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpat-365%2Fbelief_sim'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 8489660523c3aa9d71bb2a1b8237080e69a2ad6e
[INFO] checking pat-365/belief_sim against eca445e5ae4a6679cc27d3a09106ce245e13a5a6 for pr-162478
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpat-365%2Fbelief_sim" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/pat-365/belief_sim
[INFO] finished tweaking git repo https://github.com/pat-365/belief_sim
[INFO] tweaked toml for git repo https://github.com/pat-365/belief_sim written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/pat-365/belief_sim on toolchain eca445e5ae4a6679cc27d3a09106ce245e13a5a6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/pat-365/belief_sim already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: binary `belief_sim` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /workspace/builds/worker-6-tc1/source/target/.../belief_sim
[INFO] [stderr]    |                                                  ^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `belief-sim`, convert `package.name`
[INFO] [stderr]   --> Cargo.toml:11:8
[INFO] [stderr]    |
[INFO] [stderr] 11 - name = "belief_sim"
[INFO] [stderr] 11 + name = "belief-sim"
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `belief-sim`, specify `bin.name`
[INFO] [stderr]   --> Cargo.toml:12:19
[INFO] [stderr]    |
[INFO] [stderr] 12 ~ version = "0.1.0"
[INFO] [stderr] 13 + [[bin]]
[INFO] [stderr] 14 + name = "belief-sim"
[INFO] [stderr] 15 + path = "src/main.rs"
[INFO] [stderr]    |
[INFO] [stderr] warning: `belief_sim` (manifest) generated 1 warning
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded xml-rs v0.8.19
[INFO] [stderr]   Downloaded thiserror v1.0.49
[INFO] [stderr]   Downloaded minvect v0.1.1
[INFO] [stderr]   Downloaded glutin_emscripten_sys v0.1.1
[INFO] [stderr]   Downloaded smallvec v1.11.1
[INFO] [stderr]   Downloaded thiserror-impl v1.0.49
[INFO] [stderr]   Downloaded core-graphics-types v0.1.2
[INFO] [stderr]   Downloaded android_glue v0.2.3
[INFO] [stderr]   Downloaded glow_mesh v0.1.1
[INFO] [stderr]   Downloaded indexmap v2.0.2
[INFO] [stderr]   Downloaded ordered-float v4.1.1
[INFO] [stderr]   Downloaded glutin v0.28.0
[INFO] [stderr]   Downloaded hashbrown v0.14.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 8ac15134e0bb4c34d09185023ee5c4ea950d216c7a7876dc5e92a7354a5b4029
[INFO] running `Command { std: "docker" "start" "8ac15134e0bb4c34d09185023ee5c4ea950d216c7a7876dc5e92a7354a5b4029", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8ac15134e0bb4c34d09185023ee5c4ea950d216c7a7876dc5e92a7354a5b4029", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "8ac15134e0bb4c34d09185023ee5c4ea950d216c7a7876dc5e92a7354a5b4029" "/opt/rustwide/cargo-home/bin/cargo" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8ac15134e0bb4c34d09185023ee5c4ea950d216c7a7876dc5e92a7354a5b4029", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "8ac15134e0bb4c34d09185023ee5c4ea950d216c7a7876dc5e92a7354a5b4029" "/opt/rustwide/cargo-home/bin/cargo" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr] warning: binary `belief_sim` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /opt/rustwide/target/.../belief_sim
[INFO] [stderr]    |                          ^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `belief-sim`, convert `package.name`
[INFO] [stderr]   --> Cargo.toml:11:8
[INFO] [stderr]    |
[INFO] [stderr] 11 - name = "belief_sim"
[INFO] [stderr] 11 + name = "belief-sim"
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `belief-sim`, specify `bin.name`
[INFO] [stderr]   --> Cargo.toml:12:19
[INFO] [stderr]    |
[INFO] [stderr] 12 ~ version = "0.1.0"
[INFO] [stderr] 13 + [[bin]]
[INFO] [stderr] 14 + name = "belief-sim"
[INFO] [stderr] 15 + path = "src/main.rs"
[INFO] [stderr]    |
[INFO] [stderr] warning: `belief_sim` (manifest) generated 1 warning
[INFO] [stderr]    Compiling autocfg v1.1.0
[INFO] [stderr]    Compiling libc v0.2.149
[INFO] [stderr]    Compiling xml-rs v0.8.19
[INFO] [stderr]    Compiling pkg-config v0.3.27
[INFO] [stderr]    Compiling proc-macro2 v1.0.69
[INFO] [stderr]    Compiling unicode-ident v1.0.12
[INFO] [stderr]    Compiling khronos_api v3.1.0
[INFO] [stderr]     Checking once_cell v1.18.0
[INFO] [stderr]     Checking smallvec v1.11.1
[INFO] [stderr]    Compiling log v0.4.20
[INFO] [stderr]     Checking scoped-tls v1.0.1
[INFO] [stderr]     Checking downcast-rs v1.2.0
[INFO] [stderr]     Checking memchr v2.6.4
[INFO] [stderr]     Checking libloading v0.8.1
[INFO] [stderr]     Checking minimal-lexical v0.2.1
[INFO] [stderr]    Compiling parking_lot_core v0.8.6
[INFO] [stderr]     Checking instant v0.1.12
[INFO] [stderr]     Checking cty v0.2.2
[INFO] [stderr]    Compiling winit v0.26.1
[INFO] [stderr]     Checking raw-window-handle v0.4.3
[INFO] [stderr]     Checking percent-encoding v2.3.0
[INFO] [stderr]     Checking dlib v0.5.2
[INFO] [stderr]     Checking glow v0.11.2
[INFO] [stderr]     Checking minvect v0.1.1
[INFO] [stderr]    Compiling memoffset v0.6.5
[INFO] [stderr]    Compiling lock_api v0.4.10
[INFO] [stderr]    Compiling num-traits v0.2.17
[INFO] [stderr]    Compiling wayland-sys v0.29.5
[INFO] [stderr]    Compiling x11-dl v2.21.0
[INFO] [stderr]    Compiling smithay-client-toolkit v0.15.4
[INFO] [stderr]     Checking nom v7.1.3
[INFO] [stderr]    Compiling quote v1.0.33
[INFO] [stderr]    Compiling gl_generator v0.14.0
[INFO] [stderr]    Compiling wayland-scanner v0.29.5
[INFO] [stderr]    Compiling glutin_egl_sys v0.1.6
[INFO] [stderr]    Compiling glutin_glx_sys v0.1.8
[INFO] [stderr]     Checking ordered-float v4.1.1
[INFO] [stderr]     Checking glow_mesh v0.1.1
[INFO] [stderr]     Checking nix v0.24.3
[INFO] [stderr]     Checking nix v0.22.3
[INFO] [stderr]     Checking memmap2 v0.3.1
[INFO] [stderr]     Checking mio v0.8.8
[INFO] [stderr]     Checking shared_library v0.1.9
[INFO] [stderr]    Compiling wayland-client v0.29.5
[INFO] [stderr]    Compiling wayland-protocols v0.29.5
[INFO] [stderr]     Checking osmesa-sys v0.1.2
[INFO] [stderr]     Checking parking_lot v0.11.2
[INFO] [stderr]     Checking wayland-commons v0.29.5
[INFO] [stderr]     Checking xcursor v0.3.4
[INFO] [stderr]     Checking calloop v0.9.3
[INFO] [stderr]     Checking wayland-cursor v0.29.5
[INFO] [stderr]     Checking wayland-egl v0.29.5
[INFO] [stderr]     Checking glutin v0.28.0
[INFO] [stderr]     Checking belief_sim v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `std::time::Duration`
[INFO] [stdout]   --> src/game.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 | use std::time::Duration;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::time::Duration`
[INFO] [stdout]   --> src/game.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 | use std::time::Duration;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `INFINITY` and `NEG_INFINITY`
[INFO] [stdout]  --> src/noise.rs:1:28
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::f32::{consts::PI, INFINITY, NEG_INFINITY};
[INFO] [stdout]   |                            ^^^^^^^^  ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::rng::*`
[INFO] [stdout]  --> src/noise.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use crate::rng::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f32::INFINITY`: replaced by the `INFINITY` associated constant on `f32`
[INFO] [stdout]  --> src/noise.rs:1:28
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::f32::{consts::PI, INFINITY, NEG_INFINITY};
[INFO] [stdout]   |                            ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f32::NEG_INFINITY`: replaced by the `NEG_INFINITY` associated constant on `f32`
[INFO] [stdout]  --> src/noise.rs:1:38
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::f32::{consts::PI, INFINITY, NEG_INFINITY};
[INFO] [stdout]   |                                      ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f32::INFINITY`: replaced by the `INFINITY` associated constant on `f32`
[INFO] [stdout]   --> src/noise.rs:84:19
[INFO] [stdout]    |
[INFO] [stdout] 84 |     let mut min = INFINITY;
[INFO] [stdout]    |                   ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f32::NEG_INFINITY`: replaced by the `NEG_INFINITY` associated constant on `f32`
[INFO] [stdout]   --> src/noise.rs:85:19
[INFO] [stdout]    |
[INFO] [stdout] 85 |     let mut max = NEG_INFINITY;
[INFO] [stdout]    |                   ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f32::INFINITY`: replaced by the `INFINITY` associated constant on `f32`
[INFO] [stdout]  --> src/heightmap.rs:3:16
[INFO] [stdout]   |
[INFO] [stdout] 3 | use std::f32::{INFINITY, NEG_INFINITY};
[INFO] [stdout]   |                ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f32::NEG_INFINITY`: replaced by the `NEG_INFINITY` associated constant on `f32`
[INFO] [stdout]  --> src/heightmap.rs:3:26
[INFO] [stdout]   |
[INFO] [stdout] 3 | use std::f32::{INFINITY, NEG_INFINITY};
[INFO] [stdout]   |                          ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f32::NEG_INFINITY`: replaced by the `NEG_INFINITY` associated constant on `f32`
[INFO] [stdout]   --> src/heightmap.rs:31:10
[INFO] [stdout]    |
[INFO] [stdout] 31 |         (NEG_INFINITY, col_deep_water),
[INFO] [stdout]    |          ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f32::INFINITY`: replaced by the `INFINITY` associated constant on `f32`
[INFO] [stdout]   --> src/heightmap.rs:39:10
[INFO] [stdout]    |
[INFO] [stdout] 39 |         (INFINITY, col_snow),
[INFO] [stdout]    |          ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f32::INFINITY`: replaced by the `INFINITY` associated constant on `f32`
[INFO] [stdout]  --> src/sim.rs:1:15
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::f32::INFINITY;
[INFO] [stdout]   |               ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f32::NEG_INFINITY`: replaced by the `NEG_INFINITY` associated constant on `f32`
[INFO] [stdout]  --> src/sim.rs:2:15
[INFO] [stdout]   |
[INFO] [stdout] 2 | use std::f32::NEG_INFINITY;
[INFO] [stdout]   |               ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f32::INFINITY`: replaced by the `INFINITY` associated constant on `f32`
[INFO] [stdout]    --> src/sim.rs:232:24
[INFO] [stdout]     |
[INFO] [stdout] 232 |         let mut min = [INFINITY; NUM_MEMES];
[INFO] [stdout]     |                        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f32::NEG_INFINITY`: replaced by the `NEG_INFINITY` associated constant on `f32`
[INFO] [stdout]    --> src/sim.rs:233:24
[INFO] [stdout]     |
[INFO] [stdout] 233 |         let mut max = [NEG_INFINITY; NUM_MEMES];
[INFO] [stdout]     |                        ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f32::INFINITY`: replaced by the `INFINITY` associated constant on `f32`
[INFO] [stdout]  --> src/delaunay.rs:2:15
[INFO] [stdout]   |
[INFO] [stdout] 2 | use std::f32::INFINITY;
[INFO] [stdout]   |               ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f32::INFINITY`: replaced by the `INFINITY` associated constant on `f32`
[INFO] [stdout]    --> src/delaunay.rs:296:23
[INFO] [stdout]     |
[INFO] [stdout] 296 |         let mut min = INFINITY;
[INFO] [stdout]     |                       ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated field `glutin::event::WindowEvent::CursorMoved::modifiers`: Deprecated in favor of WindowEvent::ModifiersChanged
[INFO] [stdout]    --> src/game.rs:104:73
[INFO] [stdout]     |
[INFO] [stdout] 104 |                         WindowEvent::CursorMoved { device_id, position, modifiers } => {
[INFO] [stdout]     |                                                                         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated field `glutin::event::WindowEvent::MouseInput::modifiers`: Deprecated in favor of WindowEvent::ModifiersChanged
[INFO] [stdout]    --> src/game.rs:107:77
[INFO] [stdout]     |
[INFO] [stdout] 107 |                         WindowEvent::MouseInput { device_id, state, button, modifiers } => {
[INFO] [stdout]     |                                                                             ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f32::INFINITY`: replaced by the `INFINITY` associated constant on `f32`
[INFO] [stdout]  --> src/noise.rs:1:28
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::f32::{consts::PI, INFINITY, NEG_INFINITY};
[INFO] [stdout]   |                            ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f32::NEG_INFINITY`: replaced by the `NEG_INFINITY` associated constant on `f32`
[INFO] [stdout]  --> src/noise.rs:1:38
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::f32::{consts::PI, INFINITY, NEG_INFINITY};
[INFO] [stdout]   |                                      ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f32::INFINITY`: replaced by the `INFINITY` associated constant on `f32`
[INFO] [stdout]  --> src/heightmap.rs:3:16
[INFO] [stdout]   |
[INFO] [stdout] 3 | use std::f32::{INFINITY, NEG_INFINITY};
[INFO] [stdout]   |                ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f32::NEG_INFINITY`: replaced by the `NEG_INFINITY` associated constant on `f32`
[INFO] [stdout]  --> src/heightmap.rs:3:26
[INFO] [stdout]   |
[INFO] [stdout] 3 | use std::f32::{INFINITY, NEG_INFINITY};
[INFO] [stdout]   |                          ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f32::NEG_INFINITY`: replaced by the `NEG_INFINITY` associated constant on `f32`
[INFO] [stdout]   --> src/heightmap.rs:31:10
[INFO] [stdout]    |
[INFO] [stdout] 31 |         (NEG_INFINITY, col_deep_water),
[INFO] [stdout]    |          ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f32::INFINITY`: replaced by the `INFINITY` associated constant on `f32`
[INFO] [stdout]   --> src/heightmap.rs:39:10
[INFO] [stdout]    |
[INFO] [stdout] 39 |         (INFINITY, col_snow),
[INFO] [stdout]    |          ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f32::INFINITY`: replaced by the `INFINITY` associated constant on `f32`
[INFO] [stdout]  --> src/sim.rs:1:15
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::f32::INFINITY;
[INFO] [stdout]   |               ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f32::NEG_INFINITY`: replaced by the `NEG_INFINITY` associated constant on `f32`
[INFO] [stdout]  --> src/sim.rs:2:15
[INFO] [stdout]   |
[INFO] [stdout] 2 | use std::f32::NEG_INFINITY;
[INFO] [stdout]   |               ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f32::INFINITY`: replaced by the `INFINITY` associated constant on `f32`
[INFO] [stdout]    --> src/sim.rs:232:24
[INFO] [stdout]     |
[INFO] [stdout] 232 |         let mut min = [INFINITY; NUM_MEMES];
[INFO] [stdout]     |                        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f32::NEG_INFINITY`: replaced by the `NEG_INFINITY` associated constant on `f32`
[INFO] [stdout]    --> src/sim.rs:233:24
[INFO] [stdout]     |
[INFO] [stdout] 233 |         let mut max = [NEG_INFINITY; NUM_MEMES];
[INFO] [stdout]     |                        ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f32::INFINITY`: replaced by the `INFINITY` associated constant on `f32`
[INFO] [stdout]  --> src/delaunay.rs:2:15
[INFO] [stdout]   |
[INFO] [stdout] 2 | use std::f32::INFINITY;
[INFO] [stdout]   |               ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f32::INFINITY`: replaced by the `INFINITY` associated constant on `f32`
[INFO] [stdout]    --> src/delaunay.rs:296:23
[INFO] [stdout]     |
[INFO] [stdout] 296 |         let mut min = INFINITY;
[INFO] [stdout]     |                       ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated field `glutin::event::WindowEvent::CursorMoved::modifiers`: Deprecated in favor of WindowEvent::ModifiersChanged
[INFO] [stdout]    --> src/game.rs:104:73
[INFO] [stdout]     |
[INFO] [stdout] 104 |                         WindowEvent::CursorMoved { device_id, position, modifiers } => {
[INFO] [stdout]     |                                                                         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated field `glutin::event::WindowEvent::MouseInput::modifiers`: Deprecated in favor of WindowEvent::ModifiersChanged
[INFO] [stdout]    --> src/game.rs:107:77
[INFO] [stdout]     |
[INFO] [stdout] 107 |                         WindowEvent::MouseInput { device_id, state, button, modifiers } => {
[INFO] [stdout]     |                                                                             ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `device_id`
[INFO] [stdout]    --> src/game.rs:104:52
[INFO] [stdout]     |
[INFO] [stdout] 104 |                         WindowEvent::CursorMoved { device_id, position, modifiers } => {
[INFO] [stdout]     |                                                    ^^^^^^^^^ help: try ignoring the field: `device_id: _`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `modifiers`
[INFO] [stdout]    --> src/game.rs:104:73
[INFO] [stdout]     |
[INFO] [stdout] 104 |                         WindowEvent::CursorMoved { device_id, position, modifiers } => {
[INFO] [stdout]     |                                                                         ^^^^^^^^^ help: try ignoring the field: `modifiers: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `device_id`
[INFO] [stdout]    --> src/game.rs:107:51
[INFO] [stdout]     |
[INFO] [stdout] 107 |                         WindowEvent::MouseInput { device_id, state, button, modifiers } => {
[INFO] [stdout]     |                                                   ^^^^^^^^^ help: try ignoring the field: `device_id: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `modifiers`
[INFO] [stdout]    --> src/game.rs:107:77
[INFO] [stdout]     |
[INFO] [stdout] 107 |                         WindowEvent::MouseInput { device_id, state, button, modifiers } => {
[INFO] [stdout]     |                                                                             ^^^^^^^^^ help: try ignoring the field: `modifiers: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `i`
[INFO] [stdout]   --> src/noise.rs:87:9
[INFO] [stdout]    |
[INFO] [stdout] 87 |     for i in 0..1000000 {
[INFO] [stdout]    |         ^ help: if this is intentional, prefix it with an underscore: `_i`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `a`
[INFO] [stdout]   --> src/sim.rs:84:27
[INFO] [stdout]    |
[INFO] [stdout] 84 |     pub fn new(seed: u32, a: f32) -> Self {
[INFO] [stdout]    |                           ^ help: if this is intentional, prefix it with an underscore: `_a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `i`
[INFO] [stdout]   --> src/sim.rs:89:13
[INFO] [stdout]    |
[INFO] [stdout] 89 |         for i in 0..200 {
[INFO] [stdout]    |             ^ help: if this is intentional, prefix it with an underscore: `_i`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `i`
[INFO] [stdout]    --> src/sim.rs:108:13
[INFO] [stdout]     |
[INFO] [stdout] 108 |         for i in 0..diagram.sites.len() {
[INFO] [stdout]     |             ^ help: if this is intentional, prefix it with an underscore: `_i`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `device_id`
[INFO] [stdout]    --> src/game.rs:104:52
[INFO] [stdout]     |
[INFO] [stdout] 104 |                         WindowEvent::CursorMoved { device_id, position, modifiers } => {
[INFO] [stdout]     |                                                    ^^^^^^^^^ help: try ignoring the field: `device_id: _`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `modifiers`
[INFO] [stdout]    --> src/game.rs:104:73
[INFO] [stdout]     |
[INFO] [stdout] 104 |                         WindowEvent::CursorMoved { device_id, position, modifiers } => {
[INFO] [stdout]     |                                                                         ^^^^^^^^^ help: try ignoring the field: `modifiers: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `device_id`
[INFO] [stdout]    --> src/game.rs:107:51
[INFO] [stdout]     |
[INFO] [stdout] 107 |                         WindowEvent::MouseInput { device_id, state, button, modifiers } => {
[INFO] [stdout]     |                                                   ^^^^^^^^^ help: try ignoring the field: `device_id: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `modifiers`
[INFO] [stdout]    --> src/game.rs:107:77
[INFO] [stdout]     |
[INFO] [stdout] 107 |                         WindowEvent::MouseInput { device_id, state, button, modifiers } => {
[INFO] [stdout]     |                                                                             ^^^^^^^^^ help: try ignoring the field: `modifiers: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `a`
[INFO] [stdout]   --> src/sim.rs:84:27
[INFO] [stdout]    |
[INFO] [stdout] 84 |     pub fn new(seed: u32, a: f32) -> Self {
[INFO] [stdout]    |                           ^ help: if this is intentional, prefix it with an underscore: `_a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `i`
[INFO] [stdout]   --> src/sim.rs:89:13
[INFO] [stdout]    |
[INFO] [stdout] 89 |         for i in 0..200 {
[INFO] [stdout]    |             ^ help: if this is intentional, prefix it with an underscore: `_i`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `i`
[INFO] [stdout]    --> src/sim.rs:108:13
[INFO] [stdout]     |
[INFO] [stdout] 108 |         for i in 0..diagram.sites.len() {
[INFO] [stdout]     |             ^ help: if this is intentional, prefix it with an underscore: `_i`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]   --> src/main.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 |     unsafe {
[INFO] [stdout]    |     ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_unsafe)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `pause` is never read
[INFO] [stdout]   --> src/game.rs:23:5
[INFO] [stdout]    |
[INFO] [stdout] 15 | pub struct Game {
[INFO] [stdout]    |            ---- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 23 |     pause: bool,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `krand` is never used
[INFO] [stdout]  --> src/rng.rs:9:8
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub fn krand(seed: u32) -> f32 {
[INFO] [stdout]   |        ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new_random` and `next_u64` are never used
[INFO] [stdout]   --> src/rng.rs:23:12
[INFO] [stdout]    |
[INFO] [stdout] 22 | impl Rng {
[INFO] [stdout]    | -------- associated items in this implementation
[INFO] [stdout] 23 |     pub fn new_random() -> Self {
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 38 |     pub fn next_u64(&mut self) -> u64 {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `temperature_map` is never used
[INFO] [stdout]   --> src/heightmap.rs:52:8
[INFO] [stdout]    |
[INFO] [stdout] 52 | pub fn temperature_map(p: &Vec2, seed: u32) -> f32 {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `INITIATIVE` is never used
[INFO] [stdout]   --> src/sim.rs:14:11
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub const INITIATIVE: usize = 3;
[INFO] [stdout]    |           ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `WELCOMING` is never used
[INFO] [stdout]   --> src/sim.rs:16:11
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub const WELCOMING: usize = 5;
[INFO] [stdout]    |           ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `seed` is never read
[INFO] [stdout]   --> src/sim.rs:73:9
[INFO] [stdout]    |
[INFO] [stdout] 68 | pub struct Sim {
[INFO] [stdout]    |            --- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 73 |     pub seed: u32,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]   --> src/main.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 |     unsafe {
[INFO] [stdout]    |     ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_unsafe)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `pause` is never read
[INFO] [stdout]   --> src/game.rs:23:5
[INFO] [stdout]    |
[INFO] [stdout] 15 | pub struct Game {
[INFO] [stdout]    |            ---- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 23 |     pause: bool,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `krand` is never used
[INFO] [stdout]  --> src/rng.rs:9:8
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub fn krand(seed: u32) -> f32 {
[INFO] [stdout]   |        ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new_random` and `next_u64` are never used
[INFO] [stdout]   --> src/rng.rs:23:12
[INFO] [stdout]    |
[INFO] [stdout] 22 | impl Rng {
[INFO] [stdout]    | -------- associated items in this implementation
[INFO] [stdout] 23 |     pub fn new_random() -> Self {
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 38 |     pub fn next_u64(&mut self) -> u64 {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `temperature_map` is never used
[INFO] [stdout]   --> src/heightmap.rs:52:8
[INFO] [stdout]    |
[INFO] [stdout] 52 | pub fn temperature_map(p: &Vec2, seed: u32) -> f32 {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `INITIATIVE` is never used
[INFO] [stdout]   --> src/sim.rs:14:11
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub const INITIATIVE: usize = 3;
[INFO] [stdout]    |           ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `WELCOMING` is never used
[INFO] [stdout]   --> src/sim.rs:16:11
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub const WELCOMING: usize = 5;
[INFO] [stdout]    |           ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `seed` is never read
[INFO] [stdout]   --> src/sim.rs:73:9
[INFO] [stdout]    |
[INFO] [stdout] 68 | pub struct Sim {
[INFO] [stdout]    |            --- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 73 |     pub seed: u32,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.59s
[INFO] running `Command { std: "docker" "inspect" "8ac15134e0bb4c34d09185023ee5c4ea950d216c7a7876dc5e92a7354a5b4029", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8ac15134e0bb4c34d09185023ee5c4ea950d216c7a7876dc5e92a7354a5b4029", kill_on_drop: false }`
[INFO] [stdout] 8ac15134e0bb4c34d09185023ee5c4ea950d216c7a7876dc5e92a7354a5b4029
