Oct 27 02:59:53.794 INFO checking jeremiahbiard/sres-emulator against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 02:59:53.794 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-0/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 02:59:53.979 INFO blam! e42298699ad7bc977e22dbdbdb859fe904dcf14f7648ea774641064fc575dcff Oct 27 02:59:53.981 INFO running `"docker" "start" "-a" "e42298699ad7bc977e22dbdbdb859fe904dcf14f7648ea774641064fc575dcff"` Oct 27 02:59:54.491 INFO kablam! usermod: no changes Oct 27 02:59:54.583 INFO kablam! Compiling bzip2-sys v0.1.6 Oct 27 02:59:54.584 INFO kablam! Compiling miniz_oxide_c_api v0.1.2 Oct 27 02:59:54.584 INFO kablam! Checking miniz_oxide v0.1.2 Oct 27 02:59:57.377 INFO kablam! Checking flate2 v1.0.1 Oct 27 02:59:57.916 INFO kablam! Checking bzip2 v0.3.3 Oct 27 02:59:58.582 INFO kablam! Checking zip v0.4.0 Oct 27 02:59:59.555 INFO kablam! Checking sres-emulator v0.1.0 (/source) Oct 27 03:00:00.327 INFO kablam! warning: variant is never constructed: `HiRom` Oct 27 03:00:00.327 INFO kablam! --> src/rom_utils.rs:12:5 Oct 27 03:00:00.327 INFO kablam! | Oct 27 03:00:00.327 INFO kablam! 12 | HiRom, Oct 27 03:00:00.327 INFO kablam! | ^^^^^ Oct 27 03:00:00.327 INFO kablam! | Oct 27 03:00:00.327 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 03:00:00.327 INFO kablam! Oct 27 03:00:00.327 INFO kablam! warning: method is never used: `new` Oct 27 03:00:00.327 INFO kablam! --> src/cpu.rs:28:5 Oct 27 03:00:00.327 INFO kablam! | Oct 27 03:00:00.327 INFO kablam! 28 | fn new() -> ProcessorStatusReg { Oct 27 03:00:00.327 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 03:00:00.327 INFO kablam! Oct 27 03:00:00.327 INFO kablam! warning: method is never used: `step` Oct 27 03:00:00.327 INFO kablam! --> src/cpu.rs:38:5 Oct 27 03:00:00.327 INFO kablam! | Oct 27 03:00:00.327 INFO kablam! 38 | fn step(&mut self) { Oct 27 03:00:00.327 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 27 03:00:00.327 INFO kablam! Oct 27 03:00:00.367 INFO kablam! warning: variant is never constructed: `HiRom` Oct 27 03:00:00.367 INFO kablam! --> src/rom_utils.rs:12:5 Oct 27 03:00:00.367 INFO kablam! | Oct 27 03:00:00.367 INFO kablam! 12 | HiRom, Oct 27 03:00:00.367 INFO kablam! | ^^^^^ Oct 27 03:00:00.367 INFO kablam! | Oct 27 03:00:00.367 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 03:00:00.367 INFO kablam! Oct 27 03:00:00.367 INFO kablam! warning: method is never used: `new` Oct 27 03:00:00.367 INFO kablam! --> src/cpu.rs:28:5 Oct 27 03:00:00.367 INFO kablam! | Oct 27 03:00:00.367 INFO kablam! 28 | fn new() -> ProcessorStatusReg { Oct 27 03:00:00.367 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 03:00:00.367 INFO kablam! Oct 27 03:00:00.367 INFO kablam! warning: method is never used: `step` Oct 27 03:00:00.367 INFO kablam! --> src/cpu.rs:38:5 Oct 27 03:00:00.367 INFO kablam! | Oct 27 03:00:00.367 INFO kablam! 38 | fn step(&mut self) { Oct 27 03:00:00.367 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 27 03:00:00.367 INFO kablam! Oct 27 03:00:01.038 INFO kablam! warning: unused import: `sres_emulator::cpu` Oct 27 03:00:01.039 INFO kablam! --> src/main.rs:7:5 Oct 27 03:00:01.039 INFO kablam! | Oct 27 03:00:01.039 INFO kablam! 7 | use sres_emulator::cpu; Oct 27 03:00:01.039 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 27 03:00:01.039 INFO kablam! | Oct 27 03:00:01.039 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 03:00:01.039 INFO kablam! Oct 27 03:00:01.099 INFO kablam! warning: unused import: `sres_emulator::cpu` Oct 27 03:00:01.099 INFO kablam! --> src/main.rs:7:5 Oct 27 03:00:01.099 INFO kablam! | Oct 27 03:00:01.099 INFO kablam! 7 | use sres_emulator::cpu; Oct 27 03:00:01.099 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 27 03:00:01.099 INFO kablam! | Oct 27 03:00:01.099 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 03:00:01.099 INFO kablam! Oct 27 03:00:01.146 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.61s Oct 27 03:00:01.150 INFO kablam! su: No module specific data is present Oct 27 03:00:01.507 INFO running `"docker" "rm" "-f" "e42298699ad7bc977e22dbdbdb859fe904dcf14f7648ea774641064fc575dcff"` Oct 27 03:00:01.577 INFO blam! e42298699ad7bc977e22dbdbdb859fe904dcf14f7648ea774641064fc575dcff