Oct 15 09:28:10.063 INFO testing Kranando/cube_game against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 09:28:10.063 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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"` Oct 15 09:28:10.439 INFO blam! 741e301697285a8caa6852866346e19b7908cd7dda6b96284a474c674b12d773 Oct 15 09:28:10.441 INFO running `"docker" "start" "-a" "741e301697285a8caa6852866346e19b7908cd7dda6b96284a474c674b12d773"` Oct 15 09:28:11.774 INFO kablam! usermod: no changes Oct 15 09:28:12.191 INFO kablam! Compiling phf_shared v0.7.23 Oct 15 09:28:12.201 INFO kablam! Compiling rusttype v0.2.3 Oct 15 09:28:12.201 INFO kablam! Compiling tempfile v2.2.0 Oct 15 09:28:12.202 INFO kablam! Compiling num-traits v0.1.43 Oct 15 09:28:12.202 INFO kablam! Compiling gl_generator v0.5.5 Oct 15 09:28:12.207 INFO kablam! Compiling gl_generator v0.6.1 Oct 15 09:28:12.207 INFO kablam! Compiling gl_generator v0.7.0 Oct 15 09:28:12.208 INFO kablam! Compiling gfx_core v0.7.2 Oct 15 09:28:14.823 INFO kablam! Compiling shared_library v0.1.9 Oct 15 09:28:15.379 INFO kablam! Compiling x11-dl v2.18.3 Oct 15 09:28:20.340 INFO kablam! Compiling fs2 v0.2.5 Oct 15 09:28:20.469 INFO kablam! Compiling serde_json v0.9.10 Oct 15 09:28:24.295 INFO kablam! Compiling enum_primitive v0.1.1 Oct 15 09:28:37.115 INFO kablam! Compiling png v0.8.0 Oct 15 09:28:37.227 INFO kablam! Compiling phf_generator v0.7.23 Oct 15 09:28:37.339 INFO kablam! Compiling phf v0.7.23 Oct 15 09:28:37.383 INFO kablam! Compiling osmesa-sys v0.1.2 Oct 15 09:28:37.596 INFO kablam! Compiling memmap v0.4.0 Oct 15 09:28:45.091 INFO kablam! Compiling glutin v0.8.1 Oct 15 09:28:45.156 INFO kablam! Compiling gfx_gl v0.4.0 Oct 15 09:28:45.158 INFO kablam! Compiling gl v0.6.5 Oct 15 09:28:45.276 INFO kablam! Compiling rayon-core v1.4.1 Oct 15 09:28:45.432 INFO kablam! Compiling phf_codegen v0.7.23 Oct 15 09:29:03.711 INFO kablam! Compiling target_build_utils v0.3.1 Oct 15 09:29:03.767 INFO kablam! Compiling rayon v1.0.2 Oct 15 09:29:32.291 INFO kablam! Compiling jpeg-decoder v0.1.15 Oct 15 09:29:44.268 INFO kablam! Compiling image v0.14.0 Oct 15 09:29:49.484 INFO kablam! Compiling libloading v0.3.4 Oct 15 09:29:55.899 INFO kablam! Compiling dlib v0.3.1 Oct 15 09:29:56.851 INFO kablam! Compiling wayland-sys v0.8.7 Oct 15 09:30:00.548 INFO kablam! Compiling wayland-client v0.8.7 Oct 15 09:30:08.735 INFO kablam! Compiling wayland-kbd v0.8.0 Oct 15 09:30:08.735 INFO kablam! Compiling wayland-window v0.5.0 Oct 15 09:30:18.788 INFO kablam! Compiling winit v0.6.4 Oct 15 09:30:26.420 INFO kablam! Compiling gfx v0.16.3 Oct 15 09:30:26.420 INFO kablam! Compiling gfx_device_gl v0.14.6 Oct 15 09:30:38.969 INFO kablam! Compiling pistoncore-glutin_window v0.37.0 Oct 15 09:30:47.331 INFO kablam! Compiling piston-gfx_texture v0.25.0 Oct 15 09:30:49.753 INFO kablam! Compiling piston2d-gfx_graphics v0.41.0 Oct 15 09:30:54.206 INFO kablam! Compiling piston_window v0.67.0 Oct 15 09:30:57.611 INFO kablam! Compiling cube_game v0.1.0 (/source) Oct 15 09:31:00.591 INFO kablam! error[E0063]: missing field `radius` in initializer of `Game` Oct 15 09:31:00.591 INFO kablam! --> src/main.rs:15:9 Oct 15 09:31:00.591 INFO kablam! | Oct 15 09:31:00.591 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 15 09:31:00.592 INFO kablam! | ^^^^ missing `radius` Oct 15 09:31:00.592 INFO kablam! Oct 15 09:31:00.734 INFO kablam! error[E0599]: no method named `radius` found for type `[[f64; 3]; 2]` in the current scope Oct 15 09:31:00.734 INFO kablam! --> src/main.rs:27:90 Oct 15 09:31:00.734 INFO kablam! | Oct 15 09:31:00.734 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 15 09:31:00.734 INFO kablam! | ^^^^^^ Oct 15 09:31:00.734 INFO kablam! Oct 15 09:31:00.735 INFO kablam! error[E0609]: no field `size` on type `&mut Game` Oct 15 09:31:00.735 INFO kablam! --> src/main.rs:27:102 Oct 15 09:31:00.735 INFO kablam! | Oct 15 09:31:00.735 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 15 09:31:00.735 INFO kablam! | ^^^^ Oct 15 09:31:00.735 INFO kablam! Oct 15 09:31:00.759 INFO kablam! error[E0609]: no field `size` on type `&mut Game` Oct 15 09:31:00.759 INFO kablam! --> src/main.rs:36:27 Oct 15 09:31:00.759 INFO kablam! | Oct 15 09:31:00.760 INFO kablam! 36 | if self.y <= self.size { Oct 15 09:31:00.760 INFO kablam! | ^^^^ Oct 15 09:31:00.760 INFO kablam! Oct 15 09:31:00.803 INFO kablam! error: aborting due to 4 previous errors Oct 15 09:31:00.803 INFO kablam! Oct 15 09:31:00.803 INFO kablam! Some errors occurred: E0063, E0599, E0609. Oct 15 09:31:00.803 INFO kablam! For more information about an error, try `rustc --explain E0063`. Oct 15 09:31:00.843 INFO kablam! error: Could not compile `cube_game`. Oct 15 09:31:00.843 INFO kablam! Oct 15 09:31:00.843 INFO kablam! To learn more, run the command again with --verbose. Oct 15 09:31:00.845 INFO kablam! su: No module specific data is present Oct 15 09:31:02.401 INFO running `"docker" "rm" "-f" "741e301697285a8caa6852866346e19b7908cd7dda6b96284a474c674b12d773"` Oct 15 09:31:02.709 INFO blam! 741e301697285a8caa6852866346e19b7908cd7dda6b96284a474c674b12d773