[INFO] cloning repository https://github.com/GameHunter101/floosh
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/GameHunter101/floosh" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FGameHunter101%2Ffloosh", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FGameHunter101%2Ffloosh'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 45fc38a6e108444a8ffcfd0b312ad391132fc835
[INFO] checking GameHunter101/floosh against try#987a165cfab916796a8315782b83ac460a651ce2 for pr-145262
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FGameHunter101%2Ffloosh" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/GameHunter101/floosh
[INFO] finished tweaking git repo https://github.com/GameHunter101/floosh
[INFO] tweaked toml for git repo https://github.com/GameHunter101/floosh written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/GameHunter101/floosh on toolchain 987a165cfab916796a8315782b83ac460a651ce2
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+987a165cfab916796a8315782b83ac460a651ce2" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/GameHunter101/floosh 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" "+987a165cfab916796a8315782b83ac460a651ce2" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+987a165cfab916796a8315782b83ac460a651ce2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 22141bbf0fbda5d3a1d1205206ac8795a21afcad2580ac8753d0744ad875b849
[INFO] running `Command { std: "docker" "start" "-a" "22141bbf0fbda5d3a1d1205206ac8795a21afcad2580ac8753d0744ad875b849", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "22141bbf0fbda5d3a1d1205206ac8795a21afcad2580ac8753d0744ad875b849", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "22141bbf0fbda5d3a1d1205206ac8795a21afcad2580ac8753d0744ad875b849", kill_on_drop: false }`
[INFO] [stdout] 22141bbf0fbda5d3a1d1205206ac8795a21afcad2580ac8753d0744ad875b849
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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" "RUSTDOCFLAGS=--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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+987a165cfab916796a8315782b83ac460a651ce2" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f46e8c7a243c31a42055d1b87516df720aba6b625979d7927e56d59f6791a8c2
[INFO] running `Command { std: "docker" "start" "-a" "f46e8c7a243c31a42055d1b87516df720aba6b625979d7927e56d59f6791a8c2", kill_on_drop: false }`
[INFO] [stderr]    Compiling autocfg v1.3.0
[INFO] [stderr]    Compiling proc-macro2 v1.0.86
[INFO] [stderr]    Compiling libc v0.2.158
[INFO] [stderr]     Checking bitflags v1.3.2
[INFO] [stderr]     Checking smallvec v1.13.2
[INFO] [stderr]     Checking bitflags v2.6.0
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]     Checking byteorder v1.5.0
[INFO] [stderr]    Compiling version_check v0.9.5
[INFO] [stderr]    Compiling crossbeam-utils v0.8.20
[INFO] [stderr]     Checking once_cell v1.19.0
[INFO] [stderr]    Compiling paste v1.0.15
[INFO] [stderr]     Checking termcolor v1.4.1
[INFO] [stderr]     Checking zerocopy v0.7.35
[INFO] [stderr]    Compiling thiserror v1.0.63
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling lock_api v0.4.12
[INFO] [stderr]    Compiling ahash v0.8.11
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]     Checking crossbeam-epoch v0.9.18
[INFO] [stderr]     Checking libloading v0.7.4
[INFO] [stderr]     Checking futures-sink v0.3.30
[INFO] [stderr]     Checking futures-core v0.3.30
[INFO] [stderr]    Compiling rayon-core v1.12.1
[INFO] [stderr]     Checking unicode-width v0.1.13
[INFO] [stderr]     Checking bit-vec v0.6.3
[INFO] [stderr]    Compiling shlex v1.3.0
[INFO] [stderr]     Checking unicode-xid v0.2.5
[INFO] [stderr]    Compiling khronos-egl v4.1.0
[INFO] [stderr]    Compiling syn v2.0.76
[INFO] [stderr]     Checking hashbrown v0.12.3
[INFO] [stderr]     Checking allocator-api2 v0.2.18
[INFO] [stderr]     Checking memchr v2.7.4
[INFO] [stderr]     Checking raw-window-handle v0.5.2
[INFO] [stderr]    Compiling ash v0.37.3+1.3.251
[INFO] [stderr]     Checking getrandom v0.2.15
[INFO] [stderr]     Checking log v0.4.22
[INFO] [stderr]     Checking bit-set v0.5.3
[INFO] [stderr]    Compiling cc v1.1.15
[INFO] [stderr]     Checking pp-rs v0.2.1
[INFO] [stderr]     Checking num-complex v0.4.6
[INFO] [stderr]     Checking parking_lot v0.12.3
[INFO] [stderr]     Checking spirv v0.2.0+1.5.4
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]     Checking approx v0.5.1
[INFO] [stderr]     Checking codespan-reporting v0.11.1
[INFO] [stderr]     Checking crossbeam-deque v0.8.5
[INFO] [stderr]    Compiling matrixmultiply v0.3.9
[INFO] [stderr]     Checking gpu-alloc-types v0.3.0
[INFO] [stderr]     Checking gpu-descriptor-types v0.1.2
[INFO] [stderr]     Checking simd-adler32 v0.3.7
[INFO] [stderr]    Compiling cfg-if v1.0.0
[INFO] [stderr]    Compiling typenum v1.17.0
[INFO] [stderr]    Compiling version-compare v0.1.1
[INFO] [stderr]     Checking rustc-hash v1.1.0
[INFO] [stderr]     Checking hexf-parse v0.2.1
[INFO] [stderr]    Compiling sdl2-sys v0.36.0
[INFO] [stderr]     Checking gpu-descriptor v0.2.4
[INFO] [stderr]     Checking gpu-alloc v0.6.0
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]     Checking wgpu-types v0.17.0
[INFO] [stderr]     Checking libloading v0.8.5
[INFO] [stderr]     Checking rawpointer v0.2.1
[INFO] [stderr]     Checking adler2 v2.0.0
[INFO] [stderr]     Checking arrayvec v0.7.6
[INFO] [stderr]     Checking glow v0.12.3
[INFO] [stderr]     Checking profiling v1.0.15
[INFO] [stderr]     Checking renderdoc-sys v1.1.0
[INFO] [stderr]     Checking miniz_oxide v0.8.0
[INFO] [stderr]    Compiling imgui-sys v0.11.0
[INFO] [stderr]     Checking num-rational v0.4.2
[INFO] [stderr]     Checking crc32fast v1.4.2
[INFO] [stderr]     Checking pin-project-lite v0.2.14
[INFO] [stderr]     Checking either v1.13.0
[INFO] [stderr]     Checking mint v0.5.9
[INFO] [stderr]     Checking chlorine v1.0.12
[INFO] [stderr]     Checking adler v1.0.2
[INFO] [stderr]     Checking flate2 v1.0.33
[INFO] [stderr]     Checking miniz_oxide v0.7.4
[INFO] [stderr]     Checking rayon v1.10.0
[INFO] [stderr]     Checking aho-corasick v1.1.3
[INFO] [stderr]     Checking nanorand v0.7.0
[INFO] [stderr]     Checking futures-channel v0.3.30
[INFO] [stderr]     Checking spin v0.9.8
[INFO] [stderr]     Checking futures-task v0.3.30
[INFO] [stderr]     Checking futures-io v0.3.30
[INFO] [stderr]     Checking regex-syntax v0.8.4
[INFO] [stderr]     Checking weezl v0.1.8
[INFO] [stderr]     Checking static_assertions v1.1.0
[INFO] [stderr]     Checking pin-utils v0.1.0
[INFO] [stderr]    Compiling sdl2 v0.36.0
[INFO] [stderr]     Checking flume v0.11.0
[INFO] [stderr]     Checking zune-inflate v0.2.54
[INFO] [stderr]     Checking fdeflate v0.3.4
[INFO] [stderr]     Checking regex-automata v0.4.7
[INFO] [stderr]     Checking half v2.4.1
[INFO] [stderr]    Compiling anyhow v1.0.86
[INFO] [stderr]    Compiling bytemuck_derive v1.7.1
[INFO] [stderr]    Compiling thiserror-impl v1.0.63
[INFO] [stderr]    Compiling nalgebra-macros v0.2.2
[INFO] [stderr]    Compiling futures-macro v0.3.30
[INFO] [stderr]     Checking bit_field v0.10.2
[INFO] [stderr]     Checking powerfmt v0.2.0
[INFO] [stderr]     Checking jpeg-decoder v0.3.1
[INFO] [stderr]     Checking lebe v0.5.2
[INFO] [stderr]    Compiling serde v1.0.209
[INFO] [stderr]     Checking futures-util v0.3.30
[INFO] [stderr]     Checking color_quant v1.1.0
[INFO] [stderr]     Checking lazy_static v1.5.0
[INFO] [stderr]     Checking naga v0.13.0
[INFO] [stderr]     Checking bytemuck v1.17.1
[INFO] [stderr]     Checking tiff v0.9.1
[INFO] [stderr]     Checking regex v1.10.6
[INFO] [stderr]     Checking safe_arch v0.7.2
[INFO] [stderr]     Checking qoi v0.4.1
[INFO] [stderr]     Checking gif v0.13.1
[INFO] [stderr]     Checking exr v1.72.0
[INFO] [stderr]     Checking wide v0.7.28
[INFO] [stderr]     Checking deranged v0.3.11
[INFO] [stderr]     Checking png v0.17.13
[INFO] [stderr]    Compiling tokio-macros v2.4.0
[INFO] [stderr]     Checking is-terminal v0.4.13
[INFO] [stderr]     Checking socket2 v0.5.7
[INFO] [stderr]     Checking signal-hook-registry v1.4.2
[INFO] [stderr]     Checking mio v1.0.2
[INFO] [stderr]     Checking futures-executor v0.3.30
[INFO] [stderr]    Compiling heck v0.4.1
[INFO] [stderr]     Checking bytes v1.7.1
[INFO] [stderr]     Checking time-core v0.1.2
[INFO] [stderr]     Checking humantime v2.1.0
[INFO] [stderr]     Checking num-conv v0.1.0
[INFO] [stderr]     Checking image v0.24.9
[INFO] [stderr]     Checking tokio v1.39.3
[INFO] [stderr]     Checking env_logger v0.10.2
[INFO] [stderr]     Checking time v0.3.36
[INFO] [stderr]    Compiling enum-as-inner v0.6.0
[INFO] [stderr]     Checking simba v0.8.1
[INFO] [stderr]     Checking simba v0.9.0
[INFO] [stderr]     Checking futures v0.3.30
[INFO] [stderr]     Checking tobj v4.0.2
[INFO] [stderr]     Checking dyn-clone v1.0.17
[INFO] [stderr]     Checking cool_utils v0.1.9 (https://github.com/GameHunter101/cool_utils#acb5b872)
[INFO] [stderr]     Checking pollster v0.3.0
[INFO] [stderr]     Checking imgui v0.11.0
[INFO] [stderr]     Checking wgpu-hal v0.17.2
[INFO] [stderr]     Checking bincode v1.3.3
[INFO] [stderr]     Checking imgui-sdl2 v0.15.3
[INFO] [stderr]     Checking wgpu-core v0.17.1
[INFO] [stderr]     Checking nalgebra v0.32.6
[INFO] [stderr]     Checking nalgebra v0.33.0
[INFO] [stderr]     Checking wgpu v0.17.2
[INFO] [stderr]     Checking imgui-wgpu v0.24.0
[INFO] [stderr]     Checking smaa v0.11.0
[INFO] [stderr]     Checking algoe v0.2.6 (https://github.com/GameHunter101/Algoe#dfff46d2)
[INFO] [stderr]     Checking gamezap v0.5.46 (https://github.com/GameHunter101/gamezap-lib#d525e1de)
[INFO] [stderr]     Checking nalgebra-sparse v0.10.0
[INFO] [stderr]     Checking floosh v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `cool_utils::data_structures::ring_buffer::RingBuffer`
[INFO] [stdout]  --> src/simulator_component.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use cool_utils::data_structures::ring_buffer::RingBuffer;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `nalgebra::Vector2`
[INFO] [stdout]  --> src/simulator_component.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use nalgebra::Vector2;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `cool_utils::data_structures::ring_buffer::RingBuffer`
[INFO] [stdout]  --> src/simulator_component.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use cool_utils::data_structures::ring_buffer::RingBuffer;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `nalgebra::Vector2`
[INFO] [stdout]  --> src/simulator_component.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use nalgebra::Vector2;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `dt`
[INFO] [stdout]    --> src/simulator_component.rs:303:13
[INFO] [stdout]     |
[INFO] [stdout] 303 |         let dt = details.last_frame_duration.as_secs_f32() * 10.0;
[INFO] [stdout]     |             ^^ help: if this is intentional, prefix it with an underscore: `_dt`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `queue`
[INFO] [stdout]    --> src/simulator_component.rs:292:9
[INFO] [stdout]     |
[INFO] [stdout] 292 |         queue: Arc<Queue>,
[INFO] [stdout]     |         ^^^^^ help: if this is intentional, prefix it with an underscore: `_queue`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `scale`
[INFO] [stdout]    --> src/simulator_component.rs:485:13
[INFO] [stdout]     |
[INFO] [stdout] 485 |         let scale = 3;
[INFO] [stdout]     |             ^^^^^ help: if this is intentional, prefix it with an underscore: `_scale`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `brush_size`
[INFO] [stdout]    --> src/simulator_component.rs:486:13
[INFO] [stdout]     |
[INFO] [stdout] 486 |         let brush_size = 20_i32;
[INFO] [stdout]     |             ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_brush_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `fall_off`
[INFO] [stdout]    --> src/simulator_component.rs:489:13
[INFO] [stdout]     |
[INFO] [stdout] 489 |         let fall_off = 3.0;
[INFO] [stdout]     |             ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_fall_off`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple associated items are never used
[INFO] [stdout]    --> src/simulator_component.rs:63:8
[INFO] [stdout]     |
[INFO] [stdout]  19 | impl SimulatorComponent {
[INFO] [stdout]     | ----------------------- associated items in this implementation
[INFO] [stdout] ...
[INFO] [stdout]  63 |     fn set_boundary(resolution: usize, boundary_type: u32, grid: &mut [Vec<f32>]) {
[INFO] [stdout]     |        ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  81 |     fn linear_system_solver(
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 103 |     fn lerp(a: f32, b: f32, k: f32) -> f32 {
[INFO] [stdout]     |        ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 107 |     fn diffuse(
[INFO] [stdout]     |        ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 128 |     fn advect(
[INFO] [stdout]     |        ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 160 |     fn project(
[INFO] [stdout]     |        ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 194 |     fn simulate(&mut self, dt: f32, num_iters: u32) {
[INFO] [stdout]     |        ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `dt`
[INFO] [stdout]    --> src/simulator_component.rs:303:13
[INFO] [stdout]     |
[INFO] [stdout] 303 |         let dt = details.last_frame_duration.as_secs_f32() * 10.0;
[INFO] [stdout]     |             ^^ help: if this is intentional, prefix it with an underscore: `_dt`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `queue`
[INFO] [stdout]    --> src/simulator_component.rs:292:9
[INFO] [stdout]     |
[INFO] [stdout] 292 |         queue: Arc<Queue>,
[INFO] [stdout]     |         ^^^^^ help: if this is intentional, prefix it with an underscore: `_queue`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `scale`
[INFO] [stdout]    --> src/simulator_component.rs:485:13
[INFO] [stdout]     |
[INFO] [stdout] 485 |         let scale = 3;
[INFO] [stdout]     |             ^^^^^ help: if this is intentional, prefix it with an underscore: `_scale`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `brush_size`
[INFO] [stdout]    --> src/simulator_component.rs:486:13
[INFO] [stdout]     |
[INFO] [stdout] 486 |         let brush_size = 20_i32;
[INFO] [stdout]     |             ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_brush_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `fall_off`
[INFO] [stdout]    --> src/simulator_component.rs:489:13
[INFO] [stdout]     |
[INFO] [stdout] 489 |         let fall_off = 3.0;
[INFO] [stdout]     |             ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_fall_off`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple associated items are never used
[INFO] [stdout]    --> src/simulator_component.rs:63:8
[INFO] [stdout]     |
[INFO] [stdout]  19 | impl SimulatorComponent {
[INFO] [stdout]     | ----------------------- associated items in this implementation
[INFO] [stdout] ...
[INFO] [stdout]  63 |     fn set_boundary(resolution: usize, boundary_type: u32, grid: &mut [Vec<f32>]) {
[INFO] [stdout]     |        ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  81 |     fn linear_system_solver(
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 103 |     fn lerp(a: f32, b: f32, k: f32) -> f32 {
[INFO] [stdout]     |        ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 107 |     fn diffuse(
[INFO] [stdout]     |        ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 128 |     fn advect(
[INFO] [stdout]     |        ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 160 |     fn project(
[INFO] [stdout]     |        ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 194 |     fn simulate(&mut self, dt: f32, num_iters: u32) {
[INFO] [stdout]     |        ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 37s
[INFO] running `Command { std: "docker" "inspect" "f46e8c7a243c31a42055d1b87516df720aba6b625979d7927e56d59f6791a8c2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f46e8c7a243c31a42055d1b87516df720aba6b625979d7927e56d59f6791a8c2", kill_on_drop: false }`
[INFO] [stdout] f46e8c7a243c31a42055d1b87516df720aba6b625979d7927e56d59f6791a8c2
