[INFO] crate rz80 0.1.1 is already in cache [INFO] extracting crate rz80 0.1.1 into work/ex/beta-1.37-6/sources/1.36.0/reg/rz80/0.1.1 [INFO] extracting crate rz80 0.1.1 into work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/rz80/0.1.1 [INFO] validating manifest of rz80-0.1.1 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 rz80-0.1.1 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 rz80-0.1.1 [INFO] finished frobbing rz80-0.1.1 [INFO] frobbed toml for rz80-0.1.1 written to work/ex/beta-1.37-6/sources/1.36.0/reg/rz80/0.1.1/Cargo.toml [INFO] started frobbing rz80-0.1.1 [INFO] finished frobbing rz80-0.1.1 [INFO] frobbed toml for rz80-0.1.1 written to work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/rz80/0.1.1/Cargo.toml [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] 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 rz80-0.1.1 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-2/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/reg/rz80/0.1.1:/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] 79764138e76850f59f08fb0621dccdb5426d11155b9916f0d7555c90a2e87b40 [INFO] running `"docker" "start" "-a" "79764138e76850f59f08fb0621dccdb5426d11155b9916f0d7555c90a2e87b40"` [INFO] [stderr] Compiling rz80 v0.1.1 (/opt/crater/workdir) [INFO] [stderr] warning: unnecessary parentheses around method argument [INFO] [stderr] --> src/memory.rs:140:32 [INFO] [stderr] | [INFO] [stderr] 140 | mem.map(0, 0, 0, true, (1 << 16)); [INFO] [stderr] | ^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_parens)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.83s [INFO] running `"docker" "inspect" "79764138e76850f59f08fb0621dccdb5426d11155b9916f0d7555c90a2e87b40"` [INFO] running `"docker" "rm" "-f" "79764138e76850f59f08fb0621dccdb5426d11155b9916f0d7555c90a2e87b40"` [INFO] [stdout] 79764138e76850f59f08fb0621dccdb5426d11155b9916f0d7555c90a2e87b40 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-2/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/reg/rz80/0.1.1:/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] 2e31f48f7b185bb3ad5d7990c914e3eddae27309f8d104895c295e3fbc5e8b36 [INFO] running `"docker" "start" "-a" "2e31f48f7b185bb3ad5d7990c914e3eddae27309f8d104895c295e3fbc5e8b36"` [INFO] [stderr] Compiling minifb v0.8.4 [INFO] [stderr] Compiling dylib v0.0.1 [INFO] [stderr] Compiling x11-dl v2.2.1 [INFO] [stderr] Compiling rz80 v0.1.1 (/opt/crater/workdir) [INFO] [stderr] warning: unnecessary parentheses around method argument [INFO] [stderr] --> src/memory.rs:140:32 [INFO] [stderr] | [INFO] [stderr] 140 | mem.map(0, 0, 0, true, (1 << 16)); [INFO] [stderr] | ^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_parens)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 14.36s [INFO] running `"docker" "inspect" "2e31f48f7b185bb3ad5d7990c914e3eddae27309f8d104895c295e3fbc5e8b36"` [INFO] running `"docker" "rm" "-f" "2e31f48f7b185bb3ad5d7990c914e3eddae27309f8d104895c295e3fbc5e8b36"` [INFO] [stdout] 2e31f48f7b185bb3ad5d7990c914e3eddae27309f8d104895c295e3fbc5e8b36 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-2/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/reg/rz80/0.1.1:/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] e60f6bda91bee469c2c5392c14817c6bdcc79d6f6f329c6265f49cd9e5d19089 [INFO] running `"docker" "start" "-a" "e60f6bda91bee469c2c5392c14817c6bdcc79d6f6f329c6265f49cd9e5d19089"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running /opt/crater/target/debug/deps/rz80-731860b3a822f818 [INFO] [stdout] [INFO] [stdout] running 40 tests [INFO] [stdout] test cpu::tests::add8 ... ok [INFO] [stdout] test cpu::tests::adc8 ... ok [INFO] [stdout] test cpu::tests::inc8_dec8 ... ok [INFO] [stdout] test cpu::tests::and8 ... ok [INFO] [stdout] test cpu::tests::push ... ok [INFO] [stdout] test cpu::tests::inp ... ok [INFO] [stdout] test cpu::tests::outp ... ok [INFO] [stdout] test cpu::tests::or8 ... ok [INFO] [stdout] test cpu::tests::reg16_rw ... ok [INFO] [stdout] test cpu::tests::cp8 ... ok [INFO] [stdout] test cpu::tests::halt ... ok [INFO] [stdout] test cpu::tests::neg8 ... ok [INFO] [stdout] test cpu::tests::reset ... ok [INFO] [stdout] test cpu::tests::rlc8_rrc8 ... ok [INFO] [stdout] test cpu::tests::rla8_rra8 ... ok [INFO] [stdout] test cpu::tests::rl8_rr8 ... ok [INFO] [stdout] test cpu::tests::rlca8_rrca8 ... ok [INFO] [stdout] test cpu::tests::sbc8 ... ok [INFO] [stdout] test ctc::test::ctc_counter_with_irq ... ok [INFO] [stdout] test cpu::tests::sra8 ... ok [INFO] [stdout] test cpu::tests::sla8 ... ok [INFO] [stdout] test cpu::tests::rst ... ok [INFO] [stdout] test cpu::tests::srl8 ... ok [INFO] [stdout] test ctc::test::ctc_counter_no_irq ... ok [INFO] [stdout] test cpu::tests::xor8 ... ok [INFO] [stdout] test cpu::tests::sub8 ... ok [INFO] [stdout] test daisychain::test::reset ... ok [INFO] [stdout] test ctc::test::ctc_timer_with_irq ... ok [INFO] [stdout] test ctc::test::ctc_timer_no_irq ... ok [INFO] [stdout] test ctc::test::write_int_vector ... ok [INFO] [stdout] test ctc::test::reset ... ok [INFO] [stdout] test daisychain::test::irq_ack ... ok [INFO] [stdout] test ctc::test::write_control_word ... ok [INFO] [stdout] test pio::tests::write_control ... ok [INFO] [stdout] test registers::tests::set_get ... ok [INFO] [stdout] test registers::tests::new ... ok [INFO] [stdout] test pio::tests::reset ... ok [INFO] [stdout] test memory::tests::mem_map ... ok [INFO] [stdout] test memory::tests::mem_readwrite ... ok [INFO] [stdout] test memory::tests::mem_layers ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 40 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/crater/target/debug/deps/test_opcodes-911aeb9e2aef42e3 [INFO] [stdout] [INFO] [stdout] running 71 tests [INFO] [stdout] test test_opcodes::ld_inn_hlddixiy ... ok [INFO] [stdout] test test_opcodes::test_adc_ihlixiy ... ok [INFO] [stdout] test test_opcodes::test_adc_r ... ok [INFO] [stdout] test test_opcodes::test_and_ihlixiy ... ok [INFO] [stdout] test test_opcodes::test_add_r ... ok [INFO] [stdout] test test_opcodes::test_call_ret ... ok [INFO] [stdout] test test_opcodes::test_ccf_scf ... ok [INFO] [stdout] test test_opcodes::ld_hlddixiy_inn ... ok [INFO] [stdout] test test_opcodes::test_add_ihlixiy ... ok [INFO] [stdout] test test_opcodes::test_cp_ihlixiy ... ok [INFO] [stdout] test test_opcodes::test_and_r ... ok [INFO] [stdout] test test_opcodes::test_cpdr ... ok [INFO] [stdout] test test_opcodes::test_add_adc_sbc_16 ... ok [INFO] [stdout] test test_opcodes::test_cp_r ... ok [INFO] [stdout] test test_opcodes::test_call_cc_ret_cc ... ok [INFO] [stdout] test test_opcodes::test_cpd ... ok [INFO] [stdout] test test_opcodes::test_cpi ... ok [INFO] [stdout] test test_opcodes::test_in ... ok [INFO] [stdout] test test_opcodes::test_cpir ... ok [INFO] [stdout] test test_opcodes::test_ihl_r ... ok [INFO] [stdout] test test_opcodes::test_cpl ... ok [INFO] [stdout] test test_opcodes::test_daa ... ok [INFO] [stdout] test test_opcodes::test_inc_dec_ssixiy ... ok [INFO] [stdout] test test_opcodes::test_inir_indr ... ok [INFO] [stdout] test test_opcodes::test_jp_jr ... ok [INFO] [stdout] test test_opcodes::test_djnz ... ok [INFO] [stdout] test test_opcodes::test_ex ... ok [INFO] [stdout] test test_opcodes::test_ld_a_ir ... ok [INFO] [stdout] test test_opcodes::test_inc_dec_ss ... ok [INFO] [stdout] test test_opcodes::test_inc_dec_ihlixiy ... ok [INFO] [stdout] test test_opcodes::test_halt ... ok [INFO] [stdout] test test_opcodes::test_inc_dec_r ... ok [INFO] [stdout] test test_opcodes::test_ld_hlddixiy_inn ... ok [INFO] [stdout] test test_opcodes::test_jp_cc_nn ... ok [INFO] [stdout] test test_opcodes::test_jr_cc ... ok [INFO] [stdout] test test_opcodes::test_ld_ibcdenn_a ... ok [INFO] [stdout] test test_opcodes::test_ld_a_ibcdenn ... ok [INFO] [stdout] test test_opcodes::test_ld_ixiy_n ... ok [INFO] [stdout] test test_opcodes::test_ld_sp_hlixiy ... ok [INFO] [stdout] test test_opcodes::test_ld_ir_a ... ok [INFO] [stdout] test test_opcodes::test_ld_ddixiy_nn ... ok [INFO] [stdout] test test_opcodes::test_ld_ihl_n ... ok [INFO] [stdout] test test_opcodes::test_ld_ixiy_r ... ok [INFO] [stdout] test test_opcodes::test_ld_r_s ... ok [INFO] [stdout] test test_opcodes::test_ldd ... ok [INFO] [stdout] test test_opcodes::test_ld_r_ixiy ... ok [INFO] [stdout] test test_opcodes::test_ld_ihl ... ok [INFO] [stdout] test test_opcodes::test_neg ... ok [INFO] [stdout] test test_opcodes::test_ldir ... ok [INFO] [stdout] test test_opcodes::test_ldi ... ok [INFO] [stdout] test test_opcodes::test_rlc_rl_rrc_rr_r ... ok [INFO] [stdout] test test_opcodes::test_rlca_rla_rrca_rra ... ok [INFO] [stdout] test test_opcodes::test_otir_otdr ... ok [INFO] [stdout] test test_opcodes::test_lddr ... ok [INFO] [stdout] test test_opcodes::test_rrc_rlc_rr_rl_ihlixiy ... ok [INFO] [stdout] test test_opcodes::test_sbc_ihlixiy ... ok [INFO] [stdout] test test_opcodes::test_or_r ... ok [INFO] [stdout] test test_opcodes::test_or_xor_ihlixiy ... ok [INFO] [stdout] test test_opcodes::test_sla_r ... ok [INFO] [stdout] test test_opcodes::test_srl_ihlixiy ... ok [INFO] [stdout] test test_opcodes::test_srl_r ... ok [INFO] [stdout] test test_opcodes::test_sra_ihlixiy ... ok [INFO] [stdout] test test_opcodes::test_out ... ok [INFO] [stdout] test test_opcodes::test_sla_ihlixiy ... ok [INFO] [stdout] test test_opcodes::test_rld_rrd ... ok [INFO] [stdout] test test_opcodes::test_push_pop ... ok [INFO] [stdout] test test_opcodes::test_sra_r ... ok [INFO] [stdout] test test_opcodes::test_sbc_r ... ok [INFO] [stdout] test test_opcodes::test_sub_ihlixiy ... ok [INFO] [stdout] test test_opcodes::test_xor_r ... ok [INFO] [stdout] test test_opcodes::test_sub_r ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 71 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Running /opt/crater/target/debug/deps/test_zex-1271876519ee7116 [INFO] [stdout] running 1 test [INFO] [stderr] Doc-tests rz80 [INFO] [stdout] test test_zex::test_zex ... ignored [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 5 tests [INFO] [stdout] test src/registers.rs - registers::Registers (line 80) ... ok [INFO] [stdout] test src/registers.rs - registers::Registers (line 70) ... ok [INFO] [stdout] test src/memory.rs - memory::Memory (line 107) ... ok [INFO] [stdout] test src/registers.rs - registers::Registers (line 91) ... ok [INFO] [stdout] test src/memory.rs - memory::Memory (line 90) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "e60f6bda91bee469c2c5392c14817c6bdcc79d6f6f329c6265f49cd9e5d19089"` [INFO] running `"docker" "rm" "-f" "e60f6bda91bee469c2c5392c14817c6bdcc79d6f6f329c6265f49cd9e5d19089"` [INFO] [stdout] e60f6bda91bee469c2c5392c14817c6bdcc79d6f6f329c6265f49cd9e5d19089