Sep 21 02:36:53.827 INFO checking square-0.0.1 against master#f7f4c500b46603386e940f116b469c7adc043a6d for pr-54394 Sep 21 02:36:53.827 INFO running: cargo +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets Sep 21 02:36:53.827 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-54394/master#f7f4c500b46603386e940f116b469c7adc043a6d:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-3/master#f7f4c500b46603386e940f116b469c7adc043a6d:/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 +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 02:36:54.046 INFO blam! 0b543d68a153969cbf0fa19de23f7eee95d377b4755bc555bba791162130b8ad Sep 21 02:36:54.048 INFO running `"docker" "start" "-a" "0b543d68a153969cbf0fa19de23f7eee95d377b4755bc555bba791162130b8ad"` Sep 21 02:36:55.165 INFO kablam! usermod: no changes Sep 21 02:36:55.325 INFO kablam! Compiling palette v0.3.0 Sep 21 02:37:00.698 INFO kablam! Checking square v0.0.1 (/source) Sep 21 02:37:01.638 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Application` Sep 21 02:37:01.638 INFO kablam! --> examples/playground.rs:6:15 Sep 21 02:37:01.638 INFO kablam! | Sep 21 02:37:01.638 INFO kablam! 6 | let app = Application::new(); Sep 21 02:37:01.638 INFO kablam! | ^^^^^^^^^^^ Use of undeclared type or module `Application` Sep 21 02:37:01.638 INFO kablam! Sep 21 02:37:01.638 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Window` Sep 21 02:37:01.638 INFO kablam! --> examples/playground.rs:8:18 Sep 21 02:37:01.638 INFO kablam! | Sep 21 02:37:01.638 INFO kablam! 8 | let window = Window::new(900., 700.); Sep 21 02:37:01.638 INFO kablam! | ^^^^^^ Use of undeclared type or module `Window` Sep 21 02:37:01.638 INFO kablam! Sep 21 02:37:01.638 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `SolidColor` Sep 21 02:37:01.638 INFO kablam! --> examples/playground.rs:11:23 Sep 21 02:37:01.638 INFO kablam! | Sep 21 02:37:01.638 INFO kablam! 11 | let mut top_bar = SolidColor::new(0xeaeaeb); Sep 21 02:37:01.638 INFO kablam! | ^^^^^^^^^^ Use of undeclared type or module `SolidColor` Sep 21 02:37:01.638 INFO kablam! Sep 21 02:37:01.638 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `SolidColor` Sep 21 02:37:01.638 INFO kablam! --> examples/playground.rs:14:30 Sep 21 02:37:01.638 INFO kablam! | Sep 21 02:37:01.638 INFO kablam! 14 | let mut top_bar_border = SolidColor::new(0xdbdbdc); Sep 21 02:37:01.638 INFO kablam! | ^^^^^^^^^^ Use of undeclared type or module `SolidColor` Sep 21 02:37:01.638 INFO kablam! Sep 21 02:37:01.638 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `SolidColor` Sep 21 02:37:01.638 INFO kablam! --> examples/playground.rs:17:26 Sep 21 02:37:01.638 INFO kablam! | Sep 21 02:37:01.639 INFO kablam! 17 | let mut bottom_bar = SolidColor::new(0xeaeaeb); Sep 21 02:37:01.639 INFO kablam! | ^^^^^^^^^^ Use of undeclared type or module `SolidColor` Sep 21 02:37:01.639 INFO kablam! Sep 21 02:37:01.639 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `SolidColor` Sep 21 02:37:01.639 INFO kablam! --> examples/playground.rs:20:33 Sep 21 02:37:01.639 INFO kablam! | Sep 21 02:37:01.639 INFO kablam! 20 | let mut bottom_bar_border = SolidColor::new(0xdbdbdc); Sep 21 02:37:01.639 INFO kablam! | ^^^^^^^^^^ Use of undeclared type or module `SolidColor` Sep 21 02:37:01.639 INFO kablam! Sep 21 02:37:01.639 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Text` Sep 21 02:37:01.639 INFO kablam! --> examples/playground.rs:23:22 Sep 21 02:37:01.639 INFO kablam! | Sep 21 02:37:01.639 INFO kablam! 23 | let mut line_1 = Text::new(); Sep 21 02:37:01.639 INFO kablam! | ^^^^ Use of undeclared type or module `Text` Sep 21 02:37:01.639 INFO kablam! Sep 21 02:37:01.639 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Row` Sep 21 02:37:01.639 INFO kablam! --> examples/playground.rs:27:20 Sep 21 02:37:01.639 INFO kablam! | Sep 21 02:37:01.639 INFO kablam! 27 | let mut main = Row::new(); Sep 21 02:37:01.639 INFO kablam! | ^^^ Use of undeclared type or module `Row` Sep 21 02:37:01.639 INFO kablam! Sep 21 02:37:01.639 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Column` Sep 21 02:37:01.639 INFO kablam! --> examples/playground.rs:31:25 Sep 21 02:37:01.639 INFO kablam! | Sep 21 02:37:01.639 INFO kablam! 31 | let mut container = Column::new(); Sep 21 02:37:01.639 INFO kablam! | ^^^^^^ Use of undeclared type or module `Column` Sep 21 02:37:01.639 INFO kablam! Sep 21 02:37:01.642 INFO kablam! warning: unused import: `square::*` Sep 21 02:37:01.642 INFO kablam! --> examples/playground.rs:3:5 Sep 21 02:37:01.642 INFO kablam! | Sep 21 02:37:01.642 INFO kablam! 3 | use square::*; Sep 21 02:37:01.642 INFO kablam! | ^^^^^^^^^ Sep 21 02:37:01.642 INFO kablam! | Sep 21 02:37:01.642 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 21 02:37:01.642 INFO kablam! Sep 21 02:37:01.647 INFO kablam! error: aborting due to 9 previous errors Sep 21 02:37:01.647 INFO kablam! Sep 21 02:37:01.647 INFO kablam! For more information about this error, try `rustc --explain E0433`. Sep 21 02:37:01.652 INFO kablam! error: Could not compile `square`. Sep 21 02:37:01.652 INFO kablam! Sep 21 02:37:01.652 INFO kablam! To learn more, run the command again with --verbose. Sep 21 02:37:01.653 INFO kablam! su: No module specific data is present Sep 21 02:37:02.435 INFO running `"docker" "rm" "-f" "0b543d68a153969cbf0fa19de23f7eee95d377b4755bc555bba791162130b8ad"` Sep 21 02:37:02.552 INFO blam! 0b543d68a153969cbf0fa19de23f7eee95d377b4755bc555bba791162130b8ad