Nov 17 14:08:25.108 INFO testing Kranando/cube_game against master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c for pr-55982 Nov 17 14:08:25.108 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-6/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-6/pr-55982/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/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 +6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-alt build --frozen" "-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"` Nov 17 14:08:25.693 INFO [stdout] 6f34869c210f689f136c4ec332e25f3beba3036b74ca9b7e1d427bab25cbc3d8 Nov 17 14:08:25.696 INFO running `"docker" "start" "-a" "6f34869c210f689f136c4ec332e25f3beba3036b74ca9b7e1d427bab25cbc3d8"` Nov 17 14:08:27.168 INFO [stderr] usermod: no changes Nov 17 14:08:27.595 INFO [stderr] Compiling phf_generator v0.7.23 Nov 17 14:08:27.595 INFO [stderr] Compiling rusttype v0.2.3 Nov 17 14:08:27.611 INFO [stderr] Compiling gl_generator v0.5.5 Nov 17 14:08:27.611 INFO [stderr] Compiling gl_generator v0.6.1 Nov 17 14:08:27.619 INFO [stderr] Compiling gl_generator v0.7.0 Nov 17 14:08:27.627 INFO [stderr] Compiling gfx_core v0.7.2 Nov 17 14:08:27.647 INFO [stderr] Compiling png v0.8.0 Nov 17 14:08:27.647 INFO [stderr] Compiling jpeg-decoder v0.1.15 Nov 17 14:08:32.119 INFO [stderr] Compiling phf_codegen v0.7.23 Nov 17 14:08:36.008 INFO [stderr] Compiling target_build_utils v0.3.1 Nov 17 14:08:52.440 INFO [stderr] Compiling glutin v0.8.1 Nov 17 14:08:52.472 INFO [stderr] Compiling gfx_gl v0.4.0 Nov 17 14:08:52.508 INFO [stderr] Compiling gl v0.6.5 Nov 17 14:08:52.680 INFO [stderr] Compiling image v0.14.0 Nov 17 14:09:31.715 INFO [stderr] Compiling libloading v0.3.4 Nov 17 14:09:49.588 INFO [stderr] Compiling dlib v0.3.1 Nov 17 14:09:51.248 INFO [stderr] Compiling wayland-sys v0.8.7 Nov 17 14:09:53.984 INFO [stderr] Compiling wayland-client v0.8.7 Nov 17 14:09:57.615 INFO [stderr] Compiling wayland-window v0.5.0 Nov 17 14:09:57.615 INFO [stderr] Compiling wayland-kbd v0.8.0 Nov 17 14:10:02.240 INFO [stderr] Compiling winit v0.6.4 Nov 17 14:10:16.239 INFO [stderr] Compiling pistoncore-glutin_window v0.37.0 Nov 17 14:10:18.055 INFO [stderr] Compiling gfx v0.16.3 Nov 17 14:10:18.055 INFO [stderr] Compiling gfx_device_gl v0.14.6 Nov 17 14:10:31.075 INFO [stderr] Compiling piston-gfx_texture v0.25.0 Nov 17 14:10:33.711 INFO [stderr] Compiling piston2d-gfx_graphics v0.41.0 Nov 17 14:10:39.043 INFO [stderr] Compiling piston_window v0.67.0 Nov 17 14:10:42.874 INFO [stderr] Compiling cube_game v0.1.0 (/source) Nov 17 14:10:46.451 INFO [stderr] error[E0063]: missing field `radius` in initializer of `Game` Nov 17 14:10:46.451 INFO [stderr] --> src/main.rs:15:9 Nov 17 14:10:46.451 INFO [stderr] | Nov 17 14:10:46.451 INFO [stderr] 15 | Game { rotation : 0.0, x : 0.0, y : 0.0, up_d: false, down_d: false, left_d: false, right_d: false } Nov 17 14:10:46.451 INFO [stderr] | ^^^^ missing `radius` Nov 17 14:10:46.451 INFO [stderr] Nov 17 14:10:46.548 INFO [stderr] error[E0599]: no method named `radius` found for type `[[f64; 3]; 2]` in the current scope Nov 17 14:10:46.548 INFO [stderr] --> src/main.rs:27:90 Nov 17 14:10:46.548 INFO [stderr] | Nov 17 14:10:46.548 INFO [stderr] 27 | rectangle(WHITE, square, center.trans(self.x, self.y).rot_rad(self.rotation).radius(self.size).trans(-50.0, -50.0), g); Nov 17 14:10:46.548 INFO [stderr] | ^^^^^^ Nov 17 14:10:46.548 INFO [stderr] Nov 17 14:10:46.549 INFO [stderr] error[E0609]: no field `size` on type `&mut Game` Nov 17 14:10:46.549 INFO [stderr] --> src/main.rs:27:102 Nov 17 14:10:46.549 INFO [stderr] | Nov 17 14:10:46.549 INFO [stderr] 27 | rectangle(WHITE, square, center.trans(self.x, self.y).rot_rad(self.rotation).radius(self.size).trans(-50.0, -50.0), g); Nov 17 14:10:46.549 INFO [stderr] | ^^^^ Nov 17 14:10:46.550 INFO [stderr] Nov 17 14:10:46.561 INFO [stderr] error[E0609]: no field `size` on type `&mut Game` Nov 17 14:10:46.561 INFO [stderr] --> src/main.rs:36:27 Nov 17 14:10:46.561 INFO [stderr] | Nov 17 14:10:46.561 INFO [stderr] 36 | if self.y <= self.size { Nov 17 14:10:46.561 INFO [stderr] | ^^^^ Nov 17 14:10:46.561 INFO [stderr] Nov 17 14:10:46.586 INFO [stderr] error: aborting due to 4 previous errors Nov 17 14:10:46.586 INFO [stderr] Nov 17 14:10:46.586 INFO [stderr] Some errors occurred: E0063, E0599, E0609. Nov 17 14:10:46.586 INFO [stderr] For more information about an error, try `rustc --explain E0063`. Nov 17 14:10:46.609 INFO [stderr] error: Could not compile `cube_game`. Nov 17 14:10:46.609 INFO [stderr] Nov 17 14:10:46.609 INFO [stderr] To learn more, run the command again with --verbose. Nov 17 14:10:46.612 INFO [stderr] su: No module specific data is present Nov 17 14:10:47.022 INFO running `"docker" "inspect" "6f34869c210f689f136c4ec332e25f3beba3036b74ca9b7e1d427bab25cbc3d8"` Nov 17 14:10:47.136 INFO running `"docker" "rm" "-f" "6f34869c210f689f136c4ec332e25f3beba3036b74ca9b7e1d427bab25cbc3d8"` Nov 17 14:10:47.267 INFO [stdout] 6f34869c210f689f136c4ec332e25f3beba3036b74ca9b7e1d427bab25cbc3d8