Oct 14 23:43:44.974 INFO testing danellis/webarc-rust against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 23:43:44.974 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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:45.487 INFO blam! 14d163dac5933916d27d2cc5ea99b089f7ef99b63d0f46f2076fa0d04e41269b Oct 14 23:43:45.493 INFO running `"docker" "start" "-a" "14d163dac5933916d27d2cc5ea99b089f7ef99b63d0f46f2076fa0d04e41269b"` Oct 14 23:43:46.831 INFO kablam! usermod: no changes Oct 14 23:43:46.877 INFO kablam! Compiling webarc v0.1.0 (/source) Oct 14 23:43:47.315 INFO kablam! warning: unused variable: `memory` Oct 14 23:43:47.315 INFO kablam! --> src/webarc/instructions.rs:40:49 Oct 14 23:43:47.316 INFO kablam! | Oct 14 23:43:47.316 INFO kablam! 40 | fn exec(&self,registers: &mut RegisterFile, memory: &mut Memory, instruction: u32) { Oct 14 23:43:47.316 INFO kablam! | ^^^^^^ help: consider using `_memory` instead Oct 14 23:43:47.317 INFO kablam! | Oct 14 23:43:47.317 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 23:43:47.317 INFO kablam! Oct 14 23:43:47.332 INFO kablam! warning: constant item is never used: `UNDEFINED_INSTRUCTION_VECTOR` Oct 14 23:43:47.332 INFO kablam! --> src/webarc/cpu.rs:7:1 Oct 14 23:43:47.332 INFO kablam! | Oct 14 23:43:47.332 INFO kablam! 7 | const UNDEFINED_INSTRUCTION_VECTOR: u32 = 0x04; Oct 14 23:43:47.333 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:43:47.333 INFO kablam! | Oct 14 23:43:47.333 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 23:43:47.334 INFO kablam! Oct 14 23:43:47.334 INFO kablam! warning: constant item is never used: `SWI_VECTOR` Oct 14 23:43:47.334 INFO kablam! --> src/webarc/cpu.rs:8:1 Oct 14 23:43:47.335 INFO kablam! | Oct 14 23:43:47.335 INFO kablam! 8 | const SWI_VECTOR: u32 = 0x08; Oct 14 23:43:47.335 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:43:47.335 INFO kablam! Oct 14 23:43:47.336 INFO kablam! warning: constant item is never used: `PREFETCH_ABORT_VECTOR` Oct 14 23:43:47.336 INFO kablam! --> src/webarc/cpu.rs:9:1 Oct 14 23:43:47.336 INFO kablam! | Oct 14 23:43:47.337 INFO kablam! 9 | const PREFETCH_ABORT_VECTOR: u32 = 0x0c; Oct 14 23:43:47.337 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:43:47.337 INFO kablam! Oct 14 23:43:47.337 INFO kablam! warning: constant item is never used: `DATA_ABORT_VECTOR` Oct 14 23:43:47.338 INFO kablam! --> src/webarc/cpu.rs:10:1 Oct 14 23:43:47.338 INFO kablam! | Oct 14 23:43:47.338 INFO kablam! 10 | const DATA_ABORT_VECTOR: u32 = 0x10; Oct 14 23:43:47.339 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:43:47.339 INFO kablam! Oct 14 23:43:47.339 INFO kablam! warning: constant item is never used: `ADDRESS_EXCEPTION_VECTOR` Oct 14 23:43:47.339 INFO kablam! --> src/webarc/cpu.rs:11:1 Oct 14 23:43:47.340 INFO kablam! | Oct 14 23:43:47.340 INFO kablam! 11 | const ADDRESS_EXCEPTION_VECTOR: u32 = 0x14; Oct 14 23:43:47.340 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:43:47.340 INFO kablam! Oct 14 23:43:47.341 INFO kablam! warning: constant item is never used: `IRQ_VECTOR` Oct 14 23:43:47.341 INFO kablam! --> src/webarc/cpu.rs:12:1 Oct 14 23:43:47.341 INFO kablam! | Oct 14 23:43:47.341 INFO kablam! 12 | const IRQ_VECTOR: u32 = 0x18; Oct 14 23:43:47.342 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:43:47.342 INFO kablam! Oct 14 23:43:47.342 INFO kablam! warning: constant item is never used: `FIRQ_VECTOR` Oct 14 23:43:47.343 INFO kablam! --> src/webarc/cpu.rs:13:1 Oct 14 23:43:47.343 INFO kablam! | Oct 14 23:43:47.343 INFO kablam! 13 | const FIRQ_VECTOR: u32 = 0x1c; Oct 14 23:43:47.343 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:43:47.343 INFO kablam! Oct 14 23:43:47.344 INFO kablam! warning: method is never used: `store` Oct 14 23:43:47.344 INFO kablam! --> src/webarc/memory.rs:51:5 Oct 14 23:43:47.344 INFO kablam! | Oct 14 23:43:47.345 INFO kablam! 51 | pub fn store(&self, _address: u32, _data: u32) { Oct 14 23:43:47.345 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:43:47.345 INFO kablam! Oct 14 23:43:47.345 INFO kablam! warning: method is never used: `load_byte` Oct 14 23:43:47.346 INFO kablam! --> src/webarc/memory.rs:56:5 Oct 14 23:43:47.346 INFO kablam! | Oct 14 23:43:47.346 INFO kablam! 56 | pub fn load_byte(&mut self, address: u32) -> u8 { Oct 14 23:43:47.346 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:43:47.347 INFO kablam! Oct 14 23:43:47.347 INFO kablam! warning: method is never used: `store_byte` Oct 14 23:43:47.347 INFO kablam! --> src/webarc/memory.rs:62:5 Oct 14 23:43:47.347 INFO kablam! | Oct 14 23:43:47.348 INFO kablam! 62 | pub fn store_byte(&mut self, address: u32, data: u8) { Oct 14 23:43:47.348 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:43:47.348 INFO kablam! Oct 14 23:43:47.348 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 23:43:47.349 INFO kablam! --> src/main.rs:15:5 Oct 14 23:43:47.349 INFO kablam! | Oct 14 23:43:47.349 INFO kablam! 15 | f.read(as_u8_slice(&mut rom)); Oct 14 23:43:47.350 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:43:47.350 INFO kablam! | Oct 14 23:43:47.350 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 14 23:43:47.350 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 23:43:47.351 INFO kablam! Oct 14 23:43:47.982 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.12s Oct 14 23:43:47.983 INFO kablam! su: No module specific data is present Oct 14 23:43:49.255 INFO running `"docker" "rm" "-f" "14d163dac5933916d27d2cc5ea99b089f7ef99b63d0f46f2076fa0d04e41269b"` Oct 14 23:43:49.627 INFO blam! 14d163dac5933916d27d2cc5ea99b089f7ef99b63d0f46f2076fa0d04e41269b Oct 14 23:43:49.635 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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:50.151 INFO blam! 4cb1c53f51a11c1d77ce9835b8229cf03ab1aa0465cc38a99e4b9e08a08e18f7 Oct 14 23:43:50.159 INFO running `"docker" "start" "-a" "4cb1c53f51a11c1d77ce9835b8229cf03ab1aa0465cc38a99e4b9e08a08e18f7"` Oct 14 23:43:51.155 INFO kablam! usermod: no changes Oct 14 23:43:51.227 INFO kablam! Compiling webarc v0.1.0 (/source) Oct 14 23:43:51.715 INFO kablam! warning: unused variable: `memory` Oct 14 23:43:51.715 INFO kablam! --> src/webarc/instructions.rs:40:49 Oct 14 23:43:51.715 INFO kablam! | Oct 14 23:43:51.715 INFO kablam! 40 | fn exec(&self,registers: &mut RegisterFile, memory: &mut Memory, instruction: u32) { Oct 14 23:43:51.715 INFO kablam! | ^^^^^^ help: consider using `_memory` instead Oct 14 23:43:51.715 INFO kablam! | Oct 14 23:43:51.715 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 23:43:51.715 INFO kablam! Oct 14 23:43:51.731 INFO kablam! warning: constant item is never used: `UNDEFINED_INSTRUCTION_VECTOR` Oct 14 23:43:51.731 INFO kablam! --> src/webarc/cpu.rs:7:1 Oct 14 23:43:51.731 INFO kablam! | Oct 14 23:43:51.731 INFO kablam! 7 | const UNDEFINED_INSTRUCTION_VECTOR: u32 = 0x04; Oct 14 23:43:51.731 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:43:51.731 INFO kablam! | Oct 14 23:43:51.731 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 23:43:51.731 INFO kablam! Oct 14 23:43:51.731 INFO kablam! warning: constant item is never used: `SWI_VECTOR` Oct 14 23:43:51.731 INFO kablam! --> src/webarc/cpu.rs:8:1 Oct 14 23:43:51.731 INFO kablam! | Oct 14 23:43:51.731 INFO kablam! 8 | const SWI_VECTOR: u32 = 0x08; Oct 14 23:43:51.731 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:43:51.731 INFO kablam! Oct 14 23:43:51.731 INFO kablam! warning: constant item is never used: `PREFETCH_ABORT_VECTOR` Oct 14 23:43:51.731 INFO kablam! --> src/webarc/cpu.rs:9:1 Oct 14 23:43:51.731 INFO kablam! | Oct 14 23:43:51.731 INFO kablam! 9 | const PREFETCH_ABORT_VECTOR: u32 = 0x0c; Oct 14 23:43:51.731 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:43:51.731 INFO kablam! Oct 14 23:43:51.731 INFO kablam! warning: constant item is never used: `DATA_ABORT_VECTOR` Oct 14 23:43:51.731 INFO kablam! --> src/webarc/cpu.rs:10:1 Oct 14 23:43:51.731 INFO kablam! | Oct 14 23:43:51.731 INFO kablam! 10 | const DATA_ABORT_VECTOR: u32 = 0x10; Oct 14 23:43:51.731 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:43:51.731 INFO kablam! Oct 14 23:43:51.731 INFO kablam! warning: constant item is never used: `ADDRESS_EXCEPTION_VECTOR` Oct 14 23:43:51.731 INFO kablam! --> src/webarc/cpu.rs:11:1 Oct 14 23:43:51.731 INFO kablam! | Oct 14 23:43:51.731 INFO kablam! 11 | const ADDRESS_EXCEPTION_VECTOR: u32 = 0x14; Oct 14 23:43:51.731 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:43:51.731 INFO kablam! Oct 14 23:43:51.731 INFO kablam! warning: constant item is never used: `IRQ_VECTOR` Oct 14 23:43:51.731 INFO kablam! --> src/webarc/cpu.rs:12:1 Oct 14 23:43:51.731 INFO kablam! | Oct 14 23:43:51.731 INFO kablam! 12 | const IRQ_VECTOR: u32 = 0x18; Oct 14 23:43:51.731 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:43:51.731 INFO kablam! Oct 14 23:43:51.731 INFO kablam! warning: constant item is never used: `FIRQ_VECTOR` Oct 14 23:43:51.731 INFO kablam! --> src/webarc/cpu.rs:13:1 Oct 14 23:43:51.731 INFO kablam! | Oct 14 23:43:51.731 INFO kablam! 13 | const FIRQ_VECTOR: u32 = 0x1c; Oct 14 23:43:51.731 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:43:51.731 INFO kablam! Oct 14 23:43:51.735 INFO kablam! warning: method is never used: `store` Oct 14 23:43:51.735 INFO kablam! --> src/webarc/memory.rs:51:5 Oct 14 23:43:51.735 INFO kablam! | Oct 14 23:43:51.735 INFO kablam! 51 | pub fn store(&self, _address: u32, _data: u32) { Oct 14 23:43:51.735 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:43:51.735 INFO kablam! Oct 14 23:43:51.735 INFO kablam! warning: method is never used: `load_byte` Oct 14 23:43:51.735 INFO kablam! --> src/webarc/memory.rs:56:5 Oct 14 23:43:51.735 INFO kablam! | Oct 14 23:43:51.735 INFO kablam! 56 | pub fn load_byte(&mut self, address: u32) -> u8 { Oct 14 23:43:51.735 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:43:51.735 INFO kablam! Oct 14 23:43:51.735 INFO kablam! warning: method is never used: `store_byte` Oct 14 23:43:51.735 INFO kablam! --> src/webarc/memory.rs:62:5 Oct 14 23:43:51.735 INFO kablam! | Oct 14 23:43:51.735 INFO kablam! 62 | pub fn store_byte(&mut self, address: u32, data: u8) { Oct 14 23:43:51.735 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:43:51.735 INFO kablam! Oct 14 23:43:51.735 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 23:43:51.735 INFO kablam! --> src/main.rs:15:5 Oct 14 23:43:51.735 INFO kablam! | Oct 14 23:43:51.735 INFO kablam! 15 | f.read(as_u8_slice(&mut rom)); Oct 14 23:43:51.735 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:43:51.735 INFO kablam! | Oct 14 23:43:51.735 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 14 23:43:51.735 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 23:43:51.735 INFO kablam! Oct 14 23:43:52.256 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.06s Oct 14 23:43:52.260 INFO kablam! su: No module specific data is present Oct 14 23:43:52.925 INFO running `"docker" "rm" "-f" "4cb1c53f51a11c1d77ce9835b8229cf03ab1aa0465cc38a99e4b9e08a08e18f7"` Oct 14 23:43:53.182 INFO blam! 4cb1c53f51a11c1d77ce9835b8229cf03ab1aa0465cc38a99e4b9e08a08e18f7 Oct 14 23:43:53.191 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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:53.645 INFO blam! edf7215f7df4c51bbfb13576df3b70528ad60db0d22e86d9fdb150f24460931a Oct 14 23:43:53.653 INFO running `"docker" "start" "-a" "edf7215f7df4c51bbfb13576df3b70528ad60db0d22e86d9fdb150f24460931a"` Oct 14 23:43:54.992 INFO kablam! usermod: no changes Oct 14 23:43:55.049 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 14 23:43:55.055 INFO kablam! Running /target/debug/deps/webarc-8b2ee18886e8a2d4 Oct 14 23:43:55.084 INFO blam! Oct 14 23:43:55.084 INFO blam! running 0 tests Oct 14 23:43:55.084 INFO blam! Oct 14 23:43:55.084 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 23:43:55.084 INFO blam! Oct 14 23:43:55.095 INFO kablam! su: No module specific data is present Oct 14 23:43:55.739 INFO running `"docker" "rm" "-f" "edf7215f7df4c51bbfb13576df3b70528ad60db0d22e86d9fdb150f24460931a"` Oct 14 23:43:55.979 INFO blam! edf7215f7df4c51bbfb13576df3b70528ad60db0d22e86d9fdb150f24460931a