Oct 31 18:39:04.282 INFO checking virome/rustic-6502 against master#05812fa8c588473f03e3fa7cf59cd84f4f37c715 for pr-55538 Oct 31 18:39:04.284 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55538/worker-7/master#05812fa8c588473f03e3fa7cf59cd84f4f37c715:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-7/pr-55538/master#05812fa8c588473f03e3fa7cf59cd84f4f37c715:/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 +05812fa8c588473f03e3fa7cf59cd84f4f37c715-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 31 18:39:04.752 INFO blam! 988e04166dec578ef2f97ac07dd4b146d26c2ff82009fd04bf7815ef21980fa4 Oct 31 18:39:04.760 INFO running `"docker" "start" "-a" "988e04166dec578ef2f97ac07dd4b146d26c2ff82009fd04bf7815ef21980fa4"` Oct 31 18:39:05.604 INFO kablam! usermod: no changes Oct 31 18:39:05.664 INFO kablam! Checking rustic-6502 v0.0.1 (/source) Oct 31 18:39:05.909 INFO kablam! warning: unused import: `std::io` Oct 31 18:39:05.909 INFO kablam! --> src/cpu.rs:7:5 Oct 31 18:39:05.909 INFO kablam! | Oct 31 18:39:05.910 INFO kablam! 7 | use std::io; // For debugging Oct 31 18:39:05.917 INFO kablam! | ^^^^^^^ Oct 31 18:39:05.917 INFO kablam! | Oct 31 18:39:05.917 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 31 18:39:05.918 INFO kablam! Oct 31 18:39:05.984 INFO kablam! warning: unused import: `std::io` Oct 31 18:39:05.985 INFO kablam! --> src/cpu.rs:7:5 Oct 31 18:39:05.985 INFO kablam! | Oct 31 18:39:05.985 INFO kablam! 7 | use std::io; // For debugging Oct 31 18:39:05.985 INFO kablam! | ^^^^^^^ Oct 31 18:39:05.985 INFO kablam! | Oct 31 18:39:05.985 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 31 18:39:05.985 INFO kablam! Oct 31 18:39:06.089 INFO kablam! warning: unused variable: `prefix` Oct 31 18:39:06.089 INFO kablam! --> src/main.rs:27:30 Oct 31 18:39:06.089 INFO kablam! | Oct 31 18:39:06.089 INFO kablam! 27 | let (prefix, number) = arg.split_at(2); Oct 31 18:39:06.089 INFO kablam! | ^^^^^^ help: consider using `_prefix` instead Oct 31 18:39:06.089 INFO kablam! | Oct 31 18:39:06.089 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 31 18:39:06.089 INFO kablam! Oct 31 18:39:06.089 INFO kablam! warning: unused variable: `e` Oct 31 18:39:06.089 INFO kablam! --> src/main.rs:42:13 Oct 31 18:39:06.089 INFO kablam! | Oct 31 18:39:06.089 INFO kablam! 42 | Err(e) => panic!("File \"{}\" could not be opened.", &filename), Oct 31 18:39:06.089 INFO kablam! | ^ help: consider using `_e` instead Oct 31 18:39:06.089 INFO kablam! Oct 31 18:39:06.089 INFO kablam! warning: unused variable: `size` Oct 31 18:39:06.089 INFO kablam! --> src/main.rs:46:12 Oct 31 18:39:06.089 INFO kablam! | Oct 31 18:39:06.089 INFO kablam! 46 | Ok(size) => (), Oct 31 18:39:06.089 INFO kablam! | ^^^^ help: consider using `_size` instead Oct 31 18:39:06.089 INFO kablam! Oct 31 18:39:06.089 INFO kablam! warning: unused variable: `e` Oct 31 18:39:06.089 INFO kablam! --> src/main.rs:47:13 Oct 31 18:39:06.089 INFO kablam! | Oct 31 18:39:06.089 INFO kablam! 47 | Err(e) => panic!("File \"{}\" could not be read.", &filename), Oct 31 18:39:06.089 INFO kablam! | ^ help: consider using `_e` instead Oct 31 18:39:06.089 INFO kablam! Oct 31 18:39:06.132 INFO kablam! warning: constant item is never used: `FINTERUPT` Oct 31 18:39:06.132 INFO kablam! --> src/cpu.rs:14:1 Oct 31 18:39:06.132 INFO kablam! | Oct 31 18:39:06.132 INFO kablam! 14 | const FINTERUPT: u8 = 0b0000_0100; Oct 31 18:39:06.132 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 18:39:06.132 INFO kablam! | Oct 31 18:39:06.132 INFO kablam! = note: #[warn(dead_code)] on by default Oct 31 18:39:06.132 INFO kablam! Oct 31 18:39:06.132 INFO kablam! warning: constant item is never used: `FBRK` Oct 31 18:39:06.132 INFO kablam! --> src/cpu.rs:16:1 Oct 31 18:39:06.132 INFO kablam! | Oct 31 18:39:06.132 INFO kablam! 16 | const FBRK: u8 = 0b0001_0000; Oct 31 18:39:06.132 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 18:39:06.132 INFO kablam! Oct 31 18:39:06.192 INFO kablam! warning: unused variable: `prefix` Oct 31 18:39:06.192 INFO kablam! --> src/main.rs:27:30 Oct 31 18:39:06.192 INFO kablam! | Oct 31 18:39:06.192 INFO kablam! 27 | let (prefix, number) = arg.split_at(2); Oct 31 18:39:06.192 INFO kablam! | ^^^^^^ help: consider using `_prefix` instead Oct 31 18:39:06.192 INFO kablam! | Oct 31 18:39:06.192 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 31 18:39:06.192 INFO kablam! Oct 31 18:39:06.192 INFO kablam! warning: unused variable: `e` Oct 31 18:39:06.192 INFO kablam! --> src/main.rs:42:13 Oct 31 18:39:06.192 INFO kablam! | Oct 31 18:39:06.192 INFO kablam! 42 | Err(e) => panic!("File \"{}\" could not be opened.", &filename), Oct 31 18:39:06.192 INFO kablam! | ^ help: consider using `_e` instead Oct 31 18:39:06.192 INFO kablam! Oct 31 18:39:06.192 INFO kablam! warning: unused variable: `size` Oct 31 18:39:06.192 INFO kablam! --> src/main.rs:46:12 Oct 31 18:39:06.192 INFO kablam! | Oct 31 18:39:06.192 INFO kablam! 46 | Ok(size) => (), Oct 31 18:39:06.193 INFO kablam! | ^^^^ help: consider using `_size` instead Oct 31 18:39:06.193 INFO kablam! Oct 31 18:39:06.193 INFO kablam! warning: unused variable: `e` Oct 31 18:39:06.193 INFO kablam! --> src/main.rs:47:13 Oct 31 18:39:06.193 INFO kablam! | Oct 31 18:39:06.193 INFO kablam! 47 | Err(e) => panic!("File \"{}\" could not be read.", &filename), Oct 31 18:39:06.193 INFO kablam! | ^ help: consider using `_e` instead Oct 31 18:39:06.193 INFO kablam! Oct 31 18:39:06.248 INFO kablam! warning: constant item is never used: `FINTERUPT` Oct 31 18:39:06.248 INFO kablam! --> src/cpu.rs:14:1 Oct 31 18:39:06.248 INFO kablam! | Oct 31 18:39:06.248 INFO kablam! 14 | const FINTERUPT: u8 = 0b0000_0100; Oct 31 18:39:06.248 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 18:39:06.248 INFO kablam! | Oct 31 18:39:06.248 INFO kablam! = note: #[warn(dead_code)] on by default Oct 31 18:39:06.248 INFO kablam! Oct 31 18:39:06.248 INFO kablam! warning: constant item is never used: `FBRK` Oct 31 18:39:06.248 INFO kablam! --> src/cpu.rs:16:1 Oct 31 18:39:06.248 INFO kablam! | Oct 31 18:39:06.248 INFO kablam! 16 | const FBRK: u8 = 0b0001_0000; Oct 31 18:39:06.248 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 18:39:06.248 INFO kablam! Oct 31 18:39:06.264 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.63s Oct 31 18:39:06.268 INFO kablam! su: No module specific data is present Oct 31 18:39:07.005 INFO running `"docker" "rm" "-f" "988e04166dec578ef2f97ac07dd4b146d26c2ff82009fd04bf7815ef21980fa4"` Oct 31 18:39:07.380 INFO blam! 988e04166dec578ef2f97ac07dd4b146d26c2ff82009fd04bf7815ef21980fa4