Oct 13 03:57:22.693 INFO checking Kranando/cube_game against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 13 03:57:22.693 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-3/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/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 +4021bd0b3c5815b087d6db10ce461e7e4854ade7-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 13 03:57:23.157 INFO blam! 8693f974fb260b6472f31afcc5a742b9bddf58be66a79b72b13443b6f3404faa Oct 13 03:57:23.159 INFO running `"docker" "start" "-a" "8693f974fb260b6472f31afcc5a742b9bddf58be66a79b72b13443b6f3404faa"` Oct 13 03:57:25.296 INFO kablam! usermod: no changes Oct 13 03:57:25.859 INFO kablam! Compiling gl_generator v0.5.5 Oct 13 03:57:25.876 INFO kablam! Compiling target_build_utils v0.3.1 Oct 13 03:57:25.888 INFO kablam! Checking png v0.8.0 Oct 13 03:57:31.347 INFO kablam! Checking image v0.14.0 Oct 13 03:57:35.520 INFO kablam! Compiling glutin v0.8.1 Oct 13 03:57:51.149 INFO kablam! Checking piston-gfx_texture v0.25.0 Oct 13 03:57:56.512 INFO kablam! Compiling libloading v0.3.4 Oct 13 03:57:59.515 INFO kablam! Checking piston2d-gfx_graphics v0.41.0 Oct 13 03:58:02.222 INFO kablam! Checking dlib v0.3.1 Oct 13 03:58:03.388 INFO kablam! Checking wayland-sys v0.8.7 Oct 13 03:58:04.858 INFO kablam! Checking wayland-client v0.8.7 Oct 13 03:58:08.492 INFO kablam! Checking wayland-window v0.5.0 Oct 13 03:58:08.492 INFO kablam! Checking wayland-kbd v0.8.0 Oct 13 03:58:10.850 INFO kablam! Checking winit v0.6.4 Oct 13 03:58:15.546 INFO kablam! Checking pistoncore-glutin_window v0.37.0 Oct 13 03:58:17.616 INFO kablam! Checking piston_window v0.67.0 Oct 13 03:58:21.803 INFO kablam! Checking cube_game v0.1.0 (/source) Oct 13 03:58:28.192 INFO kablam! error[E0063]: missing field `radius` in initializer of `Game` Oct 13 03:58:28.192 INFO kablam! --> src/main.rs:15:9 Oct 13 03:58:28.192 INFO kablam! | Oct 13 03:58:28.192 INFO kablam! 15 | Game { rotation : 0.0, x : 0.0, y : 0.0, up_d: false, down_d: false, left_d: false, right_d: false } Oct 13 03:58:28.192 INFO kablam! | ^^^^ missing `radius` Oct 13 03:58:28.192 INFO kablam! Oct 13 03:58:28.289 INFO kablam! error[E0599]: no method named `radius` found for type `[[f64; 3]; 2]` in the current scope Oct 13 03:58:28.289 INFO kablam! --> src/main.rs:27:90 Oct 13 03:58:28.289 INFO kablam! | Oct 13 03:58:28.289 INFO kablam! 27 | rectangle(WHITE, square, center.trans(self.x, self.y).rot_rad(self.rotation).radius(self.size).trans(-50.0, -50.0), g); Oct 13 03:58:28.289 INFO kablam! | ^^^^^^ Oct 13 03:58:28.289 INFO kablam! Oct 13 03:58:28.291 INFO kablam! error[E0609]: no field `size` on type `&mut Game` Oct 13 03:58:28.291 INFO kablam! --> src/main.rs:27:102 Oct 13 03:58:28.291 INFO kablam! | Oct 13 03:58:28.291 INFO kablam! 27 | rectangle(WHITE, square, center.trans(self.x, self.y).rot_rad(self.rotation).radius(self.size).trans(-50.0, -50.0), g); Oct 13 03:58:28.291 INFO kablam! | ^^^^ Oct 13 03:58:28.291 INFO kablam! Oct 13 03:58:28.302 INFO kablam! error[E0609]: no field `size` on type `&mut Game` Oct 13 03:58:28.302 INFO kablam! --> src/main.rs:36:27 Oct 13 03:58:28.302 INFO kablam! | Oct 13 03:58:28.302 INFO kablam! 36 | if self.y <= self.size { Oct 13 03:58:28.302 INFO kablam! | ^^^^ Oct 13 03:58:28.302 INFO kablam! Oct 13 03:58:28.335 INFO kablam! error: aborting due to 4 previous errors Oct 13 03:58:28.335 INFO kablam! Oct 13 03:58:28.335 INFO kablam! Some errors occurred: E0063, E0599, E0609. Oct 13 03:58:28.335 INFO kablam! For more information about an error, try `rustc --explain E0063`. Oct 13 03:58:28.347 INFO kablam! error: Could not compile `cube_game`. Oct 13 03:58:28.347 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 13 03:58:29.156 INFO kablam! error[E0063]: missing field `radius` in initializer of `Game` Oct 13 03:58:29.156 INFO kablam! --> src/main.rs:15:9 Oct 13 03:58:29.156 INFO kablam! | Oct 13 03:58:29.156 INFO kablam! 15 | Game { rotation : 0.0, x : 0.0, y : 0.0, up_d: false, down_d: false, left_d: false, right_d: false } Oct 13 03:58:29.156 INFO kablam! | ^^^^ missing `radius` Oct 13 03:58:29.156 INFO kablam! Oct 13 03:58:29.256 INFO kablam! error[E0599]: no method named `radius` found for type `[[f64; 3]; 2]` in the current scope Oct 13 03:58:29.256 INFO kablam! --> src/main.rs:27:90 Oct 13 03:58:29.256 INFO kablam! | Oct 13 03:58:29.256 INFO kablam! 27 | rectangle(WHITE, square, center.trans(self.x, self.y).rot_rad(self.rotation).radius(self.size).trans(-50.0, -50.0), g); Oct 13 03:58:29.256 INFO kablam! | ^^^^^^ Oct 13 03:58:29.256 INFO kablam! Oct 13 03:58:29.264 INFO kablam! error[E0609]: no field `size` on type `&mut Game` Oct 13 03:58:29.264 INFO kablam! --> src/main.rs:27:102 Oct 13 03:58:29.264 INFO kablam! | Oct 13 03:58:29.264 INFO kablam! 27 | rectangle(WHITE, square, center.trans(self.x, self.y).rot_rad(self.rotation).radius(self.size).trans(-50.0, -50.0), g); Oct 13 03:58:29.264 INFO kablam! | ^^^^ Oct 13 03:58:29.264 INFO kablam! Oct 13 03:58:29.280 INFO kablam! error[E0609]: no field `size` on type `&mut Game` Oct 13 03:58:29.280 INFO kablam! --> src/main.rs:36:27 Oct 13 03:58:29.280 INFO kablam! | Oct 13 03:58:29.280 INFO kablam! 36 | if self.y <= self.size { Oct 13 03:58:29.280 INFO kablam! | ^^^^ Oct 13 03:58:29.280 INFO kablam! Oct 13 03:58:29.312 INFO kablam! error: aborting due to 4 previous errors Oct 13 03:58:29.312 INFO kablam! Oct 13 03:58:29.312 INFO kablam! Some errors occurred: E0063, E0599, E0609. Oct 13 03:58:29.312 INFO kablam! For more information about an error, try `rustc --explain E0063`. Oct 13 03:58:29.336 INFO kablam! error: Could not compile `cube_game`. Oct 13 03:58:29.336 INFO kablam! Oct 13 03:58:29.336 INFO kablam! To learn more, run the command again with --verbose. Oct 13 03:58:29.348 INFO kablam! su: No module specific data is present Oct 13 03:58:30.343 INFO running `"docker" "rm" "-f" "8693f974fb260b6472f31afcc5a742b9bddf58be66a79b72b13443b6f3404faa"` Oct 13 03:58:30.764 INFO blam! 8693f974fb260b6472f31afcc5a742b9bddf58be66a79b72b13443b6f3404faa