Sep 04 15:33:06.646 INFO checking layout2d-0.1.2 against try#5fe695a3844714c70e8f7731a553f7947987a68a for pr-53913 Sep 04 15:33:06.646 INFO running: cargo +5fe695a3844714c70e8f7731a553f7947987a68a-alt check --frozen --all --all-targets Sep 04 15:33:06.646 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53913/try#5fe695a3844714c70e8f7731a553f7947987a68a:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-0/try#5fe695a3844714c70e8f7731a553f7947987a68a:/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=500" "-e" "CMD=cargo +5fe695a3844714c70e8f7731a553f7947987a68a-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 15:33:06.814 INFO blam! e23b5733f66ea840e2dfb5c835699134976b7991223a6e8c4e795c80fd5d361c Sep 04 15:33:06.816 INFO running `"docker" "start" "-a" "e23b5733f66ea840e2dfb5c835699134976b7991223a6e8c4e795c80fd5d361c"` Sep 04 15:33:07.409 INFO kablam! Checking layout2d v0.1.2 (file:///source) Sep 04 15:33:08.008 INFO kablam! error[E0432]: unresolved import `input` Sep 04 15:33:08.008 INFO kablam! --> src/ui_screen.rs:181:9 Sep 04 15:33:08.008 INFO kablam! | Sep 04 15:33:08.008 INFO kablam! 181 | use input; Sep 04 15:33:08.008 INFO kablam! | ^^^^^ no `input` in the root Sep 04 15:33:08.008 INFO kablam! Sep 04 15:33:08.013 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `test` Sep 04 15:33:08.013 INFO kablam! --> src/rect.rs:167:32 Sep 04 15:33:08.013 INFO kablam! | Sep 04 15:33:08.013 INFO kablam! 167 | fn bench_rotate_center(b: &mut test::Bencher) { Sep 04 15:33:08.014 INFO kablam! | ^^^^ Use of undeclared type or module `test` Sep 04 15:33:08.014 INFO kablam! Sep 04 15:33:08.014 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `DebugColor` Sep 04 15:33:08.014 INFO kablam! --> src/rect.rs:168:63 Sep 04 15:33:08.014 INFO kablam! | Sep 04 15:33:08.014 INFO kablam! 168 | let mut rect = Rect::new(200.0, 400.0, 400.0, 600.0, 0.0, DebugColor::yellow()); Sep 04 15:33:08.014 INFO kablam! | ^^^^^^^^^^ Use of undeclared type or module `DebugColor` Sep 04 15:33:08.014 INFO kablam! Sep 04 15:33:08.014 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 04 15:33:08.014 INFO kablam! --> src/rect.rs:171:28 Sep 04 15:33:08.014 INFO kablam! | Sep 04 15:33:08.014 INFO kablam! 171 | rect.rotate_center(rand::random::()); Sep 04 15:33:08.014 INFO kablam! | ^^^^ Sep 04 15:33:08.014 INFO kablam! | Sep 04 15:33:08.014 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 04 15:33:08.014 INFO kablam! Sep 04 15:33:08.014 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `test` Sep 04 15:33:08.014 INFO kablam! --> src/rect.rs:178:28 Sep 04 15:33:08.014 INFO kablam! | Sep 04 15:33:08.014 INFO kablam! 178 | fn bench_translate(b: &mut test::Bencher) { Sep 04 15:33:08.014 INFO kablam! | ^^^^ Use of undeclared type or module `test` Sep 04 15:33:08.014 INFO kablam! Sep 04 15:33:08.014 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `DebugColor` Sep 04 15:33:08.014 INFO kablam! --> src/rect.rs:179:63 Sep 04 15:33:08.014 INFO kablam! | Sep 04 15:33:08.014 INFO kablam! 179 | let mut rect = Rect::new(200.0, 400.0, 400.0, 600.0, 0.0, DebugColor::yellow()); Sep 04 15:33:08.014 INFO kablam! | ^^^^^^^^^^ Use of undeclared type or module `DebugColor` Sep 04 15:33:08.014 INFO kablam! Sep 04 15:33:08.015 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 04 15:33:08.015 INFO kablam! --> src/rect.rs:182:24 Sep 04 15:33:08.015 INFO kablam! | Sep 04 15:33:08.015 INFO kablam! 182 | rect.translate(rand::random::(), rand::random::()); Sep 04 15:33:08.015 INFO kablam! | ^^^^ Sep 04 15:33:08.015 INFO kablam! | Sep 04 15:33:08.015 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 04 15:33:08.015 INFO kablam! Sep 04 15:33:08.015 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 04 15:33:08.015 INFO kablam! --> src/rect.rs:182:47 Sep 04 15:33:08.015 INFO kablam! | Sep 04 15:33:08.015 INFO kablam! 182 | rect.translate(rand::random::(), rand::random::()); Sep 04 15:33:08.015 INFO kablam! | ^^^^ Sep 04 15:33:08.015 INFO kablam! | Sep 04 15:33:08.015 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 04 15:33:08.015 INFO kablam! Sep 04 15:33:08.016 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `test` Sep 04 15:33:08.016 INFO kablam! --> src/ui_screen.rs:177:42 Sep 04 15:33:08.016 INFO kablam! | Sep 04 15:33:08.016 INFO kablam! 177 | fn bench_ui_screen_layout_simple(b: &mut test::Bencher) { Sep 04 15:33:08.016 INFO kablam! | ^^^^ Use of undeclared type or module `test` Sep 04 15:33:08.016 INFO kablam! Sep 04 15:33:08.016 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `DebugColor` Sep 04 15:33:08.016 INFO kablam! --> src/ui_screen.rs:194:36 Sep 04 15:33:08.016 INFO kablam! | Sep 04 15:33:08.016 INFO kablam! 194 | FlexDirection::Column, DebugColor::green())); Sep 04 15:33:08.016 INFO kablam! | ^^^^^^^^^^ Use of undeclared type or module `DebugColor` Sep 04 15:33:08.016 INFO kablam! Sep 04 15:33:08.016 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `DebugColor` Sep 04 15:33:08.016 INFO kablam! --> src/ui_screen.rs:199:29 Sep 04 15:33:08.016 INFO kablam! | Sep 04 15:33:08.016 INFO kablam! 199 | FlexDirection::Row, DebugColor::blue())); Sep 04 15:33:08.016 INFO kablam! | ^^^^^^^^^^ Use of undeclared type or module `DebugColor` Sep 04 15:33:08.016 INFO kablam! Sep 04 15:33:08.016 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `DebugColor` Sep 04 15:33:08.016 INFO kablam! --> src/ui_screen.rs:204:40 Sep 04 15:33:08.016 INFO kablam! | Sep 04 15:33:08.016 INFO kablam! 204 | FlexDirection::Column, DebugColor::red())); Sep 04 15:33:08.016 INFO kablam! | ^^^^^^^^^^ Use of undeclared type or module `DebugColor` Sep 04 15:33:08.016 INFO kablam! Sep 04 15:33:08.016 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `DebugColor` Sep 04 15:33:08.016 INFO kablam! --> src/ui_screen.rs:209:40 Sep 04 15:33:08.016 INFO kablam! | Sep 04 15:33:08.016 INFO kablam! 209 | FlexDirection::Column, DebugColor::blue())); Sep 04 15:33:08.017 INFO kablam! | ^^^^^^^^^^ Use of undeclared type or module `DebugColor` Sep 04 15:33:08.017 INFO kablam! Sep 04 15:33:08.017 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `glium` Sep 04 15:33:08.017 INFO kablam! --> src/ui_screen.rs:218:25 Sep 04 15:33:08.017 INFO kablam! | Sep 04 15:33:08.017 INFO kablam! 218 | let event = glium::glutin::Event::Resized(rand::random::(), rand::random::()); Sep 04 15:33:08.017 INFO kablam! | ^^^^^ Use of undeclared type or module `glium` Sep 04 15:33:08.017 INFO kablam! Sep 04 15:33:08.458 INFO kablam! error[E0061]: this function takes 3 parameters but 2 parameters were supplied Sep 04 15:33:08.458 INFO kablam! --> src/ui_screen.rs:188:25 Sep 04 15:33:08.458 INFO kablam! | Sep 04 15:33:08.458 INFO kablam! 19 | / pub fn new(initial_width: f32, initial_height: f32, data: NodeData) Sep 04 15:33:08.458 INFO kablam! 20 | | -> Self Sep 04 15:33:08.458 INFO kablam! 21 | | { Sep 04 15:33:08.458 INFO kablam! 22 | | Self { Sep 04 15:33:08.458 INFO kablam! 23 | | root: NodeRef::new(Rect::new(0.0, initial_height, 0.0, initial_width, 0.0, data)) Sep 04 15:33:08.459 INFO kablam! 24 | | } Sep 04 15:33:08.459 INFO kablam! 25 | | } Sep 04 15:33:08.459 INFO kablam! | |_____- defined here Sep 04 15:33:08.459 INFO kablam! ... Sep 04 15:33:08.459 INFO kablam! 188 | let mut ui_screen = UiScreen::new(INITIAL_WIDTH, INITIAL_HEIGHT) Sep 04 15:33:08.459 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 3 parameters Sep 04 15:33:08.459 INFO kablam! Sep 04 15:33:08.501 INFO kablam! error[E0308]: mismatched types Sep 04 15:33:08.501 INFO kablam! --> src/ui_screen.rs:214:27 Sep 04 15:33:08.501 INFO kablam! | Sep 04 15:33:08.501 INFO kablam! 214 | ui_screen.root.append(top_bar_wrapper); Sep 04 15:33:08.501 INFO kablam! | ^^^^^^^^^^^^^^^ expected struct `rect::Rect`, found struct `node_data::NodeData` Sep 04 15:33:08.501 INFO kablam! | Sep 04 15:33:08.501 INFO kablam! = note: expected type `rctree::NodeRef>` Sep 04 15:33:08.501 INFO kablam! found type `rctree::NodeRef>` Sep 04 15:33:08.501 INFO kablam! Sep 04 15:33:08.554 INFO kablam! error[E0308]: mismatched types Sep 04 15:33:08.554 INFO kablam! --> src/ui_screen.rs:215:27 Sep 04 15:33:08.554 INFO kablam! | Sep 04 15:33:08.554 INFO kablam! 215 | ui_screen.root.append(explorer_wrapper); Sep 04 15:33:08.554 INFO kablam! | ^^^^^^^^^^^^^^^^ expected struct `rect::Rect`, found struct `node_data::NodeData` Sep 04 15:33:08.554 INFO kablam! | Sep 04 15:33:08.554 INFO kablam! = note: expected type `rctree::NodeRef>` Sep 04 15:33:08.554 INFO kablam! found type `rctree::NodeRef>` Sep 04 15:33:08.554 INFO kablam! Sep 04 15:33:08.555 INFO kablam! error[E0061]: this function takes 2 parameters but 0 parameters were supplied Sep 04 15:33:08.555 INFO kablam! --> src/ui_screen.rs:220:31 Sep 04 15:33:08.555 INFO kablam! | Sep 04 15:33:08.555 INFO kablam! 37 | / pub fn into_rectangles(&mut self, root_width: f32, root_height: f32) Sep 04 15:33:08.555 INFO kablam! 38 | | -> Vec> Sep 04 15:33:08.555 INFO kablam! 39 | | { Sep 04 15:33:08.555 INFO kablam! 40 | | self.root.borrow_mut().data.width = Some(root_width); Sep 04 15:33:08.555 INFO kablam! ... | Sep 04 15:33:08.555 INFO kablam! 56 | | &mut cur_offset_width, &mut cur_offset_height) Sep 04 15:33:08.555 INFO kablam! 57 | | } Sep 04 15:33:08.555 INFO kablam! | |_____- defined here Sep 04 15:33:08.555 INFO kablam! ... Sep 04 15:33:08.555 INFO kablam! 220 | let _ = ui_screen.into_rectangles(); Sep 04 15:33:08.555 INFO kablam! | ^^^^^^^^^^^^^^^ expected 2 parameters Sep 04 15:33:08.555 INFO kablam! Sep 04 15:33:08.576 INFO kablam! error: aborting due to 18 previous errors Sep 04 15:33:08.576 INFO kablam! Sep 04 15:33:08.576 INFO kablam! Some errors occurred: E0061, E0308, E0432, E0433, E0658. Sep 04 15:33:08.576 INFO kablam! For more information about an error, try `rustc --explain E0061`. Sep 04 15:33:08.586 INFO kablam! error: Could not compile `layout2d`. Sep 04 15:33:08.586 INFO kablam! Sep 04 15:33:08.586 INFO kablam! To learn more, run the command again with --verbose. Sep 04 15:33:08.588 INFO kablam! su: No module specific data is present Sep 04 15:33:09.152 INFO running `"docker" "rm" "-f" "e23b5733f66ea840e2dfb5c835699134976b7991223a6e8c4e795c80fd5d361c"` Sep 04 15:33:09.271 INFO blam! e23b5733f66ea840e2dfb5c835699134976b7991223a6e8c4e795c80fd5d361c