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