Jul 11 21:08:16.945 INFO checking square-0.0.1 against try#d39a6f7eddafd45dcc60e99001b8cd08c2bd3255 for pr-52234 Jul 11 21:08:16.945 INFO running: cargo +d39a6f7eddafd45dcc60e99001b8cd08c2bd3255-alt check --frozen --all --all-targets Jul 11 21:08:16.945 INFO creating container for: cargo +d39a6f7eddafd45dcc60e99001b8cd08c2bd3255-alt check --frozen --all --all-targets Jul 11 21:08:16.945 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-52234/try#d39a6f7eddafd45dcc60e99001b8cd08c2bd3255:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-52234/worker-3/try#d39a6f7eddafd45dcc60e99001b8cd08c2bd3255:/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 +d39a6f7eddafd45dcc60e99001b8cd08c2bd3255-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "crater"` Jul 11 21:08:17.233 INFO blam! 707c2f8234d676b1e2e7575834eccbb32db2537188807007c0fdf53943d8bd4d Jul 11 21:08:17.236 INFO running `"docker" "start" "-a" "707c2f8234d676b1e2e7575834eccbb32db2537188807007c0fdf53943d8bd4d"` Jul 11 21:08:18.598 INFO kablam! Compiling palette v0.3.0 Jul 11 21:08:33.095 INFO kablam! Checking square v0.0.1 (file:///source) Jul 11 21:08:34.875 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Application` Jul 11 21:08:34.875 INFO kablam! --> examples/playground.rs:6:15 Jul 11 21:08:34.875 INFO kablam! | Jul 11 21:08:34.875 INFO kablam! 6 | let app = Application::new(); Jul 11 21:08:34.876 INFO kablam! | ^^^^^^^^^^^ Use of undeclared type or module `Application` Jul 11 21:08:34.876 INFO kablam! Jul 11 21:08:34.877 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Window` Jul 11 21:08:34.877 INFO kablam! --> examples/playground.rs:8:18 Jul 11 21:08:34.877 INFO kablam! | Jul 11 21:08:34.877 INFO kablam! 8 | let window = Window::new(900., 700.); Jul 11 21:08:34.877 INFO kablam! | ^^^^^^ Use of undeclared type or module `Window` Jul 11 21:08:34.877 INFO kablam! Jul 11 21:08:34.877 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `SolidColor` Jul 11 21:08:34.877 INFO kablam! --> examples/playground.rs:11:23 Jul 11 21:08:34.877 INFO kablam! | Jul 11 21:08:34.877 INFO kablam! 11 | let mut top_bar = SolidColor::new(0xeaeaeb); Jul 11 21:08:34.877 INFO kablam! | ^^^^^^^^^^ Use of undeclared type or module `SolidColor` Jul 11 21:08:34.877 INFO kablam! Jul 11 21:08:34.877 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `SolidColor` Jul 11 21:08:34.877 INFO kablam! --> examples/playground.rs:14:30 Jul 11 21:08:34.877 INFO kablam! | Jul 11 21:08:34.877 INFO kablam! 14 | let mut top_bar_border = SolidColor::new(0xdbdbdc); Jul 11 21:08:34.877 INFO kablam! | ^^^^^^^^^^ Use of undeclared type or module `SolidColor` Jul 11 21:08:34.877 INFO kablam! Jul 11 21:08:34.877 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `SolidColor` Jul 11 21:08:34.877 INFO kablam! --> examples/playground.rs:17:26 Jul 11 21:08:34.878 INFO kablam! | Jul 11 21:08:34.878 INFO kablam! 17 | let mut bottom_bar = SolidColor::new(0xeaeaeb); Jul 11 21:08:34.878 INFO kablam! | ^^^^^^^^^^ Use of undeclared type or module `SolidColor` Jul 11 21:08:34.878 INFO kablam! Jul 11 21:08:34.878 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `SolidColor` Jul 11 21:08:34.878 INFO kablam! --> examples/playground.rs:20:33 Jul 11 21:08:34.878 INFO kablam! | Jul 11 21:08:34.878 INFO kablam! 20 | let mut bottom_bar_border = SolidColor::new(0xdbdbdc); Jul 11 21:08:34.878 INFO kablam! | ^^^^^^^^^^ Use of undeclared type or module `SolidColor` Jul 11 21:08:34.878 INFO kablam! Jul 11 21:08:34.878 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Text` Jul 11 21:08:34.878 INFO kablam! --> examples/playground.rs:23:22 Jul 11 21:08:34.878 INFO kablam! | Jul 11 21:08:34.878 INFO kablam! 23 | let mut line_1 = Text::new(); Jul 11 21:08:34.878 INFO kablam! | ^^^^ Use of undeclared type or module `Text` Jul 11 21:08:34.878 INFO kablam! Jul 11 21:08:34.878 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Row` Jul 11 21:08:34.878 INFO kablam! --> examples/playground.rs:27:20 Jul 11 21:08:34.878 INFO kablam! | Jul 11 21:08:34.878 INFO kablam! 27 | let mut main = Row::new(); Jul 11 21:08:34.878 INFO kablam! | ^^^ Use of undeclared type or module `Row` Jul 11 21:08:34.878 INFO kablam! Jul 11 21:08:34.878 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Column` Jul 11 21:08:34.878 INFO kablam! --> examples/playground.rs:31:25 Jul 11 21:08:34.879 INFO kablam! | Jul 11 21:08:34.879 INFO kablam! 31 | let mut container = Column::new(); Jul 11 21:08:34.879 INFO kablam! | ^^^^^^ Use of undeclared type or module `Column` Jul 11 21:08:34.879 INFO kablam! Jul 11 21:08:34.881 INFO kablam! warning: unused import: `square::*` Jul 11 21:08:34.881 INFO kablam! --> examples/playground.rs:3:5 Jul 11 21:08:34.881 INFO kablam! | Jul 11 21:08:34.881 INFO kablam! 3 | use square::*; Jul 11 21:08:34.881 INFO kablam! | ^^^^^^^^^ Jul 11 21:08:34.881 INFO kablam! | Jul 11 21:08:34.881 INFO kablam! = note: #[warn(unused_imports)] on by default Jul 11 21:08:34.881 INFO kablam! Jul 11 21:08:34.924 INFO kablam! error: aborting due to 9 previous errors Jul 11 21:08:34.924 INFO kablam! Jul 11 21:08:34.924 INFO kablam! For more information about this error, try `rustc --explain E0433`. Jul 11 21:08:34.935 INFO kablam! error: Could not compile `square`. Jul 11 21:08:34.935 INFO kablam! Jul 11 21:08:34.935 INFO kablam! To learn more, run the command again with --verbose. Jul 11 21:08:34.938 INFO kablam! su: No module specific data is present Jul 11 21:08:35.463 INFO running `"docker" "rm" "-f" "707c2f8234d676b1e2e7575834eccbb32db2537188807007c0fdf53943d8bd4d"` Jul 11 21:08:35.643 INFO blam! 707c2f8234d676b1e2e7575834eccbb32db2537188807007c0fdf53943d8bd4d