Oct 12 18:04:51.722 INFO checking lxndio/lex80 against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 12 18:04:51.722 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-2/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/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 +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-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 12 18:04:52.119 INFO blam! a521c385948d2ebf59dc6c2c9832b42f89264e6acee992cff84ab1bc970b79ef Oct 12 18:04:52.122 INFO running `"docker" "start" "-a" "a521c385948d2ebf59dc6c2c9832b42f89264e6acee992cff84ab1bc970b79ef"` Oct 12 18:04:53.573 INFO kablam! usermod: no changes Oct 12 18:04:53.656 INFO kablam! Checking lex80-asm v0.1.1 (/source/lex80-asm) Oct 12 18:04:53.656 INFO kablam! Checking lex80-cpu v0.1.0 (/source/lex80-cpu) Oct 12 18:04:54.901 INFO kablam! warning: method is never used: `increase` Oct 12 18:04:54.901 INFO kablam! --> lex80-cpu/src/registers.rs:38:2 Oct 12 18:04:54.901 INFO kablam! | Oct 12 18:04:54.901 INFO kablam! 38 | pub fn increase(&mut self, register: usize) -> bool { Oct 12 18:04:54.902 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:04:54.902 INFO kablam! | Oct 12 18:04:54.902 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 18:04:54.903 INFO kablam! Oct 12 18:04:54.903 INFO kablam! warning: method is never used: `decrease` Oct 12 18:04:54.903 INFO kablam! --> lex80-cpu/src/registers.rs:48:2 Oct 12 18:04:54.904 INFO kablam! | Oct 12 18:04:54.904 INFO kablam! 48 | pub fn decrease(&mut self, register: usize) -> bool { Oct 12 18:04:54.904 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:04:54.905 INFO kablam! Oct 12 18:04:54.932 INFO kablam! warning: method is never used: `increase` Oct 12 18:04:54.932 INFO kablam! --> lex80-cpu/src/registers.rs:38:2 Oct 12 18:04:54.933 INFO kablam! | Oct 12 18:04:54.933 INFO kablam! 38 | pub fn increase(&mut self, register: usize) -> bool { Oct 12 18:04:54.933 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:04:54.936 INFO kablam! | Oct 12 18:04:54.937 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 18:04:54.937 INFO kablam! Oct 12 18:04:54.937 INFO kablam! warning: method is never used: `decrease` Oct 12 18:04:54.938 INFO kablam! --> lex80-cpu/src/registers.rs:48:2 Oct 12 18:04:54.938 INFO kablam! | Oct 12 18:04:54.938 INFO kablam! 48 | pub fn decrease(&mut self, register: usize) -> bool { Oct 12 18:04:54.938 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:04:54.939 INFO kablam! Oct 12 18:04:55.025 INFO kablam! warning: method is never used: `get_pos_in_arr` Oct 12 18:04:55.026 INFO kablam! --> lex80-asm/src/assembler.rs:195:5 Oct 12 18:04:55.026 INFO kablam! | Oct 12 18:04:55.027 INFO kablam! 195 | fn get_pos_in_arr(arr: &[String], elem: &String) -> Option { Oct 12 18:04:55.027 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:04:55.027 INFO kablam! | Oct 12 18:04:55.028 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 18:04:55.028 INFO kablam! Oct 12 18:04:55.028 INFO kablam! warning: method is never used: `opcode_part` Oct 12 18:04:55.029 INFO kablam! --> lex80-asm/src/instruction.rs:76:5 Oct 12 18:04:55.029 INFO kablam! | Oct 12 18:04:55.029 INFO kablam! 76 | pub fn opcode_part(&self, i: usize) -> Option<&OpcodePart> { Oct 12 18:04:55.030 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:04:55.040 INFO kablam! Oct 12 18:04:55.041 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 18:04:55.041 INFO kablam! --> lex80-asm/src/main.rs:50:5 Oct 12 18:04:55.041 INFO kablam! | Oct 12 18:04:55.042 INFO kablam! 50 | assembler.assemble(verbose_mode); Oct 12 18:04:55.042 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:04:55.042 INFO kablam! | Oct 12 18:04:55.043 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 12 18:04:55.043 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 18:04:55.043 INFO kablam! Oct 12 18:04:55.139 INFO kablam! warning: method is never used: `get_pos_in_arr` Oct 12 18:04:55.139 INFO kablam! --> lex80-asm/src/assembler.rs:195:5 Oct 12 18:04:55.139 INFO kablam! | Oct 12 18:04:55.139 INFO kablam! 195 | fn get_pos_in_arr(arr: &[String], elem: &String) -> Option { Oct 12 18:04:55.139 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:04:55.139 INFO kablam! | Oct 12 18:04:55.139 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 18:04:55.139 INFO kablam! Oct 12 18:04:55.139 INFO kablam! warning: method is never used: `opcode_part` Oct 12 18:04:55.139 INFO kablam! --> lex80-asm/src/instruction.rs:76:5 Oct 12 18:04:55.139 INFO kablam! | Oct 12 18:04:55.139 INFO kablam! 76 | pub fn opcode_part(&self, i: usize) -> Option<&OpcodePart> { Oct 12 18:04:55.139 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:04:55.139 INFO kablam! Oct 12 18:04:55.139 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 18:04:55.139 INFO kablam! --> lex80-asm/src/main.rs:50:5 Oct 12 18:04:55.139 INFO kablam! | Oct 12 18:04:55.139 INFO kablam! 50 | assembler.assemble(verbose_mode); Oct 12 18:04:55.139 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:04:55.139 INFO kablam! | Oct 12 18:04:55.139 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 12 18:04:55.139 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 18:04:55.139 INFO kablam! Oct 12 18:04:55.169 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.57s Oct 12 18:04:55.177 INFO kablam! su: No module specific data is present Oct 12 18:04:55.693 INFO running `"docker" "rm" "-f" "a521c385948d2ebf59dc6c2c9832b42f89264e6acee992cff84ab1bc970b79ef"` Oct 12 18:04:55.905 INFO blam! a521c385948d2ebf59dc6c2c9832b42f89264e6acee992cff84ab1bc970b79ef