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