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