Oct 11 00:42:59.004 INFO testing danellis/webarc against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 00:42:59.004 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 00:42:59.004 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 00:42:59.311 INFO blam! 641ab5100ba4ce436719ef728f7a47a18e996d94048c4b30cebe3af5db0d1915 Oct 11 00:42:59.313 INFO running `"docker" "start" "-a" "641ab5100ba4ce436719ef728f7a47a18e996d94048c4b30cebe3af5db0d1915"` Oct 11 00:42:59.760 INFO kablam! usermod: no changes Oct 11 00:42:59.787 INFO kablam! Compiling webarc v0.1.0 (/source) Oct 11 00:43:00.375 INFO kablam! warning: unused import: `std::ops::Shr` Oct 11 00:43:00.375 INFO kablam! --> src/webarc/instructions.rs:2:5 Oct 11 00:43:00.375 INFO kablam! | Oct 11 00:43:00.375 INFO kablam! 2 | use std::ops::Shr; Oct 11 00:43:00.375 INFO kablam! | ^^^^^^^^^^^^^ Oct 11 00:43:00.375 INFO kablam! | Oct 11 00:43:00.375 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 00:43:00.375 INFO kablam! Oct 11 00:43:00.515 INFO kablam! warning: unused variable: `memory` Oct 11 00:43:00.515 INFO kablam! --> src/webarc/instructions.rs:28:46 Oct 11 00:43:00.515 INFO kablam! | Oct 11 00:43:00.515 INFO kablam! 28 | fn exec_branch(registers: &mut RegisterFile, memory: &mut Memory, instruction: u32) -> Action { Oct 11 00:43:00.516 INFO kablam! | ^^^^^^ help: consider using `_memory` instead Oct 11 00:43:00.516 INFO kablam! | Oct 11 00:43:00.516 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 00:43:00.516 INFO kablam! Oct 11 00:43:00.521 INFO kablam! warning: unused variable: `address` Oct 11 00:43:00.521 INFO kablam! --> src/webarc/instructions.rs:123:15 Oct 11 00:43:00.521 INFO kablam! | Oct 11 00:43:00.521 INFO kablam! 123 | fn format_alu(address: u32, cond: &str, instruction: u32) -> String { Oct 11 00:43:00.521 INFO kablam! | ^^^^^^^ help: consider using `_address` instead Oct 11 00:43:00.521 INFO kablam! Oct 11 00:43:00.521 INFO kablam! warning: unused variable: `memory` Oct 11 00:43:00.521 INFO kablam! --> src/webarc/instructions.rs:165:47 Oct 11 00:43:00.521 INFO kablam! | Oct 11 00:43:00.521 INFO kablam! 165 | fn exec_alu_add(registers: &mut RegisterFile, memory: &mut Memory, rd: u32, op1: u32, op2: u32) -> Action { Oct 11 00:43:00.521 INFO kablam! | ^^^^^^ help: consider using `_memory` instead Oct 11 00:43:00.521 INFO kablam! Oct 11 00:43:00.521 INFO kablam! warning: unused variable: `rd` Oct 11 00:43:00.521 INFO kablam! --> src/webarc/instructions.rs:170:78 Oct 11 00:43:00.521 INFO kablam! | Oct 11 00:43:00.521 INFO kablam! 170 | fn exec_alu_unimplemented(registers: &mut RegisterFile, memory: &mut Memory, rd: u32, op1: u32, op2: u32) -> Action { Oct 11 00:43:00.521 INFO kablam! | ^^ help: consider using `_rd` instead Oct 11 00:43:00.521 INFO kablam! Oct 11 00:43:00.521 INFO kablam! warning: unused variable: `op1` Oct 11 00:43:00.521 INFO kablam! --> src/webarc/instructions.rs:170:87 Oct 11 00:43:00.521 INFO kablam! | Oct 11 00:43:00.521 INFO kablam! 170 | fn exec_alu_unimplemented(registers: &mut RegisterFile, memory: &mut Memory, rd: u32, op1: u32, op2: u32) -> Action { Oct 11 00:43:00.521 INFO kablam! | ^^^ help: consider using `_op1` instead Oct 11 00:43:00.521 INFO kablam! Oct 11 00:43:00.521 INFO kablam! warning: unused variable: `op2` Oct 11 00:43:00.521 INFO kablam! --> src/webarc/instructions.rs:170:97 Oct 11 00:43:00.521 INFO kablam! | Oct 11 00:43:00.521 INFO kablam! 170 | fn exec_alu_unimplemented(registers: &mut RegisterFile, memory: &mut Memory, rd: u32, op1: u32, op2: u32) -> Action { Oct 11 00:43:00.521 INFO kablam! | ^^^ help: consider using `_op2` instead Oct 11 00:43:00.521 INFO kablam! Oct 11 00:43:00.521 INFO kablam! warning: unused variable: `address` Oct 11 00:43:00.521 INFO kablam! --> src/webarc/instructions.rs:229:19 Oct 11 00:43:00.521 INFO kablam! | Oct 11 00:43:00.521 INFO kablam! 229 | fn format_ldr_str(address: u32, cond: &str, instruction: u32) -> String { Oct 11 00:43:00.521 INFO kablam! | ^^^^^^^ help: consider using `_address` instead Oct 11 00:43:00.521 INFO kablam! Oct 11 00:43:00.521 INFO kablam! warning: unused variable: `registers` Oct 11 00:43:00.521 INFO kablam! --> src/webarc/instructions.rs:283:23 Oct 11 00:43:00.521 INFO kablam! | Oct 11 00:43:00.521 INFO kablam! 283 | fn exec_unimplemented(registers: &mut RegisterFile, memory: &mut Memory, instruction: u32) -> Action { Oct 11 00:43:00.521 INFO kablam! | ^^^^^^^^^ help: consider using `_registers` instead Oct 11 00:43:00.521 INFO kablam! Oct 11 00:43:00.521 INFO kablam! warning: unused variable: `memory` Oct 11 00:43:00.521 INFO kablam! --> src/webarc/instructions.rs:283:53 Oct 11 00:43:00.521 INFO kablam! | Oct 11 00:43:00.521 INFO kablam! 283 | fn exec_unimplemented(registers: &mut RegisterFile, memory: &mut Memory, instruction: u32) -> Action { Oct 11 00:43:00.521 INFO kablam! | ^^^^^^ help: consider using `_memory` instead Oct 11 00:43:00.521 INFO kablam! Oct 11 00:43:00.521 INFO kablam! warning: unused variable: `instruction` Oct 11 00:43:00.521 INFO kablam! --> src/webarc/instructions.rs:283:74 Oct 11 00:43:00.521 INFO kablam! | Oct 11 00:43:00.521 INFO kablam! 283 | fn exec_unimplemented(registers: &mut RegisterFile, memory: &mut Memory, instruction: u32) -> Action { Oct 11 00:43:00.521 INFO kablam! | ^^^^^^^^^^^ help: consider using `_instruction` instead Oct 11 00:43:00.521 INFO kablam! Oct 11 00:43:00.521 INFO kablam! warning: unused variable: `address` Oct 11 00:43:00.521 INFO kablam! --> src/webarc/instructions.rs:287:25 Oct 11 00:43:00.521 INFO kablam! | Oct 11 00:43:00.521 INFO kablam! 287 | fn format_unimplemented(address: u32, cond: &str, instruction: u32) -> String { Oct 11 00:43:00.521 INFO kablam! | ^^^^^^^ help: consider using `_address` instead Oct 11 00:43:00.521 INFO kablam! Oct 11 00:43:00.521 INFO kablam! warning: unused variable: `instruction` Oct 11 00:43:00.521 INFO kablam! --> src/webarc/instructions.rs:287:51 Oct 11 00:43:00.521 INFO kablam! | Oct 11 00:43:00.521 INFO kablam! 287 | fn format_unimplemented(address: u32, cond: &str, instruction: u32) -> String { Oct 11 00:43:00.521 INFO kablam! | ^^^^^^^^^^^ help: consider using `_instruction` instead Oct 11 00:43:00.522 INFO kablam! Oct 11 00:43:00.548 INFO kablam! warning: constant item is never used: `UNDEFINED_INSTRUCTION_VECTOR` Oct 11 00:43:00.548 INFO kablam! --> src/webarc/cpu.rs:7:1 Oct 11 00:43:00.548 INFO kablam! | Oct 11 00:43:00.548 INFO kablam! 7 | const UNDEFINED_INSTRUCTION_VECTOR: u32 = 0x04; Oct 11 00:43:00.548 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:43:00.548 INFO kablam! | Oct 11 00:43:00.548 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 00:43:00.548 INFO kablam! Oct 11 00:43:00.548 INFO kablam! warning: constant item is never used: `SWI_VECTOR` Oct 11 00:43:00.548 INFO kablam! --> src/webarc/cpu.rs:8:1 Oct 11 00:43:00.548 INFO kablam! | Oct 11 00:43:00.548 INFO kablam! 8 | const SWI_VECTOR: u32 = 0x08; Oct 11 00:43:00.548 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:43:00.548 INFO kablam! Oct 11 00:43:00.548 INFO kablam! warning: constant item is never used: `PREFETCH_ABORT_VECTOR` Oct 11 00:43:00.548 INFO kablam! --> src/webarc/cpu.rs:9:1 Oct 11 00:43:00.548 INFO kablam! | Oct 11 00:43:00.548 INFO kablam! 9 | const PREFETCH_ABORT_VECTOR: u32 = 0x0c; Oct 11 00:43:00.548 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:43:00.548 INFO kablam! Oct 11 00:43:00.556 INFO kablam! warning: constant item is never used: `DATA_ABORT_VECTOR` Oct 11 00:43:00.556 INFO kablam! --> src/webarc/cpu.rs:10:1 Oct 11 00:43:00.556 INFO kablam! | Oct 11 00:43:00.556 INFO kablam! 10 | const DATA_ABORT_VECTOR: u32 = 0x10; Oct 11 00:43:00.556 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:43:00.556 INFO kablam! Oct 11 00:43:00.556 INFO kablam! warning: constant item is never used: `ADDRESS_EXCEPTION_VECTOR` Oct 11 00:43:00.556 INFO kablam! --> src/webarc/cpu.rs:11:1 Oct 11 00:43:00.556 INFO kablam! | Oct 11 00:43:00.556 INFO kablam! 11 | const ADDRESS_EXCEPTION_VECTOR: u32 = 0x14; Oct 11 00:43:00.556 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:43:00.556 INFO kablam! Oct 11 00:43:00.556 INFO kablam! warning: constant item is never used: `IRQ_VECTOR` Oct 11 00:43:00.556 INFO kablam! --> src/webarc/cpu.rs:12:1 Oct 11 00:43:00.556 INFO kablam! | Oct 11 00:43:00.556 INFO kablam! 12 | const IRQ_VECTOR: u32 = 0x18; Oct 11 00:43:00.556 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:43:00.556 INFO kablam! Oct 11 00:43:00.556 INFO kablam! warning: constant item is never used: `FIRQ_VECTOR` Oct 11 00:43:00.556 INFO kablam! --> src/webarc/cpu.rs:13:1 Oct 11 00:43:00.556 INFO kablam! | Oct 11 00:43:00.556 INFO kablam! 13 | const FIRQ_VECTOR: u32 = 0x1c; Oct 11 00:43:00.556 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:43:00.556 INFO kablam! Oct 11 00:43:00.561 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 00:43:00.561 INFO kablam! --> src/main.rs:16:5 Oct 11 00:43:00.561 INFO kablam! | Oct 11 00:43:00.561 INFO kablam! 16 | f.read(as_u8_slice(&mut rom)); Oct 11 00:43:00.561 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:43:00.561 INFO kablam! | Oct 11 00:43:00.561 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 11 00:43:00.561 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 00:43:00.561 INFO kablam! Oct 11 00:43:00.963 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.18s Oct 11 00:43:00.965 INFO kablam! su: No module specific data is present Oct 11 00:43:01.286 INFO running `"docker" "rm" "-f" "641ab5100ba4ce436719ef728f7a47a18e996d94048c4b30cebe3af5db0d1915"` Oct 11 00:43:01.364 INFO blam! 641ab5100ba4ce436719ef728f7a47a18e996d94048c4b30cebe3af5db0d1915 Oct 11 00:43:01.365 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 00:43:01.365 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 00:43:01.573 INFO blam! 7b2d6ccf5b52a8fefdf6aac2ccdce01571240a7f3eefd2c0a42021055f448bf4 Oct 11 00:43:01.573 INFO running `"docker" "start" "-a" "7b2d6ccf5b52a8fefdf6aac2ccdce01571240a7f3eefd2c0a42021055f448bf4"` Oct 11 00:43:02.126 INFO kablam! usermod: no changes Oct 11 00:43:02.162 INFO kablam! Compiling webarc v0.1.0 (/source) Oct 11 00:43:02.799 INFO kablam! warning: unused import: `std::ops::Shr` Oct 11 00:43:02.799 INFO kablam! --> src/webarc/instructions.rs:2:5 Oct 11 00:43:02.799 INFO kablam! | Oct 11 00:43:02.799 INFO kablam! 2 | use std::ops::Shr; Oct 11 00:43:02.799 INFO kablam! | ^^^^^^^^^^^^^ Oct 11 00:43:02.799 INFO kablam! | Oct 11 00:43:02.799 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 00:43:02.799 INFO kablam! Oct 11 00:43:02.918 INFO kablam! warning: unused variable: `memory` Oct 11 00:43:02.918 INFO kablam! --> src/webarc/instructions.rs:28:46 Oct 11 00:43:02.918 INFO kablam! | Oct 11 00:43:02.918 INFO kablam! 28 | fn exec_branch(registers: &mut RegisterFile, memory: &mut Memory, instruction: u32) -> Action { Oct 11 00:43:02.918 INFO kablam! | ^^^^^^ help: consider using `_memory` instead Oct 11 00:43:02.918 INFO kablam! | Oct 11 00:43:02.918 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 00:43:02.918 INFO kablam! Oct 11 00:43:02.918 INFO kablam! warning: unused variable: `address` Oct 11 00:43:02.918 INFO kablam! --> src/webarc/instructions.rs:123:15 Oct 11 00:43:02.918 INFO kablam! | Oct 11 00:43:02.918 INFO kablam! 123 | fn format_alu(address: u32, cond: &str, instruction: u32) -> String { Oct 11 00:43:02.918 INFO kablam! | ^^^^^^^ help: consider using `_address` instead Oct 11 00:43:02.918 INFO kablam! Oct 11 00:43:02.918 INFO kablam! warning: unused variable: `memory` Oct 11 00:43:02.918 INFO kablam! --> src/webarc/instructions.rs:165:47 Oct 11 00:43:02.918 INFO kablam! | Oct 11 00:43:02.918 INFO kablam! 165 | fn exec_alu_add(registers: &mut RegisterFile, memory: &mut Memory, rd: u32, op1: u32, op2: u32) -> Action { Oct 11 00:43:02.918 INFO kablam! | ^^^^^^ help: consider using `_memory` instead Oct 11 00:43:02.918 INFO kablam! Oct 11 00:43:02.918 INFO kablam! warning: unused variable: `rd` Oct 11 00:43:02.918 INFO kablam! --> src/webarc/instructions.rs:170:78 Oct 11 00:43:02.918 INFO kablam! | Oct 11 00:43:02.918 INFO kablam! 170 | fn exec_alu_unimplemented(registers: &mut RegisterFile, memory: &mut Memory, rd: u32, op1: u32, op2: u32) -> Action { Oct 11 00:43:02.918 INFO kablam! | ^^ help: consider using `_rd` instead Oct 11 00:43:02.918 INFO kablam! Oct 11 00:43:02.918 INFO kablam! warning: unused variable: `op1` Oct 11 00:43:02.918 INFO kablam! --> src/webarc/instructions.rs:170:87 Oct 11 00:43:02.918 INFO kablam! | Oct 11 00:43:02.918 INFO kablam! 170 | fn exec_alu_unimplemented(registers: &mut RegisterFile, memory: &mut Memory, rd: u32, op1: u32, op2: u32) -> Action { Oct 11 00:43:02.918 INFO kablam! | ^^^ help: consider using `_op1` instead Oct 11 00:43:02.918 INFO kablam! Oct 11 00:43:02.918 INFO kablam! warning: unused variable: `op2` Oct 11 00:43:02.918 INFO kablam! --> src/webarc/instructions.rs:170:97 Oct 11 00:43:02.918 INFO kablam! | Oct 11 00:43:02.918 INFO kablam! 170 | fn exec_alu_unimplemented(registers: &mut RegisterFile, memory: &mut Memory, rd: u32, op1: u32, op2: u32) -> Action { Oct 11 00:43:02.918 INFO kablam! | ^^^ help: consider using `_op2` instead Oct 11 00:43:02.918 INFO kablam! Oct 11 00:43:02.918 INFO kablam! warning: unused variable: `address` Oct 11 00:43:02.918 INFO kablam! --> src/webarc/instructions.rs:229:19 Oct 11 00:43:02.918 INFO kablam! | Oct 11 00:43:02.918 INFO kablam! 229 | fn format_ldr_str(address: u32, cond: &str, instruction: u32) -> String { Oct 11 00:43:02.918 INFO kablam! | ^^^^^^^ help: consider using `_address` instead Oct 11 00:43:02.918 INFO kablam! Oct 11 00:43:02.918 INFO kablam! warning: unused variable: `registers` Oct 11 00:43:02.918 INFO kablam! --> src/webarc/instructions.rs:283:23 Oct 11 00:43:02.919 INFO kablam! | Oct 11 00:43:02.919 INFO kablam! 283 | fn exec_unimplemented(registers: &mut RegisterFile, memory: &mut Memory, instruction: u32) -> Action { Oct 11 00:43:02.919 INFO kablam! | ^^^^^^^^^ help: consider using `_registers` instead Oct 11 00:43:02.919 INFO kablam! Oct 11 00:43:02.919 INFO kablam! warning: unused variable: `memory` Oct 11 00:43:02.919 INFO kablam! --> src/webarc/instructions.rs:283:53 Oct 11 00:43:02.919 INFO kablam! | Oct 11 00:43:02.919 INFO kablam! 283 | fn exec_unimplemented(registers: &mut RegisterFile, memory: &mut Memory, instruction: u32) -> Action { Oct 11 00:43:02.919 INFO kablam! | ^^^^^^ help: consider using `_memory` instead Oct 11 00:43:02.919 INFO kablam! Oct 11 00:43:02.919 INFO kablam! warning: unused variable: `instruction` Oct 11 00:43:02.919 INFO kablam! --> src/webarc/instructions.rs:283:74 Oct 11 00:43:02.919 INFO kablam! | Oct 11 00:43:02.919 INFO kablam! 283 | fn exec_unimplemented(registers: &mut RegisterFile, memory: &mut Memory, instruction: u32) -> Action { Oct 11 00:43:02.919 INFO kablam! | ^^^^^^^^^^^ help: consider using `_instruction` instead Oct 11 00:43:02.919 INFO kablam! Oct 11 00:43:02.920 INFO kablam! warning: unused variable: `address` Oct 11 00:43:02.920 INFO kablam! --> src/webarc/instructions.rs:287:25 Oct 11 00:43:02.920 INFO kablam! | Oct 11 00:43:02.920 INFO kablam! 287 | fn format_unimplemented(address: u32, cond: &str, instruction: u32) -> String { Oct 11 00:43:02.920 INFO kablam! | ^^^^^^^ help: consider using `_address` instead Oct 11 00:43:02.920 INFO kablam! Oct 11 00:43:02.920 INFO kablam! warning: unused variable: `instruction` Oct 11 00:43:02.920 INFO kablam! --> src/webarc/instructions.rs:287:51 Oct 11 00:43:02.920 INFO kablam! | Oct 11 00:43:02.920 INFO kablam! 287 | fn format_unimplemented(address: u32, cond: &str, instruction: u32) -> String { Oct 11 00:43:02.920 INFO kablam! | ^^^^^^^^^^^ help: consider using `_instruction` instead Oct 11 00:43:02.920 INFO kablam! Oct 11 00:43:02.946 INFO kablam! warning: constant item is never used: `UNDEFINED_INSTRUCTION_VECTOR` Oct 11 00:43:02.946 INFO kablam! --> src/webarc/cpu.rs:7:1 Oct 11 00:43:02.946 INFO kablam! | Oct 11 00:43:02.946 INFO kablam! 7 | const UNDEFINED_INSTRUCTION_VECTOR: u32 = 0x04; Oct 11 00:43:02.946 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:43:02.946 INFO kablam! | Oct 11 00:43:02.946 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 00:43:02.946 INFO kablam! Oct 11 00:43:02.946 INFO kablam! warning: constant item is never used: `SWI_VECTOR` Oct 11 00:43:02.946 INFO kablam! --> src/webarc/cpu.rs:8:1 Oct 11 00:43:02.947 INFO kablam! | Oct 11 00:43:02.947 INFO kablam! 8 | const SWI_VECTOR: u32 = 0x08; Oct 11 00:43:02.947 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:43:02.947 INFO kablam! Oct 11 00:43:02.947 INFO kablam! warning: constant item is never used: `PREFETCH_ABORT_VECTOR` Oct 11 00:43:02.947 INFO kablam! --> src/webarc/cpu.rs:9:1 Oct 11 00:43:02.947 INFO kablam! | Oct 11 00:43:02.947 INFO kablam! 9 | const PREFETCH_ABORT_VECTOR: u32 = 0x0c; Oct 11 00:43:02.947 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:43:02.947 INFO kablam! Oct 11 00:43:02.947 INFO kablam! warning: constant item is never used: `DATA_ABORT_VECTOR` Oct 11 00:43:02.947 INFO kablam! --> src/webarc/cpu.rs:10:1 Oct 11 00:43:02.947 INFO kablam! | Oct 11 00:43:02.947 INFO kablam! 10 | const DATA_ABORT_VECTOR: u32 = 0x10; Oct 11 00:43:02.947 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:43:02.947 INFO kablam! Oct 11 00:43:02.947 INFO kablam! warning: constant item is never used: `ADDRESS_EXCEPTION_VECTOR` Oct 11 00:43:02.947 INFO kablam! --> src/webarc/cpu.rs:11:1 Oct 11 00:43:02.947 INFO kablam! | Oct 11 00:43:02.947 INFO kablam! 11 | const ADDRESS_EXCEPTION_VECTOR: u32 = 0x14; Oct 11 00:43:02.947 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:43:02.947 INFO kablam! Oct 11 00:43:02.947 INFO kablam! warning: constant item is never used: `IRQ_VECTOR` Oct 11 00:43:02.947 INFO kablam! --> src/webarc/cpu.rs:12:1 Oct 11 00:43:02.947 INFO kablam! | Oct 11 00:43:02.947 INFO kablam! 12 | const IRQ_VECTOR: u32 = 0x18; Oct 11 00:43:02.947 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:43:02.947 INFO kablam! Oct 11 00:43:02.947 INFO kablam! warning: constant item is never used: `FIRQ_VECTOR` Oct 11 00:43:02.947 INFO kablam! --> src/webarc/cpu.rs:13:1 Oct 11 00:43:02.947 INFO kablam! | Oct 11 00:43:02.947 INFO kablam! 13 | const FIRQ_VECTOR: u32 = 0x1c; Oct 11 00:43:02.947 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:43:02.947 INFO kablam! Oct 11 00:43:02.958 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 00:43:02.958 INFO kablam! --> src/main.rs:16:5 Oct 11 00:43:02.958 INFO kablam! | Oct 11 00:43:02.958 INFO kablam! 16 | f.read(as_u8_slice(&mut rom)); Oct 11 00:43:02.958 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:43:02.958 INFO kablam! | Oct 11 00:43:02.958 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 11 00:43:02.958 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 00:43:02.958 INFO kablam! Oct 11 00:43:03.465 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.32s Oct 11 00:43:03.467 INFO kablam! su: No module specific data is present Oct 11 00:43:03.709 INFO running `"docker" "rm" "-f" "7b2d6ccf5b52a8fefdf6aac2ccdce01571240a7f3eefd2c0a42021055f448bf4"` Oct 11 00:43:03.785 INFO blam! 7b2d6ccf5b52a8fefdf6aac2ccdce01571240a7f3eefd2c0a42021055f448bf4 Oct 11 00:43:03.785 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 00:43:03.786 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 00:43:03.966 INFO blam! 558d2ba3e357d444493a826883cb2d1af9cb7cd626ab445b57ba66e4c5a7d802 Oct 11 00:43:03.967 INFO running `"docker" "start" "-a" "558d2ba3e357d444493a826883cb2d1af9cb7cd626ab445b57ba66e4c5a7d802"` Oct 11 00:43:04.383 INFO kablam! usermod: no changes Oct 11 00:43:04.419 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 11 00:43:04.419 INFO kablam! Running /target/debug/deps/webarc-8b2ee18886e8a2d4 Oct 11 00:43:04.421 INFO blam! Oct 11 00:43:04.421 INFO blam! running 0 tests Oct 11 00:43:04.421 INFO blam! Oct 11 00:43:04.421 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 00:43:04.421 INFO blam! Oct 11 00:43:04.422 INFO kablam! su: No module specific data is present Oct 11 00:43:04.741 INFO running `"docker" "rm" "-f" "558d2ba3e357d444493a826883cb2d1af9cb7cd626ab445b57ba66e4c5a7d802"` Oct 11 00:43:04.806 INFO blam! 558d2ba3e357d444493a826883cb2d1af9cb7cd626ab445b57ba66e4c5a7d802