Sep 20 01:02:17.300 INFO checking layout2d-0.1.2 against try#135b4cd023a753409d01e43b0f23d22a899feeeb for pr-54352 Sep 20 01:02:17.301 INFO running: cargo +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets Sep 20 01:02:17.301 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-54352/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-1/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 20 01:02:17.431 INFO blam! 414e55ce13d9832431d9d94f6641b66a8fb402ba27d2fe3758b3ca2e81f7308f Sep 20 01:02:17.433 INFO running `"docker" "start" "-a" "414e55ce13d9832431d9d94f6641b66a8fb402ba27d2fe3758b3ca2e81f7308f"` Sep 20 01:02:18.820 INFO kablam! usermod: no changes Sep 20 01:02:18.863 INFO kablam! Checking layout2d v0.1.2 (/source) Sep 20 01:02:19.201 INFO kablam! error[E0432]: unresolved import `input` Sep 20 01:02:19.201 INFO kablam! --> src/ui_screen.rs:181:9 Sep 20 01:02:19.201 INFO kablam! | Sep 20 01:02:19.201 INFO kablam! 181 | use input; Sep 20 01:02:19.201 INFO kablam! | ^^^^^ no `input` in the root Sep 20 01:02:19.201 INFO kablam! Sep 20 01:02:19.206 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `test` Sep 20 01:02:19.206 INFO kablam! --> src/rect.rs:167:32 Sep 20 01:02:19.206 INFO kablam! | Sep 20 01:02:19.206 INFO kablam! 167 | fn bench_rotate_center(b: &mut test::Bencher) { Sep 20 01:02:19.206 INFO kablam! | ^^^^ Use of undeclared type or module `test` Sep 20 01:02:19.206 INFO kablam! Sep 20 01:02:19.206 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `DebugColor` Sep 20 01:02:19.206 INFO kablam! --> src/rect.rs:168:63 Sep 20 01:02:19.206 INFO kablam! | Sep 20 01:02:19.206 INFO kablam! 168 | let mut rect = Rect::new(200.0, 400.0, 400.0, 600.0, 0.0, DebugColor::yellow()); Sep 20 01:02:19.206 INFO kablam! | ^^^^^^^^^^ Use of undeclared type or module `DebugColor` Sep 20 01:02:19.206 INFO kablam! Sep 20 01:02:19.210 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 20 01:02:19.210 INFO kablam! --> src/rect.rs:171:28 Sep 20 01:02:19.210 INFO kablam! | Sep 20 01:02:19.210 INFO kablam! 171 | rect.rotate_center(rand::random::()); Sep 20 01:02:19.211 INFO kablam! | ^^^^ Sep 20 01:02:19.211 INFO kablam! | Sep 20 01:02:19.211 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 20 01:02:19.211 INFO kablam! Sep 20 01:02:19.211 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `test` Sep 20 01:02:19.211 INFO kablam! --> src/rect.rs:178:28 Sep 20 01:02:19.211 INFO kablam! | Sep 20 01:02:19.211 INFO kablam! 178 | fn bench_translate(b: &mut test::Bencher) { Sep 20 01:02:19.211 INFO kablam! | ^^^^ Use of undeclared type or module `test` Sep 20 01:02:19.211 INFO kablam! Sep 20 01:02:19.211 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `DebugColor` Sep 20 01:02:19.211 INFO kablam! --> src/rect.rs:179:63 Sep 20 01:02:19.211 INFO kablam! | Sep 20 01:02:19.211 INFO kablam! 179 | let mut rect = Rect::new(200.0, 400.0, 400.0, 600.0, 0.0, DebugColor::yellow()); Sep 20 01:02:19.211 INFO kablam! | ^^^^^^^^^^ Use of undeclared type or module `DebugColor` Sep 20 01:02:19.211 INFO kablam! Sep 20 01:02:19.211 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 20 01:02:19.211 INFO kablam! --> src/rect.rs:182:24 Sep 20 01:02:19.211 INFO kablam! | Sep 20 01:02:19.211 INFO kablam! 182 | rect.translate(rand::random::(), rand::random::()); Sep 20 01:02:19.211 INFO kablam! | ^^^^ Sep 20 01:02:19.211 INFO kablam! | Sep 20 01:02:19.211 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 20 01:02:19.211 INFO kablam! Sep 20 01:02:19.211 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 20 01:02:19.211 INFO kablam! --> src/rect.rs:182:47 Sep 20 01:02:19.211 INFO kablam! | Sep 20 01:02:19.211 INFO kablam! 182 | rect.translate(rand::random::(), rand::random::()); Sep 20 01:02:19.211 INFO kablam! | ^^^^ Sep 20 01:02:19.211 INFO kablam! | Sep 20 01:02:19.211 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 20 01:02:19.211 INFO kablam! Sep 20 01:02:19.211 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `test` Sep 20 01:02:19.211 INFO kablam! --> src/ui_screen.rs:177:42 Sep 20 01:02:19.211 INFO kablam! | Sep 20 01:02:19.211 INFO kablam! 177 | fn bench_ui_screen_layout_simple(b: &mut test::Bencher) { Sep 20 01:02:19.211 INFO kablam! | ^^^^ Use of undeclared type or module `test` Sep 20 01:02:19.211 INFO kablam! Sep 20 01:02:19.211 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `DebugColor` Sep 20 01:02:19.211 INFO kablam! --> src/ui_screen.rs:194:36 Sep 20 01:02:19.211 INFO kablam! | Sep 20 01:02:19.211 INFO kablam! 194 | FlexDirection::Column, DebugColor::green())); Sep 20 01:02:19.211 INFO kablam! | ^^^^^^^^^^ Use of undeclared type or module `DebugColor` Sep 20 01:02:19.211 INFO kablam! Sep 20 01:02:19.211 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `DebugColor` Sep 20 01:02:19.211 INFO kablam! --> src/ui_screen.rs:199:29 Sep 20 01:02:19.211 INFO kablam! | Sep 20 01:02:19.211 INFO kablam! 199 | FlexDirection::Row, DebugColor::blue())); Sep 20 01:02:19.211 INFO kablam! | ^^^^^^^^^^ Use of undeclared type or module `DebugColor` Sep 20 01:02:19.211 INFO kablam! Sep 20 01:02:19.211 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `DebugColor` Sep 20 01:02:19.211 INFO kablam! --> src/ui_screen.rs:204:40 Sep 20 01:02:19.211 INFO kablam! | Sep 20 01:02:19.211 INFO kablam! 204 | FlexDirection::Column, DebugColor::red())); Sep 20 01:02:19.211 INFO kablam! | ^^^^^^^^^^ Use of undeclared type or module `DebugColor` Sep 20 01:02:19.211 INFO kablam! Sep 20 01:02:19.211 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `DebugColor` Sep 20 01:02:19.211 INFO kablam! --> src/ui_screen.rs:209:40 Sep 20 01:02:19.211 INFO kablam! | Sep 20 01:02:19.211 INFO kablam! 209 | FlexDirection::Column, DebugColor::blue())); Sep 20 01:02:19.211 INFO kablam! | ^^^^^^^^^^ Use of undeclared type or module `DebugColor` Sep 20 01:02:19.211 INFO kablam! Sep 20 01:02:19.214 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `glium` Sep 20 01:02:19.214 INFO kablam! --> src/ui_screen.rs:218:25 Sep 20 01:02:19.214 INFO kablam! | Sep 20 01:02:19.214 INFO kablam! 218 | let event = glium::glutin::Event::Resized(rand::random::(), rand::random::()); Sep 20 01:02:19.214 INFO kablam! | ^^^^^ Use of undeclared type or module `glium` Sep 20 01:02:19.214 INFO kablam! Sep 20 01:02:19.412 INFO kablam! error[E0061]: this function takes 3 parameters but 2 parameters were supplied Sep 20 01:02:19.412 INFO kablam! --> src/ui_screen.rs:188:25 Sep 20 01:02:19.412 INFO kablam! | Sep 20 01:02:19.412 INFO kablam! 19 | / pub fn new(initial_width: f32, initial_height: f32, data: NodeData) Sep 20 01:02:19.412 INFO kablam! 20 | | -> Self Sep 20 01:02:19.412 INFO kablam! 21 | | { Sep 20 01:02:19.412 INFO kablam! 22 | | Self { Sep 20 01:02:19.412 INFO kablam! 23 | | root: NodeRef::new(Rect::new(0.0, initial_height, 0.0, initial_width, 0.0, data)) Sep 20 01:02:19.412 INFO kablam! 24 | | } Sep 20 01:02:19.412 INFO kablam! 25 | | } Sep 20 01:02:19.412 INFO kablam! | |_____- defined here Sep 20 01:02:19.412 INFO kablam! ... Sep 20 01:02:19.412 INFO kablam! 188 | let mut ui_screen = UiScreen::new(INITIAL_WIDTH, INITIAL_HEIGHT) Sep 20 01:02:19.412 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 3 parameters Sep 20 01:02:19.412 INFO kablam! Sep 20 01:02:19.435 INFO kablam! error[E0308]: mismatched types Sep 20 01:02:19.435 INFO kablam! --> src/ui_screen.rs:214:27 Sep 20 01:02:19.436 INFO kablam! | Sep 20 01:02:19.436 INFO kablam! 214 | ui_screen.root.append(top_bar_wrapper); Sep 20 01:02:19.436 INFO kablam! | ^^^^^^^^^^^^^^^ expected struct `rect::Rect`, found struct `node_data::NodeData` Sep 20 01:02:19.436 INFO kablam! | Sep 20 01:02:19.436 INFO kablam! = note: expected type `rctree::NodeRef>` Sep 20 01:02:19.436 INFO kablam! found type `rctree::NodeRef>` Sep 20 01:02:19.436 INFO kablam! Sep 20 01:02:19.453 INFO kablam! error[E0308]: mismatched types Sep 20 01:02:19.453 INFO kablam! --> src/ui_screen.rs:215:27 Sep 20 01:02:19.453 INFO kablam! | Sep 20 01:02:19.453 INFO kablam! 215 | ui_screen.root.append(explorer_wrapper); Sep 20 01:02:19.453 INFO kablam! | ^^^^^^^^^^^^^^^^ expected struct `rect::Rect`, found struct `node_data::NodeData` Sep 20 01:02:19.453 INFO kablam! | Sep 20 01:02:19.453 INFO kablam! = note: expected type `rctree::NodeRef>` Sep 20 01:02:19.453 INFO kablam! found type `rctree::NodeRef>` Sep 20 01:02:19.453 INFO kablam! Sep 20 01:02:19.453 INFO kablam! error[E0061]: this function takes 2 parameters but 0 parameters were supplied Sep 20 01:02:19.453 INFO kablam! --> src/ui_screen.rs:220:31 Sep 20 01:02:19.453 INFO kablam! | Sep 20 01:02:19.453 INFO kablam! 37 | / pub fn into_rectangles(&mut self, root_width: f32, root_height: f32) Sep 20 01:02:19.453 INFO kablam! 38 | | -> Vec> Sep 20 01:02:19.453 INFO kablam! 39 | | { Sep 20 01:02:19.453 INFO kablam! 40 | | self.root.borrow_mut().data.width = Some(root_width); Sep 20 01:02:19.453 INFO kablam! ... | Sep 20 01:02:19.453 INFO kablam! 56 | | &mut cur_offset_width, &mut cur_offset_height) Sep 20 01:02:19.453 INFO kablam! 57 | | } Sep 20 01:02:19.453 INFO kablam! | |_____- defined here Sep 20 01:02:19.453 INFO kablam! ... Sep 20 01:02:19.453 INFO kablam! 220 | let _ = ui_screen.into_rectangles(); Sep 20 01:02:19.453 INFO kablam! | ^^^^^^^^^^^^^^^ expected 2 parameters Sep 20 01:02:19.453 INFO kablam! Sep 20 01:02:19.462 INFO kablam! error: aborting due to 18 previous errors Sep 20 01:02:19.462 INFO kablam! Sep 20 01:02:19.462 INFO kablam! Some errors occurred: E0061, E0308, E0432, E0433, E0658. Sep 20 01:02:19.462 INFO kablam! For more information about an error, try `rustc --explain E0061`. Sep 20 01:02:19.469 INFO kablam! error: Could not compile `layout2d`. Sep 20 01:02:19.469 INFO kablam! Sep 20 01:02:19.469 INFO kablam! To learn more, run the command again with --verbose. Sep 20 01:02:19.470 INFO kablam! su: No module specific data is present Sep 20 01:02:20.352 INFO running `"docker" "rm" "-f" "414e55ce13d9832431d9d94f6641b66a8fb402ba27d2fe3758b3ca2e81f7308f"` Sep 20 01:02:20.421 INFO blam! 414e55ce13d9832431d9d94f6641b66a8fb402ba27d2fe3758b3ca2e81f7308f