[INFO] fetching crate playdate-sound 0.4.5...
[INFO] building playdate-sound-0.4.5 against try#d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6 for pr-146237-1
[INFO] extracting crate playdate-sound 0.4.5 into /workspace/builds/worker-2-tc2/source
[INFO] started tweaking crates.io crate playdate-sound 0.4.5
[INFO] removed 0 missing examples
[INFO] finished tweaking crates.io crate playdate-sound 0.4.5
[INFO] tweaked toml for crates.io crate playdate-sound 0.4.5 written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate playdate-sound 0.4.5 on toolchain d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate playdate-sound 0.4.5 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" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 1cdf41815e0e86e14c2e4c6f6123714dfe6e304ff88854438ec6288e06721b34
[INFO] running `Command { std: "docker" "start" "-a" "1cdf41815e0e86e14c2e4c6f6123714dfe6e304ff88854438ec6288e06721b34", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1cdf41815e0e86e14c2e4c6f6123714dfe6e304ff88854438ec6288e06721b34", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1cdf41815e0e86e14c2e4c6f6123714dfe6e304ff88854438ec6288e06721b34", kill_on_drop: false }`
[INFO] [stdout] 1cdf41815e0e86e14c2e4c6f6123714dfe6e304ff88854438ec6288e06721b34
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 4c6d55ccaf5aefd7e3660cd2271af9bd4ec3a9a3133a37e96eefd6c78965ecd9
[INFO] running `Command { std: "docker" "start" "-a" "4c6d55ccaf5aefd7e3660cd2271af9bd4ec3a9a3133a37e96eefd6c78965ecd9", kill_on_drop: false }`
[INFO] [stderr]    Compiling playdate-bindgen-cfg v0.3.0
[INFO] [stderr]    Compiling playdate-sys v0.5.5
[INFO] [stderr]    Compiling playdate-fs v0.2.12
[INFO] [stderr]    Compiling playdate-sound v0.4.5 (/opt/rustwide/workdir)
[INFO] [stdout] warning: variable `changeCallback` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:332:28
[INFO] [stdout]     |
[INFO] [stdout] 332 | ...                   changeCallback: Option<unsafe extern "C" fn(headphone: c_int, mic: c_int)>) {
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `change_callback`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `byteCount` should have a snake case name
[INFO] [stdout]    --> src/sample.rs:262:55
[INFO] [stdout]     |
[INFO] [stdout] 262 |         fn new_sample_buffer(&self) -> unsafe extern "C" fn(byteCount: c_int) -> *mut AudioSample {
[INFO] [stdout]     |                                                             ^^^^^^^^^ help: convert the identifier to snake case: `byte_count`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `sampleRate` should have a snake case name
[INFO] [stdout]    --> src/sample.rs:278:28
[INFO] [stdout]     |
[INFO] [stdout] 278 | ...                   sampleRate: u32,
[INFO] [stdout]     |                       ^^^^^^^^^^ help: convert the identifier to snake case: `sample_rate`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `byteCount` should have a snake case name
[INFO] [stdout]    --> src/sample.rs:279:28
[INFO] [stdout]     |
[INFO] [stdout] 279 | ...                   byteCount: c_int,
[INFO] [stdout]     |                       ^^^^^^^^^ help: convert the identifier to snake case: `byte_count`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `shouldFreeData` should have a snake case name
[INFO] [stdout]    --> src/sample.rs:280:28
[INFO] [stdout]     |
[INFO] [stdout] 280 | ...                   shouldFreeData: c_int) -> *mut AudioSample {
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `should_free_data`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `sampleRate` should have a snake case name
[INFO] [stdout]    --> src/sample.rs:289:28
[INFO] [stdout]     |
[INFO] [stdout] 289 | ...                   sampleRate: *mut u32,
[INFO] [stdout]     |                       ^^^^^^^^^^ help: convert the identifier to snake case: `sample_rate`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `byteCount` should have a snake case name
[INFO] [stdout]    --> src/sample.rs:307:55
[INFO] [stdout]     |
[INFO] [stdout] 307 |         fn new_sample_buffer(&self) -> unsafe extern "C" fn(byteCount: c_int) -> *mut AudioSample {
[INFO] [stdout]     |                                                             ^^^^^^^^^ help: convert the identifier to snake case: `byte_count`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `bufferLen` should have a snake case name
[INFO] [stdout]    --> src/player/fp/api.rs:172:72
[INFO] [stdout]     |
[INFO] [stdout] 172 | type FnSetBufferLength = unsafe extern "C" fn(player: *mut FilePlayer, bufferLen: c_float);
[INFO] [stdout]     |                                                                        ^^^^^^^^^ help: convert the identifier to snake case: `buffer_len`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `changeCallback` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:408:28
[INFO] [stdout]     |
[INFO] [stdout] 408 | ...                   changeCallback: Option<unsafe extern "C" fn(headphone: c_int, mic: c_int)>) {
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `change_callback`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `finishCallback` should have a snake case name
[INFO] [stdout]    --> src/player/fp/api.rs:195:42
[INFO] [stdout]     |
[INFO] [stdout] 195 | ...                   finishCallback: sndCallbackProc,
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `finish_callback`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `dataSource` should have a snake case name
[INFO] [stdout]    --> src/player/fp/api.rs:198:50
[INFO] [stdout]     |
[INFO] [stdout] 198 | ...                   dataSource: Option<FnDataSource>,
[INFO] [stdout]     |                       ^^^^^^^^^^ help: convert the identifier to snake case: `data_source`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `bufferLen` should have a snake case name
[INFO] [stdout]    --> src/player/fp/api.rs:200:50
[INFO] [stdout]     |
[INFO] [stdout] 200 | ...                   bufferLen: c_float);
[INFO] [stdout]     |                       ^^^^^^^^^ help: convert the identifier to snake case: `buffer_len`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `sampleRate` should have a snake case name
[INFO] [stdout]    --> src/sample.rs:332:28
[INFO] [stdout]     |
[INFO] [stdout] 332 | ...                   sampleRate: u32,
[INFO] [stdout]     |                       ^^^^^^^^^^ help: convert the identifier to snake case: `sample_rate`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `byteCount` should have a snake case name
[INFO] [stdout]    --> src/sample.rs:333:28
[INFO] [stdout]     |
[INFO] [stdout] 333 | ...                   byteCount: c_int,
[INFO] [stdout]     |                       ^^^^^^^^^ help: convert the identifier to snake case: `byte_count`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `shouldFreeData` should have a snake case name
[INFO] [stdout]    --> src/sample.rs:334:28
[INFO] [stdout]     |
[INFO] [stdout] 334 | ...                   shouldFreeData: c_int) -> *mut AudioSample {
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `should_free_data`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `sampleRate` should have a snake case name
[INFO] [stdout]    --> src/sample.rs:345:28
[INFO] [stdout]     |
[INFO] [stdout] 345 | ...                   sampleRate: *mut u32,
[INFO] [stdout]     |                       ^^^^^^^^^^ help: convert the identifier to snake case: `sample_rate`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.23s
[INFO] running `Command { std: "docker" "inspect" "4c6d55ccaf5aefd7e3660cd2271af9bd4ec3a9a3133a37e96eefd6c78965ecd9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4c6d55ccaf5aefd7e3660cd2271af9bd4ec3a9a3133a37e96eefd6c78965ecd9", kill_on_drop: false }`
[INFO] [stdout] 4c6d55ccaf5aefd7e3660cd2271af9bd4ec3a9a3133a37e96eefd6c78965ecd9
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 3f0ebbd2c309df076d626e8727d1047302927d4cb8e49e3be7eb412a5a898655
[INFO] running `Command { std: "docker" "start" "-a" "3f0ebbd2c309df076d626e8727d1047302927d4cb8e49e3be7eb412a5a898655", kill_on_drop: false }`
[INFO] [stderr]    Compiling playdate-sys v0.5.5
[INFO] [stderr]    Compiling playdate-fs v0.2.12
[INFO] [stderr]    Compiling playdate-color v0.2.7
[INFO] [stderr]    Compiling playdate-system v0.3.16
[INFO] [stderr]    Compiling playdate-graphics v0.6.0
[INFO] [stderr]    Compiling playdate-sound v0.4.5 (/opt/rustwide/workdir)
[INFO] [stdout] warning: variable `bufferLen` should have a snake case name
[INFO] [stdout]    --> src/player/fp/api.rs:172:72
[INFO] [stdout]     |
[INFO] [stdout] 172 | type FnSetBufferLength = unsafe extern "C" fn(player: *mut FilePlayer, bufferLen: c_float);
[INFO] [stdout]     |                                                                        ^^^^^^^^^ help: convert the identifier to snake case: `buffer_len`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `byteCount` should have a snake case name
[INFO] [stdout]    --> src/sample.rs:262:55
[INFO] [stdout]     |
[INFO] [stdout] 262 |         fn new_sample_buffer(&self) -> unsafe extern "C" fn(byteCount: c_int) -> *mut AudioSample {
[INFO] [stdout]     |                                                             ^^^^^^^^^ help: convert the identifier to snake case: `byte_count`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `finishCallback` should have a snake case name
[INFO] [stdout]    --> src/player/fp/api.rs:195:42
[INFO] [stdout]     |
[INFO] [stdout] 195 | ...                   finishCallback: sndCallbackProc,
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `finish_callback`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `dataSource` should have a snake case name
[INFO] [stdout]    --> src/player/fp/api.rs:198:50
[INFO] [stdout]     |
[INFO] [stdout] 198 | ...                   dataSource: Option<FnDataSource>,
[INFO] [stdout]     |                       ^^^^^^^^^^ help: convert the identifier to snake case: `data_source`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `changeCallback` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:332:28
[INFO] [stdout]     |
[INFO] [stdout] 332 | ...                   changeCallback: Option<unsafe extern "C" fn(headphone: c_int, mic: c_int)>) {
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `change_callback`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `sampleRate` should have a snake case name
[INFO] [stdout]    --> src/sample.rs:278:28
[INFO] [stdout]     |
[INFO] [stdout] 278 | ...                   sampleRate: u32,
[INFO] [stdout]     |                       ^^^^^^^^^^ help: convert the identifier to snake case: `sample_rate`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `byteCount` should have a snake case name
[INFO] [stdout]    --> src/sample.rs:279:28
[INFO] [stdout]     |
[INFO] [stdout] 279 | ...                   byteCount: c_int,
[INFO] [stdout]     |                       ^^^^^^^^^ help: convert the identifier to snake case: `byte_count`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `shouldFreeData` should have a snake case name
[INFO] [stdout]    --> src/sample.rs:280:28
[INFO] [stdout]     |
[INFO] [stdout] 280 | ...                   shouldFreeData: c_int) -> *mut AudioSample {
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `should_free_data`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `sampleRate` should have a snake case name
[INFO] [stdout]    --> src/sample.rs:289:28
[INFO] [stdout]     |
[INFO] [stdout] 289 | ...                   sampleRate: *mut u32,
[INFO] [stdout]     |                       ^^^^^^^^^^ help: convert the identifier to snake case: `sample_rate`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `byteCount` should have a snake case name
[INFO] [stdout]    --> src/sample.rs:307:55
[INFO] [stdout]     |
[INFO] [stdout] 307 |         fn new_sample_buffer(&self) -> unsafe extern "C" fn(byteCount: c_int) -> *mut AudioSample {
[INFO] [stdout]     |                                                             ^^^^^^^^^ help: convert the identifier to snake case: `byte_count`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `sampleRate` should have a snake case name
[INFO] [stdout]    --> src/sample.rs:332:28
[INFO] [stdout]     |
[INFO] [stdout] 332 | ...                   sampleRate: u32,
[INFO] [stdout]     |                       ^^^^^^^^^^ help: convert the identifier to snake case: `sample_rate`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `bufferLen` should have a snake case name
[INFO] [stdout]    --> src/player/fp/api.rs:200:50
[INFO] [stdout]     |
[INFO] [stdout] 200 | ...                   bufferLen: c_float);
[INFO] [stdout]     |                       ^^^^^^^^^ help: convert the identifier to snake case: `buffer_len`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `byteCount` should have a snake case name
[INFO] [stdout]    --> src/sample.rs:333:28
[INFO] [stdout]     |
[INFO] [stdout] 333 | ...                   byteCount: c_int,
[INFO] [stdout]     |                       ^^^^^^^^^ help: convert the identifier to snake case: `byte_count`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `shouldFreeData` should have a snake case name
[INFO] [stdout]    --> src/sample.rs:334:28
[INFO] [stdout]     |
[INFO] [stdout] 334 | ...                   shouldFreeData: c_int) -> *mut AudioSample {
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `should_free_data`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `sampleRate` should have a snake case name
[INFO] [stdout]    --> src/sample.rs:345:28
[INFO] [stdout]     |
[INFO] [stdout] 345 | ...                   sampleRate: *mut u32,
[INFO] [stdout]     |                       ^^^^^^^^^^ help: convert the identifier to snake case: `sample_rate`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `changeCallback` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:408:28
[INFO] [stdout]     |
[INFO] [stdout] 408 | ...                   changeCallback: Option<unsafe extern "C" fn(headphone: c_int, mic: c_int)>) {
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `change_callback`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `bufferLen` should have a snake case name
[INFO] [stdout]    --> src/player/fp/api.rs:172:72
[INFO] [stdout]     |
[INFO] [stdout] 172 | type FnSetBufferLength = unsafe extern "C" fn(player: *mut FilePlayer, bufferLen: c_float);
[INFO] [stdout]     |                                                                        ^^^^^^^^^ help: convert the identifier to snake case: `buffer_len`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `byteCount` should have a snake case name
[INFO] [stdout]    --> src/sample.rs:262:55
[INFO] [stdout]     |
[INFO] [stdout] 262 |         fn new_sample_buffer(&self) -> unsafe extern "C" fn(byteCount: c_int) -> *mut AudioSample {
[INFO] [stdout]     |                                                             ^^^^^^^^^ help: convert the identifier to snake case: `byte_count`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `finishCallback` should have a snake case name
[INFO] [stdout]    --> src/player/fp/api.rs:195:42
[INFO] [stdout]     |
[INFO] [stdout] 195 | ...                   finishCallback: sndCallbackProc,
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `finish_callback`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `dataSource` should have a snake case name
[INFO] [stdout]    --> src/player/fp/api.rs:198:50
[INFO] [stdout]     |
[INFO] [stdout] 198 | ...                   dataSource: Option<FnDataSource>,
[INFO] [stdout]     |                       ^^^^^^^^^^ help: convert the identifier to snake case: `data_source`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `bufferLen` should have a snake case name
[INFO] [stdout]    --> src/player/fp/api.rs:200:50
[INFO] [stdout]     |
[INFO] [stdout] 200 | ...                   bufferLen: c_float);
[INFO] [stdout]     |                       ^^^^^^^^^ help: convert the identifier to snake case: `buffer_len`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `sampleRate` should have a snake case name
[INFO] [stdout]    --> src/sample.rs:278:28
[INFO] [stdout]     |
[INFO] [stdout] 278 | ...                   sampleRate: u32,
[INFO] [stdout]     |                       ^^^^^^^^^^ help: convert the identifier to snake case: `sample_rate`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `byteCount` should have a snake case name
[INFO] [stdout]    --> src/sample.rs:279:28
[INFO] [stdout]     |
[INFO] [stdout] 279 | ...                   byteCount: c_int,
[INFO] [stdout]     |                       ^^^^^^^^^ help: convert the identifier to snake case: `byte_count`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `shouldFreeData` should have a snake case name
[INFO] [stdout]    --> src/sample.rs:280:28
[INFO] [stdout]     |
[INFO] [stdout] 280 | ...                   shouldFreeData: c_int) -> *mut AudioSample {
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `should_free_data`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `sampleRate` should have a snake case name
[INFO] [stdout]    --> src/sample.rs:289:28
[INFO] [stdout]     |
[INFO] [stdout] 289 | ...                   sampleRate: *mut u32,
[INFO] [stdout]     |                       ^^^^^^^^^^ help: convert the identifier to snake case: `sample_rate`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `byteCount` should have a snake case name
[INFO] [stdout]    --> src/sample.rs:307:55
[INFO] [stdout]     |
[INFO] [stdout] 307 |         fn new_sample_buffer(&self) -> unsafe extern "C" fn(byteCount: c_int) -> *mut AudioSample {
[INFO] [stdout]     |                                                             ^^^^^^^^^ help: convert the identifier to snake case: `byte_count`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `sampleRate` should have a snake case name
[INFO] [stdout]    --> src/sample.rs:332:28
[INFO] [stdout]     |
[INFO] [stdout] 332 | ...                   sampleRate: u32,
[INFO] [stdout]     |                       ^^^^^^^^^^ help: convert the identifier to snake case: `sample_rate`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `byteCount` should have a snake case name
[INFO] [stdout]    --> src/sample.rs:333:28
[INFO] [stdout]     |
[INFO] [stdout] 333 | ...                   byteCount: c_int,
[INFO] [stdout]     |                       ^^^^^^^^^ help: convert the identifier to snake case: `byte_count`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `shouldFreeData` should have a snake case name
[INFO] [stdout]    --> src/sample.rs:334:28
[INFO] [stdout]     |
[INFO] [stdout] 334 | ...                   shouldFreeData: c_int) -> *mut AudioSample {
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `should_free_data`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `sampleRate` should have a snake case name
[INFO] [stdout]    --> src/sample.rs:345:28
[INFO] [stdout]     |
[INFO] [stdout] 345 | ...                   sampleRate: *mut u32,
[INFO] [stdout]     |                       ^^^^^^^^^^ help: convert the identifier to snake case: `sample_rate`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `changeCallback` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:332:28
[INFO] [stdout]     |
[INFO] [stdout] 332 | ...                   changeCallback: Option<unsafe extern "C" fn(headphone: c_int, mic: c_int)>) {
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `change_callback`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `changeCallback` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:408:28
[INFO] [stdout]     |
[INFO] [stdout] 408 | ...                   changeCallback: Option<unsafe extern "C" fn(headphone: c_int, mic: c_int)>) {
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `change_callback`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 2.69s
[INFO] running `Command { std: "docker" "inspect" "3f0ebbd2c309df076d626e8727d1047302927d4cb8e49e3be7eb412a5a898655", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3f0ebbd2c309df076d626e8727d1047302927d4cb8e49e3be7eb412a5a898655", kill_on_drop: false }`
[INFO] [stdout] 3f0ebbd2c309df076d626e8727d1047302927d4cb8e49e3be7eb412a5a898655
