Oct 15 00:54:17.361 INFO testing chrisshyi/HackAssembler against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 00:54:17.363 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 15 00:54:17.956 INFO blam! 80520f077e716944241a25e275d529cfc5f63e96e078d2b117f9d264924f0433 Oct 15 00:54:17.958 INFO running `"docker" "start" "-a" "80520f077e716944241a25e275d529cfc5f63e96e078d2b117f9d264924f0433"` Oct 15 00:54:19.127 INFO kablam! usermod: no changes Oct 15 00:54:19.171 INFO kablam! Compiling hack_assembler v0.1.0 (/source) Oct 15 00:54:19.571 INFO kablam! warning: unused variable: `info_map` Oct 15 00:54:19.571 INFO kablam! --> src/lib.rs:24:50 Oct 15 00:54:19.572 INFO kablam! | Oct 15 00:54:19.572 INFO kablam! 24 | fn decode(&self, instruct_fields: Vec<&str>, info_map: &HashMap<&str, bool>) -> String { Oct 15 00:54:19.572 INFO kablam! | ^^^^^^^^ help: consider using `_info_map` instead Oct 15 00:54:19.573 INFO kablam! | Oct 15 00:54:19.573 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 00:54:19.573 INFO kablam! Oct 15 00:54:19.591 INFO kablam! warning: variable does not need to be mutable Oct 15 00:54:19.591 INFO kablam! --> src/lib.rs:181:54 Oct 15 00:54:19.591 INFO kablam! | Oct 15 00:54:19.591 INFO kablam! 181 | pub fn parse_file(&mut self, mut asm_file: File, mut intm_file: File) { Oct 15 00:54:19.591 INFO kablam! | ----^^^^^^^^^ Oct 15 00:54:19.591 INFO kablam! | | Oct 15 00:54:19.591 INFO kablam! | help: remove this `mut` Oct 15 00:54:19.591 INFO kablam! | Oct 15 00:54:19.591 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 00:54:19.591 INFO kablam! Oct 15 00:54:19.611 INFO kablam! warning: variable does not need to be mutable Oct 15 00:54:19.611 INFO kablam! --> src/lib.rs:238:73 Oct 15 00:54:19.611 INFO kablam! | Oct 15 00:54:19.611 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.611 INFO kablam! | ----^^^^^^^^^ Oct 15 00:54:19.611 INFO kablam! | | Oct 15 00:54:19.611 INFO kablam! | help: remove this `mut` Oct 15 00:54:19.611 INFO kablam! Oct 15 00:54:19.619 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 00:54:19.619 INFO kablam! --> src/lib.rs:193:9 Oct 15 00:54:19.619 INFO kablam! | Oct 15 00:54:19.619 INFO kablam! 193 | asm_file.seek(SeekFrom::Start(0)); // seek back to the beginning of the file Oct 15 00:54:19.619 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:54:19.619 INFO kablam! | Oct 15 00:54:19.619 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 00:54:19.619 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 00:54:19.619 INFO kablam! Oct 15 00:54:19.619 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 00:54:19.619 INFO kablam! --> src/lib.rs:254:17 Oct 15 00:54:19.619 INFO kablam! | Oct 15 00:54:19.619 INFO kablam! 254 | writer.write(format!("@{}\n", self.symbol_map.get(&var_clone).unwrap()).as_bytes()); Oct 15 00:54:19.619 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:54:19.619 INFO kablam! | Oct 15 00:54:19.619 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 00:54:19.619 INFO kablam! Oct 15 00:54:19.619 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 00:54:19.619 INFO kablam! --> src/lib.rs:258:17 Oct 15 00:54:19.619 INFO kablam! | Oct 15 00:54:19.619 INFO kablam! 258 | writer.write(line_str.as_bytes()); Oct 15 00:54:19.619 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:54:19.619 INFO kablam! | Oct 15 00:54:19.619 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 00:54:19.619 INFO kablam! Oct 15 00:54:19.619 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 00:54:19.619 INFO kablam! --> src/lib.rs:264:13 Oct 15 00:54:19.619 INFO kablam! | Oct 15 00:54:19.619 INFO kablam! 264 | writer.write(line_str.as_bytes()); Oct 15 00:54:19.619 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:54:19.619 INFO kablam! | Oct 15 00:54:19.619 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 00:54:19.619 INFO kablam! Oct 15 00:54:21.723 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 00:54:21.723 INFO kablam! --> src/main.rs:20:9 Oct 15 00:54:21.723 INFO kablam! | Oct 15 00:54:21.723 INFO kablam! 20 | predef_file.seek(SeekFrom::Start(0)); // rewind the file Oct 15 00:54:21.723 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:54:21.723 INFO kablam! | Oct 15 00:54:21.723 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 00:54:21.723 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 00:54:21.723 INFO kablam! Oct 15 00:54:21.723 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 00:54:21.723 INFO kablam! --> src/main.rs:48:13 Oct 15 00:54:21.723 INFO kablam! | Oct 15 00:54:21.723 INFO kablam! 48 | writer.write(bin_line.as_bytes()); Oct 15 00:54:21.723 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:54:21.723 INFO kablam! | Oct 15 00:54:21.723 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 00:54:21.723 INFO kablam! Oct 15 00:54:22.309 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.15s Oct 15 00:54:22.311 INFO kablam! su: No module specific data is present Oct 15 00:54:23.339 INFO running `"docker" "rm" "-f" "80520f077e716944241a25e275d529cfc5f63e96e078d2b117f9d264924f0433"` Oct 15 00:54:23.705 INFO blam! 80520f077e716944241a25e275d529cfc5f63e96e078d2b117f9d264924f0433 Oct 15 00:54:23.716 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 15 00:54:24.248 INFO blam! 66ab45c8d85e284089c08e1480adcdd818d2cc5b5157bb9d0a950a3d906c8438 Oct 15 00:54:24.255 INFO running `"docker" "start" "-a" "66ab45c8d85e284089c08e1480adcdd818d2cc5b5157bb9d0a950a3d906c8438"` Oct 15 00:54:25.353 INFO kablam! usermod: no changes Oct 15 00:54:25.403 INFO kablam! Compiling hack_assembler v0.1.0 (/source) Oct 15 00:54:26.227 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 00:54:26.227 INFO kablam! --> src/main.rs:20:9 Oct 15 00:54:26.227 INFO kablam! | Oct 15 00:54:26.227 INFO kablam! 20 | predef_file.seek(SeekFrom::Start(0)); // rewind the file Oct 15 00:54:26.227 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:54:26.227 INFO kablam! | Oct 15 00:54:26.227 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 00:54:26.227 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 00:54:26.227 INFO kablam! Oct 15 00:54:26.227 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 00:54:26.227 INFO kablam! --> src/main.rs:48:13 Oct 15 00:54:26.227 INFO kablam! | Oct 15 00:54:26.227 INFO kablam! 48 | writer.write(bin_line.as_bytes()); Oct 15 00:54:26.227 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:54:26.227 INFO kablam! | Oct 15 00:54:26.227 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 00:54:26.227 INFO kablam! Oct 15 00:54:26.260 INFO kablam! warning: unused variable: `info_map` Oct 15 00:54:26.260 INFO kablam! --> src/lib.rs:24:50 Oct 15 00:54:26.260 INFO kablam! | Oct 15 00:54:26.260 INFO kablam! 24 | fn decode(&self, instruct_fields: Vec<&str>, info_map: &HashMap<&str, bool>) -> String { Oct 15 00:54:26.260 INFO kablam! | ^^^^^^^^ help: consider using `_info_map` instead Oct 15 00:54:26.260 INFO kablam! | Oct 15 00:54:26.260 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 00:54:26.260 INFO kablam! Oct 15 00:54:26.288 INFO kablam! warning: variable does not need to be mutable Oct 15 00:54:26.288 INFO kablam! --> src/lib.rs:181:54 Oct 15 00:54:26.288 INFO kablam! | Oct 15 00:54:26.288 INFO kablam! 181 | pub fn parse_file(&mut self, mut asm_file: File, mut intm_file: File) { Oct 15 00:54:26.288 INFO kablam! | ----^^^^^^^^^ Oct 15 00:54:26.288 INFO kablam! | | Oct 15 00:54:26.288 INFO kablam! | help: remove this `mut` Oct 15 00:54:26.288 INFO kablam! | Oct 15 00:54:26.288 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 00:54:26.288 INFO kablam! Oct 15 00:54:26.303 INFO kablam! warning: variable does not need to be mutable Oct 15 00:54:26.303 INFO kablam! --> src/lib.rs:238:73 Oct 15 00:54:26.303 INFO kablam! | Oct 15 00:54:26.303 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.303 INFO kablam! | ----^^^^^^^^^ Oct 15 00:54:26.303 INFO kablam! | | Oct 15 00:54:26.303 INFO kablam! | help: remove this `mut` Oct 15 00:54:26.303 INFO kablam! Oct 15 00:54:26.359 INFO kablam! warning: variable does not need to be mutable Oct 15 00:54:26.359 INFO kablam! --> src/lib.rs:431:13 Oct 15 00:54:26.359 INFO kablam! | Oct 15 00:54:26.359 INFO kablam! 431 | let mut symbol_table = symbol_table_setup(); Oct 15 00:54:26.359 INFO kablam! | ----^^^^^^^^^^^^ Oct 15 00:54:26.359 INFO kablam! | | Oct 15 00:54:26.359 INFO kablam! | help: remove this `mut` Oct 15 00:54:26.359 INFO kablam! Oct 15 00:54:26.367 INFO kablam! warning: variable does not need to be mutable Oct 15 00:54:26.367 INFO kablam! --> src/lib.rs:439:13 Oct 15 00:54:26.367 INFO kablam! | Oct 15 00:54:26.367 INFO kablam! 439 | let mut asm_file = File::open("symbol_test.txt").unwrap(); Oct 15 00:54:26.367 INFO kablam! | ----^^^^^^^^ Oct 15 00:54:26.367 INFO kablam! | | Oct 15 00:54:26.367 INFO kablam! | help: remove this `mut` Oct 15 00:54:26.367 INFO kablam! Oct 15 00:54:26.367 INFO kablam! warning: variable does not need to be mutable Oct 15 00:54:26.367 INFO kablam! --> src/lib.rs:440:13 Oct 15 00:54:26.367 INFO kablam! | Oct 15 00:54:26.367 INFO kablam! 440 | let mut intm_file = File::create("intm1.txt").unwrap(); Oct 15 00:54:26.367 INFO kablam! | ----^^^^^^^^^ Oct 15 00:54:26.367 INFO kablam! | | Oct 15 00:54:26.367 INFO kablam! | help: remove this `mut` Oct 15 00:54:26.367 INFO kablam! Oct 15 00:54:26.379 INFO kablam! warning: variable does not need to be mutable Oct 15 00:54:26.379 INFO kablam! --> src/lib.rs:453:13 Oct 15 00:54:26.379 INFO kablam! | Oct 15 00:54:26.379 INFO kablam! 453 | let mut asm_file = File::open("symbol_test_2.txt").unwrap(); Oct 15 00:54:26.379 INFO kablam! | ----^^^^^^^^ Oct 15 00:54:26.379 INFO kablam! | | Oct 15 00:54:26.379 INFO kablam! | help: remove this `mut` Oct 15 00:54:26.379 INFO kablam! Oct 15 00:54:26.379 INFO kablam! warning: variable does not need to be mutable Oct 15 00:54:26.379 INFO kablam! --> src/lib.rs:454:13 Oct 15 00:54:26.379 INFO kablam! | Oct 15 00:54:26.379 INFO kablam! 454 | let mut intm_file = File::create("intm2.txt").unwrap(); Oct 15 00:54:26.379 INFO kablam! | ----^^^^^^^^^ Oct 15 00:54:26.379 INFO kablam! | | Oct 15 00:54:26.379 INFO kablam! | help: remove this `mut` Oct 15 00:54:26.379 INFO kablam! Oct 15 00:54:26.387 INFO kablam! warning: variable does not need to be mutable Oct 15 00:54:26.387 INFO kablam! --> src/lib.rs:467:13 Oct 15 00:54:26.387 INFO kablam! | Oct 15 00:54:26.387 INFO kablam! 467 | let mut asm_file = File::open("symbol_test_3.txt").unwrap(); Oct 15 00:54:26.387 INFO kablam! | ----^^^^^^^^ Oct 15 00:54:26.387 INFO kablam! | | Oct 15 00:54:26.387 INFO kablam! | help: remove this `mut` Oct 15 00:54:26.387 INFO kablam! Oct 15 00:54:26.387 INFO kablam! warning: variable does not need to be mutable Oct 15 00:54:26.387 INFO kablam! --> src/lib.rs:468:13 Oct 15 00:54:26.387 INFO kablam! | Oct 15 00:54:26.387 INFO kablam! 468 | let mut intm_file = File::create("intm3.txt").unwrap(); Oct 15 00:54:26.387 INFO kablam! | ----^^^^^^^^^ Oct 15 00:54:26.387 INFO kablam! | | Oct 15 00:54:26.387 INFO kablam! | help: remove this `mut` Oct 15 00:54:26.387 INFO kablam! Oct 15 00:54:26.395 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 00:54:26.395 INFO kablam! --> src/lib.rs:193:9 Oct 15 00:54:26.395 INFO kablam! | Oct 15 00:54:26.395 INFO kablam! 193 | asm_file.seek(SeekFrom::Start(0)); // seek back to the beginning of the file Oct 15 00:54:26.395 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:54:26.395 INFO kablam! | Oct 15 00:54:26.395 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 00:54:26.395 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 00:54:26.395 INFO kablam! Oct 15 00:54:26.395 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 00:54:26.395 INFO kablam! --> src/lib.rs:254:17 Oct 15 00:54:26.395 INFO kablam! | Oct 15 00:54:26.395 INFO kablam! 254 | writer.write(format!("@{}\n", self.symbol_map.get(&var_clone).unwrap()).as_bytes()); Oct 15 00:54:26.395 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:54:26.395 INFO kablam! | Oct 15 00:54:26.395 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 00:54:26.395 INFO kablam! Oct 15 00:54:26.395 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 00:54:26.395 INFO kablam! --> src/lib.rs:258:17 Oct 15 00:54:26.395 INFO kablam! | Oct 15 00:54:26.395 INFO kablam! 258 | writer.write(line_str.as_bytes()); Oct 15 00:54:26.395 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:54:26.395 INFO kablam! | Oct 15 00:54:26.395 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 00:54:26.395 INFO kablam! Oct 15 00:54:26.395 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 00:54:26.395 INFO kablam! --> src/lib.rs:264:13 Oct 15 00:54:26.395 INFO kablam! | Oct 15 00:54:26.395 INFO kablam! 264 | writer.write(line_str.as_bytes()); Oct 15 00:54:26.395 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:54:26.395 INFO kablam! | Oct 15 00:54:26.395 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 00:54:26.395 INFO kablam! Oct 15 00:54:28.394 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.01s Oct 15 00:54:28.400 INFO kablam! su: No module specific data is present Oct 15 00:54:29.075 INFO running `"docker" "rm" "-f" "66ab45c8d85e284089c08e1480adcdd818d2cc5b5157bb9d0a950a3d906c8438"` Oct 15 00:54:29.441 INFO blam! 66ab45c8d85e284089c08e1480adcdd818d2cc5b5157bb9d0a950a3d906c8438