[INFO] updating cached repository kenkoooo/simple-nes-rs [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/kenkoooo/simple-nes-rs [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/kenkoooo/simple-nes-rs" "work/ex/beta-1.37-6/sources/1.36.0/gh/kenkoooo/simple-nes-rs"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/kenkoooo/simple-nes-rs'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/kenkoooo/simple-nes-rs" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/kenkoooo/simple-nes-rs"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/kenkoooo/simple-nes-rs'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 0ef099baf4de430804a462b46cf81bd1b204f40a [INFO] sha for GitHub repo kenkoooo/simple-nes-rs: 0ef099baf4de430804a462b46cf81bd1b204f40a [INFO] validating manifest of kenkoooo/simple-nes-rs 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 kenkoooo/simple-nes-rs 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 kenkoooo/simple-nes-rs [INFO] finished frobbing kenkoooo/simple-nes-rs [INFO] frobbed toml for kenkoooo/simple-nes-rs written to work/ex/beta-1.37-6/sources/1.36.0/gh/kenkoooo/simple-nes-rs/Cargo.toml [INFO] started frobbing kenkoooo/simple-nes-rs [INFO] finished frobbing kenkoooo/simple-nes-rs [INFO] frobbed toml for kenkoooo/simple-nes-rs written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/kenkoooo/simple-nes-rs/Cargo.toml [INFO] crate kenkoooo/simple-nes-rs 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] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing kenkoooo/simple-nes-rs 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-7/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/kenkoooo/simple-nes-rs:/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] 74cd2c8a575acb31f27c3299fad30a486331f131fe0a9aca9c1a5d63542fbdc7 [INFO] running `"docker" "start" "-a" "74cd2c8a575acb31f27c3299fad30a486331f131fe0a9aca9c1a5d63542fbdc7"` [INFO] [stderr] Compiling simple-nes-rs v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unnecessary parentheses around method argument [INFO] [stderr] --> src/cpu/instructions.rs:545:15 [INFO] [stderr] | [INFO] [stderr] 545 | bus.write((addr | 0x0100), data); [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_parens)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `self` [INFO] [stderr] --> src/main.rs:5:15 [INFO] [stderr] | [INFO] [stderr] 5 | use std::io::{self, BufReader}; [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.03s [INFO] running `"docker" "inspect" "74cd2c8a575acb31f27c3299fad30a486331f131fe0a9aca9c1a5d63542fbdc7"` [INFO] running `"docker" "rm" "-f" "74cd2c8a575acb31f27c3299fad30a486331f131fe0a9aca9c1a5d63542fbdc7"` [INFO] [stdout] 74cd2c8a575acb31f27c3299fad30a486331f131fe0a9aca9c1a5d63542fbdc7 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-7/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/kenkoooo/simple-nes-rs:/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] 5a2933748fbc5a104d376e1920970bbd018008295d39c07f9bd0fe740a42ca7c [INFO] running `"docker" "start" "-a" "5a2933748fbc5a104d376e1920970bbd018008295d39c07f9bd0fe740a42ca7c"` [INFO] [stderr] Compiling simple-nes-rs v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unnecessary parentheses around method argument [INFO] [stderr] --> src/cpu/instructions.rs:545:15 [INFO] [stderr] | [INFO] [stderr] 545 | bus.write((addr | 0x0100), data); [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_parens)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `self` [INFO] [stderr] --> src/main.rs:5:15 [INFO] [stderr] | [INFO] [stderr] 5 | use std::io::{self, BufReader}; [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.43s [INFO] running `"docker" "inspect" "5a2933748fbc5a104d376e1920970bbd018008295d39c07f9bd0fe740a42ca7c"` [INFO] running `"docker" "rm" "-f" "5a2933748fbc5a104d376e1920970bbd018008295d39c07f9bd0fe740a42ca7c"` [INFO] [stdout] 5a2933748fbc5a104d376e1920970bbd018008295d39c07f9bd0fe740a42ca7c [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-7/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/kenkoooo/simple-nes-rs:/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] 7eab8cfc9257ca3181341382b4b4cebe9b0a36a0ed1e3fbb0b926512d6edbe70 [INFO] running `"docker" "start" "-a" "7eab8cfc9257ca3181341382b4b4cebe9b0a36a0ed1e3fbb0b926512d6edbe70"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running /opt/crater/target/debug/deps/simple_nes_rs-0fdec4df1c287e8e [INFO] [stdout] [INFO] [stdout] running 53 tests [INFO] [stdout] test cpu::instructions::test::test_and ... ok [INFO] [stdout] test cpu::instructions::test::test_adc_immediate ... ok [INFO] [stdout] test cpu::instructions::test::test_and_immediate ... ok [INFO] [stdout] test cpu::instructions::test::test_asl ... ok [INFO] [stdout] test cpu::instructions::test::test_adc ... ok [INFO] [stdout] test cpu::instructions::test::test_cpx_immediate ... ok [INFO] [stdout] test cpu::instructions::test::test_cpy ... ok [INFO] [stdout] test cpu::instructions::test::test_dey ... ok [INFO] [stdout] test cpu::instructions::test::test_cpx ... ok [INFO] [stdout] test cpu::instructions::test::test_cmp_immediate ... ok [INFO] [stdout] test cpu::instructions::test::test_cmp ... ok [INFO] [stdout] test cpu::instructions::test::test_asl_acc ... ok [INFO] [stdout] test cpu::instructions::test::test_cpy_immediate ... ok [INFO] [stdout] test cpu::instructions::test::test_dex ... ok [INFO] [stdout] test cpu::instructions::test::test_dec ... ok [INFO] [stdout] test cpu::instructions::test::test_eor ... ok [INFO] [stdout] test cpu::instructions::test::test_eor_immediate ... ok [INFO] [stdout] test cpu::instructions::test::test_inc ... ok [INFO] [stdout] test cpu::instructions::test::test_inx ... ok [INFO] [stdout] test cpu::instructions::test::test_iny ... ok [INFO] [stdout] test cpu::instructions::test::test_jmp ... ok [INFO] [stdout] test cpu::instructions::test::test_jsr ... ok [INFO] [stdout] test cpu::instructions::test::test_lda_immediate ... ok [INFO] [stdout] test cpu::instructions::test::test_ldx ... ok [INFO] [stdout] test cpu::instructions::test::test_ldx_immediate ... ok [INFO] [stdout] test cpu::instructions::test::test_ldy ... ok [INFO] [stdout] test cpu::instructions::test::test_ldy_immediate ... ok [INFO] [stdout] test cpu::instructions::test::test_lsr ... ok [INFO] [stdout] test cpu::instructions::test::test_lsr_acc ... ok [INFO] [stdout] test cpu::instructions::test::test_ora ... ok [INFO] [stdout] test cpu::instructions::test::test_ora_immediate ... ok [INFO] [stdout] test cpu::instructions::test::test_pha ... ok [INFO] [stdout] test cpu::instructions::test::test_php ... ok [INFO] [stdout] test cpu::instructions::test::test_pla ... ok [INFO] [stdout] test cpu::instructions::test::test_plp ... ok [INFO] [stdout] test cpu::instructions::test::test_rol_accumlator_with_carry ... ok [INFO] [stdout] test cpu::instructions::test::test_ror_accumlator_with_carry ... ok [INFO] [stdout] test cpu::instructions::test::test_ror_accumlator_without_carry ... ok [INFO] [stdout] test cpu::instructions::test::test_sbc ... ok [INFO] [stdout] test cpu::instructions::test::test_sbc_immediate ... ok [INFO] [stdout] test cpu::instructions::test::test_sta ... ok [INFO] [stdout] test cpu::instructions::test::test_stx ... ok [INFO] [stdout] test cpu::instructions::test::test_sty ... ok [INFO] [stdout] test cpu::instructions::test::test_tax ... ok [INFO] [stdout] test cpu::instructions::test::test_tay ... ok [INFO] [stdout] test cpu::instructions::test::test_tsx ... ok [INFO] [stdout] test cpu::instructions::test::test_txa ... ok [INFO] [stdout] test cpu::instructions::test::test_txs ... ok [INFO] [stdout] test cpu::instructions::test::test_tya ... ok [INFO] [stdout] test cpu_registers::get_p ... ok [INFO] [stdout] test cpu_registers::update_negative ... ok [INFO] [stdout] test cpu_registers::update_zero ... ok [INFO] [stdout] test cpu::instructions::test::test_lda ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 53 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/crater/target/debug/deps/simple_nes_rs-730bd9e100003d60 [INFO] [stdout] [INFO] [stderr] Doc-tests simple-nes-rs [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] [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" "7eab8cfc9257ca3181341382b4b4cebe9b0a36a0ed1e3fbb0b926512d6edbe70"` [INFO] running `"docker" "rm" "-f" "7eab8cfc9257ca3181341382b4b4cebe9b0a36a0ed1e3fbb0b926512d6edbe70"` [INFO] [stdout] 7eab8cfc9257ca3181341382b4b4cebe9b0a36a0ed1e3fbb0b926512d6edbe70