Sep 01 01:50:42.081 INFO checking windows-win-2.3.0 against try#aa245a5862056b681d2ccdb178f58891108cd3a6 for pr-53831 Sep 01 01:50:42.081 INFO running: cargo +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets Sep 01 01:50:42.081 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53831/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-3/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/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 +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 01:50:42.262 INFO blam! ea7874cd1f6ed259ed19887c5c0dc79ccaf964b84f3e9a7bd1e2348b13eb0cc3 Sep 01 01:50:42.265 INFO running `"docker" "start" "-a" "ea7874cd1f6ed259ed19887c5c0dc79ccaf964b84f3e9a7bd1e2348b13eb0cc3"` Sep 01 01:50:42.893 INFO kablam! Checking windows-win v2.3.0 (file:///source) Sep 01 01:50:43.369 INFO kablam! error[E0432]: unresolved import `windows_win::raw` Sep 01 01:50:43.369 INFO kablam! --> tests/search.rs:4:5 Sep 01 01:50:43.369 INFO kablam! | Sep 01 01:50:43.369 INFO kablam! 4 | raw Sep 01 01:50:43.369 INFO kablam! | ^^^ no `raw` in the root Sep 01 01:50:43.369 INFO kablam! Sep 01 01:50:43.369 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Search` Sep 01 01:50:43.369 INFO kablam! --> tests/search.rs:11:18 Sep 01 01:50:43.369 INFO kablam! | Sep 01 01:50:43.369 INFO kablam! 11 | let result = Search::new("non-existing.rs", FileInfoLevel::default(), FileSearchType::default(), 0); Sep 01 01:50:43.369 INFO kablam! | ^^^^^^ Use of undeclared type or module `Search` Sep 01 01:50:43.369 INFO kablam! Sep 01 01:50:43.369 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `FileInfoLevel` Sep 01 01:50:43.369 INFO kablam! --> tests/search.rs:11:49 Sep 01 01:50:43.369 INFO kablam! | Sep 01 01:50:43.370 INFO kablam! 11 | let result = Search::new("non-existing.rs", FileInfoLevel::default(), FileSearchType::default(), 0); Sep 01 01:50:43.370 INFO kablam! | ^^^^^^^^^^^^^ Use of undeclared type or module `FileInfoLevel` Sep 01 01:50:43.370 INFO kablam! Sep 01 01:50:43.370 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `FileSearchType` Sep 01 01:50:43.370 INFO kablam! --> tests/search.rs:11:75 Sep 01 01:50:43.370 INFO kablam! | Sep 01 01:50:43.370 INFO kablam! 11 | let result = Search::new("non-existing.rs", FileInfoLevel::default(), FileSearchType::default(), 0); Sep 01 01:50:43.370 INFO kablam! | ^^^^^^^^^^^^^^ Use of undeclared type or module `FileSearchType` Sep 01 01:50:43.370 INFO kablam! Sep 01 01:50:43.370 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Search` Sep 01 01:50:43.370 INFO kablam! --> tests/search.rs:19:18 Sep 01 01:50:43.370 INFO kablam! | Sep 01 01:50:43.370 INFO kablam! 19 | let result = Search::new(file_name, FileInfoLevel::default(), FileSearchType::default(), 0); Sep 01 01:50:43.370 INFO kablam! | ^^^^^^ Use of undeclared type or module `Search` Sep 01 01:50:43.370 INFO kablam! Sep 01 01:50:43.370 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `FileInfoLevel` Sep 01 01:50:43.370 INFO kablam! --> tests/search.rs:19:41 Sep 01 01:50:43.370 INFO kablam! | Sep 01 01:50:43.370 INFO kablam! 19 | let result = Search::new(file_name, FileInfoLevel::default(), FileSearchType::default(), 0); Sep 01 01:50:43.370 INFO kablam! | ^^^^^^^^^^^^^ Use of undeclared type or module `FileInfoLevel` Sep 01 01:50:43.370 INFO kablam! Sep 01 01:50:43.370 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `FileSearchType` Sep 01 01:50:43.370 INFO kablam! --> tests/search.rs:19:67 Sep 01 01:50:43.370 INFO kablam! | Sep 01 01:50:43.370 INFO kablam! 19 | let result = Search::new(file_name, FileInfoLevel::default(), FileSearchType::default(), 0); Sep 01 01:50:43.370 INFO kablam! | ^^^^^^^^^^^^^^ Use of undeclared type or module `FileSearchType` Sep 01 01:50:43.370 INFO kablam! Sep 01 01:50:43.370 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Search` Sep 01 01:50:43.370 INFO kablam! --> tests/search.rs:35:18 Sep 01 01:50:43.370 INFO kablam! | Sep 01 01:50:43.370 INFO kablam! 35 | let result = Search::new(&path, FileInfoLevel::default(), FileSearchType::default(), 0); Sep 01 01:50:43.370 INFO kablam! | ^^^^^^ Use of undeclared type or module `Search` Sep 01 01:50:43.370 INFO kablam! Sep 01 01:50:43.370 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `FileInfoLevel` Sep 01 01:50:43.370 INFO kablam! --> tests/search.rs:35:37 Sep 01 01:50:43.370 INFO kablam! | Sep 01 01:50:43.370 INFO kablam! 35 | let result = Search::new(&path, FileInfoLevel::default(), FileSearchType::default(), 0); Sep 01 01:50:43.370 INFO kablam! | ^^^^^^^^^^^^^ Use of undeclared type or module `FileInfoLevel` Sep 01 01:50:43.370 INFO kablam! Sep 01 01:50:43.370 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `FileSearchType` Sep 01 01:50:43.370 INFO kablam! --> tests/search.rs:35:63 Sep 01 01:50:43.371 INFO kablam! | Sep 01 01:50:43.371 INFO kablam! 35 | let result = Search::new(&path, FileInfoLevel::default(), FileSearchType::default(), 0); Sep 01 01:50:43.371 INFO kablam! | ^^^^^^^^^^^^^^ Use of undeclared type or module `FileSearchType` Sep 01 01:50:43.371 INFO kablam! Sep 01 01:50:43.371 INFO kablam! warning: unused import: `raw::file::*` Sep 01 01:50:43.371 INFO kablam! --> tests/search.rs:7:5 Sep 01 01:50:43.371 INFO kablam! | Sep 01 01:50:43.371 INFO kablam! 7 | use raw::file::*; Sep 01 01:50:43.371 INFO kablam! | ^^^^^^^^^^^^ Sep 01 01:50:43.371 INFO kablam! | Sep 01 01:50:43.371 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 01 01:50:43.371 INFO kablam! Sep 01 01:50:43.375 INFO kablam! error[E0463]: can't find crate for `clipboard_win` Sep 01 01:50:43.375 INFO kablam! --> tests/windows.rs:2:1 Sep 01 01:50:43.375 INFO kablam! | Sep 01 01:50:43.375 INFO kablam! 2 | extern crate clipboard_win; Sep 01 01:50:43.375 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate Sep 01 01:50:43.375 INFO kablam! Sep 01 01:50:43.375 INFO kablam! error[E0463]: can't find crate for `winapi` Sep 01 01:50:43.375 INFO kablam! --> tests/timer.rs:2:1 Sep 01 01:50:43.376 INFO kablam! | Sep 01 01:50:43.376 INFO kablam! 2 | extern crate winapi; Sep 01 01:50:43.376 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ can't find crate Sep 01 01:50:43.376 INFO kablam! Sep 01 01:50:43.376 INFO kablam! error: aborting due to previous error Sep 01 01:50:43.376 INFO kablam! error: aborting due to previous error Sep 01 01:50:43.376 INFO kablam! Sep 01 01:50:43.376 INFO kablam! Sep 01 01:50:43.376 INFO kablam! For more information about this error, try `rustc --explain E0463`. Sep 01 01:50:43.376 INFO kablam! For more information about this error, try `rustc --explain E0463`. Sep 01 01:50:43.380 INFO kablam! error: Could not compile `windows-win`. Sep 01 01:50:43.380 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 01:50:43.380 INFO kablam! error: Could not compile `windows-win`. Sep 01 01:50:43.380 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 01:50:43.417 INFO kablam! error[E0432]: unresolved import `windows_win::raw` Sep 01 01:50:43.417 INFO kablam! --> tests/module.rs:5:5 Sep 01 01:50:43.417 INFO kablam! | Sep 01 01:50:43.417 INFO kablam! 5 | raw Sep 01 01:50:43.417 INFO kablam! | ^^^ no `raw` in the root Sep 01 01:50:43.417 INFO kablam! Sep 01 01:50:43.422 INFO kablam! error: cannot find macro `module_to_addr!` in this scope Sep 01 01:50:43.422 INFO kablam! --> tests/module.rs:12:46 Sep 01 01:50:43.422 INFO kablam! | Sep 01 01:50:43.422 INFO kablam! 12 | let result = get_module_handle_from_addr(module_to_addr!(get_module_handle)); Sep 01 01:50:43.422 INFO kablam! | ^^^^^^^^^^^^^^ Sep 01 01:50:43.422 INFO kablam! Sep 01 01:50:43.422 INFO kablam! error: aborting due to 10 previous errors Sep 01 01:50:43.422 INFO kablam! Sep 01 01:50:43.423 INFO kablam! Some errors occurred: E0432, E0433. Sep 01 01:50:43.423 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 01 01:50:43.426 INFO kablam! error[E0425]: cannot find function `get_module_handle_from_addr` in this scope Sep 01 01:50:43.427 INFO kablam! --> tests/module.rs:12:18 Sep 01 01:50:43.427 INFO kablam! | Sep 01 01:50:43.427 INFO kablam! 12 | let result = get_module_handle_from_addr(module_to_addr!(get_module_handle)); Sep 01 01:50:43.427 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope Sep 01 01:50:43.427 INFO kablam! Sep 01 01:50:43.427 INFO kablam! error[E0425]: cannot find function `get_module_name` in this scope Sep 01 01:50:43.427 INFO kablam! --> tests/module.rs:16:18 Sep 01 01:50:43.427 INFO kablam! | Sep 01 01:50:43.427 INFO kablam! 16 | let result = get_module_name(result.unwrap()); Sep 01 01:50:43.427 INFO kablam! | ^^^^^^^^^^^^^^^ did you mean `get_module_handle`? Sep 01 01:50:43.427 INFO kablam! Sep 01 01:50:43.427 INFO kablam! error: aborting due to 4 previous errors Sep 01 01:50:43.427 INFO kablam! Sep 01 01:50:43.427 INFO kablam! Some errors occurred: E0425, E0432. Sep 01 01:50:43.427 INFO kablam! For more information about an error, try `rustc --explain E0425`. Sep 01 01:50:43.430 INFO kablam! error: Could not compile `windows-win`. Sep 01 01:50:43.430 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 01:50:43.432 INFO kablam! error: Could not compile `windows-win`. Sep 01 01:50:43.432 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 01:50:43.444 INFO kablam! error[E0432]: unresolved import `windows_win::raw` Sep 01 01:50:43.444 INFO kablam! --> tests/memory.rs:6:5 Sep 01 01:50:43.444 INFO kablam! | Sep 01 01:50:43.444 INFO kablam! 6 | raw Sep 01 01:50:43.444 INFO kablam! | ^^^ no `raw` in the root Sep 01 01:50:43.444 INFO kablam! Sep 01 01:50:43.446 INFO kablam! error[E0425]: cannot find function `virtual_query_ex` in this scope Sep 01 01:50:43.446 INFO kablam! --> tests/memory.rs:14:18 Sep 01 01:50:43.446 INFO kablam! | Sep 01 01:50:43.446 INFO kablam! 14 | let result = virtual_query_ex(handle, ptr::null()); Sep 01 01:50:43.446 INFO kablam! | ^^^^^^^^^^^^^^^^ not found in this scope Sep 01 01:50:43.446 INFO kablam! Sep 01 01:50:43.446 INFO kablam! warning: unused import: `raw::memory::*` Sep 01 01:50:43.446 INFO kablam! --> tests/memory.rs:9:5 Sep 01 01:50:43.446 INFO kablam! | Sep 01 01:50:43.447 INFO kablam! 9 | use raw::memory::*; Sep 01 01:50:43.447 INFO kablam! | ^^^^^^^^^^^^^^ Sep 01 01:50:43.447 INFO kablam! | Sep 01 01:50:43.447 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 01 01:50:43.447 INFO kablam! Sep 01 01:50:43.466 INFO kablam! error: aborting due to 2 previous errors Sep 01 01:50:43.466 INFO kablam! Sep 01 01:50:43.466 INFO kablam! Some errors occurred: E0425, E0432. Sep 01 01:50:43.466 INFO kablam! For more information about an error, try `rustc --explain E0425`. Sep 01 01:50:43.478 INFO kablam! error: Could not compile `windows-win`. Sep 01 01:50:43.478 INFO kablam! Sep 01 01:50:43.478 INFO kablam! To learn more, run the command again with --verbose. Sep 01 01:50:43.479 INFO kablam! su: No module specific data is present Sep 01 01:50:43.942 INFO running `"docker" "rm" "-f" "ea7874cd1f6ed259ed19887c5c0dc79ccaf964b84f3e9a7bd1e2348b13eb0cc3"` Sep 01 01:50:44.045 INFO blam! ea7874cd1f6ed259ed19887c5c0dc79ccaf964b84f3e9a7bd1e2348b13eb0cc3