Oct 16 03:10:02.491 INFO testing mars-0.0.0 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 16 03:10:02.491 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 16 03:10:02.819 INFO blam! 9f13f737e11a5ada098b34d15d4da4658df0a1dba31edde926aa24da9e831cb1 Oct 16 03:10:02.822 INFO running `"docker" "start" "-a" "9f13f737e11a5ada098b34d15d4da4658df0a1dba31edde926aa24da9e831cb1"` Oct 16 03:10:03.468 INFO kablam! usermod: no changes Oct 16 03:10:03.497 INFO kablam! Compiling mars v0.0.0 (/source) Oct 16 03:10:03.975 INFO kablam! warning: unused import: `std::cmp::PartialEq` Oct 16 03:10:03.975 INFO kablam! --> src/mars/mod.rs:4:5 Oct 16 03:10:03.975 INFO kablam! | Oct 16 03:10:03.975 INFO kablam! 4 | use std::cmp::PartialEq; Oct 16 03:10:03.975 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 16 03:10:03.975 INFO kablam! | Oct 16 03:10:03.975 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 03:10:03.975 INFO kablam! Oct 16 03:10:03.975 INFO kablam! warning: unnecessary parentheses around method argument Oct 16 03:10:03.975 INFO kablam! --> src/mars/mod.rs:191:33 Oct 16 03:10:03.975 INFO kablam! | Oct 16 03:10:03.975 INFO kablam! 191 | rpa = self.fold((rpa + self.core[((self.pc + rpa) % self.core_size)].b_number), Oct 16 03:10:03.975 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 16 03:10:03.975 INFO kablam! | Oct 16 03:10:03.975 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 16 03:10:03.975 INFO kablam! Oct 16 03:10:03.975 INFO kablam! warning: unnecessary parentheses around method argument Oct 16 03:10:03.975 INFO kablam! --> src/mars/mod.rs:193:33 Oct 16 03:10:03.975 INFO kablam! | Oct 16 03:10:03.975 INFO kablam! 193 | wpa = self.fold((wpa + self.core[((self.pc + wpa) % self.core_size)].b_number), Oct 16 03:10:03.975 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 16 03:10:03.975 INFO kablam! Oct 16 03:10:04.056 INFO kablam! warning: unused variable: `ira` Oct 16 03:10:04.056 INFO kablam! --> src/mars/mod.rs:156:13 Oct 16 03:10:04.056 INFO kablam! | Oct 16 03:10:04.057 INFO kablam! 156 | let ira: Instruction; Oct 16 03:10:04.057 INFO kablam! | ^^^ help: consider using `_ira` instead Oct 16 03:10:04.057 INFO kablam! | Oct 16 03:10:04.057 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 16 03:10:04.058 INFO kablam! Oct 16 03:10:04.058 INFO kablam! warning: unused variable: `irb` Oct 16 03:10:04.058 INFO kablam! --> src/mars/mod.rs:157:13 Oct 16 03:10:04.058 INFO kablam! | Oct 16 03:10:04.059 INFO kablam! 157 | let irb: Instruction; Oct 16 03:10:04.059 INFO kablam! | ^^^ help: consider using `_irb` instead Oct 16 03:10:04.060 INFO kablam! Oct 16 03:10:04.060 INFO kablam! warning: unused variable: `rpb` Oct 16 03:10:04.060 INFO kablam! --> src/mars/mod.rs:160:13 Oct 16 03:10:04.060 INFO kablam! | Oct 16 03:10:04.060 INFO kablam! 160 | let rpb: Address; Oct 16 03:10:04.060 INFO kablam! | ^^^ help: consider using `_rpb` instead Oct 16 03:10:04.060 INFO kablam! Oct 16 03:10:04.060 INFO kablam! warning: unused variable: `wpb` Oct 16 03:10:04.060 INFO kablam! --> src/mars/mod.rs:161:13 Oct 16 03:10:04.060 INFO kablam! | Oct 16 03:10:04.060 INFO kablam! 161 | let wpb: Address; Oct 16 03:10:04.060 INFO kablam! | ^^^ help: consider using `_wpb` instead Oct 16 03:10:04.060 INFO kablam! Oct 16 03:10:04.060 INFO kablam! warning: variable `pip` is assigned to, but never used Oct 16 03:10:04.060 INFO kablam! --> src/mars/mod.rs:162:13 Oct 16 03:10:04.060 INFO kablam! | Oct 16 03:10:04.060 INFO kablam! 162 | let pip: Address; Oct 16 03:10:04.060 INFO kablam! | ^^^ Oct 16 03:10:04.060 INFO kablam! | Oct 16 03:10:04.060 INFO kablam! = note: consider using `_pip` instead Oct 16 03:10:04.060 INFO kablam! Oct 16 03:10:04.060 INFO kablam! warning: value assigned to `rpa` is never read Oct 16 03:10:04.060 INFO kablam! --> src/mars/mod.rs:171:13 Oct 16 03:10:04.060 INFO kablam! | Oct 16 03:10:04.060 INFO kablam! 171 | rpa = 0; Oct 16 03:10:04.060 INFO kablam! | ^^^ Oct 16 03:10:04.060 INFO kablam! | Oct 16 03:10:04.060 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 16 03:10:04.060 INFO kablam! Oct 16 03:10:04.060 INFO kablam! warning: value assigned to `wpa` is never read Oct 16 03:10:04.060 INFO kablam! --> src/mars/mod.rs:172:13 Oct 16 03:10:04.060 INFO kablam! | Oct 16 03:10:04.060 INFO kablam! 172 | wpa = 0; Oct 16 03:10:04.060 INFO kablam! | ^^^ Oct 16 03:10:04.060 INFO kablam! Oct 16 03:10:04.061 INFO kablam! warning: value assigned to `pip` is never read Oct 16 03:10:04.061 INFO kablam! --> src/mars/mod.rs:188:21 Oct 16 03:10:04.061 INFO kablam! | Oct 16 03:10:04.061 INFO kablam! 188 | pip = (self.pc + wpa) % self.core_size; Oct 16 03:10:04.061 INFO kablam! | ^^^ Oct 16 03:10:04.061 INFO kablam! Oct 16 03:10:04.061 INFO kablam! warning: value assigned to `rpa` is never read Oct 16 03:10:04.061 INFO kablam! --> src/mars/mod.rs:191:17 Oct 16 03:10:04.061 INFO kablam! | Oct 16 03:10:04.061 INFO kablam! 191 | rpa = self.fold((rpa + self.core[((self.pc + rpa) % self.core_size)].b_number), Oct 16 03:10:04.061 INFO kablam! | ^^^ Oct 16 03:10:04.061 INFO kablam! Oct 16 03:10:04.061 INFO kablam! warning: value assigned to `wpa` is never read Oct 16 03:10:04.061 INFO kablam! --> src/mars/mod.rs:193:17 Oct 16 03:10:04.061 INFO kablam! | Oct 16 03:10:04.061 INFO kablam! 193 | wpa = self.fold((wpa + self.core[((self.pc + wpa) % self.core_size)].b_number), Oct 16 03:10:04.061 INFO kablam! | ^^^ Oct 16 03:10:04.061 INFO kablam! Oct 16 03:10:04.249 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.76s Oct 16 03:10:04.250 INFO kablam! su: No module specific data is present Oct 16 03:10:04.510 INFO running `"docker" "rm" "-f" "9f13f737e11a5ada098b34d15d4da4658df0a1dba31edde926aa24da9e831cb1"` Oct 16 03:10:04.642 INFO blam! 9f13f737e11a5ada098b34d15d4da4658df0a1dba31edde926aa24da9e831cb1 Oct 16 03:10:04.642 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 16 03:10:04.834 INFO blam! 1057319fa388722730a5e95dc85590df2fe924ab0c54ff1e56af6c72c2677139 Oct 16 03:10:04.836 INFO running `"docker" "start" "-a" "1057319fa388722730a5e95dc85590df2fe924ab0c54ff1e56af6c72c2677139"` Oct 16 03:10:05.245 INFO kablam! usermod: no changes Oct 16 03:10:05.281 INFO kablam! Compiling mars v0.0.0 (/source) Oct 16 03:10:05.752 INFO kablam! warning: unused import: `std::cmp::PartialEq` Oct 16 03:10:05.752 INFO kablam! --> src/mars/mod.rs:4:5 Oct 16 03:10:05.752 INFO kablam! | Oct 16 03:10:05.752 INFO kablam! 4 | use std::cmp::PartialEq; Oct 16 03:10:05.752 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 16 03:10:05.752 INFO kablam! | Oct 16 03:10:05.752 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 03:10:05.752 INFO kablam! Oct 16 03:10:05.759 INFO kablam! warning: unnecessary parentheses around method argument Oct 16 03:10:05.759 INFO kablam! --> src/mars/mod.rs:191:33 Oct 16 03:10:05.759 INFO kablam! | Oct 16 03:10:05.759 INFO kablam! 191 | rpa = self.fold((rpa + self.core[((self.pc + rpa) % self.core_size)].b_number), Oct 16 03:10:05.759 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 16 03:10:05.759 INFO kablam! | Oct 16 03:10:05.759 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 16 03:10:05.759 INFO kablam! Oct 16 03:10:05.759 INFO kablam! warning: unnecessary parentheses around method argument Oct 16 03:10:05.759 INFO kablam! --> src/mars/mod.rs:193:33 Oct 16 03:10:05.759 INFO kablam! | Oct 16 03:10:05.759 INFO kablam! 193 | wpa = self.fold((wpa + self.core[((self.pc + wpa) % self.core_size)].b_number), Oct 16 03:10:05.759 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 16 03:10:05.759 INFO kablam! Oct 16 03:10:05.833 INFO kablam! warning: unused variable: `ira` Oct 16 03:10:05.833 INFO kablam! --> src/mars/mod.rs:156:13 Oct 16 03:10:05.833 INFO kablam! | Oct 16 03:10:05.833 INFO kablam! 156 | let ira: Instruction; Oct 16 03:10:05.833 INFO kablam! | ^^^ help: consider using `_ira` instead Oct 16 03:10:05.833 INFO kablam! | Oct 16 03:10:05.833 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 16 03:10:05.833 INFO kablam! Oct 16 03:10:05.833 INFO kablam! warning: unused variable: `irb` Oct 16 03:10:05.833 INFO kablam! --> src/mars/mod.rs:157:13 Oct 16 03:10:05.833 INFO kablam! | Oct 16 03:10:05.833 INFO kablam! 157 | let irb: Instruction; Oct 16 03:10:05.834 INFO kablam! | ^^^ help: consider using `_irb` instead Oct 16 03:10:05.834 INFO kablam! Oct 16 03:10:05.834 INFO kablam! warning: unused variable: `rpb` Oct 16 03:10:05.834 INFO kablam! --> src/mars/mod.rs:160:13 Oct 16 03:10:05.834 INFO kablam! | Oct 16 03:10:05.834 INFO kablam! 160 | let rpb: Address; Oct 16 03:10:05.834 INFO kablam! | ^^^ help: consider using `_rpb` instead Oct 16 03:10:05.834 INFO kablam! Oct 16 03:10:05.834 INFO kablam! warning: unused variable: `wpb` Oct 16 03:10:05.834 INFO kablam! --> src/mars/mod.rs:161:13 Oct 16 03:10:05.834 INFO kablam! | Oct 16 03:10:05.834 INFO kablam! 161 | let wpb: Address; Oct 16 03:10:05.834 INFO kablam! | ^^^ help: consider using `_wpb` instead Oct 16 03:10:05.834 INFO kablam! Oct 16 03:10:05.834 INFO kablam! warning: variable `pip` is assigned to, but never used Oct 16 03:10:05.834 INFO kablam! --> src/mars/mod.rs:162:13 Oct 16 03:10:05.834 INFO kablam! | Oct 16 03:10:05.834 INFO kablam! 162 | let pip: Address; Oct 16 03:10:05.834 INFO kablam! | ^^^ Oct 16 03:10:05.834 INFO kablam! | Oct 16 03:10:05.834 INFO kablam! = note: consider using `_pip` instead Oct 16 03:10:05.834 INFO kablam! Oct 16 03:10:05.834 INFO kablam! warning: value assigned to `rpa` is never read Oct 16 03:10:05.834 INFO kablam! --> src/mars/mod.rs:171:13 Oct 16 03:10:05.834 INFO kablam! | Oct 16 03:10:05.834 INFO kablam! 171 | rpa = 0; Oct 16 03:10:05.834 INFO kablam! | ^^^ Oct 16 03:10:05.835 INFO kablam! | Oct 16 03:10:05.835 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 16 03:10:05.835 INFO kablam! Oct 16 03:10:05.835 INFO kablam! warning: value assigned to `wpa` is never read Oct 16 03:10:05.835 INFO kablam! --> src/mars/mod.rs:172:13 Oct 16 03:10:05.835 INFO kablam! | Oct 16 03:10:05.835 INFO kablam! 172 | wpa = 0; Oct 16 03:10:05.835 INFO kablam! | ^^^ Oct 16 03:10:05.835 INFO kablam! Oct 16 03:10:05.835 INFO kablam! warning: value assigned to `pip` is never read Oct 16 03:10:05.835 INFO kablam! --> src/mars/mod.rs:188:21 Oct 16 03:10:05.835 INFO kablam! | Oct 16 03:10:05.835 INFO kablam! 188 | pip = (self.pc + wpa) % self.core_size; Oct 16 03:10:05.835 INFO kablam! | ^^^ Oct 16 03:10:05.835 INFO kablam! Oct 16 03:10:05.835 INFO kablam! warning: value assigned to `rpa` is never read Oct 16 03:10:05.835 INFO kablam! --> src/mars/mod.rs:191:17 Oct 16 03:10:05.835 INFO kablam! | Oct 16 03:10:05.835 INFO kablam! 191 | rpa = self.fold((rpa + self.core[((self.pc + rpa) % self.core_size)].b_number), Oct 16 03:10:05.835 INFO kablam! | ^^^ Oct 16 03:10:05.835 INFO kablam! Oct 16 03:10:05.835 INFO kablam! warning: value assigned to `wpa` is never read Oct 16 03:10:05.835 INFO kablam! --> src/mars/mod.rs:193:17 Oct 16 03:10:05.835 INFO kablam! | Oct 16 03:10:05.835 INFO kablam! 193 | wpa = self.fold((wpa + self.core[((self.pc + wpa) % self.core_size)].b_number), Oct 16 03:10:05.835 INFO kablam! | ^^^ Oct 16 03:10:05.835 INFO kablam! Oct 16 03:10:06.290 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.01s Oct 16 03:10:06.292 INFO kablam! su: No module specific data is present Oct 16 03:10:06.704 INFO running `"docker" "rm" "-f" "1057319fa388722730a5e95dc85590df2fe924ab0c54ff1e56af6c72c2677139"` Oct 16 03:10:06.884 INFO blam! 1057319fa388722730a5e95dc85590df2fe924ab0c54ff1e56af6c72c2677139 Oct 16 03:10:06.885 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 16 03:10:07.236 INFO blam! 52a1b4e67995a9d1c46df9b8870cc93e997181597c177bd6876867505e64a0b6 Oct 16 03:10:07.240 INFO running `"docker" "start" "-a" "52a1b4e67995a9d1c46df9b8870cc93e997181597c177bd6876867505e64a0b6"` Oct 16 03:10:07.931 INFO kablam! usermod: no changes Oct 16 03:10:07.959 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 16 03:10:07.959 INFO kablam! Running /target/debug/deps/mars-c4fb887629c427e5 Oct 16 03:10:07.963 INFO kablam! Doc-tests mars Oct 16 03:10:07.963 INFO blam! Oct 16 03:10:07.963 INFO blam! running 1 test Oct 16 03:10:07.963 INFO blam! test mars::tests::it_works ... ok Oct 16 03:10:07.963 INFO blam! Oct 16 03:10:07.963 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 03:10:07.963 INFO blam! Oct 16 03:10:08.724 INFO blam! Oct 16 03:10:08.724 INFO blam! running 0 tests Oct 16 03:10:08.725 INFO blam! Oct 16 03:10:08.725 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 03:10:08.725 INFO blam! Oct 16 03:10:08.731 INFO kablam! su: No module specific data is present Oct 16 03:10:09.322 INFO running `"docker" "rm" "-f" "52a1b4e67995a9d1c46df9b8870cc93e997181597c177bd6876867505e64a0b6"` Oct 16 03:10:09.428 INFO blam! 52a1b4e67995a9d1c46df9b8870cc93e997181597c177bd6876867505e64a0b6