Oct 10 22:19:35.634 INFO testing gustavla/dcpu16-gui against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 22:19:35.635 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 22:19:35.635 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 10 22:19:36.050 INFO blam! 4ef772d029810ec3e33085f014b727c482ac9810610572b4040be1412fa0c2c6 Oct 10 22:19:36.052 INFO running `"docker" "start" "-a" "4ef772d029810ec3e33085f014b727c482ac9810610572b4040be1412fa0c2c6"` Oct 10 22:19:37.918 INFO kablam! usermod: no changes Oct 10 22:19:38.320 INFO kablam! Compiling serde v0.8.19 Oct 10 22:19:38.320 INFO kablam! Compiling miniz-sys v0.1.7 Oct 10 22:19:38.320 INFO kablam! Compiling nodrop v0.1.8 Oct 10 22:19:38.367 INFO kablam! Compiling dcpu16 v0.3.0 Oct 10 22:19:38.368 INFO kablam! Compiling num-bigint v0.1.35 Oct 10 22:19:38.369 INFO kablam! Compiling wayland-scanner v0.7.6 Oct 10 22:19:38.369 INFO kablam! Compiling pistoncore-input v0.15.0 Oct 10 22:19:38.369 INFO kablam! Compiling piston2d-graphics v0.19.0 Oct 10 22:19:40.552 INFO kablam! Compiling glutin v0.7.0 Oct 10 22:19:48.900 INFO kablam! Compiling gfx v0.12.2 Oct 10 22:19:48.900 INFO kablam! Compiling arrayvec v0.3.20 Oct 10 22:19:48.900 INFO kablam! Compiling jpeg-decoder v0.1.8 Oct 10 22:19:48.914 INFO kablam! Compiling wayland-client v0.7.6 Oct 10 22:19:49.056 INFO kablam! Compiling num-rational v0.1.35 Oct 10 22:19:49.259 INFO kablam! Compiling memmap v0.4.0 Oct 10 22:19:50.376 INFO kablam! Compiling pistoncore-window v0.24.0 Oct 10 22:19:52.876 INFO kablam! Compiling rusttype v0.2.1 Oct 10 22:19:53.332 INFO kablam! Compiling gfx_device_gl v0.11.2 Oct 10 22:19:53.828 INFO kablam! Compiling pistoncore-event_loop v0.27.0 Oct 10 22:19:56.684 INFO kablam! Compiling flate2 v0.2.14 Oct 10 22:19:56.800 INFO kablam! Compiling serde_json v0.8.3 Oct 10 22:19:57.119 INFO kablam! Compiling piston v0.27.0 Oct 10 22:19:59.498 INFO kablam! Compiling png v0.5.2 Oct 10 22:20:01.121 INFO kablam! Compiling target_build_utils v0.1.2 Oct 10 22:20:02.361 INFO kablam! Compiling image v0.10.4 Oct 10 22:20:02.454 INFO kablam! Compiling libloading v0.3.1 Oct 10 22:20:06.160 INFO kablam! Compiling dlib v0.3.1 Oct 10 22:20:06.985 INFO kablam! Compiling wayland-sys v0.7.6 Oct 10 22:20:12.172 INFO kablam! Compiling wayland-kbd v0.6.2 Oct 10 22:20:12.172 INFO kablam! Compiling wayland-window v0.4.2 Oct 10 22:20:15.482 INFO kablam! Compiling winit v0.5.6 Oct 10 22:20:15.516 INFO kablam! Compiling piston-gfx_texture v0.18.0 Oct 10 22:20:15.516 INFO kablam! Compiling piston2d-opengl_graphics v0.36.1 Oct 10 22:20:19.612 INFO kablam! Compiling piston2d-gfx_graphics v0.33.1 Oct 10 22:20:29.965 INFO kablam! Compiling pistoncore-glutin_window v0.33.0 Oct 10 22:20:35.101 INFO kablam! Compiling piston_window v0.58.0 Oct 10 22:20:40.243 INFO kablam! Compiling dcpu16-gui v0.2.0 (/source) Oct 10 22:20:45.249 INFO kablam! warning: unnecessary parentheses around method argument Oct 10 22:20:45.249 INFO kablam! --> src/main.rs:195:35 Oct 10 22:20:45.250 INFO kablam! | Oct 10 22:20:45.250 INFO kablam! 195 | img.put_pixel((k as u32 % MONITOR_WIDTH), k as u32 / MONITOR_WIDTH as u32, color); Oct 10 22:20:45.250 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 10 22:20:45.251 INFO kablam! | Oct 10 22:20:45.251 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 10 22:20:45.251 INFO kablam! Oct 10 22:20:45.536 INFO kablam! warning: variable does not need to be mutable Oct 10 22:20:45.537 INFO kablam! --> src/devices/monitor_lem1802.rs:150:17 Oct 10 22:20:45.537 INFO kablam! | Oct 10 22:20:45.537 INFO kablam! 150 | let mut slice = &mut v[..]; Oct 10 22:20:45.537 INFO kablam! | ----^^^^^ Oct 10 22:20:45.537 INFO kablam! | | Oct 10 22:20:45.538 INFO kablam! | help: remove this `mut` Oct 10 22:20:45.538 INFO kablam! | Oct 10 22:20:45.538 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 22:20:45.538 INFO kablam! Oct 10 22:20:51.956 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 14s Oct 10 22:20:51.964 INFO kablam! su: No module specific data is present Oct 10 22:20:52.867 INFO running `"docker" "rm" "-f" "4ef772d029810ec3e33085f014b727c482ac9810610572b4040be1412fa0c2c6"` Oct 10 22:20:53.134 INFO blam! 4ef772d029810ec3e33085f014b727c482ac9810610572b4040be1412fa0c2c6 Oct 10 22:20:53.137 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 22:20:53.137 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 10 22:20:53.706 INFO blam! bd6f9ffaf650b8ddefd25fc11c8774abfc2b2a5912aaf64c2ecdd34975e3b403 Oct 10 22:20:53.708 INFO running `"docker" "start" "-a" "bd6f9ffaf650b8ddefd25fc11c8774abfc2b2a5912aaf64c2ecdd34975e3b403"` Oct 10 22:20:54.772 INFO kablam! usermod: no changes Oct 10 22:20:55.104 INFO kablam! Compiling dcpu16-gui v0.2.0 (/source) Oct 10 22:21:00.036 INFO kablam! warning: unnecessary parentheses around method argument Oct 10 22:21:00.036 INFO kablam! --> src/main.rs:195:35 Oct 10 22:21:00.036 INFO kablam! | Oct 10 22:21:00.036 INFO kablam! 195 | img.put_pixel((k as u32 % MONITOR_WIDTH), k as u32 / MONITOR_WIDTH as u32, color); Oct 10 22:21:00.036 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 10 22:21:00.036 INFO kablam! | Oct 10 22:21:00.036 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 10 22:21:00.036 INFO kablam! Oct 10 22:21:00.341 INFO kablam! warning: variable does not need to be mutable Oct 10 22:21:00.341 INFO kablam! --> src/devices/monitor_lem1802.rs:150:17 Oct 10 22:21:00.341 INFO kablam! | Oct 10 22:21:00.341 INFO kablam! 150 | let mut slice = &mut v[..]; Oct 10 22:21:00.341 INFO kablam! | ----^^^^^ Oct 10 22:21:00.341 INFO kablam! | | Oct 10 22:21:00.341 INFO kablam! | help: remove this `mut` Oct 10 22:21:00.341 INFO kablam! | Oct 10 22:21:00.341 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 22:21:00.341 INFO kablam! Oct 10 22:21:01.044 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.24s Oct 10 22:21:01.062 INFO kablam! su: No module specific data is present Oct 10 22:21:01.617 INFO running `"docker" "rm" "-f" "bd6f9ffaf650b8ddefd25fc11c8774abfc2b2a5912aaf64c2ecdd34975e3b403"` Oct 10 22:21:01.980 INFO blam! bd6f9ffaf650b8ddefd25fc11c8774abfc2b2a5912aaf64c2ecdd34975e3b403 Oct 10 22:21:01.985 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 22:21:01.987 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 10 22:21:02.336 INFO blam! 35e1e9ee604721434133f405a6d83591e4ff7d91f29c8b66d268886384cfdf39 Oct 10 22:21:02.341 INFO running `"docker" "start" "-a" "35e1e9ee604721434133f405a6d83591e4ff7d91f29c8b66d268886384cfdf39"` Oct 10 22:21:03.369 INFO kablam! usermod: no changes Oct 10 22:21:03.636 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.24s Oct 10 22:21:03.652 INFO kablam! Running /target/debug/deps/dcpu16_gui-2601611336b10ada Oct 10 22:21:03.656 INFO blam! Oct 10 22:21:03.656 INFO blam! running 0 tests Oct 10 22:21:03.656 INFO blam! Oct 10 22:21:03.656 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 22:21:03.656 INFO blam! Oct 10 22:21:03.657 INFO kablam! su: No module specific data is present Oct 10 22:21:04.448 INFO running `"docker" "rm" "-f" "35e1e9ee604721434133f405a6d83591e4ff7d91f29c8b66d268886384cfdf39"` Oct 10 22:21:04.728 INFO blam! 35e1e9ee604721434133f405a6d83591e4ff7d91f29c8b66d268886384cfdf39