Oct 14 17:08:18.037 INFO testing jbyte/chip8 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 17:08:18.039 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 17:08:18.580 INFO blam! a019e1daca8eecbaf46d0778547ba72e7cc066ca6843b9d054a8a64eab90b4c7 Oct 14 17:08:18.583 INFO running `"docker" "start" "-a" "a019e1daca8eecbaf46d0778547ba72e7cc066ca6843b9d054a8a64eab90b4c7"` Oct 14 17:08:19.851 INFO kablam! usermod: no changes Oct 14 17:08:19.919 INFO kablam! Compiling nom v2.2.0 Oct 14 17:08:23.135 INFO kablam! Compiling chip8 v0.1.0 (/source) Oct 14 17:08:23.471 INFO kablam! warning: unused import: `std::borrow::Cow` Oct 14 17:08:23.471 INFO kablam! --> src/debugger/mod.rs:5:5 Oct 14 17:08:23.471 INFO kablam! | Oct 14 17:08:23.471 INFO kablam! 5 | use std::borrow::Cow; Oct 14 17:08:23.471 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 14 17:08:23.471 INFO kablam! | Oct 14 17:08:23.471 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 17:08:23.471 INFO kablam! Oct 14 17:08:23.771 INFO kablam! warning: constant item is never used: `INTERPRETER_START` Oct 14 17:08:23.771 INFO kablam! --> src/cpu/cpu.rs:5:1 Oct 14 17:08:23.771 INFO kablam! | Oct 14 17:08:23.771 INFO kablam! 5 | const INTERPRETER_START: u32 = 0x000; Oct 14 17:08:23.771 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:08:23.771 INFO kablam! | Oct 14 17:08:23.771 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 17:08:23.771 INFO kablam! Oct 14 17:08:23.771 INFO kablam! warning: constant item is never used: `INTERPRETER_END` Oct 14 17:08:23.771 INFO kablam! --> src/cpu/cpu.rs:6:1 Oct 14 17:08:23.771 INFO kablam! | Oct 14 17:08:23.771 INFO kablam! 6 | const INTERPRETER_END: u32 = 0x1FF; Oct 14 17:08:23.771 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:08:23.771 INFO kablam! Oct 14 17:08:23.771 INFO kablam! warning: constant item is never used: `INTERPRETER_LENGTH` Oct 14 17:08:23.771 INFO kablam! --> src/cpu/cpu.rs:7:1 Oct 14 17:08:23.771 INFO kablam! | Oct 14 17:08:23.771 INFO kablam! 7 | const INTERPRETER_LENGTH: u32 = INTERPRETER_END - INTERPRETER_START; Oct 14 17:08:23.771 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:08:23.771 INFO kablam! Oct 14 17:08:23.771 INFO kablam! warning: constant item is never used: `DATA_END` Oct 14 17:08:23.771 INFO kablam! --> src/cpu/cpu.rs:14:1 Oct 14 17:08:23.771 INFO kablam! | Oct 14 17:08:23.771 INFO kablam! 14 | const DATA_END: usize = 0xFFF; Oct 14 17:08:23.771 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:08:23.771 INFO kablam! Oct 14 17:08:23.771 INFO kablam! warning: constant item is never used: `DATA_LENGTH` Oct 14 17:08:23.771 INFO kablam! --> src/cpu/cpu.rs:15:1 Oct 14 17:08:23.771 INFO kablam! | Oct 14 17:08:23.771 INFO kablam! 15 | const DATA_LENGTH: usize = DATA_END - DATA_START; Oct 14 17:08:23.771 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:08:23.771 INFO kablam! Oct 14 17:08:23.771 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 17:08:23.771 INFO kablam! --> src/cpu/cpu.rs:102:9 Oct 14 17:08:23.771 INFO kablam! | Oct 14 17:08:23.771 INFO kablam! 102 | stdin().read(&mut c); Oct 14 17:08:23.771 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:08:23.771 INFO kablam! | Oct 14 17:08:23.771 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 14 17:08:23.771 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 17:08:23.771 INFO kablam! Oct 14 17:08:24.960 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.09s Oct 14 17:08:24.963 INFO kablam! su: No module specific data is present Oct 14 17:08:25.771 INFO running `"docker" "rm" "-f" "a019e1daca8eecbaf46d0778547ba72e7cc066ca6843b9d054a8a64eab90b4c7"` Oct 14 17:08:26.235 INFO blam! a019e1daca8eecbaf46d0778547ba72e7cc066ca6843b9d054a8a64eab90b4c7 Oct 14 17:08:26.239 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 17:08:26.747 INFO blam! 67685c960ddcfbd73365f7abbb76b797c2d891220882edccfa73b8d522cd7006 Oct 14 17:08:26.755 INFO running `"docker" "start" "-a" "67685c960ddcfbd73365f7abbb76b797c2d891220882edccfa73b8d522cd7006"` Oct 14 17:08:28.399 INFO kablam! usermod: no changes Oct 14 17:08:28.459 INFO kablam! Compiling chip8 v0.1.0 (/source) Oct 14 17:08:28.781 INFO kablam! warning: unused import: `std::borrow::Cow` Oct 14 17:08:28.781 INFO kablam! --> src/debugger/mod.rs:5:5 Oct 14 17:08:28.781 INFO kablam! | Oct 14 17:08:28.781 INFO kablam! 5 | use std::borrow::Cow; Oct 14 17:08:28.781 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 14 17:08:28.781 INFO kablam! | Oct 14 17:08:28.781 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 17:08:28.783 INFO kablam! Oct 14 17:08:29.067 INFO kablam! warning: constant item is never used: `INTERPRETER_START` Oct 14 17:08:29.067 INFO kablam! --> src/cpu/cpu.rs:5:1 Oct 14 17:08:29.067 INFO kablam! | Oct 14 17:08:29.067 INFO kablam! 5 | const INTERPRETER_START: u32 = 0x000; Oct 14 17:08:29.067 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:08:29.067 INFO kablam! | Oct 14 17:08:29.067 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 17:08:29.067 INFO kablam! Oct 14 17:08:29.067 INFO kablam! warning: constant item is never used: `INTERPRETER_END` Oct 14 17:08:29.067 INFO kablam! --> src/cpu/cpu.rs:6:1 Oct 14 17:08:29.067 INFO kablam! | Oct 14 17:08:29.067 INFO kablam! 6 | const INTERPRETER_END: u32 = 0x1FF; Oct 14 17:08:29.067 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:08:29.067 INFO kablam! Oct 14 17:08:29.067 INFO kablam! warning: constant item is never used: `INTERPRETER_LENGTH` Oct 14 17:08:29.067 INFO kablam! --> src/cpu/cpu.rs:7:1 Oct 14 17:08:29.067 INFO kablam! | Oct 14 17:08:29.067 INFO kablam! 7 | const INTERPRETER_LENGTH: u32 = INTERPRETER_END - INTERPRETER_START; Oct 14 17:08:29.067 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:08:29.067 INFO kablam! Oct 14 17:08:29.067 INFO kablam! warning: constant item is never used: `DATA_END` Oct 14 17:08:29.067 INFO kablam! --> src/cpu/cpu.rs:14:1 Oct 14 17:08:29.067 INFO kablam! | Oct 14 17:08:29.067 INFO kablam! 14 | const DATA_END: usize = 0xFFF; Oct 14 17:08:29.067 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:08:29.067 INFO kablam! Oct 14 17:08:29.067 INFO kablam! warning: constant item is never used: `DATA_LENGTH` Oct 14 17:08:29.067 INFO kablam! --> src/cpu/cpu.rs:15:1 Oct 14 17:08:29.067 INFO kablam! | Oct 14 17:08:29.067 INFO kablam! 15 | const DATA_LENGTH: usize = DATA_END - DATA_START; Oct 14 17:08:29.067 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:08:29.067 INFO kablam! Oct 14 17:08:29.067 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 17:08:29.067 INFO kablam! --> src/cpu/cpu.rs:102:9 Oct 14 17:08:29.067 INFO kablam! | Oct 14 17:08:29.067 INFO kablam! 102 | stdin().read(&mut c); Oct 14 17:08:29.067 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:08:29.067 INFO kablam! | Oct 14 17:08:29.067 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 14 17:08:29.067 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 17:08:29.067 INFO kablam! Oct 14 17:08:29.605 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.18s Oct 14 17:08:29.611 INFO kablam! su: No module specific data is present Oct 14 17:08:30.551 INFO running `"docker" "rm" "-f" "67685c960ddcfbd73365f7abbb76b797c2d891220882edccfa73b8d522cd7006"` Oct 14 17:08:30.822 INFO blam! 67685c960ddcfbd73365f7abbb76b797c2d891220882edccfa73b8d522cd7006 Oct 14 17:08:30.835 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 17:08:31.284 INFO blam! a9b7a03b64816a5e7c3f09b2dbbf2c770a7fc70b7dc7b39300e6726b0c2b2043 Oct 14 17:08:31.290 INFO running `"docker" "start" "-a" "a9b7a03b64816a5e7c3f09b2dbbf2c770a7fc70b7dc7b39300e6726b0c2b2043"` Oct 14 17:08:32.687 INFO kablam! usermod: no changes Oct 14 17:08:32.781 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.06s Oct 14 17:08:32.782 INFO kablam! Running /target/debug/deps/chip8-753e4e6bbe904973 Oct 14 17:08:32.791 INFO kablam! su: No module specific data is present Oct 14 17:08:32.791 INFO blam! Oct 14 17:08:32.791 INFO blam! running 0 tests Oct 14 17:08:32.792 INFO blam! Oct 14 17:08:32.792 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 17:08:32.792 INFO blam! Oct 14 17:08:33.554 INFO running `"docker" "rm" "-f" "a9b7a03b64816a5e7c3f09b2dbbf2c770a7fc70b7dc7b39300e6726b0c2b2043"` Oct 14 17:08:33.867 INFO blam! a9b7a03b64816a5e7c3f09b2dbbf2c770a7fc70b7dc7b39300e6726b0c2b2043