Sep 05 20:43:16.432 INFO checking windows-win-2.3.0 against master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6 for pr-53854 Sep 05 20:43:16.432 INFO running: cargo +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets Sep 05 20:43:16.432 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-53854/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-4/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/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 +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-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:16.599 INFO blam! f13fe635ce7bae470c63fe00778b570dffa14edeff8ed16b77257fbd0b0034f3 Sep 05 20:43:16.600 INFO running `"docker" "start" "-a" "f13fe635ce7bae470c63fe00778b570dffa14edeff8ed16b77257fbd0b0034f3"` Sep 05 20:43:17.464 INFO kablam! usermod: no changes Sep 05 20:43:17.522 INFO kablam! Checking windows-win v2.3.0 (file:///source) Sep 05 20:43:17.841 INFO kablam! error[E0463]: can't find crate for `clipboard_win` Sep 05 20:43:17.841 INFO kablam! --> tests/windows.rs:2:1 Sep 05 20:43:17.841 INFO kablam! | Sep 05 20:43:17.841 INFO kablam! 2 | extern crate clipboard_win; Sep 05 20:43:17.841 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate Sep 05 20:43:17.841 INFO kablam! Sep 05 20:43:17.841 INFO kablam! error: aborting due to previous error Sep 05 20:43:17.841 INFO kablam! Sep 05 20:43:17.841 INFO kablam! For more information about this error, try `rustc --explain E0463`. Sep 05 20:43:17.854 INFO kablam! error: Could not compile `windows-win`. Sep 05 20:43:17.854 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 05 20:43:17.882 INFO kablam! error[E0463]: can't find crate for `winapi` Sep 05 20:43:17.882 INFO kablam! --> tests/timer.rs:2:1 Sep 05 20:43:17.882 INFO kablam! | Sep 05 20:43:17.882 INFO kablam! 2 | extern crate winapi; Sep 05 20:43:17.882 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ can't find crate Sep 05 20:43:17.882 INFO kablam! Sep 05 20:43:17.882 INFO kablam! error: aborting due to previous error Sep 05 20:43:17.882 INFO kablam! Sep 05 20:43:17.882 INFO kablam! For more information about this error, try `rustc --explain E0463`. Sep 05 20:43:17.886 INFO kablam! error: Could not compile `windows-win`. Sep 05 20:43:17.886 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 05 20:43:17.906 INFO kablam! error[E0432]: unresolved import `windows_win::raw` Sep 05 20:43:17.906 INFO kablam! --> tests/memory.rs:6:5 Sep 05 20:43:17.906 INFO kablam! | Sep 05 20:43:17.906 INFO kablam! 6 | raw Sep 05 20:43:17.906 INFO kablam! | ^^^ no `raw` in the root Sep 05 20:43:17.906 INFO kablam! Sep 05 20:43:17.906 INFO kablam! error[E0432]: unresolved import `windows_win::raw` Sep 05 20:43:17.906 INFO kablam! --> tests/module.rs:5:5 Sep 05 20:43:17.906 INFO kablam! | Sep 05 20:43:17.906 INFO kablam! 5 | raw Sep 05 20:43:17.906 INFO kablam! | ^^^ no `raw` in the root Sep 05 20:43:17.906 INFO kablam! Sep 05 20:43:17.906 INFO kablam! error[E0425]: cannot find function `virtual_query_ex` in this scope Sep 05 20:43:17.906 INFO kablam! --> tests/memory.rs:14:18 Sep 05 20:43:17.906 INFO kablam! | Sep 05 20:43:17.906 INFO kablam! 14 | let result = virtual_query_ex(handle, ptr::null()); Sep 05 20:43:17.906 INFO kablam! | ^^^^^^^^^^^^^^^^ not found in this scope Sep 05 20:43:17.910 INFO kablam! Sep 05 20:43:17.910 INFO kablam! warning: unused import: `raw::memory::*` Sep 05 20:43:17.910 INFO kablam! --> tests/memory.rs:9:5 Sep 05 20:43:17.910 INFO kablam! | Sep 05 20:43:17.910 INFO kablam! 9 | use raw::memory::*; Sep 05 20:43:17.910 INFO kablam! | ^^^^^^^^^^^^^^ Sep 05 20:43:17.910 INFO kablam! | Sep 05 20:43:17.910 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 05 20:43:17.910 INFO kablam! Sep 05 20:43:17.910 INFO kablam! error: cannot find macro `module_to_addr!` in this scope Sep 05 20:43:17.910 INFO kablam! --> tests/module.rs:12:46 Sep 05 20:43:17.910 INFO kablam! | Sep 05 20:43:17.910 INFO kablam! 12 | let result = get_module_handle_from_addr(module_to_addr!(get_module_handle)); Sep 05 20:43:17.910 INFO kablam! | ^^^^^^^^^^^^^^ Sep 05 20:43:17.910 INFO kablam! Sep 05 20:43:17.914 INFO kablam! error[E0425]: cannot find function `get_module_handle_from_addr` in this scope Sep 05 20:43:17.914 INFO kablam! --> tests/module.rs:12:18 Sep 05 20:43:17.914 INFO kablam! | Sep 05 20:43:17.914 INFO kablam! 12 | let result = get_module_handle_from_addr(module_to_addr!(get_module_handle)); Sep 05 20:43:17.914 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope Sep 05 20:43:17.914 INFO kablam! Sep 05 20:43:17.914 INFO kablam! error[E0425]: cannot find function `get_module_name` in this scope Sep 05 20:43:17.914 INFO kablam! --> tests/module.rs:16:18 Sep 05 20:43:17.914 INFO kablam! | Sep 05 20:43:17.914 INFO kablam! 16 | let result = get_module_name(result.unwrap()); Sep 05 20:43:17.914 INFO kablam! | ^^^^^^^^^^^^^^^ did you mean `get_module_handle`? Sep 05 20:43:17.914 INFO kablam! Sep 05 20:43:17.914 INFO kablam! error: aborting due to 4 previous errors Sep 05 20:43:17.914 INFO kablam! Sep 05 20:43:17.914 INFO kablam! Some errors occurred: E0425, E0432. Sep 05 20:43:17.914 INFO kablam! For more information about an error, try `rustc --explain E0425`. Sep 05 20:43:17.922 INFO kablam! error: Could not compile `windows-win`. Sep 05 20:43:17.922 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 05 20:43:17.926 INFO kablam! error: aborting due to 2 previous errors Sep 05 20:43:17.926 INFO kablam! Sep 05 20:43:17.926 INFO kablam! Some errors occurred: E0425, E0432. Sep 05 20:43:17.926 INFO kablam! For more information about an error, try `rustc --explain E0425`. Sep 05 20:43:17.928 INFO kablam! error: Could not compile `windows-win`. Sep 05 20:43:17.928 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 05 20:43:17.968 INFO kablam! error[E0432]: unresolved import `windows_win::raw` Sep 05 20:43:17.968 INFO kablam! --> tests/search.rs:4:5 Sep 05 20:43:17.968 INFO kablam! | Sep 05 20:43:17.968 INFO kablam! 4 | raw Sep 05 20:43:17.968 INFO kablam! | ^^^ no `raw` in the root Sep 05 20:43:17.968 INFO kablam! Sep 05 20:43:17.968 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Search` Sep 05 20:43:17.968 INFO kablam! --> tests/search.rs:11:18 Sep 05 20:43:17.968 INFO kablam! | Sep 05 20:43:17.968 INFO kablam! 11 | let result = Search::new("non-existing.rs", FileInfoLevel::default(), FileSearchType::default(), 0); Sep 05 20:43:17.968 INFO kablam! | ^^^^^^ Use of undeclared type or module `Search` Sep 05 20:43:17.968 INFO kablam! Sep 05 20:43:17.970 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `FileInfoLevel` Sep 05 20:43:17.970 INFO kablam! --> tests/search.rs:11:49 Sep 05 20:43:17.970 INFO kablam! | Sep 05 20:43:17.970 INFO kablam! 11 | let result = Search::new("non-existing.rs", FileInfoLevel::default(), FileSearchType::default(), 0); Sep 05 20:43:17.970 INFO kablam! | ^^^^^^^^^^^^^ Use of undeclared type or module `FileInfoLevel` Sep 05 20:43:17.970 INFO kablam! Sep 05 20:43:17.970 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `FileSearchType` Sep 05 20:43:17.970 INFO kablam! --> tests/search.rs:11:75 Sep 05 20:43:17.970 INFO kablam! | Sep 05 20:43:17.970 INFO kablam! 11 | let result = Search::new("non-existing.rs", FileInfoLevel::default(), FileSearchType::default(), 0); Sep 05 20:43:17.970 INFO kablam! | ^^^^^^^^^^^^^^ Use of undeclared type or module `FileSearchType` Sep 05 20:43:17.970 INFO kablam! Sep 05 20:43:17.970 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Search` Sep 05 20:43:17.970 INFO kablam! --> tests/search.rs:19:18 Sep 05 20:43:17.970 INFO kablam! | Sep 05 20:43:17.970 INFO kablam! 19 | let result = Search::new(file_name, FileInfoLevel::default(), FileSearchType::default(), 0); Sep 05 20:43:17.970 INFO kablam! | ^^^^^^ Use of undeclared type or module `Search` Sep 05 20:43:17.970 INFO kablam! Sep 05 20:43:17.970 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `FileInfoLevel` Sep 05 20:43:17.970 INFO kablam! --> tests/search.rs:19:41 Sep 05 20:43:17.970 INFO kablam! | Sep 05 20:43:17.970 INFO kablam! 19 | let result = Search::new(file_name, FileInfoLevel::default(), FileSearchType::default(), 0); Sep 05 20:43:17.970 INFO kablam! | ^^^^^^^^^^^^^ Use of undeclared type or module `FileInfoLevel` Sep 05 20:43:17.970 INFO kablam! Sep 05 20:43:17.970 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `FileSearchType` Sep 05 20:43:17.970 INFO kablam! --> tests/search.rs:19:67 Sep 05 20:43:17.970 INFO kablam! | Sep 05 20:43:17.970 INFO kablam! 19 | let result = Search::new(file_name, FileInfoLevel::default(), FileSearchType::default(), 0); Sep 05 20:43:17.970 INFO kablam! | ^^^^^^^^^^^^^^ Use of undeclared type or module `FileSearchType` Sep 05 20:43:17.970 INFO kablam! Sep 05 20:43:17.970 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Search` Sep 05 20:43:17.970 INFO kablam! --> tests/search.rs:35:18 Sep 05 20:43:17.970 INFO kablam! | Sep 05 20:43:17.970 INFO kablam! 35 | let result = Search::new(&path, FileInfoLevel::default(), FileSearchType::default(), 0); Sep 05 20:43:17.970 INFO kablam! | ^^^^^^ Use of undeclared type or module `Search` Sep 05 20:43:17.970 INFO kablam! Sep 05 20:43:17.970 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `FileInfoLevel` Sep 05 20:43:17.970 INFO kablam! --> tests/search.rs:35:37 Sep 05 20:43:17.970 INFO kablam! | Sep 05 20:43:17.970 INFO kablam! 35 | let result = Search::new(&path, FileInfoLevel::default(), FileSearchType::default(), 0); Sep 05 20:43:17.970 INFO kablam! | ^^^^^^^^^^^^^ Use of undeclared type or module `FileInfoLevel` Sep 05 20:43:17.970 INFO kablam! Sep 05 20:43:17.970 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `FileSearchType` Sep 05 20:43:17.970 INFO kablam! --> tests/search.rs:35:63 Sep 05 20:43:17.970 INFO kablam! | Sep 05 20:43:17.970 INFO kablam! 35 | let result = Search::new(&path, FileInfoLevel::default(), FileSearchType::default(), 0); Sep 05 20:43:17.970 INFO kablam! | ^^^^^^^^^^^^^^ Use of undeclared type or module `FileSearchType` Sep 05 20:43:17.970 INFO kablam! Sep 05 20:43:17.971 INFO kablam! warning: unused import: `raw::file::*` Sep 05 20:43:17.971 INFO kablam! --> tests/search.rs:7:5 Sep 05 20:43:17.971 INFO kablam! | Sep 05 20:43:17.971 INFO kablam! 7 | use raw::file::*; Sep 05 20:43:17.971 INFO kablam! | ^^^^^^^^^^^^ Sep 05 20:43:17.971 INFO kablam! | Sep 05 20:43:17.971 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 05 20:43:17.971 INFO kablam! Sep 05 20:43:17.990 INFO kablam! error: aborting due to 10 previous errors Sep 05 20:43:17.990 INFO kablam! Sep 05 20:43:17.990 INFO kablam! Some errors occurred: E0432, E0433. Sep 05 20:43:17.990 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 05 20:43:17.997 INFO kablam! error: Could not compile `windows-win`. Sep 05 20:43:17.997 INFO kablam! Sep 05 20:43:17.997 INFO kablam! To learn more, run the command again with --verbose. Sep 05 20:43:17.998 INFO kablam! su: No module specific data is present Sep 05 20:43:18.658 INFO running `"docker" "rm" "-f" "f13fe635ce7bae470c63fe00778b570dffa14edeff8ed16b77257fbd0b0034f3"` Sep 05 20:43:18.929 INFO blam! f13fe635ce7bae470c63fe00778b570dffa14edeff8ed16b77257fbd0b0034f3