Oct 21 18:38:10.662 INFO checking danellis/webarc-rust against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 18:38:10.663 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-7/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/pr-55192/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 21 18:38:10.864 INFO blam! 979c9bd9ad0384a0117ca5b890d82f45d9c8d7f9677eeeb6802d559744d49c90 Oct 21 18:38:10.865 INFO running `"docker" "start" "-a" "979c9bd9ad0384a0117ca5b890d82f45d9c8d7f9677eeeb6802d559744d49c90"` Oct 21 18:38:11.230 INFO kablam! usermod: no changes Oct 21 18:38:11.253 INFO kablam! Checking webarc v0.1.0 (/source) Oct 21 18:38:11.629 INFO kablam! warning: unused variable: `memory` Oct 21 18:38:11.629 INFO kablam! --> src/webarc/instructions.rs:40:49 Oct 21 18:38:11.629 INFO kablam! | Oct 21 18:38:11.629 INFO kablam! 40 | fn exec(&self,registers: &mut RegisterFile, memory: &mut Memory, instruction: u32) { Oct 21 18:38:11.630 INFO kablam! | ^^^^^^ help: consider using `_memory` instead Oct 21 18:38:11.630 INFO kablam! | Oct 21 18:38:11.630 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 18:38:11.630 INFO kablam! Oct 21 18:38:11.641 INFO kablam! warning: constant item is never used: `UNDEFINED_INSTRUCTION_VECTOR` Oct 21 18:38:11.641 INFO kablam! --> src/webarc/cpu.rs:7:1 Oct 21 18:38:11.641 INFO kablam! | Oct 21 18:38:11.641 INFO kablam! 7 | const UNDEFINED_INSTRUCTION_VECTOR: u32 = 0x04; Oct 21 18:38:11.641 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:38:11.641 INFO kablam! | Oct 21 18:38:11.641 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 18:38:11.641 INFO kablam! Oct 21 18:38:11.641 INFO kablam! warning: constant item is never used: `SWI_VECTOR` Oct 21 18:38:11.641 INFO kablam! --> src/webarc/cpu.rs:8:1 Oct 21 18:38:11.641 INFO kablam! | Oct 21 18:38:11.641 INFO kablam! 8 | const SWI_VECTOR: u32 = 0x08; Oct 21 18:38:11.641 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:38:11.641 INFO kablam! Oct 21 18:38:11.641 INFO kablam! warning: constant item is never used: `PREFETCH_ABORT_VECTOR` Oct 21 18:38:11.641 INFO kablam! --> src/webarc/cpu.rs:9:1 Oct 21 18:38:11.641 INFO kablam! | Oct 21 18:38:11.641 INFO kablam! 9 | const PREFETCH_ABORT_VECTOR: u32 = 0x0c; Oct 21 18:38:11.641 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:38:11.641 INFO kablam! Oct 21 18:38:11.641 INFO kablam! warning: constant item is never used: `DATA_ABORT_VECTOR` Oct 21 18:38:11.641 INFO kablam! --> src/webarc/cpu.rs:10:1 Oct 21 18:38:11.641 INFO kablam! | Oct 21 18:38:11.641 INFO kablam! 10 | const DATA_ABORT_VECTOR: u32 = 0x10; Oct 21 18:38:11.641 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:38:11.644 INFO kablam! Oct 21 18:38:11.644 INFO kablam! warning: constant item is never used: `ADDRESS_EXCEPTION_VECTOR` Oct 21 18:38:11.644 INFO kablam! --> src/webarc/cpu.rs:11:1 Oct 21 18:38:11.644 INFO kablam! | Oct 21 18:38:11.644 INFO kablam! 11 | const ADDRESS_EXCEPTION_VECTOR: u32 = 0x14; Oct 21 18:38:11.644 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:38:11.644 INFO kablam! Oct 21 18:38:11.644 INFO kablam! warning: constant item is never used: `IRQ_VECTOR` Oct 21 18:38:11.644 INFO kablam! --> src/webarc/cpu.rs:12:1 Oct 21 18:38:11.644 INFO kablam! | Oct 21 18:38:11.644 INFO kablam! 12 | const IRQ_VECTOR: u32 = 0x18; Oct 21 18:38:11.644 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:38:11.644 INFO kablam! Oct 21 18:38:11.644 INFO kablam! warning: constant item is never used: `FIRQ_VECTOR` Oct 21 18:38:11.644 INFO kablam! --> src/webarc/cpu.rs:13:1 Oct 21 18:38:11.644 INFO kablam! | Oct 21 18:38:11.644 INFO kablam! 13 | const FIRQ_VECTOR: u32 = 0x1c; Oct 21 18:38:11.644 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:38:11.644 INFO kablam! Oct 21 18:38:11.644 INFO kablam! warning: method is never used: `store` Oct 21 18:38:11.644 INFO kablam! --> src/webarc/memory.rs:51:5 Oct 21 18:38:11.644 INFO kablam! | Oct 21 18:38:11.644 INFO kablam! 51 | pub fn store(&self, _address: u32, _data: u32) { Oct 21 18:38:11.644 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:38:11.644 INFO kablam! Oct 21 18:38:11.644 INFO kablam! warning: method is never used: `load_byte` Oct 21 18:38:11.644 INFO kablam! --> src/webarc/memory.rs:56:5 Oct 21 18:38:11.645 INFO kablam! | Oct 21 18:38:11.645 INFO kablam! 56 | pub fn load_byte(&mut self, address: u32) -> u8 { Oct 21 18:38:11.645 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:38:11.645 INFO kablam! Oct 21 18:38:11.645 INFO kablam! warning: method is never used: `store_byte` Oct 21 18:38:11.645 INFO kablam! --> src/webarc/memory.rs:62:5 Oct 21 18:38:11.645 INFO kablam! | Oct 21 18:38:11.645 INFO kablam! 62 | pub fn store_byte(&mut self, address: u32, data: u8) { Oct 21 18:38:11.645 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:38:11.645 INFO kablam! Oct 21 18:38:11.645 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 18:38:11.645 INFO kablam! --> src/main.rs:15:5 Oct 21 18:38:11.645 INFO kablam! | Oct 21 18:38:11.645 INFO kablam! 15 | f.read(as_u8_slice(&mut rom)); Oct 21 18:38:11.645 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:38:11.645 INFO kablam! | Oct 21 18:38:11.645 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 21 18:38:11.645 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 18:38:11.645 INFO kablam! Oct 21 18:38:11.705 INFO kablam! warning: unused variable: `memory` Oct 21 18:38:11.705 INFO kablam! --> src/webarc/instructions.rs:40:49 Oct 21 18:38:11.705 INFO kablam! | Oct 21 18:38:11.705 INFO kablam! 40 | fn exec(&self,registers: &mut RegisterFile, memory: &mut Memory, instruction: u32) { Oct 21 18:38:11.705 INFO kablam! | ^^^^^^ help: consider using `_memory` instead Oct 21 18:38:11.705 INFO kablam! | Oct 21 18:38:11.705 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 18:38:11.705 INFO kablam! Oct 21 18:38:11.718 INFO kablam! warning: constant item is never used: `UNDEFINED_INSTRUCTION_VECTOR` Oct 21 18:38:11.718 INFO kablam! --> src/webarc/cpu.rs:7:1 Oct 21 18:38:11.718 INFO kablam! | Oct 21 18:38:11.718 INFO kablam! 7 | const UNDEFINED_INSTRUCTION_VECTOR: u32 = 0x04; Oct 21 18:38:11.718 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:38:11.718 INFO kablam! | Oct 21 18:38:11.718 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 18:38:11.718 INFO kablam! Oct 21 18:38:11.718 INFO kablam! warning: constant item is never used: `SWI_VECTOR` Oct 21 18:38:11.718 INFO kablam! --> src/webarc/cpu.rs:8:1 Oct 21 18:38:11.718 INFO kablam! | Oct 21 18:38:11.718 INFO kablam! 8 | const SWI_VECTOR: u32 = 0x08; Oct 21 18:38:11.718 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:38:11.718 INFO kablam! Oct 21 18:38:11.718 INFO kablam! warning: constant item is never used: `PREFETCH_ABORT_VECTOR` Oct 21 18:38:11.718 INFO kablam! --> src/webarc/cpu.rs:9:1 Oct 21 18:38:11.718 INFO kablam! | Oct 21 18:38:11.718 INFO kablam! 9 | const PREFETCH_ABORT_VECTOR: u32 = 0x0c; Oct 21 18:38:11.718 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:38:11.718 INFO kablam! Oct 21 18:38:11.718 INFO kablam! warning: constant item is never used: `DATA_ABORT_VECTOR` Oct 21 18:38:11.718 INFO kablam! --> src/webarc/cpu.rs:10:1 Oct 21 18:38:11.718 INFO kablam! | Oct 21 18:38:11.718 INFO kablam! 10 | const DATA_ABORT_VECTOR: u32 = 0x10; Oct 21 18:38:11.718 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:38:11.718 INFO kablam! Oct 21 18:38:11.718 INFO kablam! warning: constant item is never used: `ADDRESS_EXCEPTION_VECTOR` Oct 21 18:38:11.718 INFO kablam! --> src/webarc/cpu.rs:11:1 Oct 21 18:38:11.718 INFO kablam! | Oct 21 18:38:11.718 INFO kablam! 11 | const ADDRESS_EXCEPTION_VECTOR: u32 = 0x14; Oct 21 18:38:11.718 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:38:11.718 INFO kablam! Oct 21 18:38:11.718 INFO kablam! warning: constant item is never used: `IRQ_VECTOR` Oct 21 18:38:11.718 INFO kablam! --> src/webarc/cpu.rs:12:1 Oct 21 18:38:11.718 INFO kablam! | Oct 21 18:38:11.718 INFO kablam! 12 | const IRQ_VECTOR: u32 = 0x18; Oct 21 18:38:11.718 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:38:11.718 INFO kablam! Oct 21 18:38:11.718 INFO kablam! warning: constant item is never used: `FIRQ_VECTOR` Oct 21 18:38:11.718 INFO kablam! --> src/webarc/cpu.rs:13:1 Oct 21 18:38:11.718 INFO kablam! | Oct 21 18:38:11.718 INFO kablam! 13 | const FIRQ_VECTOR: u32 = 0x1c; Oct 21 18:38:11.718 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:38:11.718 INFO kablam! Oct 21 18:38:11.718 INFO kablam! warning: method is never used: `store` Oct 21 18:38:11.718 INFO kablam! --> src/webarc/memory.rs:51:5 Oct 21 18:38:11.718 INFO kablam! | Oct 21 18:38:11.718 INFO kablam! 51 | pub fn store(&self, _address: u32, _data: u32) { Oct 21 18:38:11.718 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:38:11.719 INFO kablam! Oct 21 18:38:11.719 INFO kablam! warning: method is never used: `load_byte` Oct 21 18:38:11.719 INFO kablam! --> src/webarc/memory.rs:56:5 Oct 21 18:38:11.719 INFO kablam! | Oct 21 18:38:11.719 INFO kablam! 56 | pub fn load_byte(&mut self, address: u32) -> u8 { Oct 21 18:38:11.719 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:38:11.719 INFO kablam! Oct 21 18:38:11.726 INFO kablam! warning: method is never used: `store_byte` Oct 21 18:38:11.726 INFO kablam! --> src/webarc/memory.rs:62:5 Oct 21 18:38:11.726 INFO kablam! | Oct 21 18:38:11.726 INFO kablam! 62 | pub fn store_byte(&mut self, address: u32, data: u8) { Oct 21 18:38:11.726 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:38:11.726 INFO kablam! Oct 21 18:38:11.726 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 18:38:11.726 INFO kablam! --> src/main.rs:15:5 Oct 21 18:38:11.726 INFO kablam! | Oct 21 18:38:11.726 INFO kablam! 15 | f.read(as_u8_slice(&mut rom)); Oct 21 18:38:11.726 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:38:11.726 INFO kablam! | Oct 21 18:38:11.726 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 21 18:38:11.726 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 18:38:11.726 INFO kablam! Oct 21 18:38:11.740 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.49s Oct 21 18:38:11.743 INFO kablam! su: No module specific data is present Oct 21 18:38:12.052 INFO running `"docker" "rm" "-f" "979c9bd9ad0384a0117ca5b890d82f45d9c8d7f9677eeeb6802d559744d49c90"` Oct 21 18:38:12.122 INFO blam! 979c9bd9ad0384a0117ca5b890d82f45d9c8d7f9677eeeb6802d559744d49c90