Oct 15 05:40:09.369 INFO testing Wilfred/gameboy_emulator against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 05:40:09.371 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +40d4795669493f1965de7c44029c69552134fe1f-alt build --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 15 05:40:09.815 INFO blam! 7d5848f55ae33e7aa74b60f1ec96776c503b416d468921999c462d881d5fc71e Oct 15 05:40:09.817 INFO running `"docker" "start" "-a" "7d5848f55ae33e7aa74b60f1ec96776c503b416d468921999c462d881d5fc71e"` Oct 15 05:40:11.775 INFO kablam! usermod: no changes Oct 15 05:40:11.839 INFO kablam! Compiling gameboy_emulator v0.0.1 (/source) Oct 15 05:40:12.535 INFO kablam! warning: field is never used: `memory` Oct 15 05:40:12.535 INFO kablam! --> src/instructions.rs:28:5 Oct 15 05:40:12.535 INFO kablam! | Oct 15 05:40:12.535 INFO kablam! 28 | memory: [u8; 65536], Oct 15 05:40:12.535 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 05:40:12.535 INFO kablam! | Oct 15 05:40:12.535 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 05:40:12.535 INFO kablam! Oct 15 05:40:13.498 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.69s Oct 15 05:40:13.501 INFO kablam! su: No module specific data is present Oct 15 05:40:14.811 INFO running `"docker" "rm" "-f" "7d5848f55ae33e7aa74b60f1ec96776c503b416d468921999c462d881d5fc71e"` Oct 15 05:40:15.143 INFO blam! 7d5848f55ae33e7aa74b60f1ec96776c503b416d468921999c462d881d5fc71e Oct 15 05:40:15.143 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen --no-run" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 15 05:40:15.656 INFO blam! 8822f84b5c7270449d63ae4636ca30f1559abac644e3d920b784da31e24e9113 Oct 15 05:40:15.658 INFO running `"docker" "start" "-a" "8822f84b5c7270449d63ae4636ca30f1559abac644e3d920b784da31e24e9113"` Oct 15 05:40:17.506 INFO kablam! usermod: no changes Oct 15 05:40:17.567 INFO kablam! Compiling gameboy_emulator v0.0.1 (/source) Oct 15 05:40:18.531 INFO kablam! warning: field is never used: `memory` Oct 15 05:40:18.532 INFO kablam! --> src/instructions.rs:28:5 Oct 15 05:40:18.533 INFO kablam! | Oct 15 05:40:18.533 INFO kablam! 28 | memory: [u8; 65536], Oct 15 05:40:18.534 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 05:40:18.535 INFO kablam! | Oct 15 05:40:18.535 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 05:40:18.536 INFO kablam! Oct 15 05:40:18.537 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 05:40:18.537 INFO kablam! --> src/instructions.rs:450:5 Oct 15 05:40:18.538 INFO kablam! | Oct 15 05:40:18.538 INFO kablam! 450 | step(&mut cpu, Nop); Oct 15 05:40:18.539 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 15 05:40:18.540 INFO kablam! | Oct 15 05:40:18.540 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 05:40:18.541 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 05:40:18.542 INFO kablam! Oct 15 05:40:18.542 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 05:40:18.542 INFO kablam! --> src/instructions.rs:460:5 Oct 15 05:40:18.542 INFO kablam! | Oct 15 05:40:18.542 INFO kablam! 460 | step(&mut cpu, Increment(Operand8::Register(A))); Oct 15 05:40:18.542 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:40:18.542 INFO kablam! | Oct 15 05:40:18.542 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 05:40:18.542 INFO kablam! Oct 15 05:40:18.542 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 05:40:18.542 INFO kablam! --> src/instructions.rs:473:5 Oct 15 05:40:18.542 INFO kablam! | Oct 15 05:40:18.542 INFO kablam! 473 | step(&mut cpu, Increment(Operand8::Register(A))); Oct 15 05:40:18.542 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:40:18.542 INFO kablam! | Oct 15 05:40:18.542 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 05:40:18.542 INFO kablam! Oct 15 05:40:18.546 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 05:40:18.547 INFO kablam! --> src/instructions.rs:530:5 Oct 15 05:40:18.547 INFO kablam! | Oct 15 05:40:18.548 INFO kablam! 530 | step(&mut cpu, decode(&bytes, 0).unwrap()); Oct 15 05:40:18.548 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:40:18.549 INFO kablam! | Oct 15 05:40:18.550 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 05:40:18.550 INFO kablam! Oct 15 05:40:19.522 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.00s Oct 15 05:40:19.525 INFO kablam! su: No module specific data is present Oct 15 05:40:21.207 INFO running `"docker" "rm" "-f" "8822f84b5c7270449d63ae4636ca30f1559abac644e3d920b784da31e24e9113"` Oct 15 05:40:21.595 INFO blam! 8822f84b5c7270449d63ae4636ca30f1559abac644e3d920b784da31e24e9113 Oct 15 05:40:21.600 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 15 05:40:22.043 INFO blam! b1b85bef6f2513e2cf6f6bddd470e88f18ac81b6e9d9c7854397bd88b56d9ada Oct 15 05:40:22.045 INFO running `"docker" "start" "-a" "b1b85bef6f2513e2cf6f6bddd470e88f18ac81b6e9d9c7854397bd88b56d9ada"` Oct 15 05:40:24.026 INFO kablam! usermod: no changes Oct 15 05:40:24.087 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.04s Oct 15 05:40:24.099 INFO kablam! Running /target/debug/deps/gameboy_emulator-bc75453554f37695 Oct 15 05:40:24.100 INFO blam! Oct 15 05:40:24.100 INFO blam! running 24 tests Oct 15 05:40:24.111 INFO blam! test instructions::decode_bit_7_h ... ok Oct 15 05:40:24.119 INFO blam! test instructions::decode_dec ... ok Oct 15 05:40:24.120 INFO blam! test instructions::decode_inc_c ... ok Oct 15 05:40:24.120 INFO blam! test instructions::decode_ld_mem_offset ... ok Oct 15 05:40:24.120 INFO blam! test instructions::decode_ld_hl ... ok Oct 15 05:40:24.120 INFO blam! test instructions::decode_ld_a ... ok Oct 15 05:40:24.121 INFO blam! test instructions::decode_jr_nz ... ok Oct 15 05:40:24.121 INFO blam! test instructions::decode_nop ... ok Oct 15 05:40:24.121 INFO blam! test instructions::decode_ldd_hl_a ... ok Oct 15 05:40:24.122 INFO blam! test instructions::decode_rrc ... ok Oct 15 05:40:24.122 INFO blam! test instructions::decode_sp_immediate ... ok Oct 15 05:40:24.122 INFO blam! test instructions::decode_or ... ok Oct 15 05:40:24.123 INFO blam! test instructions::decode_offset ... ok Oct 15 05:40:24.123 INFO blam! test instructions::decode_sp_immediate_arbtirary_offset ... ok Oct 15 05:40:24.123 INFO blam! test instructions::decode_xor ... ok Oct 15 05:40:24.124 INFO blam! test instructions::decode_xor_immediate ... ok Oct 15 05:40:24.124 INFO blam! test instructions::ld_size ... ok Oct 15 05:40:24.124 INFO blam! test instructions::step_inc ... ok Oct 15 05:40:24.125 INFO blam! test instructions::step_inc_wraps ... ok Oct 15 05:40:24.125 INFO blam! test instructions::step_nop ... ok Oct 15 05:40:24.125 INFO blam! test instructions::step_xor_a ... ok Oct 15 05:40:24.125 INFO blam! test instructions::xor_size ... ok Oct 15 05:40:24.126 INFO blam! test instructions::decode_ld_c ... ok Oct 15 05:40:24.127 INFO blam! test instructions::decode_ld_rel_hl ... ok Oct 15 05:40:24.127 INFO blam! Oct 15 05:40:24.127 INFO blam! test result: ok. 24 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 05:40:24.127 INFO blam! Oct 15 05:40:24.131 INFO kablam! su: No module specific data is present Oct 15 05:40:25.700 INFO running `"docker" "rm" "-f" "b1b85bef6f2513e2cf6f6bddd470e88f18ac81b6e9d9c7854397bd88b56d9ada"` Oct 15 05:40:25.991 INFO blam! b1b85bef6f2513e2cf6f6bddd470e88f18ac81b6e9d9c7854397bd88b56d9ada