Oct 21 20:27:54.701 INFO checking Simonmoush/rust_wave against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 20:27:54.701 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-6/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/pr-55192/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-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 21 20:27:55.071 INFO blam! e6ed28e2627d43c50fdab8323031529c2c4dcb4d26130acc771812e48203f4b4 Oct 21 20:27:55.072 INFO running `"docker" "start" "-a" "e6ed28e2627d43c50fdab8323031529c2c4dcb4d26130acc771812e48203f4b4"` Oct 21 20:27:56.346 INFO kablam! usermod: no changes Oct 21 20:27:56.694 INFO kablam! Compiling rand v0.3.16 Oct 21 20:27:56.694 INFO kablam! Compiling itertools v0.5.10 Oct 21 20:27:56.707 INFO kablam! Checking arrayvec v0.4.2 Oct 21 20:27:56.708 INFO kablam! Checking x11-dl v2.15.0 Oct 21 20:27:56.730 INFO kablam! Checking pistoncore-window v0.29.0 Oct 21 20:27:59.180 INFO kablam! Checking rusttype v0.2.3 Oct 21 20:28:00.016 INFO kablam! Checking rayon-core v1.2.1 Oct 21 20:28:00.016 INFO kablam! Checking tempfile v2.2.0 Oct 21 20:28:00.869 INFO kablam! Compiling derivative v1.0.0 Oct 21 20:28:00.973 INFO kablam! Compiling phf_generator v0.7.21 Oct 21 20:28:01.975 INFO kablam! Checking rayon v0.8.2 Oct 21 20:28:02.034 INFO kablam! Checking pistoncore-event_loop v0.34.0 Oct 21 20:28:02.184 INFO kablam! Compiling phf_codegen v0.7.21 Oct 21 20:28:03.309 INFO kablam! Checking piston2d-graphics v0.22.0 Oct 21 20:28:04.123 INFO kablam! Compiling target_build_utils v0.3.1 Oct 21 20:28:04.928 INFO kablam! Checking piston v0.34.0 Oct 21 20:28:08.897 INFO kablam! Checking jpeg-decoder v0.1.13 Oct 21 20:28:15.710 INFO kablam! Checking image v0.16.0 Oct 21 20:28:18.349 INFO kablam! Checking gfx_core v0.7.2 Oct 21 20:28:29.409 INFO kablam! Compiling libloading v0.3.4 Oct 21 20:28:33.384 INFO kablam! Checking dlib v0.3.1 Oct 21 20:28:34.073 INFO kablam! Checking wayland-sys v0.9.10 Oct 21 20:28:34.964 INFO kablam! Checking wayland-client v0.9.10 Oct 21 20:28:37.228 INFO kablam! Checking wayland-protocols v0.9.10 Oct 21 20:28:37.228 INFO kablam! Checking wayland-kbd v0.9.1 Oct 21 20:28:41.525 INFO kablam! Checking wayland-window v0.7.0 Oct 21 20:28:42.932 INFO kablam! Checking winit v0.7.6 Oct 21 20:28:45.738 INFO kablam! Checking glutin v0.9.2 Oct 21 20:28:49.156 INFO kablam! Checking pistoncore-glutin_window v0.40.1 Oct 21 20:28:58.520 INFO kablam! Checking gfx v0.16.1 Oct 21 20:28:58.521 INFO kablam! Checking gfx_device_gl v0.14.4 Oct 21 20:29:05.337 INFO kablam! Checking piston-gfx_texture v0.27.0 Oct 21 20:29:07.731 INFO kablam! Checking piston2d-gfx_graphics v0.44.0 Oct 21 20:29:12.041 INFO kablam! Checking piston_window v0.71.1 Oct 21 20:29:15.780 INFO kablam! Checking r_wave v0.1.0 (/source) Oct 21 20:29:20.300 INFO kablam! warning: unused variable: `r` Oct 21 20:29:20.300 INFO kablam! --> src/main.rs:22:33 Oct 21 20:29:20.300 INFO kablam! | Oct 21 20:29:20.300 INFO kablam! 22 | if let Loop::Render(r) = l { Oct 21 20:29:20.300 INFO kablam! | ^ help: consider using `_r` instead Oct 21 20:29:20.300 INFO kablam! | Oct 21 20:29:20.300 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 20:29:20.300 INFO kablam! Oct 21 20:29:20.300 INFO kablam! warning: unused variable: `u` Oct 21 20:29:20.300 INFO kablam! --> src/main.rs:24:40 Oct 21 20:29:20.300 INFO kablam! | Oct 21 20:29:20.300 INFO kablam! 24 | } else if let Loop::Update(u) = l { Oct 21 20:29:20.300 INFO kablam! | ^ help: consider using `_u` instead Oct 21 20:29:20.300 INFO kablam! Oct 21 20:29:20.324 INFO kablam! warning: method is never used: `with_dot` Oct 21 20:29:20.324 INFO kablam! --> src/model.rs:40:5 Oct 21 20:29:20.324 INFO kablam! | Oct 21 20:29:20.324 INFO kablam! 40 | pub fn with_dot(width: usize, height: usize) -> PressureField { Oct 21 20:29:20.324 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:29:20.324 INFO kablam! | Oct 21 20:29:20.324 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 20:29:20.324 INFO kablam! Oct 21 20:29:21.080 INFO kablam! warning: unused variable: `r` Oct 21 20:29:21.080 INFO kablam! --> src/main.rs:22:33 Oct 21 20:29:21.080 INFO kablam! | Oct 21 20:29:21.080 INFO kablam! 22 | if let Loop::Render(r) = l { Oct 21 20:29:21.080 INFO kablam! | ^ help: consider using `_r` instead Oct 21 20:29:21.080 INFO kablam! | Oct 21 20:29:21.080 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 20:29:21.080 INFO kablam! Oct 21 20:29:21.080 INFO kablam! warning: unused variable: `u` Oct 21 20:29:21.080 INFO kablam! --> src/main.rs:24:40 Oct 21 20:29:21.080 INFO kablam! | Oct 21 20:29:21.080 INFO kablam! 24 | } else if let Loop::Update(u) = l { Oct 21 20:29:21.080 INFO kablam! | ^ help: consider using `_u` instead Oct 21 20:29:21.080 INFO kablam! Oct 21 20:29:21.102 INFO kablam! warning: method is never used: `with_dot` Oct 21 20:29:21.102 INFO kablam! --> src/model.rs:40:5 Oct 21 20:29:21.102 INFO kablam! | Oct 21 20:29:21.102 INFO kablam! 40 | pub fn with_dot(width: usize, height: usize) -> PressureField { Oct 21 20:29:21.102 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:29:21.102 INFO kablam! | Oct 21 20:29:21.102 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 20:29:21.102 INFO kablam! Oct 21 20:29:21.126 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 24s Oct 21 20:29:21.142 INFO kablam! su: No module specific data is present Oct 21 20:29:21.474 INFO running `"docker" "rm" "-f" "e6ed28e2627d43c50fdab8323031529c2c4dcb4d26130acc771812e48203f4b4"` Oct 21 20:29:21.554 INFO blam! e6ed28e2627d43c50fdab8323031529c2c4dcb4d26130acc771812e48203f4b4