[INFO] fetching crate bwavfile 1.1.0... [INFO] testing bwavfile-1.1.0 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate bwavfile 1.1.0 into /workspace/builds/worker-11/source [INFO] validating manifest of crates.io crate bwavfile 1.1.0 on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate bwavfile 1.1.0 [INFO] finished tweaking crates.io crate bwavfile 1.1.0 [INFO] tweaked toml for crates.io crate bwavfile 1.1.0 written to /workspace/builds/worker-11/source/Cargo.toml [INFO] crate crates.io crate bwavfile 1.1.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 6457b01b7db07d54c143dbbbb39a9c8b5d411a3654ad50d7d3460638c25383e2 [INFO] running `Command { std: "docker" "start" "-a" "6457b01b7db07d54c143dbbbb39a9c8b5d411a3654ad50d7d3460638c25383e2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6457b01b7db07d54c143dbbbb39a9c8b5d411a3654ad50d7d3460638c25383e2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6457b01b7db07d54c143dbbbb39a9c8b5d411a3654ad50d7d3460638c25383e2", kill_on_drop: false }` [INFO] [stdout] 6457b01b7db07d54c143dbbbb39a9c8b5d411a3654ad50d7d3460638c25383e2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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=warn" "-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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] f9a81cc4499102078b28ea994c429d5c85ed5548cf0a4a186144a91a02258194 [INFO] running `Command { std: "docker" "start" "-a" "f9a81cc4499102078b28ea994c429d5c85ed5548cf0a4a186144a91a02258194", kill_on_drop: false }` [INFO] [stderr] Compiling encoding_index_tests v0.1.4 [INFO] [stderr] Compiling libc v0.2.103 [INFO] [stderr] Compiling uuid v0.8.2 [INFO] [stderr] Compiling encoding-index-simpchinese v1.20141219.5 [INFO] [stderr] Compiling encoding-index-singlebyte v1.20141219.5 [INFO] [stderr] Compiling encoding-index-tradchinese v1.20141219.5 [INFO] [stderr] Compiling encoding-index-korean v1.20141219.5 [INFO] [stderr] Compiling encoding-index-japanese v1.20141219.5 [INFO] [stderr] Compiling encoding v0.2.33 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling clap v2.33.3 [INFO] [stderr] Compiling bwavfile v1.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `format` [INFO] [stdout] --> src/fmt.rs:423:36 [INFO] [stdout] | [INFO] [stdout] 423 | fn write_i32_frames(&mut self, format: WaveFmt, _: &[i32]) -> Result { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_format` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `format` [INFO] [stdout] --> src/fmt.rs:426:36 [INFO] [stdout] | [INFO] [stdout] 426 | fn write_f32_frames(&mut self, format: WaveFmt, _: &[f32]) -> Result { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_format` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `chunk_id` [INFO] [stdout] --> src/cue.rs:17:5 [INFO] [stdout] | [INFO] [stdout] 17 | chunk_id : FourCC, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `RawCue` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/cue.rs:13:15 [INFO] [stdout] | [INFO] [stdout] 13 | #[derive(Copy,Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `chunk_start` [INFO] [stdout] --> src/cue.rs:18:5 [INFO] [stdout] | [INFO] [stdout] 18 | chunk_start : u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `RawCue` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/cue.rs:13:15 [INFO] [stdout] | [INFO] [stdout] 13 | #[derive(Copy,Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `block_start` [INFO] [stdout] --> src/cue.rs:19:5 [INFO] [stdout] | [INFO] [stdout] 19 | block_start : u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `RawCue` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/cue.rs:13:15 [INFO] [stdout] | [INFO] [stdout] 13 | #[derive(Copy,Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `write_to` [INFO] [stdout] --> src/cue.rs:25:8 [INFO] [stdout] | [INFO] [stdout] 25 | fn write_to(cues : Vec) -> Vec { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `write_to` [INFO] [stdout] --> src/cue.rs:69:8 [INFO] [stdout] | [INFO] [stdout] 69 | fn write_to(&self) -> Vec { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `write_to` [INFO] [stdout] --> src/cue.rs:99:8 [INFO] [stdout] | [INFO] [stdout] 99 | fn write_to(&self) -> Vec { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `country` [INFO] [stdout] --> src/cue.rs:126:5 [INFO] [stdout] | [INFO] [stdout] 126 | country : u16, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `RawLtxt` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/cue.rs:121:10 [INFO] [stdout] | [INFO] [stdout] 121 | #[derive(Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `language` [INFO] [stdout] --> src/cue.rs:127:5 [INFO] [stdout] | [INFO] [stdout] 127 | language : u16, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `RawLtxt` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/cue.rs:121:10 [INFO] [stdout] | [INFO] [stdout] 121 | #[derive(Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `dialect` [INFO] [stdout] --> src/cue.rs:128:5 [INFO] [stdout] | [INFO] [stdout] 128 | dialect : u16, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `RawLtxt` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/cue.rs:121:10 [INFO] [stdout] | [INFO] [stdout] 121 | #[derive(Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `code_page` [INFO] [stdout] --> src/cue.rs:129:5 [INFO] [stdout] | [INFO] [stdout] 129 | code_page : u16, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `RawLtxt` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/cue.rs:121:10 [INFO] [stdout] | [INFO] [stdout] 121 | #[derive(Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `text` [INFO] [stdout] --> src/cue.rs:130:5 [INFO] [stdout] | [INFO] [stdout] 130 | text: Option> [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `RawLtxt` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/cue.rs:121:10 [INFO] [stdout] | [INFO] [stdout] 121 | #[derive(Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `write_to` [INFO] [stdout] --> src/cue.rs:135:8 [INFO] [stdout] | [INFO] [stdout] 135 | fn write_to(&self) -> Vec { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `compile_adtl` [INFO] [stdout] --> src/cue.rs:184:8 [INFO] [stdout] | [INFO] [stdout] 184 | fn compile_adtl(members : &[Self]) -> Vec { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `convert_from_cue_string` [INFO] [stdout] --> src/cue.rs:302:4 [INFO] [stdout] | [INFO] [stdout] 302 | fn convert_from_cue_string(val : &str) -> Vec { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `compile_to` [INFO] [stdout] --> src/cue.rs:309:8 [INFO] [stdout] | [INFO] [stdout] 309 | fn compile_to(cues : &[Cue]) -> (Vec, Vec) { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 17 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 19.04s [INFO] running `Command { std: "docker" "inspect" "f9a81cc4499102078b28ea994c429d5c85ed5548cf0a4a186144a91a02258194", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f9a81cc4499102078b28ea994c429d5c85ed5548cf0a4a186144a91a02258194", kill_on_drop: false }` [INFO] [stdout] f9a81cc4499102078b28ea994c429d5c85ed5548cf0a4a186144a91a02258194 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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=warn" "-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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] b997905ae555e81dd1fe1de0b25bb1d7c844c9df66013a9964fbf1ae09ffcf2c [INFO] running `Command { std: "docker" "start" "-a" "b997905ae555e81dd1fe1de0b25bb1d7c844c9df66013a9964fbf1ae09ffcf2c", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling serde v1.0.130 [INFO] [stderr] Compiling serde_json v1.0.68 [INFO] [stderr] Compiling itoa v0.4.8 [INFO] [stdout] warning: unused variable: `format` [INFO] [stdout] --> src/fmt.rs:423:36 [INFO] [stdout] | [INFO] [stdout] 423 | fn write_i32_frames(&mut self, format: WaveFmt, _: &[i32]) -> Result { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_format` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `format` [INFO] [stdout] --> src/fmt.rs:426:36 [INFO] [stdout] | [INFO] [stdout] 426 | fn write_f32_frames(&mut self, format: WaveFmt, _: &[f32]) -> Result { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_format` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `chunk_id` [INFO] [stdout] --> src/cue.rs:17:5 [INFO] [stdout] | [INFO] [stdout] 17 | chunk_id : FourCC, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `RawCue` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/cue.rs:13:15 [INFO] [stdout] | [INFO] [stdout] 13 | #[derive(Copy,Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `chunk_start` [INFO] [stdout] --> src/cue.rs:18:5 [INFO] [stdout] | [INFO] [stdout] 18 | chunk_start : u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `RawCue` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/cue.rs:13:15 [INFO] [stdout] | [INFO] [stdout] 13 | #[derive(Copy,Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `block_start` [INFO] [stdout] --> src/cue.rs:19:5 [INFO] [stdout] | [INFO] [stdout] 19 | block_start : u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `RawCue` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/cue.rs:13:15 [INFO] [stdout] | [INFO] [stdout] 13 | #[derive(Copy,Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `write_to` [INFO] [stdout] --> src/cue.rs:25:8 [INFO] [stdout] | [INFO] [stdout] 25 | fn write_to(cues : Vec) -> Vec { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `write_to` [INFO] [stdout] --> src/cue.rs:69:8 [INFO] [stdout] | [INFO] [stdout] 69 | fn write_to(&self) -> Vec { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `write_to` [INFO] [stdout] --> src/cue.rs:99:8 [INFO] [stdout] | [INFO] [stdout] 99 | fn write_to(&self) -> Vec { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `country` [INFO] [stdout] --> src/cue.rs:126:5 [INFO] [stdout] | [INFO] [stdout] 126 | country : u16, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `RawLtxt` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/cue.rs:121:10 [INFO] [stdout] | [INFO] [stdout] 121 | #[derive(Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `language` [INFO] [stdout] --> src/cue.rs:127:5 [INFO] [stdout] | [INFO] [stdout] 127 | language : u16, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `RawLtxt` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/cue.rs:121:10 [INFO] [stdout] | [INFO] [stdout] 121 | #[derive(Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `dialect` [INFO] [stdout] --> src/cue.rs:128:5 [INFO] [stdout] | [INFO] [stdout] 128 | dialect : u16, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `RawLtxt` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/cue.rs:121:10 [INFO] [stdout] | [INFO] [stdout] 121 | #[derive(Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `code_page` [INFO] [stdout] --> src/cue.rs:129:5 [INFO] [stdout] | [INFO] [stdout] 129 | code_page : u16, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `RawLtxt` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/cue.rs:121:10 [INFO] [stdout] | [INFO] [stdout] 121 | #[derive(Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `text` [INFO] [stdout] --> src/cue.rs:130:5 [INFO] [stdout] | [INFO] [stdout] 130 | text: Option> [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `RawLtxt` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/cue.rs:121:10 [INFO] [stdout] | [INFO] [stdout] 121 | #[derive(Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `write_to` [INFO] [stdout] --> src/cue.rs:135:8 [INFO] [stdout] | [INFO] [stdout] 135 | fn write_to(&self) -> Vec { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `compile_adtl` [INFO] [stdout] --> src/cue.rs:184:8 [INFO] [stdout] | [INFO] [stdout] 184 | fn compile_adtl(members : &[Self]) -> Vec { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `convert_from_cue_string` [INFO] [stdout] --> src/cue.rs:302:4 [INFO] [stdout] | [INFO] [stdout] 302 | fn convert_from_cue_string(val : &str) -> Vec { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `compile_to` [INFO] [stdout] --> src/cue.rs:309:8 [INFO] [stdout] | [INFO] [stdout] 309 | fn compile_to(cues : &[Cue]) -> (Vec, Vec) { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 17 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling bwavfile v1.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `format` [INFO] [stdout] --> src/fmt.rs:423:36 [INFO] [stdout] | [INFO] [stdout] 423 | fn write_i32_frames(&mut self, format: WaveFmt, _: &[i32]) -> Result { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_format` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `format` [INFO] [stdout] --> src/fmt.rs:426:36 [INFO] [stdout] | [INFO] [stdout] 426 | fn write_f32_frames(&mut self, format: WaveFmt, _: &[f32]) -> Result { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_format` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `chunk_id` [INFO] [stdout] --> src/cue.rs:17:5 [INFO] [stdout] | [INFO] [stdout] 17 | chunk_id : FourCC, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `RawCue` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/cue.rs:13:15 [INFO] [stdout] | [INFO] [stdout] 13 | #[derive(Copy,Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `chunk_start` [INFO] [stdout] --> src/cue.rs:18:5 [INFO] [stdout] | [INFO] [stdout] 18 | chunk_start : u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `RawCue` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/cue.rs:13:15 [INFO] [stdout] | [INFO] [stdout] 13 | #[derive(Copy,Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `block_start` [INFO] [stdout] --> src/cue.rs:19:5 [INFO] [stdout] | [INFO] [stdout] 19 | block_start : u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `RawCue` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/cue.rs:13:15 [INFO] [stdout] | [INFO] [stdout] 13 | #[derive(Copy,Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `write_to` [INFO] [stdout] --> src/cue.rs:25:8 [INFO] [stdout] | [INFO] [stdout] 25 | fn write_to(cues : Vec) -> Vec { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `write_to` [INFO] [stdout] --> src/cue.rs:69:8 [INFO] [stdout] | [INFO] [stdout] 69 | fn write_to(&self) -> Vec { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `write_to` [INFO] [stdout] --> src/cue.rs:99:8 [INFO] [stdout] | [INFO] [stdout] 99 | fn write_to(&self) -> Vec { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `country` [INFO] [stdout] --> src/cue.rs:126:5 [INFO] [stdout] | [INFO] [stdout] 126 | country : u16, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `RawLtxt` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/cue.rs:121:10 [INFO] [stdout] | [INFO] [stdout] 121 | #[derive(Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `language` [INFO] [stdout] --> src/cue.rs:127:5 [INFO] [stdout] | [INFO] [stdout] 127 | language : u16, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `RawLtxt` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/cue.rs:121:10 [INFO] [stdout] | [INFO] [stdout] 121 | #[derive(Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `dialect` [INFO] [stdout] --> src/cue.rs:128:5 [INFO] [stdout] | [INFO] [stdout] 128 | dialect : u16, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `RawLtxt` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/cue.rs:121:10 [INFO] [stdout] | [INFO] [stdout] 121 | #[derive(Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `code_page` [INFO] [stdout] --> src/cue.rs:129:5 [INFO] [stdout] | [INFO] [stdout] 129 | code_page : u16, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `RawLtxt` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/cue.rs:121:10 [INFO] [stdout] | [INFO] [stdout] 121 | #[derive(Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `text` [INFO] [stdout] --> src/cue.rs:130:5 [INFO] [stdout] | [INFO] [stdout] 130 | text: Option> [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `RawLtxt` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/cue.rs:121:10 [INFO] [stdout] | [INFO] [stdout] 121 | #[derive(Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `write_to` [INFO] [stdout] --> src/cue.rs:135:8 [INFO] [stdout] | [INFO] [stdout] 135 | fn write_to(&self) -> Vec { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `compile_adtl` [INFO] [stdout] --> src/cue.rs:184:8 [INFO] [stdout] | [INFO] [stdout] 184 | fn compile_adtl(members : &[Self]) -> Vec { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `convert_from_cue_string` [INFO] [stdout] --> src/cue.rs:302:4 [INFO] [stdout] | [INFO] [stdout] 302 | fn convert_from_cue_string(val : &str) -> Vec { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `compile_to` [INFO] [stdout] --> src/cue.rs:309:8 [INFO] [stdout] | [INFO] [stdout] 309 | fn compile_to(cues : &[Cue]) -> (Vec, Vec) { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 17 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 18.08s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/bwavfile-6f94217f2260c997) [INFO] [stderr] Executable tests/ffprobe_media_tests.rs (/opt/rustwide/target/debug/deps/ffprobe_media_tests-3421f95f26f27eae) [INFO] [stderr] Executable tests/integration_test.rs (/opt/rustwide/target/debug/deps/integration_test-c9d3b4eb9759848c) [INFO] running `Command { std: "docker" "inspect" "b997905ae555e81dd1fe1de0b25bb1d7c844c9df66013a9964fbf1ae09ffcf2c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b997905ae555e81dd1fe1de0b25bb1d7c844c9df66013a9964fbf1ae09ffcf2c", kill_on_drop: false }` [INFO] [stdout] b997905ae555e81dd1fe1de0b25bb1d7c844c9df66013a9964fbf1ae09ffcf2c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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=warn" "-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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 674ed1fc97cfde9fab7b409d1592b79bef87170595c5ef5530fee37542b5a637 [INFO] running `Command { std: "docker" "start" "-a" "674ed1fc97cfde9fab7b409d1592b79bef87170595c5ef5530fee37542b5a637", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] warning: unused variable: `format` [INFO] [stderr] --> src/fmt.rs:423:36 [INFO] [stderr] | [INFO] [stderr] 423 | fn write_i32_frames(&mut self, format: WaveFmt, _: &[i32]) -> Result { [INFO] [stderr] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_format` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `format` [INFO] [stderr] --> src/fmt.rs:426:36 [INFO] [stderr] | [INFO] [stderr] 426 | fn write_f32_frames(&mut self, format: WaveFmt, _: &[f32]) -> Result { [INFO] [stderr] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_format` [INFO] [stderr] [INFO] [stderr] warning: field is never read: `chunk_id` [INFO] [stderr] --> src/cue.rs:17:5 [INFO] [stderr] | [INFO] [stderr] 17 | chunk_id : FourCC, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] note: `RawCue` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/cue.rs:13:15 [INFO] [stderr] | [INFO] [stderr] 13 | #[derive(Copy,Clone, Debug)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `chunk_start` [INFO] [stderr] --> src/cue.rs:18:5 [INFO] [stderr] | [INFO] [stderr] 18 | chunk_start : u32, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `RawCue` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/cue.rs:13:15 [INFO] [stderr] | [INFO] [stderr] 13 | #[derive(Copy,Clone, Debug)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `block_start` [INFO] [stderr] --> src/cue.rs:19:5 [INFO] [stderr] | [INFO] [stderr] 19 | block_start : u32, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `RawCue` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/cue.rs:13:15 [INFO] [stderr] | [INFO] [stderr] 13 | #[derive(Copy,Clone, Debug)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `write_to` [INFO] [stderr] --> src/cue.rs:25:8 [INFO] [stderr] | [INFO] [stderr] 25 | fn write_to(cues : Vec) -> Vec { [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `write_to` [INFO] [stderr] --> src/cue.rs:69:8 [INFO] [stderr] | [INFO] [stderr] 69 | fn write_to(&self) -> Vec { [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `write_to` [INFO] [stderr] --> src/cue.rs:99:8 [INFO] [stderr] | [INFO] [stderr] 99 | fn write_to(&self) -> Vec { [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: field is never read: `country` [INFO] [stderr] --> src/cue.rs:126:5 [INFO] [stderr] | [INFO] [stderr] 126 | country : u16, [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `RawLtxt` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/cue.rs:121:10 [INFO] [stderr] | [INFO] [stderr] 121 | #[derive(Clone, Debug)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `language` [INFO] [stderr] --> src/cue.rs:127:5 [INFO] [stderr] | [INFO] [stderr] 127 | language : u16, [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `RawLtxt` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/cue.rs:121:10 [INFO] [stderr] | [INFO] [stderr] 121 | #[derive(Clone, Debug)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `dialect` [INFO] [stderr] --> src/cue.rs:128:5 [INFO] [stderr] | [INFO] [stderr] 128 | dialect : u16, [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `RawLtxt` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/cue.rs:121:10 [INFO] [stderr] | [INFO] [stderr] 121 | #[derive(Clone, Debug)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `code_page` [INFO] [stderr] --> src/cue.rs:129:5 [INFO] [stderr] | [INFO] [stderr] 129 | code_page : u16, [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `RawLtxt` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/cue.rs:121:10 [INFO] [stderr] | [INFO] [stderr] 121 | #[derive(Clone, Debug)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `text` [INFO] [stderr] --> src/cue.rs:130:5 [INFO] [stderr] | [INFO] [stderr] 130 | text: Option> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `RawLtxt` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/cue.rs:121:10 [INFO] [stderr] | [INFO] [stderr] 121 | #[derive(Clone, Debug)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `write_to` [INFO] [stderr] --> src/cue.rs:135:8 [INFO] [stderr] | [INFO] [stderr] 135 | fn write_to(&self) -> Vec { [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `compile_adtl` [INFO] [stderr] --> src/cue.rs:184:8 [INFO] [stderr] | [INFO] [stderr] 184 | fn compile_adtl(members : &[Self]) -> Vec { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `convert_from_cue_string` [INFO] [stderr] --> src/cue.rs:302:4 [INFO] [stderr] | [INFO] [stderr] 302 | fn convert_from_cue_string(val : &str) -> Vec { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `compile_to` [INFO] [stderr] --> src/cue.rs:309:8 [INFO] [stderr] | [INFO] [stderr] 309 | fn compile_to(cues : &[Cue]) -> (Vec, Vec) { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `bwavfile` (lib) generated 17 warnings [INFO] [stderr] warning: `bwavfile` (lib test) generated 17 warnings (17 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.09s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/bwavfile-6f94217f2260c997) [INFO] [stdout] [INFO] [stdout] running 7 tests [INFO] [stdout] test fourcc::tests::test_to_string ... ok [INFO] [stdout] test wavewriter::test_new ... ok [INFO] [stdout] test wavewriter::test_write_audio ... ok [INFO] [stdout] test wavewriter::test_write_bext ... ok [INFO] [stdout] test chunks::test_read_51_wav ... FAILED [INFO] [stdout] test wavereader::test_list_form ... FAILED [INFO] [stdout] test wavewriter::test_create_rf64 has been running for over 60 seconds [INFO] [stderr] error: test failed, to rerun pass '--lib' [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/target/debug/deps/bwavfile-6f94217f2260c997` (signal: 9, SIGKILL: kill) [INFO] running `Command { std: "docker" "inspect" "674ed1fc97cfde9fab7b409d1592b79bef87170595c5ef5530fee37542b5a637", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "674ed1fc97cfde9fab7b409d1592b79bef87170595c5ef5530fee37542b5a637", kill_on_drop: false }` [INFO] [stdout] 674ed1fc97cfde9fab7b409d1592b79bef87170595c5ef5530fee37542b5a637