Sep 21 00:35:35.754 INFO checking windows-win-2.3.0 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 00:35:35.754 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 00:35:35.754 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-6/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/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 +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 00:35:35.962 INFO blam! 4faf5e7cb39bd237a5b961ffccea32b68e049da4e1cfe0ba492f5f239cb0e3c3 Sep 21 00:35:35.964 INFO running `"docker" "start" "-a" "4faf5e7cb39bd237a5b961ffccea32b68e049da4e1cfe0ba492f5f239cb0e3c3"` Sep 21 00:35:37.025 INFO kablam! usermod: no changes Sep 21 00:35:37.102 INFO kablam! Checking windows-win v2.3.0 (/source) Sep 21 00:35:37.872 INFO kablam! error[E0432]: unresolved import `windows_win::raw` Sep 21 00:35:37.872 INFO kablam! --> tests/memory.rs:6:5 Sep 21 00:35:37.873 INFO kablam! | Sep 21 00:35:37.873 INFO kablam! 6 | raw Sep 21 00:35:37.873 INFO kablam! | ^^^ no `raw` in the root Sep 21 00:35:37.873 INFO kablam! Sep 21 00:35:37.880 INFO kablam! error[E0425]: cannot find function `virtual_query_ex` in this scope Sep 21 00:35:37.881 INFO kablam! --> tests/memory.rs:14:18 Sep 21 00:35:37.881 INFO kablam! | Sep 21 00:35:37.882 INFO kablam! 14 | let result = virtual_query_ex(handle, ptr::null()); Sep 21 00:35:37.882 INFO kablam! | ^^^^^^^^^^^^^^^^ not found in this scope Sep 21 00:35:37.884 INFO kablam! Sep 21 00:35:37.885 INFO kablam! warning: unused import: `raw::memory::*` Sep 21 00:35:37.885 INFO kablam! --> tests/memory.rs:9:5 Sep 21 00:35:37.886 INFO kablam! | Sep 21 00:35:37.886 INFO kablam! 9 | use raw::memory::*; Sep 21 00:35:37.886 INFO kablam! | ^^^^^^^^^^^^^^ Sep 21 00:35:37.887 INFO kablam! | Sep 21 00:35:37.887 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 21 00:35:37.888 INFO kablam! Sep 21 00:35:37.898 INFO kablam! error[E0463]: can't find crate for `winapi` Sep 21 00:35:37.899 INFO kablam! --> tests/timer.rs:2:1 Sep 21 00:35:37.899 INFO kablam! | Sep 21 00:35:37.899 INFO kablam! 2 | extern crate winapi; Sep 21 00:35:37.900 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ can't find crate Sep 21 00:35:37.900 INFO kablam! Sep 21 00:35:37.900 INFO kablam! error: aborting due to previous error Sep 21 00:35:37.901 INFO kablam! Sep 21 00:35:37.901 INFO kablam! For more information about this error, try `rustc --explain E0463`. Sep 21 00:35:37.915 INFO kablam! error: Could not compile `windows-win`. Sep 21 00:35:37.915 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 00:35:37.932 INFO kablam! error: aborting due to 2 previous errors Sep 21 00:35:37.932 INFO kablam! Sep 21 00:35:37.932 INFO kablam! Some errors occurred: E0425, E0432. Sep 21 00:35:37.933 INFO kablam! For more information about an error, try `rustc --explain E0425`. Sep 21 00:35:37.946 INFO kablam! error: Could not compile `windows-win`. Sep 21 00:35:37.946 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 00:35:38.025 INFO kablam! error[E0432]: unresolved import `windows_win::raw` Sep 21 00:35:38.025 INFO kablam! --> tests/search.rs:4:5 Sep 21 00:35:38.025 INFO kablam! | Sep 21 00:35:38.025 INFO kablam! 4 | raw Sep 21 00:35:38.025 INFO kablam! | ^^^ no `raw` in the root Sep 21 00:35:38.025 INFO kablam! Sep 21 00:35:38.025 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Search` Sep 21 00:35:38.025 INFO kablam! --> tests/search.rs:11:18 Sep 21 00:35:38.025 INFO kablam! | Sep 21 00:35:38.025 INFO kablam! 11 | let result = Search::new("non-existing.rs", FileInfoLevel::default(), FileSearchType::default(), 0); Sep 21 00:35:38.025 INFO kablam! | ^^^^^^ Use of undeclared type or module `Search` Sep 21 00:35:38.025 INFO kablam! Sep 21 00:35:38.025 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `FileInfoLevel` Sep 21 00:35:38.025 INFO kablam! --> tests/search.rs:11:49 Sep 21 00:35:38.025 INFO kablam! | Sep 21 00:35:38.025 INFO kablam! 11 | let result = Search::new("non-existing.rs", FileInfoLevel::default(), FileSearchType::default(), 0); Sep 21 00:35:38.025 INFO kablam! | ^^^^^^^^^^^^^ Use of undeclared type or module `FileInfoLevel` Sep 21 00:35:38.025 INFO kablam! Sep 21 00:35:38.025 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `FileSearchType` Sep 21 00:35:38.025 INFO kablam! --> tests/search.rs:11:75 Sep 21 00:35:38.025 INFO kablam! | Sep 21 00:35:38.025 INFO kablam! 11 | let result = Search::new("non-existing.rs", FileInfoLevel::default(), FileSearchType::default(), 0); Sep 21 00:35:38.025 INFO kablam! | ^^^^^^^^^^^^^^ Use of undeclared type or module `FileSearchType` Sep 21 00:35:38.026 INFO kablam! Sep 21 00:35:38.026 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Search` Sep 21 00:35:38.026 INFO kablam! --> tests/search.rs:19:18 Sep 21 00:35:38.026 INFO kablam! | Sep 21 00:35:38.026 INFO kablam! 19 | let result = Search::new(file_name, FileInfoLevel::default(), FileSearchType::default(), 0); Sep 21 00:35:38.026 INFO kablam! | ^^^^^^ Use of undeclared type or module `Search` Sep 21 00:35:38.026 INFO kablam! Sep 21 00:35:38.026 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `FileInfoLevel` Sep 21 00:35:38.026 INFO kablam! --> tests/search.rs:19:41 Sep 21 00:35:38.026 INFO kablam! | Sep 21 00:35:38.027 INFO kablam! 19 | let result = Search::new(file_name, FileInfoLevel::default(), FileSearchType::default(), 0); Sep 21 00:35:38.027 INFO kablam! | ^^^^^^^^^^^^^ Use of undeclared type or module `FileInfoLevel` Sep 21 00:35:38.027 INFO kablam! Sep 21 00:35:38.027 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `FileSearchType` Sep 21 00:35:38.027 INFO kablam! --> tests/search.rs:19:67 Sep 21 00:35:38.027 INFO kablam! | Sep 21 00:35:38.027 INFO kablam! 19 | let result = Search::new(file_name, FileInfoLevel::default(), FileSearchType::default(), 0); Sep 21 00:35:38.027 INFO kablam! | ^^^^^^^^^^^^^^ Use of undeclared type or module `FileSearchType` Sep 21 00:35:38.027 INFO kablam! Sep 21 00:35:38.027 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Search` Sep 21 00:35:38.027 INFO kablam! --> tests/search.rs:35:18 Sep 21 00:35:38.027 INFO kablam! | Sep 21 00:35:38.027 INFO kablam! 35 | let result = Search::new(&path, FileInfoLevel::default(), FileSearchType::default(), 0); Sep 21 00:35:38.027 INFO kablam! | ^^^^^^ Use of undeclared type or module `Search` Sep 21 00:35:38.028 INFO kablam! Sep 21 00:35:38.028 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `FileInfoLevel` Sep 21 00:35:38.028 INFO kablam! --> tests/search.rs:35:37 Sep 21 00:35:38.028 INFO kablam! | Sep 21 00:35:38.028 INFO kablam! 35 | let result = Search::new(&path, FileInfoLevel::default(), FileSearchType::default(), 0); Sep 21 00:35:38.028 INFO kablam! | ^^^^^^^^^^^^^ Use of undeclared type or module `FileInfoLevel` Sep 21 00:35:38.028 INFO kablam! Sep 21 00:35:38.028 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `FileSearchType` Sep 21 00:35:38.028 INFO kablam! --> tests/search.rs:35:63 Sep 21 00:35:38.029 INFO kablam! | Sep 21 00:35:38.029 INFO kablam! 35 | let result = Search::new(&path, FileInfoLevel::default(), FileSearchType::default(), 0); Sep 21 00:35:38.029 INFO kablam! | ^^^^^^^^^^^^^^ Use of undeclared type or module `FileSearchType` Sep 21 00:35:38.029 INFO kablam! Sep 21 00:35:38.030 INFO kablam! warning: unused import: `raw::file::*` Sep 21 00:35:38.030 INFO kablam! --> tests/search.rs:7:5 Sep 21 00:35:38.030 INFO kablam! | Sep 21 00:35:38.030 INFO kablam! 7 | use raw::file::*; Sep 21 00:35:38.030 INFO kablam! | ^^^^^^^^^^^^ Sep 21 00:35:38.034 INFO kablam! | Sep 21 00:35:38.034 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 21 00:35:38.034 INFO kablam! Sep 21 00:35:38.062 INFO kablam! error[E0463]: can't find crate for `clipboard_win` Sep 21 00:35:38.062 INFO kablam! --> tests/windows.rs:2:1 Sep 21 00:35:38.062 INFO kablam! | Sep 21 00:35:38.062 INFO kablam! 2 | extern crate clipboard_win; Sep 21 00:35:38.062 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate Sep 21 00:35:38.062 INFO kablam! Sep 21 00:35:38.062 INFO kablam! error: aborting due to previous error Sep 21 00:35:38.062 INFO kablam! Sep 21 00:35:38.062 INFO kablam! For more information about this error, try `rustc --explain E0463`. Sep 21 00:35:38.082 INFO kablam! error: aborting due to 10 previous errors Sep 21 00:35:38.082 INFO kablam! Sep 21 00:35:38.082 INFO kablam! Some errors occurred: E0432, E0433. Sep 21 00:35:38.082 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 21 00:35:38.098 INFO kablam! error: Could not compile `windows-win`. Sep 21 00:35:38.098 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 00:35:38.109 INFO kablam! error: Could not compile `windows-win`. Sep 21 00:35:38.110 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 00:35:38.140 INFO kablam! error[E0432]: unresolved import `windows_win::raw` Sep 21 00:35:38.141 INFO kablam! --> tests/module.rs:5:5 Sep 21 00:35:38.141 INFO kablam! | Sep 21 00:35:38.141 INFO kablam! 5 | raw Sep 21 00:35:38.142 INFO kablam! | ^^^ no `raw` in the root Sep 21 00:35:38.142 INFO kablam! Sep 21 00:35:38.142 INFO kablam! error: cannot find macro `module_to_addr!` in this scope Sep 21 00:35:38.143 INFO kablam! --> tests/module.rs:12:46 Sep 21 00:35:38.143 INFO kablam! | Sep 21 00:35:38.143 INFO kablam! 12 | let result = get_module_handle_from_addr(module_to_addr!(get_module_handle)); Sep 21 00:35:38.143 INFO kablam! | ^^^^^^^^^^^^^^ Sep 21 00:35:38.143 INFO kablam! Sep 21 00:35:38.147 INFO kablam! error[E0425]: cannot find function `get_module_handle_from_addr` in this scope Sep 21 00:35:38.148 INFO kablam! --> tests/module.rs:12:18 Sep 21 00:35:38.148 INFO kablam! | Sep 21 00:35:38.148 INFO kablam! 12 | let result = get_module_handle_from_addr(module_to_addr!(get_module_handle)); Sep 21 00:35:38.148 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope Sep 21 00:35:38.149 INFO kablam! Sep 21 00:35:38.149 INFO kablam! error[E0425]: cannot find function `get_module_name` in this scope Sep 21 00:35:38.149 INFO kablam! --> tests/module.rs:16:18 Sep 21 00:35:38.150 INFO kablam! | Sep 21 00:35:38.150 INFO kablam! 16 | let result = get_module_name(result.unwrap()); Sep 21 00:35:38.150 INFO kablam! | ^^^^^^^^^^^^^^^ did you mean `get_module_handle`? Sep 21 00:35:38.150 INFO kablam! Sep 21 00:35:38.151 INFO kablam! error: aborting due to 4 previous errors Sep 21 00:35:38.151 INFO kablam! Sep 21 00:35:38.152 INFO kablam! Some errors occurred: E0425, E0432. Sep 21 00:35:38.152 INFO kablam! For more information about an error, try `rustc --explain E0425`. Sep 21 00:35:38.174 INFO kablam! error: Could not compile `windows-win`. Sep 21 00:35:38.174 INFO kablam! Sep 21 00:35:38.174 INFO kablam! To learn more, run the command again with --verbose. Sep 21 00:35:38.175 INFO kablam! su: No module specific data is present Sep 21 00:35:39.054 INFO running `"docker" "rm" "-f" "4faf5e7cb39bd237a5b961ffccea32b68e049da4e1cfe0ba492f5f239cb0e3c3"` Sep 21 00:35:39.159 INFO blam! 4faf5e7cb39bd237a5b961ffccea32b68e049da4e1cfe0ba492f5f239cb0e3c3