Oct 15 01:25:41.652 INFO testing carlossless/yargb against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 01:25:41.652 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 15 01:25:42.216 INFO blam! adfadb21bb962939789aa45e0cd9609ef5382b5edeb41c3e529b5e0f98c6aca9 Oct 15 01:25:42.219 INFO running `"docker" "start" "-a" "adfadb21bb962939789aa45e0cd9609ef5382b5edeb41c3e529b5e0f98c6aca9"` Oct 15 01:25:42.823 INFO kablam! usermod: no changes Oct 15 01:25:42.999 INFO kablam! Compiling memmap v0.6.2 Oct 15 01:25:42.999 INFO kablam! Compiling shared_library v0.1.8 Oct 15 01:25:42.999 INFO kablam! Compiling x11-dl v2.17.3 Oct 15 01:25:42.999 INFO kablam! Compiling num-complex v0.1.42 Oct 15 01:25:43.000 INFO kablam! Compiling gl_generator v0.9.0 Oct 15 01:25:43.000 INFO kablam! Compiling num-bigint v0.1.43 Oct 15 01:25:43.007 INFO kablam! Compiling tempfile v2.2.0 Oct 15 01:25:43.007 INFO kablam! Compiling backtrace-sys v0.1.16 Oct 15 01:25:43.976 INFO kablam! Compiling glium v0.20.0 Oct 15 01:25:45.335 INFO kablam! Compiling backtrace v0.3.5 Oct 15 01:25:45.335 INFO kablam! Compiling wayland-client v0.12.5 Oct 15 01:25:45.395 INFO kablam! Compiling osmesa-sys v0.1.2 Oct 15 01:25:49.723 INFO kablam! Compiling num-rational v0.1.42 Oct 15 01:25:50.299 INFO kablam! Compiling glutin v0.13.0 Oct 15 01:25:55.852 INFO kablam! Compiling wayland-protocols v0.12.5 Oct 15 01:25:55.861 INFO kablam! Compiling wayland-kbd v0.13.1 Oct 15 01:25:55.935 INFO kablam! Compiling num v0.1.42 Oct 15 01:26:08.241 INFO kablam! Compiling wayland-window v0.13.2 Oct 15 01:26:09.815 INFO kablam! Compiling winit v0.10.0 Oct 15 01:26:09.815 INFO kablam! Compiling winit v0.11.1 Oct 15 01:26:19.279 INFO kablam! Compiling glutin v0.12.2 Oct 15 01:26:53.629 INFO kablam! Compiling yargb v0.1.0 (/source) Oct 15 01:26:54.647 INFO kablam! warning: unused import: `utils::format::FormatAsSigned` Oct 15 01:26:54.648 INFO kablam! --> src/cpu/mod.rs:4:5 Oct 15 01:26:54.648 INFO kablam! | Oct 15 01:26:54.649 INFO kablam! 4 | use utils::format::FormatAsSigned; Oct 15 01:26:54.650 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 01:26:54.650 INFO kablam! | Oct 15 01:26:54.651 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 01:26:54.651 INFO kablam! Oct 15 01:26:54.652 INFO kablam! warning: unused imports: `C`, `H`, `N`, `Z` Oct 15 01:26:54.652 INFO kablam! --> src/cpu/load.rs:2:24 Oct 15 01:26:54.653 INFO kablam! | Oct 15 01:26:54.653 INFO kablam! 2 | use registers::Flag::{ Z, N, H, C }; Oct 15 01:26:54.654 INFO kablam! | ^ ^ ^ ^ Oct 15 01:26:54.654 INFO kablam! Oct 15 01:26:55.195 INFO kablam! warning: unused variable: `pc` Oct 15 01:26:55.196 INFO kablam! --> src/cpu/mod.rs:617:13 Oct 15 01:26:55.196 INFO kablam! | Oct 15 01:26:55.197 INFO kablam! 617 | let pc = self.regs.pc; Oct 15 01:26:55.198 INFO kablam! | ^^ help: consider using `_pc` instead Oct 15 01:26:55.198 INFO kablam! | Oct 15 01:26:55.199 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 01:26:55.199 INFO kablam! Oct 15 01:26:55.203 INFO kablam! warning: variable does not need to be mutable Oct 15 01:26:55.203 INFO kablam! --> src/main.rs:27:9 Oct 15 01:26:55.204 INFO kablam! | Oct 15 01:26:55.205 INFO kablam! 27 | let mut events_loop = glutin::EventsLoop::new(); Oct 15 01:26:55.206 INFO kablam! | ----^^^^^^^^^^^ Oct 15 01:26:55.206 INFO kablam! | | Oct 15 01:26:55.207 INFO kablam! | help: remove this `mut` Oct 15 01:26:55.207 INFO kablam! | Oct 15 01:26:55.208 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 01:26:55.209 INFO kablam! Oct 15 01:26:55.209 INFO kablam! warning: variable does not need to be mutable Oct 15 01:26:55.210 INFO kablam! --> src/main.rs:39:9 Oct 15 01:26:55.210 INFO kablam! | Oct 15 01:26:55.211 INFO kablam! 39 | let mut running = true; Oct 15 01:26:55.212 INFO kablam! | ----^^^^^^^ Oct 15 01:26:55.212 INFO kablam! | | Oct 15 01:26:55.213 INFO kablam! | help: remove this `mut` Oct 15 01:26:55.213 INFO kablam! Oct 15 01:26:55.561 INFO kablam! warning: variant is never constructed: `AF` Oct 15 01:26:55.561 INFO kablam! --> src/registers.rs:24:5 Oct 15 01:26:55.561 INFO kablam! | Oct 15 01:26:55.562 INFO kablam! 24 | AF, Oct 15 01:26:55.563 INFO kablam! | ^^ Oct 15 01:26:55.563 INFO kablam! | Oct 15 01:26:55.564 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 01:26:55.564 INFO kablam! Oct 15 01:26:55.565 INFO kablam! warning: struct is never constructed: `FormatAsSigned` Oct 15 01:26:55.565 INFO kablam! --> src/utils/format.rs:5:1 Oct 15 01:26:55.565 INFO kablam! | Oct 15 01:26:55.565 INFO kablam! 5 | pub struct FormatAsSigned(pub T); Oct 15 01:26:55.565 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 01:26:55.565 INFO kablam! Oct 15 01:26:58.580 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 15s Oct 15 01:26:58.597 INFO kablam! su: No module specific data is present Oct 15 01:27:00.458 INFO running `"docker" "rm" "-f" "adfadb21bb962939789aa45e0cd9609ef5382b5edeb41c3e529b5e0f98c6aca9"` Oct 15 01:27:00.740 INFO blam! adfadb21bb962939789aa45e0cd9609ef5382b5edeb41c3e529b5e0f98c6aca9 Oct 15 01:27:00.746 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 15 01:27:01.229 INFO blam! cfc844e48e2b7c6eeaf479d6721ea693e333c06babd956a3eaed39b560cba907 Oct 15 01:27:01.231 INFO running `"docker" "start" "-a" "cfc844e48e2b7c6eeaf479d6721ea693e333c06babd956a3eaed39b560cba907"` Oct 15 01:27:04.323 INFO kablam! usermod: no changes Oct 15 01:27:04.525 INFO kablam! Compiling yargb v0.1.0 (/source) Oct 15 01:27:05.623 INFO kablam! warning: unused import: `utils::format::FormatAsSigned` Oct 15 01:27:05.624 INFO kablam! --> src/cpu/mod.rs:4:5 Oct 15 01:27:05.625 INFO kablam! | Oct 15 01:27:05.625 INFO kablam! 4 | use utils::format::FormatAsSigned; Oct 15 01:27:05.626 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 01:27:05.627 INFO kablam! | Oct 15 01:27:05.627 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 01:27:05.628 INFO kablam! Oct 15 01:27:05.629 INFO kablam! warning: unused imports: `C`, `H`, `N`, `Z` Oct 15 01:27:05.629 INFO kablam! --> src/cpu/load.rs:2:24 Oct 15 01:27:05.630 INFO kablam! | Oct 15 01:27:05.630 INFO kablam! 2 | use registers::Flag::{ Z, N, H, C }; Oct 15 01:27:05.631 INFO kablam! | ^ ^ ^ ^ Oct 15 01:27:05.632 INFO kablam! Oct 15 01:27:06.174 INFO kablam! warning: unused variable: `pc` Oct 15 01:27:06.175 INFO kablam! --> src/cpu/mod.rs:617:13 Oct 15 01:27:06.175 INFO kablam! | Oct 15 01:27:06.176 INFO kablam! 617 | let pc = self.regs.pc; Oct 15 01:27:06.177 INFO kablam! | ^^ help: consider using `_pc` instead Oct 15 01:27:06.177 INFO kablam! | Oct 15 01:27:06.178 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 01:27:06.178 INFO kablam! Oct 15 01:27:06.179 INFO kablam! warning: variable does not need to be mutable Oct 15 01:27:06.180 INFO kablam! --> src/main.rs:27:9 Oct 15 01:27:06.180 INFO kablam! | Oct 15 01:27:06.183 INFO kablam! 27 | let mut events_loop = glutin::EventsLoop::new(); Oct 15 01:27:06.183 INFO kablam! | ----^^^^^^^^^^^ Oct 15 01:27:06.183 INFO kablam! | | Oct 15 01:27:06.183 INFO kablam! | help: remove this `mut` Oct 15 01:27:06.183 INFO kablam! | Oct 15 01:27:06.183 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 01:27:06.183 INFO kablam! Oct 15 01:27:06.183 INFO kablam! warning: variable does not need to be mutable Oct 15 01:27:06.183 INFO kablam! --> src/main.rs:39:9 Oct 15 01:27:06.183 INFO kablam! | Oct 15 01:27:06.183 INFO kablam! 39 | let mut running = true; Oct 15 01:27:06.183 INFO kablam! | ----^^^^^^^ Oct 15 01:27:06.183 INFO kablam! | | Oct 15 01:27:06.183 INFO kablam! | help: remove this `mut` Oct 15 01:27:06.183 INFO kablam! Oct 15 01:27:06.519 INFO kablam! warning: variant is never constructed: `AF` Oct 15 01:27:06.519 INFO kablam! --> src/registers.rs:24:5 Oct 15 01:27:06.519 INFO kablam! | Oct 15 01:27:06.519 INFO kablam! 24 | AF, Oct 15 01:27:06.519 INFO kablam! | ^^ Oct 15 01:27:06.519 INFO kablam! | Oct 15 01:27:06.519 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 01:27:06.521 INFO kablam! Oct 15 01:27:06.521 INFO kablam! warning: struct is never constructed: `FormatAsSigned` Oct 15 01:27:06.521 INFO kablam! --> src/utils/format.rs:5:1 Oct 15 01:27:06.521 INFO kablam! | Oct 15 01:27:06.521 INFO kablam! 5 | pub struct FormatAsSigned(pub T); Oct 15 01:27:06.521 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 01:27:06.521 INFO kablam! Oct 15 01:27:07.076 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.72s Oct 15 01:27:07.085 INFO kablam! su: No module specific data is present Oct 15 01:27:08.816 INFO running `"docker" "rm" "-f" "cfc844e48e2b7c6eeaf479d6721ea693e333c06babd956a3eaed39b560cba907"` Oct 15 01:27:09.042 INFO blam! cfc844e48e2b7c6eeaf479d6721ea693e333c06babd956a3eaed39b560cba907 Oct 15 01:27:09.052 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 15 01:27:09.485 INFO blam! 8f142ba9cc893f9d0c3a79f0d2abc884fb49dfe79d4fb0cb8bdc78a3a885838f Oct 15 01:27:09.491 INFO running `"docker" "start" "-a" "8f142ba9cc893f9d0c3a79f0d2abc884fb49dfe79d4fb0cb8bdc78a3a885838f"` Oct 15 01:27:10.790 INFO kablam! usermod: no changes Oct 15 01:27:11.009 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.19s Oct 15 01:27:11.031 INFO kablam! Running /target/debug/deps/yargb-c0e3c01cadbe505e Oct 15 01:27:11.031 INFO blam! Oct 15 01:27:11.031 INFO blam! running 0 tests Oct 15 01:27:11.031 INFO blam! Oct 15 01:27:11.031 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 01:27:11.031 INFO blam! Oct 15 01:27:11.039 INFO kablam! su: No module specific data is present Oct 15 01:27:11.777 INFO running `"docker" "rm" "-f" "8f142ba9cc893f9d0c3a79f0d2abc884fb49dfe79d4fb0cb8bdc78a3a885838f"` Oct 15 01:27:12.111 INFO blam! 8f142ba9cc893f9d0c3a79f0d2abc884fb49dfe79d4fb0cb8bdc78a3a885838f