Nov 17 14:08:18.956 INFO testing Kranando/cube_game against try#2e026d6e5d7621634147ad4c8074f1d964dbb1be for pr-55982 Nov 17 14:08:18.958 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-7/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-7/pr-55982/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/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 +2e026d6e5d7621634147ad4c8074f1d964dbb1be-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:19.617 INFO [stdout] 139a1d8537e67ef5bf4830e5f4fe4aa10427b3c7c301655cc4dcf8dfbcd762a6 Nov 17 14:08:19.620 INFO running `"docker" "start" "-a" "139a1d8537e67ef5bf4830e5f4fe4aa10427b3c7c301655cc4dcf8dfbcd762a6"` Nov 17 14:08:21.231 INFO [stderr] usermod: no changes Nov 17 14:08:21.583 INFO [stderr] Compiling phf_generator v0.7.23 Nov 17 14:08:21.595 INFO [stderr] Compiling piston2d-graphics v0.21.1 Nov 17 14:08:21.597 INFO [stderr] Compiling rusttype v0.2.3 Nov 17 14:08:21.611 INFO [stderr] Compiling tempfile v2.2.0 Nov 17 14:08:21.619 INFO [stderr] Compiling gl_generator v0.5.5 Nov 17 14:08:21.620 INFO [stderr] Compiling gl_generator v0.6.1 Nov 17 14:08:21.621 INFO [stderr] Compiling gl_generator v0.7.0 Nov 17 14:08:21.621 INFO [stderr] Compiling gfx_core v0.7.2 Nov 17 14:08:26.133 INFO [stderr] Compiling phf_codegen v0.7.23 Nov 17 14:08:26.207 INFO [stderr] Compiling png v0.8.0 Nov 17 14:08:40.288 INFO [stderr] Compiling target_build_utils v0.3.1 Nov 17 14:08:40.520 INFO [stderr] Compiling glutin v0.8.1 Nov 17 14:08:40.641 INFO [stderr] Compiling gl v0.6.5 Nov 17 14:08:40.817 INFO [stderr] Compiling jpeg-decoder v0.1.15 Nov 17 14:08:41.280 INFO [stderr] Compiling gfx_gl v0.4.0 Nov 17 14:09:00.504 INFO [stderr] Compiling image v0.14.0 Nov 17 14:09:28.780 INFO [stderr] Compiling libloading v0.3.4 Nov 17 14:09:43.799 INFO [stderr] Compiling dlib v0.3.1 Nov 17 14:09:44.859 INFO [stderr] Compiling wayland-sys v0.8.7 Nov 17 14:09:49.255 INFO [stderr] Compiling wayland-client v0.8.7 Nov 17 14:09:53.669 INFO [stderr] Compiling wayland-kbd v0.8.0 Nov 17 14:09:53.679 INFO [stderr] Compiling wayland-window v0.5.0 Nov 17 14:09:58.427 INFO [stderr] Compiling winit v0.6.4 Nov 17 14:10:08.199 INFO [stderr] Compiling gfx v0.16.3 Nov 17 14:10:08.199 INFO [stderr] Compiling gfx_device_gl v0.14.6 Nov 17 14:10:14.907 INFO [stderr] Compiling pistoncore-glutin_window v0.37.0 Nov 17 14:10:25.419 INFO [stderr] Compiling piston-gfx_texture v0.25.0 Nov 17 14:10:28.043 INFO [stderr] Compiling piston2d-gfx_graphics v0.41.0 Nov 17 14:10:33.076 INFO [stderr] Compiling piston_window v0.67.0 Nov 17 14:10:36.717 INFO [stderr] Compiling cube_game v0.1.0 (/source) Nov 17 14:10:40.451 INFO [stderr] error[E0063]: missing field `radius` in initializer of `Game` Nov 17 14:10:40.451 INFO [stderr] --> src/main.rs:15:9 Nov 17 14:10:40.451 INFO [stderr] | Nov 17 14:10:40.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:40.451 INFO [stderr] | ^^^^ missing `radius` Nov 17 14:10:40.451 INFO [stderr] Nov 17 14:10:40.555 INFO [stderr] error[E0599]: no method named `radius` found for type `[[f64; 3]; 2]` in the current scope Nov 17 14:10:40.555 INFO [stderr] --> src/main.rs:27:90 Nov 17 14:10:40.555 INFO [stderr] | Nov 17 14:10:40.555 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:40.555 INFO [stderr] | ^^^^^^ Nov 17 14:10:40.555 INFO [stderr] Nov 17 14:10:40.555 INFO [stderr] error[E0609]: no field `size` on type `&mut Game` Nov 17 14:10:40.555 INFO [stderr] --> src/main.rs:27:102 Nov 17 14:10:40.555 INFO [stderr] | Nov 17 14:10:40.555 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:40.555 INFO [stderr] | ^^^^ Nov 17 14:10:40.555 INFO [stderr] Nov 17 14:10:40.575 INFO [stderr] error[E0609]: no field `size` on type `&mut Game` Nov 17 14:10:40.575 INFO [stderr] --> src/main.rs:36:27 Nov 17 14:10:40.575 INFO [stderr] | Nov 17 14:10:40.575 INFO [stderr] 36 | if self.y <= self.size { Nov 17 14:10:40.575 INFO [stderr] | ^^^^ Nov 17 14:10:40.575 INFO [stderr] Nov 17 14:10:40.603 INFO [stderr] error: aborting due to 4 previous errors Nov 17 14:10:40.603 INFO [stderr] Nov 17 14:10:40.603 INFO [stderr] Some errors occurred: E0063, E0599, E0609. Nov 17 14:10:40.603 INFO [stderr] For more information about an error, try `rustc --explain E0063`. Nov 17 14:10:40.643 INFO [stderr] error: Could not compile `cube_game`. Nov 17 14:10:40.643 INFO [stderr] Nov 17 14:10:40.643 INFO [stderr] To learn more, run the command again with --verbose. Nov 17 14:10:40.647 INFO [stderr] su: No module specific data is present Nov 17 14:10:41.760 INFO running `"docker" "inspect" "139a1d8537e67ef5bf4830e5f4fe4aa10427b3c7c301655cc4dcf8dfbcd762a6"` Nov 17 14:10:42.147 INFO running `"docker" "rm" "-f" "139a1d8537e67ef5bf4830e5f4fe4aa10427b3c7c301655cc4dcf8dfbcd762a6"` Nov 17 14:10:42.457 INFO [stdout] 139a1d8537e67ef5bf4830e5f4fe4aa10427b3c7c301655cc4dcf8dfbcd762a6