Oct 27 00:02:14.155 INFO checking mwalczyk/gray_code_rs against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 00:02:14.156 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-1/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 00:02:14.603 INFO blam! 3289bcb384796ae9481d5deb4c1fda23f85c6a7d98ef2025f8e59b37699b80a2 Oct 27 00:02:14.609 INFO running `"docker" "start" "-a" "3289bcb384796ae9481d5deb4c1fda23f85c6a7d98ef2025f8e59b37699b80a2"` Oct 27 00:02:16.032 INFO kablam! usermod: no changes Oct 27 00:02:16.151 INFO kablam! Checking either v1.3.0 Oct 27 00:02:16.151 INFO kablam! Checking num-bigint v0.1.40 Oct 27 00:02:16.687 INFO kablam! Checking coco v0.1.1 Oct 27 00:02:17.635 INFO kablam! Checking rayon-core v1.2.1 Oct 27 00:02:18.749 INFO kablam! Checking num-rational v0.1.39 Oct 27 00:02:19.027 INFO kablam! Checking rayon v0.8.2 Oct 27 00:02:19.771 INFO kablam! Checking num v0.1.40 Oct 27 00:02:22.315 INFO kablam! Checking jpeg-decoder v0.1.13 Oct 27 00:02:23.851 INFO kablam! Checking image v0.17.0 Oct 27 00:02:28.667 INFO kablam! Checking rust-test v0.1.0 (/source) Oct 27 00:02:29.939 INFO kablam! warning: unused variable: `orientation` Oct 27 00:02:29.940 INFO kablam! --> src/main.rs:31:9 Oct 27 00:02:29.940 INFO kablam! | Oct 27 00:02:29.940 INFO kablam! 31 | let orientation = length; Oct 27 00:02:29.941 INFO kablam! | ^^^^^^^^^^^ help: consider using `_orientation` instead Oct 27 00:02:29.941 INFO kablam! | Oct 27 00:02:29.942 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 00:02:29.942 INFO kablam! Oct 27 00:02:29.942 INFO kablam! warning: unused variable: `y` Oct 27 00:02:29.943 INFO kablam! --> src/main.rs:41:17 Oct 27 00:02:29.943 INFO kablam! | Oct 27 00:02:29.943 INFO kablam! 41 | for (x, y, pixel) in image_buffer.enumerate_pixels_mut() { Oct 27 00:02:29.943 INFO kablam! | ^ help: consider using `_y` instead Oct 27 00:02:29.944 INFO kablam! Oct 27 00:02:29.944 INFO kablam! warning: variant is never constructed: `HORIZONTAL` Oct 27 00:02:29.944 INFO kablam! --> src/main.rs:8:5 Oct 27 00:02:29.945 INFO kablam! | Oct 27 00:02:29.945 INFO kablam! 8 | HORIZONTAL Oct 27 00:02:29.945 INFO kablam! | ^^^^^^^^^^ Oct 27 00:02:29.946 INFO kablam! | Oct 27 00:02:29.946 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 00:02:29.946 INFO kablam! Oct 27 00:02:30.191 INFO kablam! warning: unused variable: `orientation` Oct 27 00:02:30.191 INFO kablam! --> src/main.rs:31:9 Oct 27 00:02:30.191 INFO kablam! | Oct 27 00:02:30.191 INFO kablam! 31 | let orientation = length; Oct 27 00:02:30.191 INFO kablam! | ^^^^^^^^^^^ help: consider using `_orientation` instead Oct 27 00:02:30.191 INFO kablam! | Oct 27 00:02:30.191 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 00:02:30.191 INFO kablam! Oct 27 00:02:30.191 INFO kablam! warning: unused variable: `y` Oct 27 00:02:30.191 INFO kablam! --> src/main.rs:41:17 Oct 27 00:02:30.191 INFO kablam! | Oct 27 00:02:30.191 INFO kablam! 41 | for (x, y, pixel) in image_buffer.enumerate_pixels_mut() { Oct 27 00:02:30.191 INFO kablam! | ^ help: consider using `_y` instead Oct 27 00:02:30.191 INFO kablam! Oct 27 00:02:30.203 INFO kablam! warning: variant is never constructed: `HORIZONTAL` Oct 27 00:02:30.203 INFO kablam! --> src/main.rs:8:5 Oct 27 00:02:30.203 INFO kablam! | Oct 27 00:02:30.203 INFO kablam! 8 | HORIZONTAL Oct 27 00:02:30.203 INFO kablam! | ^^^^^^^^^^ Oct 27 00:02:30.203 INFO kablam! | Oct 27 00:02:30.203 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 00:02:30.203 INFO kablam! Oct 27 00:02:30.259 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 14.19s Oct 27 00:02:30.263 INFO kablam! su: No module specific data is present Oct 27 00:02:30.988 INFO running `"docker" "rm" "-f" "3289bcb384796ae9481d5deb4c1fda23f85c6a7d98ef2025f8e59b37699b80a2"` Oct 27 00:02:31.239 INFO blam! 3289bcb384796ae9481d5deb4c1fda23f85c6a7d98ef2025f8e59b37699b80a2