Sep 05 20:43:20.672 INFO checking windows-error-1.1.0 against try#51ff957df5095d92d1d3d4682207ee8b7ad408a8 for pr-53854 Sep 05 20:43:20.672 INFO running: cargo +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets Sep 05 20:43:20.672 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 05 20:43:20.964 INFO blam! 56888acc7ce4ca742ac7614caf735032ffa99bc752cd2bf9cb3766979c4df3a2 Sep 05 20:43:20.966 INFO running `"docker" "start" "-a" "56888acc7ce4ca742ac7614caf735032ffa99bc752cd2bf9cb3766979c4df3a2"` Sep 05 20:43:21.981 INFO kablam! usermod: no changes Sep 05 20:43:21.999 INFO kablam! Checking windows-error v1.1.0 (file:///source) Sep 05 20:43:22.237 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `WindowsError` Sep 05 20:43:22.237 INFO kablam! --> tests/error.rs:8:13 Sep 05 20:43:22.237 INFO kablam! | Sep 05 20:43:22.237 INFO kablam! 8 | assert!(WindowsError::new(0) == 0 as u16); Sep 05 20:43:22.237 INFO kablam! | ^^^^^^^^^^^^ Use of undeclared type or module `WindowsError` Sep 05 20:43:22.237 INFO kablam! Sep 05 20:43:22.237 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `WindowsError` Sep 05 20:43:22.237 INFO kablam! --> tests/error.rs:9:13 Sep 05 20:43:22.237 INFO kablam! | Sep 05 20:43:22.237 INFO kablam! 9 | assert!(WindowsError::new(0) == WindowsError::from(0)); Sep 05 20:43:22.237 INFO kablam! | ^^^^^^^^^^^^ Use of undeclared type or module `WindowsError` Sep 05 20:43:22.237 INFO kablam! Sep 05 20:43:22.237 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `WindowsError` Sep 05 20:43:22.237 INFO kablam! --> tests/error.rs:9:37 Sep 05 20:43:22.237 INFO kablam! | Sep 05 20:43:22.237 INFO kablam! 9 | assert!(WindowsError::new(0) == WindowsError::from(0)); Sep 05 20:43:22.237 INFO kablam! | ^^^^^^^^^^^^ Use of undeclared type or module `WindowsError` Sep 05 20:43:22.237 INFO kablam! Sep 05 20:43:22.237 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `WindowsError` Sep 05 20:43:22.237 INFO kablam! --> tests/error.rs:10:13 Sep 05 20:43:22.237 INFO kablam! | Sep 05 20:43:22.237 INFO kablam! 10 | assert!(WindowsError::new(1) != WindowsError::from(0)); Sep 05 20:43:22.238 INFO kablam! | ^^^^^^^^^^^^ Use of undeclared type or module `WindowsError` Sep 05 20:43:22.238 INFO kablam! Sep 05 20:43:22.238 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `WindowsError` Sep 05 20:43:22.238 INFO kablam! --> tests/error.rs:10:37 Sep 05 20:43:22.238 INFO kablam! | Sep 05 20:43:22.238 INFO kablam! 10 | assert!(WindowsError::new(1) != WindowsError::from(0)); Sep 05 20:43:22.238 INFO kablam! | ^^^^^^^^^^^^ Use of undeclared type or module `WindowsError` Sep 05 20:43:22.238 INFO kablam! Sep 05 20:43:22.238 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `WindowsError` Sep 05 20:43:22.238 INFO kablam! --> tests/error.rs:12:18 Sep 05 20:43:22.238 INFO kablam! | Sep 05 20:43:22.238 INFO kablam! 12 | let result = WindowsError::new(0); Sep 05 20:43:22.238 INFO kablam! | ^^^^^^^^^^^^ Use of undeclared type or module `WindowsError` Sep 05 20:43:22.238 INFO kablam! Sep 05 20:43:22.238 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `WindowsError` Sep 05 20:43:22.238 INFO kablam! --> tests/error.rs:16:18 Sep 05 20:43:22.238 INFO kablam! | Sep 05 20:43:22.238 INFO kablam! 16 | let result = WindowsError::new(1); Sep 05 20:43:22.238 INFO kablam! | ^^^^^^^^^^^^ Use of undeclared type or module `WindowsError` Sep 05 20:43:22.238 INFO kablam! Sep 05 20:43:22.238 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `WindowsError` Sep 05 20:43:22.238 INFO kablam! --> tests/error.rs:20:18 Sep 05 20:43:22.238 INFO kablam! | Sep 05 20:43:22.238 INFO kablam! 20 | let result = WindowsError::new(666); Sep 05 20:43:22.238 INFO kablam! | ^^^^^^^^^^^^ Use of undeclared type or module `WindowsError` Sep 05 20:43:22.238 INFO kablam! Sep 05 20:43:22.238 INFO kablam! warning: unused import: `windows_error::*` Sep 05 20:43:22.238 INFO kablam! --> tests/error.rs:3:5 Sep 05 20:43:22.238 INFO kablam! | Sep 05 20:43:22.238 INFO kablam! 3 | use windows_error::*; Sep 05 20:43:22.238 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 05 20:43:22.238 INFO kablam! | Sep 05 20:43:22.238 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 05 20:43:22.238 INFO kablam! Sep 05 20:43:22.258 INFO kablam! error: aborting due to 8 previous errors Sep 05 20:43:22.258 INFO kablam! Sep 05 20:43:22.258 INFO kablam! For more information about this error, try `rustc --explain E0433`. Sep 05 20:43:22.263 INFO kablam! error: Could not compile `windows-error`. Sep 05 20:43:22.263 INFO kablam! Sep 05 20:43:22.263 INFO kablam! To learn more, run the command again with --verbose. Sep 05 20:43:22.264 INFO kablam! su: No module specific data is present Sep 05 20:43:22.785 INFO running `"docker" "rm" "-f" "56888acc7ce4ca742ac7614caf735032ffa99bc752cd2bf9cb3766979c4df3a2"` Sep 05 20:43:22.926 INFO blam! 56888acc7ce4ca742ac7614caf735032ffa99bc752cd2bf9cb3766979c4df3a2