Oct 11 01:20:11.417 INFO testing chrisk24/slide-puzzle-rs against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 01:20:11.417 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 01:20:11.417 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/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 01:20:11.891 INFO blam! ae3a62d5441050d4f5dce3c9e5efd5fa9430363ed96462e1307332413e2965fa Oct 11 01:20:11.893 INFO running `"docker" "start" "-a" "ae3a62d5441050d4f5dce3c9e5efd5fa9430363ed96462e1307332413e2965fa"` Oct 11 01:20:12.997 INFO kablam! usermod: no changes Oct 11 01:20:13.312 INFO kablam! Compiling tinyfiledialogs v3.3.5 Oct 11 01:20:13.326 INFO kablam! Compiling libloading v0.5.0 Oct 11 01:20:13.345 INFO kablam! Compiling glutin v0.14.0 Oct 11 01:20:13.357 INFO kablam! Compiling num-derive v0.2.2 Oct 11 01:20:13.361 INFO kablam! Compiling rusttype v0.4.3 Oct 11 01:20:13.362 INFO kablam! Compiling pistoncore-input v0.21.0 Oct 11 01:20:17.184 INFO kablam! Compiling dlib v0.4.1 Oct 11 01:20:20.740 INFO kablam! Compiling piston2d-graphics v0.26.0 Oct 11 01:20:22.657 INFO kablam! Compiling wayland-sys v0.12.5 Oct 11 01:20:29.369 INFO kablam! Compiling wayland-client v0.12.5 Oct 11 01:20:29.636 INFO kablam! Compiling pistoncore-window v0.32.0 Oct 11 01:20:32.456 INFO kablam! Compiling image v0.19.0 Oct 11 01:20:36.478 INFO kablam! Compiling wayland-protocols v0.12.5 Oct 11 01:20:36.478 INFO kablam! Compiling wayland-kbd v0.13.1 Oct 11 01:20:37.186 INFO kablam! Compiling pistoncore-event_loop v0.37.0 Oct 11 01:20:41.878 INFO kablam! Compiling piston v0.37.0 Oct 11 01:20:46.645 INFO kablam! Compiling wayland-window v0.13.3 Oct 11 01:20:49.588 INFO kablam! Compiling winit v0.12.0 Oct 11 01:20:54.836 INFO kablam! Compiling piston2d-opengl_graphics v0.53.0 Oct 11 01:21:04.191 INFO kablam! Compiling pistoncore-glutin_window v0.47.0 Oct 11 01:21:09.002 INFO kablam! Compiling piston-example v0.1.0 (/source) Oct 11 01:21:14.560 INFO kablam! warning: unused import: `graphics::*` Oct 11 01:21:14.560 INFO kablam! --> src/app.rs:3:5 Oct 11 01:21:14.560 INFO kablam! | Oct 11 01:21:14.560 INFO kablam! 3 | use graphics::*; Oct 11 01:21:14.560 INFO kablam! | ^^^^^^^^^^^ Oct 11 01:21:14.560 INFO kablam! | Oct 11 01:21:14.560 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 01:21:14.560 INFO kablam! Oct 11 01:21:14.560 INFO kablam! warning: unnecessary parentheses around method argument Oct 11 01:21:14.560 INFO kablam! --> src/grid.rs:341:17 Oct 11 01:21:14.560 INFO kablam! | Oct 11 01:21:14.560 INFO kablam! 341 | (width/x_cells), Oct 11 01:21:14.560 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 01:21:14.560 INFO kablam! | Oct 11 01:21:14.560 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 11 01:21:14.560 INFO kablam! Oct 11 01:21:14.560 INFO kablam! warning: unnecessary parentheses around method argument Oct 11 01:21:14.560 INFO kablam! --> src/grid.rs:342:17 Oct 11 01:21:14.560 INFO kablam! | Oct 11 01:21:14.560 INFO kablam! 342 | (height/y_cells)) Oct 11 01:21:14.560 INFO kablam! | ^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 01:21:14.560 INFO kablam! Oct 11 01:21:14.716 INFO kablam! warning: unused variable: `args` Oct 11 01:21:14.716 INFO kablam! --> src/app.rs:38:30 Oct 11 01:21:14.716 INFO kablam! | Oct 11 01:21:14.716 INFO kablam! 38 | pub fn update(&mut self, args: &UpdateArgs) { Oct 11 01:21:14.716 INFO kablam! | ^^^^ help: consider using `_args` instead Oct 11 01:21:14.716 INFO kablam! | Oct 11 01:21:14.716 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 01:21:14.716 INFO kablam! Oct 11 01:21:14.720 INFO kablam! warning: unused variable: `width` Oct 11 01:21:14.720 INFO kablam! --> src/app.rs:104:16 Oct 11 01:21:14.720 INFO kablam! | Oct 11 01:21:14.720 INFO kablam! 104 | pub fn new(width: u32, height: u32, gl: GlGraphics) -> App { Oct 11 01:21:14.720 INFO kablam! | ^^^^^ help: consider using `_width` instead Oct 11 01:21:14.720 INFO kablam! Oct 11 01:21:14.721 INFO kablam! warning: unused variable: `height` Oct 11 01:21:14.721 INFO kablam! --> src/app.rs:104:28 Oct 11 01:21:14.721 INFO kablam! | Oct 11 01:21:14.721 INFO kablam! 104 | pub fn new(width: u32, height: u32, gl: GlGraphics) -> App { Oct 11 01:21:14.721 INFO kablam! | ^^^^^^ help: consider using `_height` instead Oct 11 01:21:14.721 INFO kablam! Oct 11 01:21:14.721 INFO kablam! warning: unused variable: `raw_x` Oct 11 01:21:14.721 INFO kablam! --> src/grid.rs:212:34 Oct 11 01:21:14.721 INFO kablam! | Oct 11 01:21:14.721 INFO kablam! 212 | pub fn mouse_move(&mut self, raw_x: u32, raw_y: u32, w: u32, h: u32) { Oct 11 01:21:14.721 INFO kablam! | ^^^^^ help: consider using `_raw_x` instead Oct 11 01:21:14.721 INFO kablam! Oct 11 01:21:14.721 INFO kablam! warning: unused variable: `raw_y` Oct 11 01:21:14.721 INFO kablam! --> src/grid.rs:212:46 Oct 11 01:21:14.721 INFO kablam! | Oct 11 01:21:14.721 INFO kablam! 212 | pub fn mouse_move(&mut self, raw_x: u32, raw_y: u32, w: u32, h: u32) { Oct 11 01:21:14.721 INFO kablam! | ^^^^^ help: consider using `_raw_y` instead Oct 11 01:21:14.721 INFO kablam! Oct 11 01:21:14.721 INFO kablam! warning: unused variable: `w` Oct 11 01:21:14.721 INFO kablam! --> src/grid.rs:212:58 Oct 11 01:21:14.721 INFO kablam! | Oct 11 01:21:14.721 INFO kablam! 212 | pub fn mouse_move(&mut self, raw_x: u32, raw_y: u32, w: u32, h: u32) { Oct 11 01:21:14.721 INFO kablam! | ^ help: consider using `_w` instead Oct 11 01:21:14.721 INFO kablam! Oct 11 01:21:14.721 INFO kablam! warning: unused variable: `h` Oct 11 01:21:14.721 INFO kablam! --> src/grid.rs:212:66 Oct 11 01:21:14.721 INFO kablam! | Oct 11 01:21:14.721 INFO kablam! 212 | pub fn mouse_move(&mut self, raw_x: u32, raw_y: u32, w: u32, h: u32) { Oct 11 01:21:14.721 INFO kablam! | ^ help: consider using `_h` instead Oct 11 01:21:14.721 INFO kablam! Oct 11 01:21:14.721 INFO kablam! warning: unused variable: `i` Oct 11 01:21:14.721 INFO kablam! --> src/grid.rs:304:13 Oct 11 01:21:14.721 INFO kablam! | Oct 11 01:21:14.721 INFO kablam! 304 | for i in 0..depth { Oct 11 01:21:14.721 INFO kablam! | ^ help: consider using `_i` instead Oct 11 01:21:14.721 INFO kablam! Oct 11 01:21:14.721 INFO kablam! warning: unused variable: `e` Oct 11 01:21:14.721 INFO kablam! --> src/title_page.rs:86:17 Oct 11 01:21:14.721 INFO kablam! | Oct 11 01:21:14.721 INFO kablam! 86 | Err(e) => 0.0 Oct 11 01:21:14.721 INFO kablam! | ^ help: consider using `_e` instead Oct 11 01:21:14.721 INFO kablam! Oct 11 01:21:14.721 INFO kablam! warning: unused variable: `h` Oct 11 01:21:14.721 INFO kablam! --> src/title_page.rs:98:52 Oct 11 01:21:14.721 INFO kablam! | Oct 11 01:21:14.721 INFO kablam! 98 | pub fn in_bound(&self, x: u32, y: u32, w: u32, h: u32) -> bool { Oct 11 01:21:14.721 INFO kablam! | ^ help: consider using `_h` instead Oct 11 01:21:14.721 INFO kablam! Oct 11 01:21:14.754 INFO kablam! warning: variant is never constructed: `Fixed` Oct 11 01:21:14.754 INFO kablam! --> src/title_page.rs:12:5 Oct 11 01:21:14.754 INFO kablam! | Oct 11 01:21:14.754 INFO kablam! 12 | Fixed((u32, u32)), //fixed with xpos, ypos Oct 11 01:21:14.754 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 11 01:21:14.754 INFO kablam! | Oct 11 01:21:14.754 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 01:21:14.754 INFO kablam! Oct 11 01:21:19.864 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 06s Oct 11 01:21:19.874 INFO kablam! su: No module specific data is present Oct 11 01:21:20.333 INFO running `"docker" "rm" "-f" "ae3a62d5441050d4f5dce3c9e5efd5fa9430363ed96462e1307332413e2965fa"` Oct 11 01:21:20.736 INFO blam! ae3a62d5441050d4f5dce3c9e5efd5fa9430363ed96462e1307332413e2965fa Oct 11 01:21:20.740 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 01:21:20.741 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/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 01:21:21.164 INFO blam! 87c713f47b455fd69ac1dddaf9c4bb6f33320a18e1c50e1a29a5d257f069129b Oct 11 01:21:21.166 INFO running `"docker" "start" "-a" "87c713f47b455fd69ac1dddaf9c4bb6f33320a18e1c50e1a29a5d257f069129b"` Oct 11 01:21:21.866 INFO kablam! usermod: no changes Oct 11 01:21:22.060 INFO kablam! Compiling piston-example v0.1.0 (/source) Oct 11 01:21:27.922 INFO kablam! warning: unused import: `graphics::*` Oct 11 01:21:27.922 INFO kablam! --> src/app.rs:3:5 Oct 11 01:21:27.922 INFO kablam! | Oct 11 01:21:27.922 INFO kablam! 3 | use graphics::*; Oct 11 01:21:27.922 INFO kablam! | ^^^^^^^^^^^ Oct 11 01:21:27.922 INFO kablam! | Oct 11 01:21:27.922 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 01:21:27.922 INFO kablam! Oct 11 01:21:27.928 INFO kablam! warning: unnecessary parentheses around method argument Oct 11 01:21:27.928 INFO kablam! --> src/grid.rs:341:17 Oct 11 01:21:27.928 INFO kablam! | Oct 11 01:21:27.928 INFO kablam! 341 | (width/x_cells), Oct 11 01:21:27.928 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 01:21:27.928 INFO kablam! | Oct 11 01:21:27.928 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 11 01:21:27.928 INFO kablam! Oct 11 01:21:27.928 INFO kablam! warning: unnecessary parentheses around method argument Oct 11 01:21:27.928 INFO kablam! --> src/grid.rs:342:17 Oct 11 01:21:27.928 INFO kablam! | Oct 11 01:21:27.928 INFO kablam! 342 | (height/y_cells)) Oct 11 01:21:27.928 INFO kablam! | ^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 01:21:27.928 INFO kablam! Oct 11 01:21:28.085 INFO kablam! warning: unused variable: `args` Oct 11 01:21:28.086 INFO kablam! --> src/app.rs:38:30 Oct 11 01:21:28.086 INFO kablam! | Oct 11 01:21:28.086 INFO kablam! 38 | pub fn update(&mut self, args: &UpdateArgs) { Oct 11 01:21:28.086 INFO kablam! | ^^^^ help: consider using `_args` instead Oct 11 01:21:28.086 INFO kablam! | Oct 11 01:21:28.086 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 01:21:28.086 INFO kablam! Oct 11 01:21:28.086 INFO kablam! warning: unused variable: `width` Oct 11 01:21:28.086 INFO kablam! --> src/app.rs:104:16 Oct 11 01:21:28.086 INFO kablam! | Oct 11 01:21:28.086 INFO kablam! 104 | pub fn new(width: u32, height: u32, gl: GlGraphics) -> App { Oct 11 01:21:28.086 INFO kablam! | ^^^^^ help: consider using `_width` instead Oct 11 01:21:28.086 INFO kablam! Oct 11 01:21:28.086 INFO kablam! warning: unused variable: `height` Oct 11 01:21:28.086 INFO kablam! --> src/app.rs:104:28 Oct 11 01:21:28.086 INFO kablam! | Oct 11 01:21:28.086 INFO kablam! 104 | pub fn new(width: u32, height: u32, gl: GlGraphics) -> App { Oct 11 01:21:28.086 INFO kablam! | ^^^^^^ help: consider using `_height` instead Oct 11 01:21:28.086 INFO kablam! Oct 11 01:21:28.086 INFO kablam! warning: unused variable: `raw_x` Oct 11 01:21:28.086 INFO kablam! --> src/grid.rs:212:34 Oct 11 01:21:28.086 INFO kablam! | Oct 11 01:21:28.086 INFO kablam! 212 | pub fn mouse_move(&mut self, raw_x: u32, raw_y: u32, w: u32, h: u32) { Oct 11 01:21:28.086 INFO kablam! | ^^^^^ help: consider using `_raw_x` instead Oct 11 01:21:28.086 INFO kablam! Oct 11 01:21:28.086 INFO kablam! warning: unused variable: `raw_y` Oct 11 01:21:28.086 INFO kablam! --> src/grid.rs:212:46 Oct 11 01:21:28.086 INFO kablam! | Oct 11 01:21:28.086 INFO kablam! 212 | pub fn mouse_move(&mut self, raw_x: u32, raw_y: u32, w: u32, h: u32) { Oct 11 01:21:28.086 INFO kablam! | ^^^^^ help: consider using `_raw_y` instead Oct 11 01:21:28.086 INFO kablam! Oct 11 01:21:28.086 INFO kablam! warning: unused variable: `w` Oct 11 01:21:28.086 INFO kablam! --> src/grid.rs:212:58 Oct 11 01:21:28.086 INFO kablam! | Oct 11 01:21:28.086 INFO kablam! 212 | pub fn mouse_move(&mut self, raw_x: u32, raw_y: u32, w: u32, h: u32) { Oct 11 01:21:28.086 INFO kablam! | ^ help: consider using `_w` instead Oct 11 01:21:28.086 INFO kablam! Oct 11 01:21:28.086 INFO kablam! warning: unused variable: `h` Oct 11 01:21:28.086 INFO kablam! --> src/grid.rs:212:66 Oct 11 01:21:28.086 INFO kablam! | Oct 11 01:21:28.086 INFO kablam! 212 | pub fn mouse_move(&mut self, raw_x: u32, raw_y: u32, w: u32, h: u32) { Oct 11 01:21:28.086 INFO kablam! | ^ help: consider using `_h` instead Oct 11 01:21:28.086 INFO kablam! Oct 11 01:21:28.086 INFO kablam! warning: unused variable: `i` Oct 11 01:21:28.086 INFO kablam! --> src/grid.rs:304:13 Oct 11 01:21:28.086 INFO kablam! | Oct 11 01:21:28.086 INFO kablam! 304 | for i in 0..depth { Oct 11 01:21:28.086 INFO kablam! | ^ help: consider using `_i` instead Oct 11 01:21:28.086 INFO kablam! Oct 11 01:21:28.086 INFO kablam! warning: unused variable: `e` Oct 11 01:21:28.086 INFO kablam! --> src/title_page.rs:86:17 Oct 11 01:21:28.086 INFO kablam! | Oct 11 01:21:28.086 INFO kablam! 86 | Err(e) => 0.0 Oct 11 01:21:28.086 INFO kablam! | ^ help: consider using `_e` instead Oct 11 01:21:28.086 INFO kablam! Oct 11 01:21:28.086 INFO kablam! warning: unused variable: `h` Oct 11 01:21:28.086 INFO kablam! --> src/title_page.rs:98:52 Oct 11 01:21:28.086 INFO kablam! | Oct 11 01:21:28.086 INFO kablam! 98 | pub fn in_bound(&self, x: u32, y: u32, w: u32, h: u32) -> bool { Oct 11 01:21:28.086 INFO kablam! | ^ help: consider using `_h` instead Oct 11 01:21:28.086 INFO kablam! Oct 11 01:21:28.136 INFO kablam! warning: variant is never constructed: `Fixed` Oct 11 01:21:28.136 INFO kablam! --> src/title_page.rs:12:5 Oct 11 01:21:28.136 INFO kablam! | Oct 11 01:21:28.136 INFO kablam! 12 | Fixed((u32, u32)), //fixed with xpos, ypos Oct 11 01:21:28.136 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 11 01:21:28.136 INFO kablam! | Oct 11 01:21:28.136 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 01:21:28.136 INFO kablam! Oct 11 01:21:28.624 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.72s Oct 11 01:21:28.647 INFO kablam! su: No module specific data is present Oct 11 01:21:29.231 INFO running `"docker" "rm" "-f" "87c713f47b455fd69ac1dddaf9c4bb6f33320a18e1c50e1a29a5d257f069129b"` Oct 11 01:21:29.617 INFO blam! 87c713f47b455fd69ac1dddaf9c4bb6f33320a18e1c50e1a29a5d257f069129b Oct 11 01:21:29.617 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 01:21:29.618 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/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 01:21:29.880 INFO blam! eaf95b4f590fce19d8ca097f43bbbf925e7be7f314eb3e7883818c241a9b8708 Oct 11 01:21:29.882 INFO running `"docker" "start" "-a" "eaf95b4f590fce19d8ca097f43bbbf925e7be7f314eb3e7883818c241a9b8708"` Oct 11 01:21:31.069 INFO kablam! usermod: no changes Oct 11 01:21:31.291 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.18s Oct 11 01:21:31.316 INFO kablam! Running /target/debug/deps/piston_example-0ddef4cc6894e74c Oct 11 01:21:31.317 INFO blam! Oct 11 01:21:31.317 INFO blam! running 0 tests Oct 11 01:21:31.317 INFO blam! Oct 11 01:21:31.317 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 01:21:31.317 INFO blam! Oct 11 01:21:31.319 INFO kablam! su: No module specific data is present Oct 11 01:21:32.116 INFO running `"docker" "rm" "-f" "eaf95b4f590fce19d8ca097f43bbbf925e7be7f314eb3e7883818c241a9b8708"` Oct 11 01:21:32.373 INFO blam! eaf95b4f590fce19d8ca097f43bbbf925e7be7f314eb3e7883818c241a9b8708