Oct 11 00:42:58.920 INFO testing danellis/webarc-rust against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 00:42:58.920 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 00:42:58.920 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/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.275 INFO blam! 2f62bba4cdc97013fd81cbf1cde1c1e88f499fca50076cfb475407cb0fbab348 Oct 11 00:42:59.276 INFO running `"docker" "start" "-a" "2f62bba4cdc97013fd81cbf1cde1c1e88f499fca50076cfb475407cb0fbab348"` Oct 11 00:42:59.744 INFO kablam! usermod: no changes Oct 11 00:42:59.771 INFO kablam! Compiling webarc v0.1.0 (/source) Oct 11 00:43:00.023 INFO kablam! warning: unused variable: `memory` Oct 11 00:43:00.023 INFO kablam! --> src/webarc/instructions.rs:40:49 Oct 11 00:43:00.023 INFO kablam! | Oct 11 00:43:00.023 INFO kablam! 40 | fn exec(&self,registers: &mut RegisterFile, memory: &mut Memory, instruction: u32) { Oct 11 00:43:00.023 INFO kablam! | ^^^^^^ help: consider using `_memory` instead Oct 11 00:43:00.023 INFO kablam! | Oct 11 00:43:00.023 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 00:43:00.023 INFO kablam! Oct 11 00:43:00.037 INFO kablam! warning: constant item is never used: `UNDEFINED_INSTRUCTION_VECTOR` Oct 11 00:43:00.037 INFO kablam! --> src/webarc/cpu.rs:7:1 Oct 11 00:43:00.037 INFO kablam! | Oct 11 00:43:00.037 INFO kablam! 7 | const UNDEFINED_INSTRUCTION_VECTOR: u32 = 0x04; Oct 11 00:43:00.037 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:43:00.037 INFO kablam! | Oct 11 00:43:00.039 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 00:43:00.039 INFO kablam! Oct 11 00:43:00.039 INFO kablam! warning: constant item is never used: `SWI_VECTOR` Oct 11 00:43:00.039 INFO kablam! --> src/webarc/cpu.rs:8:1 Oct 11 00:43:00.039 INFO kablam! | Oct 11 00:43:00.039 INFO kablam! 8 | const SWI_VECTOR: u32 = 0x08; Oct 11 00:43:00.040 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:43:00.040 INFO kablam! Oct 11 00:43:00.040 INFO kablam! warning: constant item is never used: `PREFETCH_ABORT_VECTOR` Oct 11 00:43:00.040 INFO kablam! --> src/webarc/cpu.rs:9:1 Oct 11 00:43:00.040 INFO kablam! | Oct 11 00:43:00.040 INFO kablam! 9 | const PREFETCH_ABORT_VECTOR: u32 = 0x0c; Oct 11 00:43:00.040 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:43:00.040 INFO kablam! Oct 11 00:43:00.040 INFO kablam! warning: constant item is never used: `DATA_ABORT_VECTOR` Oct 11 00:43:00.040 INFO kablam! --> src/webarc/cpu.rs:10:1 Oct 11 00:43:00.040 INFO kablam! | Oct 11 00:43:00.040 INFO kablam! 10 | const DATA_ABORT_VECTOR: u32 = 0x10; Oct 11 00:43:00.040 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:43:00.040 INFO kablam! Oct 11 00:43:00.040 INFO kablam! warning: constant item is never used: `ADDRESS_EXCEPTION_VECTOR` Oct 11 00:43:00.040 INFO kablam! --> src/webarc/cpu.rs:11:1 Oct 11 00:43:00.040 INFO kablam! | Oct 11 00:43:00.040 INFO kablam! 11 | const ADDRESS_EXCEPTION_VECTOR: u32 = 0x14; Oct 11 00:43:00.040 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:43:00.040 INFO kablam! Oct 11 00:43:00.040 INFO kablam! warning: constant item is never used: `IRQ_VECTOR` Oct 11 00:43:00.040 INFO kablam! --> src/webarc/cpu.rs:12:1 Oct 11 00:43:00.040 INFO kablam! | Oct 11 00:43:00.040 INFO kablam! 12 | const IRQ_VECTOR: u32 = 0x18; Oct 11 00:43:00.040 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:43:00.040 INFO kablam! Oct 11 00:43:00.040 INFO kablam! warning: constant item is never used: `FIRQ_VECTOR` Oct 11 00:43:00.040 INFO kablam! --> src/webarc/cpu.rs:13:1 Oct 11 00:43:00.040 INFO kablam! | Oct 11 00:43:00.040 INFO kablam! 13 | const FIRQ_VECTOR: u32 = 0x1c; Oct 11 00:43:00.040 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:43:00.040 INFO kablam! Oct 11 00:43:00.040 INFO kablam! warning: method is never used: `store` Oct 11 00:43:00.040 INFO kablam! --> src/webarc/memory.rs:51:5 Oct 11 00:43:00.040 INFO kablam! | Oct 11 00:43:00.040 INFO kablam! 51 | pub fn store(&self, _address: u32, _data: u32) { Oct 11 00:43:00.040 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:43:00.040 INFO kablam! Oct 11 00:43:00.040 INFO kablam! warning: method is never used: `load_byte` Oct 11 00:43:00.040 INFO kablam! --> src/webarc/memory.rs:56:5 Oct 11 00:43:00.040 INFO kablam! | Oct 11 00:43:00.040 INFO kablam! 56 | pub fn load_byte(&mut self, address: u32) -> u8 { Oct 11 00:43:00.040 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:43:00.040 INFO kablam! Oct 11 00:43:00.040 INFO kablam! warning: method is never used: `store_byte` Oct 11 00:43:00.040 INFO kablam! --> src/webarc/memory.rs:62:5 Oct 11 00:43:00.040 INFO kablam! | Oct 11 00:43:00.040 INFO kablam! 62 | pub fn store_byte(&mut self, address: u32, data: u8) { Oct 11 00:43:00.040 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:43:00.040 INFO kablam! Oct 11 00:43:00.044 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 00:43:00.044 INFO kablam! --> src/main.rs:15:5 Oct 11 00:43:00.044 INFO kablam! | Oct 11 00:43:00.044 INFO kablam! 15 | f.read(as_u8_slice(&mut rom)); Oct 11 00:43:00.044 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:43:00.044 INFO kablam! | Oct 11 00:43:00.044 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 11 00:43:00.044 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 00:43:00.044 INFO kablam! Oct 11 00:43:00.373 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.61s Oct 11 00:43:00.375 INFO kablam! su: No module specific data is present Oct 11 00:43:00.687 INFO running `"docker" "rm" "-f" "2f62bba4cdc97013fd81cbf1cde1c1e88f499fca50076cfb475407cb0fbab348"` Oct 11 00:43:00.804 INFO blam! 2f62bba4cdc97013fd81cbf1cde1c1e88f499fca50076cfb475407cb0fbab348 Oct 11 00:43:00.804 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 00:43:00.804 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/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.057 INFO blam! 863004d6a1593cb7ef2324a68787180b3de667d51a1a6cc605f5c49d848fd50d Oct 11 00:43:01.060 INFO running `"docker" "start" "-a" "863004d6a1593cb7ef2324a68787180b3de667d51a1a6cc605f5c49d848fd50d"` Oct 11 00:43:01.676 INFO kablam! usermod: no changes Oct 11 00:43:01.698 INFO kablam! Compiling webarc v0.1.0 (/source) Oct 11 00:43:02.004 INFO kablam! warning: unused variable: `memory` Oct 11 00:43:02.004 INFO kablam! --> src/webarc/instructions.rs:40:49 Oct 11 00:43:02.004 INFO kablam! | Oct 11 00:43:02.004 INFO kablam! 40 | fn exec(&self,registers: &mut RegisterFile, memory: &mut Memory, instruction: u32) { Oct 11 00:43:02.004 INFO kablam! | ^^^^^^ help: consider using `_memory` instead Oct 11 00:43:02.004 INFO kablam! | Oct 11 00:43:02.004 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 00:43:02.004 INFO kablam! Oct 11 00:43:02.010 INFO kablam! warning: constant item is never used: `UNDEFINED_INSTRUCTION_VECTOR` Oct 11 00:43:02.010 INFO kablam! --> src/webarc/cpu.rs:7:1 Oct 11 00:43:02.011 INFO kablam! | Oct 11 00:43:02.011 INFO kablam! 7 | const UNDEFINED_INSTRUCTION_VECTOR: u32 = 0x04; Oct 11 00:43:02.011 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:43:02.011 INFO kablam! | Oct 11 00:43:02.012 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 00:43:02.012 INFO kablam! Oct 11 00:43:02.012 INFO kablam! warning: constant item is never used: `SWI_VECTOR` Oct 11 00:43:02.013 INFO kablam! --> src/webarc/cpu.rs:8:1 Oct 11 00:43:02.013 INFO kablam! | Oct 11 00:43:02.013 INFO kablam! 8 | const SWI_VECTOR: u32 = 0x08; Oct 11 00:43:02.014 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:43:02.014 INFO kablam! Oct 11 00:43:02.014 INFO kablam! warning: constant item is never used: `PREFETCH_ABORT_VECTOR` Oct 11 00:43:02.014 INFO kablam! --> src/webarc/cpu.rs:9:1 Oct 11 00:43:02.015 INFO kablam! | Oct 11 00:43:02.015 INFO kablam! 9 | const PREFETCH_ABORT_VECTOR: u32 = 0x0c; Oct 11 00:43:02.015 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:43:02.016 INFO kablam! Oct 11 00:43:02.016 INFO kablam! warning: constant item is never used: `DATA_ABORT_VECTOR` Oct 11 00:43:02.016 INFO kablam! --> src/webarc/cpu.rs:10:1 Oct 11 00:43:02.016 INFO kablam! | Oct 11 00:43:02.016 INFO kablam! 10 | const DATA_ABORT_VECTOR: u32 = 0x10; Oct 11 00:43:02.016 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:43:02.016 INFO kablam! Oct 11 00:43:02.016 INFO kablam! warning: constant item is never used: `ADDRESS_EXCEPTION_VECTOR` Oct 11 00:43:02.017 INFO kablam! --> src/webarc/cpu.rs:11:1 Oct 11 00:43:02.017 INFO kablam! | Oct 11 00:43:02.017 INFO kablam! 11 | const ADDRESS_EXCEPTION_VECTOR: u32 = 0x14; Oct 11 00:43:02.017 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:43:02.017 INFO kablam! Oct 11 00:43:02.017 INFO kablam! warning: constant item is never used: `IRQ_VECTOR` Oct 11 00:43:02.017 INFO kablam! --> src/webarc/cpu.rs:12:1 Oct 11 00:43:02.017 INFO kablam! | Oct 11 00:43:02.017 INFO kablam! 12 | const IRQ_VECTOR: u32 = 0x18; Oct 11 00:43:02.017 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:43:02.017 INFO kablam! Oct 11 00:43:02.017 INFO kablam! warning: constant item is never used: `FIRQ_VECTOR` Oct 11 00:43:02.017 INFO kablam! --> src/webarc/cpu.rs:13:1 Oct 11 00:43:02.017 INFO kablam! | Oct 11 00:43:02.017 INFO kablam! 13 | const FIRQ_VECTOR: u32 = 0x1c; Oct 11 00:43:02.017 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:43:02.017 INFO kablam! Oct 11 00:43:02.017 INFO kablam! warning: method is never used: `store` Oct 11 00:43:02.017 INFO kablam! --> src/webarc/memory.rs:51:5 Oct 11 00:43:02.017 INFO kablam! | Oct 11 00:43:02.017 INFO kablam! 51 | pub fn store(&self, _address: u32, _data: u32) { Oct 11 00:43:02.017 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:43:02.017 INFO kablam! Oct 11 00:43:02.017 INFO kablam! warning: method is never used: `load_byte` Oct 11 00:43:02.017 INFO kablam! --> src/webarc/memory.rs:56:5 Oct 11 00:43:02.017 INFO kablam! | Oct 11 00:43:02.017 INFO kablam! 56 | pub fn load_byte(&mut self, address: u32) -> u8 { Oct 11 00:43:02.017 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:43:02.017 INFO kablam! Oct 11 00:43:02.017 INFO kablam! warning: method is never used: `store_byte` Oct 11 00:43:02.017 INFO kablam! --> src/webarc/memory.rs:62:5 Oct 11 00:43:02.017 INFO kablam! | Oct 11 00:43:02.017 INFO kablam! 62 | pub fn store_byte(&mut self, address: u32, data: u8) { Oct 11 00:43:02.017 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:43:02.017 INFO kablam! Oct 11 00:43:02.018 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 00:43:02.018 INFO kablam! --> src/main.rs:15:5 Oct 11 00:43:02.018 INFO kablam! | Oct 11 00:43:02.018 INFO kablam! 15 | f.read(as_u8_slice(&mut rom)); Oct 11 00:43:02.018 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:43:02.018 INFO kablam! | Oct 11 00:43:02.018 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 11 00:43:02.018 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 00:43:02.018 INFO kablam! Oct 11 00:43:02.385 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.69s Oct 11 00:43:02.386 INFO kablam! su: No module specific data is present Oct 11 00:43:02.690 INFO running `"docker" "rm" "-f" "863004d6a1593cb7ef2324a68787180b3de667d51a1a6cc605f5c49d848fd50d"` Oct 11 00:43:02.789 INFO blam! 863004d6a1593cb7ef2324a68787180b3de667d51a1a6cc605f5c49d848fd50d Oct 11 00:43:02.795 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 00:43:02.795 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/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.010 INFO blam! 717b3300bbd6490a08fabd639e3010d028670d9d76440c86401654d1208e5653 Oct 11 00:43:03.012 INFO running `"docker" "start" "-a" "717b3300bbd6490a08fabd639e3010d028670d9d76440c86401654d1208e5653"` Oct 11 00:43:03.670 INFO kablam! usermod: no changes Oct 11 00:43:03.685 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 11 00:43:03.685 INFO kablam! Running /target/debug/deps/webarc-8b2ee18886e8a2d4 Oct 11 00:43:03.687 INFO blam! Oct 11 00:43:03.687 INFO blam! running 0 tests Oct 11 00:43:03.687 INFO blam! Oct 11 00:43:03.687 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 00:43:03.687 INFO blam! Oct 11 00:43:03.688 INFO kablam! su: No module specific data is present Oct 11 00:43:03.986 INFO running `"docker" "rm" "-f" "717b3300bbd6490a08fabd639e3010d028670d9d76440c86401654d1208e5653"` Oct 11 00:43:04.096 INFO blam! 717b3300bbd6490a08fabd639e3010d028670d9d76440c86401654d1208e5653