Sep 01 05:44:49.535 INFO checking square-0.0.1 against try#aa245a5862056b681d2ccdb178f58891108cd3a6 for pr-53831 Sep 01 05:44:49.535 INFO running: cargo +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets Sep 01 05:44:49.535 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53831/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-2/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/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 +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 05:44:49.702 INFO blam! c6dd070ce889def946b7d2b3e985749aa12f518b3fe57149a3f5ec7a77e0142e Sep 01 05:44:49.704 INFO running `"docker" "start" "-a" "c6dd070ce889def946b7d2b3e985749aa12f518b3fe57149a3f5ec7a77e0142e"` Sep 01 05:44:50.411 INFO kablam! Compiling palette v0.3.0 Sep 01 05:44:59.128 INFO kablam! Checking square v0.0.1 (file:///source) Sep 01 05:45:01.203 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Application` Sep 01 05:45:01.203 INFO kablam! --> examples/playground.rs:6:15 Sep 01 05:45:01.203 INFO kablam! | Sep 01 05:45:01.203 INFO kablam! 6 | let app = Application::new(); Sep 01 05:45:01.203 INFO kablam! | ^^^^^^^^^^^ Use of undeclared type or module `Application` Sep 01 05:45:01.208 INFO kablam! Sep 01 05:45:01.208 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Window` Sep 01 05:45:01.208 INFO kablam! --> examples/playground.rs:8:18 Sep 01 05:45:01.208 INFO kablam! | Sep 01 05:45:01.208 INFO kablam! 8 | let window = Window::new(900., 700.); Sep 01 05:45:01.208 INFO kablam! | ^^^^^^ Use of undeclared type or module `Window` Sep 01 05:45:01.208 INFO kablam! Sep 01 05:45:01.208 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `SolidColor` Sep 01 05:45:01.208 INFO kablam! --> examples/playground.rs:11:23 Sep 01 05:45:01.209 INFO kablam! | Sep 01 05:45:01.209 INFO kablam! 11 | let mut top_bar = SolidColor::new(0xeaeaeb); Sep 01 05:45:01.209 INFO kablam! | ^^^^^^^^^^ Use of undeclared type or module `SolidColor` Sep 01 05:45:01.209 INFO kablam! Sep 01 05:45:01.209 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `SolidColor` Sep 01 05:45:01.209 INFO kablam! --> examples/playground.rs:14:30 Sep 01 05:45:01.209 INFO kablam! | Sep 01 05:45:01.209 INFO kablam! 14 | let mut top_bar_border = SolidColor::new(0xdbdbdc); Sep 01 05:45:01.209 INFO kablam! | ^^^^^^^^^^ Use of undeclared type or module `SolidColor` Sep 01 05:45:01.209 INFO kablam! Sep 01 05:45:01.209 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `SolidColor` Sep 01 05:45:01.209 INFO kablam! --> examples/playground.rs:17:26 Sep 01 05:45:01.209 INFO kablam! | Sep 01 05:45:01.209 INFO kablam! 17 | let mut bottom_bar = SolidColor::new(0xeaeaeb); Sep 01 05:45:01.209 INFO kablam! | ^^^^^^^^^^ Use of undeclared type or module `SolidColor` Sep 01 05:45:01.209 INFO kablam! Sep 01 05:45:01.210 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `SolidColor` Sep 01 05:45:01.210 INFO kablam! --> examples/playground.rs:20:33 Sep 01 05:45:01.210 INFO kablam! | Sep 01 05:45:01.210 INFO kablam! 20 | let mut bottom_bar_border = SolidColor::new(0xdbdbdc); Sep 01 05:45:01.210 INFO kablam! | ^^^^^^^^^^ Use of undeclared type or module `SolidColor` Sep 01 05:45:01.210 INFO kablam! Sep 01 05:45:01.210 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Text` Sep 01 05:45:01.211 INFO kablam! --> examples/playground.rs:23:22 Sep 01 05:45:01.211 INFO kablam! | Sep 01 05:45:01.211 INFO kablam! 23 | let mut line_1 = Text::new(); Sep 01 05:45:01.211 INFO kablam! | ^^^^ Use of undeclared type or module `Text` Sep 01 05:45:01.211 INFO kablam! Sep 01 05:45:01.211 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Row` Sep 01 05:45:01.211 INFO kablam! --> examples/playground.rs:27:20 Sep 01 05:45:01.211 INFO kablam! | Sep 01 05:45:01.211 INFO kablam! 27 | let mut main = Row::new(); Sep 01 05:45:01.211 INFO kablam! | ^^^ Use of undeclared type or module `Row` Sep 01 05:45:01.211 INFO kablam! Sep 01 05:45:01.211 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Column` Sep 01 05:45:01.211 INFO kablam! --> examples/playground.rs:31:25 Sep 01 05:45:01.211 INFO kablam! | Sep 01 05:45:01.211 INFO kablam! 31 | let mut container = Column::new(); Sep 01 05:45:01.211 INFO kablam! | ^^^^^^ Use of undeclared type or module `Column` Sep 01 05:45:01.211 INFO kablam! Sep 01 05:45:01.211 INFO kablam! warning: unused import: `square::*` Sep 01 05:45:01.211 INFO kablam! --> examples/playground.rs:3:5 Sep 01 05:45:01.211 INFO kablam! | Sep 01 05:45:01.211 INFO kablam! 3 | use square::*; Sep 01 05:45:01.211 INFO kablam! | ^^^^^^^^^ Sep 01 05:45:01.211 INFO kablam! | Sep 01 05:45:01.211 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 01 05:45:01.211 INFO kablam! Sep 01 05:45:01.215 INFO kablam! error: aborting due to 9 previous errors Sep 01 05:45:01.215 INFO kablam! Sep 01 05:45:01.215 INFO kablam! For more information about this error, try `rustc --explain E0433`. Sep 01 05:45:01.225 INFO kablam! error: Could not compile `square`. Sep 01 05:45:01.225 INFO kablam! Sep 01 05:45:01.225 INFO kablam! To learn more, run the command again with --verbose. Sep 01 05:45:01.226 INFO kablam! su: No module specific data is present Sep 01 05:45:01.783 INFO running `"docker" "rm" "-f" "c6dd070ce889def946b7d2b3e985749aa12f518b3fe57149a3f5ec7a77e0142e"` Sep 01 05:45:01.980 INFO blam! c6dd070ce889def946b7d2b3e985749aa12f518b3fe57149a3f5ec7a77e0142e