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