Sep 01 18:55:42.720 INFO checking windows-error-1.1.0 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53851 Sep 01 18:55:42.720 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 01 18:55:42.720 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53851/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-3/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/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 +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 18:55:42.897 INFO blam! b135b18b1b5ab24c77ca039a2dff491a28f8cecb0ff78b88b43004e6e2424091 Sep 01 18:55:42.899 INFO running `"docker" "start" "-a" "b135b18b1b5ab24c77ca039a2dff491a28f8cecb0ff78b88b43004e6e2424091"` Sep 01 18:55:43.598 INFO kablam! Checking windows-error v1.1.0 (file:///source) Sep 01 18:55:43.982 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `WindowsError` Sep 01 18:55:43.982 INFO kablam! --> tests/error.rs:8:13 Sep 01 18:55:43.982 INFO kablam! | Sep 01 18:55:43.982 INFO kablam! 8 | assert!(WindowsError::new(0) == 0 as u16); Sep 01 18:55:43.982 INFO kablam! | ^^^^^^^^^^^^ Use of undeclared type or module `WindowsError` Sep 01 18:55:43.982 INFO kablam! Sep 01 18:55:43.982 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `WindowsError` Sep 01 18:55:43.982 INFO kablam! --> tests/error.rs:9:13 Sep 01 18:55:43.982 INFO kablam! | Sep 01 18:55:43.982 INFO kablam! 9 | assert!(WindowsError::new(0) == WindowsError::from(0)); Sep 01 18:55:43.982 INFO kablam! | ^^^^^^^^^^^^ Use of undeclared type or module `WindowsError` Sep 01 18:55:43.982 INFO kablam! Sep 01 18:55:43.982 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `WindowsError` Sep 01 18:55:43.982 INFO kablam! --> tests/error.rs:9:37 Sep 01 18:55:43.982 INFO kablam! | Sep 01 18:55:43.982 INFO kablam! 9 | assert!(WindowsError::new(0) == WindowsError::from(0)); Sep 01 18:55:43.982 INFO kablam! | ^^^^^^^^^^^^ Use of undeclared type or module `WindowsError` Sep 01 18:55:43.982 INFO kablam! Sep 01 18:55:43.983 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `WindowsError` Sep 01 18:55:43.983 INFO kablam! --> tests/error.rs:10:13 Sep 01 18:55:43.983 INFO kablam! | Sep 01 18:55:43.983 INFO kablam! 10 | assert!(WindowsError::new(1) != WindowsError::from(0)); Sep 01 18:55:43.983 INFO kablam! | ^^^^^^^^^^^^ Use of undeclared type or module `WindowsError` Sep 01 18:55:43.983 INFO kablam! Sep 01 18:55:43.983 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `WindowsError` Sep 01 18:55:43.983 INFO kablam! --> tests/error.rs:10:37 Sep 01 18:55:43.983 INFO kablam! | Sep 01 18:55:43.983 INFO kablam! 10 | assert!(WindowsError::new(1) != WindowsError::from(0)); Sep 01 18:55:43.983 INFO kablam! | ^^^^^^^^^^^^ Use of undeclared type or module `WindowsError` Sep 01 18:55:43.983 INFO kablam! Sep 01 18:55:43.984 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `WindowsError` Sep 01 18:55:43.984 INFO kablam! --> tests/error.rs:12:18 Sep 01 18:55:43.984 INFO kablam! | Sep 01 18:55:43.984 INFO kablam! 12 | let result = WindowsError::new(0); Sep 01 18:55:43.984 INFO kablam! | ^^^^^^^^^^^^ Use of undeclared type or module `WindowsError` Sep 01 18:55:43.984 INFO kablam! Sep 01 18:55:43.984 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `WindowsError` Sep 01 18:55:43.984 INFO kablam! --> tests/error.rs:16:18 Sep 01 18:55:43.984 INFO kablam! | Sep 01 18:55:43.984 INFO kablam! 16 | let result = WindowsError::new(1); Sep 01 18:55:43.984 INFO kablam! | ^^^^^^^^^^^^ Use of undeclared type or module `WindowsError` Sep 01 18:55:43.984 INFO kablam! Sep 01 18:55:43.984 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `WindowsError` Sep 01 18:55:43.984 INFO kablam! --> tests/error.rs:20:18 Sep 01 18:55:43.984 INFO kablam! | Sep 01 18:55:43.984 INFO kablam! 20 | let result = WindowsError::new(666); Sep 01 18:55:43.984 INFO kablam! | ^^^^^^^^^^^^ Use of undeclared type or module `WindowsError` Sep 01 18:55:43.984 INFO kablam! Sep 01 18:55:43.984 INFO kablam! warning: unused import: `windows_error::*` Sep 01 18:55:43.985 INFO kablam! --> tests/error.rs:3:5 Sep 01 18:55:43.985 INFO kablam! | Sep 01 18:55:43.985 INFO kablam! 3 | use windows_error::*; Sep 01 18:55:43.985 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 01 18:55:43.985 INFO kablam! | Sep 01 18:55:43.985 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 01 18:55:43.985 INFO kablam! Sep 01 18:55:44.025 INFO kablam! error: aborting due to 8 previous errors Sep 01 18:55:44.025 INFO kablam! Sep 01 18:55:44.025 INFO kablam! For more information about this error, try `rustc --explain E0433`. Sep 01 18:55:44.031 INFO kablam! error: Could not compile `windows-error`. Sep 01 18:55:44.031 INFO kablam! Sep 01 18:55:44.031 INFO kablam! To learn more, run the command again with --verbose. Sep 01 18:55:44.033 INFO kablam! su: No module specific data is present Sep 01 18:55:44.624 INFO running `"docker" "rm" "-f" "b135b18b1b5ab24c77ca039a2dff491a28f8cecb0ff78b88b43004e6e2424091"` Sep 01 18:55:44.731 INFO blam! b135b18b1b5ab24c77ca039a2dff491a28f8cecb0ff78b88b43004e6e2424091