Oct 15 00:55:20.889 INFO testing chrisk24/slide-puzzle-rs against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 00:55:20.891 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-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 15 00:55:21.396 INFO blam! d13d44c74335cdcf3a85f914af0afe13aad5f0be25a9aa98c8174f02879ec045 Oct 15 00:55:21.399 INFO running `"docker" "start" "-a" "d13d44c74335cdcf3a85f914af0afe13aad5f0be25a9aa98c8174f02879ec045"` Oct 15 00:55:23.974 INFO kablam! usermod: no changes Oct 15 00:55:24.397 INFO kablam! Compiling libloading v0.5.0 Oct 15 00:55:24.397 INFO kablam! Compiling tinyfiledialogs v3.3.5 Oct 15 00:55:24.411 INFO kablam! Compiling log v0.4.4 Oct 15 00:55:24.416 INFO kablam! Compiling stb_truetype v0.2.3 Oct 15 00:55:24.417 INFO kablam! Compiling syn v0.14.9 Oct 15 00:55:24.417 INFO kablam! Compiling rayon v1.0.2 Oct 15 00:55:27.161 INFO kablam! Compiling gl_generator v0.9.0 Oct 15 00:55:30.574 INFO kablam! Compiling rusttype v0.4.3 Oct 15 00:55:33.907 INFO kablam! Compiling dlib v0.4.1 Oct 15 00:55:36.832 INFO kablam! Compiling wayland-sys v0.12.5 Oct 15 00:55:41.855 INFO kablam! Compiling gl v0.10.0 Oct 15 00:55:42.151 INFO kablam! Compiling glutin v0.14.0 Oct 15 00:55:43.995 INFO kablam! Compiling piston2d-graphics v0.26.0 Oct 15 00:55:44.147 INFO kablam! Compiling wayland-client v0.12.5 Oct 15 00:55:48.895 INFO kablam! Compiling jpeg-decoder v0.1.15 Oct 15 00:55:53.111 INFO kablam! Compiling wayland-protocols v0.12.5 Oct 15 00:55:53.111 INFO kablam! Compiling wayland-kbd v0.13.1 Oct 15 00:56:00.067 INFO kablam! Compiling serde_derive v1.0.75 Oct 15 00:56:00.067 INFO kablam! Compiling num-derive v0.2.2 Oct 15 00:56:02.363 INFO kablam! Compiling wayland-window v0.13.3 Oct 15 00:56:05.670 INFO kablam! Compiling winit v0.12.0 Oct 15 00:56:05.677 INFO kablam! Compiling image v0.19.0 Oct 15 00:56:31.087 INFO kablam! Compiling pistoncore-input v0.21.0 Oct 15 00:56:31.727 INFO kablam! Compiling piston2d-opengl_graphics v0.53.0 Oct 15 00:56:36.438 INFO kablam! Compiling pistoncore-window v0.32.0 Oct 15 00:56:38.415 INFO kablam! Compiling pistoncore-event_loop v0.37.0 Oct 15 00:56:38.415 INFO kablam! Compiling pistoncore-glutin_window v0.47.0 Oct 15 00:56:39.946 INFO kablam! Compiling piston v0.37.0 Oct 15 00:56:43.603 INFO kablam! Compiling piston-example v0.1.0 (/source) Oct 15 00:56:46.143 INFO kablam! warning: unused import: `graphics::*` Oct 15 00:56:46.143 INFO kablam! --> src/app.rs:3:5 Oct 15 00:56:46.143 INFO kablam! | Oct 15 00:56:46.143 INFO kablam! 3 | use graphics::*; Oct 15 00:56:46.143 INFO kablam! | ^^^^^^^^^^^ Oct 15 00:56:46.143 INFO kablam! | Oct 15 00:56:46.143 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 00:56:46.143 INFO kablam! Oct 15 00:56:46.143 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 00:56:46.143 INFO kablam! --> src/grid.rs:341:17 Oct 15 00:56:46.143 INFO kablam! | Oct 15 00:56:46.143 INFO kablam! 341 | (width/x_cells), Oct 15 00:56:46.143 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 00:56:46.143 INFO kablam! | Oct 15 00:56:46.143 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 00:56:46.143 INFO kablam! Oct 15 00:56:46.143 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 00:56:46.143 INFO kablam! --> src/grid.rs:342:17 Oct 15 00:56:46.143 INFO kablam! | Oct 15 00:56:46.143 INFO kablam! 342 | (height/y_cells)) Oct 15 00:56:46.143 INFO kablam! | ^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 00:56:46.143 INFO kablam! Oct 15 00:56:46.319 INFO kablam! warning: unused variable: `args` Oct 15 00:56:46.319 INFO kablam! --> src/app.rs:38:30 Oct 15 00:56:46.319 INFO kablam! | Oct 15 00:56:46.319 INFO kablam! 38 | pub fn update(&mut self, args: &UpdateArgs) { Oct 15 00:56:46.319 INFO kablam! | ^^^^ help: consider using `_args` instead Oct 15 00:56:46.319 INFO kablam! | Oct 15 00:56:46.319 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 00:56:46.319 INFO kablam! Oct 15 00:56:46.319 INFO kablam! warning: unused variable: `width` Oct 15 00:56:46.319 INFO kablam! --> src/app.rs:104:16 Oct 15 00:56:46.319 INFO kablam! | Oct 15 00:56:46.319 INFO kablam! 104 | pub fn new(width: u32, height: u32, gl: GlGraphics) -> App { Oct 15 00:56:46.319 INFO kablam! | ^^^^^ help: consider using `_width` instead Oct 15 00:56:46.319 INFO kablam! Oct 15 00:56:46.319 INFO kablam! warning: unused variable: `height` Oct 15 00:56:46.319 INFO kablam! --> src/app.rs:104:28 Oct 15 00:56:46.319 INFO kablam! | Oct 15 00:56:46.319 INFO kablam! 104 | pub fn new(width: u32, height: u32, gl: GlGraphics) -> App { Oct 15 00:56:46.319 INFO kablam! | ^^^^^^ help: consider using `_height` instead Oct 15 00:56:46.319 INFO kablam! Oct 15 00:56:46.319 INFO kablam! warning: unused variable: `raw_x` Oct 15 00:56:46.319 INFO kablam! --> src/grid.rs:212:34 Oct 15 00:56:46.319 INFO kablam! | Oct 15 00:56:46.319 INFO kablam! 212 | pub fn mouse_move(&mut self, raw_x: u32, raw_y: u32, w: u32, h: u32) { Oct 15 00:56:46.319 INFO kablam! | ^^^^^ help: consider using `_raw_x` instead Oct 15 00:56:46.319 INFO kablam! Oct 15 00:56:46.319 INFO kablam! warning: unused variable: `raw_y` Oct 15 00:56:46.319 INFO kablam! --> src/grid.rs:212:46 Oct 15 00:56:46.319 INFO kablam! | Oct 15 00:56:46.319 INFO kablam! 212 | pub fn mouse_move(&mut self, raw_x: u32, raw_y: u32, w: u32, h: u32) { Oct 15 00:56:46.319 INFO kablam! | ^^^^^ help: consider using `_raw_y` instead Oct 15 00:56:46.319 INFO kablam! Oct 15 00:56:46.319 INFO kablam! warning: unused variable: `w` Oct 15 00:56:46.319 INFO kablam! --> src/grid.rs:212:58 Oct 15 00:56:46.319 INFO kablam! | Oct 15 00:56:46.319 INFO kablam! 212 | pub fn mouse_move(&mut self, raw_x: u32, raw_y: u32, w: u32, h: u32) { Oct 15 00:56:46.319 INFO kablam! | ^ help: consider using `_w` instead Oct 15 00:56:46.319 INFO kablam! Oct 15 00:56:46.319 INFO kablam! warning: unused variable: `h` Oct 15 00:56:46.319 INFO kablam! --> src/grid.rs:212:66 Oct 15 00:56:46.319 INFO kablam! | Oct 15 00:56:46.319 INFO kablam! 212 | pub fn mouse_move(&mut self, raw_x: u32, raw_y: u32, w: u32, h: u32) { Oct 15 00:56:46.319 INFO kablam! | ^ help: consider using `_h` instead Oct 15 00:56:46.319 INFO kablam! Oct 15 00:56:46.319 INFO kablam! warning: unused variable: `i` Oct 15 00:56:46.319 INFO kablam! --> src/grid.rs:304:13 Oct 15 00:56:46.319 INFO kablam! | Oct 15 00:56:46.319 INFO kablam! 304 | for i in 0..depth { Oct 15 00:56:46.319 INFO kablam! | ^ help: consider using `_i` instead Oct 15 00:56:46.319 INFO kablam! Oct 15 00:56:46.319 INFO kablam! warning: unused variable: `e` Oct 15 00:56:46.319 INFO kablam! --> src/title_page.rs:86:17 Oct 15 00:56:46.319 INFO kablam! | Oct 15 00:56:46.319 INFO kablam! 86 | Err(e) => 0.0 Oct 15 00:56:46.319 INFO kablam! | ^ help: consider using `_e` instead Oct 15 00:56:46.319 INFO kablam! Oct 15 00:56:46.326 INFO kablam! warning: unused variable: `h` Oct 15 00:56:46.327 INFO kablam! --> src/title_page.rs:98:52 Oct 15 00:56:46.327 INFO kablam! | Oct 15 00:56:46.327 INFO kablam! 98 | pub fn in_bound(&self, x: u32, y: u32, w: u32, h: u32) -> bool { Oct 15 00:56:46.327 INFO kablam! | ^ help: consider using `_h` instead Oct 15 00:56:46.327 INFO kablam! Oct 15 00:56:46.359 INFO kablam! warning: variant is never constructed: `Fixed` Oct 15 00:56:46.359 INFO kablam! --> src/title_page.rs:12:5 Oct 15 00:56:46.359 INFO kablam! | Oct 15 00:56:46.359 INFO kablam! 12 | Fixed((u32, u32)), //fixed with xpos, ypos Oct 15 00:56:46.359 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 15 00:56:46.359 INFO kablam! | Oct 15 00:56:46.359 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 00:56:46.359 INFO kablam! Oct 15 00:56:51.473 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 27s Oct 15 00:56:51.487 INFO kablam! su: No module specific data is present Oct 15 00:56:52.025 INFO running `"docker" "rm" "-f" "d13d44c74335cdcf3a85f914af0afe13aad5f0be25a9aa98c8174f02879ec045"` Oct 15 00:56:52.238 INFO blam! d13d44c74335cdcf3a85f914af0afe13aad5f0be25a9aa98c8174f02879ec045 Oct 15 00:56:52.241 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-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 15 00:56:52.493 INFO blam! 323534b77f194a79c67b5b9dd76680916f53167c0f707002bb9ebe670f103e2b Oct 15 00:56:52.493 INFO running `"docker" "start" "-a" "323534b77f194a79c67b5b9dd76680916f53167c0f707002bb9ebe670f103e2b"` Oct 15 00:56:53.655 INFO kablam! usermod: no changes Oct 15 00:56:53.920 INFO kablam! Compiling piston-example v0.1.0 (/source) Oct 15 00:56:56.267 INFO kablam! warning: unused import: `graphics::*` Oct 15 00:56:56.267 INFO kablam! --> src/app.rs:3:5 Oct 15 00:56:56.267 INFO kablam! | Oct 15 00:56:56.267 INFO kablam! 3 | use graphics::*; Oct 15 00:56:56.267 INFO kablam! | ^^^^^^^^^^^ Oct 15 00:56:56.267 INFO kablam! | Oct 15 00:56:56.267 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 00:56:56.267 INFO kablam! Oct 15 00:56:56.267 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 00:56:56.267 INFO kablam! --> src/grid.rs:341:17 Oct 15 00:56:56.267 INFO kablam! | Oct 15 00:56:56.267 INFO kablam! 341 | (width/x_cells), Oct 15 00:56:56.267 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 00:56:56.267 INFO kablam! | Oct 15 00:56:56.267 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 00:56:56.267 INFO kablam! Oct 15 00:56:56.267 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 00:56:56.267 INFO kablam! --> src/grid.rs:342:17 Oct 15 00:56:56.267 INFO kablam! | Oct 15 00:56:56.267 INFO kablam! 342 | (height/y_cells)) Oct 15 00:56:56.267 INFO kablam! | ^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 00:56:56.267 INFO kablam! Oct 15 00:56:56.427 INFO kablam! warning: unused variable: `args` Oct 15 00:56:56.427 INFO kablam! --> src/app.rs:38:30 Oct 15 00:56:56.427 INFO kablam! | Oct 15 00:56:56.427 INFO kablam! 38 | pub fn update(&mut self, args: &UpdateArgs) { Oct 15 00:56:56.427 INFO kablam! | ^^^^ help: consider using `_args` instead Oct 15 00:56:56.427 INFO kablam! | Oct 15 00:56:56.427 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 00:56:56.427 INFO kablam! Oct 15 00:56:56.427 INFO kablam! warning: unused variable: `width` Oct 15 00:56:56.427 INFO kablam! --> src/app.rs:104:16 Oct 15 00:56:56.427 INFO kablam! | Oct 15 00:56:56.427 INFO kablam! 104 | pub fn new(width: u32, height: u32, gl: GlGraphics) -> App { Oct 15 00:56:56.427 INFO kablam! | ^^^^^ help: consider using `_width` instead Oct 15 00:56:56.427 INFO kablam! Oct 15 00:56:56.427 INFO kablam! warning: unused variable: `height` Oct 15 00:56:56.427 INFO kablam! --> src/app.rs:104:28 Oct 15 00:56:56.427 INFO kablam! | Oct 15 00:56:56.427 INFO kablam! 104 | pub fn new(width: u32, height: u32, gl: GlGraphics) -> App { Oct 15 00:56:56.427 INFO kablam! | ^^^^^^ help: consider using `_height` instead Oct 15 00:56:56.427 INFO kablam! Oct 15 00:56:56.427 INFO kablam! warning: unused variable: `raw_x` Oct 15 00:56:56.427 INFO kablam! --> src/grid.rs:212:34 Oct 15 00:56:56.427 INFO kablam! | Oct 15 00:56:56.427 INFO kablam! 212 | pub fn mouse_move(&mut self, raw_x: u32, raw_y: u32, w: u32, h: u32) { Oct 15 00:56:56.427 INFO kablam! | ^^^^^ help: consider using `_raw_x` instead Oct 15 00:56:56.427 INFO kablam! Oct 15 00:56:56.427 INFO kablam! warning: unused variable: `raw_y` Oct 15 00:56:56.427 INFO kablam! --> src/grid.rs:212:46 Oct 15 00:56:56.427 INFO kablam! | Oct 15 00:56:56.427 INFO kablam! 212 | pub fn mouse_move(&mut self, raw_x: u32, raw_y: u32, w: u32, h: u32) { Oct 15 00:56:56.427 INFO kablam! | ^^^^^ help: consider using `_raw_y` instead Oct 15 00:56:56.427 INFO kablam! Oct 15 00:56:56.427 INFO kablam! warning: unused variable: `w` Oct 15 00:56:56.427 INFO kablam! --> src/grid.rs:212:58 Oct 15 00:56:56.427 INFO kablam! | Oct 15 00:56:56.427 INFO kablam! 212 | pub fn mouse_move(&mut self, raw_x: u32, raw_y: u32, w: u32, h: u32) { Oct 15 00:56:56.427 INFO kablam! | ^ help: consider using `_w` instead Oct 15 00:56:56.427 INFO kablam! Oct 15 00:56:56.427 INFO kablam! warning: unused variable: `h` Oct 15 00:56:56.427 INFO kablam! --> src/grid.rs:212:66 Oct 15 00:56:56.427 INFO kablam! | Oct 15 00:56:56.427 INFO kablam! 212 | pub fn mouse_move(&mut self, raw_x: u32, raw_y: u32, w: u32, h: u32) { Oct 15 00:56:56.427 INFO kablam! | ^ help: consider using `_h` instead Oct 15 00:56:56.427 INFO kablam! Oct 15 00:56:56.427 INFO kablam! warning: unused variable: `i` Oct 15 00:56:56.427 INFO kablam! --> src/grid.rs:304:13 Oct 15 00:56:56.427 INFO kablam! | Oct 15 00:56:56.427 INFO kablam! 304 | for i in 0..depth { Oct 15 00:56:56.427 INFO kablam! | ^ help: consider using `_i` instead Oct 15 00:56:56.427 INFO kablam! Oct 15 00:56:56.427 INFO kablam! warning: unused variable: `e` Oct 15 00:56:56.427 INFO kablam! --> src/title_page.rs:86:17 Oct 15 00:56:56.427 INFO kablam! | Oct 15 00:56:56.427 INFO kablam! 86 | Err(e) => 0.0 Oct 15 00:56:56.427 INFO kablam! | ^ help: consider using `_e` instead Oct 15 00:56:56.427 INFO kablam! Oct 15 00:56:56.427 INFO kablam! warning: unused variable: `h` Oct 15 00:56:56.427 INFO kablam! --> src/title_page.rs:98:52 Oct 15 00:56:56.427 INFO kablam! | Oct 15 00:56:56.427 INFO kablam! 98 | pub fn in_bound(&self, x: u32, y: u32, w: u32, h: u32) -> bool { Oct 15 00:56:56.427 INFO kablam! | ^ help: consider using `_h` instead Oct 15 00:56:56.427 INFO kablam! Oct 15 00:56:56.473 INFO kablam! warning: variant is never constructed: `Fixed` Oct 15 00:56:56.473 INFO kablam! --> src/title_page.rs:12:5 Oct 15 00:56:56.473 INFO kablam! | Oct 15 00:56:56.473 INFO kablam! 12 | Fixed((u32, u32)), //fixed with xpos, ypos Oct 15 00:56:56.473 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 15 00:56:56.473 INFO kablam! | Oct 15 00:56:56.473 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 00:56:56.473 INFO kablam! Oct 15 00:56:57.131 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.45s Oct 15 00:56:57.155 INFO kablam! su: No module specific data is present Oct 15 00:56:58.631 INFO running `"docker" "rm" "-f" "323534b77f194a79c67b5b9dd76680916f53167c0f707002bb9ebe670f103e2b"` Oct 15 00:56:58.971 INFO blam! 323534b77f194a79c67b5b9dd76680916f53167c0f707002bb9ebe670f103e2b Oct 15 00:56:58.979 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-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 15 00:56:59.469 INFO blam! 94f48d6c9b911c85fd5e367273e71a35b58410f632559ac067938466390b59fe Oct 15 00:56:59.472 INFO running `"docker" "start" "-a" "94f48d6c9b911c85fd5e367273e71a35b58410f632559ac067938466390b59fe"` Oct 15 00:57:01.575 INFO kablam! usermod: no changes Oct 15 00:57:01.815 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.21s Oct 15 00:57:01.831 INFO kablam! Running /target/debug/deps/piston_example-0ddef4cc6894e74c Oct 15 00:57:01.832 INFO blam! Oct 15 00:57:01.832 INFO blam! running 0 tests Oct 15 00:57:01.832 INFO blam! Oct 15 00:57:01.833 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 00:57:01.833 INFO blam! Oct 15 00:57:01.835 INFO kablam! su: No module specific data is present Oct 15 00:57:02.781 INFO running `"docker" "rm" "-f" "94f48d6c9b911c85fd5e367273e71a35b58410f632559ac067938466390b59fe"` Oct 15 00:57:03.033 INFO blam! 94f48d6c9b911c85fd5e367273e71a35b58410f632559ac067938466390b59fe