[INFO] cloning repository Tattomoosa/rust_music_player [INFO] running `"git" "clone" "--bare" "git://github.com/Tattomoosa/rust_music_player.git" "work/cache/sources/gh/Tattomoosa/rust_music_player"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/Tattomoosa/rust_music_player'... [INFO] running `"git" "clone" "work/cache/sources/gh/Tattomoosa/rust_music_player" "work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/Tattomoosa/rust_music_player"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/Tattomoosa/rust_music_player'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/Tattomoosa/rust_music_player" "work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/Tattomoosa/rust_music_player"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/Tattomoosa/rust_music_player'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] a118f53c27539cfcc4a139cb4483dd272e0f32ff [INFO] sha for GitHub repo Tattomoosa/rust_music_player: a118f53c27539cfcc4a139cb4483dd272e0f32ff [INFO] validating manifest of Tattomoosa/rust_music_player on toolchain master#c8865d8e195813ade6b84434ac9f8850e7112d1a [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of Tattomoosa/rust_music_player on toolchain try#e212b7d492c96d3837691ba29d32d5f468933fb8 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing Tattomoosa/rust_music_player [INFO] finished frobbing Tattomoosa/rust_music_player [INFO] frobbed toml for Tattomoosa/rust_music_player written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/Tattomoosa/rust_music_player/Cargo.toml [INFO] started frobbing Tattomoosa/rust_music_player [INFO] finished frobbing Tattomoosa/rust_music_player [INFO] frobbed toml for Tattomoosa/rust_music_player written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/Tattomoosa/rust_music_player/Cargo.toml [INFO] crate Tattomoosa/rust_music_player already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing Tattomoosa/rust_music_player against try#e212b7d492c96d3837691ba29d32d5f468933fb8 for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-5/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/Tattomoosa/rust_music_player:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "build" "--frozen"` [INFO] [stdout] d676201693d760c7a9556ede6af79499f4a96c149e26ce578b0474b31b4deee7 [INFO] running `"docker" "start" "-a" "d676201693d760c7a9556ede6af79499f4a96c149e26ce578b0474b31b4deee7"` [INFO] [stderr] Compiling sublime_fuzzy v0.6.0 [INFO] [stderr] Compiling x11 v2.18.1 [INFO] [stderr] Compiling minimp3-sys v0.3.1 [INFO] [stderr] Compiling slice-deque v0.1.16 [INFO] [stderr] Compiling alsa-sys v0.1.2 [INFO] [stderr] Compiling sciter-rs v0.5.45 [INFO] [stderr] Compiling lewton v0.9.4 [INFO] [stderr] Compiling cgmath v0.14.1 [INFO] [stderr] Compiling cpal v0.8.2 [INFO] [stderr] Compiling minimp3 v0.3.2 [INFO] [stderr] Compiling inputbot v0.4.0 [INFO] [stderr] Compiling rodio v0.8.1 [INFO] [stderr] Compiling music_player v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: field is never used: `current_song_index` [INFO] [stderr] --> src/main.rs:26:5 [INFO] [stderr] | [INFO] [stderr] 26 | current_song_index: usize, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] warning: field is never used: `is_ui_open` [INFO] [stderr] --> src/main.rs:28:5 [INFO] [stderr] | [INFO] [stderr] 28 | is_ui_open: bool, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: field is never used: `match_type` [INFO] [stderr] --> src/main.rs:34:5 [INFO] [stderr] | [INFO] [stderr] 34 | match_type: UIMatchType, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `OPERATION` [INFO] [stderr] --> src/main.rs:42:5 [INFO] [stderr] | [INFO] [stderr] 42 | OPERATION [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `load_song` [INFO] [stderr] --> src/main.rs:98:5 [INFO] [stderr] | [INFO] [stderr] 98 | pub fn load_song(&mut self, song: &Song) -> bool { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 29.28s [INFO] running `"docker" "inspect" "d676201693d760c7a9556ede6af79499f4a96c149e26ce578b0474b31b4deee7"` [INFO] running `"docker" "rm" "-f" "d676201693d760c7a9556ede6af79499f4a96c149e26ce578b0474b31b4deee7"` [INFO] [stdout] d676201693d760c7a9556ede6af79499f4a96c149e26ce578b0474b31b4deee7 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-5/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/Tattomoosa/rust_music_player:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] 68b6509ac3d23de9aaaf1b738a30e93bd00f5cce8bf0b11546bde81491e9ad98 [INFO] running `"docker" "start" "-a" "68b6509ac3d23de9aaaf1b738a30e93bd00f5cce8bf0b11546bde81491e9ad98"` [INFO] [stderr] Compiling music_player v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: field is never used: `current_song_index` [INFO] [stderr] --> src/main.rs:26:5 [INFO] [stderr] | [INFO] [stderr] 26 | current_song_index: usize, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] warning: field is never used: `is_ui_open` [INFO] [stderr] --> src/main.rs:28:5 [INFO] [stderr] | [INFO] [stderr] 28 | is_ui_open: bool, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: field is never used: `match_type` [INFO] [stderr] --> src/main.rs:34:5 [INFO] [stderr] | [INFO] [stderr] 34 | match_type: UIMatchType, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `OPERATION` [INFO] [stderr] --> src/main.rs:42:5 [INFO] [stderr] | [INFO] [stderr] 42 | OPERATION [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `load_song` [INFO] [stderr] --> src/main.rs:98:5 [INFO] [stderr] | [INFO] [stderr] 98 | pub fn load_song(&mut self, song: &Song) -> bool { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.17s [INFO] running `"docker" "inspect" "68b6509ac3d23de9aaaf1b738a30e93bd00f5cce8bf0b11546bde81491e9ad98"` [INFO] running `"docker" "rm" "-f" "68b6509ac3d23de9aaaf1b738a30e93bd00f5cce8bf0b11546bde81491e9ad98"` [INFO] [stdout] 68b6509ac3d23de9aaaf1b738a30e93bd00f5cce8bf0b11546bde81491e9ad98 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-5/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/Tattomoosa/rust_music_player:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "test" "--frozen"` [INFO] [stdout] 72e591ef08fab5ae67e98b3350538929ae4d67c357270a4baa4c52e1c9e3baf2 [INFO] running `"docker" "start" "-a" "72e591ef08fab5ae67e98b3350538929ae4d67c357270a4baa4c52e1c9e3baf2"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.11s [INFO] [stderr] Running /opt/crater/target/debug/deps/music_player-245f1d2a53ab53c6 [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "72e591ef08fab5ae67e98b3350538929ae4d67c357270a4baa4c52e1c9e3baf2"` [INFO] running `"docker" "rm" "-f" "72e591ef08fab5ae67e98b3350538929ae4d67c357270a4baa4c52e1c9e3baf2"` [INFO] [stdout] 72e591ef08fab5ae67e98b3350538929ae4d67c357270a4baa4c52e1c9e3baf2