Oct 27 09:57:29.774 INFO checking RubenTipparach/rustysponge against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 09:57:29.776 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-6/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-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 27 09:57:30.184 INFO blam! 6642269752a8ce403940e00d36cb65656702e0e3d5046457f16da47623e71e6b Oct 27 09:57:30.199 INFO running `"docker" "start" "-a" "6642269752a8ce403940e00d36cb65656702e0e3d5046457f16da47623e71e6b"` Oct 27 09:57:31.530 INFO kablam! usermod: no changes Oct 27 09:57:31.848 INFO kablam! Checking tempfile v2.1.6 Oct 27 09:57:31.851 INFO kablam! Checking gfx_core v0.5.1 Oct 27 09:57:31.852 INFO kablam! Checking pistoncore-input v0.15.0 Oct 27 09:57:31.855 INFO kablam! Compiling glutin v0.7.4 Oct 27 09:57:31.859 INFO kablam! Compiling gfx_gl v0.3.1 Oct 27 09:57:31.859 INFO kablam! Checking png v0.6.2 Oct 27 09:57:31.859 INFO kablam! Compiling target_build_utils v0.3.1 Oct 27 09:57:31.859 INFO kablam! Checking piston2d-opengl_graphics v0.44.0 Oct 27 09:57:42.223 INFO kablam! Checking image v0.12.4 Oct 27 09:57:43.671 INFO kablam! Checking pistoncore-window v0.24.0 Oct 27 09:57:43.879 INFO kablam! Compiling libloading v0.3.4 Oct 27 09:57:47.353 INFO kablam! Checking pistoncore-event_loop v0.27.0 Oct 27 09:57:52.243 INFO kablam! Checking piston v0.27.0 Oct 27 09:57:56.765 INFO kablam! Checking dlib v0.3.1 Oct 27 09:57:59.064 INFO kablam! Checking wayland-sys v0.7.8 Oct 27 09:57:59.065 INFO kablam! Checking wayland-sys v0.8.7 Oct 27 09:58:02.656 INFO kablam! Checking wayland-client v0.8.7 Oct 27 09:58:02.677 INFO kablam! Checking wayland-client v0.7.8 Oct 27 09:58:10.939 INFO kablam! Checking wayland-window v0.4.4 Oct 27 09:58:10.940 INFO kablam! Checking wayland-kbd v0.6.3 Oct 27 09:58:11.693 INFO kablam! Checking wayland-window v0.5.0 Oct 27 09:58:11.696 INFO kablam! Checking wayland-kbd v0.8.0 Oct 27 09:58:16.207 INFO kablam! Checking winit v0.5.11 Oct 27 09:58:16.548 INFO kablam! Checking winit v0.6.4 Oct 27 09:58:21.199 INFO kablam! Checking glutin v0.8.1 Oct 27 09:58:25.423 INFO kablam! Checking pistoncore-glutin_window v0.37.0 Oct 27 09:58:26.265 INFO kablam! Checking pistoncore-glutin_window v0.33.0 Oct 27 09:58:38.163 INFO kablam! Checking gfx v0.13.0 Oct 27 09:58:38.163 INFO kablam! Checking gfx_device_gl v0.12.0 Oct 27 09:58:44.627 INFO kablam! Checking piston-gfx_texture v0.20.0 Oct 27 09:58:46.923 INFO kablam! Checking piston2d-gfx_graphics v0.35.0 Oct 27 09:58:51.143 INFO kablam! Checking piston_window v0.61.0 Oct 27 09:58:54.823 INFO kablam! Checking pong v0.1.0 (/source) Oct 27 09:58:59.200 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 27 09:58:59.200 INFO kablam! --> src/main.rs:105:12 Oct 27 09:58:59.200 INFO kablam! | Oct 27 09:58:59.201 INFO kablam! 105 | if (self.px > (self.x + -25.0) Oct 27 09:58:59.201 INFO kablam! | ____________^ Oct 27 09:58:59.201 INFO kablam! 106 | | && (self.py > self.y - 25.0 && self.py < self.y + 25.0) Oct 27 09:58:59.201 INFO kablam! 107 | | ) Oct 27 09:58:59.201 INFO kablam! | |_________^ Oct 27 09:58:59.201 INFO kablam! | Oct 27 09:58:59.201 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 09:58:59.201 INFO kablam! help: remove these parentheses Oct 27 09:58:59.201 INFO kablam! | Oct 27 09:58:59.201 INFO kablam! 105 | if self.px > (self.x + -25.0) && Oct 27 09:58:59.201 INFO kablam! 106 | (self.py > self.y - 25.0 && self.py < self.y + 25.0) Oct 27 09:58:59.201 INFO kablam! | Oct 27 09:58:59.201 INFO kablam! Oct 27 09:58:59.201 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 27 09:58:59.201 INFO kablam! --> src/main.rs:115:12 Oct 27 09:58:59.201 INFO kablam! | Oct 27 09:58:59.201 INFO kablam! 115 | if (self.px < (self.ex + 25.0) Oct 27 09:58:59.201 INFO kablam! | ____________^ Oct 27 09:58:59.201 INFO kablam! 116 | | && (self.py > self.ey - 25.0 && self.py < self.ey + 25.0)) Oct 27 09:58:59.201 INFO kablam! | |__________________________________________________________________^ Oct 27 09:58:59.201 INFO kablam! help: remove these parentheses Oct 27 09:58:59.201 INFO kablam! | Oct 27 09:58:59.201 INFO kablam! 115 | if self.px < (self.ex + 25.0) && Oct 27 09:58:59.201 INFO kablam! 116 | (self.py > self.ey - 25.0 && self.py < self.ey + 25.0) Oct 27 09:58:59.201 INFO kablam! | Oct 27 09:58:59.201 INFO kablam! Oct 27 09:58:59.201 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 27 09:58:59.201 INFO kablam! --> src/main.rs:124:11 Oct 27 09:58:59.201 INFO kablam! | Oct 27 09:58:59.201 INFO kablam! 124 | if(self.py > self.height as f64 / 2.0 || self.py < self.height as f64 / -2.0 ) Oct 27 09:58:59.201 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 09:58:59.201 INFO kablam! Oct 27 09:58:59.201 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 27 09:58:59.201 INFO kablam! --> src/main.rs:135:11 Oct 27 09:58:59.201 INFO kablam! | Oct 27 09:58:59.201 INFO kablam! 135 | if(self.px > self.width as f64/2.0 || self.px < -1.0*(self.width as f64)/2.0) Oct 27 09:58:59.201 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:58:59.201 INFO kablam! help: remove these parentheses Oct 27 09:58:59.201 INFO kablam! | Oct 27 09:58:59.201 INFO kablam! 135 | ifself.px > self.width as f64 / 2.0 || Oct 27 09:58:59.201 INFO kablam! 136 | self.px < -1.0 * (self.width as f64) / 2.0 Oct 27 09:58:59.201 INFO kablam! | Oct 27 09:58:59.201 INFO kablam! Oct 27 09:58:59.379 INFO kablam! warning: unused variable: `args` Oct 27 09:58:59.379 INFO kablam! --> src/main.rs:97:26 Oct 27 09:58:59.379 INFO kablam! | Oct 27 09:58:59.379 INFO kablam! 97 | fn update(&mut self, args: &UpdateArgs) { Oct 27 09:58:59.379 INFO kablam! | ^^^^ help: consider using `_args` instead Oct 27 09:58:59.379 INFO kablam! | Oct 27 09:58:59.379 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 09:58:59.379 INFO kablam! Oct 27 09:58:59.399 INFO kablam! warning: method is never used: `move_x` Oct 27 09:58:59.399 INFO kablam! --> src/main.rs:146:5 Oct 27 09:58:59.399 INFO kablam! | Oct 27 09:58:59.399 INFO kablam! 146 | fn move_x(&mut self, val: f64) Oct 27 09:58:59.399 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:58:59.399 INFO kablam! | Oct 27 09:58:59.399 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 09:58:59.399 INFO kablam! Oct 27 09:58:59.399 INFO kablam! warning: method is never used: `move_ex` Oct 27 09:58:59.399 INFO kablam! --> src/main.rs:156:5 Oct 27 09:58:59.399 INFO kablam! | Oct 27 09:58:59.399 INFO kablam! 156 | fn move_ex(&mut self, val: f64) Oct 27 09:58:59.399 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:58:59.399 INFO kablam! Oct 27 09:58:59.399 INFO kablam! warning: variable `pongBall` should have a snake case name such as `pong_ball` Oct 27 09:58:59.399 INFO kablam! --> src/main.rs:53:13 Oct 27 09:58:59.399 INFO kablam! | Oct 27 09:58:59.399 INFO kablam! 53 | let pongBall = rectangle::square(0.0, 0.0, 10.0); Oct 27 09:58:59.399 INFO kablam! | ^^^^^^^^ Oct 27 09:58:59.399 INFO kablam! | Oct 27 09:58:59.399 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 27 09:58:59.399 INFO kablam! Oct 27 09:58:59.399 INFO kablam! warning: variable `playerTransform` should have a snake case name such as `player_transform` Oct 27 09:58:59.399 INFO kablam! --> src/main.rs:72:17 Oct 27 09:58:59.399 INFO kablam! | Oct 27 09:58:59.399 INFO kablam! 72 | let playerTransform = c.transform.trans(x , y) Oct 27 09:58:59.399 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 09:58:59.399 INFO kablam! Oct 27 09:58:59.399 INFO kablam! warning: variable `enemyTransform` should have a snake case name such as `enemy_transform` Oct 27 09:58:59.399 INFO kablam! --> src/main.rs:79:17 Oct 27 09:58:59.399 INFO kablam! | Oct 27 09:58:59.399 INFO kablam! 79 | let enemyTransform = c.transform.trans(ex , ey) Oct 27 09:58:59.399 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 09:58:59.399 INFO kablam! Oct 27 09:58:59.399 INFO kablam! warning: variable `pongTransform` should have a snake case name such as `pong_transform` Oct 27 09:58:59.399 INFO kablam! --> src/main.rs:87:16 Oct 27 09:58:59.399 INFO kablam! | Oct 27 09:58:59.399 INFO kablam! 87 | let pongTransform = c.transform.trans(px , py) Oct 27 09:58:59.399 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 09:58:59.399 INFO kablam! Oct 27 09:58:59.959 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 27 09:58:59.959 INFO kablam! --> src/main.rs:105:12 Oct 27 09:58:59.959 INFO kablam! | Oct 27 09:58:59.959 INFO kablam! 105 | if (self.px > (self.x + -25.0) Oct 27 09:58:59.959 INFO kablam! | ____________^ Oct 27 09:58:59.959 INFO kablam! 106 | | && (self.py > self.y - 25.0 && self.py < self.y + 25.0) Oct 27 09:58:59.959 INFO kablam! 107 | | ) Oct 27 09:58:59.959 INFO kablam! | |_________^ Oct 27 09:58:59.959 INFO kablam! | Oct 27 09:58:59.959 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 09:58:59.959 INFO kablam! help: remove these parentheses Oct 27 09:58:59.959 INFO kablam! | Oct 27 09:58:59.959 INFO kablam! 105 | if self.px > (self.x + -25.0) && Oct 27 09:58:59.959 INFO kablam! 106 | (self.py > self.y - 25.0 && self.py < self.y + 25.0) Oct 27 09:58:59.959 INFO kablam! | Oct 27 09:58:59.959 INFO kablam! Oct 27 09:58:59.959 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 27 09:58:59.959 INFO kablam! --> src/main.rs:115:12 Oct 27 09:58:59.959 INFO kablam! | Oct 27 09:58:59.959 INFO kablam! 115 | if (self.px < (self.ex + 25.0) Oct 27 09:58:59.959 INFO kablam! | ____________^ Oct 27 09:58:59.959 INFO kablam! 116 | | && (self.py > self.ey - 25.0 && self.py < self.ey + 25.0)) Oct 27 09:58:59.959 INFO kablam! | |__________________________________________________________________^ Oct 27 09:58:59.959 INFO kablam! help: remove these parentheses Oct 27 09:58:59.959 INFO kablam! | Oct 27 09:58:59.959 INFO kablam! 115 | if self.px < (self.ex + 25.0) && Oct 27 09:58:59.959 INFO kablam! 116 | (self.py > self.ey - 25.0 && self.py < self.ey + 25.0) Oct 27 09:58:59.959 INFO kablam! | Oct 27 09:58:59.959 INFO kablam! Oct 27 09:58:59.959 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 27 09:58:59.959 INFO kablam! --> src/main.rs:124:11 Oct 27 09:58:59.959 INFO kablam! | Oct 27 09:58:59.959 INFO kablam! 124 | if(self.py > self.height as f64 / 2.0 || self.py < self.height as f64 / -2.0 ) Oct 27 09:58:59.959 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 09:58:59.959 INFO kablam! Oct 27 09:58:59.959 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 27 09:58:59.959 INFO kablam! --> src/main.rs:135:11 Oct 27 09:58:59.959 INFO kablam! | Oct 27 09:58:59.959 INFO kablam! 135 | if(self.px > self.width as f64/2.0 || self.px < -1.0*(self.width as f64)/2.0) Oct 27 09:58:59.959 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:58:59.959 INFO kablam! help: remove these parentheses Oct 27 09:58:59.959 INFO kablam! | Oct 27 09:58:59.959 INFO kablam! 135 | ifself.px > self.width as f64 / 2.0 || Oct 27 09:58:59.959 INFO kablam! 136 | self.px < -1.0 * (self.width as f64) / 2.0 Oct 27 09:58:59.959 INFO kablam! | Oct 27 09:58:59.959 INFO kablam! Oct 27 09:59:00.035 INFO kablam! warning: unused variable: `args` Oct 27 09:59:00.035 INFO kablam! --> src/main.rs:97:26 Oct 27 09:59:00.035 INFO kablam! | Oct 27 09:59:00.035 INFO kablam! 97 | fn update(&mut self, args: &UpdateArgs) { Oct 27 09:59:00.035 INFO kablam! | ^^^^ help: consider using `_args` instead Oct 27 09:59:00.035 INFO kablam! | Oct 27 09:59:00.035 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 09:59:00.035 INFO kablam! Oct 27 09:59:00.050 INFO kablam! warning: method is never used: `move_x` Oct 27 09:59:00.050 INFO kablam! --> src/main.rs:146:5 Oct 27 09:59:00.050 INFO kablam! | Oct 27 09:59:00.050 INFO kablam! 146 | fn move_x(&mut self, val: f64) Oct 27 09:59:00.050 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:59:00.050 INFO kablam! | Oct 27 09:59:00.050 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 09:59:00.050 INFO kablam! Oct 27 09:59:00.050 INFO kablam! warning: method is never used: `move_ex` Oct 27 09:59:00.050 INFO kablam! --> src/main.rs:156:5 Oct 27 09:59:00.050 INFO kablam! | Oct 27 09:59:00.050 INFO kablam! 156 | fn move_ex(&mut self, val: f64) Oct 27 09:59:00.050 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:59:00.050 INFO kablam! Oct 27 09:59:00.051 INFO kablam! warning: variable `pongBall` should have a snake case name such as `pong_ball` Oct 27 09:59:00.051 INFO kablam! --> src/main.rs:53:13 Oct 27 09:59:00.051 INFO kablam! | Oct 27 09:59:00.051 INFO kablam! 53 | let pongBall = rectangle::square(0.0, 0.0, 10.0); Oct 27 09:59:00.051 INFO kablam! | ^^^^^^^^ Oct 27 09:59:00.051 INFO kablam! | Oct 27 09:59:00.051 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 27 09:59:00.051 INFO kablam! Oct 27 09:59:00.051 INFO kablam! warning: variable `playerTransform` should have a snake case name such as `player_transform` Oct 27 09:59:00.051 INFO kablam! --> src/main.rs:72:17 Oct 27 09:59:00.051 INFO kablam! | Oct 27 09:59:00.051 INFO kablam! 72 | let playerTransform = c.transform.trans(x , y) Oct 27 09:59:00.051 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 09:59:00.051 INFO kablam! Oct 27 09:59:00.051 INFO kablam! warning: variable `enemyTransform` should have a snake case name such as `enemy_transform` Oct 27 09:59:00.051 INFO kablam! --> src/main.rs:79:17 Oct 27 09:59:00.051 INFO kablam! | Oct 27 09:59:00.051 INFO kablam! 79 | let enemyTransform = c.transform.trans(ex , ey) Oct 27 09:59:00.051 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 09:59:00.053 INFO kablam! Oct 27 09:59:00.053 INFO kablam! warning: variable `pongTransform` should have a snake case name such as `pong_transform` Oct 27 09:59:00.053 INFO kablam! --> src/main.rs:87:16 Oct 27 09:59:00.053 INFO kablam! | Oct 27 09:59:00.053 INFO kablam! 87 | let pongTransform = c.transform.trans(px , py) Oct 27 09:59:00.053 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 09:59:00.053 INFO kablam! Oct 27 09:59:00.096 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 28s Oct 27 09:59:00.121 INFO kablam! su: No module specific data is present Oct 27 09:59:01.117 INFO running `"docker" "rm" "-f" "6642269752a8ce403940e00d36cb65656702e0e3d5046457f16da47623e71e6b"` Oct 27 09:59:01.335 INFO blam! 6642269752a8ce403940e00d36cb65656702e0e3d5046457f16da47623e71e6b