Oct 10 23:19:38.898 INFO testing evantypanski/gremulator against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 23:19:38.898 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 23:19:38.898 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/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 23:19:39.205 INFO blam! 9f344c2077f2e64fb12d4d9de002d6aa01f83cf1dae09af5bc7d65b13b8b5fd9 Oct 10 23:19:39.207 INFO running `"docker" "start" "-a" "9f344c2077f2e64fb12d4d9de002d6aa01f83cf1dae09af5bc7d65b13b8b5fd9"` Oct 10 23:19:40.132 INFO kablam! usermod: no changes Oct 10 23:19:40.188 INFO kablam! Compiling gremulator v0.1.0 (/source) Oct 10 23:19:40.872 INFO kablam! warning: unused variable: `val` Oct 10 23:19:40.872 INFO kablam! --> src/cpu.rs:59:22 Oct 10 23:19:40.872 INFO kablam! | Oct 10 23:19:40.872 INFO kablam! 59 | fn cp(&mut self, val: u8) { Oct 10 23:19:40.873 INFO kablam! | ^^^ help: consider using `_val` instead Oct 10 23:19:40.873 INFO kablam! | Oct 10 23:19:40.873 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 23:19:40.873 INFO kablam! Oct 10 23:19:40.873 INFO kablam! warning: unused variable: `other` Oct 10 23:19:40.873 INFO kablam! --> src/cpu.rs:187:13 Oct 10 23:19:40.873 INFO kablam! | Oct 10 23:19:40.873 INFO kablam! 187 | other => panic!("Instruction not implemented!"), Oct 10 23:19:40.873 INFO kablam! | ^^^^^ help: consider using `_other` instead Oct 10 23:19:40.873 INFO kablam! Oct 10 23:19:40.888 INFO kablam! warning: field is never used: `f` Oct 10 23:19:40.888 INFO kablam! --> src/register.rs:12:5 Oct 10 23:19:40.888 INFO kablam! | Oct 10 23:19:40.888 INFO kablam! 12 | f: u8, // f is indirectly accessible for math ops Oct 10 23:19:40.888 INFO kablam! | ^^^^^ Oct 10 23:19:40.888 INFO kablam! | Oct 10 23:19:40.888 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 23:19:40.888 INFO kablam! Oct 10 23:19:40.888 INFO kablam! warning: field is never used: `a` Oct 10 23:19:40.888 INFO kablam! --> src/mmu.rs:2:5 Oct 10 23:19:40.888 INFO kablam! | Oct 10 23:19:40.888 INFO kablam! 2 | a: u8, Oct 10 23:19:40.888 INFO kablam! | ^^^^^ Oct 10 23:19:40.888 INFO kablam! Oct 10 23:19:40.896 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 23:19:40.896 INFO kablam! --> src/mbc.rs:23:9 Oct 10 23:19:40.896 INFO kablam! | Oct 10 23:19:40.896 INFO kablam! 23 | file.read_to_end(&mut contents); Oct 10 23:19:40.896 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 23:19:40.896 INFO kablam! | Oct 10 23:19:40.900 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 10 23:19:40.900 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 23:19:40.900 INFO kablam! Oct 10 23:19:42.076 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.89s Oct 10 23:19:42.076 INFO kablam! su: No module specific data is present Oct 10 23:19:42.659 INFO running `"docker" "rm" "-f" "9f344c2077f2e64fb12d4d9de002d6aa01f83cf1dae09af5bc7d65b13b8b5fd9"` Oct 10 23:19:42.871 INFO blam! 9f344c2077f2e64fb12d4d9de002d6aa01f83cf1dae09af5bc7d65b13b8b5fd9 Oct 10 23:19:42.878 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 23:19:42.878 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/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 23:19:43.196 INFO blam! a9897753dd021e4a51251b52c44e3fda0bbf7b04e34e66e7543331b0c0d6bb8e Oct 10 23:19:43.198 INFO running `"docker" "start" "-a" "a9897753dd021e4a51251b52c44e3fda0bbf7b04e34e66e7543331b0c0d6bb8e"` Oct 10 23:19:43.959 INFO kablam! usermod: no changes Oct 10 23:19:44.024 INFO kablam! Compiling gremulator v0.1.0 (/source) Oct 10 23:19:44.744 INFO kablam! warning: unused variable: `val` Oct 10 23:19:44.744 INFO kablam! --> src/cpu.rs:59:22 Oct 10 23:19:44.745 INFO kablam! | Oct 10 23:19:44.745 INFO kablam! 59 | fn cp(&mut self, val: u8) { Oct 10 23:19:44.752 INFO kablam! | ^^^ help: consider using `_val` instead Oct 10 23:19:44.752 INFO kablam! | Oct 10 23:19:44.752 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 23:19:44.752 INFO kablam! Oct 10 23:19:44.752 INFO kablam! warning: unused variable: `other` Oct 10 23:19:44.752 INFO kablam! --> src/cpu.rs:187:13 Oct 10 23:19:44.752 INFO kablam! | Oct 10 23:19:44.753 INFO kablam! 187 | other => panic!("Instruction not implemented!"), Oct 10 23:19:44.753 INFO kablam! | ^^^^^ help: consider using `_other` instead Oct 10 23:19:44.753 INFO kablam! Oct 10 23:19:44.753 INFO kablam! warning: field is never used: `f` Oct 10 23:19:44.753 INFO kablam! --> src/register.rs:12:5 Oct 10 23:19:44.753 INFO kablam! | Oct 10 23:19:44.753 INFO kablam! 12 | f: u8, // f is indirectly accessible for math ops Oct 10 23:19:44.753 INFO kablam! | ^^^^^ Oct 10 23:19:44.753 INFO kablam! | Oct 10 23:19:44.753 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 23:19:44.753 INFO kablam! Oct 10 23:19:44.753 INFO kablam! warning: field is never used: `a` Oct 10 23:19:44.753 INFO kablam! --> src/mmu.rs:2:5 Oct 10 23:19:44.753 INFO kablam! | Oct 10 23:19:44.753 INFO kablam! 2 | a: u8, Oct 10 23:19:44.753 INFO kablam! | ^^^^^ Oct 10 23:19:44.753 INFO kablam! Oct 10 23:19:44.759 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 23:19:44.759 INFO kablam! --> src/mbc.rs:23:9 Oct 10 23:19:44.760 INFO kablam! | Oct 10 23:19:44.760 INFO kablam! 23 | file.read_to_end(&mut contents); Oct 10 23:19:44.760 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 23:19:44.760 INFO kablam! | Oct 10 23:19:44.760 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 10 23:19:44.760 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 23:19:44.760 INFO kablam! Oct 10 23:19:45.414 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.43s Oct 10 23:19:45.416 INFO kablam! su: No module specific data is present Oct 10 23:19:45.803 INFO running `"docker" "rm" "-f" "a9897753dd021e4a51251b52c44e3fda0bbf7b04e34e66e7543331b0c0d6bb8e"` Oct 10 23:19:46.021 INFO blam! a9897753dd021e4a51251b52c44e3fda0bbf7b04e34e66e7543331b0c0d6bb8e Oct 10 23:19:46.022 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 23:19:46.022 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/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 23:19:46.330 INFO blam! 3bb0f21dc2477247360588e1976a66b5e39c06839836fa7346d66e9fd2b80c75 Oct 10 23:19:46.332 INFO running `"docker" "start" "-a" "3bb0f21dc2477247360588e1976a66b5e39c06839836fa7346d66e9fd2b80c75"` Oct 10 23:19:47.480 INFO kablam! usermod: no changes Oct 10 23:19:47.532 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 10 23:19:47.540 INFO kablam! Running /target/debug/deps/gremulator-9bf2c893c2007769 Oct 10 23:19:47.541 INFO blam! Oct 10 23:19:47.541 INFO blam! running 0 tests Oct 10 23:19:47.541 INFO blam! Oct 10 23:19:47.541 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 23:19:47.541 INFO blam! Oct 10 23:19:47.544 INFO kablam! Running /target/debug/deps/gremulator-31224244a667ef89 Oct 10 23:19:47.550 INFO kablam! Doc-tests gremulator Oct 10 23:19:47.550 INFO blam! Oct 10 23:19:47.550 INFO blam! running 0 tests Oct 10 23:19:47.550 INFO blam! Oct 10 23:19:47.550 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 23:19:47.550 INFO blam! Oct 10 23:19:48.564 INFO blam! Oct 10 23:19:48.565 INFO blam! running 0 tests Oct 10 23:19:48.565 INFO blam! Oct 10 23:19:48.565 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 23:19:48.566 INFO blam! Oct 10 23:19:48.576 INFO kablam! su: No module specific data is present Oct 10 23:19:49.152 INFO running `"docker" "rm" "-f" "3bb0f21dc2477247360588e1976a66b5e39c06839836fa7346d66e9fd2b80c75"` Oct 10 23:19:49.312 INFO blam! 3bb0f21dc2477247360588e1976a66b5e39c06839836fa7346d66e9fd2b80c75