[INFO] cloning repository https://github.com/fgamador/rust-evo
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/fgamador/rust-evo" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffgamador%2Frust-evo", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffgamador%2Frust-evo'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] a62acce3e4808cffc8fec2f85313071075379311
[INFO] checking fgamador/rust-evo against eca445e5ae4a6679cc27d3a09106ce245e13a5a6 for pr-162478
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffgamador%2Frust-evo" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/fgamador/rust-evo
[INFO] finished tweaking git repo https://github.com/fgamador/rust-evo
[INFO] tweaked toml for git repo https://github.com/fgamador/rust-evo written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/fgamador/rust-evo 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/fgamador/rust-evo 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 `evo_main` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /workspace/builds/worker-7-tc1/source/target/.../evo_main
[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 `evo-main`, convert `package.name`
[INFO] [stderr]   --> evo_main/Cargo.toml:2:8
[INFO] [stderr]    |
[INFO] [stderr]  2 - name = "evo_main"
[INFO] [stderr]  2 + name = "evo-main"
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `evo-main`, specify `bin.name`
[INFO] [stderr]   --> evo_main/Cargo.toml:10:39
[INFO] [stderr]    |
[INFO] [stderr] 10 ~ evo_glium = { path = "../evo_glium" }
[INFO] [stderr] 11 + [[bin]]
[INFO] [stderr] 12 + name = "evo-main"
[INFO] [stderr] 13 + path = "src/main.rs"
[INFO] [stderr]    |
[INFO] [stderr] warning: `evo_main` (manifest) generated 1 warning
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded takeable-option v0.4.0
[INFO] [stderr]   Downloaded libloading v0.6.2
[INFO] [stderr]   Downloaded glutin_egl_sys v0.1.4
[INFO] [stderr]   Downloaded glutin_wgl_sys v0.1.4
[INFO] [stderr]   Downloaded glutin_gles2_sys v0.1.4
[INFO] [stderr]   Downloaded memoffset v0.5.5
[INFO] [stderr]   Downloaded glutin_glx_sys v0.1.6
[INFO] [stderr]   Downloaded gleam v0.6.19
[INFO] [stderr]   Downloaded glutin v0.21.2
[INFO] [stderr]   Downloaded cocoa v0.18.5
[INFO] [stderr]   Downloaded rayon-core v1.7.1
[INFO] [stderr]   Downloaded winit v0.19.5
[INFO] [stderr]   Downloaded rayon v1.3.1
[INFO] [stderr]   Downloaded glium v0.25.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] 90007a11b8eff988d9ee8beeb87d6598c3e73d8e43af6608a29b36c695a60fd8
[INFO] running `Command { std: "docker" "start" "90007a11b8eff988d9ee8beeb87d6598c3e73d8e43af6608a29b36c695a60fd8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "90007a11b8eff988d9ee8beeb87d6598c3e73d8e43af6608a29b36c695a60fd8", 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" "90007a11b8eff988d9ee8beeb87d6598c3e73d8e43af6608a29b36c695a60fd8" "/opt/rustwide/cargo-home/bin/cargo" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "90007a11b8eff988d9ee8beeb87d6598c3e73d8e43af6608a29b36c695a60fd8", 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" "90007a11b8eff988d9ee8beeb87d6598c3e73d8e43af6608a29b36c695a60fd8" "/opt/rustwide/cargo-home/bin/cargo" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr] warning: binary `evo_main` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /opt/rustwide/target/.../evo_main
[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 `evo-main`, convert `package.name`
[INFO] [stderr]   --> evo_main/Cargo.toml:2:8
[INFO] [stderr]    |
[INFO] [stderr]  2 - name = "evo_main"
[INFO] [stderr]  2 + name = "evo-main"
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `evo-main`, specify `bin.name`
[INFO] [stderr]   --> evo_main/Cargo.toml:10:39
[INFO] [stderr]    |
[INFO] [stderr] 10 ~ evo_glium = { path = "../evo_glium" }
[INFO] [stderr] 11 + [[bin]]
[INFO] [stderr] 12 + name = "evo-main"
[INFO] [stderr] 13 + path = "src/main.rs"
[INFO] [stderr]    |
[INFO] [stderr] warning: `evo_main` (manifest) generated 1 warning
[INFO] [stderr]    Compiling libc v0.2.74
[INFO] [stderr]    Compiling autocfg v1.0.0
[INFO] [stderr]    Compiling log v0.4.11
[INFO] [stderr]    Compiling proc-macro2 v1.0.19
[INFO] [stderr]    Compiling khronos_api v3.1.0
[INFO] [stderr]    Compiling libloading v0.6.2
[INFO] [stderr]    Compiling syn v1.0.38
[INFO] [stderr]    Compiling byteorder v1.3.4
[INFO] [stderr]    Compiling getrandom v0.1.14
[INFO] [stderr]    Compiling parking_lot_core v0.6.2
[INFO] [stderr]    Compiling rayon-core v1.7.1
[INFO] [stderr]     Checking smallvec v0.6.13
[INFO] [stderr]    Compiling parking_lot v0.9.0
[INFO] [stderr]    Compiling wayland-scanner v0.21.13
[INFO] [stderr]    Compiling cc v1.0.58
[INFO] [stderr]    Compiling serde_derive v1.0.115
[INFO] [stderr]     Checking ppv-lite86 v0.2.8
[INFO] [stderr]    Compiling serde v1.0.115
[INFO] [stderr]     Checking either v1.6.0
[INFO] [stderr]     Checking adler v0.2.3
[INFO] [stderr]     Checking dlib v0.4.2
[INFO] [stderr]     Checking gimli v0.22.0
[INFO] [stderr]     Checking wayland-sys v0.21.13
[INFO] [stderr]     Checking object v0.20.0
[INFO] [stderr]     Checking rustc-demangle v0.1.16
[INFO] [stderr]     Checking smallvec v1.4.1
[INFO] [stderr]    Compiling gl_generator v0.13.1
[INFO] [stderr]    Compiling gl_generator v0.11.0
[INFO] [stderr]     Checking miniz_oxide v0.4.0
[INFO] [stderr]     Checking takeable-option v0.4.0
[INFO] [stderr]    Compiling num-traits v0.2.12
[INFO] [stderr]    Compiling crossbeam-utils v0.7.2
[INFO] [stderr]    Compiling memoffset v0.5.5
[INFO] [stderr]     Checking stb_truetype v0.3.1
[INFO] [stderr]    Compiling crossbeam-epoch v0.8.2
[INFO] [stderr]    Compiling rayon v1.3.1
[INFO] [stderr]     Checking unicode-xid v0.2.1
[INFO] [stderr]    Compiling quote v1.0.7
[INFO] [stderr]     Checking nix v0.14.1
[INFO] [stderr]     Checking num_cpus v1.13.0
[INFO] [stderr]     Checking x11-dl v2.18.5
[INFO] [stderr]     Checking memmap v0.7.0
[INFO] [stderr]     Checking rand_core v0.5.1
[INFO] [stderr]     Checking shared_library v0.1.9
[INFO] [stderr]     Checking raw-window-handle v0.3.3
[INFO] [stderr]    Compiling glutin_egl_sys v0.1.4
[INFO] [stderr]    Compiling glutin_glx_sys v0.1.6
[INFO] [stderr]    Compiling glium v0.25.1
[INFO] [stderr]    Compiling libloading v0.5.2
[INFO] [stderr]     Checking osmesa-sys v0.1.2
[INFO] [stderr]     Checking rand_chacha v0.2.2
[INFO] [stderr]     Checking crossbeam-queue v0.2.3
[INFO] [stderr]     Checking rand_pcg v0.2.1
[INFO] [stderr]     Checking crossbeam-deque v0.7.3
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]     Checking rand v0.7.3
[INFO] [stderr]     Checking clap v2.33.3
[INFO] [stderr]    Compiling wayland-client v0.21.13
[INFO] [stderr]    Compiling wayland-protocols v0.21.13
[INFO] [stderr]     Checking approx v0.3.2
[INFO] [stderr]     Checking ordered-float v1.1.0
[INFO] [stderr]     Checking line_drawing v0.7.0
[INFO] [stderr]     Checking rusttype v0.8.3
[INFO] [stderr]     Checking rusttype v0.7.9
[INFO] [stderr]     Checking andrew v0.2.1
[INFO] [stderr]     Checking addr2line v0.13.0
[INFO] [stderr]     Checking wayland-commons v0.21.13
[INFO] [stderr]     Checking rand_distr v0.2.2
[INFO] [stderr]     Checking backtrace v0.3.50
[INFO] [stderr]     Checking evo_domain_derive v0.1.0 (/opt/rustwide/workdir/evo_domain/evo_domain_derive)
[INFO] [stderr]     Checking evo_domain v0.1.0 (/opt/rustwide/workdir/evo_domain)
[INFO] [stdout] warning: use of deprecated module `std::usize`: all constants in this module replaced by associated constants on the type
[INFO] [stdout]   --> evo_domain/src/biology/cell.rs:17:10
[INFO] [stdout]    |
[INFO] [stdout] 17 | use std::usize;
[INFO] [stdout]    |          ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::usize::MAX`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]    --> evo_domain/src/biology/cell.rs:407:53
[INFO] [stdout]     |
[INFO] [stdout] 407 |                     if energy_change.index < usize::MAX {
[INFO] [stdout]     |                                                     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated module `std::usize`: all constants in this module replaced by associated constants on the type
[INFO] [stdout]   --> evo_domain/src/biology/layers.rs:10:10
[INFO] [stdout]    |
[INFO] [stdout] 10 | use std::usize;
[INFO] [stdout]    |          ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::usize::MAX`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]    --> evo_domain/src/biology/layers.rs:685:66
[INFO] [stdout]     |
[INFO] [stdout] 685 |         changes.add_energy_change(energy.into(), "photo", usize::MAX);
[INFO] [stdout]     |                                                                  ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated module `std::u32`: all constants in this module replaced by associated constants on the type
[INFO] [stdout]  --> evo_domain/src/physics/handles.rs:7:10
[INFO] [stdout]   |
[INFO] [stdout] 7 | use std::u32;
[INFO] [stdout]   |          ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::u32::MAX`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]    --> evo_domain/src/physics/handles.rs:139:25
[INFO] [stdout]     |
[INFO] [stdout] 139 |             index: u32::MAX,
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated module `std::u32`: all constants in this module replaced by associated constants on the type
[INFO] [stdout]  --> evo_domain/src/physics/node_graph.rs:7:10
[INFO] [stdout]   |
[INFO] [stdout] 7 | use std::u32;
[INFO] [stdout]   |          ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::u32::MAX`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]    --> evo_domain/src/physics/node_graph.rs:352:34
[INFO] [stdout]     |
[INFO] [stdout] 352 |         EdgeHandle { index: u32::MAX }
[INFO] [stdout]     |                                  ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f64::MIN_POSITIVE`: replaced by the `MIN_POSITIVE` associated constant on `f64`
[INFO] [stdout]   --> evo_domain/src/physics/util.rs:17:51
[INFO] [stdout]    |
[INFO] [stdout] 17 |     } else if a == 0.0 || b == 0.0 || diff < f64::MIN_POSITIVE {
[INFO] [stdout]    |                                                   ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f64::EPSILON`: replaced by the `EPSILON` associated constant on `f64`
[INFO] [stdout]   --> evo_domain/src/physics/util.rs:19:22
[INFO] [stdout]    |
[INFO] [stdout] 19 |         diff < (f64::EPSILON * f64::MIN_POSITIVE)
[INFO] [stdout]    |                      ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f64::MIN_POSITIVE`: replaced by the `MIN_POSITIVE` associated constant on `f64`
[INFO] [stdout]   --> evo_domain/src/physics/util.rs:19:37
[INFO] [stdout]    |
[INFO] [stdout] 19 |         diff < (f64::EPSILON * f64::MIN_POSITIVE)
[INFO] [stdout]    |                                     ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f64::MAX`: replaced by the `MAX` associated constant on `f64`
[INFO] [stdout]   --> evo_domain/src/physics/util.rs:22:46
[INFO] [stdout]    |
[INFO] [stdout] 22 |         (diff / f64::min(abs_a + abs_b, f64::MAX)) < f64::EPSILON
[INFO] [stdout]    |                                              ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f64::EPSILON`: replaced by the `EPSILON` associated constant on `f64`
[INFO] [stdout]   --> evo_domain/src/physics/util.rs:22:59
[INFO] [stdout]    |
[INFO] [stdout] 22 |         (diff / f64::min(abs_a + abs_b, f64::MAX)) < f64::EPSILON
[INFO] [stdout]    |                                                           ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated module `std::usize`: all constants in this module replaced by associated constants on the type
[INFO] [stdout]   --> evo_domain/src/biology/cell.rs:17:10
[INFO] [stdout]    |
[INFO] [stdout] 17 | use std::usize;
[INFO] [stdout]    |          ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::usize::MAX`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]    --> evo_domain/src/biology/cell.rs:407:53
[INFO] [stdout]     |
[INFO] [stdout] 407 |                     if energy_change.index < usize::MAX {
[INFO] [stdout]     |                                                     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated module `std::usize`: all constants in this module replaced by associated constants on the type
[INFO] [stdout]   --> evo_domain/src/biology/layers.rs:10:10
[INFO] [stdout]    |
[INFO] [stdout] 10 | use std::usize;
[INFO] [stdout]    |          ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::usize::MAX`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]    --> evo_domain/src/biology/layers.rs:685:66
[INFO] [stdout]     |
[INFO] [stdout] 685 |         changes.add_energy_change(energy.into(), "photo", usize::MAX);
[INFO] [stdout]     |                                                                  ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated module `std::u32`: all constants in this module replaced by associated constants on the type
[INFO] [stdout]  --> evo_domain/src/physics/handles.rs:7:10
[INFO] [stdout]   |
[INFO] [stdout] 7 | use std::u32;
[INFO] [stdout]   |          ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::u32::MAX`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]    --> evo_domain/src/physics/handles.rs:139:25
[INFO] [stdout]     |
[INFO] [stdout] 139 |             index: u32::MAX,
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated module `std::u32`: all constants in this module replaced by associated constants on the type
[INFO] [stdout]  --> evo_domain/src/physics/node_graph.rs:7:10
[INFO] [stdout]   |
[INFO] [stdout] 7 | use std::u32;
[INFO] [stdout]   |          ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::u32::MAX`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]    --> evo_domain/src/physics/node_graph.rs:352:34
[INFO] [stdout]     |
[INFO] [stdout] 352 |         EdgeHandle { index: u32::MAX }
[INFO] [stdout]     |                                  ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f64::MIN_POSITIVE`: replaced by the `MIN_POSITIVE` associated constant on `f64`
[INFO] [stdout]   --> evo_domain/src/physics/util.rs:17:51
[INFO] [stdout]    |
[INFO] [stdout] 17 |     } else if a == 0.0 || b == 0.0 || diff < f64::MIN_POSITIVE {
[INFO] [stdout]    |                                                   ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f64::EPSILON`: replaced by the `EPSILON` associated constant on `f64`
[INFO] [stdout]   --> evo_domain/src/physics/util.rs:19:22
[INFO] [stdout]    |
[INFO] [stdout] 19 |         diff < (f64::EPSILON * f64::MIN_POSITIVE)
[INFO] [stdout]    |                      ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f64::MIN_POSITIVE`: replaced by the `MIN_POSITIVE` associated constant on `f64`
[INFO] [stdout]   --> evo_domain/src/physics/util.rs:19:37
[INFO] [stdout]    |
[INFO] [stdout] 19 |         diff < (f64::EPSILON * f64::MIN_POSITIVE)
[INFO] [stdout]    |                                     ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f64::MAX`: replaced by the `MAX` associated constant on `f64`
[INFO] [stdout]   --> evo_domain/src/physics/util.rs:22:46
[INFO] [stdout]    |
[INFO] [stdout] 22 |         (diff / f64::min(abs_a + abs_b, f64::MAX)) < f64::EPSILON
[INFO] [stdout]    |                                              ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f64::EPSILON`: replaced by the `EPSILON` associated constant on `f64`
[INFO] [stdout]   --> evo_domain/src/physics/util.rs:22:59
[INFO] [stdout]    |
[INFO] [stdout] 22 |         (diff / f64::min(abs_a + abs_b, f64::MAX)) < f64::EPSILON
[INFO] [stdout]    |                                                           ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking smithay-client-toolkit v0.4.6
[INFO] [stderr]     Checking winit v0.19.5
[INFO] [stderr]     Checking glutin v0.21.2
[INFO] [stderr]     Checking evo_glium v0.1.0 (/opt/rustwide/workdir/evo_glium)
[INFO] [stderr]     Checking evo_main v0.1.0 (/opt/rustwide/workdir/evo_main)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.49s
[INFO] running `Command { std: "docker" "inspect" "90007a11b8eff988d9ee8beeb87d6598c3e73d8e43af6608a29b36c695a60fd8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "90007a11b8eff988d9ee8beeb87d6598c3e73d8e43af6608a29b36c695a60fd8", kill_on_drop: false }`
[INFO] [stdout] 90007a11b8eff988d9ee8beeb87d6598c3e73d8e43af6608a29b36c695a60fd8
