Oct 15 03:55:17.740 INFO testing aoowweenn/nes-emu-rs against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 03:55:17.740 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 03:55:18.156 INFO blam! db9bfafe1f7d22ff16a765365eeac05b278738f363deab431f39bcdd3e530fb8 Oct 15 03:55:18.159 INFO running `"docker" "start" "-a" "db9bfafe1f7d22ff16a765365eeac05b278738f363deab431f39bcdd3e530fb8"` Oct 15 03:55:19.343 INFO kablam! usermod: no changes Oct 15 03:55:19.416 INFO kablam! Compiling cpu6502 v0.1.0 (/source/cpu6502) Oct 15 03:55:19.887 INFO kablam! warning: unused import: `addr_modes::AddrMode` Oct 15 03:55:19.887 INFO kablam! --> cpu6502/src/lib.rs:5:5 Oct 15 03:55:19.887 INFO kablam! | Oct 15 03:55:19.887 INFO kablam! 5 | use addr_modes::AddrMode; Oct 15 03:55:19.887 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 15 03:55:19.887 INFO kablam! | Oct 15 03:55:19.887 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 03:55:19.887 INFO kablam! Oct 15 03:55:19.927 INFO kablam! warning: unused variable: `mem` Oct 15 03:55:19.927 INFO kablam! --> cpu6502/src/lib.rs:22:23 Oct 15 03:55:19.927 INFO kablam! | Oct 15 03:55:19.927 INFO kablam! 22 | fn run(&mut self, mem: &mut [u8]) { Oct 15 03:55:19.927 INFO kablam! | ^^^ help: consider using `_mem` instead Oct 15 03:55:19.927 INFO kablam! | Oct 15 03:55:19.927 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 03:55:19.927 INFO kablam! Oct 15 03:55:19.936 INFO kablam! warning: function is never used: `get_addr_mode` Oct 15 03:55:19.936 INFO kablam! --> cpu6502/src/addr_modes.rs:4:1 Oct 15 03:55:19.936 INFO kablam! | Oct 15 03:55:19.936 INFO kablam! 4 | pub fn get_addr_mode(opcode: u8) -> AddrMode { Oct 15 03:55:19.936 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:55:19.936 INFO kablam! | Oct 15 03:55:19.936 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 03:55:19.936 INFO kablam! Oct 15 03:55:19.936 INFO kablam! warning: function is never used: `get_operand_size` Oct 15 03:55:19.936 INFO kablam! --> cpu6502/src/addr_modes.rs:74:1 Oct 15 03:55:19.936 INFO kablam! | Oct 15 03:55:19.936 INFO kablam! 74 | pub fn get_operand_size(mode: AddrMode) -> usize { Oct 15 03:55:19.936 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:55:19.936 INFO kablam! Oct 15 03:55:19.936 INFO kablam! warning: variant is never constructed: `ZeroPageX` Oct 15 03:55:19.936 INFO kablam! --> cpu6502/src/addr_modes.rs:87:5 Oct 15 03:55:19.936 INFO kablam! | Oct 15 03:55:19.936 INFO kablam! 87 | ZeroPageX, Oct 15 03:55:19.936 INFO kablam! | ^^^^^^^^^ Oct 15 03:55:19.936 INFO kablam! Oct 15 03:55:19.936 INFO kablam! warning: variant is never constructed: `ZeroPageY` Oct 15 03:55:19.936 INFO kablam! --> cpu6502/src/addr_modes.rs:89:5 Oct 15 03:55:19.936 INFO kablam! | Oct 15 03:55:19.936 INFO kablam! 89 | ZeroPageY, Oct 15 03:55:19.936 INFO kablam! | ^^^^^^^^^ Oct 15 03:55:19.936 INFO kablam! Oct 15 03:55:19.936 INFO kablam! warning: variant is never constructed: `AbsIdxX` Oct 15 03:55:19.936 INFO kablam! --> cpu6502/src/addr_modes.rs:91:5 Oct 15 03:55:19.936 INFO kablam! | Oct 15 03:55:19.936 INFO kablam! 91 | AbsIdxX, Oct 15 03:55:19.936 INFO kablam! | ^^^^^^^ Oct 15 03:55:19.937 INFO kablam! Oct 15 03:55:19.937 INFO kablam! warning: variant is never constructed: `AbsIdxY` Oct 15 03:55:19.937 INFO kablam! --> cpu6502/src/addr_modes.rs:93:5 Oct 15 03:55:19.937 INFO kablam! | Oct 15 03:55:19.937 INFO kablam! 93 | AbsIdxY, Oct 15 03:55:19.937 INFO kablam! | ^^^^^^^ Oct 15 03:55:19.944 INFO kablam! Oct 15 03:55:19.944 INFO kablam! warning: variant is never constructed: `IndIdxX` Oct 15 03:55:19.944 INFO kablam! --> cpu6502/src/addr_modes.rs:95:5 Oct 15 03:55:19.944 INFO kablam! | Oct 15 03:55:19.944 INFO kablam! 95 | IndIdxX, Oct 15 03:55:19.944 INFO kablam! | ^^^^^^^ Oct 15 03:55:19.944 INFO kablam! Oct 15 03:55:19.944 INFO kablam! warning: variant is never constructed: `IndIdxY` Oct 15 03:55:19.944 INFO kablam! --> cpu6502/src/addr_modes.rs:97:5 Oct 15 03:55:19.944 INFO kablam! | Oct 15 03:55:19.944 INFO kablam! 97 | IndIdxY, Oct 15 03:55:19.944 INFO kablam! | ^^^^^^^ Oct 15 03:55:19.944 INFO kablam! Oct 15 03:55:19.944 INFO kablam! warning: variant is never constructed: `Implicit` Oct 15 03:55:19.944 INFO kablam! --> cpu6502/src/addr_modes.rs:99:5 Oct 15 03:55:19.944 INFO kablam! | Oct 15 03:55:19.944 INFO kablam! 99 | Implicit, Oct 15 03:55:19.944 INFO kablam! | ^^^^^^^^ Oct 15 03:55:19.944 INFO kablam! Oct 15 03:55:19.944 INFO kablam! warning: variant is never constructed: `Imm` Oct 15 03:55:19.944 INFO kablam! --> cpu6502/src/addr_modes.rs:101:5 Oct 15 03:55:19.944 INFO kablam! | Oct 15 03:55:19.944 INFO kablam! 101 | Imm, Oct 15 03:55:19.944 INFO kablam! | ^^^ Oct 15 03:55:19.944 INFO kablam! Oct 15 03:55:19.944 INFO kablam! warning: variant is never constructed: `ZeroPage` Oct 15 03:55:19.944 INFO kablam! --> cpu6502/src/addr_modes.rs:103:5 Oct 15 03:55:19.944 INFO kablam! | Oct 15 03:55:19.944 INFO kablam! 103 | ZeroPage, Oct 15 03:55:19.944 INFO kablam! | ^^^^^^^^ Oct 15 03:55:19.944 INFO kablam! Oct 15 03:55:19.944 INFO kablam! warning: variant is never constructed: `Abs` Oct 15 03:55:19.944 INFO kablam! --> cpu6502/src/addr_modes.rs:105:5 Oct 15 03:55:19.944 INFO kablam! | Oct 15 03:55:19.944 INFO kablam! 105 | Abs, Oct 15 03:55:19.944 INFO kablam! | ^^^ Oct 15 03:55:19.944 INFO kablam! Oct 15 03:55:19.944 INFO kablam! warning: variant is never constructed: `Rel` Oct 15 03:55:19.944 INFO kablam! --> cpu6502/src/addr_modes.rs:107:5 Oct 15 03:55:19.944 INFO kablam! | Oct 15 03:55:19.944 INFO kablam! 107 | Rel, Oct 15 03:55:19.944 INFO kablam! | ^^^ Oct 15 03:55:19.944 INFO kablam! Oct 15 03:55:19.944 INFO kablam! warning: variant is never constructed: `Ind` Oct 15 03:55:19.944 INFO kablam! --> cpu6502/src/addr_modes.rs:109:5 Oct 15 03:55:19.944 INFO kablam! | Oct 15 03:55:19.944 INFO kablam! 109 | Ind, Oct 15 03:55:19.944 INFO kablam! | ^^^ Oct 15 03:55:19.944 INFO kablam! Oct 15 03:55:19.944 INFO kablam! warning: method is never used: `run` Oct 15 03:55:19.944 INFO kablam! --> cpu6502/src/lib.rs:22:5 Oct 15 03:55:19.944 INFO kablam! | Oct 15 03:55:19.944 INFO kablam! 22 | fn run(&mut self, mem: &mut [u8]) { Oct 15 03:55:19.944 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:55:19.944 INFO kablam! Oct 15 03:55:19.944 INFO kablam! warning: method is never used: `execute` Oct 15 03:55:19.944 INFO kablam! --> cpu6502/src/lib.rs:29:5 Oct 15 03:55:19.944 INFO kablam! | Oct 15 03:55:19.944 INFO kablam! 29 | fn execute(&mut self, mem: &mut [u8]) { Oct 15 03:55:19.944 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:55:19.944 INFO kablam! Oct 15 03:55:20.079 INFO kablam! Compiling nes-emu-rs v0.1.0 (/source) Oct 15 03:55:21.031 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.65s Oct 15 03:55:21.031 INFO kablam! su: No module specific data is present Oct 15 03:55:22.216 INFO running `"docker" "rm" "-f" "db9bfafe1f7d22ff16a765365eeac05b278738f363deab431f39bcdd3e530fb8"` Oct 15 03:55:22.422 INFO blam! db9bfafe1f7d22ff16a765365eeac05b278738f363deab431f39bcdd3e530fb8 Oct 15 03:55:22.440 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 03:55:22.907 INFO blam! bd79a16a017b5e8e59bd7d5094363f6fec75b87ac53a46f746d01be788c9c9c7 Oct 15 03:55:22.923 INFO running `"docker" "start" "-a" "bd79a16a017b5e8e59bd7d5094363f6fec75b87ac53a46f746d01be788c9c9c7"` Oct 15 03:55:24.803 INFO kablam! usermod: no changes Oct 15 03:55:24.867 INFO kablam! Compiling nes-emu-rs v0.1.0 (/source) Oct 15 03:55:25.944 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.11s Oct 15 03:55:25.947 INFO kablam! su: No module specific data is present Oct 15 03:55:26.841 INFO running `"docker" "rm" "-f" "bd79a16a017b5e8e59bd7d5094363f6fec75b87ac53a46f746d01be788c9c9c7"` Oct 15 03:55:27.134 INFO blam! bd79a16a017b5e8e59bd7d5094363f6fec75b87ac53a46f746d01be788c9c9c7 Oct 15 03:55:27.148 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 03:55:27.645 INFO blam! 3f95c66be023c127de474e3e200f0d912c0a08e863174befcd98c8ba07dca6cc Oct 15 03:55:27.652 INFO running `"docker" "start" "-a" "3f95c66be023c127de474e3e200f0d912c0a08e863174befcd98c8ba07dca6cc"` Oct 15 03:55:29.169 INFO kablam! usermod: no changes Oct 15 03:55:29.255 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.05s Oct 15 03:55:29.263 INFO kablam! Running /target/debug/deps/nes_emu_rs-0145c62a445af6c8 Oct 15 03:55:29.275 INFO kablam! su: No module specific data is present Oct 15 03:55:29.275 INFO blam! Oct 15 03:55:29.275 INFO blam! running 0 tests Oct 15 03:55:29.275 INFO blam! Oct 15 03:55:29.275 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 03:55:29.275 INFO blam! Oct 15 03:55:29.817 INFO running `"docker" "rm" "-f" "3f95c66be023c127de474e3e200f0d912c0a08e863174befcd98c8ba07dca6cc"` Oct 15 03:55:30.195 INFO blam! 3f95c66be023c127de474e3e200f0d912c0a08e863174befcd98c8ba07dca6cc