Oct 13 02:16:32.969 INFO checking Tomcc/streamingpattern against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 13 02:16:32.969 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-6/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/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 +4021bd0b3c5815b087d6db10ce461e7e4854ade7-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 13 02:16:33.450 INFO blam! 4c893bf1dcccb04937c6fae8e828ff7382a72936c20ef8fc24979f500d4851d8 Oct 13 02:16:33.452 INFO running `"docker" "start" "-a" "4c893bf1dcccb04937c6fae8e828ff7382a72936c20ef8fc24979f500d4851d8"` Oct 13 02:16:34.964 INFO kablam! usermod: no changes Oct 13 02:16:35.356 INFO kablam! Compiling serde_json v0.8.6 Oct 13 02:16:35.362 INFO kablam! Compiling phf v0.7.21 Oct 13 02:16:35.362 INFO kablam! Checking gfx_core v0.5.1 Oct 13 02:16:35.370 INFO kablam! Checking x11-dl v2.12.0 Oct 13 02:16:35.370 INFO kablam! Compiling target_build_utils v0.1.2 Oct 13 02:16:35.370 INFO kablam! Checking pistoncore-event_loop v0.27.0 Oct 13 02:16:35.388 INFO kablam! Checking piston2d-opengl_graphics v0.37.0 Oct 13 02:16:39.242 INFO kablam! Checking piston v0.27.0 Oct 13 02:16:59.240 INFO kablam! Compiling libloading v0.3.1 Oct 13 02:17:03.378 INFO kablam! Checking dlib v0.3.1 Oct 13 02:17:04.077 INFO kablam! Checking wayland-sys v0.7.6 Oct 13 02:17:05.273 INFO kablam! Checking wayland-client v0.7.6 Oct 13 02:17:07.908 INFO kablam! Checking wayland-kbd v0.6.2 Oct 13 02:17:07.908 INFO kablam! Checking wayland-window v0.4.3 Oct 13 02:17:09.817 INFO kablam! Checking winit v0.5.8 Oct 13 02:17:11.592 INFO kablam! Checking glutin v0.7.2 Oct 13 02:17:13.988 INFO kablam! Checking pistoncore-glutin_window v0.33.0 Oct 13 02:17:19.738 INFO kablam! Checking gfx v0.13.0 Oct 13 02:17:19.748 INFO kablam! Checking gfx_device_gl v0.12.0 Oct 13 02:17:25.181 INFO kablam! Checking piston-gfx_texture v0.20.0 Oct 13 02:17:26.984 INFO kablam! Checking piston2d-gfx_graphics v0.35.0 Oct 13 02:17:30.342 INFO kablam! Checking piston_window v0.61.0 Oct 13 02:17:33.508 INFO kablam! Checking streamingpattern v0.1.0 (/source) Oct 13 02:17:39.160 INFO kablam! warning: unused import: `graphics::types::Color` Oct 13 02:17:39.161 INFO kablam! --> src/main.rs:18:5 Oct 13 02:17:39.161 INFO kablam! | Oct 13 02:17:39.161 INFO kablam! 18 | use graphics::types::Color; Oct 13 02:17:39.162 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 13 02:17:39.162 INFO kablam! | Oct 13 02:17:39.162 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 02:17:39.162 INFO kablam! Oct 13 02:17:39.227 INFO kablam! warning: unused import: `graphics::types::Color` Oct 13 02:17:39.227 INFO kablam! --> src/main.rs:18:5 Oct 13 02:17:39.228 INFO kablam! | Oct 13 02:17:39.228 INFO kablam! 18 | use graphics::types::Color; Oct 13 02:17:39.229 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 13 02:17:39.229 INFO kablam! | Oct 13 02:17:39.230 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 02:17:39.230 INFO kablam! Oct 13 02:17:39.400 INFO kablam! warning: unused variable: `buffer` Oct 13 02:17:39.402 INFO kablam! --> src/main.rs:79:15 Oct 13 02:17:39.403 INFO kablam! | Oct 13 02:17:39.404 INFO kablam! 79 | fn draw_state(buffer: &mut RgbaImage) { Oct 13 02:17:39.404 INFO kablam! | ^^^^^^ help: consider using `_buffer` instead Oct 13 02:17:39.405 INFO kablam! | Oct 13 02:17:39.405 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 02:17:39.406 INFO kablam! Oct 13 02:17:39.406 INFO kablam! warning: unused variable: `context` Oct 13 02:17:39.407 INFO kablam! --> src/main.rs:112:9 Oct 13 02:17:39.407 INFO kablam! | Oct 13 02:17:39.408 INFO kablam! 112 | let context = GenerationContext::from_path(input, result_w as usize, result_h as usize, N); Oct 13 02:17:39.408 INFO kablam! | ^^^^^^^ help: consider using `_context` instead Oct 13 02:17:39.409 INFO kablam! Oct 13 02:17:39.432 INFO kablam! warning: field is never used: `allowed_patterns` Oct 13 02:17:39.433 INFO kablam! --> src/main.rs:48:5 Oct 13 02:17:39.434 INFO kablam! | Oct 13 02:17:39.434 INFO kablam! 48 | allowed_patterns: Vec, Oct 13 02:17:39.435 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 02:17:39.435 INFO kablam! | Oct 13 02:17:39.436 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 02:17:39.436 INFO kablam! Oct 13 02:17:39.438 INFO kablam! warning: variable `N` should have a snake case name such as `n` Oct 13 02:17:39.438 INFO kablam! --> src/main.rs:26:56 Oct 13 02:17:39.439 INFO kablam! | Oct 13 02:17:39.439 INFO kablam! 26 | fn from_area(image: &DynamicImage, x: u32, y: u32, N: u8) -> Self { Oct 13 02:17:39.440 INFO kablam! | ^ Oct 13 02:17:39.440 INFO kablam! | Oct 13 02:17:39.441 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 13 02:17:39.441 INFO kablam! Oct 13 02:17:39.442 INFO kablam! warning: variable `N` should have a snake case name such as `n` Oct 13 02:17:39.442 INFO kablam! --> src/main.rs:27:13 Oct 13 02:17:39.443 INFO kablam! | Oct 13 02:17:39.443 INFO kablam! 27 | let N = N as u32; Oct 13 02:17:39.444 INFO kablam! | ^ Oct 13 02:17:39.444 INFO kablam! Oct 13 02:17:39.445 INFO kablam! warning: structure field `sortedPatterns` should have a snake case name such as `sorted_patterns` Oct 13 02:17:39.445 INFO kablam! --> src/main.rs:46:5 Oct 13 02:17:39.446 INFO kablam! | Oct 13 02:17:39.446 INFO kablam! 46 | sortedPatterns: Vec<(u16, Pattern)>, Oct 13 02:17:39.447 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 02:17:39.447 INFO kablam! Oct 13 02:17:39.448 INFO kablam! warning: variable `N` should have a snake case name such as `n` Oct 13 02:17:39.449 INFO kablam! --> src/main.rs:52:58 Oct 13 02:17:39.449 INFO kablam! | Oct 13 02:17:39.449 INFO kablam! 52 | fn from_path

(path: P, out_w: usize, out_h: usize, N: u8) -> Self where P:AsRef{ Oct 13 02:17:39.450 INFO kablam! | ^ Oct 13 02:17:39.450 INFO kablam! Oct 13 02:17:39.529 INFO kablam! warning: unused variable: `buffer` Oct 13 02:17:39.530 INFO kablam! --> src/main.rs:79:15 Oct 13 02:17:39.531 INFO kablam! | Oct 13 02:17:39.531 INFO kablam! 79 | fn draw_state(buffer: &mut RgbaImage) { Oct 13 02:17:39.532 INFO kablam! | ^^^^^^ help: consider using `_buffer` instead Oct 13 02:17:39.532 INFO kablam! | Oct 13 02:17:39.533 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 02:17:39.533 INFO kablam! Oct 13 02:17:39.540 INFO kablam! warning: unused variable: `context` Oct 13 02:17:39.541 INFO kablam! --> src/main.rs:112:9 Oct 13 02:17:39.541 INFO kablam! | Oct 13 02:17:39.542 INFO kablam! 112 | let context = GenerationContext::from_path(input, result_w as usize, result_h as usize, N); Oct 13 02:17:39.542 INFO kablam! | ^^^^^^^ help: consider using `_context` instead Oct 13 02:17:39.543 INFO kablam! Oct 13 02:17:39.572 INFO kablam! warning: field is never used: `allowed_patterns` Oct 13 02:17:39.573 INFO kablam! --> src/main.rs:48:5 Oct 13 02:17:39.574 INFO kablam! | Oct 13 02:17:39.574 INFO kablam! 48 | allowed_patterns: Vec, Oct 13 02:17:39.575 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 02:17:39.575 INFO kablam! | Oct 13 02:17:39.576 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 02:17:39.576 INFO kablam! Oct 13 02:17:39.577 INFO kablam! warning: variable `N` should have a snake case name such as `n` Oct 13 02:17:39.577 INFO kablam! --> src/main.rs:26:56 Oct 13 02:17:39.578 INFO kablam! | Oct 13 02:17:39.578 INFO kablam! 26 | fn from_area(image: &DynamicImage, x: u32, y: u32, N: u8) -> Self { Oct 13 02:17:39.578 INFO kablam! | ^ Oct 13 02:17:39.579 INFO kablam! | Oct 13 02:17:39.579 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 13 02:17:39.580 INFO kablam! Oct 13 02:17:39.580 INFO kablam! warning: variable `N` should have a snake case name such as `n` Oct 13 02:17:39.581 INFO kablam! --> src/main.rs:27:13 Oct 13 02:17:39.581 INFO kablam! | Oct 13 02:17:39.581 INFO kablam! 27 | let N = N as u32; Oct 13 02:17:39.581 INFO kablam! | ^ Oct 13 02:17:39.581 INFO kablam! Oct 13 02:17:39.581 INFO kablam! warning: structure field `sortedPatterns` should have a snake case name such as `sorted_patterns` Oct 13 02:17:39.581 INFO kablam! --> src/main.rs:46:5 Oct 13 02:17:39.581 INFO kablam! | Oct 13 02:17:39.581 INFO kablam! 46 | sortedPatterns: Vec<(u16, Pattern)>, Oct 13 02:17:39.581 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 02:17:39.581 INFO kablam! Oct 13 02:17:39.581 INFO kablam! warning: variable `N` should have a snake case name such as `n` Oct 13 02:17:39.581 INFO kablam! --> src/main.rs:52:58 Oct 13 02:17:39.581 INFO kablam! | Oct 13 02:17:39.581 INFO kablam! 52 | fn from_path

(path: P, out_w: usize, out_h: usize, N: u8) -> Self where P:AsRef{ Oct 13 02:17:39.581 INFO kablam! | ^ Oct 13 02:17:39.581 INFO kablam! Oct 13 02:17:39.641 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 04s Oct 13 02:17:39.669 INFO kablam! su: No module specific data is present Oct 13 02:17:41.099 INFO running `"docker" "rm" "-f" "4c893bf1dcccb04937c6fae8e828ff7382a72936c20ef8fc24979f500d4851d8"` Oct 13 02:17:41.342 INFO blam! 4c893bf1dcccb04937c6fae8e828ff7382a72936c20ef8fc24979f500d4851d8