Oct 27 06:13:29.365 INFO checking danellis/webarc-rust against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 06:13:29.365 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-6/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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 06:13:29.750 INFO blam! 7fb5d1f34c52f84bda854de6c4dec9f2a9945d08b06381c546ef9c29ec2d25df Oct 27 06:13:29.771 INFO running `"docker" "start" "-a" "7fb5d1f34c52f84bda854de6c4dec9f2a9945d08b06381c546ef9c29ec2d25df"` Oct 27 06:13:30.866 INFO kablam! usermod: no changes Oct 27 06:13:30.993 INFO kablam! Checking webarc v0.1.0 (/source) Oct 27 06:13:31.867 INFO kablam! warning: unused variable: `memory` Oct 27 06:13:31.867 INFO kablam! --> src/webarc/instructions.rs:40:49 Oct 27 06:13:31.867 INFO kablam! | Oct 27 06:13:31.867 INFO kablam! 40 | fn exec(&self,registers: &mut RegisterFile, memory: &mut Memory, instruction: u32) { Oct 27 06:13:31.868 INFO kablam! | ^^^^^^ help: consider using `_memory` instead Oct 27 06:13:31.868 INFO kablam! | Oct 27 06:13:31.868 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 06:13:31.868 INFO kablam! Oct 27 06:13:31.877 INFO kablam! warning: constant item is never used: `UNDEFINED_INSTRUCTION_VECTOR` Oct 27 06:13:31.877 INFO kablam! --> src/webarc/cpu.rs:7:1 Oct 27 06:13:31.878 INFO kablam! | Oct 27 06:13:31.878 INFO kablam! 7 | const UNDEFINED_INSTRUCTION_VECTOR: u32 = 0x04; Oct 27 06:13:31.878 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:13:31.878 INFO kablam! | Oct 27 06:13:31.878 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 06:13:31.878 INFO kablam! Oct 27 06:13:31.878 INFO kablam! warning: constant item is never used: `SWI_VECTOR` Oct 27 06:13:31.878 INFO kablam! --> src/webarc/cpu.rs:8:1 Oct 27 06:13:31.878 INFO kablam! | Oct 27 06:13:31.878 INFO kablam! 8 | const SWI_VECTOR: u32 = 0x08; Oct 27 06:13:31.878 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:13:31.878 INFO kablam! Oct 27 06:13:31.878 INFO kablam! warning: constant item is never used: `PREFETCH_ABORT_VECTOR` Oct 27 06:13:31.878 INFO kablam! --> src/webarc/cpu.rs:9:1 Oct 27 06:13:31.878 INFO kablam! | Oct 27 06:13:31.878 INFO kablam! 9 | const PREFETCH_ABORT_VECTOR: u32 = 0x0c; Oct 27 06:13:31.878 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:13:31.878 INFO kablam! Oct 27 06:13:31.878 INFO kablam! warning: constant item is never used: `DATA_ABORT_VECTOR` Oct 27 06:13:31.878 INFO kablam! --> src/webarc/cpu.rs:10:1 Oct 27 06:13:31.878 INFO kablam! | Oct 27 06:13:31.878 INFO kablam! 10 | const DATA_ABORT_VECTOR: u32 = 0x10; Oct 27 06:13:31.878 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:13:31.878 INFO kablam! Oct 27 06:13:31.879 INFO kablam! warning: constant item is never used: `ADDRESS_EXCEPTION_VECTOR` Oct 27 06:13:31.879 INFO kablam! --> src/webarc/cpu.rs:11:1 Oct 27 06:13:31.879 INFO kablam! | Oct 27 06:13:31.879 INFO kablam! 11 | const ADDRESS_EXCEPTION_VECTOR: u32 = 0x14; Oct 27 06:13:31.879 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:13:31.879 INFO kablam! Oct 27 06:13:31.880 INFO kablam! warning: constant item is never used: `IRQ_VECTOR` Oct 27 06:13:31.880 INFO kablam! --> src/webarc/cpu.rs:12:1 Oct 27 06:13:31.880 INFO kablam! | Oct 27 06:13:31.880 INFO kablam! 12 | const IRQ_VECTOR: u32 = 0x18; Oct 27 06:13:31.880 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:13:31.880 INFO kablam! Oct 27 06:13:31.880 INFO kablam! warning: constant item is never used: `FIRQ_VECTOR` Oct 27 06:13:31.880 INFO kablam! --> src/webarc/cpu.rs:13:1 Oct 27 06:13:31.881 INFO kablam! | Oct 27 06:13:31.881 INFO kablam! 13 | const FIRQ_VECTOR: u32 = 0x1c; Oct 27 06:13:31.881 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:13:31.881 INFO kablam! Oct 27 06:13:31.881 INFO kablam! warning: method is never used: `store` Oct 27 06:13:31.881 INFO kablam! --> src/webarc/memory.rs:51:5 Oct 27 06:13:31.882 INFO kablam! | Oct 27 06:13:31.882 INFO kablam! 51 | pub fn store(&self, _address: u32, _data: u32) { Oct 27 06:13:31.882 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:13:31.882 INFO kablam! Oct 27 06:13:31.882 INFO kablam! warning: method is never used: `load_byte` Oct 27 06:13:31.882 INFO kablam! --> src/webarc/memory.rs:56:5 Oct 27 06:13:31.882 INFO kablam! | Oct 27 06:13:31.883 INFO kablam! 56 | pub fn load_byte(&mut self, address: u32) -> u8 { Oct 27 06:13:31.883 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:13:31.883 INFO kablam! Oct 27 06:13:31.883 INFO kablam! warning: method is never used: `store_byte` Oct 27 06:13:31.883 INFO kablam! --> src/webarc/memory.rs:62:5 Oct 27 06:13:31.883 INFO kablam! | Oct 27 06:13:31.883 INFO kablam! 62 | pub fn store_byte(&mut self, address: u32, data: u8) { Oct 27 06:13:31.884 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:13:31.884 INFO kablam! Oct 27 06:13:31.886 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 06:13:31.886 INFO kablam! --> src/main.rs:15:5 Oct 27 06:13:31.886 INFO kablam! | Oct 27 06:13:31.886 INFO kablam! 15 | f.read(as_u8_slice(&mut rom)); Oct 27 06:13:31.887 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:13:31.887 INFO kablam! | Oct 27 06:13:31.887 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 06:13:31.887 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 06:13:31.887 INFO kablam! Oct 27 06:13:32.110 INFO kablam! warning: unused variable: `memory` Oct 27 06:13:32.110 INFO kablam! --> src/webarc/instructions.rs:40:49 Oct 27 06:13:32.110 INFO kablam! | Oct 27 06:13:32.110 INFO kablam! 40 | fn exec(&self,registers: &mut RegisterFile, memory: &mut Memory, instruction: u32) { Oct 27 06:13:32.110 INFO kablam! | ^^^^^^ help: consider using `_memory` instead Oct 27 06:13:32.110 INFO kablam! | Oct 27 06:13:32.110 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 06:13:32.110 INFO kablam! Oct 27 06:13:32.126 INFO kablam! warning: constant item is never used: `UNDEFINED_INSTRUCTION_VECTOR` Oct 27 06:13:32.126 INFO kablam! --> src/webarc/cpu.rs:7:1 Oct 27 06:13:32.126 INFO kablam! | Oct 27 06:13:32.126 INFO kablam! 7 | const UNDEFINED_INSTRUCTION_VECTOR: u32 = 0x04; Oct 27 06:13:32.126 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:13:32.126 INFO kablam! | Oct 27 06:13:32.126 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 06:13:32.126 INFO kablam! Oct 27 06:13:32.126 INFO kablam! warning: constant item is never used: `SWI_VECTOR` Oct 27 06:13:32.126 INFO kablam! --> src/webarc/cpu.rs:8:1 Oct 27 06:13:32.126 INFO kablam! | Oct 27 06:13:32.126 INFO kablam! 8 | const SWI_VECTOR: u32 = 0x08; Oct 27 06:13:32.126 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:13:32.126 INFO kablam! Oct 27 06:13:32.126 INFO kablam! warning: constant item is never used: `PREFETCH_ABORT_VECTOR` Oct 27 06:13:32.126 INFO kablam! --> src/webarc/cpu.rs:9:1 Oct 27 06:13:32.126 INFO kablam! | Oct 27 06:13:32.126 INFO kablam! 9 | const PREFETCH_ABORT_VECTOR: u32 = 0x0c; Oct 27 06:13:32.126 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:13:32.126 INFO kablam! Oct 27 06:13:32.126 INFO kablam! warning: constant item is never used: `DATA_ABORT_VECTOR` Oct 27 06:13:32.126 INFO kablam! --> src/webarc/cpu.rs:10:1 Oct 27 06:13:32.126 INFO kablam! | Oct 27 06:13:32.126 INFO kablam! 10 | const DATA_ABORT_VECTOR: u32 = 0x10; Oct 27 06:13:32.126 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:13:32.126 INFO kablam! Oct 27 06:13:32.127 INFO kablam! warning: constant item is never used: `ADDRESS_EXCEPTION_VECTOR` Oct 27 06:13:32.127 INFO kablam! --> src/webarc/cpu.rs:11:1 Oct 27 06:13:32.127 INFO kablam! | Oct 27 06:13:32.127 INFO kablam! 11 | const ADDRESS_EXCEPTION_VECTOR: u32 = 0x14; Oct 27 06:13:32.127 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:13:32.127 INFO kablam! Oct 27 06:13:32.127 INFO kablam! warning: constant item is never used: `IRQ_VECTOR` Oct 27 06:13:32.127 INFO kablam! --> src/webarc/cpu.rs:12:1 Oct 27 06:13:32.127 INFO kablam! | Oct 27 06:13:32.127 INFO kablam! 12 | const IRQ_VECTOR: u32 = 0x18; Oct 27 06:13:32.127 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:13:32.127 INFO kablam! Oct 27 06:13:32.127 INFO kablam! warning: constant item is never used: `FIRQ_VECTOR` Oct 27 06:13:32.127 INFO kablam! --> src/webarc/cpu.rs:13:1 Oct 27 06:13:32.127 INFO kablam! | Oct 27 06:13:32.127 INFO kablam! 13 | const FIRQ_VECTOR: u32 = 0x1c; Oct 27 06:13:32.127 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:13:32.127 INFO kablam! Oct 27 06:13:32.127 INFO kablam! warning: method is never used: `store` Oct 27 06:13:32.127 INFO kablam! --> src/webarc/memory.rs:51:5 Oct 27 06:13:32.127 INFO kablam! | Oct 27 06:13:32.127 INFO kablam! 51 | pub fn store(&self, _address: u32, _data: u32) { Oct 27 06:13:32.127 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:13:32.127 INFO kablam! Oct 27 06:13:32.127 INFO kablam! warning: method is never used: `load_byte` Oct 27 06:13:32.127 INFO kablam! --> src/webarc/memory.rs:56:5 Oct 27 06:13:32.127 INFO kablam! | Oct 27 06:13:32.127 INFO kablam! 56 | pub fn load_byte(&mut self, address: u32) -> u8 { Oct 27 06:13:32.127 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:13:32.127 INFO kablam! Oct 27 06:13:32.127 INFO kablam! warning: method is never used: `store_byte` Oct 27 06:13:32.127 INFO kablam! --> src/webarc/memory.rs:62:5 Oct 27 06:13:32.127 INFO kablam! | Oct 27 06:13:32.127 INFO kablam! 62 | pub fn store_byte(&mut self, address: u32, data: u8) { Oct 27 06:13:32.127 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:13:32.127 INFO kablam! Oct 27 06:13:32.128 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 06:13:32.128 INFO kablam! --> src/main.rs:15:5 Oct 27 06:13:32.128 INFO kablam! | Oct 27 06:13:32.128 INFO kablam! 15 | f.read(as_u8_slice(&mut rom)); Oct 27 06:13:32.128 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:13:32.128 INFO kablam! | Oct 27 06:13:32.128 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 06:13:32.128 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 06:13:32.128 INFO kablam! Oct 27 06:13:32.142 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.24s Oct 27 06:13:32.144 INFO kablam! su: No module specific data is present Oct 27 06:13:33.187 INFO running `"docker" "rm" "-f" "7fb5d1f34c52f84bda854de6c4dec9f2a9945d08b06381c546ef9c29ec2d25df"` Oct 27 06:13:33.399 INFO blam! 7fb5d1f34c52f84bda854de6c4dec9f2a9945d08b06381c546ef9c29ec2d25df