[INFO] updating cached repository Tattomoosa/rust_music_player [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/Tattomoosa/rust_music_player [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/Tattomoosa/rust_music_player" "work/ex/beta-1.38-1/sources/1.37.0/gh/Tattomoosa/rust_music_player"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/Tattomoosa/rust_music_player'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/Tattomoosa/rust_music_player" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/Tattomoosa/rust_music_player"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/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 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of Tattomoosa/rust_music_player on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "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/beta-1.38-1/sources/1.37.0/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/beta-1.38-1/sources/beta-2019-08-13/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" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing Tattomoosa/rust_music_player against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-5/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/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=warn" "-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" "+beta-2019-08-13" "build" "--frozen"` [INFO] [stdout] a3d5802eddc78b1ce3676b000c3aa60f51b4efa64a467d590016e6794356c0d2 [INFO] running `"docker" "start" "-a" "a3d5802eddc78b1ce3676b000c3aa60f51b4efa64a467d590016e6794356c0d2"` [INFO] [stderr] Compiling sublime_fuzzy v0.6.0 [INFO] [stderr] Compiling x11 v2.18.1 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling alsa-sys v0.1.2 [INFO] [stderr] Compiling slice-deque v0.1.16 [INFO] [stderr] Compiling sciter-rs v0.5.45 [INFO] [stderr] Compiling cpal v0.8.2 [INFO] [stderr] Compiling minimp3 v0.3.2 [INFO] [stderr] Compiling rand v0.3.23 [INFO] [stderr] Compiling cgmath v0.14.1 [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 25.92s [INFO] running `"docker" "inspect" "a3d5802eddc78b1ce3676b000c3aa60f51b4efa64a467d590016e6794356c0d2"` [INFO] running `"docker" "rm" "-f" "a3d5802eddc78b1ce3676b000c3aa60f51b4efa64a467d590016e6794356c0d2"` [INFO] [stdout] a3d5802eddc78b1ce3676b000c3aa60f51b4efa64a467d590016e6794356c0d2 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-5/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/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=warn" "-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" "+beta-2019-08-13" "test" "--frozen" "--no-run"` [INFO] [stdout] f0173487d9ba0a4c6cfe428200eac45997c839b5bcb0ca234675a6c5c8146bb5 [INFO] running `"docker" "start" "-a" "f0173487d9ba0a4c6cfe428200eac45997c839b5bcb0ca234675a6c5c8146bb5"` [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 0.97s [INFO] running `"docker" "inspect" "f0173487d9ba0a4c6cfe428200eac45997c839b5bcb0ca234675a6c5c8146bb5"` [INFO] running `"docker" "rm" "-f" "f0173487d9ba0a4c6cfe428200eac45997c839b5bcb0ca234675a6c5c8146bb5"` [INFO] [stdout] f0173487d9ba0a4c6cfe428200eac45997c839b5bcb0ca234675a6c5c8146bb5 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-5/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/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=warn" "-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" "+beta-2019-08-13" "test" "--frozen"` [INFO] [stdout] 665edae63478340825506bf56fd77b78a176dbdfd960e837d637d94db1b4996b [INFO] running `"docker" "start" "-a" "665edae63478340825506bf56fd77b78a176dbdfd960e837d637d94db1b4996b"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.09s [INFO] [stderr] Running /opt/crater/target/debug/deps/music_player-066dfd4c907f8428 [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" "665edae63478340825506bf56fd77b78a176dbdfd960e837d637d94db1b4996b"` [INFO] running `"docker" "rm" "-f" "665edae63478340825506bf56fd77b78a176dbdfd960e837d637d94db1b4996b"` [INFO] [stdout] 665edae63478340825506bf56fd77b78a176dbdfd960e837d637d94db1b4996b