Sep 10 09:18:03.321 INFO checking square-0.0.1 against master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1 for pr-54090 Sep 10 09:18:03.321 INFO running: cargo +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets Sep 10 09:18:03.321 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-54090/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-0/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/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 +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-m" "2G" "crater"` Sep 10 09:18:03.546 INFO blam! 97a10cb72c470f4b6c8c8b309fd794f9f0a15995d1d4d872185dccf39b7bc4f8 Sep 10 09:18:03.555 INFO running `"docker" "start" "-a" "97a10cb72c470f4b6c8c8b309fd794f9f0a15995d1d4d872185dccf39b7bc4f8"` Sep 10 09:18:04.597 INFO kablam! usermod: no changes Sep 10 09:18:04.739 INFO kablam! Compiling palette v0.3.0 Sep 10 09:18:10.482 INFO kablam! Checking square v0.0.1 (file:///source) Sep 10 09:18:11.546 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Application` Sep 10 09:18:11.546 INFO kablam! --> examples/playground.rs:6:15 Sep 10 09:18:11.546 INFO kablam! | Sep 10 09:18:11.546 INFO kablam! 6 | let app = Application::new(); Sep 10 09:18:11.546 INFO kablam! | ^^^^^^^^^^^ Use of undeclared type or module `Application` Sep 10 09:18:11.546 INFO kablam! Sep 10 09:18:11.546 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Window` Sep 10 09:18:11.546 INFO kablam! --> examples/playground.rs:8:18 Sep 10 09:18:11.546 INFO kablam! | Sep 10 09:18:11.546 INFO kablam! 8 | let window = Window::new(900., 700.); Sep 10 09:18:11.546 INFO kablam! | ^^^^^^ Use of undeclared type or module `Window` Sep 10 09:18:11.546 INFO kablam! Sep 10 09:18:11.546 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `SolidColor` Sep 10 09:18:11.546 INFO kablam! --> examples/playground.rs:11:23 Sep 10 09:18:11.546 INFO kablam! | Sep 10 09:18:11.546 INFO kablam! 11 | let mut top_bar = SolidColor::new(0xeaeaeb); Sep 10 09:18:11.546 INFO kablam! | ^^^^^^^^^^ Use of undeclared type or module `SolidColor` Sep 10 09:18:11.546 INFO kablam! Sep 10 09:18:11.546 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `SolidColor` Sep 10 09:18:11.546 INFO kablam! --> examples/playground.rs:14:30 Sep 10 09:18:11.546 INFO kablam! | Sep 10 09:18:11.546 INFO kablam! 14 | let mut top_bar_border = SolidColor::new(0xdbdbdc); Sep 10 09:18:11.546 INFO kablam! | ^^^^^^^^^^ Use of undeclared type or module `SolidColor` Sep 10 09:18:11.547 INFO kablam! Sep 10 09:18:11.547 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `SolidColor` Sep 10 09:18:11.547 INFO kablam! --> examples/playground.rs:17:26 Sep 10 09:18:11.547 INFO kablam! | Sep 10 09:18:11.547 INFO kablam! 17 | let mut bottom_bar = SolidColor::new(0xeaeaeb); Sep 10 09:18:11.547 INFO kablam! | ^^^^^^^^^^ Use of undeclared type or module `SolidColor` Sep 10 09:18:11.547 INFO kablam! Sep 10 09:18:11.547 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `SolidColor` Sep 10 09:18:11.547 INFO kablam! --> examples/playground.rs:20:33 Sep 10 09:18:11.547 INFO kablam! | Sep 10 09:18:11.547 INFO kablam! 20 | let mut bottom_bar_border = SolidColor::new(0xdbdbdc); Sep 10 09:18:11.547 INFO kablam! | ^^^^^^^^^^ Use of undeclared type or module `SolidColor` Sep 10 09:18:11.547 INFO kablam! Sep 10 09:18:11.547 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Text` Sep 10 09:18:11.547 INFO kablam! --> examples/playground.rs:23:22 Sep 10 09:18:11.547 INFO kablam! | Sep 10 09:18:11.547 INFO kablam! 23 | let mut line_1 = Text::new(); Sep 10 09:18:11.547 INFO kablam! | ^^^^ Use of undeclared type or module `Text` Sep 10 09:18:11.547 INFO kablam! Sep 10 09:18:11.547 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Row` Sep 10 09:18:11.547 INFO kablam! --> examples/playground.rs:27:20 Sep 10 09:18:11.547 INFO kablam! | Sep 10 09:18:11.547 INFO kablam! 27 | let mut main = Row::new(); Sep 10 09:18:11.547 INFO kablam! | ^^^ Use of undeclared type or module `Row` Sep 10 09:18:11.547 INFO kablam! Sep 10 09:18:11.547 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Column` Sep 10 09:18:11.547 INFO kablam! --> examples/playground.rs:31:25 Sep 10 09:18:11.547 INFO kablam! | Sep 10 09:18:11.547 INFO kablam! 31 | let mut container = Column::new(); Sep 10 09:18:11.547 INFO kablam! | ^^^^^^ Use of undeclared type or module `Column` Sep 10 09:18:11.547 INFO kablam! Sep 10 09:18:11.547 INFO kablam! warning: unused import: `square::*` Sep 10 09:18:11.547 INFO kablam! --> examples/playground.rs:3:5 Sep 10 09:18:11.547 INFO kablam! | Sep 10 09:18:11.547 INFO kablam! 3 | use square::*; Sep 10 09:18:11.547 INFO kablam! | ^^^^^^^^^ Sep 10 09:18:11.547 INFO kablam! | Sep 10 09:18:11.547 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 10 09:18:11.547 INFO kablam! Sep 10 09:18:11.550 INFO kablam! error: aborting due to 9 previous errors Sep 10 09:18:11.550 INFO kablam! Sep 10 09:18:11.550 INFO kablam! For more information about this error, try `rustc --explain E0433`. Sep 10 09:18:11.558 INFO kablam! error: Could not compile `square`. Sep 10 09:18:11.558 INFO kablam! Sep 10 09:18:11.558 INFO kablam! To learn more, run the command again with --verbose. Sep 10 09:18:11.558 INFO kablam! su: No module specific data is present Sep 10 09:18:12.494 INFO running `"docker" "rm" "-f" "97a10cb72c470f4b6c8c8b309fd794f9f0a15995d1d4d872185dccf39b7bc4f8"` Sep 10 09:18:12.616 INFO blam! 97a10cb72c470f4b6c8c8b309fd794f9f0a15995d1d4d872185dccf39b7bc4f8