Oct 27 09:24:34.061 INFO checking Tomcc/streamingpattern against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 09:24:34.063 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-4/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 09:24:34.632 INFO blam! c39800d5b883dd86f76c354063bded45727eb2d67f7d83108c2d5170b79bc2c8 Oct 27 09:24:34.634 INFO running `"docker" "start" "-a" "c39800d5b883dd86f76c354063bded45727eb2d67f7d83108c2d5170b79bc2c8"` Oct 27 09:24:37.390 INFO kablam! usermod: no changes Oct 27 09:24:37.771 INFO kablam! Checking gfx_core v0.5.1 Oct 27 09:25:01.547 INFO kablam! Checking gfx v0.13.0 Oct 27 09:25:01.547 INFO kablam! Checking gfx_device_gl v0.12.0 Oct 27 09:25:08.015 INFO kablam! Checking piston-gfx_texture v0.20.0 Oct 27 09:25:10.460 INFO kablam! Checking piston2d-gfx_graphics v0.35.0 Oct 27 09:25:14.487 INFO kablam! Checking piston_window v0.61.0 Oct 27 09:25:18.159 INFO kablam! Checking streamingpattern v0.1.0 (/source) Oct 27 09:25:22.191 INFO kablam! warning: unused import: `graphics::types::Color` Oct 27 09:25:22.191 INFO kablam! --> src/main.rs:18:5 Oct 27 09:25:22.191 INFO kablam! | Oct 27 09:25:22.191 INFO kablam! 18 | use graphics::types::Color; Oct 27 09:25:22.192 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:25:22.192 INFO kablam! | Oct 27 09:25:22.192 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 09:25:22.192 INFO kablam! Oct 27 09:25:22.403 INFO kablam! warning: unused import: `graphics::types::Color` Oct 27 09:25:22.404 INFO kablam! --> src/main.rs:18:5 Oct 27 09:25:22.404 INFO kablam! | Oct 27 09:25:22.404 INFO kablam! 18 | use graphics::types::Color; Oct 27 09:25:22.405 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:25:22.405 INFO kablam! | Oct 27 09:25:22.405 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 09:25:22.406 INFO kablam! Oct 27 09:25:22.483 INFO kablam! warning: unused variable: `buffer` Oct 27 09:25:22.483 INFO kablam! --> src/main.rs:79:15 Oct 27 09:25:22.483 INFO kablam! | Oct 27 09:25:22.483 INFO kablam! 79 | fn draw_state(buffer: &mut RgbaImage) { Oct 27 09:25:22.483 INFO kablam! | ^^^^^^ help: consider using `_buffer` instead Oct 27 09:25:22.483 INFO kablam! | Oct 27 09:25:22.483 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 09:25:22.483 INFO kablam! Oct 27 09:25:22.483 INFO kablam! warning: unused variable: `context` Oct 27 09:25:22.483 INFO kablam! --> src/main.rs:112:9 Oct 27 09:25:22.483 INFO kablam! | Oct 27 09:25:22.483 INFO kablam! 112 | let context = GenerationContext::from_path(input, result_w as usize, result_h as usize, N); Oct 27 09:25:22.483 INFO kablam! | ^^^^^^^ help: consider using `_context` instead Oct 27 09:25:22.483 INFO kablam! Oct 27 09:25:22.523 INFO kablam! warning: field is never used: `allowed_patterns` Oct 27 09:25:22.523 INFO kablam! --> src/main.rs:48:5 Oct 27 09:25:22.523 INFO kablam! | Oct 27 09:25:22.523 INFO kablam! 48 | allowed_patterns: Vec, Oct 27 09:25:22.524 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:25:22.524 INFO kablam! | Oct 27 09:25:22.524 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 09:25:22.524 INFO kablam! Oct 27 09:25:22.524 INFO kablam! warning: variable `N` should have a snake case name such as `n` Oct 27 09:25:22.524 INFO kablam! --> src/main.rs:26:56 Oct 27 09:25:22.525 INFO kablam! | Oct 27 09:25:22.525 INFO kablam! 26 | fn from_area(image: &DynamicImage, x: u32, y: u32, N: u8) -> Self { Oct 27 09:25:22.525 INFO kablam! | ^ Oct 27 09:25:22.531 INFO kablam! | Oct 27 09:25:22.531 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 27 09:25:22.531 INFO kablam! Oct 27 09:25:22.531 INFO kablam! warning: variable `N` should have a snake case name such as `n` Oct 27 09:25:22.531 INFO kablam! --> src/main.rs:27:13 Oct 27 09:25:22.532 INFO kablam! | Oct 27 09:25:22.532 INFO kablam! 27 | let N = N as u32; Oct 27 09:25:22.532 INFO kablam! | ^ Oct 27 09:25:22.532 INFO kablam! Oct 27 09:25:22.532 INFO kablam! warning: structure field `sortedPatterns` should have a snake case name such as `sorted_patterns` Oct 27 09:25:22.532 INFO kablam! --> src/main.rs:46:5 Oct 27 09:25:22.533 INFO kablam! | Oct 27 09:25:22.533 INFO kablam! 46 | sortedPatterns: Vec<(u16, Pattern)>, Oct 27 09:25:22.533 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:25:22.533 INFO kablam! Oct 27 09:25:22.533 INFO kablam! warning: variable `N` should have a snake case name such as `n` Oct 27 09:25:22.533 INFO kablam! --> src/main.rs:52:58 Oct 27 09:25:22.534 INFO kablam! | Oct 27 09:25:22.534 INFO kablam! 52 | fn from_path

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

(path: P, out_w: usize, out_h: usize, N: u8) -> Self where P:AsRef{ Oct 27 09:25:22.556 INFO kablam! | ^ Oct 27 09:25:22.556 INFO kablam! Oct 27 09:25:22.627 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 45.20s Oct 27 09:25:22.647 INFO kablam! su: No module specific data is present Oct 27 09:25:23.653 INFO running `"docker" "rm" "-f" "c39800d5b883dd86f76c354063bded45727eb2d67f7d83108c2d5170b79bc2c8"` Oct 27 09:25:24.031 INFO blam! c39800d5b883dd86f76c354063bded45727eb2d67f7d83108c2d5170b79bc2c8