Sep 21 02:36:53.328 INFO checking square-0.0.1 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 02:36:53.328 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 02:36:53.328 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 02:36:53.533 INFO blam! 34734c493b7dea344d6e1b1f6d89da0aaa021a8b1e6fb2e49d8f37ce6088b4b7 Sep 21 02:36:53.535 INFO running `"docker" "start" "-a" "34734c493b7dea344d6e1b1f6d89da0aaa021a8b1e6fb2e49d8f37ce6088b4b7"` Sep 21 02:36:54.718 INFO kablam! usermod: no changes Sep 21 02:36:54.822 INFO kablam! Compiling palette v0.3.0 Sep 21 02:36:59.886 INFO kablam! Checking square v0.0.1 (/source) Sep 21 02:37:00.869 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Application` Sep 21 02:37:00.869 INFO kablam! --> examples/playground.rs:6:15 Sep 21 02:37:00.869 INFO kablam! | Sep 21 02:37:00.869 INFO kablam! 6 | let app = Application::new(); Sep 21 02:37:00.869 INFO kablam! | ^^^^^^^^^^^ Use of undeclared type or module `Application` Sep 21 02:37:00.869 INFO kablam! Sep 21 02:37:00.869 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Window` Sep 21 02:37:00.869 INFO kablam! --> examples/playground.rs:8:18 Sep 21 02:37:00.869 INFO kablam! | Sep 21 02:37:00.869 INFO kablam! 8 | let window = Window::new(900., 700.); Sep 21 02:37:00.869 INFO kablam! | ^^^^^^ Use of undeclared type or module `Window` Sep 21 02:37:00.869 INFO kablam! Sep 21 02:37:00.869 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `SolidColor` Sep 21 02:37:00.869 INFO kablam! --> examples/playground.rs:11:23 Sep 21 02:37:00.869 INFO kablam! | Sep 21 02:37:00.869 INFO kablam! 11 | let mut top_bar = SolidColor::new(0xeaeaeb); Sep 21 02:37:00.869 INFO kablam! | ^^^^^^^^^^ Use of undeclared type or module `SolidColor` Sep 21 02:37:00.869 INFO kablam! Sep 21 02:37:00.869 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `SolidColor` Sep 21 02:37:00.869 INFO kablam! --> examples/playground.rs:14:30 Sep 21 02:37:00.869 INFO kablam! | Sep 21 02:37:00.869 INFO kablam! 14 | let mut top_bar_border = SolidColor::new(0xdbdbdc); Sep 21 02:37:00.869 INFO kablam! | ^^^^^^^^^^ Use of undeclared type or module `SolidColor` Sep 21 02:37:00.869 INFO kablam! Sep 21 02:37:00.869 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `SolidColor` Sep 21 02:37:00.869 INFO kablam! --> examples/playground.rs:17:26 Sep 21 02:37:00.869 INFO kablam! | Sep 21 02:37:00.869 INFO kablam! 17 | let mut bottom_bar = SolidColor::new(0xeaeaeb); Sep 21 02:37:00.869 INFO kablam! | ^^^^^^^^^^ Use of undeclared type or module `SolidColor` Sep 21 02:37:00.869 INFO kablam! Sep 21 02:37:00.869 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `SolidColor` Sep 21 02:37:00.869 INFO kablam! --> examples/playground.rs:20:33 Sep 21 02:37:00.869 INFO kablam! | Sep 21 02:37:00.869 INFO kablam! 20 | let mut bottom_bar_border = SolidColor::new(0xdbdbdc); Sep 21 02:37:00.869 INFO kablam! | ^^^^^^^^^^ Use of undeclared type or module `SolidColor` Sep 21 02:37:00.869 INFO kablam! Sep 21 02:37:00.869 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Text` Sep 21 02:37:00.869 INFO kablam! --> examples/playground.rs:23:22 Sep 21 02:37:00.869 INFO kablam! | Sep 21 02:37:00.869 INFO kablam! 23 | let mut line_1 = Text::new(); Sep 21 02:37:00.869 INFO kablam! | ^^^^ Use of undeclared type or module `Text` Sep 21 02:37:00.869 INFO kablam! Sep 21 02:37:00.869 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Row` Sep 21 02:37:00.869 INFO kablam! --> examples/playground.rs:27:20 Sep 21 02:37:00.869 INFO kablam! | Sep 21 02:37:00.869 INFO kablam! 27 | let mut main = Row::new(); Sep 21 02:37:00.869 INFO kablam! | ^^^ Use of undeclared type or module `Row` Sep 21 02:37:00.869 INFO kablam! Sep 21 02:37:00.869 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Column` Sep 21 02:37:00.869 INFO kablam! --> examples/playground.rs:31:25 Sep 21 02:37:00.869 INFO kablam! | Sep 21 02:37:00.869 INFO kablam! 31 | let mut container = Column::new(); Sep 21 02:37:00.869 INFO kablam! | ^^^^^^ Use of undeclared type or module `Column` Sep 21 02:37:00.870 INFO kablam! Sep 21 02:37:00.870 INFO kablam! warning: unused import: `square::*` Sep 21 02:37:00.870 INFO kablam! --> examples/playground.rs:3:5 Sep 21 02:37:00.870 INFO kablam! | Sep 21 02:37:00.870 INFO kablam! 3 | use square::*; Sep 21 02:37:00.870 INFO kablam! | ^^^^^^^^^ Sep 21 02:37:00.870 INFO kablam! | Sep 21 02:37:00.870 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 21 02:37:00.870 INFO kablam! Sep 21 02:37:00.874 INFO kablam! error: aborting due to 9 previous errors Sep 21 02:37:00.874 INFO kablam! Sep 21 02:37:00.874 INFO kablam! For more information about this error, try `rustc --explain E0433`. Sep 21 02:37:00.880 INFO kablam! error: Could not compile `square`. Sep 21 02:37:00.880 INFO kablam! Sep 21 02:37:00.880 INFO kablam! To learn more, run the command again with --verbose. Sep 21 02:37:00.881 INFO kablam! su: No module specific data is present Sep 21 02:37:01.982 INFO running `"docker" "rm" "-f" "34734c493b7dea344d6e1b1f6d89da0aaa021a8b1e6fb2e49d8f37ce6088b4b7"` Sep 21 02:37:02.115 INFO blam! 34734c493b7dea344d6e1b1f6d89da0aaa021a8b1e6fb2e49d8f37ce6088b4b7