Oct 15 05:39:43.016 INFO testing WilsonGiese/JANE against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 05:39:43.016 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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:39:43.194 INFO blam! 7c80f380a1ec7d1229e8afef757c27140db555c868cd6c5ef8e4eb07bc4309bb Oct 15 05:39:43.197 INFO running `"docker" "start" "-a" "7c80f380a1ec7d1229e8afef757c27140db555c868cd6c5ef8e4eb07bc4309bb"` Oct 15 05:39:43.564 INFO kablam! usermod: no changes Oct 15 05:39:43.592 INFO kablam! Compiling jane v0.1.0 (/source) Oct 15 05:39:44.044 INFO kablam! warning: unused variable: `address` Oct 15 05:39:44.044 INFO kablam! --> src/memory.rs:33:22 Oct 15 05:39:44.044 INFO kablam! | Oct 15 05:39:44.044 INFO kablam! 33 | fn store(&mut self, address: u16, value: u8) { Oct 15 05:39:44.044 INFO kablam! | ^^^^^^^ help: consider using `_address` instead Oct 15 05:39:44.044 INFO kablam! | Oct 15 05:39:44.044 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 05:39:44.044 INFO kablam! Oct 15 05:39:44.045 INFO kablam! warning: unused variable: `value` Oct 15 05:39:44.045 INFO kablam! --> src/memory.rs:33:36 Oct 15 05:39:44.045 INFO kablam! | Oct 15 05:39:44.045 INFO kablam! 33 | fn store(&mut self, address: u16, value: u8) { Oct 15 05:39:44.045 INFO kablam! | ^^^^^ help: consider using `_value` instead Oct 15 05:39:44.045 INFO kablam! Oct 15 05:39:44.091 INFO kablam! warning: constant item is never used: `NMI_VECTOR` Oct 15 05:39:44.092 INFO kablam! --> src/cpu.rs:4:1 Oct 15 05:39:44.092 INFO kablam! | Oct 15 05:39:44.092 INFO kablam! 4 | const NMI_VECTOR: u16 = 0xFFFA; Oct 15 05:39:44.093 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:39:44.093 INFO kablam! | Oct 15 05:39:44.093 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 05:39:44.094 INFO kablam! Oct 15 05:39:44.094 INFO kablam! warning: constant item is never used: `RESET_VECTOR` Oct 15 05:39:44.095 INFO kablam! --> src/cpu.rs:5:1 Oct 15 05:39:44.095 INFO kablam! | Oct 15 05:39:44.095 INFO kablam! 5 | const RESET_VECTOR: u16 = 0xFFFC; // Location of first instruction in memory Oct 15 05:39:44.096 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:39:44.096 INFO kablam! Oct 15 05:39:44.096 INFO kablam! warning: method is never used: `power_up` Oct 15 05:39:44.097 INFO kablam! --> src/cpu.rs:58:2 Oct 15 05:39:44.097 INFO kablam! | Oct 15 05:39:44.097 INFO kablam! 58 | pub fn power_up(&mut self) { Oct 15 05:39:44.098 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:39:44.098 INFO kablam! Oct 15 05:39:44.098 INFO kablam! warning: method is never used: `reset` Oct 15 05:39:44.098 INFO kablam! --> src/cpu.rs:78:2 Oct 15 05:39:44.098 INFO kablam! | Oct 15 05:39:44.098 INFO kablam! 78 | pub fn reset(&mut self) { Oct 15 05:39:44.098 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:39:44.098 INFO kablam! Oct 15 05:39:44.098 INFO kablam! warning: field is never used: `header` Oct 15 05:39:44.098 INFO kablam! --> src/mapper.rs:7:2 Oct 15 05:39:44.098 INFO kablam! | Oct 15 05:39:44.098 INFO kablam! 7 | header: Header, Oct 15 05:39:44.098 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 05:39:44.098 INFO kablam! Oct 15 05:39:44.099 INFO kablam! warning: struct is never constructed: `NRomCHR` Oct 15 05:39:44.099 INFO kablam! --> src/mapper.rs:45:1 Oct 15 05:39:44.099 INFO kablam! | Oct 15 05:39:44.099 INFO kablam! 45 | pub struct NRomCHR { Oct 15 05:39:44.099 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 05:39:44.099 INFO kablam! Oct 15 05:39:44.877 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.29s Oct 15 05:39:44.887 INFO kablam! su: No module specific data is present Oct 15 05:39:45.526 INFO running `"docker" "rm" "-f" "7c80f380a1ec7d1229e8afef757c27140db555c868cd6c5ef8e4eb07bc4309bb"` Oct 15 05:39:45.811 INFO blam! 7c80f380a1ec7d1229e8afef757c27140db555c868cd6c5ef8e4eb07bc4309bb Oct 15 05:39:45.811 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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:39:46.290 INFO blam! b161ea7d5e476e88da8abc96bb44a6b0dfd86df4f0ebc40b77667c492ef86524 Oct 15 05:39:46.292 INFO running `"docker" "start" "-a" "b161ea7d5e476e88da8abc96bb44a6b0dfd86df4f0ebc40b77667c492ef86524"` Oct 15 05:39:47.659 INFO kablam! usermod: no changes Oct 15 05:39:47.707 INFO kablam! Compiling jane v0.1.0 (/source) Oct 15 05:39:48.305 INFO kablam! warning: unused variable: `address` Oct 15 05:39:48.306 INFO kablam! --> src/memory.rs:33:22 Oct 15 05:39:48.306 INFO kablam! | Oct 15 05:39:48.306 INFO kablam! 33 | fn store(&mut self, address: u16, value: u8) { Oct 15 05:39:48.307 INFO kablam! | ^^^^^^^ help: consider using `_address` instead Oct 15 05:39:48.307 INFO kablam! | Oct 15 05:39:48.307 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 05:39:48.308 INFO kablam! Oct 15 05:39:48.308 INFO kablam! warning: unused variable: `value` Oct 15 05:39:48.309 INFO kablam! --> src/memory.rs:33:36 Oct 15 05:39:48.309 INFO kablam! | Oct 15 05:39:48.310 INFO kablam! 33 | fn store(&mut self, address: u16, value: u8) { Oct 15 05:39:48.310 INFO kablam! | ^^^^^ help: consider using `_value` instead Oct 15 05:39:48.310 INFO kablam! Oct 15 05:39:48.347 INFO kablam! warning: constant item is never used: `NMI_VECTOR` Oct 15 05:39:48.348 INFO kablam! --> src/cpu.rs:4:1 Oct 15 05:39:48.348 INFO kablam! | Oct 15 05:39:48.348 INFO kablam! 4 | const NMI_VECTOR: u16 = 0xFFFA; Oct 15 05:39:48.349 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:39:48.349 INFO kablam! | Oct 15 05:39:48.349 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 05:39:48.349 INFO kablam! Oct 15 05:39:48.350 INFO kablam! warning: constant item is never used: `RESET_VECTOR` Oct 15 05:39:48.350 INFO kablam! --> src/cpu.rs:5:1 Oct 15 05:39:48.350 INFO kablam! | Oct 15 05:39:48.351 INFO kablam! 5 | const RESET_VECTOR: u16 = 0xFFFC; // Location of first instruction in memory Oct 15 05:39:48.351 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:39:48.352 INFO kablam! Oct 15 05:39:48.352 INFO kablam! warning: method is never used: `power_up` Oct 15 05:39:48.352 INFO kablam! --> src/cpu.rs:58:2 Oct 15 05:39:48.352 INFO kablam! | Oct 15 05:39:48.353 INFO kablam! 58 | pub fn power_up(&mut self) { Oct 15 05:39:48.353 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:39:48.353 INFO kablam! Oct 15 05:39:48.353 INFO kablam! warning: method is never used: `reset` Oct 15 05:39:48.354 INFO kablam! --> src/cpu.rs:78:2 Oct 15 05:39:48.354 INFO kablam! | Oct 15 05:39:48.354 INFO kablam! 78 | pub fn reset(&mut self) { Oct 15 05:39:48.355 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:39:48.355 INFO kablam! Oct 15 05:39:48.355 INFO kablam! warning: field is never used: `header` Oct 15 05:39:48.356 INFO kablam! --> src/mapper.rs:7:2 Oct 15 05:39:48.356 INFO kablam! | Oct 15 05:39:48.356 INFO kablam! 7 | header: Header, Oct 15 05:39:48.356 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 05:39:48.357 INFO kablam! Oct 15 05:39:48.357 INFO kablam! warning: struct is never constructed: `NRomCHR` Oct 15 05:39:48.357 INFO kablam! --> src/mapper.rs:45:1 Oct 15 05:39:48.358 INFO kablam! | Oct 15 05:39:48.358 INFO kablam! 45 | pub struct NRomCHR { Oct 15 05:39:48.358 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 05:39:48.359 INFO kablam! Oct 15 05:39:48.959 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.27s Oct 15 05:39:48.967 INFO kablam! su: No module specific data is present Oct 15 05:39:49.547 INFO running `"docker" "rm" "-f" "b161ea7d5e476e88da8abc96bb44a6b0dfd86df4f0ebc40b77667c492ef86524"` Oct 15 05:39:49.767 INFO blam! b161ea7d5e476e88da8abc96bb44a6b0dfd86df4f0ebc40b77667c492ef86524 Oct 15 05:39:49.771 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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:39:50.143 INFO blam! 91add1c9f072048d4099ebd078a51f9686cf0599f9b76eba135c5da801336aa3 Oct 15 05:39:50.145 INFO running `"docker" "start" "-a" "91add1c9f072048d4099ebd078a51f9686cf0599f9b76eba135c5da801336aa3"` Oct 15 05:39:51.422 INFO kablam! usermod: no changes Oct 15 05:39:51.467 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 15 05:39:51.467 INFO kablam! Running /target/debug/deps/jane-e7c7f6cb61f21ce1 Oct 15 05:39:51.480 INFO blam! Oct 15 05:39:51.480 INFO blam! running 2 tests Oct 15 05:39:51.481 INFO blam! test memory::test_load ... ok Oct 15 05:39:51.488 INFO blam! test memory::test_loadw ... ok Oct 15 05:39:51.488 INFO blam! Oct 15 05:39:51.488 INFO blam! test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 05:39:51.488 INFO blam! Oct 15 05:39:51.490 INFO kablam! su: No module specific data is present Oct 15 05:39:52.099 INFO running `"docker" "rm" "-f" "91add1c9f072048d4099ebd078a51f9686cf0599f9b76eba135c5da801336aa3"` Oct 15 05:39:52.401 INFO blam! 91add1c9f072048d4099ebd078a51f9686cf0599f9b76eba135c5da801336aa3