Oct 21 18:56:07.717 INFO checking chrisshyi/HackAssembler against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 18:56:07.717 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-4/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/pr-55192/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-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 21 18:56:08.145 INFO blam! f9816841d2e94601c56f1efc3e613965127c004a9d9219c32eee477e79c39910 Oct 21 18:56:08.157 INFO running `"docker" "start" "-a" "f9816841d2e94601c56f1efc3e613965127c004a9d9219c32eee477e79c39910"` Oct 21 18:56:09.228 INFO kablam! usermod: no changes Oct 21 18:56:09.285 INFO kablam! Checking hack_assembler v0.1.0 (/source) Oct 21 18:56:09.773 INFO kablam! warning: unused variable: `info_map` Oct 21 18:56:09.773 INFO kablam! --> src/lib.rs:24:50 Oct 21 18:56:09.773 INFO kablam! | Oct 21 18:56:09.773 INFO kablam! 24 | fn decode(&self, instruct_fields: Vec<&str>, info_map: &HashMap<&str, bool>) -> String { Oct 21 18:56:09.773 INFO kablam! | ^^^^^^^^ help: consider using `_info_map` instead Oct 21 18:56:09.773 INFO kablam! | Oct 21 18:56:09.780 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 18:56:09.780 INFO kablam! Oct 21 18:56:09.798 INFO kablam! warning: variable does not need to be mutable Oct 21 18:56:09.798 INFO kablam! --> src/lib.rs:181:54 Oct 21 18:56:09.798 INFO kablam! | Oct 21 18:56:09.798 INFO kablam! 181 | pub fn parse_file(&mut self, mut asm_file: File, mut intm_file: File) { Oct 21 18:56:09.798 INFO kablam! | ----^^^^^^^^^ Oct 21 18:56:09.798 INFO kablam! | | Oct 21 18:56:09.798 INFO kablam! | help: remove this `mut` Oct 21 18:56:09.798 INFO kablam! | Oct 21 18:56:09.798 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 21 18:56:09.798 INFO kablam! Oct 21 18:56:09.798 INFO kablam! warning: variable does not need to be mutable Oct 21 18:56:09.798 INFO kablam! --> src/lib.rs:238:73 Oct 21 18:56:09.798 INFO kablam! | Oct 21 18:56:09.798 INFO kablam! 238 | fn parse_variable_in_line(&mut self, line: &str, mut next_mem: i32, mut intm_file: File) -> i32 { Oct 21 18:56:09.798 INFO kablam! | ----^^^^^^^^^ Oct 21 18:56:09.798 INFO kablam! | | Oct 21 18:56:09.798 INFO kablam! | help: remove this `mut` Oct 21 18:56:09.804 INFO kablam! Oct 21 18:56:09.856 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 18:56:09.856 INFO kablam! --> src/lib.rs:193:9 Oct 21 18:56:09.856 INFO kablam! | Oct 21 18:56:09.856 INFO kablam! 193 | asm_file.seek(SeekFrom::Start(0)); // seek back to the beginning of the file Oct 21 18:56:09.856 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:56:09.856 INFO kablam! | Oct 21 18:56:09.856 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 21 18:56:09.856 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 18:56:09.856 INFO kablam! Oct 21 18:56:09.856 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 18:56:09.856 INFO kablam! --> src/lib.rs:254:17 Oct 21 18:56:09.856 INFO kablam! | Oct 21 18:56:09.856 INFO kablam! 254 | writer.write(format!("@{}\n", self.symbol_map.get(&var_clone).unwrap()).as_bytes()); Oct 21 18:56:09.856 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:56:09.856 INFO kablam! | Oct 21 18:56:09.856 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 18:56:09.856 INFO kablam! Oct 21 18:56:09.856 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 18:56:09.856 INFO kablam! --> src/lib.rs:258:17 Oct 21 18:56:09.856 INFO kablam! | Oct 21 18:56:09.856 INFO kablam! 258 | writer.write(line_str.as_bytes()); Oct 21 18:56:09.856 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:56:09.856 INFO kablam! | Oct 21 18:56:09.856 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 18:56:09.856 INFO kablam! Oct 21 18:56:09.856 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 18:56:09.856 INFO kablam! --> src/lib.rs:264:13 Oct 21 18:56:09.856 INFO kablam! | Oct 21 18:56:09.856 INFO kablam! 264 | writer.write(line_str.as_bytes()); Oct 21 18:56:09.857 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:56:09.857 INFO kablam! | Oct 21 18:56:09.857 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 18:56:09.857 INFO kablam! Oct 21 18:56:10.236 INFO kablam! warning: unused variable: `info_map` Oct 21 18:56:10.236 INFO kablam! --> src/lib.rs:24:50 Oct 21 18:56:10.236 INFO kablam! | Oct 21 18:56:10.236 INFO kablam! 24 | fn decode(&self, instruct_fields: Vec<&str>, info_map: &HashMap<&str, bool>) -> String { Oct 21 18:56:10.236 INFO kablam! | ^^^^^^^^ help: consider using `_info_map` instead Oct 21 18:56:10.236 INFO kablam! | Oct 21 18:56:10.236 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 18:56:10.236 INFO kablam! Oct 21 18:56:10.244 INFO kablam! warning: variable does not need to be mutable Oct 21 18:56:10.244 INFO kablam! --> src/lib.rs:181:54 Oct 21 18:56:10.244 INFO kablam! | Oct 21 18:56:10.244 INFO kablam! 181 | pub fn parse_file(&mut self, mut asm_file: File, mut intm_file: File) { Oct 21 18:56:10.244 INFO kablam! | ----^^^^^^^^^ Oct 21 18:56:10.244 INFO kablam! | | Oct 21 18:56:10.245 INFO kablam! | help: remove this `mut` Oct 21 18:56:10.245 INFO kablam! | Oct 21 18:56:10.245 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 21 18:56:10.245 INFO kablam! Oct 21 18:56:10.245 INFO kablam! warning: variable does not need to be mutable Oct 21 18:56:10.245 INFO kablam! --> src/lib.rs:238:73 Oct 21 18:56:10.245 INFO kablam! | Oct 21 18:56:10.245 INFO kablam! 238 | fn parse_variable_in_line(&mut self, line: &str, mut next_mem: i32, mut intm_file: File) -> i32 { Oct 21 18:56:10.252 INFO kablam! | ----^^^^^^^^^ Oct 21 18:56:10.252 INFO kablam! | | Oct 21 18:56:10.252 INFO kablam! | help: remove this `mut` Oct 21 18:56:10.252 INFO kablam! Oct 21 18:56:10.364 INFO kablam! warning: variable does not need to be mutable Oct 21 18:56:10.364 INFO kablam! --> src/lib.rs:431:13 Oct 21 18:56:10.364 INFO kablam! | Oct 21 18:56:10.364 INFO kablam! 431 | let mut symbol_table = symbol_table_setup(); Oct 21 18:56:10.364 INFO kablam! | ----^^^^^^^^^^^^ Oct 21 18:56:10.364 INFO kablam! | | Oct 21 18:56:10.364 INFO kablam! | help: remove this `mut` Oct 21 18:56:10.364 INFO kablam! Oct 21 18:56:10.364 INFO kablam! warning: variable does not need to be mutable Oct 21 18:56:10.364 INFO kablam! --> src/lib.rs:439:13 Oct 21 18:56:10.364 INFO kablam! | Oct 21 18:56:10.364 INFO kablam! 439 | let mut asm_file = File::open("symbol_test.txt").unwrap(); Oct 21 18:56:10.364 INFO kablam! | ----^^^^^^^^ Oct 21 18:56:10.364 INFO kablam! | | Oct 21 18:56:10.364 INFO kablam! | help: remove this `mut` Oct 21 18:56:10.364 INFO kablam! Oct 21 18:56:10.364 INFO kablam! warning: variable does not need to be mutable Oct 21 18:56:10.364 INFO kablam! --> src/lib.rs:440:13 Oct 21 18:56:10.364 INFO kablam! | Oct 21 18:56:10.364 INFO kablam! 440 | let mut intm_file = File::create("intm1.txt").unwrap(); Oct 21 18:56:10.364 INFO kablam! | ----^^^^^^^^^ Oct 21 18:56:10.364 INFO kablam! | | Oct 21 18:56:10.364 INFO kablam! | help: remove this `mut` Oct 21 18:56:10.398 INFO kablam! Oct 21 18:56:10.398 INFO kablam! warning: variable does not need to be mutable Oct 21 18:56:10.398 INFO kablam! --> src/lib.rs:453:13 Oct 21 18:56:10.398 INFO kablam! | Oct 21 18:56:10.398 INFO kablam! 453 | let mut asm_file = File::open("symbol_test_2.txt").unwrap(); Oct 21 18:56:10.399 INFO kablam! | ----^^^^^^^^ Oct 21 18:56:10.399 INFO kablam! | | Oct 21 18:56:10.399 INFO kablam! | help: remove this `mut` Oct 21 18:56:10.399 INFO kablam! Oct 21 18:56:10.399 INFO kablam! warning: variable does not need to be mutable Oct 21 18:56:10.399 INFO kablam! --> src/lib.rs:454:13 Oct 21 18:56:10.400 INFO kablam! | Oct 21 18:56:10.400 INFO kablam! 454 | let mut intm_file = File::create("intm2.txt").unwrap(); Oct 21 18:56:10.400 INFO kablam! | ----^^^^^^^^^ Oct 21 18:56:10.400 INFO kablam! | | Oct 21 18:56:10.400 INFO kablam! | help: remove this `mut` Oct 21 18:56:10.400 INFO kablam! Oct 21 18:56:10.401 INFO kablam! warning: variable does not need to be mutable Oct 21 18:56:10.401 INFO kablam! --> src/lib.rs:467:13 Oct 21 18:56:10.401 INFO kablam! | Oct 21 18:56:10.401 INFO kablam! 467 | let mut asm_file = File::open("symbol_test_3.txt").unwrap(); Oct 21 18:56:10.401 INFO kablam! | ----^^^^^^^^ Oct 21 18:56:10.401 INFO kablam! | | Oct 21 18:56:10.401 INFO kablam! | help: remove this `mut` Oct 21 18:56:10.401 INFO kablam! Oct 21 18:56:10.401 INFO kablam! warning: variable does not need to be mutable Oct 21 18:56:10.401 INFO kablam! --> src/lib.rs:468:13 Oct 21 18:56:10.401 INFO kablam! | Oct 21 18:56:10.401 INFO kablam! 468 | let mut intm_file = File::create("intm3.txt").unwrap(); Oct 21 18:56:10.402 INFO kablam! | ----^^^^^^^^^ Oct 21 18:56:10.402 INFO kablam! | | Oct 21 18:56:10.402 INFO kablam! | help: remove this `mut` Oct 21 18:56:10.402 INFO kablam! Oct 21 18:56:10.402 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 18:56:10.402 INFO kablam! --> src/lib.rs:193:9 Oct 21 18:56:10.402 INFO kablam! | Oct 21 18:56:10.402 INFO kablam! 193 | asm_file.seek(SeekFrom::Start(0)); // seek back to the beginning of the file Oct 21 18:56:10.402 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:56:10.402 INFO kablam! | Oct 21 18:56:10.402 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 21 18:56:10.402 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 18:56:10.402 INFO kablam! Oct 21 18:56:10.402 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 18:56:10.402 INFO kablam! --> src/lib.rs:254:17 Oct 21 18:56:10.402 INFO kablam! | Oct 21 18:56:10.402 INFO kablam! 254 | writer.write(format!("@{}\n", self.symbol_map.get(&var_clone).unwrap()).as_bytes()); Oct 21 18:56:10.402 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:56:10.402 INFO kablam! | Oct 21 18:56:10.402 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 18:56:10.402 INFO kablam! Oct 21 18:56:10.402 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 18:56:10.402 INFO kablam! --> src/lib.rs:258:17 Oct 21 18:56:10.402 INFO kablam! | Oct 21 18:56:10.403 INFO kablam! 258 | writer.write(line_str.as_bytes()); Oct 21 18:56:10.403 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:56:10.403 INFO kablam! | Oct 21 18:56:10.403 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 18:56:10.403 INFO kablam! Oct 21 18:56:10.403 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 18:56:10.403 INFO kablam! --> src/lib.rs:264:13 Oct 21 18:56:10.403 INFO kablam! | Oct 21 18:56:10.403 INFO kablam! 264 | writer.write(line_str.as_bytes()); Oct 21 18:56:10.403 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:56:10.403 INFO kablam! | Oct 21 18:56:10.403 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 18:56:10.403 INFO kablam! Oct 21 18:56:10.520 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 18:56:10.520 INFO kablam! --> src/main.rs:20:9 Oct 21 18:56:10.520 INFO kablam! | Oct 21 18:56:10.520 INFO kablam! 20 | predef_file.seek(SeekFrom::Start(0)); // rewind the file Oct 21 18:56:10.520 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:56:10.520 INFO kablam! | Oct 21 18:56:10.520 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 21 18:56:10.520 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 18:56:10.520 INFO kablam! Oct 21 18:56:10.521 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 18:56:10.521 INFO kablam! --> src/main.rs:48:13 Oct 21 18:56:10.521 INFO kablam! | Oct 21 18:56:10.521 INFO kablam! 48 | writer.write(bin_line.as_bytes()); Oct 21 18:56:10.521 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:56:10.521 INFO kablam! | Oct 21 18:56:10.521 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 18:56:10.521 INFO kablam! Oct 21 18:56:10.604 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 18:56:10.604 INFO kablam! --> src/main.rs:20:9 Oct 21 18:56:10.604 INFO kablam! | Oct 21 18:56:10.604 INFO kablam! 20 | predef_file.seek(SeekFrom::Start(0)); // rewind the file Oct 21 18:56:10.604 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:56:10.604 INFO kablam! | Oct 21 18:56:10.604 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 21 18:56:10.604 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 18:56:10.604 INFO kablam! Oct 21 18:56:10.604 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 18:56:10.604 INFO kablam! --> src/main.rs:48:13 Oct 21 18:56:10.604 INFO kablam! | Oct 21 18:56:10.604 INFO kablam! 48 | writer.write(bin_line.as_bytes()); Oct 21 18:56:10.604 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:56:10.604 INFO kablam! | Oct 21 18:56:10.604 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 18:56:10.604 INFO kablam! Oct 21 18:56:10.649 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.37s Oct 21 18:56:10.649 INFO kablam! su: No module specific data is present Oct 21 18:56:11.328 INFO running `"docker" "rm" "-f" "f9816841d2e94601c56f1efc3e613965127c004a9d9219c32eee477e79c39910"` Oct 21 18:56:11.500 INFO blam! f9816841d2e94601c56f1efc3e613965127c004a9d9219c32eee477e79c39910