Oct 14 23:43:42.515 INFO testing danellis/webarc-rust against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 23:43:42.517 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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:42.927 INFO blam! 05365becaedb3bb0d26ad770e80a13ef87337baf272fc242847e9d0d918b8ddc Oct 14 23:43:42.929 INFO running `"docker" "start" "-a" "05365becaedb3bb0d26ad770e80a13ef87337baf272fc242847e9d0d918b8ddc"` Oct 14 23:43:44.335 INFO kablam! usermod: no changes Oct 14 23:43:44.399 INFO kablam! Compiling webarc v0.1.0 (/source) Oct 14 23:43:44.806 INFO kablam! warning: unused variable: `memory` Oct 14 23:43:44.807 INFO kablam! --> src/webarc/instructions.rs:40:49 Oct 14 23:43:44.807 INFO kablam! | Oct 14 23:43:44.807 INFO kablam! 40 | fn exec(&self,registers: &mut RegisterFile, memory: &mut Memory, instruction: u32) { Oct 14 23:43:44.808 INFO kablam! | ^^^^^^ help: consider using `_memory` instead Oct 14 23:43:44.808 INFO kablam! | Oct 14 23:43:44.808 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 23:43:44.808 INFO kablam! Oct 14 23:43:44.825 INFO kablam! warning: constant item is never used: `UNDEFINED_INSTRUCTION_VECTOR` Oct 14 23:43:44.825 INFO kablam! --> src/webarc/cpu.rs:7:1 Oct 14 23:43:44.825 INFO kablam! | Oct 14 23:43:44.826 INFO kablam! 7 | const UNDEFINED_INSTRUCTION_VECTOR: u32 = 0x04; Oct 14 23:43:44.826 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:43:44.826 INFO kablam! | Oct 14 23:43:44.827 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 23:43:44.827 INFO kablam! Oct 14 23:43:44.827 INFO kablam! warning: constant item is never used: `SWI_VECTOR` Oct 14 23:43:44.827 INFO kablam! --> src/webarc/cpu.rs:8:1 Oct 14 23:43:44.828 INFO kablam! | Oct 14 23:43:44.828 INFO kablam! 8 | const SWI_VECTOR: u32 = 0x08; Oct 14 23:43:44.828 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:43:44.829 INFO kablam! Oct 14 23:43:44.829 INFO kablam! warning: constant item is never used: `PREFETCH_ABORT_VECTOR` Oct 14 23:43:44.829 INFO kablam! --> src/webarc/cpu.rs:9:1 Oct 14 23:43:44.829 INFO kablam! | Oct 14 23:43:44.830 INFO kablam! 9 | const PREFETCH_ABORT_VECTOR: u32 = 0x0c; Oct 14 23:43:44.830 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:43:44.830 INFO kablam! Oct 14 23:43:44.831 INFO kablam! warning: constant item is never used: `DATA_ABORT_VECTOR` Oct 14 23:43:44.831 INFO kablam! --> src/webarc/cpu.rs:10:1 Oct 14 23:43:44.831 INFO kablam! | Oct 14 23:43:44.831 INFO kablam! 10 | const DATA_ABORT_VECTOR: u32 = 0x10; Oct 14 23:43:44.832 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:43:44.832 INFO kablam! Oct 14 23:43:44.832 INFO kablam! warning: constant item is never used: `ADDRESS_EXCEPTION_VECTOR` Oct 14 23:43:44.833 INFO kablam! --> src/webarc/cpu.rs:11:1 Oct 14 23:43:44.833 INFO kablam! | Oct 14 23:43:44.833 INFO kablam! 11 | const ADDRESS_EXCEPTION_VECTOR: u32 = 0x14; Oct 14 23:43:44.833 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:43:44.834 INFO kablam! Oct 14 23:43:44.834 INFO kablam! warning: constant item is never used: `IRQ_VECTOR` Oct 14 23:43:44.834 INFO kablam! --> src/webarc/cpu.rs:12:1 Oct 14 23:43:44.834 INFO kablam! | Oct 14 23:43:44.835 INFO kablam! 12 | const IRQ_VECTOR: u32 = 0x18; Oct 14 23:43:44.835 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:43:44.835 INFO kablam! Oct 14 23:43:44.835 INFO kablam! warning: constant item is never used: `FIRQ_VECTOR` Oct 14 23:43:44.836 INFO kablam! --> src/webarc/cpu.rs:13:1 Oct 14 23:43:44.836 INFO kablam! | Oct 14 23:43:44.836 INFO kablam! 13 | const FIRQ_VECTOR: u32 = 0x1c; Oct 14 23:43:44.836 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:43:44.837 INFO kablam! Oct 14 23:43:44.837 INFO kablam! warning: method is never used: `store` Oct 14 23:43:44.837 INFO kablam! --> src/webarc/memory.rs:51:5 Oct 14 23:43:44.838 INFO kablam! | Oct 14 23:43:44.838 INFO kablam! 51 | pub fn store(&self, _address: u32, _data: u32) { Oct 14 23:43:44.838 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:43:44.838 INFO kablam! Oct 14 23:43:44.839 INFO kablam! warning: method is never used: `load_byte` Oct 14 23:43:44.839 INFO kablam! --> src/webarc/memory.rs:56:5 Oct 14 23:43:44.839 INFO kablam! | Oct 14 23:43:44.840 INFO kablam! 56 | pub fn load_byte(&mut self, address: u32) -> u8 { Oct 14 23:43:44.840 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:43:44.840 INFO kablam! Oct 14 23:43:44.840 INFO kablam! warning: method is never used: `store_byte` Oct 14 23:43:44.841 INFO kablam! --> src/webarc/memory.rs:62:5 Oct 14 23:43:44.841 INFO kablam! | Oct 14 23:43:44.841 INFO kablam! 62 | pub fn store_byte(&mut self, address: u32, data: u8) { Oct 14 23:43:44.841 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:43:44.842 INFO kablam! Oct 14 23:43:44.842 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 23:43:44.842 INFO kablam! --> src/main.rs:15:5 Oct 14 23:43:44.843 INFO kablam! | Oct 14 23:43:44.843 INFO kablam! 15 | f.read(as_u8_slice(&mut rom)); Oct 14 23:43:44.843 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:43:44.844 INFO kablam! | Oct 14 23:43:44.844 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 14 23:43:44.844 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 23:43:44.845 INFO kablam! Oct 14 23:43:45.488 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.13s Oct 14 23:43:45.491 INFO kablam! su: No module specific data is present Oct 14 23:43:46.164 INFO running `"docker" "rm" "-f" "05365becaedb3bb0d26ad770e80a13ef87337baf272fc242847e9d0d918b8ddc"` Oct 14 23:43:46.443 INFO blam! 05365becaedb3bb0d26ad770e80a13ef87337baf272fc242847e9d0d918b8ddc Oct 14 23:43:46.444 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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:46.943 INFO blam! 55351ac3fb03a7be7a8bdf524d51e3afb9fd9fdb7457c406aec79c64ba208ed7 Oct 14 23:43:46.945 INFO running `"docker" "start" "-a" "55351ac3fb03a7be7a8bdf524d51e3afb9fd9fdb7457c406aec79c64ba208ed7"` Oct 14 23:43:48.295 INFO kablam! usermod: no changes Oct 14 23:43:48.339 INFO kablam! Compiling webarc v0.1.0 (/source) Oct 14 23:43:48.803 INFO kablam! warning: unused variable: `memory` Oct 14 23:43:48.803 INFO kablam! --> src/webarc/instructions.rs:40:49 Oct 14 23:43:48.803 INFO kablam! | Oct 14 23:43:48.803 INFO kablam! 40 | fn exec(&self,registers: &mut RegisterFile, memory: &mut Memory, instruction: u32) { Oct 14 23:43:48.803 INFO kablam! | ^^^^^^ help: consider using `_memory` instead Oct 14 23:43:48.803 INFO kablam! | Oct 14 23:43:48.803 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 23:43:48.803 INFO kablam! Oct 14 23:43:48.811 INFO kablam! warning: constant item is never used: `UNDEFINED_INSTRUCTION_VECTOR` Oct 14 23:43:48.811 INFO kablam! --> src/webarc/cpu.rs:7:1 Oct 14 23:43:48.811 INFO kablam! | Oct 14 23:43:48.811 INFO kablam! 7 | const UNDEFINED_INSTRUCTION_VECTOR: u32 = 0x04; Oct 14 23:43:48.811 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:43:48.811 INFO kablam! | Oct 14 23:43:48.811 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 23:43:48.811 INFO kablam! Oct 14 23:43:48.811 INFO kablam! warning: constant item is never used: `SWI_VECTOR` Oct 14 23:43:48.811 INFO kablam! --> src/webarc/cpu.rs:8:1 Oct 14 23:43:48.811 INFO kablam! | Oct 14 23:43:48.811 INFO kablam! 8 | const SWI_VECTOR: u32 = 0x08; Oct 14 23:43:48.811 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:43:48.811 INFO kablam! Oct 14 23:43:48.811 INFO kablam! warning: constant item is never used: `PREFETCH_ABORT_VECTOR` Oct 14 23:43:48.811 INFO kablam! --> src/webarc/cpu.rs:9:1 Oct 14 23:43:48.811 INFO kablam! | Oct 14 23:43:48.811 INFO kablam! 9 | const PREFETCH_ABORT_VECTOR: u32 = 0x0c; Oct 14 23:43:48.811 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:43:48.811 INFO kablam! Oct 14 23:43:48.811 INFO kablam! warning: constant item is never used: `DATA_ABORT_VECTOR` Oct 14 23:43:48.811 INFO kablam! --> src/webarc/cpu.rs:10:1 Oct 14 23:43:48.811 INFO kablam! | Oct 14 23:43:48.811 INFO kablam! 10 | const DATA_ABORT_VECTOR: u32 = 0x10; Oct 14 23:43:48.811 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:43:48.811 INFO kablam! Oct 14 23:43:48.811 INFO kablam! warning: constant item is never used: `ADDRESS_EXCEPTION_VECTOR` Oct 14 23:43:48.811 INFO kablam! --> src/webarc/cpu.rs:11:1 Oct 14 23:43:48.811 INFO kablam! | Oct 14 23:43:48.811 INFO kablam! 11 | const ADDRESS_EXCEPTION_VECTOR: u32 = 0x14; Oct 14 23:43:48.811 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:43:48.811 INFO kablam! Oct 14 23:43:48.811 INFO kablam! warning: constant item is never used: `IRQ_VECTOR` Oct 14 23:43:48.811 INFO kablam! --> src/webarc/cpu.rs:12:1 Oct 14 23:43:48.811 INFO kablam! | Oct 14 23:43:48.811 INFO kablam! 12 | const IRQ_VECTOR: u32 = 0x18; Oct 14 23:43:48.811 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:43:48.811 INFO kablam! Oct 14 23:43:48.812 INFO kablam! warning: constant item is never used: `FIRQ_VECTOR` Oct 14 23:43:48.812 INFO kablam! --> src/webarc/cpu.rs:13:1 Oct 14 23:43:48.812 INFO kablam! | Oct 14 23:43:48.812 INFO kablam! 13 | const FIRQ_VECTOR: u32 = 0x1c; Oct 14 23:43:48.812 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:43:48.812 INFO kablam! Oct 14 23:43:48.812 INFO kablam! warning: method is never used: `store` Oct 14 23:43:48.812 INFO kablam! --> src/webarc/memory.rs:51:5 Oct 14 23:43:48.812 INFO kablam! | Oct 14 23:43:48.812 INFO kablam! 51 | pub fn store(&self, _address: u32, _data: u32) { Oct 14 23:43:48.812 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:43:48.812 INFO kablam! Oct 14 23:43:48.812 INFO kablam! warning: method is never used: `load_byte` Oct 14 23:43:48.812 INFO kablam! --> src/webarc/memory.rs:56:5 Oct 14 23:43:48.812 INFO kablam! | Oct 14 23:43:48.812 INFO kablam! 56 | pub fn load_byte(&mut self, address: u32) -> u8 { Oct 14 23:43:48.812 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:43:48.812 INFO kablam! Oct 14 23:43:48.812 INFO kablam! warning: method is never used: `store_byte` Oct 14 23:43:48.812 INFO kablam! --> src/webarc/memory.rs:62:5 Oct 14 23:43:48.812 INFO kablam! | Oct 14 23:43:48.812 INFO kablam! 62 | pub fn store_byte(&mut self, address: u32, data: u8) { Oct 14 23:43:48.812 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:43:48.812 INFO kablam! Oct 14 23:43:48.812 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 23:43:48.812 INFO kablam! --> src/main.rs:15:5 Oct 14 23:43:48.812 INFO kablam! | Oct 14 23:43:48.812 INFO kablam! 15 | f.read(as_u8_slice(&mut rom)); Oct 14 23:43:48.812 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:43:48.812 INFO kablam! | Oct 14 23:43:48.812 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 14 23:43:48.812 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 23:43:48.812 INFO kablam! Oct 14 23:43:49.303 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.98s Oct 14 23:43:49.303 INFO kablam! su: No module specific data is present Oct 14 23:43:50.283 INFO running `"docker" "rm" "-f" "55351ac3fb03a7be7a8bdf524d51e3afb9fd9fdb7457c406aec79c64ba208ed7"` Oct 14 23:43:50.632 INFO blam! 55351ac3fb03a7be7a8bdf524d51e3afb9fd9fdb7457c406aec79c64ba208ed7 Oct 14 23:43:50.637 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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:51.076 INFO blam! d9a88b417b9d1b3e4861456ac4191abf9750fce658bd02c4c08559f9b17253b0 Oct 14 23:43:51.087 INFO running `"docker" "start" "-a" "d9a88b417b9d1b3e4861456ac4191abf9750fce658bd02c4c08559f9b17253b0"` Oct 14 23:43:52.303 INFO kablam! usermod: no changes Oct 14 23:43:52.344 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 14 23:43:52.349 INFO kablam! Running /target/debug/deps/webarc-e0a882079f2b3a97 Oct 14 23:43:52.363 INFO blam! Oct 14 23:43:52.363 INFO blam! running 0 tests Oct 14 23:43:52.363 INFO blam! Oct 14 23:43:52.363 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 23:43:52.363 INFO blam! Oct 14 23:43:52.363 INFO kablam! su: No module specific data is present Oct 14 23:43:53.071 INFO running `"docker" "rm" "-f" "d9a88b417b9d1b3e4861456ac4191abf9750fce658bd02c4c08559f9b17253b0"` Oct 14 23:43:53.291 INFO blam! d9a88b417b9d1b3e4861456ac4191abf9750fce658bd02c4c08559f9b17253b0