Oct 13 02:16:34.301 INFO checking Tomcc/streamingpattern against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 13 02:16:34.301 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-2/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/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 +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-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:34.658 INFO blam! ae6fdd1e29593978d4c7ae78f92aa518557e76a9d2e0c6839255ca8e28c36c1e Oct 13 02:16:34.659 INFO running `"docker" "start" "-a" "ae6fdd1e29593978d4c7ae78f92aa518557e76a9d2e0c6839255ca8e28c36c1e"` Oct 13 02:16:35.967 INFO kablam! usermod: no changes Oct 13 02:16:36.412 INFO kablam! Compiling siphasher v0.2.0 Oct 13 02:16:36.433 INFO kablam! Compiling serde_json v0.8.6 Oct 13 02:16:36.474 INFO kablam! Checking x11-dl v2.12.0 Oct 13 02:16:36.482 INFO kablam! Checking pistoncore-event_loop v0.27.0 Oct 13 02:16:36.483 INFO kablam! Checking image v0.12.1 Oct 13 02:16:38.516 INFO kablam! Compiling phf_shared v0.7.21 Oct 13 02:16:39.958 INFO kablam! Checking piston v0.27.0 Oct 13 02:16:41.546 INFO kablam! Compiling phf_generator v0.7.21 Oct 13 02:16:41.548 INFO kablam! Compiling phf v0.7.21 Oct 13 02:16:44.836 INFO kablam! Compiling phf_codegen v0.7.21 Oct 13 02:16:46.888 INFO kablam! Compiling target_build_utils v0.1.2 Oct 13 02:16:53.371 INFO kablam! Checking piston-gfx_texture v0.20.0 Oct 13 02:16:53.372 INFO kablam! Checking piston2d-opengl_graphics v0.37.0 Oct 13 02:16:57.723 INFO kablam! Checking piston2d-gfx_graphics v0.35.0 Oct 13 02:17:04.296 INFO kablam! Compiling libloading v0.3.1 Oct 13 02:17:08.370 INFO kablam! Checking dlib v0.3.1 Oct 13 02:17:08.948 INFO kablam! Checking wayland-sys v0.7.6 Oct 13 02:17:09.656 INFO kablam! Checking wayland-client v0.7.6 Oct 13 02:17:11.316 INFO kablam! Checking wayland-kbd v0.6.2 Oct 13 02:17:11.317 INFO kablam! Checking wayland-window v0.4.3 Oct 13 02:17:12.744 INFO kablam! Checking winit v0.5.8 Oct 13 02:17:14.576 INFO kablam! Checking glutin v0.7.2 Oct 13 02:17:16.512 INFO kablam! Checking pistoncore-glutin_window v0.33.0 Oct 13 02:17:18.047 INFO kablam! Checking piston_window v0.61.0 Oct 13 02:17:21.396 INFO kablam! Checking streamingpattern v0.1.0 (/source) Oct 13 02:17:24.824 INFO kablam! warning: unused import: `graphics::types::Color` Oct 13 02:17:24.824 INFO kablam! --> src/main.rs:18:5 Oct 13 02:17:24.824 INFO kablam! | Oct 13 02:17:24.824 INFO kablam! 18 | use graphics::types::Color; Oct 13 02:17:24.824 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 13 02:17:24.824 INFO kablam! | Oct 13 02:17:24.824 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 02:17:24.824 INFO kablam! Oct 13 02:17:24.968 INFO kablam! warning: unused import: `graphics::types::Color` Oct 13 02:17:24.968 INFO kablam! --> src/main.rs:18:5 Oct 13 02:17:24.968 INFO kablam! | Oct 13 02:17:24.968 INFO kablam! 18 | use graphics::types::Color; Oct 13 02:17:24.968 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 13 02:17:24.968 INFO kablam! | Oct 13 02:17:24.968 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 02:17:24.968 INFO kablam! Oct 13 02:17:24.980 INFO kablam! warning: unused variable: `buffer` Oct 13 02:17:24.980 INFO kablam! --> src/main.rs:79:15 Oct 13 02:17:24.980 INFO kablam! | Oct 13 02:17:24.980 INFO kablam! 79 | fn draw_state(buffer: &mut RgbaImage) { Oct 13 02:17:24.980 INFO kablam! | ^^^^^^ help: consider using `_buffer` instead Oct 13 02:17:24.980 INFO kablam! | Oct 13 02:17:24.980 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 02:17:24.980 INFO kablam! Oct 13 02:17:24.981 INFO kablam! warning: unused variable: `context` Oct 13 02:17:24.981 INFO kablam! --> src/main.rs:112:9 Oct 13 02:17:24.981 INFO kablam! | Oct 13 02:17:24.981 INFO kablam! 112 | let context = GenerationContext::from_path(input, result_w as usize, result_h as usize, N); Oct 13 02:17:24.981 INFO kablam! | ^^^^^^^ help: consider using `_context` instead Oct 13 02:17:24.981 INFO kablam! Oct 13 02:17:24.992 INFO kablam! warning: field is never used: `allowed_patterns` Oct 13 02:17:24.992 INFO kablam! --> src/main.rs:48:5 Oct 13 02:17:24.992 INFO kablam! | Oct 13 02:17:24.992 INFO kablam! 48 | allowed_patterns: Vec, Oct 13 02:17:24.992 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 02:17:24.992 INFO kablam! | Oct 13 02:17:24.992 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 02:17:24.992 INFO kablam! Oct 13 02:17:24.992 INFO kablam! warning: variable `N` should have a snake case name such as `n` Oct 13 02:17:24.992 INFO kablam! --> src/main.rs:26:56 Oct 13 02:17:24.993 INFO kablam! | Oct 13 02:17:24.993 INFO kablam! 26 | fn from_area(image: &DynamicImage, x: u32, y: u32, N: u8) -> Self { Oct 13 02:17:24.993 INFO kablam! | ^ Oct 13 02:17:24.993 INFO kablam! | Oct 13 02:17:24.993 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 13 02:17:24.993 INFO kablam! Oct 13 02:17:24.993 INFO kablam! warning: variable `N` should have a snake case name such as `n` Oct 13 02:17:24.993 INFO kablam! --> src/main.rs:27:13 Oct 13 02:17:24.993 INFO kablam! | Oct 13 02:17:24.993 INFO kablam! 27 | let N = N as u32; Oct 13 02:17:24.993 INFO kablam! | ^ Oct 13 02:17:24.993 INFO kablam! Oct 13 02:17:24.993 INFO kablam! warning: structure field `sortedPatterns` should have a snake case name such as `sorted_patterns` Oct 13 02:17:24.993 INFO kablam! --> src/main.rs:46:5 Oct 13 02:17:24.993 INFO kablam! | Oct 13 02:17:24.993 INFO kablam! 46 | sortedPatterns: Vec<(u16, Pattern)>, Oct 13 02:17:24.993 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 02:17:24.993 INFO kablam! Oct 13 02:17:24.993 INFO kablam! warning: variable `N` should have a snake case name such as `n` Oct 13 02:17:24.993 INFO kablam! --> src/main.rs:52:58 Oct 13 02:17:24.993 INFO kablam! | Oct 13 02:17:24.993 INFO kablam! 52 | fn from_path

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

(path: P, out_w: usize, out_h: usize, N: u8) -> Self where P:AsRef{ Oct 13 02:17:25.122 INFO kablam! | ^ Oct 13 02:17:25.122 INFO kablam! Oct 13 02:17:25.144 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 49.15s Oct 13 02:17:25.157 INFO kablam! su: No module specific data is present Oct 13 02:17:25.488 INFO running `"docker" "rm" "-f" "ae6fdd1e29593978d4c7ae78f92aa518557e76a9d2e0c6839255ca8e28c36c1e"` Oct 13 02:17:25.602 INFO blam! ae6fdd1e29593978d4c7ae78f92aa518557e76a9d2e0c6839255ca8e28c36c1e