Oct 27 09:42:42.720 INFO checking Simonmoush/rust_wave against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 09:42:42.722 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-0/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/pr-55192-2/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 27 09:42:43.059 INFO blam! 1bb3a70a39be4cdcf6b2765460ae62a8b6784cf666a6763ba1ccf9ae74e30533 Oct 27 09:42:43.067 INFO running `"docker" "start" "-a" "1bb3a70a39be4cdcf6b2765460ae62a8b6784cf666a6763ba1ccf9ae74e30533"` Oct 27 09:42:43.619 INFO kablam! usermod: no changes Oct 27 09:42:43.995 INFO kablam! Compiling either v1.2.0 Oct 27 09:42:44.014 INFO kablam! Compiling rand v0.3.16 Oct 27 09:42:44.033 INFO kablam! Checking inflate v0.3.2 Oct 27 09:42:44.087 INFO kablam! Checking piston2d-graphics v0.22.0 Oct 27 09:42:46.353 INFO kablam! Compiling itertools v0.5.10 Oct 27 09:42:47.062 INFO kablam! Checking rayon-core v1.2.1 Oct 27 09:42:47.475 INFO kablam! Checking tempfile v2.2.0 Oct 27 09:42:47.528 INFO kablam! Compiling phf_generator v0.7.21 Oct 27 09:42:50.625 INFO kablam! Compiling phf_codegen v0.7.21 Oct 27 09:42:52.012 INFO kablam! Checking rayon v0.8.2 Oct 27 09:42:53.547 INFO kablam! Compiling target_build_utils v0.3.1 Oct 27 09:42:55.551 INFO kablam! Compiling derivative v1.0.0 Oct 27 09:42:56.583 INFO kablam! Checking png v0.10.0 Oct 27 09:43:02.623 INFO kablam! Checking jpeg-decoder v0.1.13 Oct 27 09:43:06.300 INFO kablam! Checking image v0.16.0 Oct 27 09:43:15.955 INFO kablam! Checking gfx_core v0.7.2 Oct 27 09:43:21.347 INFO kablam! Compiling libloading v0.3.4 Oct 27 09:43:26.671 INFO kablam! Checking dlib v0.3.1 Oct 27 09:43:27.546 INFO kablam! Checking wayland-sys v0.9.10 Oct 27 09:43:28.796 INFO kablam! Checking wayland-client v0.9.10 Oct 27 09:43:32.467 INFO kablam! Checking wayland-protocols v0.9.10 Oct 27 09:43:32.467 INFO kablam! Checking wayland-kbd v0.9.1 Oct 27 09:43:36.755 INFO kablam! Checking wayland-window v0.7.0 Oct 27 09:43:38.315 INFO kablam! Checking winit v0.7.6 Oct 27 09:43:42.387 INFO kablam! Checking glutin v0.9.2 Oct 27 09:43:45.977 INFO kablam! Checking pistoncore-glutin_window v0.40.1 Oct 27 09:43:57.819 INFO kablam! Checking gfx v0.16.1 Oct 27 09:43:57.819 INFO kablam! Checking gfx_device_gl v0.14.4 Oct 27 09:44:05.930 INFO kablam! Checking piston-gfx_texture v0.27.0 Oct 27 09:44:08.404 INFO kablam! Checking piston2d-gfx_graphics v0.44.0 Oct 27 09:44:12.450 INFO kablam! Checking piston_window v0.71.1 Oct 27 09:44:16.403 INFO kablam! Checking r_wave v0.1.0 (/source) Oct 27 09:44:22.835 INFO kablam! warning: unused variable: `r` Oct 27 09:44:22.835 INFO kablam! --> src/main.rs:22:33 Oct 27 09:44:22.835 INFO kablam! | Oct 27 09:44:22.835 INFO kablam! 22 | if let Loop::Render(r) = l { Oct 27 09:44:22.835 INFO kablam! | ^ help: consider using `_r` instead Oct 27 09:44:22.835 INFO kablam! | Oct 27 09:44:22.835 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 09:44:22.835 INFO kablam! Oct 27 09:44:22.835 INFO kablam! warning: unused variable: `u` Oct 27 09:44:22.835 INFO kablam! --> src/main.rs:24:40 Oct 27 09:44:22.835 INFO kablam! | Oct 27 09:44:22.835 INFO kablam! 24 | } else if let Loop::Update(u) = l { Oct 27 09:44:22.835 INFO kablam! | ^ help: consider using `_u` instead Oct 27 09:44:22.835 INFO kablam! Oct 27 09:44:22.851 INFO kablam! warning: method is never used: `with_dot` Oct 27 09:44:22.851 INFO kablam! --> src/model.rs:40:5 Oct 27 09:44:22.851 INFO kablam! | Oct 27 09:44:22.851 INFO kablam! 40 | pub fn with_dot(width: usize, height: usize) -> PressureField { Oct 27 09:44:22.851 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:44:22.851 INFO kablam! | Oct 27 09:44:22.851 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 09:44:22.851 INFO kablam! Oct 27 09:44:23.915 INFO kablam! warning: unused variable: `r` Oct 27 09:44:23.915 INFO kablam! --> src/main.rs:22:33 Oct 27 09:44:23.915 INFO kablam! | Oct 27 09:44:23.915 INFO kablam! 22 | if let Loop::Render(r) = l { Oct 27 09:44:23.915 INFO kablam! | ^ help: consider using `_r` instead Oct 27 09:44:23.915 INFO kablam! | Oct 27 09:44:23.915 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 09:44:23.915 INFO kablam! Oct 27 09:44:23.915 INFO kablam! warning: unused variable: `u` Oct 27 09:44:23.915 INFO kablam! --> src/main.rs:24:40 Oct 27 09:44:23.915 INFO kablam! | Oct 27 09:44:23.915 INFO kablam! 24 | } else if let Loop::Update(u) = l { Oct 27 09:44:23.915 INFO kablam! | ^ help: consider using `_u` instead Oct 27 09:44:23.915 INFO kablam! Oct 27 09:44:23.927 INFO kablam! warning: method is never used: `with_dot` Oct 27 09:44:23.927 INFO kablam! --> src/model.rs:40:5 Oct 27 09:44:23.927 INFO kablam! | Oct 27 09:44:23.927 INFO kablam! 40 | pub fn with_dot(width: usize, height: usize) -> PressureField { Oct 27 09:44:23.927 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:44:23.927 INFO kablam! | Oct 27 09:44:23.927 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 09:44:23.927 INFO kablam! Oct 27 09:44:23.955 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 40s Oct 27 09:44:23.985 INFO kablam! su: No module specific data is present Oct 27 09:44:24.762 INFO running `"docker" "rm" "-f" "1bb3a70a39be4cdcf6b2765460ae62a8b6784cf666a6763ba1ccf9ae74e30533"` Oct 27 09:44:25.019 INFO blam! 1bb3a70a39be4cdcf6b2765460ae62a8b6784cf666a6763ba1ccf9ae74e30533