Oct 11 04:08:17.210 INFO testing Tomcc/streamingpattern against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 04:08:17.210 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 04:08:17.210 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 04:08:17.750 INFO blam! b6bf432c741c89c8c00d8387b311270821c114b95010ecc8f8c69605abbcb0b6 Oct 11 04:08:17.754 INFO running `"docker" "start" "-a" "b6bf432c741c89c8c00d8387b311270821c114b95010ecc8f8c69605abbcb0b6"` Oct 11 04:08:18.890 INFO kablam! usermod: no changes Oct 11 04:08:19.200 INFO kablam! Compiling pistoncore-event_loop v0.27.0 Oct 11 04:08:19.201 INFO kablam! Compiling piston-gfx_texture v0.20.0 Oct 11 04:08:19.201 INFO kablam! Compiling piston2d-opengl_graphics v0.37.0 Oct 11 04:08:19.201 INFO kablam! Compiling wayland-window v0.4.3 Oct 11 04:08:21.678 INFO kablam! Compiling piston v0.27.0 Oct 11 04:08:23.580 INFO kablam! Compiling winit v0.5.8 Oct 11 04:08:26.532 INFO kablam! Compiling piston2d-gfx_graphics v0.35.0 Oct 11 04:08:33.748 INFO kablam! Compiling glutin v0.7.2 Oct 11 04:08:39.188 INFO kablam! Compiling pistoncore-glutin_window v0.33.0 Oct 11 04:08:44.356 INFO kablam! Compiling piston_window v0.61.0 Oct 11 04:08:49.536 INFO kablam! Compiling streamingpattern v0.1.0 (/source) Oct 11 04:08:54.952 INFO kablam! warning: unused import: `graphics::types::Color` Oct 11 04:08:54.952 INFO kablam! --> src/main.rs:18:5 Oct 11 04:08:54.952 INFO kablam! | Oct 11 04:08:54.952 INFO kablam! 18 | use graphics::types::Color; Oct 11 04:08:54.952 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:08:54.952 INFO kablam! | Oct 11 04:08:54.952 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 04:08:54.952 INFO kablam! Oct 11 04:08:55.092 INFO kablam! warning: unused variable: `buffer` Oct 11 04:08:55.092 INFO kablam! --> src/main.rs:79:15 Oct 11 04:08:55.092 INFO kablam! | Oct 11 04:08:55.092 INFO kablam! 79 | fn draw_state(buffer: &mut RgbaImage) { Oct 11 04:08:55.092 INFO kablam! | ^^^^^^ help: consider using `_buffer` instead Oct 11 04:08:55.092 INFO kablam! | Oct 11 04:08:55.092 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 04:08:55.092 INFO kablam! Oct 11 04:08:55.092 INFO kablam! warning: unused variable: `context` Oct 11 04:08:55.092 INFO kablam! --> src/main.rs:112:9 Oct 11 04:08:55.092 INFO kablam! | Oct 11 04:08:55.092 INFO kablam! 112 | let context = GenerationContext::from_path(input, result_w as usize, result_h as usize, N); Oct 11 04:08:55.092 INFO kablam! | ^^^^^^^ help: consider using `_context` instead Oct 11 04:08:55.092 INFO kablam! Oct 11 04:08:55.108 INFO kablam! warning: field is never used: `allowed_patterns` Oct 11 04:08:55.108 INFO kablam! --> src/main.rs:48:5 Oct 11 04:08:55.108 INFO kablam! | Oct 11 04:08:55.108 INFO kablam! 48 | allowed_patterns: Vec, Oct 11 04:08:55.108 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:08:55.108 INFO kablam! | Oct 11 04:08:55.108 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 04:08:55.108 INFO kablam! Oct 11 04:08:55.116 INFO kablam! warning: variable `N` should have a snake case name such as `n` Oct 11 04:08:55.116 INFO kablam! --> src/main.rs:26:56 Oct 11 04:08:55.116 INFO kablam! | Oct 11 04:08:55.116 INFO kablam! 26 | fn from_area(image: &DynamicImage, x: u32, y: u32, N: u8) -> Self { Oct 11 04:08:55.116 INFO kablam! | ^ Oct 11 04:08:55.116 INFO kablam! | Oct 11 04:08:55.116 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 11 04:08:55.116 INFO kablam! Oct 11 04:08:55.116 INFO kablam! warning: variable `N` should have a snake case name such as `n` Oct 11 04:08:55.116 INFO kablam! --> src/main.rs:27:13 Oct 11 04:08:55.116 INFO kablam! | Oct 11 04:08:55.116 INFO kablam! 27 | let N = N as u32; Oct 11 04:08:55.116 INFO kablam! | ^ Oct 11 04:08:55.116 INFO kablam! Oct 11 04:08:55.116 INFO kablam! warning: structure field `sortedPatterns` should have a snake case name such as `sorted_patterns` Oct 11 04:08:55.116 INFO kablam! --> src/main.rs:46:5 Oct 11 04:08:55.116 INFO kablam! | Oct 11 04:08:55.116 INFO kablam! 46 | sortedPatterns: Vec<(u16, Pattern)>, Oct 11 04:08:55.116 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:08:55.116 INFO kablam! Oct 11 04:08:55.116 INFO kablam! warning: variable `N` should have a snake case name such as `n` Oct 11 04:08:55.116 INFO kablam! --> src/main.rs:52:58 Oct 11 04:08:55.116 INFO kablam! | Oct 11 04:08:55.117 INFO kablam! 52 | fn from_path

(path: P, out_w: usize, out_h: usize, N: u8) -> Self where P:AsRef{ Oct 11 04:08:55.117 INFO kablam! | ^ Oct 11 04:08:55.117 INFO kablam! Oct 11 04:09:01.264 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 42.35s Oct 11 04:09:01.289 INFO kablam! su: No module specific data is present Oct 11 04:09:02.183 INFO running `"docker" "rm" "-f" "b6bf432c741c89c8c00d8387b311270821c114b95010ecc8f8c69605abbcb0b6"` Oct 11 04:09:02.324 INFO blam! b6bf432c741c89c8c00d8387b311270821c114b95010ecc8f8c69605abbcb0b6 Oct 11 04:09:02.328 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 04:09:02.328 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 04:09:02.711 INFO blam! fc9176ae594f66097839503a9b2207125427e5e9581092de816938f91b6e5610 Oct 11 04:09:02.721 INFO running `"docker" "start" "-a" "fc9176ae594f66097839503a9b2207125427e5e9581092de816938f91b6e5610"` Oct 11 04:09:03.720 INFO kablam! usermod: no changes Oct 11 04:09:03.886 INFO kablam! Compiling streamingpattern v0.1.0 (/source) Oct 11 04:09:09.084 INFO kablam! warning: unused import: `graphics::types::Color` Oct 11 04:09:09.084 INFO kablam! --> src/main.rs:18:5 Oct 11 04:09:09.085 INFO kablam! | Oct 11 04:09:09.085 INFO kablam! 18 | use graphics::types::Color; Oct 11 04:09:09.085 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:09:09.085 INFO kablam! | Oct 11 04:09:09.086 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 04:09:09.086 INFO kablam! Oct 11 04:09:09.174 INFO kablam! warning: unused variable: `buffer` Oct 11 04:09:09.175 INFO kablam! --> src/main.rs:79:15 Oct 11 04:09:09.175 INFO kablam! | Oct 11 04:09:09.175 INFO kablam! 79 | fn draw_state(buffer: &mut RgbaImage) { Oct 11 04:09:09.175 INFO kablam! | ^^^^^^ help: consider using `_buffer` instead Oct 11 04:09:09.175 INFO kablam! | Oct 11 04:09:09.175 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 04:09:09.175 INFO kablam! Oct 11 04:09:09.178 INFO kablam! warning: unused variable: `context` Oct 11 04:09:09.178 INFO kablam! --> src/main.rs:112:9 Oct 11 04:09:09.178 INFO kablam! | Oct 11 04:09:09.178 INFO kablam! 112 | let context = GenerationContext::from_path(input, result_w as usize, result_h as usize, N); Oct 11 04:09:09.178 INFO kablam! | ^^^^^^^ help: consider using `_context` instead Oct 11 04:09:09.178 INFO kablam! Oct 11 04:09:09.188 INFO kablam! warning: field is never used: `allowed_patterns` Oct 11 04:09:09.188 INFO kablam! --> src/main.rs:48:5 Oct 11 04:09:09.188 INFO kablam! | Oct 11 04:09:09.188 INFO kablam! 48 | allowed_patterns: Vec, Oct 11 04:09:09.188 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:09:09.188 INFO kablam! | Oct 11 04:09:09.188 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 04:09:09.188 INFO kablam! Oct 11 04:09:09.190 INFO kablam! warning: variable `N` should have a snake case name such as `n` Oct 11 04:09:09.190 INFO kablam! --> src/main.rs:26:56 Oct 11 04:09:09.190 INFO kablam! | Oct 11 04:09:09.190 INFO kablam! 26 | fn from_area(image: &DynamicImage, x: u32, y: u32, N: u8) -> Self { Oct 11 04:09:09.190 INFO kablam! | ^ Oct 11 04:09:09.190 INFO kablam! | Oct 11 04:09:09.190 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 11 04:09:09.190 INFO kablam! Oct 11 04:09:09.190 INFO kablam! warning: variable `N` should have a snake case name such as `n` Oct 11 04:09:09.190 INFO kablam! --> src/main.rs:27:13 Oct 11 04:09:09.190 INFO kablam! | Oct 11 04:09:09.190 INFO kablam! 27 | let N = N as u32; Oct 11 04:09:09.190 INFO kablam! | ^ Oct 11 04:09:09.190 INFO kablam! Oct 11 04:09:09.190 INFO kablam! warning: structure field `sortedPatterns` should have a snake case name such as `sorted_patterns` Oct 11 04:09:09.190 INFO kablam! --> src/main.rs:46:5 Oct 11 04:09:09.190 INFO kablam! | Oct 11 04:09:09.190 INFO kablam! 46 | sortedPatterns: Vec<(u16, Pattern)>, Oct 11 04:09:09.190 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:09:09.190 INFO kablam! Oct 11 04:09:09.190 INFO kablam! warning: variable `N` should have a snake case name such as `n` Oct 11 04:09:09.190 INFO kablam! --> src/main.rs:52:58 Oct 11 04:09:09.190 INFO kablam! | Oct 11 04:09:09.190 INFO kablam! 52 | fn from_path

(path: P, out_w: usize, out_h: usize, N: u8) -> Self where P:AsRef{ Oct 11 04:09:09.190 INFO kablam! | ^ Oct 11 04:09:09.190 INFO kablam! Oct 11 04:09:09.529 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.79s Oct 11 04:09:09.539 INFO kablam! su: No module specific data is present Oct 11 04:09:09.830 INFO running `"docker" "rm" "-f" "fc9176ae594f66097839503a9b2207125427e5e9581092de816938f91b6e5610"` Oct 11 04:09:09.936 INFO blam! fc9176ae594f66097839503a9b2207125427e5e9581092de816938f91b6e5610 Oct 11 04:09:09.937 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 04:09:09.937 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 04:09:10.139 INFO blam! e44cb6bf13a65868362222279a228ce9258580966c714e01e824e733c5d6a81f Oct 11 04:09:10.141 INFO running `"docker" "start" "-a" "e44cb6bf13a65868362222279a228ce9258580966c714e01e824e733c5d6a81f"` Oct 11 04:09:10.652 INFO kablam! usermod: no changes Oct 11 04:09:10.826 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.16s Oct 11 04:09:10.835 INFO kablam! Running /target/debug/deps/streamingpattern-dc6ce349c3797610 Oct 11 04:09:10.837 INFO blam! Oct 11 04:09:10.837 INFO blam! running 0 tests Oct 11 04:09:10.837 INFO blam! Oct 11 04:09:10.837 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 04:09:10.837 INFO blam! Oct 11 04:09:10.839 INFO kablam! su: No module specific data is present Oct 11 04:09:11.126 INFO running `"docker" "rm" "-f" "e44cb6bf13a65868362222279a228ce9258580966c714e01e824e733c5d6a81f"` Oct 11 04:09:11.215 INFO blam! e44cb6bf13a65868362222279a228ce9258580966c714e01e824e733c5d6a81f