Sep 18 03:43:29.358 INFO checking arc-0.0.1 against try#cfeeefe83c83bceb55d60d7e2be173db7597ed50 for pr-54033 Sep 18 03:43:29.358 INFO running: cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets Sep 18 03:43:29.358 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-54033/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-1/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/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 +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 18 03:43:29.633 INFO blam! 03e007c9201ef78a359f4d705e5855804ee4f399b88e116196018fbeb2cb9eea Sep 18 03:43:29.635 INFO running `"docker" "start" "-a" "03e007c9201ef78a359f4d705e5855804ee4f399b88e116196018fbeb2cb9eea"` Sep 18 03:43:30.289 INFO kablam! usermod: no changes Sep 18 03:43:30.373 INFO kablam! Compiling palette v0.3.0 Sep 18 03:43:35.950 INFO kablam! Checking arc v0.0.1 (/source) Sep 18 03:43:37.125 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Application` Sep 18 03:43:37.125 INFO kablam! --> examples/playground.rs:6:15 Sep 18 03:43:37.125 INFO kablam! | Sep 18 03:43:37.125 INFO kablam! 6 | let app = Application::new(); Sep 18 03:43:37.125 INFO kablam! | ^^^^^^^^^^^ Use of undeclared type or module `Application` Sep 18 03:43:37.125 INFO kablam! Sep 18 03:43:37.125 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Window` Sep 18 03:43:37.125 INFO kablam! --> examples/playground.rs:8:18 Sep 18 03:43:37.125 INFO kablam! | Sep 18 03:43:37.125 INFO kablam! 8 | let window = Window::new(900., 700.); Sep 18 03:43:37.125 INFO kablam! | ^^^^^^ Use of undeclared type or module `Window` Sep 18 03:43:37.125 INFO kablam! Sep 18 03:43:37.125 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `SolidColor` Sep 18 03:43:37.125 INFO kablam! --> examples/playground.rs:11:23 Sep 18 03:43:37.125 INFO kablam! | Sep 18 03:43:37.125 INFO kablam! 11 | let mut top_bar = SolidColor::new(); Sep 18 03:43:37.125 INFO kablam! | ^^^^^^^^^^ Use of undeclared type or module `SolidColor` Sep 18 03:43:37.125 INFO kablam! Sep 18 03:43:37.125 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `SolidColor` Sep 18 03:43:37.125 INFO kablam! --> examples/playground.rs:15:30 Sep 18 03:43:37.125 INFO kablam! | Sep 18 03:43:37.125 INFO kablam! 15 | let mut top_bar_border = SolidColor::new(); Sep 18 03:43:37.125 INFO kablam! | ^^^^^^^^^^ Use of undeclared type or module `SolidColor` Sep 18 03:43:37.125 INFO kablam! Sep 18 03:43:37.125 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `SolidColor` Sep 18 03:43:37.125 INFO kablam! --> examples/playground.rs:19:26 Sep 18 03:43:37.125 INFO kablam! | Sep 18 03:43:37.125 INFO kablam! 19 | let mut bottom_bar = SolidColor::new(); Sep 18 03:43:37.125 INFO kablam! | ^^^^^^^^^^ Use of undeclared type or module `SolidColor` Sep 18 03:43:37.125 INFO kablam! Sep 18 03:43:37.125 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `SolidColor` Sep 18 03:43:37.125 INFO kablam! --> examples/playground.rs:23:33 Sep 18 03:43:37.125 INFO kablam! | Sep 18 03:43:37.125 INFO kablam! 23 | let mut bottom_bar_border = SolidColor::new(); Sep 18 03:43:37.125 INFO kablam! | ^^^^^^^^^^ Use of undeclared type or module `SolidColor` Sep 18 03:43:37.125 INFO kablam! Sep 18 03:43:37.125 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `SolidColor` Sep 18 03:43:37.125 INFO kablam! --> examples/playground.rs:27:20 Sep 18 03:43:37.125 INFO kablam! | Sep 18 03:43:37.125 INFO kablam! 27 | let mut main = SolidColor::new(); Sep 18 03:43:37.125 INFO kablam! | ^^^^^^^^^^ Use of undeclared type or module `SolidColor` Sep 18 03:43:37.125 INFO kablam! Sep 18 03:43:37.125 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Column` Sep 18 03:43:37.125 INFO kablam! --> examples/playground.rs:30:25 Sep 18 03:43:37.125 INFO kablam! | Sep 18 03:43:37.125 INFO kablam! 30 | let mut container = Column::new(); Sep 18 03:43:37.125 INFO kablam! | ^^^^^^ Use of undeclared type or module `Column` Sep 18 03:43:37.125 INFO kablam! Sep 18 03:43:37.127 INFO kablam! warning: unused import: `arc::*` Sep 18 03:43:37.127 INFO kablam! --> examples/playground.rs:3:5 Sep 18 03:43:37.127 INFO kablam! | Sep 18 03:43:37.127 INFO kablam! 3 | use arc::*; Sep 18 03:43:37.127 INFO kablam! | ^^^^^^ Sep 18 03:43:37.127 INFO kablam! | Sep 18 03:43:37.127 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 18 03:43:37.127 INFO kablam! Sep 18 03:43:37.130 INFO kablam! error: aborting due to 8 previous errors Sep 18 03:43:37.131 INFO kablam! Sep 18 03:43:37.131 INFO kablam! For more information about this error, try `rustc --explain E0433`. Sep 18 03:43:37.137 INFO kablam! error: Could not compile `arc`. Sep 18 03:43:37.138 INFO kablam! Sep 18 03:43:37.138 INFO kablam! To learn more, run the command again with --verbose. Sep 18 03:43:37.138 INFO kablam! su: No module specific data is present Sep 18 03:43:37.781 INFO running `"docker" "rm" "-f" "03e007c9201ef78a359f4d705e5855804ee4f399b88e116196018fbeb2cb9eea"` Sep 18 03:43:37.851 INFO blam! 03e007c9201ef78a359f4d705e5855804ee4f399b88e116196018fbeb2cb9eea