Oct 27 11:03:56.044 INFO checking Kranando/cube_game against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 11:03:56.044 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-7/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 11:03:56.571 INFO blam! 302993ed6550ea84e1a20f48eef01d5f40c71b09a6439c39e9654fc6eda1305e Oct 27 11:03:56.573 INFO running `"docker" "start" "-a" "302993ed6550ea84e1a20f48eef01d5f40c71b09a6439c39e9654fc6eda1305e"` Oct 27 11:03:59.502 INFO kablam! usermod: no changes Oct 27 11:03:59.879 INFO kablam! Compiling phf v0.7.23 Oct 27 11:03:59.883 INFO kablam! Compiling phf_generator v0.7.23 Oct 27 11:03:59.903 INFO kablam! Checking rusttype v0.2.3 Oct 27 11:03:59.905 INFO kablam! Compiling gl_generator v0.5.5 Oct 27 11:03:59.906 INFO kablam! Compiling gl_generator v0.7.0 Oct 27 11:03:59.915 INFO kablam! Compiling gl_generator v0.6.1 Oct 27 11:03:59.917 INFO kablam! Checking gfx_core v0.7.2 Oct 27 11:03:59.919 INFO kablam! Compiling serde_json v0.9.10 Oct 27 11:04:05.111 INFO kablam! Checking png v0.8.0 Oct 27 11:04:05.324 INFO kablam! Compiling phf_codegen v0.7.23 Oct 27 11:04:11.072 INFO kablam! Compiling target_build_utils v0.3.1 Oct 27 11:04:26.083 INFO kablam! Compiling gl v0.6.5 Oct 27 11:04:26.148 INFO kablam! Compiling gfx_gl v0.4.0 Oct 27 11:04:26.150 INFO kablam! Checking jpeg-decoder v0.1.15 Oct 27 11:04:26.391 INFO kablam! Compiling glutin v0.8.1 Oct 27 11:04:37.981 INFO kablam! Checking image v0.14.0 Oct 27 11:05:03.495 INFO kablam! Compiling libloading v0.3.4 Oct 27 11:05:10.348 INFO kablam! Checking dlib v0.3.1 Oct 27 11:05:10.896 INFO kablam! Checking wayland-sys v0.8.7 Oct 27 11:05:11.671 INFO kablam! Checking wayland-client v0.8.7 Oct 27 11:05:14.767 INFO kablam! Checking wayland-window v0.5.0 Oct 27 11:05:14.770 INFO kablam! Checking wayland-kbd v0.8.0 Oct 27 11:05:17.903 INFO kablam! Checking winit v0.6.4 Oct 27 11:05:24.271 INFO kablam! Checking pistoncore-glutin_window v0.37.0 Oct 27 11:05:29.879 INFO kablam! Checking gfx v0.16.3 Oct 27 11:05:29.879 INFO kablam! Checking gfx_device_gl v0.14.6 Oct 27 11:05:38.894 INFO kablam! Checking piston-gfx_texture v0.25.0 Oct 27 11:05:41.837 INFO kablam! Checking piston2d-gfx_graphics v0.41.0 Oct 27 11:05:46.487 INFO kablam! Checking piston_window v0.67.0 Oct 27 11:05:50.459 INFO kablam! Checking cube_game v0.1.0 (/source) Oct 27 11:05:57.007 INFO kablam! error[E0063]: missing field `radius` in initializer of `Game` Oct 27 11:05:57.008 INFO kablam! --> src/main.rs:15:9 Oct 27 11:05:57.008 INFO kablam! | Oct 27 11:05:57.008 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 27 11:05:57.009 INFO kablam! | ^^^^ missing `radius` Oct 27 11:05:57.009 INFO kablam! Oct 27 11:05:57.142 INFO kablam! error[E0599]: no method named `radius` found for type `[[f64; 3]; 2]` in the current scope Oct 27 11:05:57.142 INFO kablam! --> src/main.rs:27:90 Oct 27 11:05:57.142 INFO kablam! | Oct 27 11:05:57.142 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 27 11:05:57.142 INFO kablam! | ^^^^^^ Oct 27 11:05:57.142 INFO kablam! Oct 27 11:05:57.147 INFO kablam! error[E0609]: no field `size` on type `&mut Game` Oct 27 11:05:57.147 INFO kablam! --> src/main.rs:27:102 Oct 27 11:05:57.147 INFO kablam! | Oct 27 11:05:57.147 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 27 11:05:57.147 INFO kablam! | ^^^^ Oct 27 11:05:57.147 INFO kablam! Oct 27 11:05:57.155 INFO kablam! error[E0609]: no field `size` on type `&mut Game` Oct 27 11:05:57.155 INFO kablam! --> src/main.rs:36:27 Oct 27 11:05:57.155 INFO kablam! | Oct 27 11:05:57.155 INFO kablam! 36 | if self.y <= self.size { Oct 27 11:05:57.155 INFO kablam! | ^^^^ Oct 27 11:05:57.155 INFO kablam! Oct 27 11:05:57.183 INFO kablam! error: aborting due to 4 previous errors Oct 27 11:05:57.183 INFO kablam! Oct 27 11:05:57.184 INFO kablam! Some errors occurred: E0063, E0599, E0609. Oct 27 11:05:57.184 INFO kablam! For more information about an error, try `rustc --explain E0063`. Oct 27 11:05:57.195 INFO kablam! error: Could not compile `cube_game`. Oct 27 11:05:57.195 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 27 11:05:57.711 INFO kablam! error[E0063]: missing field `radius` in initializer of `Game` Oct 27 11:05:57.711 INFO kablam! --> src/main.rs:15:9 Oct 27 11:05:57.711 INFO kablam! | Oct 27 11:05:57.711 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 27 11:05:57.711 INFO kablam! | ^^^^ missing `radius` Oct 27 11:05:57.711 INFO kablam! Oct 27 11:05:57.819 INFO kablam! error[E0599]: no method named `radius` found for type `[[f64; 3]; 2]` in the current scope Oct 27 11:05:57.819 INFO kablam! --> src/main.rs:27:90 Oct 27 11:05:57.819 INFO kablam! | Oct 27 11:05:57.819 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 27 11:05:57.819 INFO kablam! | ^^^^^^ Oct 27 11:05:57.819 INFO kablam! Oct 27 11:05:57.827 INFO kablam! error[E0609]: no field `size` on type `&mut Game` Oct 27 11:05:57.827 INFO kablam! --> src/main.rs:27:102 Oct 27 11:05:57.827 INFO kablam! | Oct 27 11:05:57.827 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 27 11:05:57.827 INFO kablam! | ^^^^ Oct 27 11:05:57.827 INFO kablam! Oct 27 11:05:57.831 INFO kablam! error[E0609]: no field `size` on type `&mut Game` Oct 27 11:05:57.831 INFO kablam! --> src/main.rs:36:27 Oct 27 11:05:57.831 INFO kablam! | Oct 27 11:05:57.831 INFO kablam! 36 | if self.y <= self.size { Oct 27 11:05:57.831 INFO kablam! | ^^^^ Oct 27 11:05:57.833 INFO kablam! Oct 27 11:05:57.863 INFO kablam! error: aborting due to 4 previous errors Oct 27 11:05:57.863 INFO kablam! Oct 27 11:05:57.863 INFO kablam! Some errors occurred: E0063, E0599, E0609. Oct 27 11:05:57.863 INFO kablam! For more information about an error, try `rustc --explain E0063`. Oct 27 11:05:57.891 INFO kablam! error: Could not compile `cube_game`. Oct 27 11:05:57.891 INFO kablam! Oct 27 11:05:57.891 INFO kablam! To learn more, run the command again with --verbose. Oct 27 11:05:57.892 INFO kablam! su: No module specific data is present Oct 27 11:05:58.695 INFO running `"docker" "rm" "-f" "302993ed6550ea84e1a20f48eef01d5f40c71b09a6439c39e9654fc6eda1305e"` Oct 27 11:05:58.916 INFO blam! 302993ed6550ea84e1a20f48eef01d5f40c71b09a6439c39e9654fc6eda1305e