Sep 10 22:45:00.441 INFO checking arc-0.0.1 against try#3a2610c2a16575649896925631bf8cec4f4b1961 for pr-54090 Sep 10 22:45:00.441 INFO running: cargo +3a2610c2a16575649896925631bf8cec4f4b1961-alt check --frozen --all --all-targets Sep 10 22:45:00.441 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-54090/try#3a2610c2a16575649896925631bf8cec4f4b1961:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-6/try#3a2610c2a16575649896925631bf8cec4f4b1961:/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 +3a2610c2a16575649896925631bf8cec4f4b1961-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-m" "2G" "crater"` Sep 10 22:45:00.604 INFO blam! 4f36be504c3e6bdb331331e30165d21401a709f7807ce8d5255790f938695853 Sep 10 22:45:00.606 INFO running `"docker" "start" "-a" "4f36be504c3e6bdb331331e30165d21401a709f7807ce8d5255790f938695853"` Sep 10 22:45:01.499 INFO kablam! usermod: no changes Sep 10 22:45:01.581 INFO kablam! Compiling palette v0.3.0 Sep 10 22:45:06.810 INFO kablam! Checking arc v0.0.1 (file:///source) Sep 10 22:45:08.289 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Application` Sep 10 22:45:08.289 INFO kablam! --> examples/playground.rs:6:15 Sep 10 22:45:08.289 INFO kablam! | Sep 10 22:45:08.289 INFO kablam! 6 | let app = Application::new(); Sep 10 22:45:08.289 INFO kablam! | ^^^^^^^^^^^ Use of undeclared type or module `Application` Sep 10 22:45:08.289 INFO kablam! Sep 10 22:45:08.289 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Window` Sep 10 22:45:08.289 INFO kablam! --> examples/playground.rs:8:18 Sep 10 22:45:08.289 INFO kablam! | Sep 10 22:45:08.289 INFO kablam! 8 | let window = Window::new(900., 700.); Sep 10 22:45:08.289 INFO kablam! | ^^^^^^ Use of undeclared type or module `Window` Sep 10 22:45:08.289 INFO kablam! Sep 10 22:45:08.289 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `SolidColor` Sep 10 22:45:08.289 INFO kablam! --> examples/playground.rs:11:23 Sep 10 22:45:08.289 INFO kablam! | Sep 10 22:45:08.289 INFO kablam! 11 | let mut top_bar = SolidColor::new(); Sep 10 22:45:08.289 INFO kablam! | ^^^^^^^^^^ Use of undeclared type or module `SolidColor` Sep 10 22:45:08.289 INFO kablam! Sep 10 22:45:08.289 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `SolidColor` Sep 10 22:45:08.289 INFO kablam! --> examples/playground.rs:15:30 Sep 10 22:45:08.289 INFO kablam! | Sep 10 22:45:08.289 INFO kablam! 15 | let mut top_bar_border = SolidColor::new(); Sep 10 22:45:08.289 INFO kablam! | ^^^^^^^^^^ Use of undeclared type or module `SolidColor` Sep 10 22:45:08.289 INFO kablam! Sep 10 22:45:08.289 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `SolidColor` Sep 10 22:45:08.289 INFO kablam! --> examples/playground.rs:19:26 Sep 10 22:45:08.289 INFO kablam! | Sep 10 22:45:08.289 INFO kablam! 19 | let mut bottom_bar = SolidColor::new(); Sep 10 22:45:08.289 INFO kablam! | ^^^^^^^^^^ Use of undeclared type or module `SolidColor` Sep 10 22:45:08.289 INFO kablam! Sep 10 22:45:08.290 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `SolidColor` Sep 10 22:45:08.290 INFO kablam! --> examples/playground.rs:23:33 Sep 10 22:45:08.290 INFO kablam! | Sep 10 22:45:08.290 INFO kablam! 23 | let mut bottom_bar_border = SolidColor::new(); Sep 10 22:45:08.290 INFO kablam! | ^^^^^^^^^^ Use of undeclared type or module `SolidColor` Sep 10 22:45:08.290 INFO kablam! Sep 10 22:45:08.290 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `SolidColor` Sep 10 22:45:08.290 INFO kablam! --> examples/playground.rs:27:20 Sep 10 22:45:08.290 INFO kablam! | Sep 10 22:45:08.290 INFO kablam! 27 | let mut main = SolidColor::new(); Sep 10 22:45:08.290 INFO kablam! | ^^^^^^^^^^ Use of undeclared type or module `SolidColor` Sep 10 22:45:08.290 INFO kablam! Sep 10 22:45:08.290 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Column` Sep 10 22:45:08.290 INFO kablam! --> examples/playground.rs:30:25 Sep 10 22:45:08.290 INFO kablam! | Sep 10 22:45:08.290 INFO kablam! 30 | let mut container = Column::new(); Sep 10 22:45:08.290 INFO kablam! | ^^^^^^ Use of undeclared type or module `Column` Sep 10 22:45:08.290 INFO kablam! Sep 10 22:45:08.290 INFO kablam! warning: unused import: `arc::*` Sep 10 22:45:08.290 INFO kablam! --> examples/playground.rs:3:5 Sep 10 22:45:08.290 INFO kablam! | Sep 10 22:45:08.290 INFO kablam! 3 | use arc::*; Sep 10 22:45:08.290 INFO kablam! | ^^^^^^ Sep 10 22:45:08.290 INFO kablam! | Sep 10 22:45:08.290 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 10 22:45:08.290 INFO kablam! Sep 10 22:45:08.292 INFO kablam! error: aborting due to 8 previous errors Sep 10 22:45:08.292 INFO kablam! Sep 10 22:45:08.292 INFO kablam! For more information about this error, try `rustc --explain E0433`. Sep 10 22:45:08.298 INFO kablam! error: Could not compile `arc`. Sep 10 22:45:08.298 INFO kablam! Sep 10 22:45:08.298 INFO kablam! To learn more, run the command again with --verbose. Sep 10 22:45:08.299 INFO kablam! su: No module specific data is present Sep 10 22:45:08.872 INFO running `"docker" "rm" "-f" "4f36be504c3e6bdb331331e30165d21401a709f7807ce8d5255790f938695853"` Sep 10 22:45:08.972 INFO blam! 4f36be504c3e6bdb331331e30165d21401a709f7807ce8d5255790f938695853