Oct 21 21:09:31.091 INFO checking Kranando/cube_game against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 21:09:31.092 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-7/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/pr-55192/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 21 21:09:31.486 INFO blam! 35e865bbcbbf42405f8a0ff768790414d38d58ebdfa926c6c9d0ce8fe7a53025 Oct 21 21:09:31.487 INFO running `"docker" "start" "-a" "35e865bbcbbf42405f8a0ff768790414d38d58ebdfa926c6c9d0ce8fe7a53025"` Oct 21 21:09:33.473 INFO kablam! usermod: no changes Oct 21 21:09:33.786 INFO kablam! Compiling phf v0.7.23 Oct 21 21:09:33.787 INFO kablam! Checking rusttype v0.2.3 Oct 21 21:09:33.787 INFO kablam! Compiling num-traits v0.1.43 Oct 21 21:09:33.808 INFO kablam! Compiling gl_generator v0.5.5 Oct 21 21:09:33.808 INFO kablam! Checking tempfile v2.2.0 Oct 21 21:09:33.808 INFO kablam! Compiling gl_generator v0.6.1 Oct 21 21:09:33.808 INFO kablam! Compiling gl_generator v0.7.0 Oct 21 21:09:33.812 INFO kablam! Checking gfx_core v0.7.2 Oct 21 21:09:36.776 INFO kablam! Compiling target_build_utils v0.3.1 Oct 21 21:09:38.164 INFO kablam! Checking fs2 v0.2.5 Oct 21 21:09:38.709 INFO kablam! Compiling serde_json v0.9.10 Oct 21 21:09:41.153 INFO kablam! Checking png v0.8.0 Oct 21 21:09:53.188 INFO kablam! Checking memmap v0.4.0 Oct 21 21:09:53.209 INFO kablam! Compiling gl v0.6.5 Oct 21 21:09:53.225 INFO kablam! Compiling gfx_gl v0.4.0 Oct 21 21:09:53.285 INFO kablam! Checking jpeg-decoder v0.1.15 Oct 21 21:09:54.514 INFO kablam! Compiling glutin v0.8.1 Oct 21 21:10:07.285 INFO kablam! Checking image v0.14.0 Oct 21 21:10:29.386 INFO kablam! Compiling libloading v0.3.4 Oct 21 21:10:36.769 INFO kablam! Checking dlib v0.3.1 Oct 21 21:10:38.344 INFO kablam! Checking wayland-sys v0.8.7 Oct 21 21:10:39.821 INFO kablam! Checking wayland-client v0.8.7 Oct 21 21:10:43.688 INFO kablam! Checking wayland-window v0.5.0 Oct 21 21:10:43.688 INFO kablam! Checking wayland-kbd v0.8.0 Oct 21 21:10:46.072 INFO kablam! Checking winit v0.6.4 Oct 21 21:10:53.132 INFO kablam! Checking pistoncore-glutin_window v0.37.0 Oct 21 21:10:59.972 INFO kablam! Checking gfx v0.16.3 Oct 21 21:10:59.972 INFO kablam! Checking gfx_device_gl v0.14.6 Oct 21 21:11:07.635 INFO kablam! Checking piston-gfx_texture v0.25.0 Oct 21 21:11:10.157 INFO kablam! Checking piston2d-gfx_graphics v0.41.0 Oct 21 21:11:14.504 INFO kablam! Checking piston_window v0.67.0 Oct 21 21:11:18.068 INFO kablam! Checking cube_game v0.1.0 (/source) Oct 21 21:11:22.372 INFO kablam! error[E0063]: missing field `radius` in initializer of `Game` Oct 21 21:11:22.372 INFO kablam! --> src/main.rs:15:9 Oct 21 21:11:22.373 INFO kablam! | Oct 21 21:11:22.373 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 21 21:11:22.373 INFO kablam! | ^^^^ missing `radius` Oct 21 21:11:22.373 INFO kablam! Oct 21 21:11:22.433 INFO kablam! error[E0063]: missing field `radius` in initializer of `Game` Oct 21 21:11:22.433 INFO kablam! --> src/main.rs:15:9 Oct 21 21:11:22.433 INFO kablam! | Oct 21 21:11:22.433 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 21 21:11:22.433 INFO kablam! | ^^^^ missing `radius` Oct 21 21:11:22.433 INFO kablam! Oct 21 21:11:22.469 INFO kablam! error[E0599]: no method named `radius` found for type `[[f64; 3]; 2]` in the current scope Oct 21 21:11:22.469 INFO kablam! --> src/main.rs:27:90 Oct 21 21:11:22.469 INFO kablam! | Oct 21 21:11:22.469 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 21 21:11:22.469 INFO kablam! | ^^^^^^ Oct 21 21:11:22.469 INFO kablam! Oct 21 21:11:22.470 INFO kablam! error[E0609]: no field `size` on type `&mut Game` Oct 21 21:11:22.470 INFO kablam! --> src/main.rs:27:102 Oct 21 21:11:22.470 INFO kablam! | Oct 21 21:11:22.470 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 21 21:11:22.470 INFO kablam! | ^^^^ Oct 21 21:11:22.470 INFO kablam! Oct 21 21:11:22.506 INFO kablam! error[E0609]: no field `size` on type `&mut Game` Oct 21 21:11:22.506 INFO kablam! --> src/main.rs:36:27 Oct 21 21:11:22.506 INFO kablam! | Oct 21 21:11:22.506 INFO kablam! 36 | if self.y <= self.size { Oct 21 21:11:22.506 INFO kablam! | ^^^^ Oct 21 21:11:22.506 INFO kablam! Oct 21 21:11:22.528 INFO kablam! error: aborting due to 4 previous errors Oct 21 21:11:22.528 INFO kablam! Oct 21 21:11:22.528 INFO kablam! Some errors occurred: E0063, E0599, E0609. Oct 21 21:11:22.528 INFO kablam! For more information about an error, try `rustc --explain E0063`. Oct 21 21:11:22.540 INFO kablam! error: Could not compile `cube_game`. Oct 21 21:11:22.540 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 21 21:11:22.558 INFO kablam! error[E0599]: no method named `radius` found for type `[[f64; 3]; 2]` in the current scope Oct 21 21:11:22.558 INFO kablam! --> src/main.rs:27:90 Oct 21 21:11:22.558 INFO kablam! | Oct 21 21:11:22.559 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 21 21:11:22.559 INFO kablam! | ^^^^^^ Oct 21 21:11:22.559 INFO kablam! Oct 21 21:11:22.559 INFO kablam! error[E0609]: no field `size` on type `&mut Game` Oct 21 21:11:22.559 INFO kablam! --> src/main.rs:27:102 Oct 21 21:11:22.559 INFO kablam! | Oct 21 21:11:22.559 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 21 21:11:22.559 INFO kablam! | ^^^^ Oct 21 21:11:22.559 INFO kablam! Oct 21 21:11:22.576 INFO kablam! error[E0609]: no field `size` on type `&mut Game` Oct 21 21:11:22.576 INFO kablam! --> src/main.rs:36:27 Oct 21 21:11:22.576 INFO kablam! | Oct 21 21:11:22.576 INFO kablam! 36 | if self.y <= self.size { Oct 21 21:11:22.576 INFO kablam! | ^^^^ Oct 21 21:11:22.576 INFO kablam! Oct 21 21:11:22.600 INFO kablam! error: aborting due to 4 previous errors Oct 21 21:11:22.600 INFO kablam! Oct 21 21:11:22.600 INFO kablam! Some errors occurred: E0063, E0599, E0609. Oct 21 21:11:22.600 INFO kablam! For more information about an error, try `rustc --explain E0063`. Oct 21 21:11:22.653 INFO kablam! error: Could not compile `cube_game`. Oct 21 21:11:22.653 INFO kablam! Oct 21 21:11:22.653 INFO kablam! To learn more, run the command again with --verbose. Oct 21 21:11:22.654 INFO kablam! su: No module specific data is present Oct 21 21:11:23.280 INFO running `"docker" "rm" "-f" "35e865bbcbbf42405f8a0ff768790414d38d58ebdfa926c6c9d0ce8fe7a53025"` Oct 21 21:11:23.480 INFO blam! 35e865bbcbbf42405f8a0ff768790414d38d58ebdfa926c6c9d0ce8fe7a53025