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