[INFO] cloning repository https://github.com/shanmiteko/sample_synth
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/shanmiteko/sample_synth" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fshanmiteko%2Fsample_synth", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fshanmiteko%2Fsample_synth'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] b4bc7eecf11b0883b7203ac66d75c418966a99be
[INFO] checking shanmiteko/sample_synth against eca445e5ae4a6679cc27d3a09106ce245e13a5a6 for pr-162478
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fshanmiteko%2Fsample_synth" "/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/shanmiteko/sample_synth
[INFO] finished tweaking git repo https://github.com/shanmiteko/sample_synth
[INFO] tweaked toml for git repo https://github.com/shanmiteko/sample_synth written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/shanmiteko/sample_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/shanmiteko/sample_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] warning: binary `simple_synth` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /workspace/builds/worker-0-tc1/source/target/.../simple_synth
[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 `simple-synth`, convert `package.name`
[INFO] [stderr]   --> Cargo.toml:9:8
[INFO] [stderr]    |
[INFO] [stderr]  9 - name = "simple_synth"
[INFO] [stderr]  9 + name = "simple-synth"
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `simple-synth`, specify `bin.name`
[INFO] [stderr]   --> Cargo.toml:10:19
[INFO] [stderr]    |
[INFO] [stderr] 10 ~ version = "0.1.0"
[INFO] [stderr] 11 + [[bin]]
[INFO] [stderr] 12 + name = "simple-synth"
[INFO] [stderr] 13 + path = "src/main.rs"
[INFO] [stderr]    |
[INFO] [stderr] warning: `simple_synth` (manifest) generated 1 warning
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded clang-sys v1.3.0
[INFO] [stderr]   Downloaded bumpalo v3.8.0
[INFO] [stderr]   Downloaded serde v1.0.131
[INFO] [stderr]   Downloaded combine v4.6.2
[INFO] [stderr]   Downloaded nix v0.20.2
[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] e08366254a34374d18f56bd4e8d0da83f125473482204074ef5f68cceea195be
[INFO] running `Command { std: "docker" "start" "e08366254a34374d18f56bd4e8d0da83f125473482204074ef5f68cceea195be", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e08366254a34374d18f56bd4e8d0da83f125473482204074ef5f68cceea195be", 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" "e08366254a34374d18f56bd4e8d0da83f125473482204074ef5f68cceea195be" "/opt/rustwide/cargo-home/bin/cargo" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e08366254a34374d18f56bd4e8d0da83f125473482204074ef5f68cceea195be", 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" "e08366254a34374d18f56bd4e8d0da83f125473482204074ef5f68cceea195be" "/opt/rustwide/cargo-home/bin/cargo" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr] warning: binary `simple_synth` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /opt/rustwide/target/.../simple_synth
[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 `simple-synth`, convert `package.name`
[INFO] [stderr]   --> Cargo.toml:9:8
[INFO] [stderr]    |
[INFO] [stderr]  9 - name = "simple_synth"
[INFO] [stderr]  9 + name = "simple-synth"
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `simple-synth`, specify `bin.name`
[INFO] [stderr]   --> Cargo.toml:10:19
[INFO] [stderr]    |
[INFO] [stderr] 10 ~ version = "0.1.0"
[INFO] [stderr] 11 + [[bin]]
[INFO] [stderr] 12 + name = "simple-synth"
[INFO] [stderr] 13 + path = "src/main.rs"
[INFO] [stderr]    |
[INFO] [stderr] warning: `simple_synth` (manifest) generated 1 warning
[INFO] [stderr]    Compiling libc v0.2.112
[INFO] [stderr]    Compiling proc-macro2 v1.0.34
[INFO] [stderr]    Compiling pkg-config v0.3.24
[INFO] [stderr]    Compiling syn v1.0.82
[INFO] [stderr]    Compiling parking_lot_core v0.8.5
[INFO] [stderr]     Checking smallvec v1.7.0
[INFO] [stderr]    Compiling cpal v0.13.4
[INFO] [stderr]     Checking instant v0.1.12
[INFO] [stderr]     Checking lock_api v0.4.5
[INFO] [stderr]    Compiling alsa-sys v0.3.1
[INFO] [stderr]    Compiling quote v1.0.10
[INFO] [stderr]     Checking nix v0.20.2
[INFO] [stderr]     Checking parking_lot v0.11.2
[INFO] [stderr]    Compiling thiserror-impl v1.0.30
[INFO] [stderr]     Checking thiserror v1.0.30
[INFO] [stderr]     Checking alsa v0.5.0
[INFO] [stderr]     Checking simple_synth v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: struct `OutputStreamParams` is never constructed
[INFO] [stdout]  --> src/audio.rs:6:12
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub struct OutputStreamParams {
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `AudioRenderer` is never constructed
[INFO] [stdout]   --> src/audio.rs:29:8
[INFO] [stdout]    |
[INFO] [stdout] 29 | struct AudioRenderer {}
[INFO] [stdout]    |        ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new` and `render_audio` are never used
[INFO] [stdout]   --> src/audio.rs:32:8
[INFO] [stdout]    |
[INFO] [stdout] 31 | impl AudioRenderer {
[INFO] [stdout]    | ------------------ associated items in this implementation
[INFO] [stdout] 32 |     fn new() -> Self {
[INFO] [stdout]    |        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 36 |     fn render_audio<S: Sample>(&mut self, buffer: &mut [S]) {
[INFO] [stdout]    |        ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `AudioOut` is never constructed
[INFO] [stdout]   --> src/audio.rs:43:8
[INFO] [stdout]    |
[INFO] [stdout] 43 | struct AudioOut {
[INFO] [stdout]    |        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `start_stream` and `create_stream` are never used
[INFO] [stdout]   --> src/audio.rs:48:8
[INFO] [stdout]    |
[INFO] [stdout] 47 | impl AudioOut {
[INFO] [stdout]    | ------------- methods in this implementation
[INFO] [stdout] 48 |     fn start_stream(self, output_stream_params: OutputStreamParams) -> Stream {
[INFO] [stdout]    |        ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 64 |     fn create_stream<S: Sample>(mut self, device: &Device, config: &StreamConfig) -> Stream {
[INFO] [stdout]    |        ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `Controller` is never used
[INFO] [stdout]  --> src/controller.rs:1:11
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub trait Controller {
[INFO] [stdout]   |           ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `ParseError` is never used
[INFO] [stdout]   --> src/midi/formats.rs:10:10
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub enum ParseError {
[INFO] [stdout]    |          ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `is_eof` is never used
[INFO] [stdout]   --> src/midi/formats.rs:26:12
[INFO] [stdout]    |
[INFO] [stdout] 25 | impl ParseError {
[INFO] [stdout]    | --------------- method in this implementation
[INFO] [stdout] 26 |     pub fn is_eof(&self) -> bool {
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `ByteChunk` is never used
[INFO] [stdout]   --> src/midi/formats.rs:37:7
[INFO] [stdout]    |
[INFO] [stdout] 37 | trait ByteChunk: Sized {
[INFO] [stdout]    |       ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Smf` is never constructed
[INFO] [stdout]   --> src/midi/formats.rs:42:12
[INFO] [stdout]    |
[INFO] [stdout] 42 | pub struct Smf {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `open`, `timebase`, `format`, and `tracks` are never used
[INFO] [stdout]   --> src/midi/formats.rs:48:12
[INFO] [stdout]    |
[INFO] [stdout] 47 | impl Smf {
[INFO] [stdout]    | -------- associated items in this implementation
[INFO] [stdout] 48 |     pub fn open<P: AsRef<Path>>(path: P) -> Result<Self, ParseError> {
[INFO] [stdout]    |            ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 56 |     pub fn timebase(&self) -> usize {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 69 |     pub fn format(&self) -> Format {
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 73 |     pub fn tracks(&self) -> &Vec<TrackChunk> {
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `HeaderChunk` is never constructed
[INFO] [stdout]   --> src/midi/formats.rs:79:12
[INFO] [stdout]    |
[INFO] [stdout] 79 | pub struct HeaderChunk {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `track_num` is never used
[INFO] [stdout]   --> src/midi/formats.rs:91:12
[INFO] [stdout]    |
[INFO] [stdout] 90 | impl HeaderChunk {
[INFO] [stdout]    | ---------------- method in this implementation
[INFO] [stdout] 91 |     pub fn track_num(&self) -> u16 {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `Format` is never used
[INFO] [stdout]   --> src/midi/formats.rs:97:10
[INFO] [stdout]    |
[INFO] [stdout] 97 | pub enum Format {
[INFO] [stdout]    |          ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `TrackChunk` is never constructed
[INFO] [stdout]    --> src/midi/formats.rs:104:12
[INFO] [stdout]     |
[INFO] [stdout] 104 | pub struct TrackChunk {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `Tag` is never used
[INFO] [stdout]    --> src/midi/formats.rs:111:10
[INFO] [stdout]     |
[INFO] [stdout] 111 | pub enum Tag {
[INFO] [stdout]     |          ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `TrackEvent` is never constructed
[INFO] [stdout]    --> src/midi/formats.rs:117:12
[INFO] [stdout]     |
[INFO] [stdout] 117 | pub struct TrackEvent {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `event` is never used
[INFO] [stdout]    --> src/midi/formats.rs:124:12
[INFO] [stdout]     |
[INFO] [stdout] 122 | impl TrackEvent {
[INFO] [stdout]     | --------------- method in this implementation
[INFO] [stdout] 123 |     /// Returns tick and event pair
[INFO] [stdout] 124 |     pub fn event(&self) -> (u32, &Event) {
[INFO] [stdout]     |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `U28` is never constructed
[INFO] [stdout]    --> src/midi/formats.rs:131:12
[INFO] [stdout]     |
[INFO] [stdout] 131 | pub struct U28(u32);
[INFO] [stdout]     |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Slice` is never constructed
[INFO] [stdout]    --> src/midi/formats.rs:135:12
[INFO] [stdout]     |
[INFO] [stdout] 135 | pub struct Slice(Vec<u8>);
[INFO] [stdout]     |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `to_ascii` and `to_u32` are never used
[INFO] [stdout]    --> src/midi/formats.rs:138:8
[INFO] [stdout]     |
[INFO] [stdout] 137 | impl Slice {
[INFO] [stdout]     | ---------- methods in this implementation
[INFO] [stdout] 138 |     fn to_ascii(self) -> String {
[INFO] [stdout]     |        ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 166 |     fn to_u32(self) -> u32 {
[INFO] [stdout]     |        ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `Event` is never used
[INFO] [stdout]    --> src/midi/formats.rs:188:10
[INFO] [stdout]     |
[INFO] [stdout] 188 | pub enum Event {
[INFO] [stdout]     |          ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `is_end` is never used
[INFO] [stdout]    --> src/midi/formats.rs:195:12
[INFO] [stdout]     |
[INFO] [stdout] 194 | impl Event {
[INFO] [stdout]     | ---------- method in this implementation
[INFO] [stdout] 195 |     pub fn is_end(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `MetaMessage` is never used
[INFO] [stdout]    --> src/midi/formats.rs:207:10
[INFO] [stdout]     |
[INFO] [stdout] 207 | pub enum MetaMessage {
[INFO] [stdout]     |          ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `U7` is never constructed
[INFO] [stdout]    --> src/midi/formats.rs:237:12
[INFO] [stdout]     |
[INFO] [stdout] 237 | pub struct U7(u8);
[INFO] [stdout]     |            ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `U14` is never constructed
[INFO] [stdout]    --> src/midi/formats.rs:243:12
[INFO] [stdout]     |
[INFO] [stdout] 243 | pub struct U14(u16);
[INFO] [stdout]     |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `MidiMessage` is never used
[INFO] [stdout]    --> src/midi/formats.rs:246:10
[INFO] [stdout]     |
[INFO] [stdout] 246 | pub enum MidiMessage {
[INFO] [stdout]     |          ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Player` is never constructed
[INFO] [stdout]  --> src/midi/player.rs:3:8
[INFO] [stdout]   |
[INFO] [stdout] 3 | struct Player {}
[INFO] [stdout]   |        ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated functions `new` and `play` are never used
[INFO] [stdout]   --> src/midi/player.rs:6:8
[INFO] [stdout]    |
[INFO] [stdout]  5 | impl Player {
[INFO] [stdout]    | ----------- associated functions in this implementation
[INFO] [stdout]  6 |     fn new(smf: Smf) -> Self {
[INFO] [stdout]    |        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 14 |     fn play() {
[INFO] [stdout]    |        ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Mixer` is never constructed
[INFO] [stdout]  --> src/mix.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub struct Mixer {}
[INFO] [stdout]   |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Oscillator` is never constructed
[INFO] [stdout]  --> src/osc/mod.rs:1:8
[INFO] [stdout]   |
[INFO] [stdout] 1 | struct Oscillator {
[INFO] [stdout]   |        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `OscKind` is never used
[INFO] [stdout]  --> src/osc/mod.rs:6:6
[INFO] [stdout]   |
[INFO] [stdout] 6 | enum OscKind {
[INFO] [stdout]   |      ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `Controller` is never used
[INFO] [stdout]  --> src/controller.rs:1:11
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub trait Controller {
[INFO] [stdout]   |           ^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `timebase`, `format`, and `tracks` are never used
[INFO] [stdout]   --> src/midi/formats.rs:56:12
[INFO] [stdout]    |
[INFO] [stdout] 47 | impl Smf {
[INFO] [stdout]    | -------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 56 |     pub fn timebase(&self) -> usize {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 69 |     pub fn format(&self) -> Format {
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 73 |     pub fn tracks(&self) -> &Vec<TrackChunk> {
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `tag`, `header_len`, `format`, and `division` are never read
[INFO] [stdout]   --> src/midi/formats.rs:80:5
[INFO] [stdout]    |
[INFO] [stdout] 79 | pub struct HeaderChunk {
[INFO] [stdout]    |            ----------- fields in this struct
[INFO] [stdout] 80 |     tag: Tag,
[INFO] [stdout]    |     ^^^
[INFO] [stdout] 81 |     header_len: u32,
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout] 82 |     format: Format,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 87 |     division: i16,
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `HeaderChunk` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `track_num` is never used
[INFO] [stdout]   --> src/midi/formats.rs:91:12
[INFO] [stdout]    |
[INFO] [stdout] 90 | impl HeaderChunk {
[INFO] [stdout]    | ---------------- method in this implementation
[INFO] [stdout] 91 |     pub fn track_num(&self) -> u16 {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `tag`, `track_len`, and `events` are never read
[INFO] [stdout]    --> src/midi/formats.rs:105:5
[INFO] [stdout]     |
[INFO] [stdout] 104 | pub struct TrackChunk {
[INFO] [stdout]     |            ---------- fields in this struct
[INFO] [stdout] 105 |     tag: Tag,
[INFO] [stdout]     |     ^^^
[INFO] [stdout] 106 |     track_len: u32,
[INFO] [stdout]     |     ^^^^^^^^^
[INFO] [stdout] 107 |     events: Vec<TrackEvent>,
[INFO] [stdout]     |     ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `TrackChunk` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `delta` and `event` are never read
[INFO] [stdout]    --> src/midi/formats.rs:118:5
[INFO] [stdout]     |
[INFO] [stdout] 117 | pub struct TrackEvent {
[INFO] [stdout]     |            ---------- fields in this struct
[INFO] [stdout] 118 |     delta: U28,
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout] 119 |     event: Event,
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `TrackEvent` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `event` is never used
[INFO] [stdout]    --> src/midi/formats.rs:124:12
[INFO] [stdout]     |
[INFO] [stdout] 122 | impl TrackEvent {
[INFO] [stdout]     | --------------- method in this implementation
[INFO] [stdout] 123 |     /// Returns tick and event pair
[INFO] [stdout] 124 |     pub fn event(&self) -> (u32, &Event) {
[INFO] [stdout]     |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `channel` and `midi_msg` are never read
[INFO] [stdout]    --> src/midi/formats.rs:190:12
[INFO] [stdout]     |
[INFO] [stdout] 190 |     Midi { channel: u8, midi_msg: MidiMessage },
[INFO] [stdout]     |     ----   ^^^^^^^      ^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     fields in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Event` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `sysex_msg` is never read
[INFO] [stdout]    --> src/midi/formats.rs:191:13
[INFO] [stdout]     |
[INFO] [stdout] 191 |     Sysex { sysex_msg: Slice },
[INFO] [stdout]     |     -----   ^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Event` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/midi/formats.rs:208:20
[INFO] [stdout]     |
[INFO] [stdout] 208 |     SequenceNumber(Slice),
[INFO] [stdout]     |     -------------- ^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `MetaMessage` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 208 -     SequenceNumber(Slice),
[INFO] [stdout] 208 +     SequenceNumber(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/midi/formats.rs:209:10
[INFO] [stdout]     |
[INFO] [stdout] 209 |     Text(String),
[INFO] [stdout]     |     ---- ^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `MetaMessage` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 209 -     Text(String),
[INFO] [stdout] 209 +     Text(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/midi/formats.rs:210:15
[INFO] [stdout]     |
[INFO] [stdout] 210 |     Copyright(String),
[INFO] [stdout]     |     --------- ^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `MetaMessage` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 210 -     Copyright(String),
[INFO] [stdout] 210 +     Copyright(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/midi/formats.rs:211:15
[INFO] [stdout]     |
[INFO] [stdout] 211 |     TrackName(String),
[INFO] [stdout]     |     --------- ^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `MetaMessage` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 211 -     TrackName(String),
[INFO] [stdout] 211 +     TrackName(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/midi/formats.rs:212:20
[INFO] [stdout]     |
[INFO] [stdout] 212 |     InstrumentName(String),
[INFO] [stdout]     |     -------------- ^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `MetaMessage` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 212 -     InstrumentName(String),
[INFO] [stdout] 212 +     InstrumentName(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/midi/formats.rs:213:11
[INFO] [stdout]     |
[INFO] [stdout] 213 |     Lyric(String),
[INFO] [stdout]     |     ----- ^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `MetaMessage` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 213 -     Lyric(String),
[INFO] [stdout] 213 +     Lyric(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/midi/formats.rs:214:12
[INFO] [stdout]     |
[INFO] [stdout] 214 |     Marker(String),
[INFO] [stdout]     |     ------ ^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `MetaMessage` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 214 -     Marker(String),
[INFO] [stdout] 214 +     Marker(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/midi/formats.rs:215:14
[INFO] [stdout]     |
[INFO] [stdout] 215 |     CuePoint(String),
[INFO] [stdout]     |     -------- ^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `MetaMessage` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 215 -     CuePoint(String),
[INFO] [stdout] 215 +     CuePoint(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/midi/formats.rs:216:19
[INFO] [stdout]     |
[INFO] [stdout] 216 |     ChannelPrefix(Slice),
[INFO] [stdout]     |     ------------- ^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `MetaMessage` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 216 -     ChannelPrefix(Slice),
[INFO] [stdout] 216 +     ChannelPrefix(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/midi/formats.rs:217:16
[INFO] [stdout]     |
[INFO] [stdout] 217 |     EndOfTrack(Slice),
[INFO] [stdout]     |     ---------- ^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `MetaMessage` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 217 -     EndOfTrack(Slice),
[INFO] [stdout] 217 +     EndOfTrack(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/midi/formats.rs:227:11
[INFO] [stdout]     |
[INFO] [stdout] 227 |     Tempo(u32),
[INFO] [stdout]     |     ----- ^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `MetaMessage` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 227 -     Tempo(u32),
[INFO] [stdout] 227 +     Tempo(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/midi/formats.rs:228:17
[INFO] [stdout]     |
[INFO] [stdout] 228 |     SmpteOffset(Slice),
[INFO] [stdout]     |     ----------- ^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `MetaMessage` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 228 -     SmpteOffset(Slice),
[INFO] [stdout] 228 +     SmpteOffset(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/midi/formats.rs:229:19
[INFO] [stdout]     |
[INFO] [stdout] 229 |     TimeSignature(Slice),
[INFO] [stdout]     |     ------------- ^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `MetaMessage` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 229 -     TimeSignature(Slice),
[INFO] [stdout] 229 +     TimeSignature(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/midi/formats.rs:230:18
[INFO] [stdout]     |
[INFO] [stdout] 230 |     KeySignature(Slice),
[INFO] [stdout]     |     ------------ ^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `MetaMessage` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 230 -     KeySignature(Slice),
[INFO] [stdout] 230 +     KeySignature(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/midi/formats.rs:231:23
[INFO] [stdout]     |
[INFO] [stdout] 231 |     SequencerSpecific(Slice),
[INFO] [stdout]     |     ----------------- ^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `MetaMessage` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 231 -     SequencerSpecific(Slice),
[INFO] [stdout] 231 +     SequencerSpecific(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/midi/formats.rs:232:13
[INFO] [stdout]     |
[INFO] [stdout] 232 |     Unknown(Slice),
[INFO] [stdout]     |     ------- ^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `MetaMessage` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 232 -     Unknown(Slice),
[INFO] [stdout] 232 +     Unknown(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/midi/formats.rs:237:15
[INFO] [stdout]     |
[INFO] [stdout] 237 | pub struct U7(u8);
[INFO] [stdout]     |            -- ^^
[INFO] [stdout]     |            |
[INFO] [stdout]     |            field in this struct
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider removing this field
[INFO] [stdout]     = note: `U7` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `key` and `vel` are never read
[INFO] [stdout]    --> src/midi/formats.rs:248:15
[INFO] [stdout]     |
[INFO] [stdout] 248 |     NoteOff { key: U7, vel: U7 },
[INFO] [stdout]     |     -------   ^^^      ^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     fields in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `MidiMessage` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `key` and `vel` are never read
[INFO] [stdout]    --> src/midi/formats.rs:250:14
[INFO] [stdout]     |
[INFO] [stdout] 250 |     NoteOn { key: U7, vel: U7 },
[INFO] [stdout]     |     ------   ^^^      ^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     fields in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `MidiMessage` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `key` and `vel` are never read
[INFO] [stdout]    --> src/midi/formats.rs:252:18
[INFO] [stdout]     |
[INFO] [stdout] 252 |     Aftertouch { key: U7, vel: U7 },
[INFO] [stdout]     |     ----------   ^^^      ^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     fields in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `MidiMessage` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `controller` and `value` are never read
[INFO] [stdout]    --> src/midi/formats.rs:254:21
[INFO] [stdout]     |
[INFO] [stdout] 254 |     ControlChange { controller: U7, value: U7 },
[INFO] [stdout]     |     -------------   ^^^^^^^^^^      ^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     fields in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `MidiMessage` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `program` is never read
[INFO] [stdout]    --> src/midi/formats.rs:256:19
[INFO] [stdout]     |
[INFO] [stdout] 256 |     PatchChange { program: U7 },
[INFO] [stdout]     |     -----------   ^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `MidiMessage` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `vel` is never read
[INFO] [stdout]    --> src/midi/formats.rs:258:23
[INFO] [stdout]     |
[INFO] [stdout] 258 |     ChannelPressure { vel: U7 },
[INFO] [stdout]     |     ---------------   ^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `MidiMessage` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `value` is never read
[INFO] [stdout]    --> src/midi/formats.rs:260:17
[INFO] [stdout]     |
[INFO] [stdout] 260 |     PitchBend { value: U14 },
[INFO] [stdout]     |     ---------   ^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `MidiMessage` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Player` is never constructed
[INFO] [stdout]  --> src/midi/player.rs:3:8
[INFO] [stdout]   |
[INFO] [stdout] 3 | struct Player {}
[INFO] [stdout]   |        ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated functions `new` and `play` are never used
[INFO] [stdout]   --> src/midi/player.rs:6:8
[INFO] [stdout]    |
[INFO] [stdout]  5 | impl Player {
[INFO] [stdout]    | ----------- associated functions in this implementation
[INFO] [stdout]  6 |     fn new(smf: Smf) -> Self {
[INFO] [stdout]    |        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 14 |     fn play() {
[INFO] [stdout]    |        ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Mixer` is never constructed
[INFO] [stdout]  --> src/mix.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub struct Mixer {}
[INFO] [stdout]   |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Oscillator` is never constructed
[INFO] [stdout]  --> src/osc/mod.rs:1:8
[INFO] [stdout]   |
[INFO] [stdout] 1 | struct Oscillator {
[INFO] [stdout]   |        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `OscKind` is never used
[INFO] [stdout]  --> src/osc/mod.rs:6:6
[INFO] [stdout]   |
[INFO] [stdout] 6 | enum OscKind {
[INFO] [stdout]   |      ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.93s
[INFO] running `Command { std: "docker" "inspect" "e08366254a34374d18f56bd4e8d0da83f125473482204074ef5f68cceea195be", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e08366254a34374d18f56bd4e8d0da83f125473482204074ef5f68cceea195be", kill_on_drop: false }`
[INFO] [stdout] e08366254a34374d18f56bd4e8d0da83f125473482204074ef5f68cceea195be
