Sep 03 22:10:11.570 INFO checking windows-win-2.3.0 against try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0 for pr-53893 Sep 03 22:10:11.570 INFO running: cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets Sep 03 22:10:11.570 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53893/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-1/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/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 +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 03 22:10:11.753 INFO blam! 3ee9041edd50522c0f3a745a12bd584b29beec93fe5515df13ded64e5ee3f344 Sep 03 22:10:11.755 INFO running `"docker" "start" "-a" "3ee9041edd50522c0f3a745a12bd584b29beec93fe5515df13ded64e5ee3f344"` Sep 03 22:10:12.557 INFO kablam! Checking windows-win v2.3.0 (file:///source) Sep 03 22:10:13.130 INFO kablam! error[E0463]: can't find crate for `clipboard_win` Sep 03 22:10:13.131 INFO kablam! --> tests/windows.rs:2:1 Sep 03 22:10:13.131 INFO kablam! | Sep 03 22:10:13.131 INFO kablam! 2 | extern crate clipboard_win; Sep 03 22:10:13.131 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate Sep 03 22:10:13.131 INFO kablam! Sep 03 22:10:13.131 INFO kablam! error: aborting due to previous error Sep 03 22:10:13.131 INFO kablam! Sep 03 22:10:13.131 INFO kablam! For more information about this error, try `rustc --explain E0463`. Sep 03 22:10:13.136 INFO kablam! error: Could not compile `windows-win`. Sep 03 22:10:13.137 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 03 22:10:13.155 INFO kablam! error[E0463]: can't find crate for `winapi` Sep 03 22:10:13.155 INFO kablam! --> tests/timer.rs:2:1 Sep 03 22:10:13.155 INFO kablam! | Sep 03 22:10:13.155 INFO kablam! 2 | extern crate winapi; Sep 03 22:10:13.155 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ can't find crate Sep 03 22:10:13.155 INFO kablam! Sep 03 22:10:13.156 INFO kablam! error: aborting due to previous error Sep 03 22:10:13.156 INFO kablam! Sep 03 22:10:13.156 INFO kablam! For more information about this error, try `rustc --explain E0463`. Sep 03 22:10:13.161 INFO kablam! error: Could not compile `windows-win`. Sep 03 22:10:13.161 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 03 22:10:13.173 INFO kablam! error[E0432]: unresolved import `windows_win::raw` Sep 03 22:10:13.173 INFO kablam! --> tests/search.rs:4:5 Sep 03 22:10:13.173 INFO kablam! | Sep 03 22:10:13.173 INFO kablam! 4 | raw Sep 03 22:10:13.173 INFO kablam! | ^^^ no `raw` in the root Sep 03 22:10:13.173 INFO kablam! Sep 03 22:10:13.173 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Search` Sep 03 22:10:13.173 INFO kablam! --> tests/search.rs:11:18 Sep 03 22:10:13.173 INFO kablam! | Sep 03 22:10:13.173 INFO kablam! 11 | let result = Search::new("non-existing.rs", FileInfoLevel::default(), FileSearchType::default(), 0); Sep 03 22:10:13.173 INFO kablam! | ^^^^^^ Use of undeclared type or module `Search` Sep 03 22:10:13.173 INFO kablam! Sep 03 22:10:13.173 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `FileInfoLevel` Sep 03 22:10:13.173 INFO kablam! --> tests/search.rs:11:49 Sep 03 22:10:13.173 INFO kablam! | Sep 03 22:10:13.173 INFO kablam! 11 | let result = Search::new("non-existing.rs", FileInfoLevel::default(), FileSearchType::default(), 0); Sep 03 22:10:13.174 INFO kablam! | ^^^^^^^^^^^^^ Use of undeclared type or module `FileInfoLevel` Sep 03 22:10:13.174 INFO kablam! Sep 03 22:10:13.174 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `FileSearchType` Sep 03 22:10:13.174 INFO kablam! --> tests/search.rs:11:75 Sep 03 22:10:13.174 INFO kablam! | Sep 03 22:10:13.174 INFO kablam! 11 | let result = Search::new("non-existing.rs", FileInfoLevel::default(), FileSearchType::default(), 0); Sep 03 22:10:13.174 INFO kablam! | ^^^^^^^^^^^^^^ Use of undeclared type or module `FileSearchType` Sep 03 22:10:13.174 INFO kablam! Sep 03 22:10:13.174 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Search` Sep 03 22:10:13.174 INFO kablam! --> tests/search.rs:19:18 Sep 03 22:10:13.174 INFO kablam! | Sep 03 22:10:13.174 INFO kablam! 19 | let result = Search::new(file_name, FileInfoLevel::default(), FileSearchType::default(), 0); Sep 03 22:10:13.174 INFO kablam! | ^^^^^^ Use of undeclared type or module `Search` Sep 03 22:10:13.174 INFO kablam! Sep 03 22:10:13.174 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `FileInfoLevel` Sep 03 22:10:13.174 INFO kablam! --> tests/search.rs:19:41 Sep 03 22:10:13.174 INFO kablam! | Sep 03 22:10:13.174 INFO kablam! 19 | let result = Search::new(file_name, FileInfoLevel::default(), FileSearchType::default(), 0); Sep 03 22:10:13.174 INFO kablam! | ^^^^^^^^^^^^^ Use of undeclared type or module `FileInfoLevel` Sep 03 22:10:13.174 INFO kablam! Sep 03 22:10:13.174 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `FileSearchType` Sep 03 22:10:13.174 INFO kablam! --> tests/search.rs:19:67 Sep 03 22:10:13.174 INFO kablam! | Sep 03 22:10:13.174 INFO kablam! 19 | let result = Search::new(file_name, FileInfoLevel::default(), FileSearchType::default(), 0); Sep 03 22:10:13.174 INFO kablam! | ^^^^^^^^^^^^^^ Use of undeclared type or module `FileSearchType` Sep 03 22:10:13.174 INFO kablam! Sep 03 22:10:13.174 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Search` Sep 03 22:10:13.174 INFO kablam! --> tests/search.rs:35:18 Sep 03 22:10:13.174 INFO kablam! | Sep 03 22:10:13.174 INFO kablam! 35 | let result = Search::new(&path, FileInfoLevel::default(), FileSearchType::default(), 0); Sep 03 22:10:13.175 INFO kablam! | ^^^^^^ Use of undeclared type or module `Search` Sep 03 22:10:13.175 INFO kablam! Sep 03 22:10:13.175 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `FileInfoLevel` Sep 03 22:10:13.175 INFO kablam! --> tests/search.rs:35:37 Sep 03 22:10:13.175 INFO kablam! | Sep 03 22:10:13.175 INFO kablam! 35 | let result = Search::new(&path, FileInfoLevel::default(), FileSearchType::default(), 0); Sep 03 22:10:13.175 INFO kablam! | ^^^^^^^^^^^^^ Use of undeclared type or module `FileInfoLevel` Sep 03 22:10:13.175 INFO kablam! Sep 03 22:10:13.175 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `FileSearchType` Sep 03 22:10:13.175 INFO kablam! --> tests/search.rs:35:63 Sep 03 22:10:13.175 INFO kablam! | Sep 03 22:10:13.175 INFO kablam! 35 | let result = Search::new(&path, FileInfoLevel::default(), FileSearchType::default(), 0); Sep 03 22:10:13.175 INFO kablam! | ^^^^^^^^^^^^^^ Use of undeclared type or module `FileSearchType` Sep 03 22:10:13.175 INFO kablam! Sep 03 22:10:13.176 INFO kablam! warning: unused import: `raw::file::*` Sep 03 22:10:13.176 INFO kablam! --> tests/search.rs:7:5 Sep 03 22:10:13.176 INFO kablam! | Sep 03 22:10:13.176 INFO kablam! 7 | use raw::file::*; Sep 03 22:10:13.176 INFO kablam! | ^^^^^^^^^^^^ Sep 03 22:10:13.176 INFO kablam! | Sep 03 22:10:13.176 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 03 22:10:13.176 INFO kablam! Sep 03 22:10:13.204 INFO kablam! error[E0432]: unresolved import `windows_win::raw` Sep 03 22:10:13.204 INFO kablam! --> tests/memory.rs:6:5 Sep 03 22:10:13.204 INFO kablam! | Sep 03 22:10:13.204 INFO kablam! 6 | raw Sep 03 22:10:13.204 INFO kablam! | ^^^ no `raw` in the root Sep 03 22:10:13.204 INFO kablam! Sep 03 22:10:13.205 INFO kablam! error[E0432]: unresolved import `windows_win::raw` Sep 03 22:10:13.205 INFO kablam! --> tests/module.rs:5:5 Sep 03 22:10:13.205 INFO kablam! | Sep 03 22:10:13.205 INFO kablam! 5 | raw Sep 03 22:10:13.205 INFO kablam! | ^^^ no `raw` in the root Sep 03 22:10:13.205 INFO kablam! Sep 03 22:10:13.206 INFO kablam! error[E0425]: cannot find function `virtual_query_ex` in this scope Sep 03 22:10:13.207 INFO kablam! --> tests/memory.rs:14:18 Sep 03 22:10:13.207 INFO kablam! | Sep 03 22:10:13.207 INFO kablam! 14 | let result = virtual_query_ex(handle, ptr::null()); Sep 03 22:10:13.207 INFO kablam! | ^^^^^^^^^^^^^^^^ not found in this scope Sep 03 22:10:13.207 INFO kablam! Sep 03 22:10:13.207 INFO kablam! warning: unused import: `raw::memory::*` Sep 03 22:10:13.207 INFO kablam! --> tests/memory.rs:9:5 Sep 03 22:10:13.207 INFO kablam! | Sep 03 22:10:13.207 INFO kablam! 9 | use raw::memory::*; Sep 03 22:10:13.207 INFO kablam! | ^^^^^^^^^^^^^^ Sep 03 22:10:13.207 INFO kablam! | Sep 03 22:10:13.207 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 03 22:10:13.207 INFO kablam! Sep 03 22:10:13.208 INFO kablam! error: aborting due to 10 previous errors Sep 03 22:10:13.208 INFO kablam! Sep 03 22:10:13.208 INFO kablam! Some errors occurred: E0432, E0433. Sep 03 22:10:13.208 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 03 22:10:13.210 INFO kablam! error: cannot find macro `module_to_addr!` in this scope Sep 03 22:10:13.210 INFO kablam! --> tests/module.rs:12:46 Sep 03 22:10:13.210 INFO kablam! | Sep 03 22:10:13.210 INFO kablam! 12 | let result = get_module_handle_from_addr(module_to_addr!(get_module_handle)); Sep 03 22:10:13.210 INFO kablam! | ^^^^^^^^^^^^^^ Sep 03 22:10:13.210 INFO kablam! Sep 03 22:10:13.214 INFO kablam! error: Could not compile `windows-win`. Sep 03 22:10:13.214 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 03 22:10:13.215 INFO kablam! error[E0425]: cannot find function `get_module_handle_from_addr` in this scope Sep 03 22:10:13.215 INFO kablam! --> tests/module.rs:12:18 Sep 03 22:10:13.215 INFO kablam! | Sep 03 22:10:13.215 INFO kablam! 12 | let result = get_module_handle_from_addr(module_to_addr!(get_module_handle)); Sep 03 22:10:13.215 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope Sep 03 22:10:13.215 INFO kablam! Sep 03 22:10:13.215 INFO kablam! error[E0425]: cannot find function `get_module_name` in this scope Sep 03 22:10:13.215 INFO kablam! --> tests/module.rs:16:18 Sep 03 22:10:13.215 INFO kablam! | Sep 03 22:10:13.215 INFO kablam! 16 | let result = get_module_name(result.unwrap()); Sep 03 22:10:13.215 INFO kablam! | ^^^^^^^^^^^^^^^ did you mean `get_module_handle`? Sep 03 22:10:13.215 INFO kablam! Sep 03 22:10:13.215 INFO kablam! error: aborting due to 4 previous errors Sep 03 22:10:13.215 INFO kablam! Sep 03 22:10:13.215 INFO kablam! Some errors occurred: E0425, E0432. Sep 03 22:10:13.216 INFO kablam! For more information about an error, try `rustc --explain E0425`. Sep 03 22:10:13.221 INFO kablam! error: Could not compile `windows-win`. Sep 03 22:10:13.221 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 03 22:10:13.233 INFO kablam! error: aborting due to 2 previous errors Sep 03 22:10:13.234 INFO kablam! Sep 03 22:10:13.234 INFO kablam! Some errors occurred: E0425, E0432. Sep 03 22:10:13.234 INFO kablam! For more information about an error, try `rustc --explain E0425`. Sep 03 22:10:13.240 INFO kablam! error: Could not compile `windows-win`. Sep 03 22:10:13.240 INFO kablam! Sep 03 22:10:13.240 INFO kablam! To learn more, run the command again with --verbose. Sep 03 22:10:13.241 INFO kablam! su: No module specific data is present Sep 03 22:10:13.647 INFO running `"docker" "rm" "-f" "3ee9041edd50522c0f3a745a12bd584b29beec93fe5515df13ded64e5ee3f344"` Sep 03 22:10:13.796 INFO blam! 3ee9041edd50522c0f3a745a12bd584b29beec93fe5515df13ded64e5ee3f344