Sep 05 20:43:16.144 INFO checking windows-win-2.3.0 against try#51ff957df5095d92d1d3d4682207ee8b7ad408a8 for pr-53854 Sep 05 20:43:16.144 INFO running: cargo +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets Sep 05 20:43:16.144 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53854/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-0/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/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 +51ff957df5095d92d1d3d4682207ee8b7ad408a8-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.311 INFO blam! 4a4c07a1dc25f853cfb5bc81793440d8baf4520cbf02d3bd719915a7792c4ca6 Sep 05 20:43:16.315 INFO running `"docker" "start" "-a" "4a4c07a1dc25f853cfb5bc81793440d8baf4520cbf02d3bd719915a7792c4ca6"` Sep 05 20:43:16.878 INFO kablam! usermod: no changes Sep 05 20:43:16.915 INFO kablam! Checking windows-win v2.3.0 (file:///source) Sep 05 20:43:17.248 INFO kablam! error[E0432]: unresolved import `windows_win::raw` Sep 05 20:43:17.248 INFO kablam! --> tests/module.rs:5:5 Sep 05 20:43:17.248 INFO kablam! | Sep 05 20:43:17.248 INFO kablam! 5 | raw Sep 05 20:43:17.248 INFO kablam! | ^^^ no `raw` in the root Sep 05 20:43:17.248 INFO kablam! Sep 05 20:43:17.250 INFO kablam! error: cannot find macro `module_to_addr!` in this scope Sep 05 20:43:17.250 INFO kablam! --> tests/module.rs:12:46 Sep 05 20:43:17.250 INFO kablam! | Sep 05 20:43:17.250 INFO kablam! 12 | let result = get_module_handle_from_addr(module_to_addr!(get_module_handle)); Sep 05 20:43:17.250 INFO kablam! | ^^^^^^^^^^^^^^ Sep 05 20:43:17.250 INFO kablam! Sep 05 20:43:17.253 INFO kablam! error[E0425]: cannot find function `get_module_handle_from_addr` in this scope Sep 05 20:43:17.253 INFO kablam! --> tests/module.rs:12:18 Sep 05 20:43:17.253 INFO kablam! | Sep 05 20:43:17.253 INFO kablam! 12 | let result = get_module_handle_from_addr(module_to_addr!(get_module_handle)); Sep 05 20:43:17.253 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope Sep 05 20:43:17.253 INFO kablam! Sep 05 20:43:17.253 INFO kablam! error[E0425]: cannot find function `get_module_name` in this scope Sep 05 20:43:17.253 INFO kablam! --> tests/module.rs:16:18 Sep 05 20:43:17.253 INFO kablam! | Sep 05 20:43:17.253 INFO kablam! 16 | let result = get_module_name(result.unwrap()); Sep 05 20:43:17.253 INFO kablam! | ^^^^^^^^^^^^^^^ did you mean `get_module_handle`? Sep 05 20:43:17.253 INFO kablam! Sep 05 20:43:17.254 INFO kablam! error: aborting due to 4 previous errors Sep 05 20:43:17.254 INFO kablam! Sep 05 20:43:17.254 INFO kablam! Some errors occurred: E0425, E0432. Sep 05 20:43:17.254 INFO kablam! For more information about an error, try `rustc --explain E0425`. Sep 05 20:43:17.259 INFO kablam! error: Could not compile `windows-win`. Sep 05 20:43:17.259 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 05 20:43:17.261 INFO kablam! error[E0463]: can't find crate for `winapi` Sep 05 20:43:17.261 INFO kablam! --> tests/timer.rs:2:1 Sep 05 20:43:17.261 INFO kablam! | Sep 05 20:43:17.261 INFO kablam! 2 | extern crate winapi; Sep 05 20:43:17.261 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ can't find crate Sep 05 20:43:17.261 INFO kablam! Sep 05 20:43:17.275 INFO kablam! error: aborting due to previous error Sep 05 20:43:17.275 INFO kablam! Sep 05 20:43:17.275 INFO kablam! For more information about this error, try `rustc --explain E0463`. Sep 05 20:43:17.278 INFO kablam! error: Could not compile `windows-win`. Sep 05 20:43:17.278 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 05 20:43:17.286 INFO kablam! error[E0432]: unresolved import `windows_win::raw` Sep 05 20:43:17.286 INFO kablam! --> tests/search.rs:4:5 Sep 05 20:43:17.286 INFO kablam! | Sep 05 20:43:17.286 INFO kablam! 4 | raw Sep 05 20:43:17.286 INFO kablam! | ^^^ no `raw` in the root Sep 05 20:43:17.286 INFO kablam! Sep 05 20:43:17.286 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Search` Sep 05 20:43:17.286 INFO kablam! --> tests/search.rs:11:18 Sep 05 20:43:17.286 INFO kablam! | Sep 05 20:43:17.286 INFO kablam! 11 | let result = Search::new("non-existing.rs", FileInfoLevel::default(), FileSearchType::default(), 0); Sep 05 20:43:17.286 INFO kablam! | ^^^^^^ Use of undeclared type or module `Search` Sep 05 20:43:17.286 INFO kablam! Sep 05 20:43:17.286 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `FileInfoLevel` Sep 05 20:43:17.286 INFO kablam! --> tests/search.rs:11:49 Sep 05 20:43:17.286 INFO kablam! | Sep 05 20:43:17.286 INFO kablam! 11 | let result = Search::new("non-existing.rs", FileInfoLevel::default(), FileSearchType::default(), 0); Sep 05 20:43:17.286 INFO kablam! | ^^^^^^^^^^^^^ Use of undeclared type or module `FileInfoLevel` Sep 05 20:43:17.286 INFO kablam! Sep 05 20:43:17.286 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `FileSearchType` Sep 05 20:43:17.286 INFO kablam! --> tests/search.rs:11:75 Sep 05 20:43:17.286 INFO kablam! | Sep 05 20:43:17.286 INFO kablam! 11 | let result = Search::new("non-existing.rs", FileInfoLevel::default(), FileSearchType::default(), 0); Sep 05 20:43:17.286 INFO kablam! | ^^^^^^^^^^^^^^ Use of undeclared type or module `FileSearchType` Sep 05 20:43:17.286 INFO kablam! Sep 05 20:43:17.286 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Search` Sep 05 20:43:17.286 INFO kablam! --> tests/search.rs:19:18 Sep 05 20:43:17.286 INFO kablam! | Sep 05 20:43:17.286 INFO kablam! 19 | let result = Search::new(file_name, FileInfoLevel::default(), FileSearchType::default(), 0); Sep 05 20:43:17.286 INFO kablam! | ^^^^^^ Use of undeclared type or module `Search` Sep 05 20:43:17.286 INFO kablam! Sep 05 20:43:17.286 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `FileInfoLevel` Sep 05 20:43:17.286 INFO kablam! --> tests/search.rs:19:41 Sep 05 20:43:17.286 INFO kablam! | Sep 05 20:43:17.286 INFO kablam! 19 | let result = Search::new(file_name, FileInfoLevel::default(), FileSearchType::default(), 0); Sep 05 20:43:17.286 INFO kablam! | ^^^^^^^^^^^^^ Use of undeclared type or module `FileInfoLevel` Sep 05 20:43:17.286 INFO kablam! Sep 05 20:43:17.286 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `FileSearchType` Sep 05 20:43:17.286 INFO kablam! --> tests/search.rs:19:67 Sep 05 20:43:17.286 INFO kablam! | Sep 05 20:43:17.286 INFO kablam! 19 | let result = Search::new(file_name, FileInfoLevel::default(), FileSearchType::default(), 0); Sep 05 20:43:17.287 INFO kablam! | ^^^^^^^^^^^^^^ Use of undeclared type or module `FileSearchType` Sep 05 20:43:17.287 INFO kablam! Sep 05 20:43:17.287 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Search` Sep 05 20:43:17.287 INFO kablam! --> tests/search.rs:35:18 Sep 05 20:43:17.287 INFO kablam! | Sep 05 20:43:17.287 INFO kablam! 35 | let result = Search::new(&path, FileInfoLevel::default(), FileSearchType::default(), 0); Sep 05 20:43:17.287 INFO kablam! | ^^^^^^ Use of undeclared type or module `Search` Sep 05 20:43:17.287 INFO kablam! Sep 05 20:43:17.287 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `FileInfoLevel` Sep 05 20:43:17.287 INFO kablam! --> tests/search.rs:35:37 Sep 05 20:43:17.287 INFO kablam! | Sep 05 20:43:17.287 INFO kablam! 35 | let result = Search::new(&path, FileInfoLevel::default(), FileSearchType::default(), 0); Sep 05 20:43:17.287 INFO kablam! | ^^^^^^^^^^^^^ Use of undeclared type or module `FileInfoLevel` Sep 05 20:43:17.287 INFO kablam! Sep 05 20:43:17.287 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `FileSearchType` Sep 05 20:43:17.287 INFO kablam! --> tests/search.rs:35:63 Sep 05 20:43:17.287 INFO kablam! | Sep 05 20:43:17.287 INFO kablam! 35 | let result = Search::new(&path, FileInfoLevel::default(), FileSearchType::default(), 0); Sep 05 20:43:17.287 INFO kablam! | ^^^^^^^^^^^^^^ Use of undeclared type or module `FileSearchType` Sep 05 20:43:17.287 INFO kablam! Sep 05 20:43:17.287 INFO kablam! warning: unused import: `raw::file::*` Sep 05 20:43:17.287 INFO kablam! --> tests/search.rs:7:5 Sep 05 20:43:17.287 INFO kablam! | Sep 05 20:43:17.287 INFO kablam! 7 | use raw::file::*; Sep 05 20:43:17.287 INFO kablam! | ^^^^^^^^^^^^ Sep 05 20:43:17.287 INFO kablam! | Sep 05 20:43:17.287 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 05 20:43:17.287 INFO kablam! Sep 05 20:43:17.326 INFO kablam! error: aborting due to 10 previous errors Sep 05 20:43:17.326 INFO kablam! Sep 05 20:43:17.326 INFO kablam! Some errors occurred: E0432, E0433. Sep 05 20:43:17.326 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 05 20:43:17.328 INFO kablam! error: Could not compile `windows-win`. Sep 05 20:43:17.328 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 05 20:43:17.378 INFO kablam! error[E0463]: can't find crate for `clipboard_win` Sep 05 20:43:17.378 INFO kablam! --> tests/windows.rs:2:1 Sep 05 20:43:17.378 INFO kablam! | Sep 05 20:43:17.378 INFO kablam! 2 | extern crate clipboard_win; Sep 05 20:43:17.378 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate Sep 05 20:43:17.378 INFO kablam! Sep 05 20:43:17.378 INFO kablam! error: aborting due to previous error Sep 05 20:43:17.378 INFO kablam! Sep 05 20:43:17.378 INFO kablam! For more information about this error, try `rustc --explain E0463`. Sep 05 20:43:17.379 INFO kablam! error: Could not compile `windows-win`. Sep 05 20:43:17.379 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 05 20:43:17.406 INFO kablam! error[E0432]: unresolved import `windows_win::raw` Sep 05 20:43:17.406 INFO kablam! --> tests/memory.rs:6:5 Sep 05 20:43:17.406 INFO kablam! | Sep 05 20:43:17.406 INFO kablam! 6 | raw Sep 05 20:43:17.406 INFO kablam! | ^^^ no `raw` in the root Sep 05 20:43:17.406 INFO kablam! Sep 05 20:43:17.406 INFO kablam! error[E0425]: cannot find function `virtual_query_ex` in this scope Sep 05 20:43:17.406 INFO kablam! --> tests/memory.rs:14:18 Sep 05 20:43:17.406 INFO kablam! | Sep 05 20:43:17.406 INFO kablam! 14 | let result = virtual_query_ex(handle, ptr::null()); Sep 05 20:43:17.406 INFO kablam! | ^^^^^^^^^^^^^^^^ not found in this scope Sep 05 20:43:17.406 INFO kablam! Sep 05 20:43:17.406 INFO kablam! warning: unused import: `raw::memory::*` Sep 05 20:43:17.406 INFO kablam! --> tests/memory.rs:9:5 Sep 05 20:43:17.406 INFO kablam! | Sep 05 20:43:17.406 INFO kablam! 9 | use raw::memory::*; Sep 05 20:43:17.406 INFO kablam! | ^^^^^^^^^^^^^^ Sep 05 20:43:17.406 INFO kablam! | Sep 05 20:43:17.406 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 05 20:43:17.406 INFO kablam! Sep 05 20:43:17.422 INFO kablam! error: aborting due to 2 previous errors Sep 05 20:43:17.422 INFO kablam! Sep 05 20:43:17.422 INFO kablam! Some errors occurred: E0425, E0432. Sep 05 20:43:17.422 INFO kablam! For more information about an error, try `rustc --explain E0425`. Sep 05 20:43:17.427 INFO kablam! error: Could not compile `windows-win`. Sep 05 20:43:17.427 INFO kablam! Sep 05 20:43:17.427 INFO kablam! To learn more, run the command again with --verbose. Sep 05 20:43:17.432 INFO kablam! su: No module specific data is present Sep 05 20:43:18.268 INFO running `"docker" "rm" "-f" "4a4c07a1dc25f853cfb5bc81793440d8baf4520cbf02d3bd719915a7792c4ca6"` Sep 05 20:43:18.513 INFO blam! 4a4c07a1dc25f853cfb5bc81793440d8baf4520cbf02d3bd719915a7792c4ca6