Sep 01 10:39:14.113 INFO checking arc-0.0.1 against try#a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b for pr-53578 Sep 01 10:39:14.113 INFO running: cargo +a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b-alt check --frozen --all --all-targets Sep 01 10:39:14.113 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53578/try#a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578/worker-1/try#a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b:/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 +a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 10:39:14.313 INFO blam! 21bc38054d198f55423362fe382e80b6aef5ba28fdea017075003551399b4aff Sep 01 10:39:14.315 INFO running `"docker" "start" "-a" "21bc38054d198f55423362fe382e80b6aef5ba28fdea017075003551399b4aff"` Sep 01 10:39:15.064 INFO kablam! Checking arc v0.0.1 (file:///source) Sep 01 10:39:18.483 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Application` Sep 01 10:39:18.483 INFO kablam! --> examples/playground.rs:6:15 Sep 01 10:39:18.483 INFO kablam! | Sep 01 10:39:18.483 INFO kablam! 6 | let app = Application::new(); Sep 01 10:39:18.483 INFO kablam! | ^^^^^^^^^^^ Use of undeclared type or module `Application` Sep 01 10:39:18.483 INFO kablam! Sep 01 10:39:18.483 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Window` Sep 01 10:39:18.483 INFO kablam! --> examples/playground.rs:8:18 Sep 01 10:39:18.483 INFO kablam! | Sep 01 10:39:18.483 INFO kablam! 8 | let window = Window::new(900., 700.); Sep 01 10:39:18.483 INFO kablam! | ^^^^^^ Use of undeclared type or module `Window` Sep 01 10:39:18.484 INFO kablam! Sep 01 10:39:18.484 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `SolidColor` Sep 01 10:39:18.484 INFO kablam! --> examples/playground.rs:11:23 Sep 01 10:39:18.484 INFO kablam! | Sep 01 10:39:18.484 INFO kablam! 11 | let mut top_bar = SolidColor::new(); Sep 01 10:39:18.484 INFO kablam! | ^^^^^^^^^^ Use of undeclared type or module `SolidColor` Sep 01 10:39:18.484 INFO kablam! Sep 01 10:39:18.484 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `SolidColor` Sep 01 10:39:18.484 INFO kablam! --> examples/playground.rs:15:30 Sep 01 10:39:18.484 INFO kablam! | Sep 01 10:39:18.484 INFO kablam! 15 | let mut top_bar_border = SolidColor::new(); Sep 01 10:39:18.484 INFO kablam! | ^^^^^^^^^^ Use of undeclared type or module `SolidColor` Sep 01 10:39:18.484 INFO kablam! Sep 01 10:39:18.484 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `SolidColor` Sep 01 10:39:18.484 INFO kablam! --> examples/playground.rs:19:26 Sep 01 10:39:18.484 INFO kablam! | Sep 01 10:39:18.484 INFO kablam! 19 | let mut bottom_bar = SolidColor::new(); Sep 01 10:39:18.484 INFO kablam! | ^^^^^^^^^^ Use of undeclared type or module `SolidColor` Sep 01 10:39:18.484 INFO kablam! Sep 01 10:39:18.484 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `SolidColor` Sep 01 10:39:18.484 INFO kablam! --> examples/playground.rs:23:33 Sep 01 10:39:18.484 INFO kablam! | Sep 01 10:39:18.484 INFO kablam! 23 | let mut bottom_bar_border = SolidColor::new(); Sep 01 10:39:18.484 INFO kablam! | ^^^^^^^^^^ Use of undeclared type or module `SolidColor` Sep 01 10:39:18.484 INFO kablam! Sep 01 10:39:18.485 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `SolidColor` Sep 01 10:39:18.485 INFO kablam! --> examples/playground.rs:27:20 Sep 01 10:39:18.485 INFO kablam! | Sep 01 10:39:18.485 INFO kablam! 27 | let mut main = SolidColor::new(); Sep 01 10:39:18.485 INFO kablam! | ^^^^^^^^^^ Use of undeclared type or module `SolidColor` Sep 01 10:39:18.485 INFO kablam! Sep 01 10:39:18.485 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Column` Sep 01 10:39:18.485 INFO kablam! --> examples/playground.rs:30:25 Sep 01 10:39:18.485 INFO kablam! | Sep 01 10:39:18.485 INFO kablam! 30 | let mut container = Column::new(); Sep 01 10:39:18.485 INFO kablam! | ^^^^^^ Use of undeclared type or module `Column` Sep 01 10:39:18.485 INFO kablam! Sep 01 10:39:18.485 INFO kablam! warning: unused import: `arc::*` Sep 01 10:39:18.485 INFO kablam! --> examples/playground.rs:3:5 Sep 01 10:39:18.485 INFO kablam! | Sep 01 10:39:18.485 INFO kablam! 3 | use arc::*; Sep 01 10:39:18.485 INFO kablam! | ^^^^^^ Sep 01 10:39:18.485 INFO kablam! | Sep 01 10:39:18.485 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 01 10:39:18.485 INFO kablam! Sep 01 10:39:18.488 INFO kablam! error: aborting due to 8 previous errors Sep 01 10:39:18.488 INFO kablam! Sep 01 10:39:18.488 INFO kablam! For more information about this error, try `rustc --explain E0433`. Sep 01 10:39:18.495 INFO kablam! error: Could not compile `arc`. Sep 01 10:39:18.495 INFO kablam! Sep 01 10:39:18.495 INFO kablam! To learn more, run the command again with --verbose. Sep 01 10:39:18.497 INFO kablam! su: No module specific data is present Sep 01 10:39:18.894 INFO running `"docker" "rm" "-f" "21bc38054d198f55423362fe382e80b6aef5ba28fdea017075003551399b4aff"` Sep 01 10:39:19.030 INFO blam! 21bc38054d198f55423362fe382e80b6aef5ba28fdea017075003551399b4aff