Oct 16 03:10:02.707 INFO testing mars-0.0.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 16 03:10:02.707 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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.959 INFO blam! 0e91febcf66204aa2cd317a1de406e0c23e01bc3e723f13437b03b5ced785001 Oct 16 03:10:02.963 INFO running `"docker" "start" "-a" "0e91febcf66204aa2cd317a1de406e0c23e01bc3e723f13437b03b5ced785001"` Oct 16 03:10:03.492 INFO kablam! usermod: no changes Oct 16 03:10:03.514 INFO kablam! Compiling mars v0.0.0 (/source) Oct 16 03:10:04.011 INFO kablam! warning: unused import: `std::cmp::PartialEq` Oct 16 03:10:04.011 INFO kablam! --> src/mars/mod.rs:4:5 Oct 16 03:10:04.012 INFO kablam! | Oct 16 03:10:04.012 INFO kablam! 4 | use std::cmp::PartialEq; Oct 16 03:10:04.012 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 16 03:10:04.012 INFO kablam! | Oct 16 03:10:04.012 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 03:10:04.012 INFO kablam! Oct 16 03:10:04.012 INFO kablam! warning: unnecessary parentheses around method argument Oct 16 03:10:04.012 INFO kablam! --> src/mars/mod.rs:191:33 Oct 16 03:10:04.012 INFO kablam! | Oct 16 03:10:04.012 INFO kablam! 191 | rpa = self.fold((rpa + self.core[((self.pc + rpa) % self.core_size)].b_number), Oct 16 03:10:04.012 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 16 03:10:04.012 INFO kablam! | Oct 16 03:10:04.012 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 16 03:10:04.012 INFO kablam! Oct 16 03:10:04.012 INFO kablam! warning: unnecessary parentheses around method argument Oct 16 03:10:04.012 INFO kablam! --> src/mars/mod.rs:193:33 Oct 16 03:10:04.012 INFO kablam! | Oct 16 03:10:04.012 INFO kablam! 193 | wpa = self.fold((wpa + self.core[((self.pc + wpa) % self.core_size)].b_number), Oct 16 03:10:04.012 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 16 03:10:04.012 INFO kablam! Oct 16 03:10:04.102 INFO kablam! warning: unused variable: `ira` Oct 16 03:10:04.102 INFO kablam! --> src/mars/mod.rs:156:13 Oct 16 03:10:04.102 INFO kablam! | Oct 16 03:10:04.102 INFO kablam! 156 | let ira: Instruction; Oct 16 03:10:04.102 INFO kablam! | ^^^ help: consider using `_ira` instead Oct 16 03:10:04.102 INFO kablam! | Oct 16 03:10:04.102 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 16 03:10:04.102 INFO kablam! Oct 16 03:10:04.102 INFO kablam! warning: unused variable: `irb` Oct 16 03:10:04.102 INFO kablam! --> src/mars/mod.rs:157:13 Oct 16 03:10:04.102 INFO kablam! | Oct 16 03:10:04.102 INFO kablam! 157 | let irb: Instruction; Oct 16 03:10:04.102 INFO kablam! | ^^^ help: consider using `_irb` instead Oct 16 03:10:04.102 INFO kablam! Oct 16 03:10:04.102 INFO kablam! warning: unused variable: `rpb` Oct 16 03:10:04.102 INFO kablam! --> src/mars/mod.rs:160:13 Oct 16 03:10:04.102 INFO kablam! | Oct 16 03:10:04.102 INFO kablam! 160 | let rpb: Address; Oct 16 03:10:04.102 INFO kablam! | ^^^ help: consider using `_rpb` instead Oct 16 03:10:04.102 INFO kablam! Oct 16 03:10:04.102 INFO kablam! warning: unused variable: `wpb` Oct 16 03:10:04.102 INFO kablam! --> src/mars/mod.rs:161:13 Oct 16 03:10:04.102 INFO kablam! | Oct 16 03:10:04.102 INFO kablam! 161 | let wpb: Address; Oct 16 03:10:04.102 INFO kablam! | ^^^ help: consider using `_wpb` instead Oct 16 03:10:04.102 INFO kablam! Oct 16 03:10:04.102 INFO kablam! warning: variable `pip` is assigned to, but never used Oct 16 03:10:04.102 INFO kablam! --> src/mars/mod.rs:162:13 Oct 16 03:10:04.102 INFO kablam! | Oct 16 03:10:04.102 INFO kablam! 162 | let pip: Address; Oct 16 03:10:04.102 INFO kablam! | ^^^ Oct 16 03:10:04.102 INFO kablam! | Oct 16 03:10:04.102 INFO kablam! = note: consider using `_pip` instead Oct 16 03:10:04.102 INFO kablam! Oct 16 03:10:04.102 INFO kablam! warning: value assigned to `rpa` is never read Oct 16 03:10:04.102 INFO kablam! --> src/mars/mod.rs:171:13 Oct 16 03:10:04.102 INFO kablam! | Oct 16 03:10:04.102 INFO kablam! 171 | rpa = 0; Oct 16 03:10:04.102 INFO kablam! | ^^^ Oct 16 03:10:04.102 INFO kablam! | Oct 16 03:10:04.102 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 16 03:10:04.102 INFO kablam! Oct 16 03:10:04.102 INFO kablam! warning: value assigned to `wpa` is never read Oct 16 03:10:04.102 INFO kablam! --> src/mars/mod.rs:172:13 Oct 16 03:10:04.102 INFO kablam! | Oct 16 03:10:04.102 INFO kablam! 172 | wpa = 0; Oct 16 03:10:04.102 INFO kablam! | ^^^ Oct 16 03:10:04.102 INFO kablam! Oct 16 03:10:04.102 INFO kablam! warning: value assigned to `pip` is never read Oct 16 03:10:04.102 INFO kablam! --> src/mars/mod.rs:188:21 Oct 16 03:10:04.102 INFO kablam! | Oct 16 03:10:04.102 INFO kablam! 188 | pip = (self.pc + wpa) % self.core_size; Oct 16 03:10:04.102 INFO kablam! | ^^^ Oct 16 03:10:04.102 INFO kablam! Oct 16 03:10:04.102 INFO kablam! warning: value assigned to `rpa` is never read Oct 16 03:10:04.102 INFO kablam! --> src/mars/mod.rs:191:17 Oct 16 03:10:04.102 INFO kablam! | Oct 16 03:10:04.102 INFO kablam! 191 | rpa = self.fold((rpa + self.core[((self.pc + rpa) % self.core_size)].b_number), Oct 16 03:10:04.102 INFO kablam! | ^^^ Oct 16 03:10:04.102 INFO kablam! Oct 16 03:10:04.110 INFO kablam! warning: value assigned to `wpa` is never read Oct 16 03:10:04.110 INFO kablam! --> src/mars/mod.rs:193:17 Oct 16 03:10:04.110 INFO kablam! | Oct 16 03:10:04.110 INFO kablam! 193 | wpa = self.fold((wpa + self.core[((self.pc + wpa) % self.core_size)].b_number), Oct 16 03:10:04.110 INFO kablam! | ^^^ Oct 16 03:10:04.110 INFO kablam! Oct 16 03:10:04.328 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.82s Oct 16 03:10:04.329 INFO kablam! su: No module specific data is present Oct 16 03:10:04.595 INFO running `"docker" "rm" "-f" "0e91febcf66204aa2cd317a1de406e0c23e01bc3e723f13437b03b5ced785001"` Oct 16 03:10:04.697 INFO blam! 0e91febcf66204aa2cd317a1de406e0c23e01bc3e723f13437b03b5ced785001 Oct 16 03:10:04.699 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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.918 INFO blam! 7979b4d04436b164e6cf6fa2d04c89e969b35dd552ff11e3db84e36812bebcfc Oct 16 03:10:04.918 INFO running `"docker" "start" "-a" "7979b4d04436b164e6cf6fa2d04c89e969b35dd552ff11e3db84e36812bebcfc"` Oct 16 03:10:05.423 INFO kablam! usermod: no changes Oct 16 03:10:05.450 INFO kablam! Compiling mars v0.0.0 (/source) Oct 16 03:10:06.035 INFO kablam! warning: unused import: `std::cmp::PartialEq` Oct 16 03:10:06.035 INFO kablam! --> src/mars/mod.rs:4:5 Oct 16 03:10:06.035 INFO kablam! | Oct 16 03:10:06.035 INFO kablam! 4 | use std::cmp::PartialEq; Oct 16 03:10:06.036 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 16 03:10:06.036 INFO kablam! | Oct 16 03:10:06.036 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 03:10:06.036 INFO kablam! Oct 16 03:10:06.036 INFO kablam! warning: unnecessary parentheses around method argument Oct 16 03:10:06.036 INFO kablam! --> src/mars/mod.rs:191:33 Oct 16 03:10:06.037 INFO kablam! | Oct 16 03:10:06.037 INFO kablam! 191 | rpa = self.fold((rpa + self.core[((self.pc + rpa) % self.core_size)].b_number), Oct 16 03:10:06.037 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 16 03:10:06.037 INFO kablam! | Oct 16 03:10:06.037 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 16 03:10:06.037 INFO kablam! Oct 16 03:10:06.038 INFO kablam! warning: unnecessary parentheses around method argument Oct 16 03:10:06.038 INFO kablam! --> src/mars/mod.rs:193:33 Oct 16 03:10:06.038 INFO kablam! | Oct 16 03:10:06.038 INFO kablam! 193 | wpa = self.fold((wpa + self.core[((self.pc + wpa) % self.core_size)].b_number), Oct 16 03:10:06.038 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 16 03:10:06.038 INFO kablam! Oct 16 03:10:06.114 INFO kablam! warning: unused variable: `ira` Oct 16 03:10:06.114 INFO kablam! --> src/mars/mod.rs:156:13 Oct 16 03:10:06.114 INFO kablam! | Oct 16 03:10:06.114 INFO kablam! 156 | let ira: Instruction; Oct 16 03:10:06.114 INFO kablam! | ^^^ help: consider using `_ira` instead Oct 16 03:10:06.114 INFO kablam! | Oct 16 03:10:06.114 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 16 03:10:06.114 INFO kablam! Oct 16 03:10:06.114 INFO kablam! warning: unused variable: `irb` Oct 16 03:10:06.114 INFO kablam! --> src/mars/mod.rs:157:13 Oct 16 03:10:06.114 INFO kablam! | Oct 16 03:10:06.114 INFO kablam! 157 | let irb: Instruction; Oct 16 03:10:06.114 INFO kablam! | ^^^ help: consider using `_irb` instead Oct 16 03:10:06.114 INFO kablam! Oct 16 03:10:06.114 INFO kablam! warning: unused variable: `rpb` Oct 16 03:10:06.114 INFO kablam! --> src/mars/mod.rs:160:13 Oct 16 03:10:06.114 INFO kablam! | Oct 16 03:10:06.114 INFO kablam! 160 | let rpb: Address; Oct 16 03:10:06.114 INFO kablam! | ^^^ help: consider using `_rpb` instead Oct 16 03:10:06.114 INFO kablam! Oct 16 03:10:06.114 INFO kablam! warning: unused variable: `wpb` Oct 16 03:10:06.114 INFO kablam! --> src/mars/mod.rs:161:13 Oct 16 03:10:06.114 INFO kablam! | Oct 16 03:10:06.114 INFO kablam! 161 | let wpb: Address; Oct 16 03:10:06.114 INFO kablam! | ^^^ help: consider using `_wpb` instead Oct 16 03:10:06.114 INFO kablam! Oct 16 03:10:06.115 INFO kablam! warning: variable `pip` is assigned to, but never used Oct 16 03:10:06.115 INFO kablam! --> src/mars/mod.rs:162:13 Oct 16 03:10:06.115 INFO kablam! | Oct 16 03:10:06.115 INFO kablam! 162 | let pip: Address; Oct 16 03:10:06.115 INFO kablam! | ^^^ Oct 16 03:10:06.115 INFO kablam! | Oct 16 03:10:06.115 INFO kablam! = note: consider using `_pip` instead Oct 16 03:10:06.115 INFO kablam! Oct 16 03:10:06.115 INFO kablam! warning: value assigned to `rpa` is never read Oct 16 03:10:06.115 INFO kablam! --> src/mars/mod.rs:171:13 Oct 16 03:10:06.115 INFO kablam! | Oct 16 03:10:06.115 INFO kablam! 171 | rpa = 0; Oct 16 03:10:06.115 INFO kablam! | ^^^ Oct 16 03:10:06.115 INFO kablam! | Oct 16 03:10:06.115 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 16 03:10:06.115 INFO kablam! Oct 16 03:10:06.115 INFO kablam! warning: value assigned to `wpa` is never read Oct 16 03:10:06.115 INFO kablam! --> src/mars/mod.rs:172:13 Oct 16 03:10:06.115 INFO kablam! | Oct 16 03:10:06.115 INFO kablam! 172 | wpa = 0; Oct 16 03:10:06.115 INFO kablam! | ^^^ Oct 16 03:10:06.115 INFO kablam! Oct 16 03:10:06.115 INFO kablam! warning: value assigned to `pip` is never read Oct 16 03:10:06.115 INFO kablam! --> src/mars/mod.rs:188:21 Oct 16 03:10:06.115 INFO kablam! | Oct 16 03:10:06.115 INFO kablam! 188 | pip = (self.pc + wpa) % self.core_size; Oct 16 03:10:06.115 INFO kablam! | ^^^ Oct 16 03:10:06.115 INFO kablam! Oct 16 03:10:06.115 INFO kablam! warning: value assigned to `rpa` is never read Oct 16 03:10:06.115 INFO kablam! --> src/mars/mod.rs:191:17 Oct 16 03:10:06.115 INFO kablam! | Oct 16 03:10:06.115 INFO kablam! 191 | rpa = self.fold((rpa + self.core[((self.pc + rpa) % self.core_size)].b_number), Oct 16 03:10:06.115 INFO kablam! | ^^^ Oct 16 03:10:06.115 INFO kablam! Oct 16 03:10:06.115 INFO kablam! warning: value assigned to `wpa` is never read Oct 16 03:10:06.115 INFO kablam! --> src/mars/mod.rs:193:17 Oct 16 03:10:06.115 INFO kablam! | Oct 16 03:10:06.115 INFO kablam! 193 | wpa = self.fold((wpa + self.core[((self.pc + wpa) % self.core_size)].b_number), Oct 16 03:10:06.115 INFO kablam! | ^^^ Oct 16 03:10:06.115 INFO kablam! Oct 16 03:10:06.511 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.06s Oct 16 03:10:06.511 INFO kablam! su: No module specific data is present Oct 16 03:10:06.995 INFO running `"docker" "rm" "-f" "7979b4d04436b164e6cf6fa2d04c89e969b35dd552ff11e3db84e36812bebcfc"` Oct 16 03:10:07.135 INFO blam! 7979b4d04436b164e6cf6fa2d04c89e969b35dd552ff11e3db84e36812bebcfc Oct 16 03:10:07.142 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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.315 INFO blam! 8af70fcab491717ee70b5d00856d4d527993c35a4b169a963c767249f33054a7 Oct 16 03:10:07.323 INFO running `"docker" "start" "-a" "8af70fcab491717ee70b5d00856d4d527993c35a4b169a963c767249f33054a7"` Oct 16 03:10:07.859 INFO kablam! usermod: no changes Oct 16 03:10:07.883 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 16 03:10:07.886 INFO kablam! Running /target/debug/deps/mars-73962f2fa8fde9b6 Oct 16 03:10:07.887 INFO blam! Oct 16 03:10:07.887 INFO blam! running 1 test Oct 16 03:10:07.894 INFO blam! test mars::tests::it_works ... ok Oct 16 03:10:07.894 INFO kablam! Doc-tests mars Oct 16 03:10:07.894 INFO blam! Oct 16 03:10:07.894 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 03:10:07.894 INFO blam! Oct 16 03:10:08.675 INFO blam! Oct 16 03:10:08.675 INFO blam! running 0 tests Oct 16 03:10:08.675 INFO blam! Oct 16 03:10:08.675 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 03:10:08.675 INFO blam! Oct 16 03:10:08.681 INFO kablam! su: No module specific data is present Oct 16 03:10:09.262 INFO running `"docker" "rm" "-f" "8af70fcab491717ee70b5d00856d4d527993c35a4b169a963c767249f33054a7"` Oct 16 03:10:09.363 INFO blam! 8af70fcab491717ee70b5d00856d4d527993c35a4b169a963c767249f33054a7