Oct 27 01:13:07.485 INFO checking lyuha/viewing_system.rs against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 01:13:07.485 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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 01:13:07.913 INFO blam! 5d13e6d1956cc60668b72459c7e6f234d050e4aba63bf027ba44a7571e2b07f6 Oct 27 01:13:07.915 INFO running `"docker" "start" "-a" "5d13e6d1956cc60668b72459c7e6f234d050e4aba63bf027ba44a7571e2b07f6"` Oct 27 01:13:08.503 INFO kablam! usermod: no changes Oct 27 01:13:08.772 INFO kablam! Compiling num-integer v0.1.38 Oct 27 01:13:08.875 INFO kablam! Compiling log v0.4.2 Oct 27 01:13:08.876 INFO kablam! Compiling proc-macro2 v0.3.8 Oct 27 01:13:08.876 INFO kablam! Compiling nfd v0.0.4 Oct 27 01:13:08.876 INFO kablam! Checking petgraph v0.4.12 Oct 27 01:13:08.903 INFO kablam! Checking num-complex v0.1.43 Oct 27 01:13:08.903 INFO kablam! Checking rusttype v0.5.2 Oct 27 01:13:08.903 INFO kablam! Checking jpeg-decoder v0.1.15 Oct 27 01:13:12.642 INFO kablam! Compiling gl_generator v0.9.0 Oct 27 01:13:14.304 INFO kablam! Checking num-bigint v0.1.44 Oct 27 01:13:14.304 INFO kablam! Checking num-iter v0.1.37 Oct 27 01:13:15.082 INFO kablam! Checking png v0.12.0 Oct 27 01:13:16.616 INFO kablam! Checking daggy v0.5.0 Oct 27 01:13:19.075 INFO kablam! Compiling quote v0.5.2 Oct 27 01:13:19.271 INFO kablam! Compiling glutin v0.14.0 Oct 27 01:13:19.271 INFO kablam! Compiling glium v0.21.0 Oct 27 01:13:20.203 INFO kablam! Checking num-rational v0.1.42 Oct 27 01:13:23.121 INFO kablam! Checking num v0.1.42 Oct 27 01:13:23.122 INFO kablam! Checking image v0.19.0 Oct 27 01:13:23.924 INFO kablam! Compiling syn v0.13.11 Oct 27 01:13:57.159 INFO kablam! Compiling conrod_derive v0.1.2 Oct 27 01:14:12.135 INFO kablam! Checking conrod v0.60.0 Oct 27 01:14:22.387 INFO kablam! Checking viewing_system v0.1.0 (/source) Oct 27 01:14:26.307 INFO kablam! warning: unused variable: `y` Oct 27 01:14:26.307 INFO kablam! --> src/main.rs:57:93 Oct 27 01:14:26.307 INFO kablam! | Oct 27 01:14:26.307 INFO kablam! 57 | let screen = image_to_texture2d(image::RgbaImage::from_fn(SCREEN_WIDTH, HEIGHT, |x, y| { Oct 27 01:14:26.307 INFO kablam! | ^ help: consider using `_y` instead Oct 27 01:14:26.307 INFO kablam! | Oct 27 01:14:26.307 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 01:14:26.307 INFO kablam! Oct 27 01:14:26.311 INFO kablam! warning: value assigned to `view_mode` is never read Oct 27 01:14:26.311 INFO kablam! --> src/main.rs:231:13 Oct 27 01:14:26.312 INFO kablam! | Oct 27 01:14:26.312 INFO kablam! 231 | view_mode = if is_perspective { Oct 27 01:14:26.312 INFO kablam! | ^^^^^^^^^ Oct 27 01:14:26.313 INFO kablam! | Oct 27 01:14:26.315 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 27 01:14:26.315 INFO kablam! Oct 27 01:14:26.335 INFO kablam! warning: constant item is never used: `MARGIN` Oct 27 01:14:26.335 INFO kablam! --> src/main.rs:179:9 Oct 27 01:14:26.335 INFO kablam! | Oct 27 01:14:26.335 INFO kablam! 179 | const MARGIN: conrod::Scalar = 30.0; Oct 27 01:14:26.335 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:14:26.335 INFO kablam! | Oct 27 01:14:26.335 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 01:14:26.335 INFO kablam! Oct 27 01:14:26.431 INFO kablam! warning: unused variable: `y` Oct 27 01:14:26.431 INFO kablam! --> src/main.rs:57:93 Oct 27 01:14:26.431 INFO kablam! | Oct 27 01:14:26.431 INFO kablam! 57 | let screen = image_to_texture2d(image::RgbaImage::from_fn(SCREEN_WIDTH, HEIGHT, |x, y| { Oct 27 01:14:26.431 INFO kablam! | ^ help: consider using `_y` instead Oct 27 01:14:26.431 INFO kablam! | Oct 27 01:14:26.431 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 01:14:26.431 INFO kablam! Oct 27 01:14:26.431 INFO kablam! warning: value assigned to `view_mode` is never read Oct 27 01:14:26.431 INFO kablam! --> src/main.rs:231:13 Oct 27 01:14:26.431 INFO kablam! | Oct 27 01:14:26.431 INFO kablam! 231 | view_mode = if is_perspective { Oct 27 01:14:26.431 INFO kablam! | ^^^^^^^^^ Oct 27 01:14:26.431 INFO kablam! | Oct 27 01:14:26.431 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 27 01:14:26.431 INFO kablam! Oct 27 01:14:26.447 INFO kablam! warning: constant item is never used: `MARGIN` Oct 27 01:14:26.448 INFO kablam! --> src/main.rs:179:9 Oct 27 01:14:26.448 INFO kablam! | Oct 27 01:14:26.448 INFO kablam! 179 | const MARGIN: conrod::Scalar = 30.0; Oct 27 01:14:26.448 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:14:26.449 INFO kablam! | Oct 27 01:14:26.449 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 01:14:26.449 INFO kablam! Oct 27 01:14:26.492 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 17s Oct 27 01:14:26.515 INFO kablam! su: No module specific data is present Oct 27 01:14:27.618 INFO running `"docker" "rm" "-f" "5d13e6d1956cc60668b72459c7e6f234d050e4aba63bf027ba44a7571e2b07f6"` Oct 27 01:14:27.991 INFO blam! 5d13e6d1956cc60668b72459c7e6f234d050e4aba63bf027ba44a7571e2b07f6