Oct 15 09:28:10.417 INFO testing Kranando/cube_game against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 09:28:10.418 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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.949 INFO blam! 529401ce81ad24d442eb0bf8293ad9eb7402c7bb76703c196c5c90d4f913fd38 Oct 15 09:28:10.952 INFO running `"docker" "start" "-a" "529401ce81ad24d442eb0bf8293ad9eb7402c7bb76703c196c5c90d4f913fd38"` Oct 15 09:28:12.466 INFO kablam! usermod: no changes Oct 15 09:28:12.894 INFO kablam! Compiling wayland-scanner v0.8.7 Oct 15 09:28:12.903 INFO kablam! Compiling num-traits v0.1.43 Oct 15 09:28:12.919 INFO kablam! Compiling crossbeam-epoch v0.3.1 Oct 15 09:28:12.919 INFO kablam! Compiling shared_library v0.1.9 Oct 15 09:28:12.920 INFO kablam! Compiling x11-dl v2.18.3 Oct 15 09:28:12.920 INFO kablam! Compiling glutin v0.8.1 Oct 15 09:28:12.920 INFO kablam! Compiling png v0.8.0 Oct 15 09:28:14.763 INFO kablam! Compiling serde_json v0.9.10 Oct 15 09:28:14.763 INFO kablam! Compiling enum_primitive v0.1.1 Oct 15 09:28:18.223 INFO kablam! Compiling osmesa-sys v0.1.2 Oct 15 09:28:24.915 INFO kablam! Compiling crossbeam-deque v0.2.0 Oct 15 09:28:25.027 INFO kablam! Compiling wayland-client v0.8.7 Oct 15 09:28:29.921 INFO kablam! Compiling rayon-core v1.4.1 Oct 15 09:28:36.104 INFO kablam! Compiling target_build_utils v0.3.1 Oct 15 09:28:41.128 INFO kablam! Compiling rayon v1.0.2 Oct 15 09:28:44.411 INFO kablam! Compiling libloading v0.3.4 Oct 15 09:28:54.071 INFO kablam! Compiling dlib v0.3.1 Oct 15 09:28:54.917 INFO kablam! Compiling wayland-sys v0.8.7 Oct 15 09:28:58.484 INFO kablam! Compiling jpeg-decoder v0.1.15 Oct 15 09:29:02.660 INFO kablam! Compiling wayland-kbd v0.8.0 Oct 15 09:29:02.660 INFO kablam! Compiling wayland-window v0.5.0 Oct 15 09:29:06.865 INFO kablam! Compiling image v0.14.0 Oct 15 09:29:09.155 INFO kablam! Compiling winit v0.6.4 Oct 15 09:29:29.081 INFO kablam! Compiling pistoncore-glutin_window v0.37.0 Oct 15 09:29:36.466 INFO kablam! Compiling piston-gfx_texture v0.25.0 Oct 15 09:29:41.186 INFO kablam! Compiling piston2d-gfx_graphics v0.41.0 Oct 15 09:29:46.399 INFO kablam! Compiling piston_window v0.67.0 Oct 15 09:29:49.583 INFO kablam! Compiling cube_game v0.1.0 (/source) Oct 15 09:29:52.811 INFO kablam! error[E0063]: missing field `radius` in initializer of `Game` Oct 15 09:29:52.811 INFO kablam! --> src/main.rs:15:9 Oct 15 09:29:52.811 INFO kablam! | Oct 15 09:29:52.811 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:29:52.811 INFO kablam! | ^^^^ missing `radius` Oct 15 09:29:52.811 INFO kablam! Oct 15 09:29:52.951 INFO kablam! error[E0599]: no method named `radius` found for type `[[f64; 3]; 2]` in the current scope Oct 15 09:29:52.951 INFO kablam! --> src/main.rs:27:90 Oct 15 09:29:52.951 INFO kablam! | Oct 15 09:29:52.951 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:29:52.951 INFO kablam! | ^^^^^^ Oct 15 09:29:52.952 INFO kablam! Oct 15 09:29:52.968 INFO kablam! error[E0609]: no field `size` on type `&mut Game` Oct 15 09:29:52.968 INFO kablam! --> src/main.rs:27:102 Oct 15 09:29:52.968 INFO kablam! | Oct 15 09:29:52.968 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:29:52.968 INFO kablam! | ^^^^ Oct 15 09:29:52.968 INFO kablam! Oct 15 09:29:52.979 INFO kablam! error[E0609]: no field `size` on type `&mut Game` Oct 15 09:29:52.979 INFO kablam! --> src/main.rs:36:27 Oct 15 09:29:52.979 INFO kablam! | Oct 15 09:29:52.979 INFO kablam! 36 | if self.y <= self.size { Oct 15 09:29:52.979 INFO kablam! | ^^^^ Oct 15 09:29:52.979 INFO kablam! Oct 15 09:29:53.012 INFO kablam! error: aborting due to 4 previous errors Oct 15 09:29:53.013 INFO kablam! Oct 15 09:29:53.013 INFO kablam! Some errors occurred: E0063, E0599, E0609. Oct 15 09:29:53.014 INFO kablam! For more information about an error, try `rustc --explain E0063`. Oct 15 09:29:53.067 INFO kablam! error: Could not compile `cube_game`. Oct 15 09:29:53.068 INFO kablam! Oct 15 09:29:53.068 INFO kablam! To learn more, run the command again with --verbose. Oct 15 09:29:53.068 INFO kablam! su: No module specific data is present Oct 15 09:29:53.943 INFO running `"docker" "rm" "-f" "529401ce81ad24d442eb0bf8293ad9eb7402c7bb76703c196c5c90d4f913fd38"` Oct 15 09:29:54.290 INFO blam! 529401ce81ad24d442eb0bf8293ad9eb7402c7bb76703c196c5c90d4f913fd38