Sep 10 06:18:31.680 INFO checking windows-win-2.3.0 against master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1 for pr-54090 Sep 10 06:18:31.680 INFO running: cargo +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets Sep 10 06:18:31.680 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-54090/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-3/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/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 +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-m" "2G" "crater"` Sep 10 06:18:31.869 INFO blam! 4f1e4e28bd52982059ccb0cf7d0434355446e2297370c8b11b921f3368f75501 Sep 10 06:18:31.871 INFO running `"docker" "start" "-a" "4f1e4e28bd52982059ccb0cf7d0434355446e2297370c8b11b921f3368f75501"` Sep 10 06:18:32.554 INFO kablam! usermod: no changes Sep 10 06:18:32.604 INFO kablam! Checking windows-win v2.3.0 (file:///source) Sep 10 06:18:33.317 INFO kablam! error[E0463]: can't find crate for `winapi` Sep 10 06:18:33.317 INFO kablam! --> tests/timer.rs:2:1 Sep 10 06:18:33.317 INFO kablam! | Sep 10 06:18:33.317 INFO kablam! 2 | extern crate winapi; Sep 10 06:18:33.317 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ can't find crate Sep 10 06:18:33.342 INFO kablam! Sep 10 06:18:33.342 INFO kablam! error: aborting due to previous error Sep 10 06:18:33.342 INFO kablam! Sep 10 06:18:33.342 INFO kablam! For more information about this error, try `rustc --explain E0463`. Sep 10 06:18:33.374 INFO kablam! error: Could not compile `windows-win`. Sep 10 06:18:33.374 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 10 06:18:33.430 INFO kablam! error[E0463]: can't find crate for `clipboard_win` Sep 10 06:18:33.430 INFO kablam! --> tests/windows.rs:2:1 Sep 10 06:18:33.430 INFO kablam! | Sep 10 06:18:33.430 INFO kablam! 2 | extern crate clipboard_win; Sep 10 06:18:33.430 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate Sep 10 06:18:33.430 INFO kablam! Sep 10 06:18:33.438 INFO kablam! error: aborting due to previous error Sep 10 06:18:33.438 INFO kablam! Sep 10 06:18:33.438 INFO kablam! For more information about this error, try `rustc --explain E0463`. Sep 10 06:18:33.446 INFO kablam! error: Could not compile `windows-win`. Sep 10 06:18:33.446 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 10 06:18:33.468 INFO kablam! error[E0432]: unresolved import `windows_win::raw` Sep 10 06:18:33.468 INFO kablam! --> tests/memory.rs:6:5 Sep 10 06:18:33.468 INFO kablam! | Sep 10 06:18:33.468 INFO kablam! 6 | raw Sep 10 06:18:33.468 INFO kablam! | ^^^ no `raw` in the root Sep 10 06:18:33.468 INFO kablam! Sep 10 06:18:33.494 INFO kablam! error[E0425]: cannot find function `virtual_query_ex` in this scope Sep 10 06:18:33.494 INFO kablam! --> tests/memory.rs:14:18 Sep 10 06:18:33.494 INFO kablam! | Sep 10 06:18:33.494 INFO kablam! 14 | let result = virtual_query_ex(handle, ptr::null()); Sep 10 06:18:33.494 INFO kablam! | ^^^^^^^^^^^^^^^^ not found in this scope Sep 10 06:18:33.494 INFO kablam! Sep 10 06:18:33.494 INFO kablam! warning: unused import: `raw::memory::*` Sep 10 06:18:33.494 INFO kablam! --> tests/memory.rs:9:5 Sep 10 06:18:33.494 INFO kablam! | Sep 10 06:18:33.494 INFO kablam! 9 | use raw::memory::*; Sep 10 06:18:33.494 INFO kablam! | ^^^^^^^^^^^^^^ Sep 10 06:18:33.494 INFO kablam! | Sep 10 06:18:33.494 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 10 06:18:33.494 INFO kablam! Sep 10 06:18:33.518 INFO kablam! error[E0432]: unresolved import `windows_win::raw` Sep 10 06:18:33.518 INFO kablam! --> tests/search.rs:4:5 Sep 10 06:18:33.518 INFO kablam! | Sep 10 06:18:33.518 INFO kablam! 4 | raw Sep 10 06:18:33.518 INFO kablam! | ^^^ no `raw` in the root Sep 10 06:18:33.518 INFO kablam! Sep 10 06:18:33.518 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Search` Sep 10 06:18:33.518 INFO kablam! --> tests/search.rs:11:18 Sep 10 06:18:33.518 INFO kablam! | Sep 10 06:18:33.518 INFO kablam! 11 | let result = Search::new("non-existing.rs", FileInfoLevel::default(), FileSearchType::default(), 0); Sep 10 06:18:33.518 INFO kablam! | ^^^^^^ Use of undeclared type or module `Search` Sep 10 06:18:33.518 INFO kablam! Sep 10 06:18:33.518 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `FileInfoLevel` Sep 10 06:18:33.518 INFO kablam! --> tests/search.rs:11:49 Sep 10 06:18:33.518 INFO kablam! | Sep 10 06:18:33.518 INFO kablam! 11 | let result = Search::new("non-existing.rs", FileInfoLevel::default(), FileSearchType::default(), 0); Sep 10 06:18:33.518 INFO kablam! | ^^^^^^^^^^^^^ Use of undeclared type or module `FileInfoLevel` Sep 10 06:18:33.518 INFO kablam! Sep 10 06:18:33.518 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `FileSearchType` Sep 10 06:18:33.518 INFO kablam! --> tests/search.rs:11:75 Sep 10 06:18:33.518 INFO kablam! | Sep 10 06:18:33.518 INFO kablam! 11 | let result = Search::new("non-existing.rs", FileInfoLevel::default(), FileSearchType::default(), 0); Sep 10 06:18:33.518 INFO kablam! | ^^^^^^^^^^^^^^ Use of undeclared type or module `FileSearchType` Sep 10 06:18:33.518 INFO kablam! Sep 10 06:18:33.518 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Search` Sep 10 06:18:33.518 INFO kablam! --> tests/search.rs:19:18 Sep 10 06:18:33.518 INFO kablam! | Sep 10 06:18:33.518 INFO kablam! 19 | let result = Search::new(file_name, FileInfoLevel::default(), FileSearchType::default(), 0); Sep 10 06:18:33.518 INFO kablam! | ^^^^^^ Use of undeclared type or module `Search` Sep 10 06:18:33.518 INFO kablam! Sep 10 06:18:33.518 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `FileInfoLevel` Sep 10 06:18:33.518 INFO kablam! --> tests/search.rs:19:41 Sep 10 06:18:33.518 INFO kablam! | Sep 10 06:18:33.518 INFO kablam! 19 | let result = Search::new(file_name, FileInfoLevel::default(), FileSearchType::default(), 0); Sep 10 06:18:33.518 INFO kablam! | ^^^^^^^^^^^^^ Use of undeclared type or module `FileInfoLevel` Sep 10 06:18:33.518 INFO kablam! Sep 10 06:18:33.518 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `FileSearchType` Sep 10 06:18:33.518 INFO kablam! --> tests/search.rs:19:67 Sep 10 06:18:33.518 INFO kablam! | Sep 10 06:18:33.518 INFO kablam! 19 | let result = Search::new(file_name, FileInfoLevel::default(), FileSearchType::default(), 0); Sep 10 06:18:33.518 INFO kablam! | ^^^^^^^^^^^^^^ Use of undeclared type or module `FileSearchType` Sep 10 06:18:33.519 INFO kablam! Sep 10 06:18:33.519 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Search` Sep 10 06:18:33.519 INFO kablam! --> tests/search.rs:35:18 Sep 10 06:18:33.519 INFO kablam! | Sep 10 06:18:33.519 INFO kablam! 35 | let result = Search::new(&path, FileInfoLevel::default(), FileSearchType::default(), 0); Sep 10 06:18:33.519 INFO kablam! | ^^^^^^ Use of undeclared type or module `Search` Sep 10 06:18:33.519 INFO kablam! Sep 10 06:18:33.519 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `FileInfoLevel` Sep 10 06:18:33.519 INFO kablam! --> tests/search.rs:35:37 Sep 10 06:18:33.519 INFO kablam! | Sep 10 06:18:33.519 INFO kablam! 35 | let result = Search::new(&path, FileInfoLevel::default(), FileSearchType::default(), 0); Sep 10 06:18:33.519 INFO kablam! | ^^^^^^^^^^^^^ Use of undeclared type or module `FileInfoLevel` Sep 10 06:18:33.519 INFO kablam! Sep 10 06:18:33.519 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `FileSearchType` Sep 10 06:18:33.519 INFO kablam! --> tests/search.rs:35:63 Sep 10 06:18:33.519 INFO kablam! | Sep 10 06:18:33.519 INFO kablam! 35 | let result = Search::new(&path, FileInfoLevel::default(), FileSearchType::default(), 0); Sep 10 06:18:33.519 INFO kablam! | ^^^^^^^^^^^^^^ Use of undeclared type or module `FileSearchType` Sep 10 06:18:33.519 INFO kablam! Sep 10 06:18:33.519 INFO kablam! warning: unused import: `raw::file::*` Sep 10 06:18:33.519 INFO kablam! --> tests/search.rs:7:5 Sep 10 06:18:33.519 INFO kablam! | Sep 10 06:18:33.519 INFO kablam! 7 | use raw::file::*; Sep 10 06:18:33.519 INFO kablam! | ^^^^^^^^^^^^ Sep 10 06:18:33.519 INFO kablam! | Sep 10 06:18:33.519 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 10 06:18:33.519 INFO kablam! Sep 10 06:18:33.531 INFO kablam! error[E0432]: unresolved import `windows_win::raw` Sep 10 06:18:33.531 INFO kablam! --> tests/module.rs:5:5 Sep 10 06:18:33.531 INFO kablam! | Sep 10 06:18:33.531 INFO kablam! 5 | raw Sep 10 06:18:33.531 INFO kablam! | ^^^ no `raw` in the root Sep 10 06:18:33.531 INFO kablam! Sep 10 06:18:33.535 INFO kablam! error: cannot find macro `module_to_addr!` in this scope Sep 10 06:18:33.535 INFO kablam! --> tests/module.rs:12:46 Sep 10 06:18:33.535 INFO kablam! | Sep 10 06:18:33.535 INFO kablam! 12 | let result = get_module_handle_from_addr(module_to_addr!(get_module_handle)); Sep 10 06:18:33.535 INFO kablam! | ^^^^^^^^^^^^^^ Sep 10 06:18:33.535 INFO kablam! Sep 10 06:18:33.540 INFO kablam! error: aborting due to 2 previous errors Sep 10 06:18:33.540 INFO kablam! Sep 10 06:18:33.540 INFO kablam! Some errors occurred: E0425, E0432. Sep 10 06:18:33.540 INFO kablam! For more information about an error, try `rustc --explain E0425`. Sep 10 06:18:33.558 INFO kablam! error: Could not compile `windows-win`. Sep 10 06:18:33.558 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 10 06:18:33.568 INFO kablam! error[E0425]: cannot find function `get_module_handle_from_addr` in this scope Sep 10 06:18:33.568 INFO kablam! --> tests/module.rs:12:18 Sep 10 06:18:33.568 INFO kablam! | Sep 10 06:18:33.568 INFO kablam! 12 | let result = get_module_handle_from_addr(module_to_addr!(get_module_handle)); Sep 10 06:18:33.568 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope Sep 10 06:18:33.568 INFO kablam! Sep 10 06:18:33.568 INFO kablam! error[E0425]: cannot find function `get_module_name` in this scope Sep 10 06:18:33.568 INFO kablam! --> tests/module.rs:16:18 Sep 10 06:18:33.568 INFO kablam! | Sep 10 06:18:33.568 INFO kablam! 16 | let result = get_module_name(result.unwrap()); Sep 10 06:18:33.568 INFO kablam! | ^^^^^^^^^^^^^^^ did you mean `get_module_handle`? Sep 10 06:18:33.568 INFO kablam! Sep 10 06:18:33.568 INFO kablam! error: aborting due to 4 previous errors Sep 10 06:18:33.568 INFO kablam! Sep 10 06:18:33.568 INFO kablam! Some errors occurred: E0425, E0432. Sep 10 06:18:33.573 INFO kablam! For more information about an error, try `rustc --explain E0425`. Sep 10 06:18:33.574 INFO kablam! error: aborting due to 10 previous errors Sep 10 06:18:33.574 INFO kablam! Sep 10 06:18:33.574 INFO kablam! Some errors occurred: E0432, E0433. Sep 10 06:18:33.574 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 10 06:18:33.574 INFO kablam! error: Could not compile `windows-win`. Sep 10 06:18:33.574 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 10 06:18:33.578 INFO kablam! error: Could not compile `windows-win`. Sep 10 06:18:33.578 INFO kablam! Sep 10 06:18:33.578 INFO kablam! To learn more, run the command again with --verbose. Sep 10 06:18:33.578 INFO kablam! su: No module specific data is present Sep 10 06:18:34.376 INFO running `"docker" "rm" "-f" "4f1e4e28bd52982059ccb0cf7d0434355446e2297370c8b11b921f3368f75501"` Sep 10 06:18:34.485 INFO blam! 4f1e4e28bd52982059ccb0cf7d0434355446e2297370c8b11b921f3368f75501