Oct 10 22:25:05.390 INFO testing grsouza/rgbem against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 22:25:05.390 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 22:25:05.390 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/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 10 22:25:05.608 INFO blam! 79eb69a9465275b4ea0012fa40f3c7c54c884075369aa6717165c0d814314377 Oct 10 22:25:05.610 INFO running `"docker" "start" "-a" "79eb69a9465275b4ea0012fa40f3c7c54c884075369aa6717165c0d814314377"` Oct 10 22:25:06.448 INFO kablam! usermod: no changes Oct 10 22:25:06.508 INFO kablam! Compiling rgb v0.1.0 (/source) Oct 10 22:25:07.624 INFO kablam! warning: unused import: `std::fmt` Oct 10 22:25:07.624 INFO kablam! --> src/memory.rs:1:5 Oct 10 22:25:07.624 INFO kablam! | Oct 10 22:25:07.624 INFO kablam! 1 | use std::fmt; Oct 10 22:25:07.624 INFO kablam! | ^^^^^^^^ Oct 10 22:25:07.624 INFO kablam! | Oct 10 22:25:07.624 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 22:25:07.624 INFO kablam! Oct 10 22:25:07.696 INFO kablam! warning: unused variable: `location` Oct 10 22:25:07.696 INFO kablam! --> src/memory.rs:20:26 Oct 10 22:25:07.696 INFO kablam! | Oct 10 22:25:07.696 INFO kablam! 20 | pub fn read(&mut self, location: usize) {} Oct 10 22:25:07.696 INFO kablam! | ^^^^^^^^ help: consider using `_location` instead Oct 10 22:25:07.696 INFO kablam! | Oct 10 22:25:07.696 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 22:25:07.696 INFO kablam! Oct 10 22:25:07.696 INFO kablam! warning: unused variable: `value` Oct 10 22:25:07.696 INFO kablam! --> src/memory.rs:21:27 Oct 10 22:25:07.696 INFO kablam! | Oct 10 22:25:07.696 INFO kablam! 21 | pub fn write(&mut self, value: usize, location: usize) {} Oct 10 22:25:07.696 INFO kablam! | ^^^^^ help: consider using `_value` instead Oct 10 22:25:07.696 INFO kablam! Oct 10 22:25:07.696 INFO kablam! warning: unused variable: `location` Oct 10 22:25:07.696 INFO kablam! --> src/memory.rs:21:41 Oct 10 22:25:07.696 INFO kablam! | Oct 10 22:25:07.696 INFO kablam! 21 | pub fn write(&mut self, value: usize, location: usize) {} Oct 10 22:25:07.696 INFO kablam! | ^^^^^^^^ help: consider using `_location` instead Oct 10 22:25:07.696 INFO kablam! Oct 10 22:25:07.696 INFO kablam! warning: field is never used: `memory` Oct 10 22:25:07.696 INFO kablam! --> src/cpu.rs:4:3 Oct 10 22:25:07.696 INFO kablam! | Oct 10 22:25:07.696 INFO kablam! 4 | memory: Memory, Oct 10 22:25:07.696 INFO kablam! | ^^^^^^^^^^^^^^ Oct 10 22:25:07.696 INFO kablam! | Oct 10 22:25:07.696 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 22:25:07.696 INFO kablam! Oct 10 22:25:07.696 INFO kablam! warning: field is never used: `kind` Oct 10 22:25:07.696 INFO kablam! --> src/cpu.rs:154:3 Oct 10 22:25:07.696 INFO kablam! | Oct 10 22:25:07.696 INFO kablam! 154 | kind: InstructionKind, Oct 10 22:25:07.697 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:25:07.697 INFO kablam! Oct 10 22:25:07.697 INFO kablam! warning: field is never used: `assembly` Oct 10 22:25:07.697 INFO kablam! --> src/cpu.rs:155:3 Oct 10 22:25:07.697 INFO kablam! | Oct 10 22:25:07.697 INFO kablam! 155 | assembly: &'static str, Oct 10 22:25:07.697 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:25:07.697 INFO kablam! Oct 10 22:25:07.697 INFO kablam! warning: field is never used: `rom` Oct 10 22:25:07.697 INFO kablam! --> src/memory.rs:6:3 Oct 10 22:25:07.697 INFO kablam! | Oct 10 22:25:07.697 INFO kablam! 6 | rom: Vec, Oct 10 22:25:07.697 INFO kablam! | ^^^^^^^^^^^^ Oct 10 22:25:07.697 INFO kablam! Oct 10 22:25:07.697 INFO kablam! warning: method is never used: `read` Oct 10 22:25:07.697 INFO kablam! --> src/memory.rs:20:3 Oct 10 22:25:07.697 INFO kablam! | Oct 10 22:25:07.697 INFO kablam! 20 | pub fn read(&mut self, location: usize) {} Oct 10 22:25:07.697 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:25:07.697 INFO kablam! Oct 10 22:25:07.697 INFO kablam! warning: method is never used: `write` Oct 10 22:25:07.697 INFO kablam! --> src/memory.rs:21:3 Oct 10 22:25:07.697 INFO kablam! | Oct 10 22:25:07.697 INFO kablam! 21 | pub fn write(&mut self, value: usize, location: usize) {} Oct 10 22:25:07.697 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:25:07.697 INFO kablam! Oct 10 22:25:07.697 INFO kablam! warning: field is never used: `cpu` Oct 10 22:25:07.697 INFO kablam! --> src/main.rs:11:5 Oct 10 22:25:07.697 INFO kablam! | Oct 10 22:25:07.697 INFO kablam! 11 | cpu: CPU, Oct 10 22:25:07.697 INFO kablam! | ^^^^^^^^ Oct 10 22:25:07.697 INFO kablam! Oct 10 22:25:08.813 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.34s Oct 10 22:25:08.818 INFO kablam! su: No module specific data is present Oct 10 22:25:09.061 INFO running `"docker" "rm" "-f" "79eb69a9465275b4ea0012fa40f3c7c54c884075369aa6717165c0d814314377"` Oct 10 22:25:09.166 INFO blam! 79eb69a9465275b4ea0012fa40f3c7c54c884075369aa6717165c0d814314377 Oct 10 22:25:09.169 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 22:25:09.170 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/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 10 22:25:09.422 INFO blam! 2537bd0d95d4ef40004c9012f47ffbe0b3189f397dcf82825ce31fc4d136bebf Oct 10 22:25:09.426 INFO running `"docker" "start" "-a" "2537bd0d95d4ef40004c9012f47ffbe0b3189f397dcf82825ce31fc4d136bebf"` Oct 10 22:25:09.828 INFO kablam! usermod: no changes Oct 10 22:25:09.880 INFO kablam! Compiling rgb v0.1.0 (/source) Oct 10 22:25:10.796 INFO kablam! warning: unused import: `std::fmt` Oct 10 22:25:10.796 INFO kablam! --> src/memory.rs:1:5 Oct 10 22:25:10.796 INFO kablam! | Oct 10 22:25:10.796 INFO kablam! 1 | use std::fmt; Oct 10 22:25:10.796 INFO kablam! | ^^^^^^^^ Oct 10 22:25:10.796 INFO kablam! | Oct 10 22:25:10.796 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 22:25:10.796 INFO kablam! Oct 10 22:25:10.844 INFO kablam! warning: unused variable: `location` Oct 10 22:25:10.844 INFO kablam! --> src/memory.rs:20:26 Oct 10 22:25:10.844 INFO kablam! | Oct 10 22:25:10.844 INFO kablam! 20 | pub fn read(&mut self, location: usize) {} Oct 10 22:25:10.844 INFO kablam! | ^^^^^^^^ help: consider using `_location` instead Oct 10 22:25:10.844 INFO kablam! | Oct 10 22:25:10.844 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 22:25:10.844 INFO kablam! Oct 10 22:25:10.844 INFO kablam! warning: unused variable: `value` Oct 10 22:25:10.844 INFO kablam! --> src/memory.rs:21:27 Oct 10 22:25:10.844 INFO kablam! | Oct 10 22:25:10.844 INFO kablam! 21 | pub fn write(&mut self, value: usize, location: usize) {} Oct 10 22:25:10.844 INFO kablam! | ^^^^^ help: consider using `_value` instead Oct 10 22:25:10.844 INFO kablam! Oct 10 22:25:10.844 INFO kablam! warning: unused variable: `location` Oct 10 22:25:10.844 INFO kablam! --> src/memory.rs:21:41 Oct 10 22:25:10.844 INFO kablam! | Oct 10 22:25:10.844 INFO kablam! 21 | pub fn write(&mut self, value: usize, location: usize) {} Oct 10 22:25:10.844 INFO kablam! | ^^^^^^^^ help: consider using `_location` instead Oct 10 22:25:10.844 INFO kablam! Oct 10 22:25:10.856 INFO kablam! warning: field is never used: `memory` Oct 10 22:25:10.856 INFO kablam! --> src/cpu.rs:4:3 Oct 10 22:25:10.856 INFO kablam! | Oct 10 22:25:10.856 INFO kablam! 4 | memory: Memory, Oct 10 22:25:10.856 INFO kablam! | ^^^^^^^^^^^^^^ Oct 10 22:25:10.856 INFO kablam! | Oct 10 22:25:10.856 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 22:25:10.856 INFO kablam! Oct 10 22:25:10.856 INFO kablam! warning: field is never used: `kind` Oct 10 22:25:10.856 INFO kablam! --> src/cpu.rs:154:3 Oct 10 22:25:10.856 INFO kablam! | Oct 10 22:25:10.856 INFO kablam! 154 | kind: InstructionKind, Oct 10 22:25:10.856 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:25:10.856 INFO kablam! Oct 10 22:25:10.857 INFO kablam! warning: field is never used: `assembly` Oct 10 22:25:10.857 INFO kablam! --> src/cpu.rs:155:3 Oct 10 22:25:10.857 INFO kablam! | Oct 10 22:25:10.857 INFO kablam! 155 | assembly: &'static str, Oct 10 22:25:10.857 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:25:10.857 INFO kablam! Oct 10 22:25:10.857 INFO kablam! warning: field is never used: `rom` Oct 10 22:25:10.857 INFO kablam! --> src/memory.rs:6:3 Oct 10 22:25:10.857 INFO kablam! | Oct 10 22:25:10.857 INFO kablam! 6 | rom: Vec, Oct 10 22:25:10.857 INFO kablam! | ^^^^^^^^^^^^ Oct 10 22:25:10.857 INFO kablam! Oct 10 22:25:10.857 INFO kablam! warning: method is never used: `read` Oct 10 22:25:10.857 INFO kablam! --> src/memory.rs:20:3 Oct 10 22:25:10.857 INFO kablam! | Oct 10 22:25:10.857 INFO kablam! 20 | pub fn read(&mut self, location: usize) {} Oct 10 22:25:10.857 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:25:10.857 INFO kablam! Oct 10 22:25:10.857 INFO kablam! warning: method is never used: `write` Oct 10 22:25:10.857 INFO kablam! --> src/memory.rs:21:3 Oct 10 22:25:10.857 INFO kablam! | Oct 10 22:25:10.857 INFO kablam! 21 | pub fn write(&mut self, value: usize, location: usize) {} Oct 10 22:25:10.857 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:25:10.857 INFO kablam! Oct 10 22:25:10.857 INFO kablam! warning: field is never used: `cpu` Oct 10 22:25:10.857 INFO kablam! --> src/main.rs:11:5 Oct 10 22:25:10.857 INFO kablam! | Oct 10 22:25:10.857 INFO kablam! 11 | cpu: CPU, Oct 10 22:25:10.857 INFO kablam! | ^^^^^^^^ Oct 10 22:25:10.857 INFO kablam! Oct 10 22:25:11.285 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.43s Oct 10 22:25:11.288 INFO kablam! su: No module specific data is present Oct 10 22:25:11.566 INFO running `"docker" "rm" "-f" "2537bd0d95d4ef40004c9012f47ffbe0b3189f397dcf82825ce31fc4d136bebf"` Oct 10 22:25:11.645 INFO blam! 2537bd0d95d4ef40004c9012f47ffbe0b3189f397dcf82825ce31fc4d136bebf Oct 10 22:25:11.645 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 22:25:11.645 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/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 10 22:25:11.853 INFO blam! 608012a1b0eadae3eb231b1fc7d0954302c7fd3ba981073f23a97e84f1fcdb98 Oct 10 22:25:11.855 INFO running `"docker" "start" "-a" "608012a1b0eadae3eb231b1fc7d0954302c7fd3ba981073f23a97e84f1fcdb98"` Oct 10 22:25:12.235 INFO kablam! usermod: no changes Oct 10 22:25:12.276 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 10 22:25:12.279 INFO kablam! Running /target/debug/deps/rgb-7469d29d663f7526 Oct 10 22:25:12.279 INFO blam! Oct 10 22:25:12.279 INFO blam! running 0 tests Oct 10 22:25:12.280 INFO blam! Oct 10 22:25:12.280 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 22:25:12.280 INFO blam! Oct 10 22:25:12.281 INFO kablam! su: No module specific data is present Oct 10 22:25:12.776 INFO running `"docker" "rm" "-f" "608012a1b0eadae3eb231b1fc7d0954302c7fd3ba981073f23a97e84f1fcdb98"` Oct 10 22:25:13.028 INFO blam! 608012a1b0eadae3eb231b1fc7d0954302c7fd3ba981073f23a97e84f1fcdb98