Oct 27 01:14:31.966 INFO checking lxndio/lex80 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 01:14:31.969 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/pr-55192-2/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 27 01:14:32.383 INFO blam! f90117518c28f3633e11fd22fcd1e75b750d86d019b0e1f45a857a05f95db324 Oct 27 01:14:32.395 INFO running `"docker" "start" "-a" "f90117518c28f3633e11fd22fcd1e75b750d86d019b0e1f45a857a05f95db324"` Oct 27 01:14:33.859 INFO kablam! usermod: no changes Oct 27 01:14:33.981 INFO kablam! Checking lex80-asm v0.1.1 (/source/lex80-asm) Oct 27 01:14:33.981 INFO kablam! Checking lex80-cpu v0.1.0 (/source/lex80-cpu) Oct 27 01:14:35.823 INFO kablam! warning: method is never used: `increase` Oct 27 01:14:35.823 INFO kablam! --> lex80-cpu/src/registers.rs:38:2 Oct 27 01:14:35.823 INFO kablam! | Oct 27 01:14:35.823 INFO kablam! 38 | pub fn increase(&mut self, register: usize) -> bool { Oct 27 01:14:35.823 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:14:35.823 INFO kablam! | Oct 27 01:14:35.823 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 01:14:35.823 INFO kablam! Oct 27 01:14:35.823 INFO kablam! warning: method is never used: `decrease` Oct 27 01:14:35.823 INFO kablam! --> lex80-cpu/src/registers.rs:48:2 Oct 27 01:14:35.823 INFO kablam! | Oct 27 01:14:35.823 INFO kablam! 48 | pub fn decrease(&mut self, register: usize) -> bool { Oct 27 01:14:35.824 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:14:35.824 INFO kablam! Oct 27 01:14:35.983 INFO kablam! warning: method is never used: `increase` Oct 27 01:14:35.984 INFO kablam! --> lex80-cpu/src/registers.rs:38:2 Oct 27 01:14:35.984 INFO kablam! | Oct 27 01:14:35.984 INFO kablam! 38 | pub fn increase(&mut self, register: usize) -> bool { Oct 27 01:14:35.985 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:14:35.985 INFO kablam! | Oct 27 01:14:35.985 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 01:14:35.985 INFO kablam! Oct 27 01:14:35.986 INFO kablam! warning: method is never used: `decrease` Oct 27 01:14:35.986 INFO kablam! --> lex80-cpu/src/registers.rs:48:2 Oct 27 01:14:35.986 INFO kablam! | Oct 27 01:14:35.986 INFO kablam! 48 | pub fn decrease(&mut self, register: usize) -> bool { Oct 27 01:14:35.987 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:14:35.987 INFO kablam! Oct 27 01:14:36.255 INFO kablam! warning: method is never used: `get_pos_in_arr` Oct 27 01:14:36.256 INFO kablam! --> lex80-asm/src/assembler.rs:195:5 Oct 27 01:14:36.256 INFO kablam! | Oct 27 01:14:36.256 INFO kablam! 195 | fn get_pos_in_arr(arr: &[String], elem: &String) -> Option { Oct 27 01:14:36.257 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:14:36.275 INFO kablam! | Oct 27 01:14:36.275 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 01:14:36.275 INFO kablam! Oct 27 01:14:36.275 INFO kablam! warning: method is never used: `opcode_part` Oct 27 01:14:36.276 INFO kablam! --> lex80-asm/src/instruction.rs:76:5 Oct 27 01:14:36.276 INFO kablam! | Oct 27 01:14:36.276 INFO kablam! 76 | pub fn opcode_part(&self, i: usize) -> Option<&OpcodePart> { Oct 27 01:14:36.276 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:14:36.276 INFO kablam! Oct 27 01:14:36.276 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 01:14:36.276 INFO kablam! --> lex80-asm/src/main.rs:50:5 Oct 27 01:14:36.277 INFO kablam! | Oct 27 01:14:36.277 INFO kablam! 50 | assembler.assemble(verbose_mode); Oct 27 01:14:36.277 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:14:36.277 INFO kablam! | Oct 27 01:14:36.277 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 01:14:36.277 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 01:14:36.277 INFO kablam! Oct 27 01:14:36.415 INFO kablam! warning: method is never used: `get_pos_in_arr` Oct 27 01:14:36.415 INFO kablam! --> lex80-asm/src/assembler.rs:195:5 Oct 27 01:14:36.415 INFO kablam! | Oct 27 01:14:36.415 INFO kablam! 195 | fn get_pos_in_arr(arr: &[String], elem: &String) -> Option { Oct 27 01:14:36.415 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:14:36.416 INFO kablam! | Oct 27 01:14:36.416 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 01:14:36.416 INFO kablam! Oct 27 01:14:36.416 INFO kablam! warning: method is never used: `opcode_part` Oct 27 01:14:36.416 INFO kablam! --> lex80-asm/src/instruction.rs:76:5 Oct 27 01:14:36.416 INFO kablam! | Oct 27 01:14:36.416 INFO kablam! 76 | pub fn opcode_part(&self, i: usize) -> Option<&OpcodePart> { Oct 27 01:14:36.417 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:14:36.417 INFO kablam! Oct 27 01:14:36.417 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 01:14:36.417 INFO kablam! --> lex80-asm/src/main.rs:50:5 Oct 27 01:14:36.417 INFO kablam! | Oct 27 01:14:36.417 INFO kablam! 50 | assembler.assemble(verbose_mode); Oct 27 01:14:36.417 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:14:36.418 INFO kablam! | Oct 27 01:14:36.418 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 01:14:36.418 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 01:14:36.418 INFO kablam! Oct 27 01:14:36.454 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.57s Oct 27 01:14:36.462 INFO kablam! su: No module specific data is present Oct 27 01:14:37.070 INFO running `"docker" "rm" "-f" "f90117518c28f3633e11fd22fcd1e75b750d86d019b0e1f45a857a05f95db324"` Oct 27 01:14:37.239 INFO blam! f90117518c28f3633e11fd22fcd1e75b750d86d019b0e1f45a857a05f95db324