[INFO] cloning repository https://github.com/jimktrains/synth
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jimktrains/synth" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjimktrains%2Fsynth", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjimktrains%2Fsynth'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] edcf2bfcac16e1423cc743bd7cb26bc23455b3fd
[INFO] checking jimktrains/synth against eca445e5ae4a6679cc27d3a09106ce245e13a5a6 for pr-162478
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjimktrains%2Fsynth" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/jimktrains/synth
[INFO] finished tweaking git repo https://github.com/jimktrains/synth
[INFO] tweaked toml for git repo https://github.com/jimktrains/synth written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/jimktrains/synth 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/jimktrains/synth 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]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded redox_termios v0.1.2
[INFO] [stderr]   Downloaded riff v1.0.1
[INFO] [stderr]   Downloaded tui v0.14.0
[INFO] [stderr]   Downloaded termion v1.5.6
[INFO] [stderr]   Downloaded num_enum v0.5.1
[INFO] [stderr]   Downloaded coreaudio-sys v0.2.8
[INFO] [stderr]   Downloaded wasm-bindgen-shared v0.2.73
[INFO] [stderr]   Downloaded argh v0.1.4
[INFO] [stderr]   Downloaded num_enum_derive v0.5.1
[INFO] [stderr]   Downloaded wasm-bindgen-macro v0.2.73
[INFO] [stderr]   Downloaded argh_shared v0.1.4
[INFO] [stderr]   Downloaded argh_derive v0.1.4
[INFO] [stderr]   Downloaded thiserror-impl v1.0.24
[INFO] [stderr]   Downloaded wasm-bindgen-macro-support v0.2.73
[INFO] [stderr]   Downloaded wasm-bindgen-backend v0.2.73
[INFO] [stderr]   Downloaded thiserror v1.0.24
[INFO] [stderr]   Downloaded jobserver v0.1.22
[INFO] [stderr]   Downloaded lock_api v0.4.3
[INFO] [stderr]   Downloaded libloading v0.7.0
[INFO] [stderr]   Downloaded redox_syscall v0.2.6
[INFO] [stderr]   Downloaded oboe v0.4.1
[INFO] [stderr]   Downloaded clang-sys v1.2.0
[INFO] [stderr]   Downloaded js-sys v0.3.50
[INFO] [stderr]   Downloaded jni v0.18.0
[INFO] [stderr]   Downloaded alsa v0.5.0
[INFO] [stderr]   Downloaded serde v1.0.125
[INFO] [stderr]   Downloaded rand v0.8.3
[INFO] [stderr]   Downloaded cpal v0.13.3
[INFO] [stderr]   Downloaded oboe-sys v0.4.0
[INFO] [stderr]   Downloaded combine v4.5.2
[INFO] [stderr]   Downloaded wasm-bindgen v0.2.73
[INFO] [stderr]   Downloaded bindgen v0.56.0
[INFO] [stderr]   Downloaded ndk-sys v0.2.1
[INFO] [stderr]   Downloaded wav v0.6.0
[INFO] [stderr]   Downloaded web-sys v0.3.50
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] 6f15d3a03cc7c43660f5749a421936bc094ab98250dc905802dde6941a18d59d
[INFO] running `Command { std: "docker" "start" "6f15d3a03cc7c43660f5749a421936bc094ab98250dc905802dde6941a18d59d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6f15d3a03cc7c43660f5749a421936bc094ab98250dc905802dde6941a18d59d", 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" "6f15d3a03cc7c43660f5749a421936bc094ab98250dc905802dde6941a18d59d" "/opt/rustwide/cargo-home/bin/cargo" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6f15d3a03cc7c43660f5749a421936bc094ab98250dc905802dde6941a18d59d", 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" "6f15d3a03cc7c43660f5749a421936bc094ab98250dc905802dde6941a18d59d" "/opt/rustwide/cargo-home/bin/cargo" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.93
[INFO] [stderr]    Compiling syn v1.0.70
[INFO] [stderr]    Compiling getrandom v0.2.2
[INFO] [stderr]     Checking smallvec v1.6.1
[INFO] [stderr]    Compiling anyhow v1.0.40
[INFO] [stderr]     Checking numtoa v0.1.0
[INFO] [stderr]    Compiling argh_shared v0.1.4
[INFO] [stderr]    Compiling cpal v0.13.3
[INFO] [stderr]    Compiling alsa-sys v0.3.1
[INFO] [stderr]     Checking lock_api v0.4.3
[INFO] [stderr]     Checking riff v1.0.1
[INFO] [stderr]     Checking cassowary v0.3.0
[INFO] [stderr]     Checking unicode-segmentation v1.7.1
[INFO] [stderr]     Checking wav v0.6.0
[INFO] [stderr]     Checking parking_lot_core v0.8.3
[INFO] [stderr]     Checking nix v0.20.0
[INFO] [stderr]     Checking termion v1.5.6
[INFO] [stderr]     Checking rand_core v0.6.2
[INFO] [stderr]     Checking rand_chacha v0.3.0
[INFO] [stderr]     Checking parking_lot v0.11.1
[INFO] [stderr]     Checking rand v0.8.3
[INFO] [stderr]     Checking tui v0.14.0
[INFO] [stderr]     Checking alsa v0.5.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.24
[INFO] [stderr]    Compiling argh_derive v0.1.4
[INFO] [stderr]     Checking thiserror v1.0.24
[INFO] [stderr]     Checking argh v0.1.4
[INFO] [stderr]     Checking jsynth v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl i16>::max_value`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]    --> src/audio.rs:109:32
[INFO] [stdout]     |
[INFO] [stdout] 109 |     wto1.modulation_idx = i16::max_value();
[INFO] [stdout]     |                                ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl i16>::max_value`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]    --> src/audio.rs:112:32
[INFO] [stdout]     |
[INFO] [stdout] 112 |     wto1.modulation_idx = i16::max_value();
[INFO] [stdout]     |                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl i16>::max_value`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]    --> src/audio.rs:115:32
[INFO] [stdout]     |
[INFO] [stdout] 115 |     wto2.modulation_idx = i16::max_value();
[INFO] [stdout]     |                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl i16>::max_value`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]    --> src/audio.rs:117:35
[INFO] [stdout]     |
[INFO] [stdout] 117 |     let vca1 = amp::Vca::new(i16::max_value());
[INFO] [stdout]     |                                   ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl i16>::max_value`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]    --> src/audio.rs:121:31
[INFO] [stdout]     |
[INFO] [stdout] 121 |     adsr1["attack_to"] = i16::max_value() / 10;
[INFO] [stdout]     |                               ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl i16>::max_value`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]    --> src/audio.rs:123:32
[INFO] [stdout]     |
[INFO] [stdout] 123 |     adsr1["sustain_at"] = i16::max_value() / 20;
[INFO] [stdout]     |                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl i16>::max_value`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]    --> src/audio.rs:144:36
[INFO] [stdout]     |
[INFO] [stdout] 144 |     let vca1o = amp::Vca::new(i16::max_value());
[INFO] [stdout]     |                                    ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl i16>::max_value`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]    --> src/audio.rs:148:32
[INFO] [stdout]     |
[INFO] [stdout] 148 |     adsr1o["attack_to"] = i16::max_value() / 4 * 3;
[INFO] [stdout]     |                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl i16>::max_value`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]    --> src/audio.rs:150:33
[INFO] [stdout]     |
[INFO] [stdout] 150 |     adsr1o["sustain_at"] = i16::max_value() / 2;
[INFO] [stdout]     |                                 ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl i16>::max_value`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]    --> src/audio.rs:166:26
[INFO] [stdout]     |
[INFO] [stdout] 166 |     mix1["a_lvl"] = i16::max_value();
[INFO] [stdout]     |                          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl i16>::max_value`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]    --> src/audio.rs:167:26
[INFO] [stdout]     |
[INFO] [stdout] 167 |     mix1["b_lvl"] = i16::max_value();
[INFO] [stdout]     |                          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl i16>::max_value`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]   --> src/env/adsr.rs:66:22
[INFO] [stdout]    |
[INFO] [stdout] 66 |         let q = i16::max_value() / 4;
[INFO] [stdout]    |                      ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl i16>::min_value`: replaced by the `MIN` associated constant on this type
[INFO] [stdout]   --> src/osc/wave_table_osc.rs:20:25
[INFO] [stdout]    |
[INFO] [stdout] 20 |                 * (i16::min_value() as f64)) as i16;
[INFO] [stdout]    |                         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl i16>::max_value`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]   --> src/osc/wave_table_osc.rs:27:37
[INFO] [stdout]    |
[INFO] [stdout] 27 |             wt[i as usize] = ((i16::max_value() as f64)
[INFO] [stdout]    |                                     ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl u16>::max_value`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]   --> src/osc/wave_table_osc.rs:28:26
[INFO] [stdout]    |
[INFO] [stdout] 28 |                 - ((u16::max_value() as f64)
[INFO] [stdout]    |                          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl i16>::max_value`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]   --> src/osc/wave_table_osc.rs:38:24
[INFO] [stdout]    |
[INFO] [stdout] 38 |                 ((i16::max_value() as f64) * (i as f64)
[INFO] [stdout]    |                        ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl i16>::max_value`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]   --> src/osc/wave_table_osc.rs:41:24
[INFO] [stdout]    |
[INFO] [stdout] 41 |                 ((i16::max_value() as f64)
[INFO] [stdout]    |                        ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl i16>::min_value`: replaced by the `MIN` associated constant on this type
[INFO] [stdout]   --> src/osc/wave_table_osc.rs:46:24
[INFO] [stdout]    |
[INFO] [stdout] 46 |                 ((i16::min_value() as f64)
[INFO] [stdout]    |                        ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl i16>::min_value`: replaced by the `MIN` associated constant on this type
[INFO] [stdout]   --> src/osc/wave_table_osc.rs:50:24
[INFO] [stdout]    |
[INFO] [stdout] 50 |                 ((i16::min_value() as f64)
[INFO] [stdout]    |                        ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl i16>::max_value`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]   --> src/osc/wave_table_osc.rs:62:22
[INFO] [stdout]    |
[INFO] [stdout] 62 |                 i16::max_value()
[INFO] [stdout]    |                      ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl i16>::min_value`: replaced by the `MIN` associated constant on this type
[INFO] [stdout]   --> src/osc/wave_table_osc.rs:64:22
[INFO] [stdout]    |
[INFO] [stdout] 64 |                 i16::min_value()
[INFO] [stdout]    |                      ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl i16>::min_value`: replaced by the `MIN` associated constant on this type
[INFO] [stdout]   --> src/out/cpal_out.rs:33:50
[INFO] [stdout]    |
[INFO] [stdout] 33 |                 let s = (((samp) as f64) / (i16::min_value() as f64)) as f32;
[INFO] [stdout]    |                                                  ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl i16>::max_value`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]   --> src/seq/basic.rs:52:30
[INFO] [stdout]    |
[INFO] [stdout] 52 |             self.gate = i16::max_value();
[INFO] [stdout]    |                              ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl i16>::max_value`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]   --> src/seq/basic.rs:53:33
[INFO] [stdout]    |
[INFO] [stdout] 53 |             self.trigger = i16::max_value();
[INFO] [stdout]    |                                 ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl usize>::max_value`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]   --> src/ui.rs:70:34
[INFO] [stdout]    |
[INFO] [stdout] 70 |     let mut last_scwf_i = usize::max_value();
[INFO] [stdout]    |                                  ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl i16>::max_value`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]    --> src/ui.rs:235:58
[INFO] [stdout]     |
[INFO] [stdout] 235 |                     .ratio(adsr_attack_for as f64 / i16::max_value() as f64)
[INFO] [stdout]     |                                                          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl i16>::max_value`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]    --> src/ui.rs:241:57
[INFO] [stdout]     |
[INFO] [stdout] 241 |                     .ratio(adsr_attack_to as f64 / i16::max_value() as f64)
[INFO] [stdout]     |                                                         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl i16>::max_value`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]    --> src/ui.rs:247:57
[INFO] [stdout]     |
[INFO] [stdout] 247 |                     .ratio(adsr_decay_for as f64 / i16::max_value() as f64)
[INFO] [stdout]     |                                                         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl i16>::max_value`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]    --> src/ui.rs:252:58
[INFO] [stdout]     |
[INFO] [stdout] 252 |                     .ratio(adsr_sustain_at as f64 / i16::max_value() as f64)
[INFO] [stdout]     |                                                          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl i16>::max_value`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]    --> src/ui.rs:257:59
[INFO] [stdout]     |
[INFO] [stdout] 257 |                     .ratio(adsr_release_for as f64 / i16::max_value() as f64)
[INFO] [stdout]     |                                                           ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl i16>::max_value`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]    --> src/ui.rs:283:65
[INFO] [stdout]     |
[INFO] [stdout] 283 | ...                   adsr_attack_for.saturating_add(i16::max_value() / 100),
[INFO] [stdout]     |                                                           ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl i16>::max_value`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]    --> src/ui.rs:289:74
[INFO] [stdout]     |
[INFO] [stdout] 289 | ...                   (adsr_attack_for as u16).saturating_sub(i16::max_value() as u16 / 100)
[INFO] [stdout]     |                                                                    ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl i16>::max_value`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]    --> src/ui.rs:296:64
[INFO] [stdout]     |
[INFO] [stdout] 296 | ...                   adsr_attack_to.saturating_add(i16::max_value() / 100),
[INFO] [stdout]     |                                                          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl i16>::max_value`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]    --> src/ui.rs:302:73
[INFO] [stdout]     |
[INFO] [stdout] 302 | ...                   (adsr_attack_to as u16).saturating_sub(i16::max_value() as u16 / 100)
[INFO] [stdout]     |                                                                   ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl i16>::max_value`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]    --> src/ui.rs:309:64
[INFO] [stdout]     |
[INFO] [stdout] 309 | ...                   adsr_decay_for.saturating_add(i16::max_value() / 100),
[INFO] [stdout]     |                                                          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl i16>::max_value`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]    --> src/ui.rs:315:73
[INFO] [stdout]     |
[INFO] [stdout] 315 | ...                   (adsr_decay_for as u16).saturating_sub(i16::max_value() as u16 / 100)
[INFO] [stdout]     |                                                                   ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl i16>::max_value`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]    --> src/ui.rs:322:65
[INFO] [stdout]     |
[INFO] [stdout] 322 | ...                   adsr_sustain_at.saturating_add(i16::max_value() / 100),
[INFO] [stdout]     |                                                           ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl i16>::max_value`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]    --> src/ui.rs:328:74
[INFO] [stdout]     |
[INFO] [stdout] 328 | ...                   (adsr_sustain_at as u16).saturating_sub(i16::max_value() as u16 / 100)
[INFO] [stdout]     |                                                                    ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl i16>::max_value`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]    --> src/ui.rs:335:66
[INFO] [stdout]     |
[INFO] [stdout] 335 | ...                   adsr_release_for.saturating_add(i16::max_value() / 100),
[INFO] [stdout]     |                                                            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl i16>::max_value`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]    --> src/ui.rs:341:75
[INFO] [stdout]     |
[INFO] [stdout] 341 | ...                   (adsr_release_for as u16).saturating_sub(i16::max_value() as u16 / 100)
[INFO] [stdout]     |                                                                     ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl i16>::max_value`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]    --> src/audio.rs:109:32
[INFO] [stdout]     |
[INFO] [stdout] 109 |     wto1.modulation_idx = i16::max_value();
[INFO] [stdout]     |                                ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl i16>::max_value`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]    --> src/audio.rs:112:32
[INFO] [stdout]     |
[INFO] [stdout] 112 |     wto1.modulation_idx = i16::max_value();
[INFO] [stdout]     |                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl i16>::max_value`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]    --> src/audio.rs:115:32
[INFO] [stdout]     |
[INFO] [stdout] 115 |     wto2.modulation_idx = i16::max_value();
[INFO] [stdout]     |                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl i16>::max_value`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]    --> src/audio.rs:117:35
[INFO] [stdout]     |
[INFO] [stdout] 117 |     let vca1 = amp::Vca::new(i16::max_value());
[INFO] [stdout]     |                                   ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl i16>::max_value`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]    --> src/audio.rs:121:31
[INFO] [stdout]     |
[INFO] [stdout] 121 |     adsr1["attack_to"] = i16::max_value() / 10;
[INFO] [stdout]     |                               ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl i16>::max_value`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]    --> src/audio.rs:123:32
[INFO] [stdout]     |
[INFO] [stdout] 123 |     adsr1["sustain_at"] = i16::max_value() / 20;
[INFO] [stdout]     |                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl i16>::max_value`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]    --> src/audio.rs:144:36
[INFO] [stdout]     |
[INFO] [stdout] 144 |     let vca1o = amp::Vca::new(i16::max_value());
[INFO] [stdout]     |                                    ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl i16>::max_value`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]    --> src/audio.rs:148:32
[INFO] [stdout]     |
[INFO] [stdout] 148 |     adsr1o["attack_to"] = i16::max_value() / 4 * 3;
[INFO] [stdout]     |                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl i16>::max_value`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]    --> src/audio.rs:150:33
[INFO] [stdout]     |
[INFO] [stdout] 150 |     adsr1o["sustain_at"] = i16::max_value() / 2;
[INFO] [stdout]     |                                 ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl i16>::max_value`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]    --> src/audio.rs:166:26
[INFO] [stdout]     |
[INFO] [stdout] 166 |     mix1["a_lvl"] = i16::max_value();
[INFO] [stdout]     |                          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl i16>::max_value`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]    --> src/audio.rs:167:26
[INFO] [stdout]     |
[INFO] [stdout] 167 |     mix1["b_lvl"] = i16::max_value();
[INFO] [stdout]     |                          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `triggered_at`, `gated_at`, and `gate_closed_at` are never read
[INFO] [stdout]   --> src/env/adsr.rs:21:5
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub struct Adsr {
[INFO] [stdout]    |            ---- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 21 |     triggered_at: u32,
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout] 22 |     gated_at: u32,
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout] 23 |     gate_closed_at: u32,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Adsr` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `SQ1_7` is never constructed
[INFO] [stdout]  --> src/fixed/mod.rs:6:12
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub struct SQ1_7(pub i16);
[INFO] [stdout]   |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `SQ8_0` is never constructed
[INFO] [stdout]  --> src/fixed/mod.rs:8:12
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub struct SQ8_0(pub i16);
[INFO] [stdout]   |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `SQ16_0` is never constructed
[INFO] [stdout]   --> src/fixed/mod.rs:10:12
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub struct SQ16_0(pub i32);
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `SQ1_15` is never constructed
[INFO] [stdout]   --> src/fixed/mod.rs:12:12
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub struct SQ1_15(pub i32);
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `SQ8_8` is never constructed
[INFO] [stdout]   --> src/fixed/mod.rs:14:12
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub struct SQ8_8(pub i32);
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `SQ16_15` is never constructed
[INFO] [stdout]   --> src/fixed/mod.rs:19:12
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub struct SQ16_15(pub i32);
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `wt` and `phase_offset` are never read
[INFO] [stdout]   --> src/osc/wave_table_osc.rs:92:9
[INFO] [stdout]    |
[INFO] [stdout] 89 | pub struct WaveTableOsc {
[INFO] [stdout]    |            ------------ fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 92 |     pub wt: [i16; WAVE_TABLE_SAMPLES_PER_CYCLE as usize],
[INFO] [stdout]    |         ^^
[INFO] [stdout] ...
[INFO] [stdout] 97 |     pub phase_offset: i16,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `exit_key` is never read
[INFO] [stdout]   --> src/tui_util.rs:68:9
[INFO] [stdout]    |
[INFO] [stdout] 67 | pub struct Config {
[INFO] [stdout]    |            ------ field in this struct
[INFO] [stdout] 68 |     pub exit_key: Key,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Config` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `enhanced_graphics` is never read
[INFO] [stdout]   --> src/ui.rs:86:9
[INFO] [stdout]    |
[INFO] [stdout] 80 |     struct Cli {
[INFO] [stdout]    |            --- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 86 |         enhanced_graphics: bool,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Cli` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `inputs` and `outputs` are never used
[INFO] [stdout]   --> src/util.rs:31:8
[INFO] [stdout]    |
[INFO] [stdout] 26 | pub trait Component:
[INFO] [stdout]    |           --------- methods in this trait
[INFO] [stdout] ...
[INFO] [stdout] 31 |     fn inputs(&self) -> Vec<&'static str>;
[INFO] [stdout]    |        ^^^^^^
[INFO] [stdout] 32 |     fn outputs(&self) -> Vec<&'static str>;
[INFO] [stdout]    |        ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl i16>::max_value`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]   --> src/env/adsr.rs:66:22
[INFO] [stdout]    |
[INFO] [stdout] 66 |         let q = i16::max_value() / 4;
[INFO] [stdout]    |                      ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl i16>::min_value`: replaced by the `MIN` associated constant on this type
[INFO] [stdout]   --> src/osc/wave_table_osc.rs:20:25
[INFO] [stdout]    |
[INFO] [stdout] 20 |                 * (i16::min_value() as f64)) as i16;
[INFO] [stdout]    |                         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl i16>::max_value`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]   --> src/osc/wave_table_osc.rs:27:37
[INFO] [stdout]    |
[INFO] [stdout] 27 |             wt[i as usize] = ((i16::max_value() as f64)
[INFO] [stdout]    |                                     ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl u16>::max_value`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]   --> src/osc/wave_table_osc.rs:28:26
[INFO] [stdout]    |
[INFO] [stdout] 28 |                 - ((u16::max_value() as f64)
[INFO] [stdout]    |                          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl i16>::max_value`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]   --> src/osc/wave_table_osc.rs:38:24
[INFO] [stdout]    |
[INFO] [stdout] 38 |                 ((i16::max_value() as f64) * (i as f64)
[INFO] [stdout]    |                        ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl i16>::max_value`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]   --> src/osc/wave_table_osc.rs:41:24
[INFO] [stdout]    |
[INFO] [stdout] 41 |                 ((i16::max_value() as f64)
[INFO] [stdout]    |                        ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl i16>::min_value`: replaced by the `MIN` associated constant on this type
[INFO] [stdout]   --> src/osc/wave_table_osc.rs:46:24
[INFO] [stdout]    |
[INFO] [stdout] 46 |                 ((i16::min_value() as f64)
[INFO] [stdout]    |                        ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl i16>::min_value`: replaced by the `MIN` associated constant on this type
[INFO] [stdout]   --> src/osc/wave_table_osc.rs:50:24
[INFO] [stdout]    |
[INFO] [stdout] 50 |                 ((i16::min_value() as f64)
[INFO] [stdout]    |                        ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl i16>::max_value`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]   --> src/osc/wave_table_osc.rs:62:22
[INFO] [stdout]    |
[INFO] [stdout] 62 |                 i16::max_value()
[INFO] [stdout]    |                      ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl i16>::min_value`: replaced by the `MIN` associated constant on this type
[INFO] [stdout]   --> src/osc/wave_table_osc.rs:64:22
[INFO] [stdout]    |
[INFO] [stdout] 64 |                 i16::min_value()
[INFO] [stdout]    |                      ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl i16>::min_value`: replaced by the `MIN` associated constant on this type
[INFO] [stdout]   --> src/out/cpal_out.rs:33:50
[INFO] [stdout]    |
[INFO] [stdout] 33 |                 let s = (((samp) as f64) / (i16::min_value() as f64)) as f32;
[INFO] [stdout]    |                                                  ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl i16>::max_value`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]   --> src/seq/basic.rs:52:30
[INFO] [stdout]    |
[INFO] [stdout] 52 |             self.gate = i16::max_value();
[INFO] [stdout]    |                              ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl i16>::max_value`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]   --> src/seq/basic.rs:53:33
[INFO] [stdout]    |
[INFO] [stdout] 53 |             self.trigger = i16::max_value();
[INFO] [stdout]    |                                 ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl usize>::max_value`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]   --> src/ui.rs:70:34
[INFO] [stdout]    |
[INFO] [stdout] 70 |     let mut last_scwf_i = usize::max_value();
[INFO] [stdout]    |                                  ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl i16>::max_value`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]    --> src/ui.rs:235:58
[INFO] [stdout]     |
[INFO] [stdout] 235 |                     .ratio(adsr_attack_for as f64 / i16::max_value() as f64)
[INFO] [stdout]     |                                                          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl i16>::max_value`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]    --> src/ui.rs:241:57
[INFO] [stdout]     |
[INFO] [stdout] 241 |                     .ratio(adsr_attack_to as f64 / i16::max_value() as f64)
[INFO] [stdout]     |                                                         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl i16>::max_value`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]    --> src/ui.rs:247:57
[INFO] [stdout]     |
[INFO] [stdout] 247 |                     .ratio(adsr_decay_for as f64 / i16::max_value() as f64)
[INFO] [stdout]     |                                                         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl i16>::max_value`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]    --> src/ui.rs:252:58
[INFO] [stdout]     |
[INFO] [stdout] 252 |                     .ratio(adsr_sustain_at as f64 / i16::max_value() as f64)
[INFO] [stdout]     |                                                          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl i16>::max_value`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]    --> src/ui.rs:257:59
[INFO] [stdout]     |
[INFO] [stdout] 257 |                     .ratio(adsr_release_for as f64 / i16::max_value() as f64)
[INFO] [stdout]     |                                                           ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl i16>::max_value`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]    --> src/ui.rs:283:65
[INFO] [stdout]     |
[INFO] [stdout] 283 | ...                   adsr_attack_for.saturating_add(i16::max_value() / 100),
[INFO] [stdout]     |                                                           ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl i16>::max_value`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]    --> src/ui.rs:289:74
[INFO] [stdout]     |
[INFO] [stdout] 289 | ...                   (adsr_attack_for as u16).saturating_sub(i16::max_value() as u16 / 100)
[INFO] [stdout]     |                                                                    ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl i16>::max_value`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]    --> src/ui.rs:296:64
[INFO] [stdout]     |
[INFO] [stdout] 296 | ...                   adsr_attack_to.saturating_add(i16::max_value() / 100),
[INFO] [stdout]     |                                                          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl i16>::max_value`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]    --> src/ui.rs:302:73
[INFO] [stdout]     |
[INFO] [stdout] 302 | ...                   (adsr_attack_to as u16).saturating_sub(i16::max_value() as u16 / 100)
[INFO] [stdout]     |                                                                   ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl i16>::max_value`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]    --> src/ui.rs:309:64
[INFO] [stdout]     |
[INFO] [stdout] 309 | ...                   adsr_decay_for.saturating_add(i16::max_value() / 100),
[INFO] [stdout]     |                                                          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl i16>::max_value`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]    --> src/ui.rs:315:73
[INFO] [stdout]     |
[INFO] [stdout] 315 | ...                   (adsr_decay_for as u16).saturating_sub(i16::max_value() as u16 / 100)
[INFO] [stdout]     |                                                                   ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl i16>::max_value`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]    --> src/ui.rs:322:65
[INFO] [stdout]     |
[INFO] [stdout] 322 | ...                   adsr_sustain_at.saturating_add(i16::max_value() / 100),
[INFO] [stdout]     |                                                           ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl i16>::max_value`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]    --> src/ui.rs:328:74
[INFO] [stdout]     |
[INFO] [stdout] 328 | ...                   (adsr_sustain_at as u16).saturating_sub(i16::max_value() as u16 / 100)
[INFO] [stdout]     |                                                                    ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl i16>::max_value`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]    --> src/ui.rs:335:66
[INFO] [stdout]     |
[INFO] [stdout] 335 | ...                   adsr_release_for.saturating_add(i16::max_value() / 100),
[INFO] [stdout]     |                                                            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl i16>::max_value`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]    --> src/ui.rs:341:75
[INFO] [stdout]     |
[INFO] [stdout] 341 | ...                   (adsr_release_for as u16).saturating_sub(i16::max_value() as u16 / 100)
[INFO] [stdout]     |                                                                     ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `triggered_at`, `gated_at`, and `gate_closed_at` are never read
[INFO] [stdout]   --> src/env/adsr.rs:21:5
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub struct Adsr {
[INFO] [stdout]    |            ---- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 21 |     triggered_at: u32,
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout] 22 |     gated_at: u32,
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout] 23 |     gate_closed_at: u32,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Adsr` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `SQ1_7` is never constructed
[INFO] [stdout]  --> src/fixed/mod.rs:6:12
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub struct SQ1_7(pub i16);
[INFO] [stdout]   |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `SQ8_0` is never constructed
[INFO] [stdout]  --> src/fixed/mod.rs:8:12
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub struct SQ8_0(pub i16);
[INFO] [stdout]   |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `SQ16_0` is never constructed
[INFO] [stdout]   --> src/fixed/mod.rs:10:12
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub struct SQ16_0(pub i32);
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `SQ1_15` is never constructed
[INFO] [stdout]   --> src/fixed/mod.rs:12:12
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub struct SQ1_15(pub i32);
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `SQ8_8` is never constructed
[INFO] [stdout]   --> src/fixed/mod.rs:14:12
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub struct SQ8_8(pub i32);
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `SQ16_15` is never constructed
[INFO] [stdout]   --> src/fixed/mod.rs:19:12
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub struct SQ16_15(pub i32);
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `wt` and `phase_offset` are never read
[INFO] [stdout]   --> src/osc/wave_table_osc.rs:92:9
[INFO] [stdout]    |
[INFO] [stdout] 89 | pub struct WaveTableOsc {
[INFO] [stdout]    |            ------------ fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 92 |     pub wt: [i16; WAVE_TABLE_SAMPLES_PER_CYCLE as usize],
[INFO] [stdout]    |         ^^
[INFO] [stdout] ...
[INFO] [stdout] 97 |     pub phase_offset: i16,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `exit_key` is never read
[INFO] [stdout]   --> src/tui_util.rs:68:9
[INFO] [stdout]    |
[INFO] [stdout] 67 | pub struct Config {
[INFO] [stdout]    |            ------ field in this struct
[INFO] [stdout] 68 |     pub exit_key: Key,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Config` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `enhanced_graphics` is never read
[INFO] [stdout]   --> src/ui.rs:86:9
[INFO] [stdout]    |
[INFO] [stdout] 80 |     struct Cli {
[INFO] [stdout]    |            --- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 86 |         enhanced_graphics: bool,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Cli` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `inputs` and `outputs` are never used
[INFO] [stdout]   --> src/util.rs:31:8
[INFO] [stdout]    |
[INFO] [stdout] 26 | pub trait Component:
[INFO] [stdout]    |           --------- methods in this trait
[INFO] [stdout] ...
[INFO] [stdout] 31 |     fn inputs(&self) -> Vec<&'static str>;
[INFO] [stdout]    |        ^^^^^^
[INFO] [stdout] 32 |     fn outputs(&self) -> Vec<&'static str>;
[INFO] [stdout]    |        ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.17s
[INFO] running `Command { std: "docker" "inspect" "6f15d3a03cc7c43660f5749a421936bc094ab98250dc905802dde6941a18d59d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6f15d3a03cc7c43660f5749a421936bc094ab98250dc905802dde6941a18d59d", kill_on_drop: false }`
[INFO] [stdout] 6f15d3a03cc7c43660f5749a421936bc094ab98250dc905802dde6941a18d59d
