Oct 21 20:17:54.359 INFO checking Tomcc/streamingpattern against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 20:17:54.359 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-5/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/pr-55192/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 21 20:17:54.810 INFO blam! 5e573f90ace3dcf7b4196069ee57f5851d76da3c33c0cf46b0defe44ae94e761 Oct 21 20:17:54.811 INFO running `"docker" "start" "-a" "5e573f90ace3dcf7b4196069ee57f5851d76da3c33c0cf46b0defe44ae94e761"` Oct 21 20:17:56.195 INFO kablam! usermod: no changes Oct 21 20:17:56.562 INFO kablam! Compiling serde_json v0.8.6 Oct 21 20:17:56.597 INFO kablam! Checking gfx_core v0.5.1 Oct 21 20:18:01.627 INFO kablam! Compiling target_build_utils v0.1.2 Oct 21 20:18:04.186 INFO kablam! Compiling libloading v0.3.1 Oct 21 20:18:08.588 INFO kablam! Checking dlib v0.3.1 Oct 21 20:18:09.240 INFO kablam! Checking wayland-sys v0.7.6 Oct 21 20:18:10.404 INFO kablam! Checking wayland-client v0.7.6 Oct 21 20:18:13.346 INFO kablam! Checking wayland-kbd v0.6.2 Oct 21 20:18:13.352 INFO kablam! Checking wayland-window v0.4.3 Oct 21 20:18:16.094 INFO kablam! Checking winit v0.5.8 Oct 21 20:18:19.360 INFO kablam! Checking glutin v0.7.2 Oct 21 20:18:22.866 INFO kablam! Checking pistoncore-glutin_window v0.33.0 Oct 21 20:18:33.312 INFO kablam! Checking gfx v0.13.0 Oct 21 20:18:33.360 INFO kablam! Checking gfx_device_gl v0.12.0 Oct 21 20:18:38.285 INFO kablam! Checking piston-gfx_texture v0.20.0 Oct 21 20:18:40.126 INFO kablam! Checking piston2d-gfx_graphics v0.35.0 Oct 21 20:18:43.407 INFO kablam! Checking piston_window v0.61.0 Oct 21 20:18:46.457 INFO kablam! Checking streamingpattern v0.1.0 (/source) Oct 21 20:18:50.232 INFO kablam! warning: unused import: `graphics::types::Color` Oct 21 20:18:50.233 INFO kablam! --> src/main.rs:18:5 Oct 21 20:18:50.233 INFO kablam! | Oct 21 20:18:50.233 INFO kablam! 18 | use graphics::types::Color; Oct 21 20:18:50.234 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:18:50.234 INFO kablam! | Oct 21 20:18:50.234 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 20:18:50.234 INFO kablam! Oct 21 20:18:50.504 INFO kablam! warning: unused variable: `buffer` Oct 21 20:18:50.505 INFO kablam! --> src/main.rs:79:15 Oct 21 20:18:50.505 INFO kablam! | Oct 21 20:18:50.505 INFO kablam! 79 | fn draw_state(buffer: &mut RgbaImage) { Oct 21 20:18:50.505 INFO kablam! | ^^^^^^ help: consider using `_buffer` instead Oct 21 20:18:50.505 INFO kablam! | Oct 21 20:18:50.506 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 20:18:50.506 INFO kablam! Oct 21 20:18:50.506 INFO kablam! warning: unused variable: `context` Oct 21 20:18:50.506 INFO kablam! --> src/main.rs:112:9 Oct 21 20:18:50.506 INFO kablam! | Oct 21 20:18:50.507 INFO kablam! 112 | let context = GenerationContext::from_path(input, result_w as usize, result_h as usize, N); Oct 21 20:18:50.507 INFO kablam! | ^^^^^^^ help: consider using `_context` instead Oct 21 20:18:50.507 INFO kablam! Oct 21 20:18:50.533 INFO kablam! warning: field is never used: `allowed_patterns` Oct 21 20:18:50.534 INFO kablam! --> src/main.rs:48:5 Oct 21 20:18:50.535 INFO kablam! | Oct 21 20:18:50.535 INFO kablam! 48 | allowed_patterns: Vec, Oct 21 20:18:50.535 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:18:50.535 INFO kablam! | Oct 21 20:18:50.536 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 20:18:50.536 INFO kablam! Oct 21 20:18:50.537 INFO kablam! warning: variable `N` should have a snake case name such as `n` Oct 21 20:18:50.538 INFO kablam! --> src/main.rs:26:56 Oct 21 20:18:50.538 INFO kablam! | Oct 21 20:18:50.538 INFO kablam! 26 | fn from_area(image: &DynamicImage, x: u32, y: u32, N: u8) -> Self { Oct 21 20:18:50.538 INFO kablam! | ^ Oct 21 20:18:50.539 INFO kablam! | Oct 21 20:18:50.539 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 21 20:18:50.539 INFO kablam! Oct 21 20:18:50.539 INFO kablam! warning: variable `N` should have a snake case name such as `n` Oct 21 20:18:50.540 INFO kablam! --> src/main.rs:27:13 Oct 21 20:18:50.540 INFO kablam! | Oct 21 20:18:50.540 INFO kablam! 27 | let N = N as u32; Oct 21 20:18:50.540 INFO kablam! | ^ Oct 21 20:18:50.540 INFO kablam! Oct 21 20:18:50.541 INFO kablam! warning: structure field `sortedPatterns` should have a snake case name such as `sorted_patterns` Oct 21 20:18:50.541 INFO kablam! --> src/main.rs:46:5 Oct 21 20:18:50.541 INFO kablam! | Oct 21 20:18:50.541 INFO kablam! 46 | sortedPatterns: Vec<(u16, Pattern)>, Oct 21 20:18:50.542 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:18:50.542 INFO kablam! Oct 21 20:18:50.548 INFO kablam! warning: variable `N` should have a snake case name such as `n` Oct 21 20:18:50.549 INFO kablam! --> src/main.rs:52:58 Oct 21 20:18:50.549 INFO kablam! | Oct 21 20:18:50.549 INFO kablam! 52 | fn from_path

(path: P, out_w: usize, out_h: usize, N: u8) -> Self where P:AsRef{ Oct 21 20:18:50.549 INFO kablam! | ^ Oct 21 20:18:50.550 INFO kablam! Oct 21 20:18:50.827 INFO kablam! warning: unused import: `graphics::types::Color` Oct 21 20:18:50.828 INFO kablam! --> src/main.rs:18:5 Oct 21 20:18:50.828 INFO kablam! | Oct 21 20:18:50.828 INFO kablam! 18 | use graphics::types::Color; Oct 21 20:18:50.832 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:18:50.832 INFO kablam! | Oct 21 20:18:50.832 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 20:18:50.832 INFO kablam! Oct 21 20:18:50.968 INFO kablam! warning: unused variable: `buffer` Oct 21 20:18:50.968 INFO kablam! --> src/main.rs:79:15 Oct 21 20:18:50.968 INFO kablam! | Oct 21 20:18:50.968 INFO kablam! 79 | fn draw_state(buffer: &mut RgbaImage) { Oct 21 20:18:50.968 INFO kablam! | ^^^^^^ help: consider using `_buffer` instead Oct 21 20:18:50.968 INFO kablam! | Oct 21 20:18:50.968 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 20:18:50.968 INFO kablam! Oct 21 20:18:50.968 INFO kablam! warning: unused variable: `context` Oct 21 20:18:50.968 INFO kablam! --> src/main.rs:112:9 Oct 21 20:18:50.968 INFO kablam! | Oct 21 20:18:50.968 INFO kablam! 112 | let context = GenerationContext::from_path(input, result_w as usize, result_h as usize, N); Oct 21 20:18:50.968 INFO kablam! | ^^^^^^^ help: consider using `_context` instead Oct 21 20:18:50.968 INFO kablam! Oct 21 20:18:50.980 INFO kablam! warning: field is never used: `allowed_patterns` Oct 21 20:18:50.980 INFO kablam! --> src/main.rs:48:5 Oct 21 20:18:50.980 INFO kablam! | Oct 21 20:18:50.980 INFO kablam! 48 | allowed_patterns: Vec, Oct 21 20:18:50.980 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:18:50.980 INFO kablam! | Oct 21 20:18:50.980 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 20:18:50.980 INFO kablam! Oct 21 20:18:50.980 INFO kablam! warning: variable `N` should have a snake case name such as `n` Oct 21 20:18:50.980 INFO kablam! --> src/main.rs:26:56 Oct 21 20:18:50.980 INFO kablam! | Oct 21 20:18:50.980 INFO kablam! 26 | fn from_area(image: &DynamicImage, x: u32, y: u32, N: u8) -> Self { Oct 21 20:18:50.980 INFO kablam! | ^ Oct 21 20:18:50.980 INFO kablam! | Oct 21 20:18:50.980 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 21 20:18:50.980 INFO kablam! Oct 21 20:18:50.980 INFO kablam! warning: variable `N` should have a snake case name such as `n` Oct 21 20:18:50.980 INFO kablam! --> src/main.rs:27:13 Oct 21 20:18:50.980 INFO kablam! | Oct 21 20:18:50.980 INFO kablam! 27 | let N = N as u32; Oct 21 20:18:50.980 INFO kablam! | ^ Oct 21 20:18:50.980 INFO kablam! Oct 21 20:18:50.980 INFO kablam! warning: structure field `sortedPatterns` should have a snake case name such as `sorted_patterns` Oct 21 20:18:50.980 INFO kablam! --> src/main.rs:46:5 Oct 21 20:18:50.980 INFO kablam! | Oct 21 20:18:50.980 INFO kablam! 46 | sortedPatterns: Vec<(u16, Pattern)>, Oct 21 20:18:50.980 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:18:50.980 INFO kablam! Oct 21 20:18:50.980 INFO kablam! warning: variable `N` should have a snake case name such as `n` Oct 21 20:18:50.980 INFO kablam! --> src/main.rs:52:58 Oct 21 20:18:50.980 INFO kablam! | Oct 21 20:18:50.980 INFO kablam! 52 | fn from_path

(path: P, out_w: usize, out_h: usize, N: u8) -> Self where P:AsRef{ Oct 21 20:18:50.980 INFO kablam! | ^ Oct 21 20:18:50.980 INFO kablam! Oct 21 20:18:51.000 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 54.77s Oct 21 20:18:51.013 INFO kablam! su: No module specific data is present Oct 21 20:18:51.573 INFO running `"docker" "rm" "-f" "5e573f90ace3dcf7b4196069ee57f5851d76da3c33c0cf46b0defe44ae94e761"` Oct 21 20:18:51.828 INFO blam! 5e573f90ace3dcf7b4196069ee57f5851d76da3c33c0cf46b0defe44ae94e761