[INFO] updating cached repository aengusmcmillin/rust_chip8 [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/aengusmcmillin/rust_chip8 [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/aengusmcmillin/rust_chip8" "work/ex/beta-1.37-6/sources/1.36.0/gh/aengusmcmillin/rust_chip8"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/aengusmcmillin/rust_chip8'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/aengusmcmillin/rust_chip8" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/aengusmcmillin/rust_chip8"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/aengusmcmillin/rust_chip8'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] bce1fdd63f0f120990dee4d705cfed9533b2a991 [INFO] sha for GitHub repo aengusmcmillin/rust_chip8: bce1fdd63f0f120990dee4d705cfed9533b2a991 [INFO] validating manifest of aengusmcmillin/rust_chip8 on toolchain 1.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of aengusmcmillin/rust_chip8 on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing aengusmcmillin/rust_chip8 [INFO] finished frobbing aengusmcmillin/rust_chip8 [INFO] frobbed toml for aengusmcmillin/rust_chip8 written to work/ex/beta-1.37-6/sources/1.36.0/gh/aengusmcmillin/rust_chip8/Cargo.toml [INFO] started frobbing aengusmcmillin/rust_chip8 [INFO] finished frobbing aengusmcmillin/rust_chip8 [INFO] frobbed toml for aengusmcmillin/rust_chip8 written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/aengusmcmillin/rust_chip8/Cargo.toml [INFO] crate aengusmcmillin/rust_chip8 already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] error: the lock file /mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/aengusmcmillin/rust_chip8/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache lock [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing aengusmcmillin/rust_chip8 against 1.36.0 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-3/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/aengusmcmillin/rust_chip8:/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" "+1.36.0" "build" "--frozen"` [INFO] [stdout] edfa891b3b20ddb7466ab9cd42b87a72165f6c1c73ce95ab3d411aa226292b7c [INFO] running `"docker" "start" "-a" "edfa891b3b20ddb7466ab9cd42b87a72165f6c1c73ce95ab3d411aa226292b7c"` [INFO] [stderr] Compiling sdl2-sys v0.19.0 [INFO] [stderr] Compiling sdl2 v0.19.0 [INFO] [stderr] Compiling rust_chip8 v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused import: `time::PreciseTime` [INFO] [stderr] --> src/cpu.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use time::PreciseTime; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around `if` condition [INFO] [stderr] --> src/cpu.rs:57:16 [INFO] [stderr] | [INFO] [stderr] 57 | if (debug) { [INFO] [stderr] | ^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_parens)] on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around `if` condition [INFO] [stderr] --> src/cpu.rs:59:20 [INFO] [stderr] | [INFO] [stderr] 59 | if (self.interconnect.wait_for_step()) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around `if` condition [INFO] [stderr] --> src/cpu.rs:79:16 [INFO] [stderr] | [INFO] [stderr] 79 | if (!st_enabled) { [INFO] [stderr] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: floating-point types cannot be used in patterns [INFO] [stderr] --> src/interconnect.rs:26:17 [INFO] [stderr] | [INFO] [stderr] 26 | 0.0...0.5 => self.volume, [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(illegal_floating_point_literal_pattern)] on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #41620 [INFO] [stderr] [INFO] [stderr] warning: floating-point types cannot be used in patterns [INFO] [stderr] --> src/interconnect.rs:26:23 [INFO] [stderr] | [INFO] [stderr] 26 | 0.0...0.5 => self.volume, [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #41620 [INFO] [stderr] [INFO] [stderr] warning: floating-point types cannot be used in patterns [INFO] [stderr] --> src/interconnect.rs:26:17 [INFO] [stderr] | [INFO] [stderr] 26 | 0.0...0.5 => self.volume, [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #41620 [INFO] [stderr] [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> src/interconnect.rs:324:9 [INFO] [stderr] | [INFO] [stderr] 324 | self.renderer.fill_rects(&rects[..]); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_must_use)] on by default [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 7.31s [INFO] running `"docker" "inspect" "edfa891b3b20ddb7466ab9cd42b87a72165f6c1c73ce95ab3d411aa226292b7c"` [INFO] running `"docker" "rm" "-f" "edfa891b3b20ddb7466ab9cd42b87a72165f6c1c73ce95ab3d411aa226292b7c"` [INFO] [stdout] edfa891b3b20ddb7466ab9cd42b87a72165f6c1c73ce95ab3d411aa226292b7c [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-3/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/aengusmcmillin/rust_chip8:/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" "+1.36.0" "test" "--frozen" "--no-run"` [INFO] [stdout] f3ac76e44a95278d7c6e44897f590bfa52189acaccbad1f8f62fcedc4b1cd46b [INFO] running `"docker" "start" "-a" "f3ac76e44a95278d7c6e44897f590bfa52189acaccbad1f8f62fcedc4b1cd46b"` [INFO] [stderr] Compiling rust_chip8 v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused import: `time::PreciseTime` [INFO] [stderr] --> src/cpu.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use time::PreciseTime; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around `if` condition [INFO] [stderr] --> src/cpu.rs:57:16 [INFO] [stderr] | [INFO] [stderr] 57 | if (debug) { [INFO] [stderr] | ^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_parens)] on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around `if` condition [INFO] [stderr] --> src/cpu.rs:59:20 [INFO] [stderr] | [INFO] [stderr] 59 | if (self.interconnect.wait_for_step()) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around `if` condition [INFO] [stderr] --> src/cpu.rs:79:16 [INFO] [stderr] | [INFO] [stderr] 79 | if (!st_enabled) { [INFO] [stderr] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: floating-point types cannot be used in patterns [INFO] [stderr] --> src/interconnect.rs:26:17 [INFO] [stderr] | [INFO] [stderr] 26 | 0.0...0.5 => self.volume, [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(illegal_floating_point_literal_pattern)] on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #41620 [INFO] [stderr] [INFO] [stderr] warning: floating-point types cannot be used in patterns [INFO] [stderr] --> src/interconnect.rs:26:23 [INFO] [stderr] | [INFO] [stderr] 26 | 0.0...0.5 => self.volume, [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #41620 [INFO] [stderr] [INFO] [stderr] warning: floating-point types cannot be used in patterns [INFO] [stderr] --> src/interconnect.rs:26:17 [INFO] [stderr] | [INFO] [stderr] 26 | 0.0...0.5 => self.volume, [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #41620 [INFO] [stderr] [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> src/interconnect.rs:324:9 [INFO] [stderr] | [INFO] [stderr] 324 | self.renderer.fill_rects(&rects[..]); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_must_use)] on by default [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.99s [INFO] running `"docker" "inspect" "f3ac76e44a95278d7c6e44897f590bfa52189acaccbad1f8f62fcedc4b1cd46b"` [INFO] running `"docker" "rm" "-f" "f3ac76e44a95278d7c6e44897f590bfa52189acaccbad1f8f62fcedc4b1cd46b"` [INFO] [stdout] f3ac76e44a95278d7c6e44897f590bfa52189acaccbad1f8f62fcedc4b1cd46b [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-3/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/aengusmcmillin/rust_chip8:/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" "+1.36.0" "test" "--frozen"` [INFO] [stdout] b4e39e1addcba1515e829ac3d837b06545f51454ee0b87ff176118e61ccc2cf5 [INFO] running `"docker" "start" "-a" "b4e39e1addcba1515e829ac3d837b06545f51454ee0b87ff176118e61ccc2cf5"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running /opt/crater/target/debug/deps/rust_chip8-49d84dd1d2e232ff [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" "b4e39e1addcba1515e829ac3d837b06545f51454ee0b87ff176118e61ccc2cf5"` [INFO] running `"docker" "rm" "-f" "b4e39e1addcba1515e829ac3d837b06545f51454ee0b87ff176118e61ccc2cf5"` [INFO] [stdout] b4e39e1addcba1515e829ac3d837b06545f51454ee0b87ff176118e61ccc2cf5