[INFO] updating cached repository https://github.com/Kranando/cube_game [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 4cb75d16d2e722b90c690704e9a277cebf68beb3 [INFO] testing Kranando/cube_game against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2FKranando%2Fcube_game" "work/builds/worker-8/source"` [INFO] [stderr] Cloning into 'work/builds/worker-8/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Kranando/cube_game on toolchain beta-2019-09-28 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/Kranando/cube_game [INFO] finished tweaking git repo https://github.com/Kranando/cube_game [INFO] tweaked toml for git repo https://github.com/Kranando/cube_game written to work/builds/worker-8/source/Cargo.toml [INFO] crate git repo https://github.com/Kranando/cube_game already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-8/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "build" "--frozen"` [INFO] [stdout] 5f4ed327692aa1ef5e504631ffd894195eb9795467e2bf044d452a9a2dee3608 [INFO] running `"docker" "start" "-a" "5f4ed327692aa1ef5e504631ffd894195eb9795467e2bf044d452a9a2dee3608"` [INFO] [stderr] Compiling shader_version v0.2.2 [INFO] [stderr] Compiling stb_truetype v0.2.4 [INFO] [stderr] Compiling wayland-scanner v0.8.7 [INFO] [stderr] Compiling pistoncore-input v0.18.0 [INFO] [stderr] Compiling gl_generator v0.7.0 [INFO] [stderr] Compiling gl_generator v0.6.1 [INFO] [stderr] Compiling piston2d-graphics v0.21.1 [INFO] [stderr] Compiling crossbeam-epoch v0.3.1 [INFO] [stderr] Compiling gfx_core v0.7.2 [INFO] [stderr] Compiling glutin v0.8.1 [INFO] [stderr] Compiling png v0.8.0 [INFO] [stderr] Compiling wayland-sys v0.8.7 [INFO] [stderr] Compiling crossbeam-deque v0.2.0 [INFO] [stderr] Compiling rusttype v0.2.3 [INFO] [stderr] Compiling rayon-core v1.4.1 [INFO] [stderr] Compiling wayland-client v0.8.7 [INFO] [stderr] Compiling pistoncore-window v0.27.0 [INFO] [stderr] Compiling gl v0.6.5 [INFO] [stderr] Compiling rayon v1.0.2 [INFO] [stderr] Compiling pistoncore-event_loop v0.32.0 [INFO] [stderr] Compiling gfx_gl v0.4.0 [INFO] [stderr] Compiling piston v0.32.0 [INFO] [stderr] Compiling wayland-kbd v0.8.0 [INFO] [stderr] Compiling wayland-window v0.5.0 [INFO] [stderr] Compiling jpeg-decoder v0.1.15 [INFO] [stderr] Compiling winit v0.6.4 [INFO] [stderr] Compiling image v0.14.0 [INFO] [stderr] Compiling pistoncore-glutin_window v0.37.0 [INFO] [stderr] Compiling gfx v0.16.3 [INFO] [stderr] Compiling gfx_device_gl v0.14.6 [INFO] [stderr] Compiling piston-gfx_texture v0.25.0 [INFO] [stderr] Compiling piston2d-gfx_graphics v0.41.0 [INFO] [stderr] Compiling piston_window v0.67.0 [INFO] [stderr] Compiling cube_game v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0063]: missing field `radius` in initializer of `Game` [INFO] [stderr] --> src/main.rs:15:9 [INFO] [stderr] | [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 } [INFO] [stderr] | ^^^^ missing `radius` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `radius` found for type `[[f64; 3]; 2]` in the current scope [INFO] [stderr] --> src/main.rs:27:90 [INFO] [stderr] | [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); [INFO] [stderr] | ^^^^^^ method not found in `[[f64; 3]; 2]` [INFO] [stderr] [INFO] [stderr] error[E0609]: no field `size` on type `&mut Game` [INFO] [stderr] --> src/main.rs:27:102 [INFO] [stderr] | [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); [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error[E0609]: no field `size` on type `&mut Game` [INFO] [stderr] --> src/main.rs:36:27 [INFO] [stderr] | [INFO] [stderr] 36 | if self.y <= self.size { [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0063, E0599, E0609. [INFO] [stderr] For more information about an error, try `rustc --explain E0063`. [INFO] [stderr] error: could not compile `cube_game`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "5f4ed327692aa1ef5e504631ffd894195eb9795467e2bf044d452a9a2dee3608"` [INFO] running `"docker" "rm" "-f" "5f4ed327692aa1ef5e504631ffd894195eb9795467e2bf044d452a9a2dee3608"` [INFO] [stdout] 5f4ed327692aa1ef5e504631ffd894195eb9795467e2bf044d452a9a2dee3608