Oct 26 20:06:47.310 INFO checking suhr/sqtoy against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 26 20:06:47.311 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-5/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 26 20:06:47.759 INFO blam! f27494444da074ace7f6b071fbb44b1a021c68a4adc998521c7ea5eaa2f18ff8 Oct 26 20:06:47.767 INFO running `"docker" "start" "-a" "f27494444da074ace7f6b071fbb44b1a021c68a4adc998521c7ea5eaa2f18ff8"` Oct 26 20:06:49.027 INFO kablam! usermod: no changes Oct 26 20:06:49.283 INFO kablam! Compiling libc v0.2.22 Oct 26 20:06:49.289 INFO kablam! Compiling either v1.1.0 Oct 26 20:06:49.289 INFO kablam! Compiling serde_json v0.9.10 Oct 26 20:06:49.289 INFO kablam! Checking num_cpus v1.5.1 Oct 26 20:06:49.289 INFO kablam! Checking shared_library v0.1.5 Oct 26 20:06:49.289 INFO kablam! Checking draw_state v0.7.0 Oct 26 20:06:49.289 INFO kablam! Checking deflate v0.7.11 Oct 26 20:06:49.293 INFO kablam! Compiling wayland-scanner v0.8.7 Oct 26 20:06:50.951 INFO kablam! Checking num-rational v0.1.38 Oct 26 20:06:51.091 INFO kablam! Checking osmesa-sys v0.1.2 Oct 26 20:06:51.824 INFO kablam! Compiling glutin v0.8.0 Oct 26 20:06:52.569 INFO kablam! Checking x11-dl v2.14.0 Oct 26 20:06:53.957 INFO kablam! Checking rayon-core v1.2.1 Oct 26 20:06:54.159 INFO kablam! Compiling itertools v0.5.10 Oct 26 20:06:56.137 INFO kablam! Compiling rand v0.3.15 Oct 26 20:07:01.778 INFO kablam! Checking png v0.8.0 Oct 26 20:07:01.819 INFO kablam! Checking rayon v0.8.1 Oct 26 20:07:01.880 INFO kablam! Compiling wayland-client v0.8.7 Oct 26 20:07:09.130 INFO kablam! Compiling phf_generator v0.7.21 Oct 26 20:07:09.211 INFO kablam! Compiling derivative v1.0.0 Oct 26 20:07:11.879 INFO kablam! Compiling phf_codegen v0.7.21 Oct 26 20:07:14.456 INFO kablam! Compiling target_build_utils v0.3.1 Oct 26 20:07:17.469 INFO kablam! Checking jpeg-decoder v0.1.13 Oct 26 20:07:22.371 INFO kablam! Checking image v0.14.0 Oct 26 20:07:31.583 INFO kablam! Checking gfx_core v0.7.1 Oct 26 20:07:39.131 INFO kablam! Compiling libloading v0.3.4 Oct 26 20:07:42.540 INFO kablam! Checking dlib v0.3.1 Oct 26 20:07:42.839 INFO kablam! Checking wayland-sys v0.8.7 Oct 26 20:07:45.851 INFO kablam! Checking wayland-kbd v0.8.0 Oct 26 20:07:45.852 INFO kablam! Checking wayland-window v0.5.0 Oct 26 20:07:47.947 INFO kablam! Checking winit v0.6.4 Oct 26 20:08:09.797 INFO kablam! Checking gfx_device_gl v0.14.1 Oct 26 20:08:09.797 INFO kablam! Checking gfx v0.16.0 Oct 26 20:08:12.691 INFO kablam! Checking gfx_window_glutin v0.16.0 Oct 26 20:08:18.307 INFO kablam! Checking sqtoy v0.1.0 (/source) Oct 26 20:08:20.799 INFO kablam! warning: variable does not need to be mutable Oct 26 20:08:20.799 INFO kablam! --> src/main.rs:167:43 Oct 26 20:08:20.799 INFO kablam! | Oct 26 20:08:20.799 INFO kablam! 167 | let (window, mut device, mut factory, mut main_color, mut main_depth) = Oct 26 20:08:20.799 INFO kablam! | ----^^^^^^^^^^ Oct 26 20:08:20.799 INFO kablam! | | Oct 26 20:08:20.799 INFO kablam! | help: remove this `mut` Oct 26 20:08:20.799 INFO kablam! | Oct 26 20:08:20.799 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 26 20:08:20.799 INFO kablam! Oct 26 20:08:20.939 INFO kablam! warning: variable does not need to be mutable Oct 26 20:08:20.939 INFO kablam! --> src/main.rs:167:43 Oct 26 20:08:20.939 INFO kablam! | Oct 26 20:08:20.939 INFO kablam! 167 | let (window, mut device, mut factory, mut main_color, mut main_depth) = Oct 26 20:08:20.939 INFO kablam! | ----^^^^^^^^^^ Oct 26 20:08:20.939 INFO kablam! | | Oct 26 20:08:20.939 INFO kablam! | help: remove this `mut` Oct 26 20:08:20.939 INFO kablam! | Oct 26 20:08:20.939 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 26 20:08:20.939 INFO kablam! Oct 26 20:08:21.067 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 32s Oct 26 20:08:21.091 INFO kablam! su: No module specific data is present Oct 26 20:08:21.933 INFO running `"docker" "rm" "-f" "f27494444da074ace7f6b071fbb44b1a021c68a4adc998521c7ea5eaa2f18ff8"` Oct 26 20:08:22.363 INFO blam! f27494444da074ace7f6b071fbb44b1a021c68a4adc998521c7ea5eaa2f18ff8