Sep 17 14:48:27.338 INFO checking windows-error-1.1.0 against try#cfeeefe83c83bceb55d60d7e2be173db7597ed50 for pr-54033 Sep 17 14:48:27.338 INFO running: cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets Sep 17 14:48:27.338 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-54033/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-2/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/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 +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 17 14:48:27.470 INFO blam! 088310ef02d0102b507ca6c55becaf6bf56ad46c23e7a4ccf2ecd8fdde99d1b6 Sep 17 14:48:27.472 INFO running `"docker" "start" "-a" "088310ef02d0102b507ca6c55becaf6bf56ad46c23e7a4ccf2ecd8fdde99d1b6"` Sep 17 14:48:28.686 INFO kablam! usermod: no changes Sep 17 14:48:28.714 INFO kablam! Checking windows-error v1.1.0 (/source) Sep 17 14:48:28.995 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `WindowsError` Sep 17 14:48:28.995 INFO kablam! --> tests/error.rs:8:13 Sep 17 14:48:28.995 INFO kablam! | Sep 17 14:48:28.995 INFO kablam! 8 | assert!(WindowsError::new(0) == 0 as u16); Sep 17 14:48:28.995 INFO kablam! | ^^^^^^^^^^^^ Use of undeclared type or module `WindowsError` Sep 17 14:48:28.995 INFO kablam! Sep 17 14:48:28.995 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `WindowsError` Sep 17 14:48:28.995 INFO kablam! --> tests/error.rs:9:13 Sep 17 14:48:28.995 INFO kablam! | Sep 17 14:48:28.995 INFO kablam! 9 | assert!(WindowsError::new(0) == WindowsError::from(0)); Sep 17 14:48:28.995 INFO kablam! | ^^^^^^^^^^^^ Use of undeclared type or module `WindowsError` Sep 17 14:48:28.995 INFO kablam! Sep 17 14:48:28.995 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `WindowsError` Sep 17 14:48:28.995 INFO kablam! --> tests/error.rs:9:37 Sep 17 14:48:28.995 INFO kablam! | Sep 17 14:48:28.995 INFO kablam! 9 | assert!(WindowsError::new(0) == WindowsError::from(0)); Sep 17 14:48:28.995 INFO kablam! | ^^^^^^^^^^^^ Use of undeclared type or module `WindowsError` Sep 17 14:48:28.995 INFO kablam! Sep 17 14:48:28.995 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `WindowsError` Sep 17 14:48:28.995 INFO kablam! --> tests/error.rs:10:13 Sep 17 14:48:28.995 INFO kablam! | Sep 17 14:48:28.995 INFO kablam! 10 | assert!(WindowsError::new(1) != WindowsError::from(0)); Sep 17 14:48:28.995 INFO kablam! | ^^^^^^^^^^^^ Use of undeclared type or module `WindowsError` Sep 17 14:48:28.995 INFO kablam! Sep 17 14:48:28.995 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `WindowsError` Sep 17 14:48:28.995 INFO kablam! --> tests/error.rs:10:37 Sep 17 14:48:28.995 INFO kablam! | Sep 17 14:48:28.995 INFO kablam! 10 | assert!(WindowsError::new(1) != WindowsError::from(0)); Sep 17 14:48:28.995 INFO kablam! | ^^^^^^^^^^^^ Use of undeclared type or module `WindowsError` Sep 17 14:48:28.995 INFO kablam! Sep 17 14:48:28.995 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `WindowsError` Sep 17 14:48:28.995 INFO kablam! --> tests/error.rs:12:18 Sep 17 14:48:28.995 INFO kablam! | Sep 17 14:48:28.995 INFO kablam! 12 | let result = WindowsError::new(0); Sep 17 14:48:28.995 INFO kablam! | ^^^^^^^^^^^^ Use of undeclared type or module `WindowsError` Sep 17 14:48:28.995 INFO kablam! Sep 17 14:48:28.995 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `WindowsError` Sep 17 14:48:28.995 INFO kablam! --> tests/error.rs:16:18 Sep 17 14:48:28.995 INFO kablam! | Sep 17 14:48:28.995 INFO kablam! 16 | let result = WindowsError::new(1); Sep 17 14:48:28.995 INFO kablam! | ^^^^^^^^^^^^ Use of undeclared type or module `WindowsError` Sep 17 14:48:28.995 INFO kablam! Sep 17 14:48:28.995 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `WindowsError` Sep 17 14:48:28.995 INFO kablam! --> tests/error.rs:20:18 Sep 17 14:48:28.995 INFO kablam! | Sep 17 14:48:28.995 INFO kablam! 20 | let result = WindowsError::new(666); Sep 17 14:48:28.995 INFO kablam! | ^^^^^^^^^^^^ Use of undeclared type or module `WindowsError` Sep 17 14:48:28.995 INFO kablam! Sep 17 14:48:28.995 INFO kablam! warning: unused import: `windows_error::*` Sep 17 14:48:28.995 INFO kablam! --> tests/error.rs:3:5 Sep 17 14:48:28.995 INFO kablam! | Sep 17 14:48:28.995 INFO kablam! 3 | use windows_error::*; Sep 17 14:48:28.995 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 17 14:48:28.995 INFO kablam! | Sep 17 14:48:28.995 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 17 14:48:28.995 INFO kablam! Sep 17 14:48:29.030 INFO kablam! error: aborting due to 8 previous errors Sep 17 14:48:29.030 INFO kablam! Sep 17 14:48:29.030 INFO kablam! For more information about this error, try `rustc --explain E0433`. Sep 17 14:48:29.031 INFO kablam! error: Could not compile `windows-error`. Sep 17 14:48:29.031 INFO kablam! Sep 17 14:48:29.031 INFO kablam! To learn more, run the command again with --verbose. Sep 17 14:48:29.033 INFO kablam! su: No module specific data is present Sep 17 14:48:29.619 INFO running `"docker" "rm" "-f" "088310ef02d0102b507ca6c55becaf6bf56ad46c23e7a4ccf2ecd8fdde99d1b6"` Sep 17 14:48:29.705 INFO blam! 088310ef02d0102b507ca6c55becaf6bf56ad46c23e7a4ccf2ecd8fdde99d1b6