Dec 06 12:28:06.028 INFO testing Kranando/cube_game against try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468 for pr-56514 Dec 06 12:28:06.028 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-4/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-4/pr-56514/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/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 +6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468-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"` Dec 06 12:28:06.544 INFO [stdout] 7f63d57256f88c7bbb7d4bb6e0e05b6b268a5b83fcaf1e5dace37bdeafa7f482 Dec 06 12:28:06.546 INFO running `"docker" "start" "-a" "7f63d57256f88c7bbb7d4bb6e0e05b6b268a5b83fcaf1e5dace37bdeafa7f482"` Dec 06 12:28:08.308 INFO [stderr] usermod: no changes Dec 06 12:28:08.692 INFO [stderr] Compiling phf_generator v0.7.23 Dec 06 12:28:08.692 INFO [stderr] Compiling rusttype v0.2.3 Dec 06 12:28:08.692 INFO [stderr] Compiling gl_generator v0.5.5 Dec 06 12:28:08.692 INFO [stderr] Compiling gl_generator v0.6.1 Dec 06 12:28:08.692 INFO [stderr] Compiling gl_generator v0.7.0 Dec 06 12:28:08.696 INFO [stderr] Compiling gfx_core v0.7.2 Dec 06 12:28:08.714 INFO [stderr] Compiling crossbeam-epoch v0.3.1 Dec 06 12:28:08.721 INFO [stderr] Compiling png v0.8.0 Dec 06 12:28:11.344 INFO [stderr] Compiling phf_codegen v0.7.23 Dec 06 12:28:14.908 INFO [stderr] Compiling target_build_utils v0.3.1 Dec 06 12:28:14.941 INFO [stderr] Compiling crossbeam-deque v0.2.0 Dec 06 12:28:24.269 INFO [stderr] Compiling rayon-core v1.4.1 Dec 06 12:28:24.384 INFO [stderr] Compiling gl v0.6.5 Dec 06 12:28:24.384 INFO [stderr] Compiling gfx_gl v0.4.0 Dec 06 12:28:26.436 INFO [stderr] Compiling glutin v0.8.1 Dec 06 12:28:34.360 INFO [stderr] Compiling rayon v1.0.2 Dec 06 12:28:54.132 INFO [stderr] Compiling jpeg-decoder v0.1.15 Dec 06 12:28:59.038 INFO [stderr] Compiling libloading v0.3.4 Dec 06 12:29:04.452 INFO [stderr] Compiling image v0.14.0 Dec 06 12:29:06.352 INFO [stderr] Compiling dlib v0.3.1 Dec 06 12:29:07.392 INFO [stderr] Compiling wayland-sys v0.8.7 Dec 06 12:29:11.196 INFO [stderr] Compiling wayland-client v0.8.7 Dec 06 12:29:16.246 INFO [stderr] Compiling wayland-window v0.5.0 Dec 06 12:29:16.248 INFO [stderr] Compiling wayland-kbd v0.8.0 Dec 06 12:29:20.872 INFO [stderr] Compiling winit v0.6.4 Dec 06 12:29:42.035 INFO [stderr] Compiling gfx v0.16.3 Dec 06 12:29:42.037 INFO [stderr] Compiling gfx_device_gl v0.14.6 Dec 06 12:29:45.306 INFO [stderr] Compiling pistoncore-glutin_window v0.37.0 Dec 06 12:29:54.637 INFO [stderr] Compiling piston-gfx_texture v0.25.0 Dec 06 12:29:56.458 INFO [stderr] Compiling piston2d-gfx_graphics v0.41.0 Dec 06 12:30:00.305 INFO [stderr] Compiling piston_window v0.67.0 Dec 06 12:30:02.865 INFO [stderr] Compiling cube_game v0.1.0 (/source) Dec 06 12:30:05.100 INFO [stderr] error[E0063]: missing field `radius` in initializer of `Game` Dec 06 12:30:05.100 INFO [stderr] --> src/main.rs:15:9 Dec 06 12:30:05.100 INFO [stderr] | Dec 06 12:30:05.101 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 } Dec 06 12:30:05.101 INFO [stderr] | ^^^^ missing `radius` Dec 06 12:30:05.101 INFO [stderr] Dec 06 12:30:05.195 INFO [stderr] error[E0599]: no method named `radius` found for type `[[f64; 3]; 2]` in the current scope Dec 06 12:30:05.195 INFO [stderr] --> src/main.rs:27:90 Dec 06 12:30:05.195 INFO [stderr] | Dec 06 12:30:05.195 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); Dec 06 12:30:05.195 INFO [stderr] | ^^^^^^ Dec 06 12:30:05.195 INFO [stderr] Dec 06 12:30:05.196 INFO [stderr] error[E0609]: no field `size` on type `&mut Game` Dec 06 12:30:05.196 INFO [stderr] --> src/main.rs:27:102 Dec 06 12:30:05.196 INFO [stderr] | Dec 06 12:30:05.196 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); Dec 06 12:30:05.196 INFO [stderr] | ^^^^ Dec 06 12:30:05.196 INFO [stderr] Dec 06 12:30:05.206 INFO [stderr] error[E0609]: no field `size` on type `&mut Game` Dec 06 12:30:05.206 INFO [stderr] --> src/main.rs:36:27 Dec 06 12:30:05.206 INFO [stderr] | Dec 06 12:30:05.206 INFO [stderr] 36 | if self.y <= self.size { Dec 06 12:30:05.206 INFO [stderr] | ^^^^ Dec 06 12:30:05.206 INFO [stderr] Dec 06 12:30:05.230 INFO [stderr] error: aborting due to 4 previous errors Dec 06 12:30:05.230 INFO [stderr] Dec 06 12:30:05.230 INFO [stderr] Some errors occurred: E0063, E0599, E0609. Dec 06 12:30:05.230 INFO [stderr] For more information about an error, try `rustc --explain E0063`. Dec 06 12:30:05.249 INFO [stderr] error: Could not compile `cube_game`. Dec 06 12:30:05.249 INFO [stderr] Dec 06 12:30:05.249 INFO [stderr] To learn more, run the command again with --verbose. Dec 06 12:30:05.252 INFO [stderr] su: No module specific data is present Dec 06 12:30:05.534 INFO running `"docker" "inspect" "7f63d57256f88c7bbb7d4bb6e0e05b6b268a5b83fcaf1e5dace37bdeafa7f482"` Dec 06 12:30:05.634 INFO running `"docker" "rm" "-f" "7f63d57256f88c7bbb7d4bb6e0e05b6b268a5b83fcaf1e5dace37bdeafa7f482"` Dec 06 12:30:05.764 INFO [stdout] 7f63d57256f88c7bbb7d4bb6e0e05b6b268a5b83fcaf1e5dace37bdeafa7f482