[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 master#c8865d8e195813ade6b84434ac9f8850e7112d1a for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-1/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/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" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "build" "--frozen"` [INFO] [stdout] 7e5d59fe49fc95e9936571e3f59957e8e68ed2a9cbb193bed8466393825180c5 [INFO] running `"docker" "start" "-a" "7e5d59fe49fc95e9936571e3f59957e8e68ed2a9cbb193bed8466393825180c5"` [INFO] [stderr] Compiling sublime_fuzzy v0.6.0 [INFO] [stderr] Compiling x11 v2.18.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 cgmath v0.14.1 [INFO] [stderr] Compiling cpal v0.8.2 [INFO] [stderr] Compiling minimp3 v0.3.2 [INFO] [stderr] Compiling rodio v0.8.1 [INFO] [stderr] Compiling inputbot v0.4.0 [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 20.09s [INFO] running `"docker" "inspect" "7e5d59fe49fc95e9936571e3f59957e8e68ed2a9cbb193bed8466393825180c5"` [INFO] running `"docker" "rm" "-f" "7e5d59fe49fc95e9936571e3f59957e8e68ed2a9cbb193bed8466393825180c5"` [INFO] [stdout] 7e5d59fe49fc95e9936571e3f59957e8e68ed2a9cbb193bed8466393825180c5 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-1/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/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" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] 1081e87d557c66674c6e7579abe611a5980a3f1f14562e525db452efdad44707 [INFO] running `"docker" "start" "-a" "1081e87d557c66674c6e7579abe611a5980a3f1f14562e525db452efdad44707"` [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.23s [INFO] running `"docker" "inspect" "1081e87d557c66674c6e7579abe611a5980a3f1f14562e525db452efdad44707"` [INFO] running `"docker" "rm" "-f" "1081e87d557c66674c6e7579abe611a5980a3f1f14562e525db452efdad44707"` [INFO] [stdout] 1081e87d557c66674c6e7579abe611a5980a3f1f14562e525db452efdad44707 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-1/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/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" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "test" "--frozen"` [INFO] [stdout] 279b3229bd2bdd331b91e5bf178aea81e2782a3538f26e303b7d4bad9bbf08c9 [INFO] running `"docker" "start" "-a" "279b3229bd2bdd331b91e5bf178aea81e2782a3538f26e303b7d4bad9bbf08c9"` [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.18s [INFO] [stdout] running 0 tests [INFO] [stderr] Running /opt/crater/target/debug/deps/music_player-ca450f29c037449e [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "279b3229bd2bdd331b91e5bf178aea81e2782a3538f26e303b7d4bad9bbf08c9"` [INFO] running `"docker" "rm" "-f" "279b3229bd2bdd331b91e5bf178aea81e2782a3538f26e303b7d4bad9bbf08c9"` [INFO] [stdout] 279b3229bd2bdd331b91e5bf178aea81e2782a3538f26e303b7d4bad9bbf08c9