Oct 21 18:38:11.397 INFO checking danellis/webarc against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 18:38:11.397 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-1/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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:11.614 INFO blam! 734314e2d03985aea1a0b2bb069ae4804a1c96a975b944f1e378c94b64b03651 Oct 21 18:38:11.619 INFO running `"docker" "start" "-a" "734314e2d03985aea1a0b2bb069ae4804a1c96a975b944f1e378c94b64b03651"` Oct 21 18:38:12.268 INFO kablam! usermod: no changes Oct 21 18:38:12.269 INFO kablam! Checking webarc v0.1.0 (/source) Oct 21 18:38:12.602 INFO kablam! warning: unused import: `std::ops::Shr` Oct 21 18:38:12.602 INFO kablam! --> src/webarc/instructions.rs:2:5 Oct 21 18:38:12.602 INFO kablam! | Oct 21 18:38:12.602 INFO kablam! 2 | use std::ops::Shr; Oct 21 18:38:12.602 INFO kablam! | ^^^^^^^^^^^^^ Oct 21 18:38:12.602 INFO kablam! | Oct 21 18:38:12.602 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 18:38:12.602 INFO kablam! Oct 21 18:38:12.672 INFO kablam! warning: unused import: `std::ops::Shr` Oct 21 18:38:12.672 INFO kablam! --> src/webarc/instructions.rs:2:5 Oct 21 18:38:12.672 INFO kablam! | Oct 21 18:38:12.672 INFO kablam! 2 | use std::ops::Shr; Oct 21 18:38:12.672 INFO kablam! | ^^^^^^^^^^^^^ Oct 21 18:38:12.672 INFO kablam! | Oct 21 18:38:12.672 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 18:38:12.672 INFO kablam! Oct 21 18:38:12.742 INFO kablam! warning: unused variable: `memory` Oct 21 18:38:12.742 INFO kablam! --> src/webarc/instructions.rs:28:46 Oct 21 18:38:12.742 INFO kablam! | Oct 21 18:38:12.742 INFO kablam! 28 | fn exec_branch(registers: &mut RegisterFile, memory: &mut Memory, instruction: u32) -> Action { Oct 21 18:38:12.742 INFO kablam! | ^^^^^^ help: consider using `_memory` instead Oct 21 18:38:12.742 INFO kablam! | Oct 21 18:38:12.742 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 18:38:12.742 INFO kablam! Oct 21 18:38:12.742 INFO kablam! warning: unused variable: `address` Oct 21 18:38:12.742 INFO kablam! --> src/webarc/instructions.rs:123:15 Oct 21 18:38:12.742 INFO kablam! | Oct 21 18:38:12.742 INFO kablam! 123 | fn format_alu(address: u32, cond: &str, instruction: u32) -> String { Oct 21 18:38:12.742 INFO kablam! | ^^^^^^^ help: consider using `_address` instead Oct 21 18:38:12.742 INFO kablam! Oct 21 18:38:12.743 INFO kablam! warning: unused variable: `memory` Oct 21 18:38:12.743 INFO kablam! --> src/webarc/instructions.rs:165:47 Oct 21 18:38:12.743 INFO kablam! | Oct 21 18:38:12.743 INFO kablam! 165 | fn exec_alu_add(registers: &mut RegisterFile, memory: &mut Memory, rd: u32, op1: u32, op2: u32) -> Action { Oct 21 18:38:12.743 INFO kablam! | ^^^^^^ help: consider using `_memory` instead Oct 21 18:38:12.743 INFO kablam! Oct 21 18:38:12.743 INFO kablam! warning: unused variable: `rd` Oct 21 18:38:12.743 INFO kablam! --> src/webarc/instructions.rs:170:78 Oct 21 18:38:12.743 INFO kablam! | Oct 21 18:38:12.743 INFO kablam! 170 | fn exec_alu_unimplemented(registers: &mut RegisterFile, memory: &mut Memory, rd: u32, op1: u32, op2: u32) -> Action { Oct 21 18:38:12.743 INFO kablam! | ^^ help: consider using `_rd` instead Oct 21 18:38:12.743 INFO kablam! Oct 21 18:38:12.743 INFO kablam! warning: unused variable: `op1` Oct 21 18:38:12.743 INFO kablam! --> src/webarc/instructions.rs:170:87 Oct 21 18:38:12.743 INFO kablam! | Oct 21 18:38:12.743 INFO kablam! 170 | fn exec_alu_unimplemented(registers: &mut RegisterFile, memory: &mut Memory, rd: u32, op1: u32, op2: u32) -> Action { Oct 21 18:38:12.743 INFO kablam! | ^^^ help: consider using `_op1` instead Oct 21 18:38:12.743 INFO kablam! Oct 21 18:38:12.743 INFO kablam! warning: unused variable: `op2` Oct 21 18:38:12.743 INFO kablam! --> src/webarc/instructions.rs:170:97 Oct 21 18:38:12.743 INFO kablam! | Oct 21 18:38:12.743 INFO kablam! 170 | fn exec_alu_unimplemented(registers: &mut RegisterFile, memory: &mut Memory, rd: u32, op1: u32, op2: u32) -> Action { Oct 21 18:38:12.743 INFO kablam! | ^^^ help: consider using `_op2` instead Oct 21 18:38:12.743 INFO kablam! Oct 21 18:38:12.743 INFO kablam! warning: unused variable: `address` Oct 21 18:38:12.743 INFO kablam! --> src/webarc/instructions.rs:229:19 Oct 21 18:38:12.743 INFO kablam! | Oct 21 18:38:12.743 INFO kablam! 229 | fn format_ldr_str(address: u32, cond: &str, instruction: u32) -> String { Oct 21 18:38:12.743 INFO kablam! | ^^^^^^^ help: consider using `_address` instead Oct 21 18:38:12.743 INFO kablam! Oct 21 18:38:12.743 INFO kablam! warning: unused variable: `registers` Oct 21 18:38:12.743 INFO kablam! --> src/webarc/instructions.rs:283:23 Oct 21 18:38:12.743 INFO kablam! | Oct 21 18:38:12.743 INFO kablam! 283 | fn exec_unimplemented(registers: &mut RegisterFile, memory: &mut Memory, instruction: u32) -> Action { Oct 21 18:38:12.743 INFO kablam! | ^^^^^^^^^ help: consider using `_registers` instead Oct 21 18:38:12.743 INFO kablam! Oct 21 18:38:12.743 INFO kablam! warning: unused variable: `memory` Oct 21 18:38:12.743 INFO kablam! --> src/webarc/instructions.rs:283:53 Oct 21 18:38:12.743 INFO kablam! | Oct 21 18:38:12.743 INFO kablam! 283 | fn exec_unimplemented(registers: &mut RegisterFile, memory: &mut Memory, instruction: u32) -> Action { Oct 21 18:38:12.743 INFO kablam! | ^^^^^^ help: consider using `_memory` instead Oct 21 18:38:12.743 INFO kablam! Oct 21 18:38:12.743 INFO kablam! warning: unused variable: `instruction` Oct 21 18:38:12.743 INFO kablam! --> src/webarc/instructions.rs:283:74 Oct 21 18:38:12.743 INFO kablam! | Oct 21 18:38:12.743 INFO kablam! 283 | fn exec_unimplemented(registers: &mut RegisterFile, memory: &mut Memory, instruction: u32) -> Action { Oct 21 18:38:12.743 INFO kablam! | ^^^^^^^^^^^ help: consider using `_instruction` instead Oct 21 18:38:12.743 INFO kablam! Oct 21 18:38:12.743 INFO kablam! warning: unused variable: `address` Oct 21 18:38:12.743 INFO kablam! --> src/webarc/instructions.rs:287:25 Oct 21 18:38:12.743 INFO kablam! | Oct 21 18:38:12.743 INFO kablam! 287 | fn format_unimplemented(address: u32, cond: &str, instruction: u32) -> String { Oct 21 18:38:12.743 INFO kablam! | ^^^^^^^ help: consider using `_address` instead Oct 21 18:38:12.743 INFO kablam! Oct 21 18:38:12.743 INFO kablam! warning: unused variable: `instruction` Oct 21 18:38:12.743 INFO kablam! --> src/webarc/instructions.rs:287:51 Oct 21 18:38:12.743 INFO kablam! | Oct 21 18:38:12.743 INFO kablam! 287 | fn format_unimplemented(address: u32, cond: &str, instruction: u32) -> String { Oct 21 18:38:12.743 INFO kablam! | ^^^^^^^^^^^ help: consider using `_instruction` instead Oct 21 18:38:12.743 INFO kablam! Oct 21 18:38:12.768 INFO kablam! warning: constant item is never used: `UNDEFINED_INSTRUCTION_VECTOR` Oct 21 18:38:12.769 INFO kablam! --> src/webarc/cpu.rs:7:1 Oct 21 18:38:12.770 INFO kablam! | Oct 21 18:38:12.770 INFO kablam! 7 | const UNDEFINED_INSTRUCTION_VECTOR: u32 = 0x04; Oct 21 18:38:12.770 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:38:12.770 INFO kablam! | Oct 21 18:38:12.770 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 18:38:12.770 INFO kablam! Oct 21 18:38:12.770 INFO kablam! warning: constant item is never used: `SWI_VECTOR` Oct 21 18:38:12.770 INFO kablam! --> src/webarc/cpu.rs:8:1 Oct 21 18:38:12.770 INFO kablam! | Oct 21 18:38:12.770 INFO kablam! 8 | const SWI_VECTOR: u32 = 0x08; Oct 21 18:38:12.770 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:38:12.770 INFO kablam! Oct 21 18:38:12.770 INFO kablam! warning: constant item is never used: `PREFETCH_ABORT_VECTOR` Oct 21 18:38:12.770 INFO kablam! --> src/webarc/cpu.rs:9:1 Oct 21 18:38:12.770 INFO kablam! | Oct 21 18:38:12.770 INFO kablam! 9 | const PREFETCH_ABORT_VECTOR: u32 = 0x0c; Oct 21 18:38:12.770 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:38:12.770 INFO kablam! Oct 21 18:38:12.770 INFO kablam! warning: constant item is never used: `DATA_ABORT_VECTOR` Oct 21 18:38:12.770 INFO kablam! --> src/webarc/cpu.rs:10:1 Oct 21 18:38:12.770 INFO kablam! | Oct 21 18:38:12.770 INFO kablam! 10 | const DATA_ABORT_VECTOR: u32 = 0x10; Oct 21 18:38:12.770 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:38:12.770 INFO kablam! Oct 21 18:38:12.770 INFO kablam! warning: constant item is never used: `ADDRESS_EXCEPTION_VECTOR` Oct 21 18:38:12.770 INFO kablam! --> src/webarc/cpu.rs:11:1 Oct 21 18:38:12.770 INFO kablam! | Oct 21 18:38:12.770 INFO kablam! 11 | const ADDRESS_EXCEPTION_VECTOR: u32 = 0x14; Oct 21 18:38:12.770 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:38:12.770 INFO kablam! Oct 21 18:38:12.770 INFO kablam! warning: constant item is never used: `IRQ_VECTOR` Oct 21 18:38:12.770 INFO kablam! --> src/webarc/cpu.rs:12:1 Oct 21 18:38:12.770 INFO kablam! | Oct 21 18:38:12.770 INFO kablam! 12 | const IRQ_VECTOR: u32 = 0x18; Oct 21 18:38:12.770 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:38:12.770 INFO kablam! Oct 21 18:38:12.770 INFO kablam! warning: constant item is never used: `FIRQ_VECTOR` Oct 21 18:38:12.770 INFO kablam! --> src/webarc/cpu.rs:13:1 Oct 21 18:38:12.770 INFO kablam! | Oct 21 18:38:12.770 INFO kablam! 13 | const FIRQ_VECTOR: u32 = 0x1c; Oct 21 18:38:12.770 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:38:12.770 INFO kablam! Oct 21 18:38:12.785 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 18:38:12.785 INFO kablam! --> src/main.rs:16:5 Oct 21 18:38:12.785 INFO kablam! | Oct 21 18:38:12.785 INFO kablam! 16 | f.read(as_u8_slice(&mut rom)); Oct 21 18:38:12.785 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:38:12.785 INFO kablam! | Oct 21 18:38:12.785 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 21 18:38:12.785 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 18:38:12.785 INFO kablam! Oct 21 18:38:12.820 INFO kablam! warning: unused variable: `memory` Oct 21 18:38:12.820 INFO kablam! --> src/webarc/instructions.rs:28:46 Oct 21 18:38:12.820 INFO kablam! | Oct 21 18:38:12.820 INFO kablam! 28 | fn exec_branch(registers: &mut RegisterFile, memory: &mut Memory, instruction: u32) -> Action { Oct 21 18:38:12.820 INFO kablam! | ^^^^^^ help: consider using `_memory` instead Oct 21 18:38:12.820 INFO kablam! | Oct 21 18:38:12.820 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 18:38:12.820 INFO kablam! Oct 21 18:38:12.820 INFO kablam! warning: unused variable: `address` Oct 21 18:38:12.820 INFO kablam! --> src/webarc/instructions.rs:123:15 Oct 21 18:38:12.820 INFO kablam! | Oct 21 18:38:12.820 INFO kablam! 123 | fn format_alu(address: u32, cond: &str, instruction: u32) -> String { Oct 21 18:38:12.820 INFO kablam! | ^^^^^^^ help: consider using `_address` instead Oct 21 18:38:12.820 INFO kablam! Oct 21 18:38:12.820 INFO kablam! warning: unused variable: `memory` Oct 21 18:38:12.820 INFO kablam! --> src/webarc/instructions.rs:165:47 Oct 21 18:38:12.820 INFO kablam! | Oct 21 18:38:12.820 INFO kablam! 165 | fn exec_alu_add(registers: &mut RegisterFile, memory: &mut Memory, rd: u32, op1: u32, op2: u32) -> Action { Oct 21 18:38:12.820 INFO kablam! | ^^^^^^ help: consider using `_memory` instead Oct 21 18:38:12.820 INFO kablam! Oct 21 18:38:12.820 INFO kablam! warning: unused variable: `rd` Oct 21 18:38:12.820 INFO kablam! --> src/webarc/instructions.rs:170:78 Oct 21 18:38:12.820 INFO kablam! | Oct 21 18:38:12.820 INFO kablam! 170 | fn exec_alu_unimplemented(registers: &mut RegisterFile, memory: &mut Memory, rd: u32, op1: u32, op2: u32) -> Action { Oct 21 18:38:12.820 INFO kablam! | ^^ help: consider using `_rd` instead Oct 21 18:38:12.820 INFO kablam! Oct 21 18:38:12.820 INFO kablam! warning: unused variable: `op1` Oct 21 18:38:12.820 INFO kablam! --> src/webarc/instructions.rs:170:87 Oct 21 18:38:12.820 INFO kablam! | Oct 21 18:38:12.820 INFO kablam! 170 | fn exec_alu_unimplemented(registers: &mut RegisterFile, memory: &mut Memory, rd: u32, op1: u32, op2: u32) -> Action { Oct 21 18:38:12.820 INFO kablam! | ^^^ help: consider using `_op1` instead Oct 21 18:38:12.820 INFO kablam! Oct 21 18:38:12.820 INFO kablam! warning: unused variable: `op2` Oct 21 18:38:12.820 INFO kablam! --> src/webarc/instructions.rs:170:97 Oct 21 18:38:12.820 INFO kablam! | Oct 21 18:38:12.820 INFO kablam! 170 | fn exec_alu_unimplemented(registers: &mut RegisterFile, memory: &mut Memory, rd: u32, op1: u32, op2: u32) -> Action { Oct 21 18:38:12.820 INFO kablam! | ^^^ help: consider using `_op2` instead Oct 21 18:38:12.820 INFO kablam! Oct 21 18:38:12.820 INFO kablam! warning: unused variable: `address` Oct 21 18:38:12.820 INFO kablam! --> src/webarc/instructions.rs:229:19 Oct 21 18:38:12.820 INFO kablam! | Oct 21 18:38:12.820 INFO kablam! 229 | fn format_ldr_str(address: u32, cond: &str, instruction: u32) -> String { Oct 21 18:38:12.820 INFO kablam! | ^^^^^^^ help: consider using `_address` instead Oct 21 18:38:12.820 INFO kablam! Oct 21 18:38:12.821 INFO kablam! warning: unused variable: `registers` Oct 21 18:38:12.821 INFO kablam! --> src/webarc/instructions.rs:283:23 Oct 21 18:38:12.821 INFO kablam! | Oct 21 18:38:12.821 INFO kablam! 283 | fn exec_unimplemented(registers: &mut RegisterFile, memory: &mut Memory, instruction: u32) -> Action { Oct 21 18:38:12.821 INFO kablam! | ^^^^^^^^^ help: consider using `_registers` instead Oct 21 18:38:12.821 INFO kablam! Oct 21 18:38:12.821 INFO kablam! warning: unused variable: `memory` Oct 21 18:38:12.821 INFO kablam! --> src/webarc/instructions.rs:283:53 Oct 21 18:38:12.821 INFO kablam! | Oct 21 18:38:12.821 INFO kablam! 283 | fn exec_unimplemented(registers: &mut RegisterFile, memory: &mut Memory, instruction: u32) -> Action { Oct 21 18:38:12.821 INFO kablam! | ^^^^^^ help: consider using `_memory` instead Oct 21 18:38:12.821 INFO kablam! Oct 21 18:38:12.821 INFO kablam! warning: unused variable: `instruction` Oct 21 18:38:12.821 INFO kablam! --> src/webarc/instructions.rs:283:74 Oct 21 18:38:12.821 INFO kablam! | Oct 21 18:38:12.821 INFO kablam! 283 | fn exec_unimplemented(registers: &mut RegisterFile, memory: &mut Memory, instruction: u32) -> Action { Oct 21 18:38:12.821 INFO kablam! | ^^^^^^^^^^^ help: consider using `_instruction` instead Oct 21 18:38:12.821 INFO kablam! Oct 21 18:38:12.821 INFO kablam! warning: unused variable: `address` Oct 21 18:38:12.821 INFO kablam! --> src/webarc/instructions.rs:287:25 Oct 21 18:38:12.821 INFO kablam! | Oct 21 18:38:12.821 INFO kablam! 287 | fn format_unimplemented(address: u32, cond: &str, instruction: u32) -> String { Oct 21 18:38:12.821 INFO kablam! | ^^^^^^^ help: consider using `_address` instead Oct 21 18:38:12.821 INFO kablam! Oct 21 18:38:12.821 INFO kablam! warning: unused variable: `instruction` Oct 21 18:38:12.821 INFO kablam! --> src/webarc/instructions.rs:287:51 Oct 21 18:38:12.821 INFO kablam! | Oct 21 18:38:12.821 INFO kablam! 287 | fn format_unimplemented(address: u32, cond: &str, instruction: u32) -> String { Oct 21 18:38:12.821 INFO kablam! | ^^^^^^^^^^^ help: consider using `_instruction` instead Oct 21 18:38:12.821 INFO kablam! Oct 21 18:38:12.860 INFO kablam! warning: constant item is never used: `UNDEFINED_INSTRUCTION_VECTOR` Oct 21 18:38:12.860 INFO kablam! --> src/webarc/cpu.rs:7:1 Oct 21 18:38:12.860 INFO kablam! | Oct 21 18:38:12.860 INFO kablam! 7 | const UNDEFINED_INSTRUCTION_VECTOR: u32 = 0x04; Oct 21 18:38:12.860 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:38:12.860 INFO kablam! | Oct 21 18:38:12.860 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 18:38:12.860 INFO kablam! Oct 21 18:38:12.860 INFO kablam! warning: constant item is never used: `SWI_VECTOR` Oct 21 18:38:12.860 INFO kablam! --> src/webarc/cpu.rs:8:1 Oct 21 18:38:12.860 INFO kablam! | Oct 21 18:38:12.860 INFO kablam! 8 | const SWI_VECTOR: u32 = 0x08; Oct 21 18:38:12.860 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:38:12.860 INFO kablam! Oct 21 18:38:12.860 INFO kablam! warning: constant item is never used: `PREFETCH_ABORT_VECTOR` Oct 21 18:38:12.860 INFO kablam! --> src/webarc/cpu.rs:9:1 Oct 21 18:38:12.861 INFO kablam! | Oct 21 18:38:12.861 INFO kablam! 9 | const PREFETCH_ABORT_VECTOR: u32 = 0x0c; Oct 21 18:38:12.861 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:38:12.861 INFO kablam! Oct 21 18:38:12.861 INFO kablam! warning: constant item is never used: `DATA_ABORT_VECTOR` Oct 21 18:38:12.861 INFO kablam! --> src/webarc/cpu.rs:10:1 Oct 21 18:38:12.861 INFO kablam! | Oct 21 18:38:12.861 INFO kablam! 10 | const DATA_ABORT_VECTOR: u32 = 0x10; Oct 21 18:38:12.861 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:38:12.861 INFO kablam! Oct 21 18:38:12.861 INFO kablam! warning: constant item is never used: `ADDRESS_EXCEPTION_VECTOR` Oct 21 18:38:12.861 INFO kablam! --> src/webarc/cpu.rs:11:1 Oct 21 18:38:12.861 INFO kablam! | Oct 21 18:38:12.861 INFO kablam! 11 | const ADDRESS_EXCEPTION_VECTOR: u32 = 0x14; Oct 21 18:38:12.861 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:38:12.861 INFO kablam! Oct 21 18:38:12.861 INFO kablam! warning: constant item is never used: `IRQ_VECTOR` Oct 21 18:38:12.861 INFO kablam! --> src/webarc/cpu.rs:12:1 Oct 21 18:38:12.861 INFO kablam! | Oct 21 18:38:12.861 INFO kablam! 12 | const IRQ_VECTOR: u32 = 0x18; Oct 21 18:38:12.861 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:38:12.861 INFO kablam! Oct 21 18:38:12.861 INFO kablam! warning: constant item is never used: `FIRQ_VECTOR` Oct 21 18:38:12.861 INFO kablam! --> src/webarc/cpu.rs:13:1 Oct 21 18:38:12.861 INFO kablam! | Oct 21 18:38:12.861 INFO kablam! 13 | const FIRQ_VECTOR: u32 = 0x1c; Oct 21 18:38:12.861 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:38:12.861 INFO kablam! Oct 21 18:38:12.874 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 18:38:12.874 INFO kablam! --> src/main.rs:16:5 Oct 21 18:38:12.874 INFO kablam! | Oct 21 18:38:12.874 INFO kablam! 16 | f.read(as_u8_slice(&mut rom)); Oct 21 18:38:12.874 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:38:12.874 INFO kablam! | Oct 21 18:38:12.874 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 21 18:38:12.874 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 18:38:12.874 INFO kablam! Oct 21 18:38:12.898 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.64s Oct 21 18:38:12.898 INFO kablam! su: No module specific data is present Oct 21 18:38:13.344 INFO running `"docker" "rm" "-f" "734314e2d03985aea1a0b2bb069ae4804a1c96a975b944f1e378c94b64b03651"` Oct 21 18:38:13.504 INFO blam! 734314e2d03985aea1a0b2bb069ae4804a1c96a975b944f1e378c94b64b03651