Oct 11 01:36:13.233 INFO testing carlossless/yargb against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 01:36:13.233 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 01:36:13.233 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/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 11 01:36:13.706 INFO blam! 307f78338f1410c3d1fa2fdf2d4f8ddcbb12eb81bdd1358d914fd600272a28b4 Oct 11 01:36:13.712 INFO running `"docker" "start" "-a" "307f78338f1410c3d1fa2fdf2d4f8ddcbb12eb81bdd1358d914fd600272a28b4"` Oct 11 01:36:14.964 INFO kablam! usermod: no changes Oct 11 01:36:15.300 INFO kablam! Compiling memmap v0.6.2 Oct 11 01:36:15.301 INFO kablam! Compiling shared_library v0.1.8 Oct 11 01:36:15.332 INFO kablam! Compiling num-bigint v0.1.43 Oct 11 01:36:15.336 INFO kablam! Compiling glutin v0.13.0 Oct 11 01:36:15.337 INFO kablam! Compiling tempfile v2.2.0 Oct 11 01:36:15.337 INFO kablam! Compiling x11-dl v2.17.3 Oct 11 01:36:15.337 INFO kablam! Compiling backtrace-sys v0.1.16 Oct 11 01:36:15.337 INFO kablam! Compiling wayland-client v0.12.5 Oct 11 01:36:17.896 INFO kablam! Compiling backtrace v0.3.5 Oct 11 01:36:19.812 INFO kablam! Compiling osmesa-sys v0.1.2 Oct 11 01:36:24.153 INFO kablam! Compiling wayland-protocols v0.12.5 Oct 11 01:36:24.168 INFO kablam! Compiling wayland-kbd v0.13.1 Oct 11 01:36:26.880 INFO kablam! Compiling num-rational v0.1.42 Oct 11 01:36:32.420 INFO kablam! Compiling num v0.1.42 Oct 11 01:36:34.096 INFO kablam! Compiling wayland-window v0.13.2 Oct 11 01:36:36.157 INFO kablam! Compiling winit v0.10.0 Oct 11 01:36:36.157 INFO kablam! Compiling winit v0.11.1 Oct 11 01:36:44.201 INFO kablam! Compiling glutin v0.12.2 Oct 11 01:36:48.684 INFO kablam! Compiling glium v0.20.0 Oct 11 01:37:11.760 INFO kablam! Compiling yargb v0.1.0 (/source) Oct 11 01:37:14.192 INFO kablam! warning: unused import: `utils::format::FormatAsSigned` Oct 11 01:37:14.192 INFO kablam! --> src/cpu/mod.rs:4:5 Oct 11 01:37:14.192 INFO kablam! | Oct 11 01:37:14.192 INFO kablam! 4 | use utils::format::FormatAsSigned; Oct 11 01:37:14.192 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 01:37:14.192 INFO kablam! | Oct 11 01:37:14.192 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 01:37:14.192 INFO kablam! Oct 11 01:37:14.193 INFO kablam! warning: unused imports: `C`, `H`, `N`, `Z` Oct 11 01:37:14.193 INFO kablam! --> src/cpu/load.rs:2:24 Oct 11 01:37:14.193 INFO kablam! | Oct 11 01:37:14.193 INFO kablam! 2 | use registers::Flag::{ Z, N, H, C }; Oct 11 01:37:14.193 INFO kablam! | ^ ^ ^ ^ Oct 11 01:37:14.193 INFO kablam! Oct 11 01:37:14.680 INFO kablam! warning: unused variable: `pc` Oct 11 01:37:14.680 INFO kablam! --> src/cpu/mod.rs:617:13 Oct 11 01:37:14.680 INFO kablam! | Oct 11 01:37:14.680 INFO kablam! 617 | let pc = self.regs.pc; Oct 11 01:37:14.680 INFO kablam! | ^^ help: consider using `_pc` instead Oct 11 01:37:14.680 INFO kablam! | Oct 11 01:37:14.680 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 01:37:14.680 INFO kablam! Oct 11 01:37:14.680 INFO kablam! warning: variable does not need to be mutable Oct 11 01:37:14.680 INFO kablam! --> src/main.rs:27:9 Oct 11 01:37:14.680 INFO kablam! | Oct 11 01:37:14.680 INFO kablam! 27 | let mut events_loop = glutin::EventsLoop::new(); Oct 11 01:37:14.680 INFO kablam! | ----^^^^^^^^^^^ Oct 11 01:37:14.680 INFO kablam! | | Oct 11 01:37:14.680 INFO kablam! | help: remove this `mut` Oct 11 01:37:14.680 INFO kablam! | Oct 11 01:37:14.680 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 01:37:14.680 INFO kablam! Oct 11 01:37:14.680 INFO kablam! warning: variable does not need to be mutable Oct 11 01:37:14.680 INFO kablam! --> src/main.rs:39:9 Oct 11 01:37:14.680 INFO kablam! | Oct 11 01:37:14.680 INFO kablam! 39 | let mut running = true; Oct 11 01:37:14.680 INFO kablam! | ----^^^^^^^ Oct 11 01:37:14.680 INFO kablam! | | Oct 11 01:37:14.680 INFO kablam! | help: remove this `mut` Oct 11 01:37:14.680 INFO kablam! Oct 11 01:37:14.992 INFO kablam! warning: variant is never constructed: `AF` Oct 11 01:37:14.992 INFO kablam! --> src/registers.rs:24:5 Oct 11 01:37:14.992 INFO kablam! | Oct 11 01:37:14.992 INFO kablam! 24 | AF, Oct 11 01:37:14.992 INFO kablam! | ^^ Oct 11 01:37:14.992 INFO kablam! | Oct 11 01:37:14.992 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 01:37:14.993 INFO kablam! Oct 11 01:37:14.993 INFO kablam! warning: struct is never constructed: `FormatAsSigned` Oct 11 01:37:14.993 INFO kablam! --> src/utils/format.rs:5:1 Oct 11 01:37:14.993 INFO kablam! | Oct 11 01:37:14.993 INFO kablam! 5 | pub struct FormatAsSigned(pub T); Oct 11 01:37:14.993 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 01:37:14.993 INFO kablam! Oct 11 01:37:17.360 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 02s Oct 11 01:37:17.365 INFO kablam! su: No module specific data is present Oct 11 01:37:17.796 INFO running `"docker" "rm" "-f" "307f78338f1410c3d1fa2fdf2d4f8ddcbb12eb81bdd1358d914fd600272a28b4"` Oct 11 01:37:17.912 INFO blam! 307f78338f1410c3d1fa2fdf2d4f8ddcbb12eb81bdd1358d914fd600272a28b4 Oct 11 01:37:17.915 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 01:37:17.915 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/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 11 01:37:18.107 INFO blam! 0cb41d9c88d6232745c7455e3096932d6db2d5aad18c970bc09b3a3c1b642d71 Oct 11 01:37:18.110 INFO running `"docker" "start" "-a" "0cb41d9c88d6232745c7455e3096932d6db2d5aad18c970bc09b3a3c1b642d71"` Oct 11 01:37:18.574 INFO kablam! usermod: no changes Oct 11 01:37:18.671 INFO kablam! Compiling yargb v0.1.0 (/source) Oct 11 01:37:20.775 INFO kablam! warning: unused import: `utils::format::FormatAsSigned` Oct 11 01:37:20.775 INFO kablam! --> src/cpu/mod.rs:4:5 Oct 11 01:37:20.775 INFO kablam! | Oct 11 01:37:20.775 INFO kablam! 4 | use utils::format::FormatAsSigned; Oct 11 01:37:20.775 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 01:37:20.775 INFO kablam! | Oct 11 01:37:20.775 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 01:37:20.775 INFO kablam! Oct 11 01:37:20.775 INFO kablam! warning: unused imports: `C`, `H`, `N`, `Z` Oct 11 01:37:20.775 INFO kablam! --> src/cpu/load.rs:2:24 Oct 11 01:37:20.775 INFO kablam! | Oct 11 01:37:20.775 INFO kablam! 2 | use registers::Flag::{ Z, N, H, C }; Oct 11 01:37:20.775 INFO kablam! | ^ ^ ^ ^ Oct 11 01:37:20.776 INFO kablam! Oct 11 01:37:21.218 INFO kablam! warning: unused variable: `pc` Oct 11 01:37:21.218 INFO kablam! --> src/cpu/mod.rs:617:13 Oct 11 01:37:21.218 INFO kablam! | Oct 11 01:37:21.218 INFO kablam! 617 | let pc = self.regs.pc; Oct 11 01:37:21.218 INFO kablam! | ^^ help: consider using `_pc` instead Oct 11 01:37:21.218 INFO kablam! | Oct 11 01:37:21.218 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 01:37:21.218 INFO kablam! Oct 11 01:37:21.221 INFO kablam! warning: variable does not need to be mutable Oct 11 01:37:21.221 INFO kablam! --> src/main.rs:27:9 Oct 11 01:37:21.221 INFO kablam! | Oct 11 01:37:21.221 INFO kablam! 27 | let mut events_loop = glutin::EventsLoop::new(); Oct 11 01:37:21.221 INFO kablam! | ----^^^^^^^^^^^ Oct 11 01:37:21.221 INFO kablam! | | Oct 11 01:37:21.221 INFO kablam! | help: remove this `mut` Oct 11 01:37:21.221 INFO kablam! | Oct 11 01:37:21.221 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 01:37:21.221 INFO kablam! Oct 11 01:37:21.221 INFO kablam! warning: variable does not need to be mutable Oct 11 01:37:21.221 INFO kablam! --> src/main.rs:39:9 Oct 11 01:37:21.221 INFO kablam! | Oct 11 01:37:21.221 INFO kablam! 39 | let mut running = true; Oct 11 01:37:21.221 INFO kablam! | ----^^^^^^^ Oct 11 01:37:21.221 INFO kablam! | | Oct 11 01:37:21.221 INFO kablam! | help: remove this `mut` Oct 11 01:37:21.221 INFO kablam! Oct 11 01:37:21.494 INFO kablam! warning: variant is never constructed: `AF` Oct 11 01:37:21.494 INFO kablam! --> src/registers.rs:24:5 Oct 11 01:37:21.494 INFO kablam! | Oct 11 01:37:21.494 INFO kablam! 24 | AF, Oct 11 01:37:21.494 INFO kablam! | ^^ Oct 11 01:37:21.494 INFO kablam! | Oct 11 01:37:21.494 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 01:37:21.494 INFO kablam! Oct 11 01:37:21.494 INFO kablam! warning: struct is never constructed: `FormatAsSigned` Oct 11 01:37:21.494 INFO kablam! --> src/utils/format.rs:5:1 Oct 11 01:37:21.494 INFO kablam! | Oct 11 01:37:21.494 INFO kablam! 5 | pub struct FormatAsSigned(pub T); Oct 11 01:37:21.494 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 01:37:21.494 INFO kablam! Oct 11 01:37:21.927 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.33s Oct 11 01:37:21.944 INFO kablam! su: No module specific data is present Oct 11 01:37:22.607 INFO running `"docker" "rm" "-f" "0cb41d9c88d6232745c7455e3096932d6db2d5aad18c970bc09b3a3c1b642d71"` Oct 11 01:37:22.818 INFO blam! 0cb41d9c88d6232745c7455e3096932d6db2d5aad18c970bc09b3a3c1b642d71 Oct 11 01:37:22.820 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 01:37:22.822 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/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 11 01:37:23.075 INFO blam! 488260145df4fb6bd9b2ac853719dd5d302919049a665cfad699b56860bf72f9 Oct 11 01:37:23.082 INFO running `"docker" "start" "-a" "488260145df4fb6bd9b2ac853719dd5d302919049a665cfad699b56860bf72f9"` Oct 11 01:37:24.104 INFO kablam! usermod: no changes Oct 11 01:37:24.232 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.10s Oct 11 01:37:24.248 INFO kablam! Running /target/debug/deps/yargb-dc8b7b5067d55c7d Oct 11 01:37:24.253 INFO blam! Oct 11 01:37:24.253 INFO blam! running 0 tests Oct 11 01:37:24.253 INFO blam! Oct 11 01:37:24.253 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 01:37:24.253 INFO blam! Oct 11 01:37:24.254 INFO kablam! su: No module specific data is present Oct 11 01:37:24.825 INFO running `"docker" "rm" "-f" "488260145df4fb6bd9b2ac853719dd5d302919049a665cfad699b56860bf72f9"` Oct 11 01:37:25.028 INFO blam! 488260145df4fb6bd9b2ac853719dd5d302919049a665cfad699b56860bf72f9