Oct 14 19:27:38.451 INFO testing grsouza/rgbem against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 19:27:38.451 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 19:27:38.895 INFO blam! 75382ade9246268b9359071d2881b6a200177e0148db38545387a6160d3e1e1b Oct 14 19:27:38.895 INFO running `"docker" "start" "-a" "75382ade9246268b9359071d2881b6a200177e0148db38545387a6160d3e1e1b"` Oct 14 19:27:39.830 INFO kablam! usermod: no changes Oct 14 19:27:39.903 INFO kablam! Compiling rgb v0.1.0 (/source) Oct 14 19:27:40.226 INFO kablam! warning: unused import: `std::fmt` Oct 14 19:27:40.226 INFO kablam! --> src/memory.rs:1:5 Oct 14 19:27:40.226 INFO kablam! | Oct 14 19:27:40.226 INFO kablam! 1 | use std::fmt; Oct 14 19:27:40.226 INFO kablam! | ^^^^^^^^ Oct 14 19:27:40.226 INFO kablam! | Oct 14 19:27:40.226 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 19:27:40.226 INFO kablam! Oct 14 19:27:40.275 INFO kablam! warning: unused variable: `location` Oct 14 19:27:40.275 INFO kablam! --> src/memory.rs:20:26 Oct 14 19:27:40.275 INFO kablam! | Oct 14 19:27:40.275 INFO kablam! 20 | pub fn read(&mut self, location: usize) {} Oct 14 19:27:40.275 INFO kablam! | ^^^^^^^^ help: consider using `_location` instead Oct 14 19:27:40.275 INFO kablam! | Oct 14 19:27:40.275 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 19:27:40.275 INFO kablam! Oct 14 19:27:40.275 INFO kablam! warning: unused variable: `value` Oct 14 19:27:40.275 INFO kablam! --> src/memory.rs:21:27 Oct 14 19:27:40.275 INFO kablam! | Oct 14 19:27:40.275 INFO kablam! 21 | pub fn write(&mut self, value: usize, location: usize) {} Oct 14 19:27:40.275 INFO kablam! | ^^^^^ help: consider using `_value` instead Oct 14 19:27:40.275 INFO kablam! Oct 14 19:27:40.275 INFO kablam! warning: unused variable: `location` Oct 14 19:27:40.275 INFO kablam! --> src/memory.rs:21:41 Oct 14 19:27:40.275 INFO kablam! | Oct 14 19:27:40.275 INFO kablam! 21 | pub fn write(&mut self, value: usize, location: usize) {} Oct 14 19:27:40.275 INFO kablam! | ^^^^^^^^ help: consider using `_location` instead Oct 14 19:27:40.275 INFO kablam! Oct 14 19:27:40.279 INFO kablam! warning: field is never used: `memory` Oct 14 19:27:40.279 INFO kablam! --> src/cpu.rs:4:3 Oct 14 19:27:40.279 INFO kablam! | Oct 14 19:27:40.279 INFO kablam! 4 | memory: Memory, Oct 14 19:27:40.279 INFO kablam! | ^^^^^^^^^^^^^^ Oct 14 19:27:40.279 INFO kablam! | Oct 14 19:27:40.279 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 19:27:40.279 INFO kablam! Oct 14 19:27:40.279 INFO kablam! warning: field is never used: `kind` Oct 14 19:27:40.279 INFO kablam! --> src/cpu.rs:154:3 Oct 14 19:27:40.279 INFO kablam! | Oct 14 19:27:40.279 INFO kablam! 154 | kind: InstructionKind, Oct 14 19:27:40.279 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:27:40.279 INFO kablam! Oct 14 19:27:40.279 INFO kablam! warning: field is never used: `assembly` Oct 14 19:27:40.279 INFO kablam! --> src/cpu.rs:155:3 Oct 14 19:27:40.279 INFO kablam! | Oct 14 19:27:40.279 INFO kablam! 155 | assembly: &'static str, Oct 14 19:27:40.279 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:27:40.279 INFO kablam! Oct 14 19:27:40.279 INFO kablam! warning: field is never used: `rom` Oct 14 19:27:40.279 INFO kablam! --> src/memory.rs:6:3 Oct 14 19:27:40.279 INFO kablam! | Oct 14 19:27:40.279 INFO kablam! 6 | rom: Vec, Oct 14 19:27:40.279 INFO kablam! | ^^^^^^^^^^^^ Oct 14 19:27:40.279 INFO kablam! Oct 14 19:27:40.279 INFO kablam! warning: method is never used: `read` Oct 14 19:27:40.279 INFO kablam! --> src/memory.rs:20:3 Oct 14 19:27:40.279 INFO kablam! | Oct 14 19:27:40.279 INFO kablam! 20 | pub fn read(&mut self, location: usize) {} Oct 14 19:27:40.279 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:27:40.279 INFO kablam! Oct 14 19:27:40.279 INFO kablam! warning: method is never used: `write` Oct 14 19:27:40.279 INFO kablam! --> src/memory.rs:21:3 Oct 14 19:27:40.279 INFO kablam! | Oct 14 19:27:40.279 INFO kablam! 21 | pub fn write(&mut self, value: usize, location: usize) {} Oct 14 19:27:40.279 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:27:40.279 INFO kablam! Oct 14 19:27:40.279 INFO kablam! warning: field is never used: `cpu` Oct 14 19:27:40.279 INFO kablam! --> src/main.rs:11:5 Oct 14 19:27:40.279 INFO kablam! | Oct 14 19:27:40.279 INFO kablam! 11 | cpu: CPU, Oct 14 19:27:40.279 INFO kablam! | ^^^^^^^^ Oct 14 19:27:40.279 INFO kablam! Oct 14 19:27:41.343 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.49s Oct 14 19:27:41.343 INFO kablam! su: No module specific data is present Oct 14 19:27:41.720 INFO running `"docker" "rm" "-f" "75382ade9246268b9359071d2881b6a200177e0148db38545387a6160d3e1e1b"` Oct 14 19:27:41.811 INFO blam! 75382ade9246268b9359071d2881b6a200177e0148db38545387a6160d3e1e1b Oct 14 19:27:41.811 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 19:27:42.056 INFO blam! 8d152bcdc530058450505353a97c6f3b4a0096f7dd7a0d511d861670bbd3bb77 Oct 14 19:27:42.063 INFO running `"docker" "start" "-a" "8d152bcdc530058450505353a97c6f3b4a0096f7dd7a0d511d861670bbd3bb77"` Oct 14 19:27:42.726 INFO kablam! usermod: no changes Oct 14 19:27:42.787 INFO kablam! Compiling rgb v0.1.0 (/source) Oct 14 19:27:43.127 INFO kablam! warning: unused import: `std::fmt` Oct 14 19:27:43.127 INFO kablam! --> src/memory.rs:1:5 Oct 14 19:27:43.127 INFO kablam! | Oct 14 19:27:43.127 INFO kablam! 1 | use std::fmt; Oct 14 19:27:43.127 INFO kablam! | ^^^^^^^^ Oct 14 19:27:43.127 INFO kablam! | Oct 14 19:27:43.127 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 19:27:43.127 INFO kablam! Oct 14 19:27:43.159 INFO kablam! warning: unused variable: `location` Oct 14 19:27:43.159 INFO kablam! --> src/memory.rs:20:26 Oct 14 19:27:43.159 INFO kablam! | Oct 14 19:27:43.159 INFO kablam! 20 | pub fn read(&mut self, location: usize) {} Oct 14 19:27:43.159 INFO kablam! | ^^^^^^^^ help: consider using `_location` instead Oct 14 19:27:43.159 INFO kablam! | Oct 14 19:27:43.159 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 19:27:43.159 INFO kablam! Oct 14 19:27:43.159 INFO kablam! warning: unused variable: `value` Oct 14 19:27:43.159 INFO kablam! --> src/memory.rs:21:27 Oct 14 19:27:43.159 INFO kablam! | Oct 14 19:27:43.159 INFO kablam! 21 | pub fn write(&mut self, value: usize, location: usize) {} Oct 14 19:27:43.159 INFO kablam! | ^^^^^ help: consider using `_value` instead Oct 14 19:27:43.159 INFO kablam! Oct 14 19:27:43.159 INFO kablam! warning: unused variable: `location` Oct 14 19:27:43.159 INFO kablam! --> src/memory.rs:21:41 Oct 14 19:27:43.159 INFO kablam! | Oct 14 19:27:43.159 INFO kablam! 21 | pub fn write(&mut self, value: usize, location: usize) {} Oct 14 19:27:43.159 INFO kablam! | ^^^^^^^^ help: consider using `_location` instead Oct 14 19:27:43.167 INFO kablam! Oct 14 19:27:43.167 INFO kablam! warning: field is never used: `memory` Oct 14 19:27:43.167 INFO kablam! --> src/cpu.rs:4:3 Oct 14 19:27:43.167 INFO kablam! | Oct 14 19:27:43.167 INFO kablam! 4 | memory: Memory, Oct 14 19:27:43.167 INFO kablam! | ^^^^^^^^^^^^^^ Oct 14 19:27:43.168 INFO kablam! | Oct 14 19:27:43.168 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 19:27:43.168 INFO kablam! Oct 14 19:27:43.168 INFO kablam! warning: field is never used: `kind` Oct 14 19:27:43.169 INFO kablam! --> src/cpu.rs:154:3 Oct 14 19:27:43.169 INFO kablam! | Oct 14 19:27:43.169 INFO kablam! 154 | kind: InstructionKind, Oct 14 19:27:43.169 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:27:43.169 INFO kablam! Oct 14 19:27:43.169 INFO kablam! warning: field is never used: `assembly` Oct 14 19:27:43.169 INFO kablam! --> src/cpu.rs:155:3 Oct 14 19:27:43.169 INFO kablam! | Oct 14 19:27:43.169 INFO kablam! 155 | assembly: &'static str, Oct 14 19:27:43.169 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:27:43.169 INFO kablam! Oct 14 19:27:43.169 INFO kablam! warning: field is never used: `rom` Oct 14 19:27:43.169 INFO kablam! --> src/memory.rs:6:3 Oct 14 19:27:43.169 INFO kablam! | Oct 14 19:27:43.169 INFO kablam! 6 | rom: Vec, Oct 14 19:27:43.169 INFO kablam! | ^^^^^^^^^^^^ Oct 14 19:27:43.169 INFO kablam! Oct 14 19:27:43.169 INFO kablam! warning: method is never used: `read` Oct 14 19:27:43.169 INFO kablam! --> src/memory.rs:20:3 Oct 14 19:27:43.169 INFO kablam! | Oct 14 19:27:43.169 INFO kablam! 20 | pub fn read(&mut self, location: usize) {} Oct 14 19:27:43.169 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:27:43.169 INFO kablam! Oct 14 19:27:43.169 INFO kablam! warning: method is never used: `write` Oct 14 19:27:43.169 INFO kablam! --> src/memory.rs:21:3 Oct 14 19:27:43.169 INFO kablam! | Oct 14 19:27:43.169 INFO kablam! 21 | pub fn write(&mut self, value: usize, location: usize) {} Oct 14 19:27:43.169 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:27:43.169 INFO kablam! Oct 14 19:27:43.169 INFO kablam! warning: field is never used: `cpu` Oct 14 19:27:43.169 INFO kablam! --> src/main.rs:11:5 Oct 14 19:27:43.169 INFO kablam! | Oct 14 19:27:43.169 INFO kablam! 11 | cpu: CPU, Oct 14 19:27:43.169 INFO kablam! | ^^^^^^^^ Oct 14 19:27:43.169 INFO kablam! Oct 14 19:27:43.762 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.00s Oct 14 19:27:43.775 INFO kablam! su: No module specific data is present Oct 14 19:27:44.565 INFO running `"docker" "rm" "-f" "8d152bcdc530058450505353a97c6f3b4a0096f7dd7a0d511d861670bbd3bb77"` Oct 14 19:27:44.783 INFO blam! 8d152bcdc530058450505353a97c6f3b4a0096f7dd7a0d511d861670bbd3bb77 Oct 14 19:27:44.791 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 19:27:45.222 INFO blam! 9aff885e6986cb8c45c04eb386a9b7bd8da0d622de2db7d30620e786ad8fb6a4 Oct 14 19:27:45.239 INFO running `"docker" "start" "-a" "9aff885e6986cb8c45c04eb386a9b7bd8da0d622de2db7d30620e786ad8fb6a4"` Oct 14 19:27:46.375 INFO kablam! usermod: no changes Oct 14 19:27:46.473 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.06s Oct 14 19:27:46.483 INFO kablam! Running /target/debug/deps/rgb-7469d29d663f7526 Oct 14 19:27:46.487 INFO blam! Oct 14 19:27:46.488 INFO blam! running 0 tests Oct 14 19:27:46.488 INFO blam! Oct 14 19:27:46.488 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 19:27:46.489 INFO blam! Oct 14 19:27:46.495 INFO kablam! su: No module specific data is present Oct 14 19:27:47.119 INFO running `"docker" "rm" "-f" "9aff885e6986cb8c45c04eb386a9b7bd8da0d622de2db7d30620e786ad8fb6a4"` Oct 14 19:27:47.375 INFO blam! 9aff885e6986cb8c45c04eb386a9b7bd8da0d622de2db7d30620e786ad8fb6a4