Sep 19 19:46:24.012 INFO checking square-0.0.1 against try#135b4cd023a753409d01e43b0f23d22a899feeeb for pr-54352 Sep 19 19:46:24.012 INFO running: cargo +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets Sep 19 19:46:24.012 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-54352/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-4/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/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 +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 19:46:24.241 INFO blam! 67fd0f11b8febb2e0039a7aaeab83ed0639670408bec3b135d67db208b2a3d39 Sep 19 19:46:24.243 INFO running `"docker" "start" "-a" "67fd0f11b8febb2e0039a7aaeab83ed0639670408bec3b135d67db208b2a3d39"` Sep 19 19:46:24.903 INFO kablam! usermod: no changes Sep 19 19:46:25.015 INFO kablam! Checking phf_shared v0.7.23 Sep 19 19:46:25.016 INFO kablam! Compiling palette v0.3.0 Sep 19 19:46:25.336 INFO kablam! Checking phf v0.7.23 Sep 19 19:46:29.729 INFO kablam! Checking square v0.0.1 (/source) Sep 19 19:46:31.046 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Application` Sep 19 19:46:31.046 INFO kablam! --> examples/playground.rs:6:15 Sep 19 19:46:31.046 INFO kablam! | Sep 19 19:46:31.046 INFO kablam! 6 | let app = Application::new(); Sep 19 19:46:31.046 INFO kablam! | ^^^^^^^^^^^ Use of undeclared type or module `Application` Sep 19 19:46:31.046 INFO kablam! Sep 19 19:46:31.046 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Window` Sep 19 19:46:31.046 INFO kablam! --> examples/playground.rs:8:18 Sep 19 19:46:31.046 INFO kablam! | Sep 19 19:46:31.047 INFO kablam! 8 | let window = Window::new(900., 700.); Sep 19 19:46:31.047 INFO kablam! | ^^^^^^ Use of undeclared type or module `Window` Sep 19 19:46:31.047 INFO kablam! Sep 19 19:46:31.047 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `SolidColor` Sep 19 19:46:31.047 INFO kablam! --> examples/playground.rs:11:23 Sep 19 19:46:31.047 INFO kablam! | Sep 19 19:46:31.047 INFO kablam! 11 | let mut top_bar = SolidColor::new(0xeaeaeb); Sep 19 19:46:31.047 INFO kablam! | ^^^^^^^^^^ Use of undeclared type or module `SolidColor` Sep 19 19:46:31.047 INFO kablam! Sep 19 19:46:31.047 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `SolidColor` Sep 19 19:46:31.047 INFO kablam! --> examples/playground.rs:14:30 Sep 19 19:46:31.047 INFO kablam! | Sep 19 19:46:31.047 INFO kablam! 14 | let mut top_bar_border = SolidColor::new(0xdbdbdc); Sep 19 19:46:31.047 INFO kablam! | ^^^^^^^^^^ Use of undeclared type or module `SolidColor` Sep 19 19:46:31.047 INFO kablam! Sep 19 19:46:31.047 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `SolidColor` Sep 19 19:46:31.047 INFO kablam! --> examples/playground.rs:17:26 Sep 19 19:46:31.047 INFO kablam! | Sep 19 19:46:31.047 INFO kablam! 17 | let mut bottom_bar = SolidColor::new(0xeaeaeb); Sep 19 19:46:31.047 INFO kablam! | ^^^^^^^^^^ Use of undeclared type or module `SolidColor` Sep 19 19:46:31.047 INFO kablam! Sep 19 19:46:31.048 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `SolidColor` Sep 19 19:46:31.048 INFO kablam! --> examples/playground.rs:20:33 Sep 19 19:46:31.048 INFO kablam! | Sep 19 19:46:31.048 INFO kablam! 20 | let mut bottom_bar_border = SolidColor::new(0xdbdbdc); Sep 19 19:46:31.048 INFO kablam! | ^^^^^^^^^^ Use of undeclared type or module `SolidColor` Sep 19 19:46:31.048 INFO kablam! Sep 19 19:46:31.048 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Text` Sep 19 19:46:31.048 INFO kablam! --> examples/playground.rs:23:22 Sep 19 19:46:31.048 INFO kablam! | Sep 19 19:46:31.048 INFO kablam! 23 | let mut line_1 = Text::new(); Sep 19 19:46:31.048 INFO kablam! | ^^^^ Use of undeclared type or module `Text` Sep 19 19:46:31.048 INFO kablam! Sep 19 19:46:31.048 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Row` Sep 19 19:46:31.048 INFO kablam! --> examples/playground.rs:27:20 Sep 19 19:46:31.048 INFO kablam! | Sep 19 19:46:31.048 INFO kablam! 27 | let mut main = Row::new(); Sep 19 19:46:31.048 INFO kablam! | ^^^ Use of undeclared type or module `Row` Sep 19 19:46:31.049 INFO kablam! Sep 19 19:46:31.049 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Column` Sep 19 19:46:31.049 INFO kablam! --> examples/playground.rs:31:25 Sep 19 19:46:31.049 INFO kablam! | Sep 19 19:46:31.049 INFO kablam! 31 | let mut container = Column::new(); Sep 19 19:46:31.049 INFO kablam! | ^^^^^^ Use of undeclared type or module `Column` Sep 19 19:46:31.049 INFO kablam! Sep 19 19:46:31.049 INFO kablam! warning: unused import: `square::*` Sep 19 19:46:31.049 INFO kablam! --> examples/playground.rs:3:5 Sep 19 19:46:31.050 INFO kablam! | Sep 19 19:46:31.050 INFO kablam! 3 | use square::*; Sep 19 19:46:31.050 INFO kablam! | ^^^^^^^^^ Sep 19 19:46:31.050 INFO kablam! | Sep 19 19:46:31.050 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 19 19:46:31.050 INFO kablam! Sep 19 19:46:31.053 INFO kablam! error: aborting due to 9 previous errors Sep 19 19:46:31.053 INFO kablam! Sep 19 19:46:31.053 INFO kablam! For more information about this error, try `rustc --explain E0433`. Sep 19 19:46:31.062 INFO kablam! error: Could not compile `square`. Sep 19 19:46:31.062 INFO kablam! Sep 19 19:46:31.062 INFO kablam! To learn more, run the command again with --verbose. Sep 19 19:46:31.066 INFO kablam! su: No module specific data is present Sep 19 19:46:32.621 INFO running `"docker" "rm" "-f" "67fd0f11b8febb2e0039a7aaeab83ed0639670408bec3b135d67db208b2a3d39"` Sep 19 19:46:32.760 INFO blam! 67fd0f11b8febb2e0039a7aaeab83ed0639670408bec3b135d67db208b2a3d39