Oct 11 05:56:04.196 INFO testing Kranando/cube_game against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 05:56:04.196 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 05:56:04.196 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/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 11 05:56:04.724 INFO blam! 0ceb186c64917eb11c05b091393a10117deb05b0e0d0c51c252c3f4c1c3bb427 Oct 11 05:56:04.725 INFO running `"docker" "start" "-a" "0ceb186c64917eb11c05b091393a10117deb05b0e0d0c51c252c3f4c1c3bb427"` Oct 11 05:56:06.360 INFO kablam! usermod: no changes Oct 11 05:56:06.721 INFO kablam! Compiling phf_codegen v0.7.23 Oct 11 05:56:06.731 INFO kablam! Compiling glutin v0.8.1 Oct 11 05:56:06.731 INFO kablam! Compiling gfx v0.16.3 Oct 11 05:56:06.756 INFO kablam! Compiling png v0.8.0 Oct 11 05:56:06.757 INFO kablam! Compiling gfx_gl v0.4.0 Oct 11 05:56:06.772 INFO kablam! Compiling jpeg-decoder v0.1.15 Oct 11 05:56:11.080 INFO kablam! Compiling target_build_utils v0.3.1 Oct 11 05:56:22.418 INFO kablam! Compiling image v0.14.0 Oct 11 05:56:29.381 INFO kablam! Compiling gfx_device_gl v0.14.6 Oct 11 05:56:46.076 INFO kablam! Compiling libloading v0.3.4 Oct 11 05:56:54.616 INFO kablam! Compiling piston-gfx_texture v0.25.0 Oct 11 05:56:56.224 INFO kablam! Compiling dlib v0.3.1 Oct 11 05:56:57.565 INFO kablam! Compiling wayland-sys v0.8.7 Oct 11 05:57:00.150 INFO kablam! Compiling wayland-client v0.8.7 Oct 11 05:57:02.663 INFO kablam! Compiling piston2d-gfx_graphics v0.41.0 Oct 11 05:57:04.877 INFO kablam! Compiling wayland-kbd v0.8.0 Oct 11 05:57:04.879 INFO kablam! Compiling wayland-window v0.5.0 Oct 11 05:57:08.776 INFO kablam! Compiling winit v0.6.4 Oct 11 05:57:20.376 INFO kablam! Compiling pistoncore-glutin_window v0.37.0 Oct 11 05:57:24.235 INFO kablam! Compiling piston_window v0.67.0 Oct 11 05:57:29.812 INFO kablam! Compiling cube_game v0.1.0 (/source) Oct 11 05:57:35.948 INFO kablam! error[E0063]: missing field `radius` in initializer of `Game` Oct 11 05:57:35.948 INFO kablam! --> src/main.rs:15:9 Oct 11 05:57:35.948 INFO kablam! | Oct 11 05:57:35.948 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 11 05:57:35.948 INFO kablam! | ^^^^ missing `radius` Oct 11 05:57:35.948 INFO kablam! Oct 11 05:57:36.064 INFO kablam! error[E0599]: no method named `radius` found for type `[[f64; 3]; 2]` in the current scope Oct 11 05:57:36.064 INFO kablam! --> src/main.rs:27:90 Oct 11 05:57:36.064 INFO kablam! | Oct 11 05:57:36.064 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 11 05:57:36.064 INFO kablam! | ^^^^^^ Oct 11 05:57:36.064 INFO kablam! Oct 11 05:57:36.076 INFO kablam! error[E0609]: no field `size` on type `&mut Game` Oct 11 05:57:36.076 INFO kablam! --> src/main.rs:27:102 Oct 11 05:57:36.076 INFO kablam! | Oct 11 05:57:36.076 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 11 05:57:36.076 INFO kablam! | ^^^^ Oct 11 05:57:36.076 INFO kablam! Oct 11 05:57:36.092 INFO kablam! error[E0609]: no field `size` on type `&mut Game` Oct 11 05:57:36.092 INFO kablam! --> src/main.rs:36:27 Oct 11 05:57:36.092 INFO kablam! | Oct 11 05:57:36.092 INFO kablam! 36 | if self.y <= self.size { Oct 11 05:57:36.092 INFO kablam! | ^^^^ Oct 11 05:57:36.092 INFO kablam! Oct 11 05:57:36.116 INFO kablam! error: aborting due to 4 previous errors Oct 11 05:57:36.116 INFO kablam! Oct 11 05:57:36.116 INFO kablam! Some errors occurred: E0063, E0599, E0609. Oct 11 05:57:36.117 INFO kablam! For more information about an error, try `rustc --explain E0063`. Oct 11 05:57:36.157 INFO kablam! error: Could not compile `cube_game`. Oct 11 05:57:36.157 INFO kablam! Oct 11 05:57:36.157 INFO kablam! To learn more, run the command again with --verbose. Oct 11 05:57:36.161 INFO kablam! su: No module specific data is present Oct 11 05:57:37.340 INFO running `"docker" "rm" "-f" "0ceb186c64917eb11c05b091393a10117deb05b0e0d0c51c252c3f4c1c3bb427"` Oct 11 05:57:37.632 INFO blam! 0ceb186c64917eb11c05b091393a10117deb05b0e0d0c51c252c3f4c1c3bb427