Oct 15 00:55:19.187 INFO testing chrisk24/slide-puzzle-rs against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 00:55:19.187 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:19.873 INFO blam! 12845859b287e118a7323cd8e427449490473517f5b45c266fa57cdc4ffd8a72 Oct 15 00:55:19.875 INFO running `"docker" "start" "-a" "12845859b287e118a7323cd8e427449490473517f5b45c266fa57cdc4ffd8a72"` Oct 15 00:55:21.870 INFO kablam! usermod: no changes Oct 15 00:55:22.187 INFO kablam! Compiling tinyfiledialogs v3.3.5 Oct 15 00:55:22.195 INFO kablam! Compiling glutin v0.14.0 Oct 15 00:55:22.195 INFO kablam! Compiling wayland-sys v0.12.5 Oct 15 00:55:22.207 INFO kablam! Compiling num-derive v0.2.2 Oct 15 00:55:22.207 INFO kablam! Compiling rusttype v0.4.3 Oct 15 00:55:22.207 INFO kablam! Compiling pistoncore-input v0.21.0 Oct 15 00:55:22.219 INFO kablam! Compiling rayon v1.0.2 Oct 15 00:55:34.360 INFO kablam! Compiling wayland-client v0.12.5 Oct 15 00:55:34.599 INFO kablam! Compiling piston2d-graphics v0.26.0 Oct 15 00:55:45.435 INFO kablam! Compiling pistoncore-window v0.32.0 Oct 15 00:55:46.247 INFO kablam! Compiling wayland-protocols v0.12.5 Oct 15 00:55:46.247 INFO kablam! Compiling wayland-kbd v0.13.1 Oct 15 00:55:47.411 INFO kablam! Compiling jpeg-decoder v0.1.15 Oct 15 00:55:50.343 INFO kablam! Compiling pistoncore-event_loop v0.37.0 Oct 15 00:55:53.080 INFO kablam! Compiling piston v0.37.0 Oct 15 00:55:54.239 INFO kablam! Compiling image v0.19.0 Oct 15 00:55:56.443 INFO kablam! Compiling wayland-window v0.13.3 Oct 15 00:55:58.151 INFO kablam! Compiling winit v0.12.0 Oct 15 00:56:12.883 INFO kablam! Compiling piston2d-opengl_graphics v0.53.0 Oct 15 00:56:15.435 INFO kablam! Compiling pistoncore-glutin_window v0.47.0 Oct 15 00:56:20.603 INFO kablam! Compiling piston-example v0.1.0 (/source) Oct 15 00:56:22.855 INFO kablam! warning: unused import: `graphics::*` Oct 15 00:56:22.855 INFO kablam! --> src/app.rs:3:5 Oct 15 00:56:22.855 INFO kablam! | Oct 15 00:56:22.855 INFO kablam! 3 | use graphics::*; Oct 15 00:56:22.855 INFO kablam! | ^^^^^^^^^^^ Oct 15 00:56:22.855 INFO kablam! | Oct 15 00:56:22.855 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 00:56:22.855 INFO kablam! Oct 15 00:56:22.855 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 00:56:22.855 INFO kablam! --> src/grid.rs:341:17 Oct 15 00:56:22.855 INFO kablam! | Oct 15 00:56:22.855 INFO kablam! 341 | (width/x_cells), Oct 15 00:56:22.855 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 00:56:22.855 INFO kablam! | Oct 15 00:56:22.855 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 00:56:22.855 INFO kablam! Oct 15 00:56:22.855 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 00:56:22.855 INFO kablam! --> src/grid.rs:342:17 Oct 15 00:56:22.855 INFO kablam! | Oct 15 00:56:22.855 INFO kablam! 342 | (height/y_cells)) Oct 15 00:56:22.855 INFO kablam! | ^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 00:56:22.855 INFO kablam! Oct 15 00:56:23.035 INFO kablam! warning: unused variable: `args` Oct 15 00:56:23.035 INFO kablam! --> src/app.rs:38:30 Oct 15 00:56:23.036 INFO kablam! | Oct 15 00:56:23.036 INFO kablam! 38 | pub fn update(&mut self, args: &UpdateArgs) { Oct 15 00:56:23.036 INFO kablam! | ^^^^ help: consider using `_args` instead Oct 15 00:56:23.037 INFO kablam! | Oct 15 00:56:23.037 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 00:56:23.037 INFO kablam! Oct 15 00:56:23.038 INFO kablam! warning: unused variable: `width` Oct 15 00:56:23.038 INFO kablam! --> src/app.rs:104:16 Oct 15 00:56:23.038 INFO kablam! | Oct 15 00:56:23.038 INFO kablam! 104 | pub fn new(width: u32, height: u32, gl: GlGraphics) -> App { Oct 15 00:56:23.039 INFO kablam! | ^^^^^ help: consider using `_width` instead Oct 15 00:56:23.039 INFO kablam! Oct 15 00:56:23.039 INFO kablam! warning: unused variable: `height` Oct 15 00:56:23.040 INFO kablam! --> src/app.rs:104:28 Oct 15 00:56:23.040 INFO kablam! | Oct 15 00:56:23.040 INFO kablam! 104 | pub fn new(width: u32, height: u32, gl: GlGraphics) -> App { Oct 15 00:56:23.040 INFO kablam! | ^^^^^^ help: consider using `_height` instead Oct 15 00:56:23.041 INFO kablam! Oct 15 00:56:23.041 INFO kablam! warning: unused variable: `raw_x` Oct 15 00:56:23.041 INFO kablam! --> src/grid.rs:212:34 Oct 15 00:56:23.042 INFO kablam! | Oct 15 00:56:23.042 INFO kablam! 212 | pub fn mouse_move(&mut self, raw_x: u32, raw_y: u32, w: u32, h: u32) { Oct 15 00:56:23.042 INFO kablam! | ^^^^^ help: consider using `_raw_x` instead Oct 15 00:56:23.043 INFO kablam! Oct 15 00:56:23.043 INFO kablam! warning: unused variable: `raw_y` Oct 15 00:56:23.043 INFO kablam! --> src/grid.rs:212:46 Oct 15 00:56:23.043 INFO kablam! | Oct 15 00:56:23.044 INFO kablam! 212 | pub fn mouse_move(&mut self, raw_x: u32, raw_y: u32, w: u32, h: u32) { Oct 15 00:56:23.044 INFO kablam! | ^^^^^ help: consider using `_raw_y` instead Oct 15 00:56:23.044 INFO kablam! Oct 15 00:56:23.045 INFO kablam! warning: unused variable: `w` Oct 15 00:56:23.045 INFO kablam! --> src/grid.rs:212:58 Oct 15 00:56:23.045 INFO kablam! | Oct 15 00:56:23.046 INFO kablam! 212 | pub fn mouse_move(&mut self, raw_x: u32, raw_y: u32, w: u32, h: u32) { Oct 15 00:56:23.046 INFO kablam! | ^ help: consider using `_w` instead Oct 15 00:56:23.046 INFO kablam! Oct 15 00:56:23.046 INFO kablam! warning: unused variable: `h` Oct 15 00:56:23.047 INFO kablam! --> src/grid.rs:212:66 Oct 15 00:56:23.047 INFO kablam! | Oct 15 00:56:23.047 INFO kablam! 212 | pub fn mouse_move(&mut self, raw_x: u32, raw_y: u32, w: u32, h: u32) { Oct 15 00:56:23.047 INFO kablam! | ^ help: consider using `_h` instead Oct 15 00:56:23.048 INFO kablam! Oct 15 00:56:23.048 INFO kablam! warning: unused variable: `i` Oct 15 00:56:23.048 INFO kablam! --> src/grid.rs:304:13 Oct 15 00:56:23.048 INFO kablam! | Oct 15 00:56:23.049 INFO kablam! 304 | for i in 0..depth { Oct 15 00:56:23.049 INFO kablam! | ^ help: consider using `_i` instead Oct 15 00:56:23.049 INFO kablam! Oct 15 00:56:23.049 INFO kablam! warning: unused variable: `e` Oct 15 00:56:23.050 INFO kablam! --> src/title_page.rs:86:17 Oct 15 00:56:23.050 INFO kablam! | Oct 15 00:56:23.050 INFO kablam! 86 | Err(e) => 0.0 Oct 15 00:56:23.050 INFO kablam! | ^ help: consider using `_e` instead Oct 15 00:56:23.051 INFO kablam! Oct 15 00:56:23.051 INFO kablam! warning: unused variable: `h` Oct 15 00:56:23.051 INFO kablam! --> src/title_page.rs:98:52 Oct 15 00:56:23.051 INFO kablam! | Oct 15 00:56:23.052 INFO kablam! 98 | pub fn in_bound(&self, x: u32, y: u32, w: u32, h: u32) -> bool { Oct 15 00:56:23.052 INFO kablam! | ^ help: consider using `_h` instead Oct 15 00:56:23.052 INFO kablam! Oct 15 00:56:23.073 INFO kablam! warning: variant is never constructed: `Fixed` Oct 15 00:56:23.073 INFO kablam! --> src/title_page.rs:12:5 Oct 15 00:56:23.073 INFO kablam! | Oct 15 00:56:23.074 INFO kablam! 12 | Fixed((u32, u32)), //fixed with xpos, ypos Oct 15 00:56:23.074 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 15 00:56:23.075 INFO kablam! | Oct 15 00:56:23.075 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 00:56:23.075 INFO kablam! Oct 15 00:56:28.567 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 06s Oct 15 00:56:28.578 INFO kablam! su: No module specific data is present Oct 15 00:56:29.655 INFO running `"docker" "rm" "-f" "12845859b287e118a7323cd8e427449490473517f5b45c266fa57cdc4ffd8a72"` Oct 15 00:56:29.907 INFO blam! 12845859b287e118a7323cd8e427449490473517f5b45c266fa57cdc4ffd8a72 Oct 15 00:56:29.926 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:30.501 INFO blam! d4f639c34d4635a8117a3021309ad3dc384f915cc6c61ddf82742838128c84af Oct 15 00:56:30.503 INFO running `"docker" "start" "-a" "d4f639c34d4635a8117a3021309ad3dc384f915cc6c61ddf82742838128c84af"` Oct 15 00:56:31.841 INFO kablam! usermod: no changes Oct 15 00:56:32.044 INFO kablam! Compiling piston-example v0.1.0 (/source) Oct 15 00:56:34.039 INFO kablam! warning: unused import: `graphics::*` Oct 15 00:56:34.039 INFO kablam! --> src/app.rs:3:5 Oct 15 00:56:34.039 INFO kablam! | Oct 15 00:56:34.039 INFO kablam! 3 | use graphics::*; Oct 15 00:56:34.039 INFO kablam! | ^^^^^^^^^^^ Oct 15 00:56:34.039 INFO kablam! | Oct 15 00:56:34.039 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 00:56:34.039 INFO kablam! Oct 15 00:56:34.039 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 00:56:34.039 INFO kablam! --> src/grid.rs:341:17 Oct 15 00:56:34.039 INFO kablam! | Oct 15 00:56:34.039 INFO kablam! 341 | (width/x_cells), Oct 15 00:56:34.039 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 00:56:34.039 INFO kablam! | Oct 15 00:56:34.039 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 00:56:34.039 INFO kablam! Oct 15 00:56:34.039 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 00:56:34.039 INFO kablam! --> src/grid.rs:342:17 Oct 15 00:56:34.039 INFO kablam! | Oct 15 00:56:34.039 INFO kablam! 342 | (height/y_cells)) Oct 15 00:56:34.039 INFO kablam! | ^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 00:56:34.039 INFO kablam! Oct 15 00:56:34.187 INFO kablam! warning: unused variable: `args` Oct 15 00:56:34.187 INFO kablam! --> src/app.rs:38:30 Oct 15 00:56:34.187 INFO kablam! | Oct 15 00:56:34.187 INFO kablam! 38 | pub fn update(&mut self, args: &UpdateArgs) { Oct 15 00:56:34.187 INFO kablam! | ^^^^ help: consider using `_args` instead Oct 15 00:56:34.187 INFO kablam! | Oct 15 00:56:34.187 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 00:56:34.187 INFO kablam! Oct 15 00:56:34.187 INFO kablam! warning: unused variable: `width` Oct 15 00:56:34.187 INFO kablam! --> src/app.rs:104:16 Oct 15 00:56:34.187 INFO kablam! | Oct 15 00:56:34.187 INFO kablam! 104 | pub fn new(width: u32, height: u32, gl: GlGraphics) -> App { Oct 15 00:56:34.187 INFO kablam! | ^^^^^ help: consider using `_width` instead Oct 15 00:56:34.187 INFO kablam! Oct 15 00:56:34.187 INFO kablam! warning: unused variable: `height` Oct 15 00:56:34.187 INFO kablam! --> src/app.rs:104:28 Oct 15 00:56:34.187 INFO kablam! | Oct 15 00:56:34.187 INFO kablam! 104 | pub fn new(width: u32, height: u32, gl: GlGraphics) -> App { Oct 15 00:56:34.187 INFO kablam! | ^^^^^^ help: consider using `_height` instead Oct 15 00:56:34.187 INFO kablam! Oct 15 00:56:34.187 INFO kablam! warning: unused variable: `raw_x` Oct 15 00:56:34.187 INFO kablam! --> src/grid.rs:212:34 Oct 15 00:56:34.187 INFO kablam! | Oct 15 00:56:34.187 INFO kablam! 212 | pub fn mouse_move(&mut self, raw_x: u32, raw_y: u32, w: u32, h: u32) { Oct 15 00:56:34.187 INFO kablam! | ^^^^^ help: consider using `_raw_x` instead Oct 15 00:56:34.187 INFO kablam! Oct 15 00:56:34.187 INFO kablam! warning: unused variable: `raw_y` Oct 15 00:56:34.187 INFO kablam! --> src/grid.rs:212:46 Oct 15 00:56:34.187 INFO kablam! | Oct 15 00:56:34.187 INFO kablam! 212 | pub fn mouse_move(&mut self, raw_x: u32, raw_y: u32, w: u32, h: u32) { Oct 15 00:56:34.187 INFO kablam! | ^^^^^ help: consider using `_raw_y` instead Oct 15 00:56:34.187 INFO kablam! Oct 15 00:56:34.187 INFO kablam! warning: unused variable: `w` Oct 15 00:56:34.187 INFO kablam! --> src/grid.rs:212:58 Oct 15 00:56:34.187 INFO kablam! | Oct 15 00:56:34.187 INFO kablam! 212 | pub fn mouse_move(&mut self, raw_x: u32, raw_y: u32, w: u32, h: u32) { Oct 15 00:56:34.187 INFO kablam! | ^ help: consider using `_w` instead Oct 15 00:56:34.187 INFO kablam! Oct 15 00:56:34.187 INFO kablam! warning: unused variable: `h` Oct 15 00:56:34.187 INFO kablam! --> src/grid.rs:212:66 Oct 15 00:56:34.187 INFO kablam! | Oct 15 00:56:34.187 INFO kablam! 212 | pub fn mouse_move(&mut self, raw_x: u32, raw_y: u32, w: u32, h: u32) { Oct 15 00:56:34.187 INFO kablam! | ^ help: consider using `_h` instead Oct 15 00:56:34.187 INFO kablam! Oct 15 00:56:34.187 INFO kablam! warning: unused variable: `i` Oct 15 00:56:34.187 INFO kablam! --> src/grid.rs:304:13 Oct 15 00:56:34.187 INFO kablam! | Oct 15 00:56:34.187 INFO kablam! 304 | for i in 0..depth { Oct 15 00:56:34.187 INFO kablam! | ^ help: consider using `_i` instead Oct 15 00:56:34.187 INFO kablam! Oct 15 00:56:34.187 INFO kablam! warning: unused variable: `e` Oct 15 00:56:34.187 INFO kablam! --> src/title_page.rs:86:17 Oct 15 00:56:34.187 INFO kablam! | Oct 15 00:56:34.187 INFO kablam! 86 | Err(e) => 0.0 Oct 15 00:56:34.188 INFO kablam! | ^ help: consider using `_e` instead Oct 15 00:56:34.188 INFO kablam! Oct 15 00:56:34.195 INFO kablam! warning: unused variable: `h` Oct 15 00:56:34.195 INFO kablam! --> src/title_page.rs:98:52 Oct 15 00:56:34.195 INFO kablam! | Oct 15 00:56:34.195 INFO kablam! 98 | pub fn in_bound(&self, x: u32, y: u32, w: u32, h: u32) -> bool { Oct 15 00:56:34.195 INFO kablam! | ^ help: consider using `_h` instead Oct 15 00:56:34.195 INFO kablam! Oct 15 00:56:34.227 INFO kablam! warning: variant is never constructed: `Fixed` Oct 15 00:56:34.227 INFO kablam! --> src/title_page.rs:12:5 Oct 15 00:56:34.227 INFO kablam! | Oct 15 00:56:34.227 INFO kablam! 12 | Fixed((u32, u32)), //fixed with xpos, ypos Oct 15 00:56:34.228 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 15 00:56:34.228 INFO kablam! | Oct 15 00:56:34.228 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 00:56:34.228 INFO kablam! Oct 15 00:56:34.814 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.95s Oct 15 00:56:34.830 INFO kablam! su: No module specific data is present Oct 15 00:56:35.638 INFO running `"docker" "rm" "-f" "d4f639c34d4635a8117a3021309ad3dc384f915cc6c61ddf82742838128c84af"` Oct 15 00:56:35.927 INFO blam! d4f639c34d4635a8117a3021309ad3dc384f915cc6c61ddf82742838128c84af Oct 15 00:56:35.935 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:36.375 INFO blam! 6ad7a36c2c383043494cb9feb997a6c08721659fbff85330be1183fefc58b10b Oct 15 00:56:36.387 INFO running `"docker" "start" "-a" "6ad7a36c2c383043494cb9feb997a6c08721659fbff85330be1183fefc58b10b"` Oct 15 00:56:37.474 INFO kablam! usermod: no changes Oct 15 00:56:37.698 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.20s Oct 15 00:56:37.746 INFO kablam! Running /target/debug/deps/piston_example-c3ba6a4a4437f89a Oct 15 00:56:37.749 INFO blam! Oct 15 00:56:37.749 INFO blam! running 0 tests Oct 15 00:56:37.749 INFO blam! Oct 15 00:56:37.749 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 00:56:37.749 INFO blam! Oct 15 00:56:37.752 INFO kablam! su: No module specific data is present Oct 15 00:56:38.741 INFO running `"docker" "rm" "-f" "6ad7a36c2c383043494cb9feb997a6c08721659fbff85330be1183fefc58b10b"` Oct 15 00:56:39.200 INFO blam! 6ad7a36c2c383043494cb9feb997a6c08721659fbff85330be1183fefc58b10b