Oct 14 17:08:18.688 INFO testing jbyte/chip8 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 17:08:18.688 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 17:08:19.140 INFO blam! b155ef94b246bea59e29b98929293240e3e8a4a0aa4c4736166fabab718b9ae7 Oct 14 17:08:19.143 INFO running `"docker" "start" "-a" "b155ef94b246bea59e29b98929293240e3e8a4a0aa4c4736166fabab718b9ae7"` Oct 14 17:08:20.371 INFO kablam! usermod: no changes Oct 14 17:08:20.432 INFO kablam! Compiling nom v2.2.0 Oct 14 17:08:23.913 INFO kablam! Compiling chip8 v0.1.0 (/source) Oct 14 17:08:24.266 INFO kablam! warning: unused import: `std::borrow::Cow` Oct 14 17:08:24.266 INFO kablam! --> src/debugger/mod.rs:5:5 Oct 14 17:08:24.266 INFO kablam! | Oct 14 17:08:24.266 INFO kablam! 5 | use std::borrow::Cow; Oct 14 17:08:24.266 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 14 17:08:24.266 INFO kablam! | Oct 14 17:08:24.266 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 17:08:24.266 INFO kablam! Oct 14 17:08:24.543 INFO kablam! warning: constant item is never used: `INTERPRETER_START` Oct 14 17:08:24.543 INFO kablam! --> src/cpu/cpu.rs:5:1 Oct 14 17:08:24.543 INFO kablam! | Oct 14 17:08:24.543 INFO kablam! 5 | const INTERPRETER_START: u32 = 0x000; Oct 14 17:08:24.543 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:08:24.543 INFO kablam! | Oct 14 17:08:24.543 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 17:08:24.543 INFO kablam! Oct 14 17:08:24.543 INFO kablam! warning: constant item is never used: `INTERPRETER_END` Oct 14 17:08:24.543 INFO kablam! --> src/cpu/cpu.rs:6:1 Oct 14 17:08:24.543 INFO kablam! | Oct 14 17:08:24.543 INFO kablam! 6 | const INTERPRETER_END: u32 = 0x1FF; Oct 14 17:08:24.543 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:08:24.543 INFO kablam! Oct 14 17:08:24.543 INFO kablam! warning: constant item is never used: `INTERPRETER_LENGTH` Oct 14 17:08:24.543 INFO kablam! --> src/cpu/cpu.rs:7:1 Oct 14 17:08:24.543 INFO kablam! | Oct 14 17:08:24.543 INFO kablam! 7 | const INTERPRETER_LENGTH: u32 = INTERPRETER_END - INTERPRETER_START; Oct 14 17:08:24.543 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:08:24.543 INFO kablam! Oct 14 17:08:24.543 INFO kablam! warning: constant item is never used: `DATA_END` Oct 14 17:08:24.543 INFO kablam! --> src/cpu/cpu.rs:14:1 Oct 14 17:08:24.543 INFO kablam! | Oct 14 17:08:24.543 INFO kablam! 14 | const DATA_END: usize = 0xFFF; Oct 14 17:08:24.543 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:08:24.543 INFO kablam! Oct 14 17:08:24.543 INFO kablam! warning: constant item is never used: `DATA_LENGTH` Oct 14 17:08:24.543 INFO kablam! --> src/cpu/cpu.rs:15:1 Oct 14 17:08:24.543 INFO kablam! | Oct 14 17:08:24.543 INFO kablam! 15 | const DATA_LENGTH: usize = DATA_END - DATA_START; Oct 14 17:08:24.543 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:08:24.543 INFO kablam! Oct 14 17:08:24.543 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 17:08:24.543 INFO kablam! --> src/cpu/cpu.rs:102:9 Oct 14 17:08:24.543 INFO kablam! | Oct 14 17:08:24.543 INFO kablam! 102 | stdin().read(&mut c); Oct 14 17:08:24.543 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:08:24.543 INFO kablam! | Oct 14 17:08:24.543 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 14 17:08:24.543 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 17:08:24.543 INFO kablam! Oct 14 17:08:25.523 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.12s Oct 14 17:08:25.535 INFO kablam! su: No module specific data is present Oct 14 17:08:26.690 INFO running `"docker" "rm" "-f" "b155ef94b246bea59e29b98929293240e3e8a4a0aa4c4736166fabab718b9ae7"` Oct 14 17:08:27.010 INFO blam! b155ef94b246bea59e29b98929293240e3e8a4a0aa4c4736166fabab718b9ae7 Oct 14 17:08:27.019 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 17:08:27.456 INFO blam! 8143c94650e73ff6bbc8ae799674d757cc02fb1f291ade661304d8796bf2c46b Oct 14 17:08:27.458 INFO running `"docker" "start" "-a" "8143c94650e73ff6bbc8ae799674d757cc02fb1f291ade661304d8796bf2c46b"` Oct 14 17:08:28.962 INFO kablam! usermod: no changes Oct 14 17:08:29.047 INFO kablam! Compiling chip8 v0.1.0 (/source) Oct 14 17:08:29.356 INFO kablam! warning: unused import: `std::borrow::Cow` Oct 14 17:08:29.356 INFO kablam! --> src/debugger/mod.rs:5:5 Oct 14 17:08:29.356 INFO kablam! | Oct 14 17:08:29.356 INFO kablam! 5 | use std::borrow::Cow; Oct 14 17:08:29.356 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 14 17:08:29.356 INFO kablam! | Oct 14 17:08:29.356 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 17:08:29.356 INFO kablam! Oct 14 17:08:29.620 INFO kablam! warning: constant item is never used: `INTERPRETER_START` Oct 14 17:08:29.620 INFO kablam! --> src/cpu/cpu.rs:5:1 Oct 14 17:08:29.620 INFO kablam! | Oct 14 17:08:29.621 INFO kablam! 5 | const INTERPRETER_START: u32 = 0x000; Oct 14 17:08:29.621 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:08:29.627 INFO kablam! | Oct 14 17:08:29.627 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 17:08:29.627 INFO kablam! Oct 14 17:08:29.628 INFO kablam! warning: constant item is never used: `INTERPRETER_END` Oct 14 17:08:29.628 INFO kablam! --> src/cpu/cpu.rs:6:1 Oct 14 17:08:29.628 INFO kablam! | Oct 14 17:08:29.629 INFO kablam! 6 | const INTERPRETER_END: u32 = 0x1FF; Oct 14 17:08:29.629 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:08:29.629 INFO kablam! Oct 14 17:08:29.630 INFO kablam! warning: constant item is never used: `INTERPRETER_LENGTH` Oct 14 17:08:29.630 INFO kablam! --> src/cpu/cpu.rs:7:1 Oct 14 17:08:29.630 INFO kablam! | Oct 14 17:08:29.631 INFO kablam! 7 | const INTERPRETER_LENGTH: u32 = INTERPRETER_END - INTERPRETER_START; Oct 14 17:08:29.631 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:08:29.631 INFO kablam! Oct 14 17:08:29.631 INFO kablam! warning: constant item is never used: `DATA_END` Oct 14 17:08:29.632 INFO kablam! --> src/cpu/cpu.rs:14:1 Oct 14 17:08:29.632 INFO kablam! | Oct 14 17:08:29.632 INFO kablam! 14 | const DATA_END: usize = 0xFFF; Oct 14 17:08:29.632 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:08:29.633 INFO kablam! Oct 14 17:08:29.633 INFO kablam! warning: constant item is never used: `DATA_LENGTH` Oct 14 17:08:29.633 INFO kablam! --> src/cpu/cpu.rs:15:1 Oct 14 17:08:29.633 INFO kablam! | Oct 14 17:08:29.634 INFO kablam! 15 | const DATA_LENGTH: usize = DATA_END - DATA_START; Oct 14 17:08:29.634 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:08:29.634 INFO kablam! Oct 14 17:08:29.635 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 17:08:29.635 INFO kablam! --> src/cpu/cpu.rs:102:9 Oct 14 17:08:29.635 INFO kablam! | Oct 14 17:08:29.635 INFO kablam! 102 | stdin().read(&mut c); Oct 14 17:08:29.636 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:08:29.636 INFO kablam! | Oct 14 17:08:29.636 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 14 17:08:29.637 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 17:08:29.637 INFO kablam! Oct 14 17:08:30.259 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.26s Oct 14 17:08:30.259 INFO kablam! su: No module specific data is present Oct 14 17:08:31.042 INFO running `"docker" "rm" "-f" "8143c94650e73ff6bbc8ae799674d757cc02fb1f291ade661304d8796bf2c46b"` Oct 14 17:08:31.375 INFO blam! 8143c94650e73ff6bbc8ae799674d757cc02fb1f291ade661304d8796bf2c46b Oct 14 17:08:31.377 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 17:08:31.774 INFO blam! ff604ae91676d8bd61b996954b0b958c12ba7fa9891b7328b4727f930768c276 Oct 14 17:08:31.776 INFO running `"docker" "start" "-a" "ff604ae91676d8bd61b996954b0b958c12ba7fa9891b7328b4727f930768c276"` Oct 14 17:08:32.979 INFO kablam! usermod: no changes Oct 14 17:08:33.075 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.04s Oct 14 17:08:33.075 INFO kablam! Running /target/debug/deps/chip8-fec466bdaa3944af Oct 14 17:08:33.091 INFO kablam! su: No module specific data is present Oct 14 17:08:33.091 INFO blam! Oct 14 17:08:33.091 INFO blam! running 0 tests Oct 14 17:08:33.091 INFO blam! Oct 14 17:08:33.091 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 17:08:33.091 INFO blam! Oct 14 17:08:33.703 INFO running `"docker" "rm" "-f" "ff604ae91676d8bd61b996954b0b958c12ba7fa9891b7328b4727f930768c276"` Oct 14 17:08:34.028 INFO blam! ff604ae91676d8bd61b996954b0b958c12ba7fa9891b7328b4727f930768c276