Oct 15 01:25:47.143 INFO testing carlossless/yargb against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 01:25:47.145 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 15 01:25:47.464 INFO blam! 6ab655d1465b80f1634f7239f1c2301603606afddc3b347fd502065448a449ff Oct 15 01:25:47.476 INFO running `"docker" "start" "-a" "6ab655d1465b80f1634f7239f1c2301603606afddc3b347fd502065448a449ff"` Oct 15 01:25:48.467 INFO kablam! usermod: no changes Oct 15 01:25:48.683 INFO kablam! Compiling memmap v0.6.2 Oct 15 01:25:48.683 INFO kablam! Compiling shared_library v0.1.8 Oct 15 01:25:48.683 INFO kablam! Compiling x11-dl v2.17.3 Oct 15 01:25:48.683 INFO kablam! Compiling num-complex v0.1.42 Oct 15 01:25:48.691 INFO kablam! Compiling rand v0.3.22 Oct 15 01:25:48.691 INFO kablam! Compiling gl_generator v0.9.0 Oct 15 01:25:48.691 INFO kablam! Compiling num-bigint v0.1.43 Oct 15 01:25:48.691 INFO kablam! Compiling gl_generator v0.8.0 Oct 15 01:25:50.190 INFO kablam! Compiling wayland-sys v0.12.5 Oct 15 01:25:52.223 INFO kablam! Compiling tempfile v2.2.0 Oct 15 01:25:52.539 INFO kablam! Compiling backtrace v0.3.5 Oct 15 01:25:52.923 INFO kablam! Compiling osmesa-sys v0.1.2 Oct 15 01:25:58.383 INFO kablam! Compiling wayland-client v0.12.5 Oct 15 01:26:00.111 INFO kablam! Compiling num-rational v0.1.42 Oct 15 01:26:00.219 INFO kablam! Compiling glutin v0.12.2 Oct 15 01:26:00.236 INFO kablam! Compiling glium v0.20.0 Oct 15 01:26:00.511 INFO kablam! Compiling glutin v0.13.0 Oct 15 01:26:07.903 INFO kablam! Compiling num v0.1.42 Oct 15 01:26:08.271 INFO kablam! Compiling wayland-protocols v0.12.5 Oct 15 01:26:08.337 INFO kablam! Compiling wayland-kbd v0.13.1 Oct 15 01:26:25.539 INFO kablam! Compiling wayland-window v0.13.2 Oct 15 01:26:27.043 INFO kablam! Compiling winit v0.10.0 Oct 15 01:26:27.043 INFO kablam! Compiling winit v0.11.1 Oct 15 01:27:05.419 INFO kablam! Compiling yargb v0.1.0 (/source) Oct 15 01:27:06.611 INFO kablam! warning: unused import: `utils::format::FormatAsSigned` Oct 15 01:27:06.611 INFO kablam! --> src/cpu/mod.rs:4:5 Oct 15 01:27:06.611 INFO kablam! | Oct 15 01:27:06.611 INFO kablam! 4 | use utils::format::FormatAsSigned; Oct 15 01:27:06.611 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 01:27:06.611 INFO kablam! | Oct 15 01:27:06.611 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 01:27:06.611 INFO kablam! Oct 15 01:27:06.611 INFO kablam! warning: unused imports: `C`, `H`, `N`, `Z` Oct 15 01:27:06.611 INFO kablam! --> src/cpu/load.rs:2:24 Oct 15 01:27:06.611 INFO kablam! | Oct 15 01:27:06.611 INFO kablam! 2 | use registers::Flag::{ Z, N, H, C }; Oct 15 01:27:06.611 INFO kablam! | ^ ^ ^ ^ Oct 15 01:27:06.614 INFO kablam! Oct 15 01:27:07.156 INFO kablam! warning: unused variable: `pc` Oct 15 01:27:07.156 INFO kablam! --> src/cpu/mod.rs:617:13 Oct 15 01:27:07.156 INFO kablam! | Oct 15 01:27:07.156 INFO kablam! 617 | let pc = self.regs.pc; Oct 15 01:27:07.156 INFO kablam! | ^^ help: consider using `_pc` instead Oct 15 01:27:07.156 INFO kablam! | Oct 15 01:27:07.156 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 01:27:07.156 INFO kablam! Oct 15 01:27:07.159 INFO kablam! warning: variable does not need to be mutable Oct 15 01:27:07.159 INFO kablam! --> src/main.rs:27:9 Oct 15 01:27:07.159 INFO kablam! | Oct 15 01:27:07.159 INFO kablam! 27 | let mut events_loop = glutin::EventsLoop::new(); Oct 15 01:27:07.159 INFO kablam! | ----^^^^^^^^^^^ Oct 15 01:27:07.159 INFO kablam! | | Oct 15 01:27:07.159 INFO kablam! | help: remove this `mut` Oct 15 01:27:07.163 INFO kablam! | Oct 15 01:27:07.163 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 01:27:07.163 INFO kablam! Oct 15 01:27:07.163 INFO kablam! warning: variable does not need to be mutable Oct 15 01:27:07.163 INFO kablam! --> src/main.rs:39:9 Oct 15 01:27:07.163 INFO kablam! | Oct 15 01:27:07.163 INFO kablam! 39 | let mut running = true; Oct 15 01:27:07.163 INFO kablam! | ----^^^^^^^ Oct 15 01:27:07.163 INFO kablam! | | Oct 15 01:27:07.163 INFO kablam! | help: remove this `mut` Oct 15 01:27:07.163 INFO kablam! Oct 15 01:27:07.531 INFO kablam! warning: variant is never constructed: `AF` Oct 15 01:27:07.531 INFO kablam! --> src/registers.rs:24:5 Oct 15 01:27:07.531 INFO kablam! | Oct 15 01:27:07.531 INFO kablam! 24 | AF, Oct 15 01:27:07.531 INFO kablam! | ^^ Oct 15 01:27:07.531 INFO kablam! | Oct 15 01:27:07.531 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 01:27:07.531 INFO kablam! Oct 15 01:27:07.531 INFO kablam! warning: struct is never constructed: `FormatAsSigned` Oct 15 01:27:07.531 INFO kablam! --> src/utils/format.rs:5:1 Oct 15 01:27:07.531 INFO kablam! | Oct 15 01:27:07.531 INFO kablam! 5 | pub struct FormatAsSigned(pub T); Oct 15 01:27:07.531 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 01:27:07.531 INFO kablam! Oct 15 01:27:10.723 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 22s Oct 15 01:27:10.736 INFO kablam! su: No module specific data is present Oct 15 01:27:11.674 INFO running `"docker" "rm" "-f" "6ab655d1465b80f1634f7239f1c2301603606afddc3b347fd502065448a449ff"` Oct 15 01:27:12.119 INFO blam! 6ab655d1465b80f1634f7239f1c2301603606afddc3b347fd502065448a449ff Oct 15 01:27:12.135 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 15 01:27:12.779 INFO blam! 345c85d19709ef6b1e7237ddca07f50c11e0c03c8f1b64fcb04278d6b5fb3f48 Oct 15 01:27:12.791 INFO running `"docker" "start" "-a" "345c85d19709ef6b1e7237ddca07f50c11e0c03c8f1b64fcb04278d6b5fb3f48"` Oct 15 01:27:13.886 INFO kablam! usermod: no changes Oct 15 01:27:14.039 INFO kablam! Compiling yargb v0.1.0 (/source) Oct 15 01:27:15.168 INFO kablam! warning: unused import: `utils::format::FormatAsSigned` Oct 15 01:27:15.168 INFO kablam! --> src/cpu/mod.rs:4:5 Oct 15 01:27:15.168 INFO kablam! | Oct 15 01:27:15.168 INFO kablam! 4 | use utils::format::FormatAsSigned; Oct 15 01:27:15.168 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 01:27:15.168 INFO kablam! | Oct 15 01:27:15.168 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 01:27:15.168 INFO kablam! Oct 15 01:27:15.168 INFO kablam! warning: unused imports: `C`, `H`, `N`, `Z` Oct 15 01:27:15.168 INFO kablam! --> src/cpu/load.rs:2:24 Oct 15 01:27:15.168 INFO kablam! | Oct 15 01:27:15.168 INFO kablam! 2 | use registers::Flag::{ Z, N, H, C }; Oct 15 01:27:15.168 INFO kablam! | ^ ^ ^ ^ Oct 15 01:27:15.168 INFO kablam! Oct 15 01:27:15.715 INFO kablam! warning: unused variable: `pc` Oct 15 01:27:15.715 INFO kablam! --> src/cpu/mod.rs:617:13 Oct 15 01:27:15.715 INFO kablam! | Oct 15 01:27:15.715 INFO kablam! 617 | let pc = self.regs.pc; Oct 15 01:27:15.715 INFO kablam! | ^^ help: consider using `_pc` instead Oct 15 01:27:15.715 INFO kablam! | Oct 15 01:27:15.715 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 01:27:15.715 INFO kablam! Oct 15 01:27:15.723 INFO kablam! warning: variable does not need to be mutable Oct 15 01:27:15.723 INFO kablam! --> src/main.rs:27:9 Oct 15 01:27:15.723 INFO kablam! | Oct 15 01:27:15.723 INFO kablam! 27 | let mut events_loop = glutin::EventsLoop::new(); Oct 15 01:27:15.723 INFO kablam! | ----^^^^^^^^^^^ Oct 15 01:27:15.723 INFO kablam! | | Oct 15 01:27:15.723 INFO kablam! | help: remove this `mut` Oct 15 01:27:15.723 INFO kablam! | Oct 15 01:27:15.723 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 01:27:15.723 INFO kablam! Oct 15 01:27:15.723 INFO kablam! warning: variable does not need to be mutable Oct 15 01:27:15.723 INFO kablam! --> src/main.rs:39:9 Oct 15 01:27:15.723 INFO kablam! | Oct 15 01:27:15.723 INFO kablam! 39 | let mut running = true; Oct 15 01:27:15.723 INFO kablam! | ----^^^^^^^ Oct 15 01:27:15.723 INFO kablam! | | Oct 15 01:27:15.723 INFO kablam! | help: remove this `mut` Oct 15 01:27:15.723 INFO kablam! Oct 15 01:27:16.075 INFO kablam! warning: variant is never constructed: `AF` Oct 15 01:27:16.075 INFO kablam! --> src/registers.rs:24:5 Oct 15 01:27:16.075 INFO kablam! | Oct 15 01:27:16.075 INFO kablam! 24 | AF, Oct 15 01:27:16.075 INFO kablam! | ^^ Oct 15 01:27:16.075 INFO kablam! | Oct 15 01:27:16.075 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 01:27:16.075 INFO kablam! Oct 15 01:27:16.075 INFO kablam! warning: struct is never constructed: `FormatAsSigned` Oct 15 01:27:16.075 INFO kablam! --> src/utils/format.rs:5:1 Oct 15 01:27:16.075 INFO kablam! | Oct 15 01:27:16.075 INFO kablam! 5 | pub struct FormatAsSigned(pub T); Oct 15 01:27:16.075 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 01:27:16.075 INFO kablam! Oct 15 01:27:16.558 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.64s Oct 15 01:27:16.567 INFO kablam! su: No module specific data is present Oct 15 01:27:17.023 INFO running `"docker" "rm" "-f" "345c85d19709ef6b1e7237ddca07f50c11e0c03c8f1b64fcb04278d6b5fb3f48"` Oct 15 01:27:17.197 INFO blam! 345c85d19709ef6b1e7237ddca07f50c11e0c03c8f1b64fcb04278d6b5fb3f48 Oct 15 01:27:17.207 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 15 01:27:17.675 INFO blam! 3582ba67877ec7f4f56db77b2dce7da3844d0b865ea807a5aeb0b14699580af0 Oct 15 01:27:17.681 INFO running `"docker" "start" "-a" "3582ba67877ec7f4f56db77b2dce7da3844d0b865ea807a5aeb0b14699580af0"` Oct 15 01:27:18.750 INFO kablam! usermod: no changes Oct 15 01:27:18.919 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.15s Oct 15 01:27:18.939 INFO kablam! Running /target/debug/deps/yargb-dc8b7b5067d55c7d Oct 15 01:27:18.939 INFO blam! Oct 15 01:27:18.940 INFO kablam! su: No module specific data is present Oct 15 01:27:18.940 INFO blam! running 0 tests Oct 15 01:27:18.940 INFO blam! Oct 15 01:27:18.941 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 01:27:18.941 INFO blam! Oct 15 01:27:19.574 INFO running `"docker" "rm" "-f" "3582ba67877ec7f4f56db77b2dce7da3844d0b865ea807a5aeb0b14699580af0"` Oct 15 01:27:19.767 INFO blam! 3582ba67877ec7f4f56db77b2dce7da3844d0b865ea807a5aeb0b14699580af0