Oct 14 19:27:35.353 INFO testing grsouza/rgbem against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 19:27:35.353 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 19:27:36.035 INFO blam! ebf358777497fde56c7fcd576f215c1e27b25faed8337180b259d72ecf887186 Oct 14 19:27:36.037 INFO running `"docker" "start" "-a" "ebf358777497fde56c7fcd576f215c1e27b25faed8337180b259d72ecf887186"` Oct 14 19:27:36.828 INFO kablam! usermod: no changes Oct 14 19:27:36.928 INFO kablam! Compiling atty v0.2.10 Oct 14 19:27:37.192 INFO kablam! Compiling clap v2.31.2 Oct 14 19:27:47.463 INFO kablam! Compiling rgb v0.1.0 (/source) Oct 14 19:27:47.766 INFO kablam! warning: unused import: `std::fmt` Oct 14 19:27:47.766 INFO kablam! --> src/memory.rs:1:5 Oct 14 19:27:47.766 INFO kablam! | Oct 14 19:27:47.766 INFO kablam! 1 | use std::fmt; Oct 14 19:27:47.766 INFO kablam! | ^^^^^^^^ Oct 14 19:27:47.766 INFO kablam! | Oct 14 19:27:47.766 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 19:27:47.766 INFO kablam! Oct 14 19:27:47.800 INFO kablam! warning: unused variable: `location` Oct 14 19:27:47.800 INFO kablam! --> src/memory.rs:20:26 Oct 14 19:27:47.800 INFO kablam! | Oct 14 19:27:47.800 INFO kablam! 20 | pub fn read(&mut self, location: usize) {} Oct 14 19:27:47.800 INFO kablam! | ^^^^^^^^ help: consider using `_location` instead Oct 14 19:27:47.800 INFO kablam! | Oct 14 19:27:47.800 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 19:27:47.800 INFO kablam! Oct 14 19:27:47.800 INFO kablam! warning: unused variable: `value` Oct 14 19:27:47.800 INFO kablam! --> src/memory.rs:21:27 Oct 14 19:27:47.800 INFO kablam! | Oct 14 19:27:47.800 INFO kablam! 21 | pub fn write(&mut self, value: usize, location: usize) {} Oct 14 19:27:47.800 INFO kablam! | ^^^^^ help: consider using `_value` instead Oct 14 19:27:47.800 INFO kablam! Oct 14 19:27:47.800 INFO kablam! warning: unused variable: `location` Oct 14 19:27:47.800 INFO kablam! --> src/memory.rs:21:41 Oct 14 19:27:47.800 INFO kablam! | Oct 14 19:27:47.800 INFO kablam! 21 | pub fn write(&mut self, value: usize, location: usize) {} Oct 14 19:27:47.800 INFO kablam! | ^^^^^^^^ help: consider using `_location` instead Oct 14 19:27:47.800 INFO kablam! Oct 14 19:27:47.803 INFO kablam! warning: field is never used: `memory` Oct 14 19:27:47.803 INFO kablam! --> src/cpu.rs:4:3 Oct 14 19:27:47.803 INFO kablam! | Oct 14 19:27:47.803 INFO kablam! 4 | memory: Memory, Oct 14 19:27:47.803 INFO kablam! | ^^^^^^^^^^^^^^ Oct 14 19:27:47.803 INFO kablam! | Oct 14 19:27:47.803 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 19:27:47.803 INFO kablam! Oct 14 19:27:47.803 INFO kablam! warning: field is never used: `kind` Oct 14 19:27:47.803 INFO kablam! --> src/cpu.rs:154:3 Oct 14 19:27:47.803 INFO kablam! | Oct 14 19:27:47.803 INFO kablam! 154 | kind: InstructionKind, Oct 14 19:27:47.803 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:27:47.803 INFO kablam! Oct 14 19:27:47.803 INFO kablam! warning: field is never used: `assembly` Oct 14 19:27:47.803 INFO kablam! --> src/cpu.rs:155:3 Oct 14 19:27:47.803 INFO kablam! | Oct 14 19:27:47.803 INFO kablam! 155 | assembly: &'static str, Oct 14 19:27:47.803 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:27:47.803 INFO kablam! Oct 14 19:27:47.803 INFO kablam! warning: field is never used: `rom` Oct 14 19:27:47.803 INFO kablam! --> src/memory.rs:6:3 Oct 14 19:27:47.803 INFO kablam! | Oct 14 19:27:47.803 INFO kablam! 6 | rom: Vec, Oct 14 19:27:47.803 INFO kablam! | ^^^^^^^^^^^^ Oct 14 19:27:47.803 INFO kablam! Oct 14 19:27:47.803 INFO kablam! warning: method is never used: `read` Oct 14 19:27:47.803 INFO kablam! --> src/memory.rs:20:3 Oct 14 19:27:47.803 INFO kablam! | Oct 14 19:27:47.803 INFO kablam! 20 | pub fn read(&mut self, location: usize) {} Oct 14 19:27:47.803 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:27:47.803 INFO kablam! Oct 14 19:27:47.803 INFO kablam! warning: method is never used: `write` Oct 14 19:27:47.803 INFO kablam! --> src/memory.rs:21:3 Oct 14 19:27:47.803 INFO kablam! | Oct 14 19:27:47.803 INFO kablam! 21 | pub fn write(&mut self, value: usize, location: usize) {} Oct 14 19:27:47.803 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:27:47.803 INFO kablam! Oct 14 19:27:47.803 INFO kablam! warning: field is never used: `cpu` Oct 14 19:27:47.803 INFO kablam! --> src/main.rs:11:5 Oct 14 19:27:47.804 INFO kablam! | Oct 14 19:27:47.804 INFO kablam! 11 | cpu: CPU, Oct 14 19:27:47.804 INFO kablam! | ^^^^^^^^ Oct 14 19:27:47.804 INFO kablam! Oct 14 19:27:48.599 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 11.73s Oct 14 19:27:48.602 INFO kablam! su: No module specific data is present Oct 14 19:27:49.197 INFO running `"docker" "rm" "-f" "ebf358777497fde56c7fcd576f215c1e27b25faed8337180b259d72ecf887186"` Oct 14 19:27:49.320 INFO blam! ebf358777497fde56c7fcd576f215c1e27b25faed8337180b259d72ecf887186 Oct 14 19:27:49.321 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 19:27:49.579 INFO blam! 91a474ec45006acc1b92045827014fee2f4d8041398ab9101e6d18c21da11026 Oct 14 19:27:49.583 INFO running `"docker" "start" "-a" "91a474ec45006acc1b92045827014fee2f4d8041398ab9101e6d18c21da11026"` Oct 14 19:27:50.219 INFO kablam! usermod: no changes Oct 14 19:27:50.257 INFO kablam! Compiling rgb v0.1.0 (/source) Oct 14 19:27:50.514 INFO kablam! warning: unused import: `std::fmt` Oct 14 19:27:50.514 INFO kablam! --> src/memory.rs:1:5 Oct 14 19:27:50.514 INFO kablam! | Oct 14 19:27:50.514 INFO kablam! 1 | use std::fmt; Oct 14 19:27:50.514 INFO kablam! | ^^^^^^^^ Oct 14 19:27:50.514 INFO kablam! | Oct 14 19:27:50.514 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 19:27:50.514 INFO kablam! Oct 14 19:27:50.539 INFO kablam! warning: unused variable: `location` Oct 14 19:27:50.539 INFO kablam! --> src/memory.rs:20:26 Oct 14 19:27:50.539 INFO kablam! | Oct 14 19:27:50.539 INFO kablam! 20 | pub fn read(&mut self, location: usize) {} Oct 14 19:27:50.539 INFO kablam! | ^^^^^^^^ help: consider using `_location` instead Oct 14 19:27:50.539 INFO kablam! | Oct 14 19:27:50.539 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 19:27:50.539 INFO kablam! Oct 14 19:27:50.539 INFO kablam! warning: unused variable: `value` Oct 14 19:27:50.539 INFO kablam! --> src/memory.rs:21:27 Oct 14 19:27:50.539 INFO kablam! | Oct 14 19:27:50.539 INFO kablam! 21 | pub fn write(&mut self, value: usize, location: usize) {} Oct 14 19:27:50.539 INFO kablam! | ^^^^^ help: consider using `_value` instead Oct 14 19:27:50.539 INFO kablam! Oct 14 19:27:50.539 INFO kablam! warning: unused variable: `location` Oct 14 19:27:50.539 INFO kablam! --> src/memory.rs:21:41 Oct 14 19:27:50.539 INFO kablam! | Oct 14 19:27:50.539 INFO kablam! 21 | pub fn write(&mut self, value: usize, location: usize) {} Oct 14 19:27:50.539 INFO kablam! | ^^^^^^^^ help: consider using `_location` instead Oct 14 19:27:50.539 INFO kablam! Oct 14 19:27:50.542 INFO kablam! warning: field is never used: `memory` Oct 14 19:27:50.543 INFO kablam! --> src/cpu.rs:4:3 Oct 14 19:27:50.543 INFO kablam! | Oct 14 19:27:50.543 INFO kablam! 4 | memory: Memory, Oct 14 19:27:50.543 INFO kablam! | ^^^^^^^^^^^^^^ Oct 14 19:27:50.543 INFO kablam! | Oct 14 19:27:50.543 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 19:27:50.543 INFO kablam! Oct 14 19:27:50.543 INFO kablam! warning: field is never used: `kind` Oct 14 19:27:50.543 INFO kablam! --> src/cpu.rs:154:3 Oct 14 19:27:50.543 INFO kablam! | Oct 14 19:27:50.543 INFO kablam! 154 | kind: InstructionKind, Oct 14 19:27:50.543 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:27:50.543 INFO kablam! Oct 14 19:27:50.543 INFO kablam! warning: field is never used: `assembly` Oct 14 19:27:50.543 INFO kablam! --> src/cpu.rs:155:3 Oct 14 19:27:50.543 INFO kablam! | Oct 14 19:27:50.543 INFO kablam! 155 | assembly: &'static str, Oct 14 19:27:50.543 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:27:50.543 INFO kablam! Oct 14 19:27:50.543 INFO kablam! warning: field is never used: `rom` Oct 14 19:27:50.543 INFO kablam! --> src/memory.rs:6:3 Oct 14 19:27:50.543 INFO kablam! | Oct 14 19:27:50.543 INFO kablam! 6 | rom: Vec, Oct 14 19:27:50.543 INFO kablam! | ^^^^^^^^^^^^ Oct 14 19:27:50.543 INFO kablam! Oct 14 19:27:50.543 INFO kablam! warning: method is never used: `read` Oct 14 19:27:50.543 INFO kablam! --> src/memory.rs:20:3 Oct 14 19:27:50.543 INFO kablam! | Oct 14 19:27:50.543 INFO kablam! 20 | pub fn read(&mut self, location: usize) {} Oct 14 19:27:50.543 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:27:50.543 INFO kablam! Oct 14 19:27:50.543 INFO kablam! warning: method is never used: `write` Oct 14 19:27:50.543 INFO kablam! --> src/memory.rs:21:3 Oct 14 19:27:50.543 INFO kablam! | Oct 14 19:27:50.543 INFO kablam! 21 | pub fn write(&mut self, value: usize, location: usize) {} Oct 14 19:27:50.543 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:27:50.543 INFO kablam! Oct 14 19:27:50.543 INFO kablam! warning: field is never used: `cpu` Oct 14 19:27:50.543 INFO kablam! --> src/main.rs:11:5 Oct 14 19:27:50.543 INFO kablam! | Oct 14 19:27:50.543 INFO kablam! 11 | cpu: CPU, Oct 14 19:27:50.543 INFO kablam! | ^^^^^^^^ Oct 14 19:27:50.543 INFO kablam! Oct 14 19:27:50.883 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.65s Oct 14 19:27:50.887 INFO kablam! su: No module specific data is present Oct 14 19:27:51.291 INFO running `"docker" "rm" "-f" "91a474ec45006acc1b92045827014fee2f4d8041398ab9101e6d18c21da11026"` Oct 14 19:27:51.445 INFO blam! 91a474ec45006acc1b92045827014fee2f4d8041398ab9101e6d18c21da11026 Oct 14 19:27:51.445 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 19:27:51.747 INFO blam! 00f06701f29b41bc827d877e5286b0c8c90d63c3376dc9ee606c983eff1c4991 Oct 14 19:27:51.756 INFO running `"docker" "start" "-a" "00f06701f29b41bc827d877e5286b0c8c90d63c3376dc9ee606c983eff1c4991"` Oct 14 19:27:52.370 INFO kablam! usermod: no changes Oct 14 19:27:52.414 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 14 19:27:52.415 INFO kablam! Running /target/debug/deps/rgb-6740032400b175b3 Oct 14 19:27:52.417 INFO blam! Oct 14 19:27:52.417 INFO blam! running 0 tests Oct 14 19:27:52.417 INFO blam! Oct 14 19:27:52.417 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 19:27:52.417 INFO blam! Oct 14 19:27:52.418 INFO kablam! su: No module specific data is present Oct 14 19:27:53.071 INFO running `"docker" "rm" "-f" "00f06701f29b41bc827d877e5286b0c8c90d63c3376dc9ee606c983eff1c4991"` Oct 14 19:27:53.299 INFO blam! 00f06701f29b41bc827d877e5286b0c8c90d63c3376dc9ee606c983eff1c4991