Oct 15 00:54:17.512 INFO testing chrisshyi/HackAssembler against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 00:54:17.514 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 15 00:54:18.048 INFO blam! 9214db2fca7e73d53495cc16a8f9c409ae11dc7ae01df733d0500b503569d505 Oct 15 00:54:18.055 INFO running `"docker" "start" "-a" "9214db2fca7e73d53495cc16a8f9c409ae11dc7ae01df733d0500b503569d505"` Oct 15 00:54:19.107 INFO kablam! usermod: no changes Oct 15 00:54:19.163 INFO kablam! Compiling hack_assembler v0.1.0 (/source) Oct 15 00:54:19.525 INFO kablam! warning: unused variable: `info_map` Oct 15 00:54:19.525 INFO kablam! --> src/lib.rs:24:50 Oct 15 00:54:19.525 INFO kablam! | Oct 15 00:54:19.525 INFO kablam! 24 | fn decode(&self, instruct_fields: Vec<&str>, info_map: &HashMap<&str, bool>) -> String { Oct 15 00:54:19.525 INFO kablam! | ^^^^^^^^ help: consider using `_info_map` instead Oct 15 00:54:19.525 INFO kablam! | Oct 15 00:54:19.527 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 00:54:19.527 INFO kablam! Oct 15 00:54:19.551 INFO kablam! warning: variable does not need to be mutable Oct 15 00:54:19.552 INFO kablam! --> src/lib.rs:181:54 Oct 15 00:54:19.552 INFO kablam! | Oct 15 00:54:19.553 INFO kablam! 181 | pub fn parse_file(&mut self, mut asm_file: File, mut intm_file: File) { Oct 15 00:54:19.553 INFO kablam! | ----^^^^^^^^^ Oct 15 00:54:19.553 INFO kablam! | | Oct 15 00:54:19.553 INFO kablam! | help: remove this `mut` Oct 15 00:54:19.554 INFO kablam! | Oct 15 00:54:19.554 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 00:54:19.554 INFO kablam! Oct 15 00:54:19.559 INFO kablam! warning: variable does not need to be mutable Oct 15 00:54:19.559 INFO kablam! --> src/lib.rs:238:73 Oct 15 00:54:19.560 INFO kablam! | Oct 15 00:54:19.560 INFO kablam! 238 | fn parse_variable_in_line(&mut self, line: &str, mut next_mem: i32, mut intm_file: File) -> i32 { Oct 15 00:54:19.560 INFO kablam! | ----^^^^^^^^^ Oct 15 00:54:19.561 INFO kablam! | | Oct 15 00:54:19.561 INFO kablam! | help: remove this `mut` Oct 15 00:54:19.561 INFO kablam! Oct 15 00:54:19.571 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 00:54:19.574 INFO kablam! --> src/lib.rs:193:9 Oct 15 00:54:19.574 INFO kablam! | Oct 15 00:54:19.574 INFO kablam! 193 | asm_file.seek(SeekFrom::Start(0)); // seek back to the beginning of the file Oct 15 00:54:19.575 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:54:19.575 INFO kablam! | Oct 15 00:54:19.575 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 00:54:19.575 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 00:54:19.576 INFO kablam! Oct 15 00:54:19.576 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 00:54:19.576 INFO kablam! --> src/lib.rs:254:17 Oct 15 00:54:19.577 INFO kablam! | Oct 15 00:54:19.577 INFO kablam! 254 | writer.write(format!("@{}\n", self.symbol_map.get(&var_clone).unwrap()).as_bytes()); Oct 15 00:54:19.577 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:54:19.577 INFO kablam! | Oct 15 00:54:19.578 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 00:54:19.578 INFO kablam! Oct 15 00:54:19.578 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 00:54:19.579 INFO kablam! --> src/lib.rs:258:17 Oct 15 00:54:19.579 INFO kablam! | Oct 15 00:54:19.579 INFO kablam! 258 | writer.write(line_str.as_bytes()); Oct 15 00:54:19.579 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:54:19.580 INFO kablam! | Oct 15 00:54:19.582 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 00:54:19.583 INFO kablam! Oct 15 00:54:19.583 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 00:54:19.583 INFO kablam! --> src/lib.rs:264:13 Oct 15 00:54:19.584 INFO kablam! | Oct 15 00:54:19.584 INFO kablam! 264 | writer.write(line_str.as_bytes()); Oct 15 00:54:19.584 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:54:19.585 INFO kablam! | Oct 15 00:54:19.585 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 00:54:19.585 INFO kablam! Oct 15 00:54:21.631 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 00:54:21.631 INFO kablam! --> src/main.rs:20:9 Oct 15 00:54:21.631 INFO kablam! | Oct 15 00:54:21.631 INFO kablam! 20 | predef_file.seek(SeekFrom::Start(0)); // rewind the file Oct 15 00:54:21.631 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:54:21.631 INFO kablam! | Oct 15 00:54:21.631 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 00:54:21.631 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 00:54:21.631 INFO kablam! Oct 15 00:54:21.631 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 00:54:21.631 INFO kablam! --> src/main.rs:48:13 Oct 15 00:54:21.631 INFO kablam! | Oct 15 00:54:21.631 INFO kablam! 48 | writer.write(bin_line.as_bytes()); Oct 15 00:54:21.631 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:54:21.631 INFO kablam! | Oct 15 00:54:21.631 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 00:54:21.631 INFO kablam! Oct 15 00:54:22.375 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.23s Oct 15 00:54:22.377 INFO kablam! su: No module specific data is present Oct 15 00:54:23.366 INFO running `"docker" "rm" "-f" "9214db2fca7e73d53495cc16a8f9c409ae11dc7ae01df733d0500b503569d505"` Oct 15 00:54:23.695 INFO blam! 9214db2fca7e73d53495cc16a8f9c409ae11dc7ae01df733d0500b503569d505 Oct 15 00:54:23.701 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 15 00:54:24.179 INFO blam! 3b6329c8c3427ea3c773768e191495a04e0c8d31e0e1f2b71bfedd062af892c5 Oct 15 00:54:24.183 INFO running `"docker" "start" "-a" "3b6329c8c3427ea3c773768e191495a04e0c8d31e0e1f2b71bfedd062af892c5"` Oct 15 00:54:25.295 INFO kablam! usermod: no changes Oct 15 00:54:25.335 INFO kablam! Compiling hack_assembler v0.1.0 (/source) Oct 15 00:54:26.007 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 00:54:26.007 INFO kablam! --> src/main.rs:20:9 Oct 15 00:54:26.007 INFO kablam! | Oct 15 00:54:26.007 INFO kablam! 20 | predef_file.seek(SeekFrom::Start(0)); // rewind the file Oct 15 00:54:26.007 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:54:26.007 INFO kablam! | Oct 15 00:54:26.007 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 00:54:26.007 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 00:54:26.007 INFO kablam! Oct 15 00:54:26.007 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 00:54:26.007 INFO kablam! --> src/main.rs:48:13 Oct 15 00:54:26.007 INFO kablam! | Oct 15 00:54:26.007 INFO kablam! 48 | writer.write(bin_line.as_bytes()); Oct 15 00:54:26.007 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:54:26.007 INFO kablam! | Oct 15 00:54:26.007 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 00:54:26.007 INFO kablam! Oct 15 00:54:26.094 INFO kablam! warning: unused variable: `info_map` Oct 15 00:54:26.094 INFO kablam! --> src/lib.rs:24:50 Oct 15 00:54:26.094 INFO kablam! | Oct 15 00:54:26.094 INFO kablam! 24 | fn decode(&self, instruct_fields: Vec<&str>, info_map: &HashMap<&str, bool>) -> String { Oct 15 00:54:26.094 INFO kablam! | ^^^^^^^^ help: consider using `_info_map` instead Oct 15 00:54:26.094 INFO kablam! | Oct 15 00:54:26.099 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 00:54:26.099 INFO kablam! Oct 15 00:54:26.119 INFO kablam! warning: variable does not need to be mutable Oct 15 00:54:26.119 INFO kablam! --> src/lib.rs:181:54 Oct 15 00:54:26.119 INFO kablam! | Oct 15 00:54:26.119 INFO kablam! 181 | pub fn parse_file(&mut self, mut asm_file: File, mut intm_file: File) { Oct 15 00:54:26.119 INFO kablam! | ----^^^^^^^^^ Oct 15 00:54:26.119 INFO kablam! | | Oct 15 00:54:26.119 INFO kablam! | help: remove this `mut` Oct 15 00:54:26.119 INFO kablam! | Oct 15 00:54:26.119 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 00:54:26.119 INFO kablam! Oct 15 00:54:26.131 INFO kablam! warning: variable does not need to be mutable Oct 15 00:54:26.131 INFO kablam! --> src/lib.rs:238:73 Oct 15 00:54:26.131 INFO kablam! | Oct 15 00:54:26.131 INFO kablam! 238 | fn parse_variable_in_line(&mut self, line: &str, mut next_mem: i32, mut intm_file: File) -> i32 { Oct 15 00:54:26.131 INFO kablam! | ----^^^^^^^^^ Oct 15 00:54:26.131 INFO kablam! | | Oct 15 00:54:26.131 INFO kablam! | help: remove this `mut` Oct 15 00:54:26.131 INFO kablam! Oct 15 00:54:26.189 INFO kablam! warning: variable does not need to be mutable Oct 15 00:54:26.189 INFO kablam! --> src/lib.rs:431:13 Oct 15 00:54:26.189 INFO kablam! | Oct 15 00:54:26.189 INFO kablam! 431 | let mut symbol_table = symbol_table_setup(); Oct 15 00:54:26.189 INFO kablam! | ----^^^^^^^^^^^^ Oct 15 00:54:26.189 INFO kablam! | | Oct 15 00:54:26.189 INFO kablam! | help: remove this `mut` Oct 15 00:54:26.189 INFO kablam! Oct 15 00:54:26.197 INFO kablam! warning: variable does not need to be mutable Oct 15 00:54:26.197 INFO kablam! --> src/lib.rs:439:13 Oct 15 00:54:26.197 INFO kablam! | Oct 15 00:54:26.197 INFO kablam! 439 | let mut asm_file = File::open("symbol_test.txt").unwrap(); Oct 15 00:54:26.197 INFO kablam! | ----^^^^^^^^ Oct 15 00:54:26.197 INFO kablam! | | Oct 15 00:54:26.197 INFO kablam! | help: remove this `mut` Oct 15 00:54:26.198 INFO kablam! Oct 15 00:54:26.198 INFO kablam! warning: variable does not need to be mutable Oct 15 00:54:26.198 INFO kablam! --> src/lib.rs:440:13 Oct 15 00:54:26.198 INFO kablam! | Oct 15 00:54:26.198 INFO kablam! 440 | let mut intm_file = File::create("intm1.txt").unwrap(); Oct 15 00:54:26.198 INFO kablam! | ----^^^^^^^^^ Oct 15 00:54:26.198 INFO kablam! | | Oct 15 00:54:26.198 INFO kablam! | help: remove this `mut` Oct 15 00:54:26.198 INFO kablam! Oct 15 00:54:26.202 INFO kablam! warning: variable does not need to be mutable Oct 15 00:54:26.202 INFO kablam! --> src/lib.rs:453:13 Oct 15 00:54:26.202 INFO kablam! | Oct 15 00:54:26.202 INFO kablam! 453 | let mut asm_file = File::open("symbol_test_2.txt").unwrap(); Oct 15 00:54:26.202 INFO kablam! | ----^^^^^^^^ Oct 15 00:54:26.202 INFO kablam! | | Oct 15 00:54:26.202 INFO kablam! | help: remove this `mut` Oct 15 00:54:26.202 INFO kablam! Oct 15 00:54:26.207 INFO kablam! warning: variable does not need to be mutable Oct 15 00:54:26.207 INFO kablam! --> src/lib.rs:454:13 Oct 15 00:54:26.207 INFO kablam! | Oct 15 00:54:26.207 INFO kablam! 454 | let mut intm_file = File::create("intm2.txt").unwrap(); Oct 15 00:54:26.207 INFO kablam! | ----^^^^^^^^^ Oct 15 00:54:26.207 INFO kablam! | | Oct 15 00:54:26.207 INFO kablam! | help: remove this `mut` Oct 15 00:54:26.207 INFO kablam! Oct 15 00:54:26.207 INFO kablam! warning: variable does not need to be mutable Oct 15 00:54:26.207 INFO kablam! --> src/lib.rs:467:13 Oct 15 00:54:26.207 INFO kablam! | Oct 15 00:54:26.207 INFO kablam! 467 | let mut asm_file = File::open("symbol_test_3.txt").unwrap(); Oct 15 00:54:26.207 INFO kablam! | ----^^^^^^^^ Oct 15 00:54:26.207 INFO kablam! | | Oct 15 00:54:26.207 INFO kablam! | help: remove this `mut` Oct 15 00:54:26.207 INFO kablam! Oct 15 00:54:26.207 INFO kablam! warning: variable does not need to be mutable Oct 15 00:54:26.207 INFO kablam! --> src/lib.rs:468:13 Oct 15 00:54:26.207 INFO kablam! | Oct 15 00:54:26.207 INFO kablam! 468 | let mut intm_file = File::create("intm3.txt").unwrap(); Oct 15 00:54:26.207 INFO kablam! | ----^^^^^^^^^ Oct 15 00:54:26.207 INFO kablam! | | Oct 15 00:54:26.207 INFO kablam! | help: remove this `mut` Oct 15 00:54:26.207 INFO kablam! Oct 15 00:54:26.207 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 00:54:26.207 INFO kablam! --> src/lib.rs:193:9 Oct 15 00:54:26.207 INFO kablam! | Oct 15 00:54:26.207 INFO kablam! 193 | asm_file.seek(SeekFrom::Start(0)); // seek back to the beginning of the file Oct 15 00:54:26.207 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:54:26.207 INFO kablam! | Oct 15 00:54:26.207 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 00:54:26.207 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 00:54:26.207 INFO kablam! Oct 15 00:54:26.208 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 00:54:26.208 INFO kablam! --> src/lib.rs:254:17 Oct 15 00:54:26.208 INFO kablam! | Oct 15 00:54:26.208 INFO kablam! 254 | writer.write(format!("@{}\n", self.symbol_map.get(&var_clone).unwrap()).as_bytes()); Oct 15 00:54:26.208 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:54:26.208 INFO kablam! | Oct 15 00:54:26.208 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 00:54:26.208 INFO kablam! Oct 15 00:54:26.208 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 00:54:26.208 INFO kablam! --> src/lib.rs:258:17 Oct 15 00:54:26.208 INFO kablam! | Oct 15 00:54:26.208 INFO kablam! 258 | writer.write(line_str.as_bytes()); Oct 15 00:54:26.208 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:54:26.208 INFO kablam! | Oct 15 00:54:26.208 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 00:54:26.208 INFO kablam! Oct 15 00:54:26.208 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 00:54:26.208 INFO kablam! --> src/lib.rs:264:13 Oct 15 00:54:26.208 INFO kablam! | Oct 15 00:54:26.208 INFO kablam! 264 | writer.write(line_str.as_bytes()); Oct 15 00:54:26.208 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:54:26.208 INFO kablam! | Oct 15 00:54:26.208 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 00:54:26.208 INFO kablam! Oct 15 00:54:28.137 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.81s Oct 15 00:54:28.143 INFO kablam! su: No module specific data is present Oct 15 00:54:28.639 INFO running `"docker" "rm" "-f" "3b6329c8c3427ea3c773768e191495a04e0c8d31e0e1f2b71bfedd062af892c5"` Oct 15 00:54:28.899 INFO blam! 3b6329c8c3427ea3c773768e191495a04e0c8d31e0e1f2b71bfedd062af892c5