[INFO] fetching crate windows-win 2.4.0... [INFO] checking windows-win-2.4.0 against try#e4dba30b9b475d8750370c4dfb49b6541990904d for pr-71393 [INFO] extracting crate windows-win 2.4.0 into /workspace/builds/worker-13/source [INFO] validating manifest of crates.io crate windows-win 2.4.0 on toolchain e4dba30b9b475d8750370c4dfb49b6541990904d [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate windows-win 2.4.0 [INFO] finished tweaking crates.io crate windows-win 2.4.0 [INFO] tweaked toml for crates.io crate windows-win 2.4.0 written to /workspace/builds/worker-13/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 544210e634c1fe5b53f369801e92053436771e250df42b1d8c75b9149d8340e9 [INFO] running `"docker" "start" "-a" "544210e634c1fe5b53f369801e92053436771e250df42b1d8c75b9149d8340e9"` [INFO] [stderr] Checking windows-win v2.4.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0432]: unresolved import `windows_win::raw` [INFO] [stderr] --> tests/memory.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | raw [INFO] [stderr] | ^^^ no `raw` in the root [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `virtual_query_ex` in this scope [INFO] [stderr] --> tests/memory.rs:14:18 [INFO] [stderr] | [INFO] [stderr] 14 | let result = virtual_query_ex(handle, ptr::null()); [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `windows_win::raw` [INFO] [stderr] --> tests/search.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | raw [INFO] [stderr] | ^^^ no `raw` in the root [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Search` [INFO] [stderr] --> tests/search.rs:11:18 [INFO] [stderr] | [INFO] [stderr] 11 | let result = Search::new("non-existing.rs", FileInfoLevel::default(), FileSearchType::default(), 0); [INFO] [stderr] | ^^^^^^ use of undeclared type or module `Search` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `FileInfoLevel` [INFO] [stderr] --> tests/search.rs:11:49 [INFO] [stderr] | [INFO] [stderr] 11 | let result = Search::new("non-existing.rs", FileInfoLevel::default(), FileSearchType::default(), 0); [INFO] [stderr] | ^^^^^^^^^^^^^ use of undeclared type or module `FileInfoLevel` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `FileSearchType` [INFO] [stderr] --> tests/search.rs:11:75 [INFO] [stderr] | [INFO] [stderr] 11 | let result = Search::new("non-existing.rs", FileInfoLevel::default(), FileSearchType::default(), 0); [INFO] [stderr] | ^^^^^^^^^^^^^^ use of undeclared type or module `FileSearchType` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Search` [INFO] [stderr] --> tests/search.rs:19:18 [INFO] [stderr] | [INFO] [stderr] 19 | let result = Search::new(file_name, FileInfoLevel::default(), FileSearchType::default(), 0); [INFO] [stderr] | ^^^^^^ use of undeclared type or module `Search` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `FileInfoLevel` [INFO] [stderr] --> tests/search.rs:19:41 [INFO] [stderr] | [INFO] [stderr] 19 | let result = Search::new(file_name, FileInfoLevel::default(), FileSearchType::default(), 0); [INFO] [stderr] | ^^^^^^^^^^^^^ use of undeclared type or module `FileInfoLevel` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `FileSearchType` [INFO] [stderr] --> tests/search.rs:19:67 [INFO] [stderr] | [INFO] [stderr] 19 | let result = Search::new(file_name, FileInfoLevel::default(), FileSearchType::default(), 0); [INFO] [stderr] | ^^^^^^^^^^^^^^ use of undeclared type or module `FileSearchType` [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0425, E0432. [INFO] [stderr] For more information about an error, try `rustc --explain E0425`. [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Search` [INFO] [stderr] --> tests/search.rs:35:18 [INFO] [stderr] | [INFO] [stderr] 35 | let result = Search::new(&path, FileInfoLevel::default(), FileSearchType::default(), 0); [INFO] [stderr] | ^^^^^^ use of undeclared type or module `Search` [INFO] [stderr] [INFO] [stderr] error: could not compile `windows-win`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0463]: can't find crate for `winapi` [INFO] [stderr] --> tests/timer.rs:2:1 [INFO] [stderr] | [INFO] [stderr] 2 | extern crate winapi; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stderr] [INFO] [stderr] error[E0463]: can't find crate for `clipboard_win` [INFO] [stderr] --> tests/windows.rs:2:1 [INFO] [stderr] | [INFO] [stderr] 2 | extern crate clipboard_win; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `FileInfoLevel` [INFO] [stderr] --> tests/search.rs:35:37 [INFO] [stderr] | [INFO] [stderr] 35 | let result = Search::new(&path, FileInfoLevel::default(), FileSearchType::default(), 0); [INFO] [stderr] | ^^^^^^^^^^^^^ use of undeclared type or module `FileInfoLevel` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `FileSearchType` [INFO] [stderr] --> tests/search.rs:35:63 [INFO] [stderr] | [INFO] [stderr] 35 | let result = Search::new(&path, FileInfoLevel::default(), FileSearchType::default(), 0); [INFO] [stderr] | ^^^^^^^^^^^^^^ use of undeclared type or module `FileSearchType` [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0463`. [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0463`. [INFO] [stderr] error: could not compile `windows-win`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `windows-win`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0432]: unresolved import `windows_win::raw` [INFO] [stderr] --> tests/module.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | raw [INFO] [stderr] | ^^^ no `raw` in the root [INFO] [stderr] [INFO] [stderr] error: cannot find macro `module_to_addr` in this scope [INFO] [stderr] --> tests/module.rs:12:46 [INFO] [stderr] | [INFO] [stderr] 12 | let result = get_module_handle_from_addr(module_to_addr!(get_module_handle)); [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 10 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0432, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0432`. [INFO] [stderr] error: could not compile `windows-win`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0425]: cannot find function `get_module_handle_from_addr` in this scope [INFO] [stderr] --> tests/module.rs:12:18 [INFO] [stderr] | [INFO] [stderr] 12 | let result = get_module_handle_from_addr(module_to_addr!(get_module_handle)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `get_module_name` in this scope [INFO] [stderr] --> tests/module.rs:16:18 [INFO] [stderr] | [INFO] [stderr] 11 | fn get_module_handle() { [INFO] [stderr] | ---------------------- similarly named constant `get_module_handle` defined here [INFO] [stderr] ... [INFO] [stderr] 16 | let result = get_module_name(result.unwrap()); [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: a constant with a similar name exists: `get_module_handle` [INFO] [stderr] [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stderr] --> tests/module.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | #[macro_use] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] error: aborting due to 4 previous errors; 1 warning emitted [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0425, E0432. [INFO] [stderr] For more information about an error, try `rustc --explain E0425`. [INFO] [stderr] error: could not compile `windows-win`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "544210e634c1fe5b53f369801e92053436771e250df42b1d8c75b9149d8340e9"` [INFO] running `"docker" "rm" "-f" "544210e634c1fe5b53f369801e92053436771e250df42b1d8c75b9149d8340e9"` [INFO] [stdout] 544210e634c1fe5b53f369801e92053436771e250df42b1d8c75b9149d8340e9