Oct 14 19:17:41.167 INFO testing gustavla/dcpu16-gui against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 19:17:41.169 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 14 19:17:41.583 INFO blam! a3ee126dd64470bc59304d053654affb20e5b034dc181da213ccaa78627ac15e Oct 14 19:17:41.585 INFO running `"docker" "start" "-a" "a3ee126dd64470bc59304d053654affb20e5b034dc181da213ccaa78627ac15e"` Oct 14 19:17:43.591 INFO kablam! usermod: no changes Oct 14 19:17:43.963 INFO kablam! Compiling gcc v0.3.39 Oct 14 19:17:43.975 INFO kablam! Compiling num_cpus v1.2.0 Oct 14 19:17:43.975 INFO kablam! Compiling serde_json v0.8.3 Oct 14 19:17:43.975 INFO kablam! Compiling dcpu16 v0.3.0 Oct 14 19:17:43.975 INFO kablam! Compiling deque v0.3.1 Oct 14 19:17:43.975 INFO kablam! Compiling num-bigint v0.1.35 Oct 14 19:17:43.975 INFO kablam! Compiling pistoncore-input v0.15.0 Oct 14 19:17:43.975 INFO kablam! Compiling gfx_core v0.4.0 Oct 14 19:17:45.860 INFO kablam! Compiling num v0.1.36 Oct 14 19:17:48.203 INFO kablam! Compiling glutin v0.7.0 Oct 14 19:17:48.291 INFO kablam! Compiling enum_primitive v0.1.0 Oct 14 19:17:56.829 INFO kablam! Compiling rayon v0.5.0 Oct 14 19:17:56.832 INFO kablam! Compiling num-rational v0.1.35 Oct 14 19:17:56.848 INFO kablam! Compiling miniz-sys v0.1.7 Oct 14 19:17:56.856 INFO kablam! Compiling pistoncore-window v0.24.0 Oct 14 19:17:57.115 INFO kablam! Compiling target_build_utils v0.1.2 Oct 14 19:17:58.783 INFO kablam! Compiling pistoncore-event_loop v0.27.0 Oct 14 19:18:00.239 INFO kablam! Compiling piston v0.27.0 Oct 14 19:18:00.687 INFO kablam! Compiling libloading v0.3.1 Oct 14 19:18:02.395 INFO kablam! Compiling flate2 v0.2.14 Oct 14 19:18:03.788 INFO kablam! Compiling jpeg-decoder v0.1.8 Oct 14 19:18:05.335 INFO kablam! Compiling png v0.5.2 Oct 14 19:18:06.235 INFO kablam! Compiling dlib v0.3.1 Oct 14 19:18:06.836 INFO kablam! Compiling wayland-sys v0.7.6 Oct 14 19:18:11.683 INFO kablam! Compiling wayland-client v0.7.6 Oct 14 19:18:12.583 INFO kablam! Compiling image v0.10.4 Oct 14 19:18:17.283 INFO kablam! Compiling wayland-kbd v0.6.2 Oct 14 19:18:17.284 INFO kablam! Compiling wayland-window v0.4.2 Oct 14 19:18:22.033 INFO kablam! Compiling winit v0.5.6 Oct 14 19:18:39.565 INFO kablam! Compiling piston2d-opengl_graphics v0.36.1 Oct 14 19:18:40.136 INFO kablam! Compiling pistoncore-glutin_window v0.33.0 Oct 14 19:18:41.935 INFO kablam! Compiling gfx v0.12.2 Oct 14 19:18:41.935 INFO kablam! Compiling gfx_device_gl v0.11.2 Oct 14 19:18:54.091 INFO kablam! Compiling piston-gfx_texture v0.18.0 Oct 14 19:18:55.158 INFO kablam! Compiling piston2d-gfx_graphics v0.33.1 Oct 14 19:18:58.083 INFO kablam! Compiling piston_window v0.58.0 Oct 14 19:18:59.619 INFO kablam! Compiling dcpu16-gui v0.2.0 (/source) Oct 14 19:19:00.947 INFO kablam! warning: unnecessary parentheses around method argument Oct 14 19:19:00.947 INFO kablam! --> src/main.rs:195:35 Oct 14 19:19:00.948 INFO kablam! | Oct 14 19:19:00.948 INFO kablam! 195 | img.put_pixel((k as u32 % MONITOR_WIDTH), k as u32 / MONITOR_WIDTH as u32, color); Oct 14 19:19:00.948 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 19:19:00.949 INFO kablam! | Oct 14 19:19:00.949 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 14 19:19:00.949 INFO kablam! Oct 14 19:19:01.271 INFO kablam! warning: variable does not need to be mutable Oct 14 19:19:01.271 INFO kablam! --> src/devices/monitor_lem1802.rs:150:17 Oct 14 19:19:01.271 INFO kablam! | Oct 14 19:19:01.271 INFO kablam! 150 | let mut slice = &mut v[..]; Oct 14 19:19:01.271 INFO kablam! | ----^^^^^ Oct 14 19:19:01.271 INFO kablam! | | Oct 14 19:19:01.271 INFO kablam! | help: remove this `mut` Oct 14 19:19:01.271 INFO kablam! | Oct 14 19:19:01.271 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 19:19:01.271 INFO kablam! Oct 14 19:19:06.151 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 22s Oct 14 19:19:06.183 INFO kablam! su: No module specific data is present Oct 14 19:19:07.075 INFO running `"docker" "rm" "-f" "a3ee126dd64470bc59304d053654affb20e5b034dc181da213ccaa78627ac15e"` Oct 14 19:19:07.347 INFO blam! a3ee126dd64470bc59304d053654affb20e5b034dc181da213ccaa78627ac15e Oct 14 19:19:07.355 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 14 19:19:07.806 INFO blam! e6688bf1cffc3b2cf980033ebb7503f390eae87f0d490b1b8578533e28a9a6e6 Oct 14 19:19:07.807 INFO running `"docker" "start" "-a" "e6688bf1cffc3b2cf980033ebb7503f390eae87f0d490b1b8578533e28a9a6e6"` Oct 14 19:19:09.087 INFO kablam! usermod: no changes Oct 14 19:19:09.382 INFO kablam! Compiling dcpu16-gui v0.2.0 (/source) Oct 14 19:19:10.779 INFO kablam! warning: unnecessary parentheses around method argument Oct 14 19:19:10.779 INFO kablam! --> src/main.rs:195:35 Oct 14 19:19:10.779 INFO kablam! | Oct 14 19:19:10.779 INFO kablam! 195 | img.put_pixel((k as u32 % MONITOR_WIDTH), k as u32 / MONITOR_WIDTH as u32, color); Oct 14 19:19:10.779 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 19:19:10.779 INFO kablam! | Oct 14 19:19:10.779 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 14 19:19:10.779 INFO kablam! Oct 14 19:19:11.044 INFO kablam! warning: variable does not need to be mutable Oct 14 19:19:11.044 INFO kablam! --> src/devices/monitor_lem1802.rs:150:17 Oct 14 19:19:11.044 INFO kablam! | Oct 14 19:19:11.044 INFO kablam! 150 | let mut slice = &mut v[..]; Oct 14 19:19:11.044 INFO kablam! | ----^^^^^ Oct 14 19:19:11.044 INFO kablam! | | Oct 14 19:19:11.044 INFO kablam! | help: remove this `mut` Oct 14 19:19:11.044 INFO kablam! | Oct 14 19:19:11.059 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 19:19:11.059 INFO kablam! Oct 14 19:19:11.675 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.57s Oct 14 19:19:11.693 INFO kablam! su: No module specific data is present Oct 14 19:19:12.411 INFO running `"docker" "rm" "-f" "e6688bf1cffc3b2cf980033ebb7503f390eae87f0d490b1b8578533e28a9a6e6"` Oct 14 19:19:12.690 INFO blam! e6688bf1cffc3b2cf980033ebb7503f390eae87f0d490b1b8578533e28a9a6e6 Oct 14 19:19:12.693 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 14 19:19:13.179 INFO blam! dfd33fb6ec57b4819f0f89481f75a7712f1fe26fc04ceeffb299809c57c4042c Oct 14 19:19:13.183 INFO running `"docker" "start" "-a" "dfd33fb6ec57b4819f0f89481f75a7712f1fe26fc04ceeffb299809c57c4042c"` Oct 14 19:19:14.892 INFO kablam! usermod: no changes Oct 14 19:19:15.135 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.22s Oct 14 19:19:15.155 INFO kablam! Running /target/debug/deps/dcpu16_gui-2601611336b10ada Oct 14 19:19:15.155 INFO blam! Oct 14 19:19:15.155 INFO blam! running 0 tests Oct 14 19:19:15.155 INFO blam! Oct 14 19:19:15.155 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 19:19:15.155 INFO blam! Oct 14 19:19:15.161 INFO kablam! su: No module specific data is present Oct 14 19:19:15.943 INFO running `"docker" "rm" "-f" "dfd33fb6ec57b4819f0f89481f75a7712f1fe26fc04ceeffb299809c57c4042c"` Oct 14 19:19:16.331 INFO blam! dfd33fb6ec57b4819f0f89481f75a7712f1fe26fc04ceeffb299809c57c4042c