Oct 14 21:08:13.421 INFO testing evantypanski/gremulator against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 21:08:13.421 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 21:08:13.835 INFO blam! 1cee5a88128acc37959459b7af342d12413cbab094f8902f231e2d7030591213 Oct 14 21:08:13.837 INFO running `"docker" "start" "-a" "1cee5a88128acc37959459b7af342d12413cbab094f8902f231e2d7030591213"` Oct 14 21:08:14.935 INFO kablam! usermod: no changes Oct 14 21:08:14.975 INFO kablam! Compiling gremulator v0.1.0 (/source) Oct 14 21:08:15.247 INFO kablam! warning: unused variable: `val` Oct 14 21:08:15.247 INFO kablam! --> src/cpu.rs:59:22 Oct 14 21:08:15.248 INFO kablam! | Oct 14 21:08:15.248 INFO kablam! 59 | fn cp(&mut self, val: u8) { Oct 14 21:08:15.248 INFO kablam! | ^^^ help: consider using `_val` instead Oct 14 21:08:15.248 INFO kablam! | Oct 14 21:08:15.249 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 21:08:15.249 INFO kablam! Oct 14 21:08:15.249 INFO kablam! warning: unused variable: `other` Oct 14 21:08:15.250 INFO kablam! --> src/cpu.rs:187:13 Oct 14 21:08:15.250 INFO kablam! | Oct 14 21:08:15.250 INFO kablam! 187 | other => panic!("Instruction not implemented!"), Oct 14 21:08:15.250 INFO kablam! | ^^^^^ help: consider using `_other` instead Oct 14 21:08:15.251 INFO kablam! Oct 14 21:08:15.251 INFO kablam! warning: field is never used: `f` Oct 14 21:08:15.251 INFO kablam! --> src/register.rs:12:5 Oct 14 21:08:15.251 INFO kablam! | Oct 14 21:08:15.252 INFO kablam! 12 | f: u8, // f is indirectly accessible for math ops Oct 14 21:08:15.252 INFO kablam! | ^^^^^ Oct 14 21:08:15.252 INFO kablam! | Oct 14 21:08:15.252 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 21:08:15.253 INFO kablam! Oct 14 21:08:15.253 INFO kablam! warning: field is never used: `a` Oct 14 21:08:15.253 INFO kablam! --> src/mmu.rs:2:5 Oct 14 21:08:15.253 INFO kablam! | Oct 14 21:08:15.254 INFO kablam! 2 | a: u8, Oct 14 21:08:15.254 INFO kablam! | ^^^^^ Oct 14 21:08:15.254 INFO kablam! Oct 14 21:08:15.265 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 21:08:15.265 INFO kablam! --> src/mbc.rs:23:9 Oct 14 21:08:15.266 INFO kablam! | Oct 14 21:08:15.266 INFO kablam! 23 | file.read_to_end(&mut contents); Oct 14 21:08:15.266 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 21:08:15.267 INFO kablam! | Oct 14 21:08:15.267 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 14 21:08:15.267 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 21:08:15.267 INFO kablam! Oct 14 21:08:16.179 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.22s Oct 14 21:08:16.185 INFO kablam! su: No module specific data is present Oct 14 21:08:16.861 INFO running `"docker" "rm" "-f" "1cee5a88128acc37959459b7af342d12413cbab094f8902f231e2d7030591213"` Oct 14 21:08:17.143 INFO blam! 1cee5a88128acc37959459b7af342d12413cbab094f8902f231e2d7030591213 Oct 14 21:08:17.152 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 21:08:17.551 INFO blam! d505de34efaae56f7f8d8685c48588ba5efae4ffade98ff73caddc62ffb84cda Oct 14 21:08:17.552 INFO running `"docker" "start" "-a" "d505de34efaae56f7f8d8685c48588ba5efae4ffade98ff73caddc62ffb84cda"` Oct 14 21:08:18.574 INFO kablam! usermod: no changes Oct 14 21:08:18.615 INFO kablam! Compiling gremulator v0.1.0 (/source) Oct 14 21:08:19.171 INFO kablam! warning: unused variable: `val` Oct 14 21:08:19.171 INFO kablam! --> src/cpu.rs:59:22 Oct 14 21:08:19.171 INFO kablam! | Oct 14 21:08:19.171 INFO kablam! 59 | fn cp(&mut self, val: u8) { Oct 14 21:08:19.171 INFO kablam! | ^^^ help: consider using `_val` instead Oct 14 21:08:19.171 INFO kablam! | Oct 14 21:08:19.171 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 21:08:19.171 INFO kablam! Oct 14 21:08:19.171 INFO kablam! warning: unused variable: `other` Oct 14 21:08:19.171 INFO kablam! --> src/cpu.rs:187:13 Oct 14 21:08:19.171 INFO kablam! | Oct 14 21:08:19.171 INFO kablam! 187 | other => panic!("Instruction not implemented!"), Oct 14 21:08:19.171 INFO kablam! | ^^^^^ help: consider using `_other` instead Oct 14 21:08:19.171 INFO kablam! Oct 14 21:08:19.203 INFO kablam! warning: field is never used: `f` Oct 14 21:08:19.203 INFO kablam! --> src/register.rs:12:5 Oct 14 21:08:19.203 INFO kablam! | Oct 14 21:08:19.203 INFO kablam! 12 | f: u8, // f is indirectly accessible for math ops Oct 14 21:08:19.203 INFO kablam! | ^^^^^ Oct 14 21:08:19.203 INFO kablam! | Oct 14 21:08:19.203 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 21:08:19.203 INFO kablam! Oct 14 21:08:19.203 INFO kablam! warning: field is never used: `a` Oct 14 21:08:19.203 INFO kablam! --> src/mmu.rs:2:5 Oct 14 21:08:19.203 INFO kablam! | Oct 14 21:08:19.203 INFO kablam! 2 | a: u8, Oct 14 21:08:19.203 INFO kablam! | ^^^^^ Oct 14 21:08:19.203 INFO kablam! Oct 14 21:08:19.219 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 21:08:19.219 INFO kablam! --> src/mbc.rs:23:9 Oct 14 21:08:19.219 INFO kablam! | Oct 14 21:08:19.219 INFO kablam! 23 | file.read_to_end(&mut contents); Oct 14 21:08:19.219 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 21:08:19.219 INFO kablam! | Oct 14 21:08:19.219 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 14 21:08:19.219 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 21:08:19.219 INFO kablam! Oct 14 21:08:19.955 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.36s Oct 14 21:08:19.958 INFO kablam! su: No module specific data is present Oct 14 21:08:20.978 INFO running `"docker" "rm" "-f" "d505de34efaae56f7f8d8685c48588ba5efae4ffade98ff73caddc62ffb84cda"` Oct 14 21:08:21.217 INFO blam! d505de34efaae56f7f8d8685c48588ba5efae4ffade98ff73caddc62ffb84cda Oct 14 21:08:21.225 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 21:08:21.659 INFO blam! 5e59df94d4a00e5234a0e716321f33ee99d78098f49a38a95a5497eee3990866 Oct 14 21:08:21.665 INFO running `"docker" "start" "-a" "5e59df94d4a00e5234a0e716321f33ee99d78098f49a38a95a5497eee3990866"` Oct 14 21:08:23.526 INFO kablam! usermod: no changes Oct 14 21:08:23.563 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 14 21:08:23.579 INFO kablam! Running /target/debug/deps/gremulator-292a729e4a36d474 Oct 14 21:08:23.580 INFO blam! Oct 14 21:08:23.580 INFO blam! running 0 tests Oct 14 21:08:23.580 INFO blam! Oct 14 21:08:23.580 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 21:08:23.580 INFO blam! Oct 14 21:08:23.591 INFO kablam! Running /target/debug/deps/gremulator-28933412aff32115 Oct 14 21:08:23.599 INFO blam! Oct 14 21:08:23.599 INFO blam! running 0 tests Oct 14 21:08:23.599 INFO blam! Oct 14 21:08:23.599 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 21:08:23.599 INFO blam! Oct 14 21:08:23.600 INFO kablam! Doc-tests gremulator Oct 14 21:08:23.971 INFO blam! Oct 14 21:08:23.971 INFO blam! running 0 tests Oct 14 21:08:23.972 INFO blam! Oct 14 21:08:23.972 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 21:08:23.972 INFO blam! Oct 14 21:08:23.983 INFO kablam! su: No module specific data is present Oct 14 21:08:25.342 INFO running `"docker" "rm" "-f" "5e59df94d4a00e5234a0e716321f33ee99d78098f49a38a95a5497eee3990866"` Oct 14 21:08:25.610 INFO blam! 5e59df94d4a00e5234a0e716321f33ee99d78098f49a38a95a5497eee3990866