[INFO] fetching crate shravan 1.1.0...
[INFO] testing shravan-1.1.0 against try#33835004928d3bf65db4d4712e1330766263b0bd for pr-155739-1
[INFO] extracting crate shravan 1.1.0 into /workspace/builds/worker-2-tc2/source
[INFO] removed /workspace/builds/worker-2-tc2/source/rust-toolchain.toml
[INFO] started tweaking crates.io crate shravan 1.1.0
[INFO] removed 0 missing examples
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate shravan 1.1.0
[INFO] tweaked toml for crates.io crate shravan 1.1.0 written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate shravan 1.1.0 on toolchain 33835004928d3bf65db4d4712e1330766263b0bd
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate shravan 1.1.0 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" "+33835004928d3bf65db4d4712e1330766263b0bd" "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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 82118af542c5f0557d5afc4f487d13002b8183be61b57f86d47a5189183d1ebb
[INFO] running `Command { std: "docker" "start" "-a" "82118af542c5f0557d5afc4f487d13002b8183be61b57f86d47a5189183d1ebb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "82118af542c5f0557d5afc4f487d13002b8183be61b57f86d47a5189183d1ebb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "82118af542c5f0557d5afc4f487d13002b8183be61b57f86d47a5189183d1ebb", kill_on_drop: false }`
[INFO] [stdout] 82118af542c5f0557d5afc4f487d13002b8183be61b57f86d47a5189183d1ebb
[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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 7fe912b4fb2df79cf105891d3b5ad91cb3f4ee4550ded1e92811539fd20eefb8
[INFO] running `Command { std: "docker" "start" "-a" "7fe912b4fb2df79cf105891d3b5ad91cb3f4ee4550ded1e92811539fd20eefb8", kill_on_drop: false }`
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling shravan v1.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: associated items `ZERO`, `new`, `mul`, `add`, and `from_angle` are never used
[INFO] [stdout]   --> src/fft.rs:20:15
[INFO] [stdout]    |
[INFO] [stdout] 19 | impl Complex {
[INFO] [stdout]    | ------------ associated items in this implementation
[INFO] [stdout] 20 |     pub const ZERO: Self = Self { re: 0.0, im: 0.0 };
[INFO] [stdout]    |               ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 23 |     pub fn new(re: f64, im: f64) -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 28 |     pub fn mul(self, other: Self) -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 36 |     pub fn add(self, other: Self) -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 54 |     pub fn from_angle(theta: f64) -> Self {
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `fft` is never used
[INFO] [stdout]   --> src/fft.rs:68:15
[INFO] [stdout]    |
[INFO] [stdout] 68 | pub(crate) fn fft(buf: &mut [Complex]) {
[INFO] [stdout]    |               ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `dft_naive` is never used
[INFO] [stdout]    --> src/fft.rs:114:15
[INFO] [stdout]     |
[INFO] [stdout] 114 | pub(crate) fn dft_naive(buf: &mut [Complex]) {
[INFO] [stdout]     |               ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `mdct_forward` is never used
[INFO] [stdout]    --> src/fft.rs:138:15
[INFO] [stdout]     |
[INFO] [stdout] 138 | pub(crate) fn mdct_forward(input: &[f32], output: &mut [f32]) {
[INFO] [stdout]     |               ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.31s
[INFO] running `Command { std: "docker" "inspect" "7fe912b4fb2df79cf105891d3b5ad91cb3f4ee4550ded1e92811539fd20eefb8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7fe912b4fb2df79cf105891d3b5ad91cb3f4ee4550ded1e92811539fd20eefb8", kill_on_drop: false }`
[INFO] [stdout] 7fe912b4fb2df79cf105891d3b5ad91cb3f4ee4550ded1e92811539fd20eefb8
[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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 9ad42fa87dd0689fffa1d84ee30b28152952772da42f0fb542b7d0fe661a5a1c
[INFO] running `Command { std: "docker" "start" "-a" "9ad42fa87dd0689fffa1d84ee30b28152952772da42f0fb542b7d0fe661a5a1c", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.184
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]    Compiling anstyle v1.0.14
[INFO] [stderr]    Compiling ciborium-io v0.2.2
[INFO] [stderr]    Compiling alloca v0.4.0
[INFO] [stderr]    Compiling plotters-backend v0.3.7
[INFO] [stderr]    Compiling clap_lex v1.1.0
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling cast v0.3.0
[INFO] [stderr]    Compiling oorandom v11.1.5
[INFO] [stderr]    Compiling anes v0.1.6
[INFO] [stderr]    Compiling rayon v1.11.0
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]    Compiling clap_builder v4.6.0
[INFO] [stderr]    Compiling plotters-svg v0.3.7
[INFO] [stderr]    Compiling plotters v0.3.7
[INFO] [stderr]    Compiling page_size v0.6.0
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling criterion-plot v0.8.2
[INFO] [stderr]    Compiling clap v4.6.0
[INFO] [stderr]    Compiling zerocopy-derive v0.8.48
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling zerocopy v0.8.48
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling shravan v1.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: associated items `ZERO`, `new`, `mul`, `add`, and `from_angle` are never used
[INFO] [stdout]   --> src/fft.rs:20:15
[INFO] [stdout]    |
[INFO] [stdout] 19 | impl Complex {
[INFO] [stdout]    | ------------ associated items in this implementation
[INFO] [stdout] 20 |     pub const ZERO: Self = Self { re: 0.0, im: 0.0 };
[INFO] [stdout]    |               ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 23 |     pub fn new(re: f64, im: f64) -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 28 |     pub fn mul(self, other: Self) -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 36 |     pub fn add(self, other: Self) -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 54 |     pub fn from_angle(theta: f64) -> Self {
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `fft` is never used
[INFO] [stdout]   --> src/fft.rs:68:15
[INFO] [stdout]    |
[INFO] [stdout] 68 | pub(crate) fn fft(buf: &mut [Complex]) {
[INFO] [stdout]    |               ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `dft_naive` is never used
[INFO] [stdout]    --> src/fft.rs:114:15
[INFO] [stdout]     |
[INFO] [stdout] 114 | pub(crate) fn dft_naive(buf: &mut [Complex]) {
[INFO] [stdout]     |               ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `mdct_forward` is never used
[INFO] [stdout]    --> src/fft.rs:138:15
[INFO] [stdout]     |
[INFO] [stdout] 138 | pub(crate) fn mdct_forward(input: &[f32], output: &mut [f32]) {
[INFO] [stdout]     |               ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling half v2.7.1
[INFO] [stderr]    Compiling ciborium-ll v0.2.2
[INFO] [stderr]    Compiling ciborium v0.2.2
[INFO] [stderr]    Compiling criterion v0.8.2
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 28.90s
[INFO] running `Command { std: "docker" "inspect" "9ad42fa87dd0689fffa1d84ee30b28152952772da42f0fb542b7d0fe661a5a1c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9ad42fa87dd0689fffa1d84ee30b28152952772da42f0fb542b7d0fe661a5a1c", kill_on_drop: false }`
[INFO] [stdout] 9ad42fa87dd0689fffa1d84ee30b28152952772da42f0fb542b7d0fe661a5a1c
[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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] f004066adc81e037a3b32026ff52f4b3d40958a871ba5515c452dbeed3d8a5cd
[INFO] running `Command { std: "docker" "start" "-a" "f004066adc81e037a3b32026ff52f4b3d40958a871ba5515c452dbeed3d8a5cd", kill_on_drop: false }`
[INFO] [stderr] warning: associated items `ZERO`, `new`, `mul`, `add`, and `from_angle` are never used
[INFO] [stderr]   --> src/fft.rs:20:15
[INFO] [stderr]    |
[INFO] [stderr] 19 | impl Complex {
[INFO] [stderr]    | ------------ associated items in this implementation
[INFO] [stderr] 20 |     pub const ZERO: Self = Self { re: 0.0, im: 0.0 };
[INFO] [stderr]    |               ^^^^
[INFO] [stderr] ...
[INFO] [stderr] 23 |     pub fn new(re: f64, im: f64) -> Self {
[INFO] [stderr]    |            ^^^
[INFO] [stderr] ...
[INFO] [stderr] 28 |     pub fn mul(self, other: Self) -> Self {
[INFO] [stderr]    |            ^^^
[INFO] [stderr] ...
[INFO] [stderr] 36 |     pub fn add(self, other: Self) -> Self {
[INFO] [stderr]    |            ^^^
[INFO] [stderr] ...
[INFO] [stderr] 54 |     pub fn from_angle(theta: f64) -> Self {
[INFO] [stderr]    |            ^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: function `fft` is never used
[INFO] [stderr]   --> src/fft.rs:68:15
[INFO] [stderr]    |
[INFO] [stderr] 68 | pub(crate) fn fft(buf: &mut [Complex]) {
[INFO] [stderr]    |               ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `dft_naive` is never used
[INFO] [stderr]    --> src/fft.rs:114:15
[INFO] [stderr]     |
[INFO] [stderr] 114 | pub(crate) fn dft_naive(buf: &mut [Complex]) {
[INFO] [stderr]     |               ^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `mdct_forward` is never used
[INFO] [stderr]    --> src/fft.rs:138:15
[INFO] [stderr]     |
[INFO] [stderr] 138 | pub(crate) fn mdct_forward(input: &[f32], output: &mut [f32]) {
[INFO] [stderr]     |               ^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `shravan` (lib) generated 4 warnings
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.11s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/shravan-17518a1a5371ed8e)
[INFO] [stdout] 
[INFO] [stdout] running 80 tests
[INFO] [stdout] test codec::tests::open_unknown ... ok
[INFO] [stdout] test codec::tests::open_too_short ... ok
[INFO] [stdout] test codec::tests::wav_codec_trait ... ok
[INFO] [stdout] test fft::tests::fft_basic_impulse ... ok
[INFO] [stdout] test fft::tests::fft_vs_dft_size_30 ... ok
[INFO] [stdout] test flac::tests::bitreader_reads_partial_bits ... ok
[INFO] [stdout] test flac::tests::bitreader_unary ... ok
[INFO] [stdout] test flac::tests::bitwriter_basic ... ok
[INFO] [stdout] test flac::tests::crc8_known_vectors ... ok
[INFO] [stdout] test flac::tests::decode_constant_subframe ... ok
[INFO] [stdout] test fft::tests::fft_size_6 ... ok
[INFO] [stdout] test flac::tests::decode_rejects_corrupted_crc16 ... ok
[INFO] [stdout] test flac::tests::encode_decode_24bit ... ok
[INFO] [stdout] test flac::tests::bitwriter_partial_bits ... ok
[INFO] [stdout] test flac::tests::bitwriter_roundtrip_utf8 ... ok
[INFO] [stdout] test fft::tests::mdct_small_matches_naive ... ok
[INFO] [stdout] test flac::tests::decode_range_past_end ... ok
[INFO] [stdout] test flac::tests::decode_rejects_corrupted_crc8 ... ok
[INFO] [stdout] test fft::tests::mdct_produces_output ... ok
[INFO] [stdout] test flac::tests::bitreader_end_of_stream ... ok
[INFO] [stdout] test fft::tests::fft_size_240 ... ok
[INFO] [stdout] test flac::tests::encode_empty_input ... ok
[INFO] [stdout] test flac::tests::crc16_known_vectors ... ok
[INFO] [stdout] test codec::tests::open_wav ... ok
[INFO] [stdout] test flac::tests::bitreader_reads_bytes ... ok
[INFO] [stdout] test flac::tests::encode_rejects_zero_channels ... ok
[INFO] [stdout] test flac::tests::encode_rejects_invalid_bps ... ok
[INFO] [stdout] test flac::tests::encode_rejects_zero_rate ... ok
[INFO] [stdout] test flac::tests::rejects_non_flac ... ok
[INFO] [stdout] test flac::tests::md5_basic ... ok
[INFO] [stdout] test flac::tests::encode_decode_silence_mono_16bit ... ok
[INFO] [stdout] test flac::tests::encode_decode_8bit ... ok
[INFO] [stdout] test flac::tests::sign_extend_16bit ... ok
[INFO] [stdout] test flac::tests::zigzag_encode_values ... ok
[INFO] [stdout] test format::tests::audio_format_display ... ok
[INFO] [stdout] test format::tests::detect_aac_adts ... ok
[INFO] [stdout] test format::tests::detect_flac ... ok
[INFO] [stdout] test format::tests::detect_mp3_id3 ... ok
[INFO] [stdout] test format::tests::detect_mp3_sync ... ok
[INFO] [stdout] test format::tests::detect_too_short ... ok
[INFO] [stdout] test format::tests::detect_wav ... ok
[INFO] [stdout] test flac::tests::streaminfo_parsing ... ok
[INFO] [stdout] test pcm::tests::deinterleave_empty ... ok
[INFO] [stdout] test format::tests::detect_aifc ... ok
[INFO] [stdout] test pcm::tests::f32_to_i16_clamps ... ok
[INFO] [stdout] test format::tests::detect_aiff ... ok
[INFO] [stdout] test flac::tests::encode_decode_sine_mono_16bit ... ok
[INFO] [stdout] test flac::tests::decode_range_middle_of_block ... ok
[INFO] [stdout] test flac::tests::decode_range_full_matches_decode ... ok
[INFO] [stdout] test format::tests::detect_unknown ... ok
[INFO] [stdout] test pcm::tests::interleave_deinterleave_roundtrip ... ok
[INFO] [stdout] test flac::tests::rejects_too_short ... ok
[INFO] [stdout] test format::tests::detect_ogg ... ok
[INFO] [stdout] test pcm::tests::pcm_format_bit_depth ... ok
[INFO] [stdout] test pcm::tests::pcm_format_bytes ... ok
[INFO] [stdout] test pcm::tests::u8_center_is_zero ... ok
[INFO] [stdout] test pcm::tests::i24_f32_roundtrip ... ok
[INFO] [stdout] test pcm::tests::i32_f32_roundtrip ... ok
[INFO] [stdout] test pcm::tests::i16_f32_roundtrip ... ok
[INFO] [stdout] test pcm::tests::i24_packed_roundtrip ... ok
[INFO] [stdout] test flac::tests::encode_decode_stereo_16bit ... ok
[INFO] [stdout] test pcm::tests::f64_f32_roundtrip ... ok
[INFO] [stdout] test wav::tests::decode_rejects_bad_wave ... ok
[INFO] [stdout] test wav::tests::decode_rejects_short_data ... ok
[INFO] [stdout] test wav::tests::encode_rejects_zero_channels ... ok
[INFO] [stdout] test wav::tests::f32_roundtrip ... ok
[INFO] [stdout] test pcm::tests::u8_f32_roundtrip ... ok
[INFO] [stdout] test wav::tests::encode_rejects_zero_rate ... ok
[INFO] [stdout] test wav::tests::i24_roundtrip ... ok
[INFO] [stdout] test wav::tests::i16_roundtrip ... ok
[INFO] [stdout] test wav::tests::stereo_roundtrip ... ok
[INFO] [stdout] test wav::tests::i32_roundtrip ... ok
[INFO] [stdout] test flac::tests::decode_range_multi_block ... ok
[INFO] [stdout] test wav::tests::decode_rejects_bad_riff ... ok
[INFO] [stdout] test wav::tests::encode_rejects_f64 ... ok
[INFO] [stdout] test flac::tests::encode_multi_block ... ok
[INFO] [stdout] test flac::tests::sign_extend_negative ... ok
[INFO] [stdout] test flac::tests::sign_extend_positive ... ok
[INFO] [stdout] test wav::tests::header_fields_correct ... ok
[INFO] [stderr]      Running tests/integration.rs (/opt/rustwide/target/debug/deps/integration-dfdf2a67262a5a3c)
[INFO] [stdout] test fft::tests::mdct_fft_matches_naive ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 80 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.11s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 21 tests
[INFO] [stdout] test codec_open_wav ... ok
[INFO] [stdout] test format_detection_flac ... ok
[INFO] [stdout] test format_detection_wav ... ok
[INFO] [stdout] test format_detection_unknown ... ok
[INFO] [stdout] test pcm_deinterleave_empty_channels ... ok
[INFO] [stdout] test pcm_i16_f32_roundtrip ... ok
[INFO] [stdout] test pcm_interleave_deinterleave_roundtrip ... ok
[INFO] [stdout] test pcm_i24_f32_roundtrip ... ok
[INFO] [stdout] test pcm_interleave_empty ... ok
[INFO] [stdout] test serde_roundtrip_audio_format ... ok
[INFO] [stdout] test serde_roundtrip_flac_codec ... ok
[INFO] [stdout] test serde_roundtrip_format_info ... ok
[INFO] [stdout] test serde_roundtrip_pcm_format ... ok
[INFO] [stdout] test serde_roundtrip_shravan_error ... ok
[INFO] [stdout] test serde_roundtrip_wav_codec ... ok
[INFO] [stdout] test wav_i8_roundtrip ... ok
[INFO] [stdout] test wav_malformed_chunk_size ... ok
[INFO] [stdout] test wav_i16_roundtrip ... ok
[INFO] [stdout] test codec_open_unknown ... ok
[INFO] [stdout] test wav_f32_roundtrip ... ok
[INFO] [stdout] test wav_header_parsing ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 21 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/reference_impl.rs (/opt/rustwide/target/debug/deps/reference_impl-27182bc79f680737)
[INFO] [stdout] 
[INFO] [stdout] running 13 tests
[INFO] [stdout] test codec_open_reference_wav ... ok
[INFO] [stdout] test flac_reference::flac_wav_cross_decode_consistency ... ok
[INFO] [stdout] test codec_open_reference_flac ... ok
[INFO] [stdout] test flac_reference::flac_24bit_mono_format ... ok
[INFO] [stdout] test wav_reference::wav_f32_mono_format ... ok
[INFO] [stdout] test wav_reference::wav_16bit_stereo_format ... ok
[INFO] [stdout] test wav_reference::wav_16bit_mono_format ... ok
[INFO] [stdout] test wav_reference::wav_cross_format_consistency ... ok
[INFO] [stdout] test wav_reference::wav_encode_decode_matches_reference ... ok
[INFO] [stdout] test flac_reference::flac_16bit_mono_format ... ok
[INFO] [stdout] test wav_reference::wav_24bit_mono_format ... ok
[INFO] [stdout] test flac_reference::flac_16bit_stereo_format ... ok
[INFO] [stdout] test flac_reference::flac_encode_decode_roundtrip_vs_reference ... ok
[INFO] [stderr]    Doc-tests shravan
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 13 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.07s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test src/lib.rs - (line 31) ... ignored
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] all doctests ran in 0.33s; merged doctests compilation took 0.32s
[INFO] running `Command { std: "docker" "inspect" "f004066adc81e037a3b32026ff52f4b3d40958a871ba5515c452dbeed3d8a5cd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f004066adc81e037a3b32026ff52f4b3d40958a871ba5515c452dbeed3d8a5cd", kill_on_drop: false }`
[INFO] [stdout] f004066adc81e037a3b32026ff52f4b3d40958a871ba5515c452dbeed3d8a5cd
