Oct 10 19:29:57.688 INFO testing lislis/piston-playground against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 19:29:57.689 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 19:29:57.692 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/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 10 19:29:58.101 INFO blam! e8a1bd066b6f596a5ea5fdac0e8d33446297e6746790f070b93b64f569fa06e0 Oct 10 19:29:58.109 INFO running `"docker" "start" "-a" "e8a1bd066b6f596a5ea5fdac0e8d33446297e6746790f070b93b64f569fa06e0"` Oct 10 19:29:59.764 INFO kablam! usermod: no changes Oct 10 19:30:00.132 INFO kablam! Compiling serde v0.9.12 Oct 10 19:30:00.138 INFO kablam! Compiling num-integer v0.1.33 Oct 10 19:30:00.144 INFO kablam! Compiling pistoncore-input v0.17.1 Oct 10 19:30:00.148 INFO kablam! Compiling gfx_core v0.6.0 Oct 10 19:30:00.149 INFO kablam! Compiling arrayvec v0.3.22 Oct 10 19:30:00.149 INFO kablam! Compiling gl v0.6.1 Oct 10 19:30:00.149 INFO kablam! Compiling gfx_gl v0.3.1 Oct 10 19:30:00.150 INFO kablam! Compiling x11-dl v2.12.0 Oct 10 19:30:02.616 INFO kablam! Compiling jpeg-decoder v0.1.11 Oct 10 19:30:10.961 INFO kablam! Compiling num-iter v0.1.33 Oct 10 19:30:11.000 INFO kablam! Compiling num-rational v0.1.36 Oct 10 19:30:15.079 INFO kablam! Compiling rusttype v0.2.1 Oct 10 19:30:15.097 INFO kablam! Compiling pistoncore-window v0.26.2 Oct 10 19:30:15.476 INFO kablam! Compiling png v0.6.2 Oct 10 19:30:23.817 INFO kablam! Compiling pistoncore-event_loop v0.31.4 Oct 10 19:30:27.280 INFO kablam! Compiling image v0.12.3 Oct 10 19:30:32.292 INFO kablam! Compiling piston v0.31.4 Oct 10 19:30:37.490 INFO kablam! Compiling serde_json v0.9.9 Oct 10 19:30:47.340 INFO kablam! Compiling target_build_utils v0.3.0 Oct 10 19:30:51.704 INFO kablam! Compiling libloading v0.3.4 Oct 10 19:30:58.358 INFO kablam! Compiling dlib v0.3.1 Oct 10 19:30:59.108 INFO kablam! Compiling wayland-sys v0.7.8 Oct 10 19:31:01.506 INFO kablam! Compiling wayland-client v0.7.8 Oct 10 19:31:04.276 INFO kablam! Compiling wayland-window v0.4.4 Oct 10 19:31:04.276 INFO kablam! Compiling wayland-kbd v0.6.3 Oct 10 19:31:07.417 INFO kablam! Compiling winit v0.5.11 Oct 10 19:31:10.396 INFO kablam! Compiling gfx v0.14.1 Oct 10 19:31:10.396 INFO kablam! Compiling gfx_device_gl v0.13.0 Oct 10 19:31:12.893 INFO kablam! Compiling glutin v0.7.4 Oct 10 19:31:20.040 INFO kablam! Compiling pistoncore-glutin_window v0.35.1 Oct 10 19:31:20.489 INFO kablam! Compiling piston-gfx_texture v0.22.1 Oct 10 19:31:23.748 INFO kablam! Compiling piston2d-gfx_graphics v0.38.0 Oct 10 19:31:29.912 INFO kablam! Compiling piston_window v0.64.0 Oct 10 19:31:33.787 INFO kablam! Compiling draw v0.1.0 (/source) Oct 10 19:31:37.702 INFO kablam! warning: unnecessary parentheses around method argument Oct 10 19:31:37.702 INFO kablam! --> src/main.rs:166:82 Oct 10 19:31:37.702 INFO kablam! | Oct 10 19:31:37.702 INFO kablam! 166 | image(&apple_gone, c.transform.scale(0.5, 0.5).trans((0.0 + (i * 50) as f64), 0.0), g); Oct 10 19:31:37.702 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 10 19:31:37.702 INFO kablam! | Oct 10 19:31:37.702 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 10 19:31:37.702 INFO kablam! Oct 10 19:31:37.702 INFO kablam! warning: unnecessary parentheses around method argument Oct 10 19:31:37.702 INFO kablam! --> src/main.rs:168:77 Oct 10 19:31:37.702 INFO kablam! | Oct 10 19:31:37.702 INFO kablam! 168 | image(&apple, c.transform.scale(0.5, 0.5).trans((0.0 + (i * 50) as f64), 0.0), g); Oct 10 19:31:37.702 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 10 19:31:37.702 INFO kablam! Oct 10 19:31:37.803 INFO kablam! warning: unused variable: `v` Oct 10 19:31:37.803 INFO kablam! --> src/main.rs:164:29 Oct 10 19:31:37.803 INFO kablam! | Oct 10 19:31:37.803 INFO kablam! 164 | for (i, v) in (0..player.apples.total).enumerate() { Oct 10 19:31:37.803 INFO kablam! | ^ help: consider using `_v` instead Oct 10 19:31:37.803 INFO kablam! | Oct 10 19:31:37.803 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 19:31:37.803 INFO kablam! Oct 10 19:31:37.803 INFO kablam! warning: unused variable: `ci` Oct 10 19:31:37.803 INFO kablam! --> src/main.rs:172:26 Oct 10 19:31:37.803 INFO kablam! | Oct 10 19:31:37.803 INFO kablam! 172 | for (ci, cv) in (0..player.rows).enumerate() { Oct 10 19:31:37.803 INFO kablam! | ^^ help: consider using `_ci` instead Oct 10 19:31:37.803 INFO kablam! Oct 10 19:31:37.803 INFO kablam! warning: unused variable: `ri` Oct 10 19:31:37.803 INFO kablam! --> src/main.rs:173:30 Oct 10 19:31:37.803 INFO kablam! | Oct 10 19:31:37.803 INFO kablam! 173 | for (ri, rv) in (0..player.columns).enumerate() { Oct 10 19:31:37.803 INFO kablam! | ^^ help: consider using `_ri` instead Oct 10 19:31:37.803 INFO kablam! Oct 10 19:31:37.803 INFO kablam! warning: unused variable: `t` Oct 10 19:31:37.803 INFO kablam! --> src/player.rs:33:13 Oct 10 19:31:37.803 INFO kablam! | Oct 10 19:31:37.803 INFO kablam! 33 | for t in self.throwable.iter() { Oct 10 19:31:37.803 INFO kablam! | ^ help: consider using `_t` instead Oct 10 19:31:37.803 INFO kablam! Oct 10 19:31:37.803 INFO kablam! warning: unused variable: `delta_time` Oct 10 19:31:37.803 INFO kablam! --> src/player.rs:32:30 Oct 10 19:31:37.803 INFO kablam! | Oct 10 19:31:37.803 INFO kablam! 32 | pub fn update(&mut self, delta_time: f64) { Oct 10 19:31:37.803 INFO kablam! | ^^^^^^^^^^ help: consider using `_delta_time` instead Oct 10 19:31:37.803 INFO kablam! Oct 10 19:31:37.820 INFO kablam! warning: method is never used: `update` Oct 10 19:31:37.820 INFO kablam! --> src/throwable.rs:20:5 Oct 10 19:31:37.820 INFO kablam! | Oct 10 19:31:37.820 INFO kablam! 20 | pub fn update(&mut self) { Oct 10 19:31:37.820 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:31:37.820 INFO kablam! | Oct 10 19:31:37.820 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 19:31:37.820 INFO kablam! Oct 10 19:31:37.820 INFO kablam! warning: method is never used: `update` Oct 10 19:31:37.820 INFO kablam! --> src/player.rs:32:5 Oct 10 19:31:37.820 INFO kablam! | Oct 10 19:31:37.820 INFO kablam! 32 | pub fn update(&mut self, delta_time: f64) { Oct 10 19:31:37.820 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:31:37.820 INFO kablam! Oct 10 19:31:37.820 INFO kablam! warning: field is never used: `moving` Oct 10 19:31:37.820 INFO kablam! --> src/main.rs:33:5 Oct 10 19:31:37.820 INFO kablam! | Oct 10 19:31:37.820 INFO kablam! 33 | moving: bool, Oct 10 19:31:37.820 INFO kablam! | ^^^^^^^^^^^^ Oct 10 19:31:37.820 INFO kablam! Oct 10 19:31:37.824 INFO kablam! warning: field is never used: `ltr` Oct 10 19:31:37.824 INFO kablam! --> src/main.rs:34:5 Oct 10 19:31:37.824 INFO kablam! | Oct 10 19:31:37.824 INFO kablam! 34 | ltr: bool, Oct 10 19:31:37.824 INFO kablam! | ^^^^^^^^^ Oct 10 19:31:37.824 INFO kablam! Oct 10 19:31:37.824 INFO kablam! warning: field is never used: `speed` Oct 10 19:31:37.824 INFO kablam! --> src/main.rs:35:5 Oct 10 19:31:37.824 INFO kablam! | Oct 10 19:31:37.824 INFO kablam! 35 | speed: f64 Oct 10 19:31:37.824 INFO kablam! | ^^^^^^^^^^ Oct 10 19:31:37.824 INFO kablam! Oct 10 19:31:37.824 INFO kablam! warning: method is never used: `update` Oct 10 19:31:37.824 INFO kablam! --> src/main.rs:48:5 Oct 10 19:31:37.824 INFO kablam! | Oct 10 19:31:37.824 INFO kablam! 48 | pub fn update(&mut self) { Oct 10 19:31:37.824 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:31:37.824 INFO kablam! Oct 10 19:31:37.824 INFO kablam! warning: variable `COLOR` should have a snake case name such as `color` Oct 10 19:31:37.824 INFO kablam! --> src/main.rs:78:9 Oct 10 19:31:37.824 INFO kablam! | Oct 10 19:31:37.824 INFO kablam! 78 | let COLOR = [0.3, 0.5, 0.5, 1.0]; Oct 10 19:31:37.824 INFO kablam! | ^^^^^ Oct 10 19:31:37.824 INFO kablam! | Oct 10 19:31:37.824 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 10 19:31:37.825 INFO kablam! Oct 10 19:31:42.525 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 42s Oct 10 19:31:42.535 INFO kablam! su: No module specific data is present Oct 10 19:31:42.769 INFO running `"docker" "rm" "-f" "e8a1bd066b6f596a5ea5fdac0e8d33446297e6746790f070b93b64f569fa06e0"` Oct 10 19:31:42.860 INFO blam! e8a1bd066b6f596a5ea5fdac0e8d33446297e6746790f070b93b64f569fa06e0 Oct 10 19:31:42.863 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 19:31:42.863 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/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 10 19:31:43.121 INFO blam! ee8348f278ba1fe84db72184479ab90dc3e87109659f196552916119d089fe4a Oct 10 19:31:43.122 INFO running `"docker" "start" "-a" "ee8348f278ba1fe84db72184479ab90dc3e87109659f196552916119d089fe4a"` Oct 10 19:31:44.226 INFO kablam! usermod: no changes Oct 10 19:31:44.420 INFO kablam! Compiling draw v0.1.0 (/source) Oct 10 19:31:48.561 INFO kablam! warning: unnecessary parentheses around method argument Oct 10 19:31:48.561 INFO kablam! --> src/main.rs:166:82 Oct 10 19:31:48.561 INFO kablam! | Oct 10 19:31:48.561 INFO kablam! 166 | image(&apple_gone, c.transform.scale(0.5, 0.5).trans((0.0 + (i * 50) as f64), 0.0), g); Oct 10 19:31:48.561 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 10 19:31:48.562 INFO kablam! | Oct 10 19:31:48.562 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 10 19:31:48.562 INFO kablam! Oct 10 19:31:48.562 INFO kablam! warning: unnecessary parentheses around method argument Oct 10 19:31:48.562 INFO kablam! --> src/main.rs:168:77 Oct 10 19:31:48.562 INFO kablam! | Oct 10 19:31:48.562 INFO kablam! 168 | image(&apple, c.transform.scale(0.5, 0.5).trans((0.0 + (i * 50) as f64), 0.0), g); Oct 10 19:31:48.562 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 10 19:31:48.562 INFO kablam! Oct 10 19:31:48.692 INFO kablam! warning: unused variable: `v` Oct 10 19:31:48.692 INFO kablam! --> src/main.rs:164:29 Oct 10 19:31:48.692 INFO kablam! | Oct 10 19:31:48.692 INFO kablam! 164 | for (i, v) in (0..player.apples.total).enumerate() { Oct 10 19:31:48.692 INFO kablam! | ^ help: consider using `_v` instead Oct 10 19:31:48.692 INFO kablam! | Oct 10 19:31:48.692 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 19:31:48.692 INFO kablam! Oct 10 19:31:48.692 INFO kablam! warning: unused variable: `ci` Oct 10 19:31:48.692 INFO kablam! --> src/main.rs:172:26 Oct 10 19:31:48.692 INFO kablam! | Oct 10 19:31:48.692 INFO kablam! 172 | for (ci, cv) in (0..player.rows).enumerate() { Oct 10 19:31:48.692 INFO kablam! | ^^ help: consider using `_ci` instead Oct 10 19:31:48.692 INFO kablam! Oct 10 19:31:48.692 INFO kablam! warning: unused variable: `ri` Oct 10 19:31:48.692 INFO kablam! --> src/main.rs:173:30 Oct 10 19:31:48.692 INFO kablam! | Oct 10 19:31:48.692 INFO kablam! 173 | for (ri, rv) in (0..player.columns).enumerate() { Oct 10 19:31:48.692 INFO kablam! | ^^ help: consider using `_ri` instead Oct 10 19:31:48.692 INFO kablam! Oct 10 19:31:48.692 INFO kablam! warning: unused variable: `t` Oct 10 19:31:48.692 INFO kablam! --> src/player.rs:33:13 Oct 10 19:31:48.692 INFO kablam! | Oct 10 19:31:48.692 INFO kablam! 33 | for t in self.throwable.iter() { Oct 10 19:31:48.692 INFO kablam! | ^ help: consider using `_t` instead Oct 10 19:31:48.692 INFO kablam! Oct 10 19:31:48.692 INFO kablam! warning: unused variable: `delta_time` Oct 10 19:31:48.692 INFO kablam! --> src/player.rs:32:30 Oct 10 19:31:48.692 INFO kablam! | Oct 10 19:31:48.692 INFO kablam! 32 | pub fn update(&mut self, delta_time: f64) { Oct 10 19:31:48.692 INFO kablam! | ^^^^^^^^^^ help: consider using `_delta_time` instead Oct 10 19:31:48.692 INFO kablam! Oct 10 19:31:48.716 INFO kablam! warning: method is never used: `update` Oct 10 19:31:48.716 INFO kablam! --> src/throwable.rs:20:5 Oct 10 19:31:48.716 INFO kablam! | Oct 10 19:31:48.716 INFO kablam! 20 | pub fn update(&mut self) { Oct 10 19:31:48.716 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:31:48.716 INFO kablam! | Oct 10 19:31:48.716 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 19:31:48.716 INFO kablam! Oct 10 19:31:48.716 INFO kablam! warning: method is never used: `update` Oct 10 19:31:48.716 INFO kablam! --> src/player.rs:32:5 Oct 10 19:31:48.716 INFO kablam! | Oct 10 19:31:48.716 INFO kablam! 32 | pub fn update(&mut self, delta_time: f64) { Oct 10 19:31:48.716 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:31:48.716 INFO kablam! Oct 10 19:31:48.716 INFO kablam! warning: field is never used: `moving` Oct 10 19:31:48.716 INFO kablam! --> src/main.rs:33:5 Oct 10 19:31:48.716 INFO kablam! | Oct 10 19:31:48.716 INFO kablam! 33 | moving: bool, Oct 10 19:31:48.716 INFO kablam! | ^^^^^^^^^^^^ Oct 10 19:31:48.716 INFO kablam! Oct 10 19:31:48.716 INFO kablam! warning: field is never used: `ltr` Oct 10 19:31:48.716 INFO kablam! --> src/main.rs:34:5 Oct 10 19:31:48.716 INFO kablam! | Oct 10 19:31:48.716 INFO kablam! 34 | ltr: bool, Oct 10 19:31:48.716 INFO kablam! | ^^^^^^^^^ Oct 10 19:31:48.716 INFO kablam! Oct 10 19:31:48.720 INFO kablam! warning: field is never used: `speed` Oct 10 19:31:48.720 INFO kablam! --> src/main.rs:35:5 Oct 10 19:31:48.720 INFO kablam! | Oct 10 19:31:48.720 INFO kablam! 35 | speed: f64 Oct 10 19:31:48.720 INFO kablam! | ^^^^^^^^^^ Oct 10 19:31:48.721 INFO kablam! Oct 10 19:31:48.721 INFO kablam! warning: method is never used: `update` Oct 10 19:31:48.721 INFO kablam! --> src/main.rs:48:5 Oct 10 19:31:48.721 INFO kablam! | Oct 10 19:31:48.721 INFO kablam! 48 | pub fn update(&mut self) { Oct 10 19:31:48.721 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:31:48.721 INFO kablam! Oct 10 19:31:48.721 INFO kablam! warning: variable `COLOR` should have a snake case name such as `color` Oct 10 19:31:48.721 INFO kablam! --> src/main.rs:78:9 Oct 10 19:31:48.721 INFO kablam! | Oct 10 19:31:48.721 INFO kablam! 78 | let COLOR = [0.3, 0.5, 0.5, 1.0]; Oct 10 19:31:48.721 INFO kablam! | ^^^^^ Oct 10 19:31:48.721 INFO kablam! | Oct 10 19:31:48.721 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 10 19:31:48.721 INFO kablam! Oct 10 19:31:49.268 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.01s Oct 10 19:31:49.276 INFO kablam! su: No module specific data is present Oct 10 19:31:49.840 INFO running `"docker" "rm" "-f" "ee8348f278ba1fe84db72184479ab90dc3e87109659f196552916119d089fe4a"` Oct 10 19:31:50.069 INFO blam! ee8348f278ba1fe84db72184479ab90dc3e87109659f196552916119d089fe4a Oct 10 19:31:50.074 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 19:31:50.074 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/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 10 19:31:50.434 INFO blam! 4314e3913710c99aaf1f9718dca2c3f0e6622593fe785c6bfbbc9872da177f52 Oct 10 19:31:50.436 INFO running `"docker" "start" "-a" "4314e3913710c99aaf1f9718dca2c3f0e6622593fe785c6bfbbc9872da177f52"` Oct 10 19:31:51.603 INFO kablam! usermod: no changes Oct 10 19:31:51.800 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.18s Oct 10 19:31:51.824 INFO kablam! Running /target/debug/deps/image-a6c52a5a4ff49b5e Oct 10 19:31:51.828 INFO blam! Oct 10 19:31:51.828 INFO blam! running 0 tests Oct 10 19:31:51.829 INFO blam! Oct 10 19:31:51.829 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 19:31:51.829 INFO blam! Oct 10 19:31:51.830 INFO kablam! su: No module specific data is present Oct 10 19:31:52.672 INFO running `"docker" "rm" "-f" "4314e3913710c99aaf1f9718dca2c3f0e6622593fe785c6bfbbc9872da177f52"` Oct 10 19:31:52.895 INFO blam! 4314e3913710c99aaf1f9718dca2c3f0e6622593fe785c6bfbbc9872da177f52