[INFO] updating cached repository machinetech/chip8 [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/machinetech/chip8 [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/machinetech/chip8" "work/ex/beta-1.38-1/sources/1.37.0/gh/machinetech/chip8"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/machinetech/chip8'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/machinetech/chip8" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/machinetech/chip8"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/machinetech/chip8'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 1675db84df597274394935091bef2b0b62c258a8 [INFO] sha for GitHub repo machinetech/chip8: 1675db84df597274394935091bef2b0b62c258a8 [INFO] validating manifest of machinetech/chip8 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 machinetech/chip8 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 machinetech/chip8 [INFO] finished frobbing machinetech/chip8 [INFO] frobbed toml for machinetech/chip8 written to work/ex/beta-1.38-1/sources/1.37.0/gh/machinetech/chip8/Cargo.toml [INFO] started frobbing machinetech/chip8 [INFO] finished frobbing machinetech/chip8 [INFO] frobbed toml for machinetech/chip8 written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/machinetech/chip8/Cargo.toml [INFO] crate machinetech/chip8 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] [stderr] error: the lock file /mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/machinetech/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.37.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [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 machinetech/chip8 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-0/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/machinetech/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" "+beta-2019-08-13" "build" "--frozen"` [INFO] [stdout] 02eb4621fa0c5d4aab6e16886446699b12e156bc555eaf7c82f5eab078f0ad11 [INFO] running `"docker" "start" "-a" "02eb4621fa0c5d4aab6e16886446699b12e156bc555eaf7c82f5eab078f0ad11"` [INFO] [stderr] Compiling sdl2-sys v0.6.2 [INFO] [stderr] Compiling sdl2 v0.9.1 [INFO] [stderr] Compiling chip8 v1.0.2 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` [INFO] [stderr] --> src/main.rs:47:9 [INFO] [stderr] | [INFO] [stderr] 47 | thread::sleep_ms(1); [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` [INFO] [stderr] --> src/main.rs:139:9 [INFO] [stderr] | [INFO] [stderr] 139 | thread::sleep_ms(1); [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 6.85s [INFO] running `"docker" "inspect" "02eb4621fa0c5d4aab6e16886446699b12e156bc555eaf7c82f5eab078f0ad11"` [INFO] running `"docker" "rm" "-f" "02eb4621fa0c5d4aab6e16886446699b12e156bc555eaf7c82f5eab078f0ad11"` [INFO] [stdout] 02eb4621fa0c5d4aab6e16886446699b12e156bc555eaf7c82f5eab078f0ad11 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-0/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/machinetech/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" "+beta-2019-08-13" "test" "--frozen" "--no-run"` [INFO] [stdout] 04d2cc4c2283ad65c1185c3a8d1e50389a78633c9c460ddccd84598231553d10 [INFO] running `"docker" "start" "-a" "04d2cc4c2283ad65c1185c3a8d1e50389a78633c9c460ddccd84598231553d10"` [INFO] [stderr] Compiling chip8 v1.0.2 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` [INFO] [stderr] --> src/main.rs:47:9 [INFO] [stderr] | [INFO] [stderr] 47 | thread::sleep_ms(1); [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` [INFO] [stderr] --> src/main.rs:139:9 [INFO] [stderr] | [INFO] [stderr] 139 | thread::sleep_ms(1); [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function `test_opcode_dxyn_draw_font_A` should have a snake case name [INFO] [stderr] --> src/chip8/emu.rs:1847:8 [INFO] [stderr] | [INFO] [stderr] 1847 | fn test_opcode_dxyn_draw_font_A() { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `test_opcode_dxyn_draw_font_a` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_snake_case)]` on by default [INFO] [stderr] [INFO] [stderr] warning: function `test_opcode_dxyn_draw_font_B` should have a snake case name [INFO] [stderr] --> src/chip8/emu.rs:1868:8 [INFO] [stderr] | [INFO] [stderr] 1868 | fn test_opcode_dxyn_draw_font_B() { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `test_opcode_dxyn_draw_font_b` [INFO] [stderr] [INFO] [stderr] warning: function `test_opcode_dxyn_draw_font_C` should have a snake case name [INFO] [stderr] --> src/chip8/emu.rs:1889:8 [INFO] [stderr] | [INFO] [stderr] 1889 | fn test_opcode_dxyn_draw_font_C() { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `test_opcode_dxyn_draw_font_c` [INFO] [stderr] [INFO] [stderr] warning: function `test_opcode_dxyn_draw_font_D` should have a snake case name [INFO] [stderr] --> src/chip8/emu.rs:1910:8 [INFO] [stderr] | [INFO] [stderr] 1910 | fn test_opcode_dxyn_draw_font_D() { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `test_opcode_dxyn_draw_font_d` [INFO] [stderr] [INFO] [stderr] warning: function `test_opcode_dxyn_draw_font_E` should have a snake case name [INFO] [stderr] --> src/chip8/emu.rs:1931:8 [INFO] [stderr] | [INFO] [stderr] 1931 | fn test_opcode_dxyn_draw_font_E() { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `test_opcode_dxyn_draw_font_e` [INFO] [stderr] [INFO] [stderr] warning: function `test_opcode_dxyn_draw_font_F` should have a snake case name [INFO] [stderr] --> src/chip8/emu.rs:1952:8 [INFO] [stderr] | [INFO] [stderr] 1952 | fn test_opcode_dxyn_draw_font_F() { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `test_opcode_dxyn_draw_font_f` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.85s [INFO] running `"docker" "inspect" "04d2cc4c2283ad65c1185c3a8d1e50389a78633c9c460ddccd84598231553d10"` [INFO] running `"docker" "rm" "-f" "04d2cc4c2283ad65c1185c3a8d1e50389a78633c9c460ddccd84598231553d10"` [INFO] [stdout] 04d2cc4c2283ad65c1185c3a8d1e50389a78633c9c460ddccd84598231553d10 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-0/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/machinetech/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" "+beta-2019-08-13" "test" "--frozen"` [INFO] [stdout] 9bd16cbb1fdbd7a54cfa5577d8425270258db627878e5c4eebfc1ff4aafb9c28 [INFO] running `"docker" "start" "-a" "9bd16cbb1fdbd7a54cfa5577d8425270258db627878e5c4eebfc1ff4aafb9c28"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running /opt/crater/target/debug/deps/chip8-3be18e1c5dabd3ce [INFO] [stdout] [INFO] [stdout] running 79 tests [INFO] [stdout] test chip8::emu::tests::test_opcode_00fe ... ok [INFO] [stdout] test chip8::emu::tests::test_opcode_00fc ... ok [INFO] [stdout] test chip8::emu::tests::test_opcode_00fb ... ok [INFO] [stdout] test chip8::emu::tests::test_opcode_00ff ... ok [INFO] [stdout] test chip8::emu::tests::test_opcode_1nnn ... ok [INFO] [stdout] test chip8::emu::tests::test_opcode_00ee ... ok [INFO] [stdout] test chip8::emu::tests::test_opcode_00e0 ... ok [INFO] [stdout] test chip8::emu::tests::test_opcode_2nnn ... ok [INFO] [stdout] test chip8::emu::tests::test_opcode_5xy0_given_vx_does_not_equal_vy ... ok [INFO] [stdout] test chip8::emu::tests::test_opcode_6xnn ... ok [INFO] [stdout] test chip8::emu::tests::test_opcode_3xnn_given_vx_not_equals_nn ... ok [INFO] [stdout] test chip8::emu::tests::test_opcode_4xnn_given_vx_equals_nn ... ok [INFO] [stdout] test chip8::emu::tests::test_opcode_3xnn_given_vx_equals_nn ... ok [INFO] [stdout] test chip8::emu::tests::test_opcode_7xnn_with_overflow ... ok [INFO] [stdout] test chip8::emu::tests::test_opcode_4xnn_given_vx_not_equals_nn ... ok [INFO] [stdout] test chip8::emu::tests::test_opcode_00cn ... ok [INFO] [stdout] test chip8::emu::tests::test_opcode_5xy0_given_vx_equals_vy ... ok [INFO] [stdout] test chip8::emu::tests::test_opcode_7xnn_without_overflow ... ok [INFO] [stdout] test chip8::emu::tests::test_opcode_8xy1 ... ok [INFO] [stdout] test chip8::emu::tests::test_opcode_8xy0 ... ok [INFO] [stdout] test chip8::emu::tests::test_opcode_8xy2 ... ok [INFO] [stdout] test chip8::emu::tests::test_opcode_8xy4_without_carry ... ok [INFO] [stdout] test chip8::emu::tests::test_opcode_8xy5_with_borrow ... ok [INFO] [stdout] test chip8::emu::tests::test_opcode_8xy5_without_borrow ... ok [INFO] [stdout] test chip8::emu::tests::test_opcode_8xy6_least_significant_bit_not_set ... ok [INFO] [stdout] test chip8::emu::tests::test_opcode_8xy6_least_significant_bit_set ... ok [INFO] [stdout] test chip8::emu::tests::test_opcode_8xy3 ... ok [INFO] [stdout] test chip8::emu::tests::test_opcode_8xy4_with_carry ... ok [INFO] [stdout] test chip8::emu::tests::test_opcode_8xy6_orig_not_used_least_significant_bit_not_set ... ok [INFO] [stdout] test chip8::emu::tests::test_opcode_8xye_orig_not_used_most_significant_bit_not_set ... ok [INFO] [stdout] test chip8::emu::tests::test_opcode_8xy6_orig_not_used_least_significant_bit_set ... ok [INFO] [stdout] test chip8::emu::tests::test_opcode_8xy7_with_borrow ... ok [INFO] [stdout] test chip8::emu::tests::test_opcode_8xy7_without_borrow ... ok [INFO] [stdout] test chip8::emu::tests::test_opcode_8xye_most_significant_bit_not_set ... ok [INFO] [stdout] test chip8::emu::tests::test_opcode_8xye_orig_not_used_most_significant_bit_set ... ok [INFO] [stdout] test chip8::emu::tests::test_opcode_8xye_most_significant_bit_set ... ok [INFO] [stdout] test chip8::emu::tests::test_opcode_9xy0_vx_does_not_match_vy ... ok [INFO] [stdout] test chip8::emu::tests::test_opcode_9xy0_vx_matches_vy ... ok [INFO] [stdout] test chip8::emu::tests::test_opcode_annn ... ok [INFO] [stdout] test chip8::emu::tests::test_opcode_bnnn ... ok [INFO] [stdout] test chip8::emu::tests::test_opcode_dxyn_draw_font_0 ... ok [INFO] [stdout] test chip8::emu::tests::test_opcode_dxyn_draw_font_1 ... ok [INFO] [stdout] test chip8::emu::tests::test_opcode_dxyn_draw_font_2 ... ok [INFO] [stdout] test chip8::emu::tests::test_opcode_dxyn_draw_font_3 ... ok [INFO] [stdout] test chip8::emu::tests::test_opcode_dxyn_draw_font_4 ... ok [INFO] [stdout] test chip8::emu::tests::test_opcode_dxyn_draw_font_5 ... ok [INFO] [stdout] test chip8::emu::tests::test_opcode_dxyn_draw_font_6 ... ok [INFO] [stdout] test chip8::emu::tests::test_opcode_dxyn_draw_font_B ... ok [INFO] [stdout] test chip8::emu::tests::test_opcode_dxyn_draw_font_7 ... ok [INFO] [stdout] test chip8::emu::tests::test_opcode_dxyn_draw_font_C ... ok [INFO] [stdout] test chip8::emu::tests::test_opcode_dxyn_draw_font_A ... ok [INFO] [stdout] test chip8::emu::tests::test_opcode_dxyn_draw_font_E ... ok [INFO] [stdout] test chip8::emu::tests::test_opcode_dxyn_draw_font_9 ... ok [INFO] [stdout] test chip8::emu::tests::test_opcode_dxyn_draw_font_D ... ok [INFO] [stdout] test chip8::emu::tests::test_opcode_dxyn_simple_undraw ... ok [INFO] [stdout] test chip8::emu::tests::test_opcode_dxyn_overflow_height ... ok [INFO] [stdout] test chip8::emu::tests::test_opcode_dxyn_overflow_width ... ok [INFO] [stdout] test chip8::emu::tests::test_opcode_dxyn_simple_draw ... ok [INFO] [stdout] test chip8::emu::tests::test_opcode_dxyn_simple_partial_redraw ... ok [INFO] [stdout] test chip8::emu::tests::test_opcode_ex9e_key_not_pressed ... ok [INFO] [stdout] test chip8::emu::tests::test_opcode_ex9e_key_pressed ... ok [INFO] [stdout] test chip8::emu::tests::test_opcode_exa1_key_not_pressed ... ok [INFO] [stdout] test chip8::emu::tests::test_opcode_exa1_key_pressed ... ok [INFO] [stdout] test chip8::emu::tests::test_opcode_fx07 ... ok [INFO] [stdout] test chip8::emu::tests::test_opcode_fx0a_with_keypress ... ok [INFO] [stdout] test chip8::emu::tests::test_opcode_fx0a_without_keypress ... ok [INFO] [stdout] test chip8::emu::tests::test_opcode_fx15 ... ok [INFO] [stdout] test chip8::emu::tests::test_opcode_fx18 ... ok [INFO] [stdout] test chip8::emu::tests::test_opcode_fx1e_with_overflow ... ok [INFO] [stdout] test chip8::emu::tests::test_opcode_fx1e_without_overflow ... ok [INFO] [stdout] test chip8::emu::tests::test_opcode_fx29 ... ok [INFO] [stdout] test chip8::emu::tests::test_opcode_fx30 ... ok [INFO] [stdout] test chip8::emu::tests::test_opcode_fx33 ... ok [INFO] [stdout] test chip8::emu::tests::test_opcode_dxyn_draw_font_8 ... ok [INFO] [stdout] test chip8::emu::tests::test_opcode_fx65 ... ok [INFO] [stdout] test chip8::emu::tests::test_opcode_fx55 ... ok [INFO] [stdout] test chip8::emu::tests::test_opcode_fx75 ... ok [INFO] [stdout] test chip8::emu::tests::test_opcode_fx75_safe_against_x_greater_than_7 ... ok [INFO] [stdout] test chip8::emu::tests::test_opcode_dxyn_draw_font_F ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 79 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "9bd16cbb1fdbd7a54cfa5577d8425270258db627878e5c4eebfc1ff4aafb9c28"` [INFO] running `"docker" "rm" "-f" "9bd16cbb1fdbd7a54cfa5577d8425270258db627878e5c4eebfc1ff4aafb9c28"` [INFO] [stdout] 9bd16cbb1fdbd7a54cfa5577d8425270258db627878e5c4eebfc1ff4aafb9c28