Oct 14 23:43:50.494 INFO testing danellis/webarc against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 23:43:50.495 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt build --frozen" "-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 14 23:43:51.003 INFO blam! 279e751a58b9e3af37966c505384dab67af9c70384b538933c859e4131d61084 Oct 14 23:43:51.011 INFO running `"docker" "start" "-a" "279e751a58b9e3af37966c505384dab67af9c70384b538933c859e4131d61084"` Oct 14 23:43:52.198 INFO kablam! usermod: no changes Oct 14 23:43:52.253 INFO kablam! Compiling webarc v0.1.0 (/source) Oct 14 23:43:52.619 INFO kablam! warning: unused import: `std::ops::Shr` Oct 14 23:43:52.619 INFO kablam! --> src/webarc/instructions.rs:2:5 Oct 14 23:43:52.619 INFO kablam! | Oct 14 23:43:52.619 INFO kablam! 2 | use std::ops::Shr; Oct 14 23:43:52.619 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 23:43:52.619 INFO kablam! | Oct 14 23:43:52.619 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 23:43:52.619 INFO kablam! Oct 14 23:43:52.771 INFO kablam! warning: unused variable: `memory` Oct 14 23:43:52.771 INFO kablam! --> src/webarc/instructions.rs:28:46 Oct 14 23:43:52.771 INFO kablam! | Oct 14 23:43:52.771 INFO kablam! 28 | fn exec_branch(registers: &mut RegisterFile, memory: &mut Memory, instruction: u32) -> Action { Oct 14 23:43:52.771 INFO kablam! | ^^^^^^ help: consider using `_memory` instead Oct 14 23:43:52.771 INFO kablam! | Oct 14 23:43:52.771 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 23:43:52.771 INFO kablam! Oct 14 23:43:52.771 INFO kablam! warning: unused variable: `address` Oct 14 23:43:52.771 INFO kablam! --> src/webarc/instructions.rs:123:15 Oct 14 23:43:52.771 INFO kablam! | Oct 14 23:43:52.771 INFO kablam! 123 | fn format_alu(address: u32, cond: &str, instruction: u32) -> String { Oct 14 23:43:52.771 INFO kablam! | ^^^^^^^ help: consider using `_address` instead Oct 14 23:43:52.771 INFO kablam! Oct 14 23:43:52.771 INFO kablam! warning: unused variable: `memory` Oct 14 23:43:52.771 INFO kablam! --> src/webarc/instructions.rs:165:47 Oct 14 23:43:52.771 INFO kablam! | Oct 14 23:43:52.772 INFO kablam! 165 | fn exec_alu_add(registers: &mut RegisterFile, memory: &mut Memory, rd: u32, op1: u32, op2: u32) -> Action { Oct 14 23:43:52.772 INFO kablam! | ^^^^^^ help: consider using `_memory` instead Oct 14 23:43:52.772 INFO kablam! Oct 14 23:43:52.772 INFO kablam! warning: unused variable: `rd` Oct 14 23:43:52.772 INFO kablam! --> src/webarc/instructions.rs:170:78 Oct 14 23:43:52.772 INFO kablam! | Oct 14 23:43:52.772 INFO kablam! 170 | fn exec_alu_unimplemented(registers: &mut RegisterFile, memory: &mut Memory, rd: u32, op1: u32, op2: u32) -> Action { Oct 14 23:43:52.772 INFO kablam! | ^^ help: consider using `_rd` instead Oct 14 23:43:52.772 INFO kablam! Oct 14 23:43:52.772 INFO kablam! warning: unused variable: `op1` Oct 14 23:43:52.772 INFO kablam! --> src/webarc/instructions.rs:170:87 Oct 14 23:43:52.772 INFO kablam! | Oct 14 23:43:52.772 INFO kablam! 170 | fn exec_alu_unimplemented(registers: &mut RegisterFile, memory: &mut Memory, rd: u32, op1: u32, op2: u32) -> Action { Oct 14 23:43:52.772 INFO kablam! | ^^^ help: consider using `_op1` instead Oct 14 23:43:52.772 INFO kablam! Oct 14 23:43:52.772 INFO kablam! warning: unused variable: `op2` Oct 14 23:43:52.772 INFO kablam! --> src/webarc/instructions.rs:170:97 Oct 14 23:43:52.772 INFO kablam! | Oct 14 23:43:52.772 INFO kablam! 170 | fn exec_alu_unimplemented(registers: &mut RegisterFile, memory: &mut Memory, rd: u32, op1: u32, op2: u32) -> Action { Oct 14 23:43:52.772 INFO kablam! | ^^^ help: consider using `_op2` instead Oct 14 23:43:52.772 INFO kablam! Oct 14 23:43:52.772 INFO kablam! warning: unused variable: `address` Oct 14 23:43:52.772 INFO kablam! --> src/webarc/instructions.rs:229:19 Oct 14 23:43:52.772 INFO kablam! | Oct 14 23:43:52.772 INFO kablam! 229 | fn format_ldr_str(address: u32, cond: &str, instruction: u32) -> String { Oct 14 23:43:52.772 INFO kablam! | ^^^^^^^ help: consider using `_address` instead Oct 14 23:43:52.772 INFO kablam! Oct 14 23:43:52.772 INFO kablam! warning: unused variable: `registers` Oct 14 23:43:52.772 INFO kablam! --> src/webarc/instructions.rs:283:23 Oct 14 23:43:52.772 INFO kablam! | Oct 14 23:43:52.772 INFO kablam! 283 | fn exec_unimplemented(registers: &mut RegisterFile, memory: &mut Memory, instruction: u32) -> Action { Oct 14 23:43:52.772 INFO kablam! | ^^^^^^^^^ help: consider using `_registers` instead Oct 14 23:43:52.772 INFO kablam! Oct 14 23:43:52.772 INFO kablam! warning: unused variable: `memory` Oct 14 23:43:52.772 INFO kablam! --> src/webarc/instructions.rs:283:53 Oct 14 23:43:52.772 INFO kablam! | Oct 14 23:43:52.772 INFO kablam! 283 | fn exec_unimplemented(registers: &mut RegisterFile, memory: &mut Memory, instruction: u32) -> Action { Oct 14 23:43:52.772 INFO kablam! | ^^^^^^ help: consider using `_memory` instead Oct 14 23:43:52.772 INFO kablam! Oct 14 23:43:52.772 INFO kablam! warning: unused variable: `instruction` Oct 14 23:43:52.772 INFO kablam! --> src/webarc/instructions.rs:283:74 Oct 14 23:43:52.772 INFO kablam! | Oct 14 23:43:52.772 INFO kablam! 283 | fn exec_unimplemented(registers: &mut RegisterFile, memory: &mut Memory, instruction: u32) -> Action { Oct 14 23:43:52.772 INFO kablam! | ^^^^^^^^^^^ help: consider using `_instruction` instead Oct 14 23:43:52.772 INFO kablam! Oct 14 23:43:52.772 INFO kablam! warning: unused variable: `address` Oct 14 23:43:52.772 INFO kablam! --> src/webarc/instructions.rs:287:25 Oct 14 23:43:52.772 INFO kablam! | Oct 14 23:43:52.772 INFO kablam! 287 | fn format_unimplemented(address: u32, cond: &str, instruction: u32) -> String { Oct 14 23:43:52.772 INFO kablam! | ^^^^^^^ help: consider using `_address` instead Oct 14 23:43:52.772 INFO kablam! Oct 14 23:43:52.772 INFO kablam! warning: unused variable: `instruction` Oct 14 23:43:52.772 INFO kablam! --> src/webarc/instructions.rs:287:51 Oct 14 23:43:52.772 INFO kablam! | Oct 14 23:43:52.772 INFO kablam! 287 | fn format_unimplemented(address: u32, cond: &str, instruction: u32) -> String { Oct 14 23:43:52.772 INFO kablam! | ^^^^^^^^^^^ help: consider using `_instruction` instead Oct 14 23:43:52.772 INFO kablam! Oct 14 23:43:52.811 INFO kablam! warning: constant item is never used: `UNDEFINED_INSTRUCTION_VECTOR` Oct 14 23:43:52.811 INFO kablam! --> src/webarc/cpu.rs:7:1 Oct 14 23:43:52.811 INFO kablam! | Oct 14 23:43:52.811 INFO kablam! 7 | const UNDEFINED_INSTRUCTION_VECTOR: u32 = 0x04; Oct 14 23:43:52.811 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:43:52.811 INFO kablam! | Oct 14 23:43:52.811 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 23:43:52.811 INFO kablam! Oct 14 23:43:52.811 INFO kablam! warning: constant item is never used: `SWI_VECTOR` Oct 14 23:43:52.811 INFO kablam! --> src/webarc/cpu.rs:8:1 Oct 14 23:43:52.811 INFO kablam! | Oct 14 23:43:52.811 INFO kablam! 8 | const SWI_VECTOR: u32 = 0x08; Oct 14 23:43:52.811 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:43:52.811 INFO kablam! Oct 14 23:43:52.811 INFO kablam! warning: constant item is never used: `PREFETCH_ABORT_VECTOR` Oct 14 23:43:52.811 INFO kablam! --> src/webarc/cpu.rs:9:1 Oct 14 23:43:52.811 INFO kablam! | Oct 14 23:43:52.811 INFO kablam! 9 | const PREFETCH_ABORT_VECTOR: u32 = 0x0c; Oct 14 23:43:52.811 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:43:52.811 INFO kablam! Oct 14 23:43:52.811 INFO kablam! warning: constant item is never used: `DATA_ABORT_VECTOR` Oct 14 23:43:52.811 INFO kablam! --> src/webarc/cpu.rs:10:1 Oct 14 23:43:52.811 INFO kablam! | Oct 14 23:43:52.811 INFO kablam! 10 | const DATA_ABORT_VECTOR: u32 = 0x10; Oct 14 23:43:52.811 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:43:52.811 INFO kablam! Oct 14 23:43:52.811 INFO kablam! warning: constant item is never used: `ADDRESS_EXCEPTION_VECTOR` Oct 14 23:43:52.811 INFO kablam! --> src/webarc/cpu.rs:11:1 Oct 14 23:43:52.811 INFO kablam! | Oct 14 23:43:52.811 INFO kablam! 11 | const ADDRESS_EXCEPTION_VECTOR: u32 = 0x14; Oct 14 23:43:52.811 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:43:52.811 INFO kablam! Oct 14 23:43:52.811 INFO kablam! warning: constant item is never used: `IRQ_VECTOR` Oct 14 23:43:52.811 INFO kablam! --> src/webarc/cpu.rs:12:1 Oct 14 23:43:52.811 INFO kablam! | Oct 14 23:43:52.811 INFO kablam! 12 | const IRQ_VECTOR: u32 = 0x18; Oct 14 23:43:52.811 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:43:52.811 INFO kablam! Oct 14 23:43:52.811 INFO kablam! warning: constant item is never used: `FIRQ_VECTOR` Oct 14 23:43:52.811 INFO kablam! --> src/webarc/cpu.rs:13:1 Oct 14 23:43:52.811 INFO kablam! | Oct 14 23:43:52.811 INFO kablam! 13 | const FIRQ_VECTOR: u32 = 0x1c; Oct 14 23:43:52.811 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:43:52.811 INFO kablam! Oct 14 23:43:52.827 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 23:43:52.827 INFO kablam! --> src/main.rs:16:5 Oct 14 23:43:52.827 INFO kablam! | Oct 14 23:43:52.827 INFO kablam! 16 | f.read(as_u8_slice(&mut rom)); Oct 14 23:43:52.827 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:43:52.827 INFO kablam! | Oct 14 23:43:52.827 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 14 23:43:52.827 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 23:43:52.827 INFO kablam! Oct 14 23:43:53.490 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.26s Oct 14 23:43:53.496 INFO kablam! su: No module specific data is present Oct 14 23:43:54.288 INFO running `"docker" "rm" "-f" "279e751a58b9e3af37966c505384dab67af9c70384b538933c859e4131d61084"` Oct 14 23:43:54.659 INFO blam! 279e751a58b9e3af37966c505384dab67af9c70384b538933c859e4131d61084 Oct 14 23:43:54.675 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen --no-run" "-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 14 23:43:55.220 INFO blam! 79225c4c3b0f0e32eff61c45bb2761f11c82c7027a2acc981dff8723e7c37216 Oct 14 23:43:55.223 INFO running `"docker" "start" "-a" "79225c4c3b0f0e32eff61c45bb2761f11c82c7027a2acc981dff8723e7c37216"` Oct 14 23:43:56.379 INFO kablam! usermod: no changes Oct 14 23:43:56.451 INFO kablam! Compiling webarc v0.1.0 (/source) Oct 14 23:43:56.931 INFO kablam! warning: unused import: `std::ops::Shr` Oct 14 23:43:56.931 INFO kablam! --> src/webarc/instructions.rs:2:5 Oct 14 23:43:56.931 INFO kablam! | Oct 14 23:43:56.931 INFO kablam! 2 | use std::ops::Shr; Oct 14 23:43:56.931 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 23:43:56.931 INFO kablam! | Oct 14 23:43:56.931 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 23:43:56.931 INFO kablam! Oct 14 23:43:57.103 INFO kablam! warning: unused variable: `memory` Oct 14 23:43:57.103 INFO kablam! --> src/webarc/instructions.rs:28:46 Oct 14 23:43:57.103 INFO kablam! | Oct 14 23:43:57.103 INFO kablam! 28 | fn exec_branch(registers: &mut RegisterFile, memory: &mut Memory, instruction: u32) -> Action { Oct 14 23:43:57.103 INFO kablam! | ^^^^^^ help: consider using `_memory` instead Oct 14 23:43:57.103 INFO kablam! | Oct 14 23:43:57.103 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 23:43:57.103 INFO kablam! Oct 14 23:43:57.103 INFO kablam! warning: unused variable: `address` Oct 14 23:43:57.103 INFO kablam! --> src/webarc/instructions.rs:123:15 Oct 14 23:43:57.103 INFO kablam! | Oct 14 23:43:57.103 INFO kablam! 123 | fn format_alu(address: u32, cond: &str, instruction: u32) -> String { Oct 14 23:43:57.103 INFO kablam! | ^^^^^^^ help: consider using `_address` instead Oct 14 23:43:57.103 INFO kablam! Oct 14 23:43:57.103 INFO kablam! warning: unused variable: `memory` Oct 14 23:43:57.103 INFO kablam! --> src/webarc/instructions.rs:165:47 Oct 14 23:43:57.103 INFO kablam! | Oct 14 23:43:57.103 INFO kablam! 165 | fn exec_alu_add(registers: &mut RegisterFile, memory: &mut Memory, rd: u32, op1: u32, op2: u32) -> Action { Oct 14 23:43:57.103 INFO kablam! | ^^^^^^ help: consider using `_memory` instead Oct 14 23:43:57.103 INFO kablam! Oct 14 23:43:57.103 INFO kablam! warning: unused variable: `rd` Oct 14 23:43:57.103 INFO kablam! --> src/webarc/instructions.rs:170:78 Oct 14 23:43:57.103 INFO kablam! | Oct 14 23:43:57.103 INFO kablam! 170 | fn exec_alu_unimplemented(registers: &mut RegisterFile, memory: &mut Memory, rd: u32, op1: u32, op2: u32) -> Action { Oct 14 23:43:57.103 INFO kablam! | ^^ help: consider using `_rd` instead Oct 14 23:43:57.103 INFO kablam! Oct 14 23:43:57.103 INFO kablam! warning: unused variable: `op1` Oct 14 23:43:57.103 INFO kablam! --> src/webarc/instructions.rs:170:87 Oct 14 23:43:57.103 INFO kablam! | Oct 14 23:43:57.103 INFO kablam! 170 | fn exec_alu_unimplemented(registers: &mut RegisterFile, memory: &mut Memory, rd: u32, op1: u32, op2: u32) -> Action { Oct 14 23:43:57.103 INFO kablam! | ^^^ help: consider using `_op1` instead Oct 14 23:43:57.103 INFO kablam! Oct 14 23:43:57.103 INFO kablam! warning: unused variable: `op2` Oct 14 23:43:57.104 INFO kablam! --> src/webarc/instructions.rs:170:97 Oct 14 23:43:57.104 INFO kablam! | Oct 14 23:43:57.104 INFO kablam! 170 | fn exec_alu_unimplemented(registers: &mut RegisterFile, memory: &mut Memory, rd: u32, op1: u32, op2: u32) -> Action { Oct 14 23:43:57.104 INFO kablam! | ^^^ help: consider using `_op2` instead Oct 14 23:43:57.104 INFO kablam! Oct 14 23:43:57.104 INFO kablam! warning: unused variable: `address` Oct 14 23:43:57.104 INFO kablam! --> src/webarc/instructions.rs:229:19 Oct 14 23:43:57.104 INFO kablam! | Oct 14 23:43:57.104 INFO kablam! 229 | fn format_ldr_str(address: u32, cond: &str, instruction: u32) -> String { Oct 14 23:43:57.104 INFO kablam! | ^^^^^^^ help: consider using `_address` instead Oct 14 23:43:57.104 INFO kablam! Oct 14 23:43:57.104 INFO kablam! warning: unused variable: `registers` Oct 14 23:43:57.104 INFO kablam! --> src/webarc/instructions.rs:283:23 Oct 14 23:43:57.104 INFO kablam! | Oct 14 23:43:57.104 INFO kablam! 283 | fn exec_unimplemented(registers: &mut RegisterFile, memory: &mut Memory, instruction: u32) -> Action { Oct 14 23:43:57.104 INFO kablam! | ^^^^^^^^^ help: consider using `_registers` instead Oct 14 23:43:57.104 INFO kablam! Oct 14 23:43:57.104 INFO kablam! warning: unused variable: `memory` Oct 14 23:43:57.104 INFO kablam! --> src/webarc/instructions.rs:283:53 Oct 14 23:43:57.104 INFO kablam! | Oct 14 23:43:57.104 INFO kablam! 283 | fn exec_unimplemented(registers: &mut RegisterFile, memory: &mut Memory, instruction: u32) -> Action { Oct 14 23:43:57.104 INFO kablam! | ^^^^^^ help: consider using `_memory` instead Oct 14 23:43:57.104 INFO kablam! Oct 14 23:43:57.104 INFO kablam! warning: unused variable: `instruction` Oct 14 23:43:57.104 INFO kablam! --> src/webarc/instructions.rs:283:74 Oct 14 23:43:57.104 INFO kablam! | Oct 14 23:43:57.104 INFO kablam! 283 | fn exec_unimplemented(registers: &mut RegisterFile, memory: &mut Memory, instruction: u32) -> Action { Oct 14 23:43:57.104 INFO kablam! | ^^^^^^^^^^^ help: consider using `_instruction` instead Oct 14 23:43:57.104 INFO kablam! Oct 14 23:43:57.104 INFO kablam! warning: unused variable: `address` Oct 14 23:43:57.104 INFO kablam! --> src/webarc/instructions.rs:287:25 Oct 14 23:43:57.104 INFO kablam! | Oct 14 23:43:57.104 INFO kablam! 287 | fn format_unimplemented(address: u32, cond: &str, instruction: u32) -> String { Oct 14 23:43:57.104 INFO kablam! | ^^^^^^^ help: consider using `_address` instead Oct 14 23:43:57.104 INFO kablam! Oct 14 23:43:57.104 INFO kablam! warning: unused variable: `instruction` Oct 14 23:43:57.104 INFO kablam! --> src/webarc/instructions.rs:287:51 Oct 14 23:43:57.104 INFO kablam! | Oct 14 23:43:57.104 INFO kablam! 287 | fn format_unimplemented(address: u32, cond: &str, instruction: u32) -> String { Oct 14 23:43:57.104 INFO kablam! | ^^^^^^^^^^^ help: consider using `_instruction` instead Oct 14 23:43:57.104 INFO kablam! Oct 14 23:43:57.133 INFO kablam! warning: constant item is never used: `UNDEFINED_INSTRUCTION_VECTOR` Oct 14 23:43:57.133 INFO kablam! --> src/webarc/cpu.rs:7:1 Oct 14 23:43:57.133 INFO kablam! | Oct 14 23:43:57.133 INFO kablam! 7 | const UNDEFINED_INSTRUCTION_VECTOR: u32 = 0x04; Oct 14 23:43:57.133 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:43:57.133 INFO kablam! | Oct 14 23:43:57.133 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 23:43:57.133 INFO kablam! Oct 14 23:43:57.133 INFO kablam! warning: constant item is never used: `SWI_VECTOR` Oct 14 23:43:57.133 INFO kablam! --> src/webarc/cpu.rs:8:1 Oct 14 23:43:57.133 INFO kablam! | Oct 14 23:43:57.133 INFO kablam! 8 | const SWI_VECTOR: u32 = 0x08; Oct 14 23:43:57.133 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:43:57.133 INFO kablam! Oct 14 23:43:57.133 INFO kablam! warning: constant item is never used: `PREFETCH_ABORT_VECTOR` Oct 14 23:43:57.133 INFO kablam! --> src/webarc/cpu.rs:9:1 Oct 14 23:43:57.133 INFO kablam! | Oct 14 23:43:57.133 INFO kablam! 9 | const PREFETCH_ABORT_VECTOR: u32 = 0x0c; Oct 14 23:43:57.133 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:43:57.133 INFO kablam! Oct 14 23:43:57.133 INFO kablam! warning: constant item is never used: `DATA_ABORT_VECTOR` Oct 14 23:43:57.133 INFO kablam! --> src/webarc/cpu.rs:10:1 Oct 14 23:43:57.133 INFO kablam! | Oct 14 23:43:57.133 INFO kablam! 10 | const DATA_ABORT_VECTOR: u32 = 0x10; Oct 14 23:43:57.133 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:43:57.133 INFO kablam! Oct 14 23:43:57.133 INFO kablam! warning: constant item is never used: `ADDRESS_EXCEPTION_VECTOR` Oct 14 23:43:57.133 INFO kablam! --> src/webarc/cpu.rs:11:1 Oct 14 23:43:57.133 INFO kablam! | Oct 14 23:43:57.133 INFO kablam! 11 | const ADDRESS_EXCEPTION_VECTOR: u32 = 0x14; Oct 14 23:43:57.133 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:43:57.133 INFO kablam! Oct 14 23:43:57.133 INFO kablam! warning: constant item is never used: `IRQ_VECTOR` Oct 14 23:43:57.133 INFO kablam! --> src/webarc/cpu.rs:12:1 Oct 14 23:43:57.133 INFO kablam! | Oct 14 23:43:57.133 INFO kablam! 12 | const IRQ_VECTOR: u32 = 0x18; Oct 14 23:43:57.133 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:43:57.134 INFO kablam! Oct 14 23:43:57.134 INFO kablam! warning: constant item is never used: `FIRQ_VECTOR` Oct 14 23:43:57.134 INFO kablam! --> src/webarc/cpu.rs:13:1 Oct 14 23:43:57.134 INFO kablam! | Oct 14 23:43:57.134 INFO kablam! 13 | const FIRQ_VECTOR: u32 = 0x1c; Oct 14 23:43:57.134 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:43:57.134 INFO kablam! Oct 14 23:43:57.139 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 23:43:57.139 INFO kablam! --> src/main.rs:16:5 Oct 14 23:43:57.139 INFO kablam! | Oct 14 23:43:57.139 INFO kablam! 16 | f.read(as_u8_slice(&mut rom)); Oct 14 23:43:57.139 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:43:57.139 INFO kablam! | Oct 14 23:43:57.139 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 14 23:43:57.139 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 23:43:57.139 INFO kablam! Oct 14 23:43:57.911 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.48s Oct 14 23:43:57.911 INFO kablam! su: No module specific data is present Oct 14 23:43:58.607 INFO running `"docker" "rm" "-f" "79225c4c3b0f0e32eff61c45bb2761f11c82c7027a2acc981dff8723e7c37216"` Oct 14 23:43:59.011 INFO blam! 79225c4c3b0f0e32eff61c45bb2761f11c82c7027a2acc981dff8723e7c37216 Oct 14 23:43:59.019 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen" "-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 14 23:43:59.432 INFO blam! 75f1856d31b41c98772db424988bd508e93f0d7f8543940084540454d57e6c24 Oct 14 23:43:59.443 INFO running `"docker" "start" "-a" "75f1856d31b41c98772db424988bd508e93f0d7f8543940084540454d57e6c24"` Oct 14 23:44:00.659 INFO kablam! usermod: no changes Oct 14 23:44:00.707 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 14 23:44:00.720 INFO kablam! Running /target/debug/deps/webarc-e0a882079f2b3a97 Oct 14 23:44:00.723 INFO blam! Oct 14 23:44:00.723 INFO blam! running 0 tests Oct 14 23:44:00.723 INFO blam! Oct 14 23:44:00.723 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 23:44:00.723 INFO blam! Oct 14 23:44:00.724 INFO kablam! su: No module specific data is present Oct 14 23:44:01.229 INFO running `"docker" "rm" "-f" "75f1856d31b41c98772db424988bd508e93f0d7f8543940084540454d57e6c24"` Oct 14 23:44:01.455 INFO blam! 75f1856d31b41c98772db424988bd508e93f0d7f8543940084540454d57e6c24