Sep 06 09:58:04.340 INFO checking arc-0.0.1 against try#51ff957df5095d92d1d3d4682207ee8b7ad408a8 for pr-53854 Sep 06 09:58:04.340 INFO running: cargo +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets Sep 06 09:58:04.340 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53854/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-1/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/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 +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 06 09:58:04.498 INFO blam! 53908050d5faff93e4f6c08ce778d742d18016ddcad6c4ef2770f9290e38ea52 Sep 06 09:58:04.502 INFO running `"docker" "start" "-a" "53908050d5faff93e4f6c08ce778d742d18016ddcad6c4ef2770f9290e38ea52"` Sep 06 09:58:05.970 INFO kablam! usermod: no changes Sep 06 09:58:06.061 INFO kablam! Compiling palette v0.3.0 Sep 06 09:58:11.353 INFO kablam! Checking arc v0.0.1 (file:///source) Sep 06 09:58:12.319 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Application` Sep 06 09:58:12.319 INFO kablam! --> examples/playground.rs:6:15 Sep 06 09:58:12.319 INFO kablam! | Sep 06 09:58:12.319 INFO kablam! 6 | let app = Application::new(); Sep 06 09:58:12.319 INFO kablam! | ^^^^^^^^^^^ Use of undeclared type or module `Application` Sep 06 09:58:12.319 INFO kablam! Sep 06 09:58:12.319 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Window` Sep 06 09:58:12.319 INFO kablam! --> examples/playground.rs:8:18 Sep 06 09:58:12.319 INFO kablam! | Sep 06 09:58:12.319 INFO kablam! 8 | let window = Window::new(900., 700.); Sep 06 09:58:12.319 INFO kablam! | ^^^^^^ Use of undeclared type or module `Window` Sep 06 09:58:12.319 INFO kablam! Sep 06 09:58:12.319 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `SolidColor` Sep 06 09:58:12.319 INFO kablam! --> examples/playground.rs:11:23 Sep 06 09:58:12.319 INFO kablam! | Sep 06 09:58:12.319 INFO kablam! 11 | let mut top_bar = SolidColor::new(); Sep 06 09:58:12.319 INFO kablam! | ^^^^^^^^^^ Use of undeclared type or module `SolidColor` Sep 06 09:58:12.319 INFO kablam! Sep 06 09:58:12.319 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `SolidColor` Sep 06 09:58:12.319 INFO kablam! --> examples/playground.rs:15:30 Sep 06 09:58:12.319 INFO kablam! | Sep 06 09:58:12.319 INFO kablam! 15 | let mut top_bar_border = SolidColor::new(); Sep 06 09:58:12.319 INFO kablam! | ^^^^^^^^^^ Use of undeclared type or module `SolidColor` Sep 06 09:58:12.319 INFO kablam! Sep 06 09:58:12.319 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `SolidColor` Sep 06 09:58:12.319 INFO kablam! --> examples/playground.rs:19:26 Sep 06 09:58:12.319 INFO kablam! | Sep 06 09:58:12.319 INFO kablam! 19 | let mut bottom_bar = SolidColor::new(); Sep 06 09:58:12.319 INFO kablam! | ^^^^^^^^^^ Use of undeclared type or module `SolidColor` Sep 06 09:58:12.319 INFO kablam! Sep 06 09:58:12.319 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `SolidColor` Sep 06 09:58:12.320 INFO kablam! --> examples/playground.rs:23:33 Sep 06 09:58:12.320 INFO kablam! | Sep 06 09:58:12.320 INFO kablam! 23 | let mut bottom_bar_border = SolidColor::new(); Sep 06 09:58:12.320 INFO kablam! | ^^^^^^^^^^ Use of undeclared type or module `SolidColor` Sep 06 09:58:12.320 INFO kablam! Sep 06 09:58:12.320 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `SolidColor` Sep 06 09:58:12.320 INFO kablam! --> examples/playground.rs:27:20 Sep 06 09:58:12.320 INFO kablam! | Sep 06 09:58:12.320 INFO kablam! 27 | let mut main = SolidColor::new(); Sep 06 09:58:12.320 INFO kablam! | ^^^^^^^^^^ Use of undeclared type or module `SolidColor` Sep 06 09:58:12.320 INFO kablam! Sep 06 09:58:12.320 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Column` Sep 06 09:58:12.320 INFO kablam! --> examples/playground.rs:30:25 Sep 06 09:58:12.320 INFO kablam! | Sep 06 09:58:12.320 INFO kablam! 30 | let mut container = Column::new(); Sep 06 09:58:12.320 INFO kablam! | ^^^^^^ Use of undeclared type or module `Column` Sep 06 09:58:12.320 INFO kablam! Sep 06 09:58:12.320 INFO kablam! warning: unused import: `arc::*` Sep 06 09:58:12.320 INFO kablam! --> examples/playground.rs:3:5 Sep 06 09:58:12.320 INFO kablam! | Sep 06 09:58:12.320 INFO kablam! 3 | use arc::*; Sep 06 09:58:12.320 INFO kablam! | ^^^^^^ Sep 06 09:58:12.320 INFO kablam! | Sep 06 09:58:12.320 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 06 09:58:12.320 INFO kablam! Sep 06 09:58:12.322 INFO kablam! error: aborting due to 8 previous errors Sep 06 09:58:12.322 INFO kablam! Sep 06 09:58:12.322 INFO kablam! For more information about this error, try `rustc --explain E0433`. Sep 06 09:58:12.328 INFO kablam! error: Could not compile `arc`. Sep 06 09:58:12.328 INFO kablam! Sep 06 09:58:12.328 INFO kablam! To learn more, run the command again with --verbose. Sep 06 09:58:12.329 INFO kablam! su: No module specific data is present Sep 06 09:58:13.124 INFO running `"docker" "rm" "-f" "53908050d5faff93e4f6c08ce778d742d18016ddcad6c4ef2770f9290e38ea52"` Sep 06 09:58:13.174 INFO blam! 53908050d5faff93e4f6c08ce778d742d18016ddcad6c4ef2770f9290e38ea52