Nov 17 01:41:57.553 INFO testing gustavla/dcpu16-gui against master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c for pr-55982 Nov 17 01:41:57.553 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-3/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-3/pr-55982/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/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 +6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-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"` Nov 17 01:41:57.931 INFO [stdout] 3ff0e841be9181d754008caee646c801acf6dfb2c858eafe9e7a894f03af3a37 Nov 17 01:41:57.933 INFO running `"docker" "start" "-a" "3ff0e841be9181d754008caee646c801acf6dfb2c858eafe9e7a894f03af3a37"` Nov 17 01:41:59.519 INFO [stderr] usermod: no changes Nov 17 01:41:59.890 INFO [stderr] Compiling dcpu16 v0.3.0 Nov 17 01:41:59.894 INFO [stderr] Compiling image v0.10.4 Nov 17 01:42:15.372 INFO [stderr] Compiling piston-gfx_texture v0.18.0 Nov 17 01:42:15.375 INFO [stderr] Compiling piston2d-opengl_graphics v0.36.1 Nov 17 01:42:17.320 INFO [stderr] Compiling piston2d-gfx_graphics v0.33.1 Nov 17 01:42:22.079 INFO [stderr] Compiling piston_window v0.58.0 Nov 17 01:42:24.566 INFO [stderr] Compiling dcpu16-gui v0.2.0 (/source) Nov 17 01:42:26.639 INFO [stderr] warning: unnecessary parentheses around method argument Nov 17 01:42:26.639 INFO [stderr] --> src/main.rs:195:35 Nov 17 01:42:26.640 INFO [stderr] | Nov 17 01:42:26.640 INFO [stderr] 195 | img.put_pixel((k as u32 % MONITOR_WIDTH), k as u32 / MONITOR_WIDTH as u32, color); Nov 17 01:42:26.641 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Nov 17 01:42:26.641 INFO [stderr] | Nov 17 01:42:26.641 INFO [stderr] = note: #[warn(unused_parens)] on by default Nov 17 01:42:26.641 INFO [stderr] Nov 17 01:42:26.915 INFO [stderr] warning: variable does not need to be mutable Nov 17 01:42:26.915 INFO [stderr] --> src/devices/monitor_lem1802.rs:150:17 Nov 17 01:42:26.915 INFO [stderr] | Nov 17 01:42:26.915 INFO [stderr] 150 | let mut slice = &mut v[..]; Nov 17 01:42:26.915 INFO [stderr] | ----^^^^^ Nov 17 01:42:26.915 INFO [stderr] | | Nov 17 01:42:26.915 INFO [stderr] | help: remove this `mut` Nov 17 01:42:26.915 INFO [stderr] | Nov 17 01:42:26.915 INFO [stderr] = note: #[warn(unused_mut)] on by default Nov 17 01:42:26.915 INFO [stderr] Nov 17 01:42:32.875 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 33.31s Nov 17 01:42:32.895 INFO [stderr] su: No module specific data is present Nov 17 01:42:33.806 INFO running `"docker" "inspect" "3ff0e841be9181d754008caee646c801acf6dfb2c858eafe9e7a894f03af3a37"` Nov 17 01:42:34.155 INFO running `"docker" "rm" "-f" "3ff0e841be9181d754008caee646c801acf6dfb2c858eafe9e7a894f03af3a37"` Nov 17 01:42:34.515 INFO [stdout] 3ff0e841be9181d754008caee646c801acf6dfb2c858eafe9e7a894f03af3a37 Nov 17 01:42:34.522 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-3/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-3/pr-55982/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/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 +6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-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"` Nov 17 01:42:35.025 INFO [stdout] bc8945401806050479f720631f866dcd92546ab85fe565796c98e29d04f4a68b Nov 17 01:42:35.028 INFO running `"docker" "start" "-a" "bc8945401806050479f720631f866dcd92546ab85fe565796c98e29d04f4a68b"` Nov 17 01:42:37.086 INFO [stderr] usermod: no changes Nov 17 01:42:37.299 INFO [stderr] Compiling dcpu16-gui v0.2.0 (/source) Nov 17 01:42:39.443 INFO [stderr] warning: unnecessary parentheses around method argument Nov 17 01:42:39.444 INFO [stderr] --> src/main.rs:195:35 Nov 17 01:42:39.445 INFO [stderr] | Nov 17 01:42:39.445 INFO [stderr] 195 | img.put_pixel((k as u32 % MONITOR_WIDTH), k as u32 / MONITOR_WIDTH as u32, color); Nov 17 01:42:39.446 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Nov 17 01:42:39.447 INFO [stderr] | Nov 17 01:42:39.447 INFO [stderr] = note: #[warn(unused_parens)] on by default Nov 17 01:42:39.448 INFO [stderr] Nov 17 01:42:39.722 INFO [stderr] warning: variable does not need to be mutable Nov 17 01:42:39.722 INFO [stderr] --> src/devices/monitor_lem1802.rs:150:17 Nov 17 01:42:39.722 INFO [stderr] | Nov 17 01:42:39.722 INFO [stderr] 150 | let mut slice = &mut v[..]; Nov 17 01:42:39.722 INFO [stderr] | ----^^^^^ Nov 17 01:42:39.722 INFO [stderr] | | Nov 17 01:42:39.722 INFO [stderr] | help: remove this `mut` Nov 17 01:42:39.722 INFO [stderr] | Nov 17 01:42:39.722 INFO [stderr] = note: #[warn(unused_mut)] on by default Nov 17 01:42:39.722 INFO [stderr] Nov 17 01:42:40.208 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.10s Nov 17 01:42:40.243 INFO [stderr] su: No module specific data is present Nov 17 01:42:41.837 INFO running `"docker" "inspect" "bc8945401806050479f720631f866dcd92546ab85fe565796c98e29d04f4a68b"` Nov 17 01:42:42.110 INFO running `"docker" "rm" "-f" "bc8945401806050479f720631f866dcd92546ab85fe565796c98e29d04f4a68b"` Nov 17 01:42:42.345 INFO [stdout] bc8945401806050479f720631f866dcd92546ab85fe565796c98e29d04f4a68b Nov 17 01:42:42.350 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-3/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-3/pr-55982/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/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 +6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-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"` Nov 17 01:42:42.915 INFO [stdout] 605b502ce3ab4f02950bd2529b255e68f120311124a0a76018ed152a69599960 Nov 17 01:42:42.923 INFO running `"docker" "start" "-a" "605b502ce3ab4f02950bd2529b255e68f120311124a0a76018ed152a69599960"` Nov 17 01:42:43.939 INFO [stderr] usermod: no changes Nov 17 01:42:44.143 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.17s Nov 17 01:42:44.163 INFO [stderr] Running /target/debug/deps/dcpu16_gui-85385447873e2725 Nov 17 01:42:44.167 INFO [stdout] Nov 17 01:42:44.167 INFO [stdout] running 0 tests Nov 17 01:42:44.167 INFO [stdout] Nov 17 01:42:44.167 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 17 01:42:44.167 INFO [stdout] Nov 17 01:42:44.170 INFO [stderr] su: No module specific data is present Nov 17 01:42:44.652 INFO running `"docker" "inspect" "605b502ce3ab4f02950bd2529b255e68f120311124a0a76018ed152a69599960"` Nov 17 01:42:44.769 INFO running `"docker" "rm" "-f" "605b502ce3ab4f02950bd2529b255e68f120311124a0a76018ed152a69599960"` Nov 17 01:42:44.871 INFO [stdout] 605b502ce3ab4f02950bd2529b255e68f120311124a0a76018ed152a69599960