[INFO] updating cached repository 0set/injice [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/0set/injice [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/0set/injice" "work/ex/pr-60162/sources/master#a850a426491e14186af2250549bf41256b5938d2/gh/0set/injice"` [INFO] [stderr] Cloning into 'work/ex/pr-60162/sources/master#a850a426491e14186af2250549bf41256b5938d2/gh/0set/injice'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/0set/injice" "work/ex/pr-60162/sources/try#06a150c7d11500b41499224f165e9de1de096768/gh/0set/injice"` [INFO] [stderr] Cloning into 'work/ex/pr-60162/sources/try#06a150c7d11500b41499224f165e9de1de096768/gh/0set/injice'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] ca1a2b2ffddccab8cae47a9e09437ca35d51ae3e [INFO] sha for GitHub repo 0set/injice: ca1a2b2ffddccab8cae47a9e09437ca35d51ae3e [INFO] validating manifest of 0set/injice on toolchain master#a850a426491e14186af2250549bf41256b5938d2 [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+a850a426491e14186af2250549bf41256b5938d2-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of 0set/injice on toolchain try#06a150c7d11500b41499224f165e9de1de096768 [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+06a150c7d11500b41499224f165e9de1de096768-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing 0set/injice [INFO] finished frobbing 0set/injice [INFO] frobbed toml for 0set/injice written to work/ex/pr-60162/sources/master#a850a426491e14186af2250549bf41256b5938d2/gh/0set/injice/Cargo.toml [INFO] started frobbing 0set/injice [INFO] finished frobbing 0set/injice [INFO] frobbed toml for 0set/injice written to work/ex/pr-60162/sources/try#06a150c7d11500b41499224f165e9de1de096768/gh/0set/injice/Cargo.toml [INFO] crate 0set/injice already has a lockfile, it will not be regenerated [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+a850a426491e14186af2250549bf41256b5938d2-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] error: the lock file /mnt/crater-raid/crater/work/ex/pr-60162/sources/master#a850a426491e14186af2250549bf41256b5938d2/gh/0set/injice/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+a850a426491e14186af2250549bf41256b5938d2-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+06a150c7d11500b41499224f165e9de1de096768-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+a850a426491e14186af2250549bf41256b5938d2-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+06a150c7d11500b41499224f165e9de1de096768-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking 0set/injice against master#a850a426491e14186af2250549bf41256b5938d2 for pr-60162 [INFO] running `"docker" "create" "-v" "/mnt/crater-raid/crater/work/local/target-dirs/pr-60162/worker-3/master#a850a426491e14186af2250549bf41256b5938d2:/opt/crater/target:rw,Z" "-v" "/mnt/crater-raid/crater/work/ex/pr-60162/sources/master#a850a426491e14186af2250549bf41256b5938d2/gh/0set/injice:/opt/crater/workdir:ro,Z" "-v" "/mnt/crater-raid/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/crater-raid/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+a850a426491e14186af2250549bf41256b5938d2-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 6998aa164658d22fde9b4e9de05c7ee12a37229e8cb17bf93665bc2562b1d4a7 [INFO] running `"docker" "start" "-a" "6998aa164658d22fde9b4e9de05c7ee12a37229e8cb17bf93665bc2562b1d4a7"` [INFO] [stderr] Compiling winapi v0.3.7 [INFO] [stderr] Checking injice v0.1.0 (/opt/crater/workdir) [INFO] [stderr] error[E0432]: unresolved import `kernel32::GetLastError` [INFO] [stderr] --> src/lib.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | use kernel32::GetLastError; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ no `GetLastError` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `winapi::minwindef` [INFO] [stderr] --> src/lib.rs:10:13 [INFO] [stderr] | [INFO] [stderr] 10 | use winapi::minwindef::DWORD; [INFO] [stderr] | ^^^^^^^^^ could not find `minwindef` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `kernel32::CreateRemoteThread`, `kernel32::OpenProcess`, `kernel32::VirtualAllocEx`, `kernel32::WriteProcessMemory` [INFO] [stderr] --> src/process.rs:6:16 [INFO] [stderr] | [INFO] [stderr] 6 | use kernel32::{CreateRemoteThread, OpenProcess, VirtualAllocEx, WriteProcessMemory}; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^ ^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^ no `WriteProcessMemory` in the root [INFO] [stderr] | | | | [INFO] [stderr] | | | no `VirtualAllocEx` in the root [INFO] [stderr] | | no `OpenProcess` in the root [INFO] [stderr] | no `CreateRemoteThread` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `winapi::basetsd` [INFO] [stderr] --> src/process.rs:8:13 [INFO] [stderr] | [INFO] [stderr] 8 | use winapi::basetsd::SIZE_T; [INFO] [stderr] | ^^^^^^^ could not find `basetsd` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `winapi::minwinbase` [INFO] [stderr] --> src/process.rs:9:13 [INFO] [stderr] | [INFO] [stderr] 9 | use winapi::minwinbase::{LPSECURITY_ATTRIBUTES, LPTHREAD_START_ROUTINE}; [INFO] [stderr] | ^^^^^^^^^^ could not find `minwinbase` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `winapi::minwindef` [INFO] [stderr] --> src/process.rs:10:13 [INFO] [stderr] | [INFO] [stderr] 10 | use winapi::minwindef::{BOOL, DWORD, LPCVOID, LPVOID}; [INFO] [stderr] | ^^^^^^^^^ could not find `minwindef` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `winapi::winnt` [INFO] [stderr] --> src/process.rs:11:13 [INFO] [stderr] | [INFO] [stderr] 11 | use winapi::winnt::HANDLE; [INFO] [stderr] | ^^^^^ could not find `winnt` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `kernel32::GetModuleHandleW`, `kernel32::GetProcAddress` [INFO] [stderr] --> src/module.rs:6:16 [INFO] [stderr] | [INFO] [stderr] 6 | use kernel32::{GetModuleHandleW, GetProcAddress}; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^ no `GetProcAddress` in the root [INFO] [stderr] | | [INFO] [stderr] | no `GetModuleHandleW` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `winapi::minwindef` [INFO] [stderr] --> src/module.rs:8:13 [INFO] [stderr] | [INFO] [stderr] 8 | use winapi::minwindef::{FARPROC, HMODULE}; [INFO] [stderr] | ^^^^^^^^^ could not find `minwindef` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `winapi::winnt` [INFO] [stderr] --> src/module.rs:9:13 [INFO] [stderr] | [INFO] [stderr] 9 | use winapi::winnt::WCHAR; [INFO] [stderr] | ^^^^^ could not find `winnt` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `kernel32::GetLastError` [INFO] [stderr] --> src/lib.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | use kernel32::GetLastError; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ no `GetLastError` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `winapi::minwindef` [INFO] [stderr] --> src/lib.rs:10:13 [INFO] [stderr] | [INFO] [stderr] 10 | use winapi::minwindef::DWORD; [INFO] [stderr] | ^^^^^^^^^ could not find `minwindef` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `kernel32::CreateRemoteThread`, `kernel32::OpenProcess`, `kernel32::VirtualAllocEx`, `kernel32::WriteProcessMemory` [INFO] [stderr] --> src/process.rs:6:16 [INFO] [stderr] | [INFO] [stderr] 6 | use kernel32::{CreateRemoteThread, OpenProcess, VirtualAllocEx, WriteProcessMemory}; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^ ^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^ no `WriteProcessMemory` in the root [INFO] [stderr] | | | | [INFO] [stderr] | | | no `VirtualAllocEx` in the root [INFO] [stderr] | | no `OpenProcess` in the root [INFO] [stderr] | no `CreateRemoteThread` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `winapi::basetsd` [INFO] [stderr] --> src/process.rs:8:13 [INFO] [stderr] | [INFO] [stderr] 8 | use winapi::basetsd::SIZE_T; [INFO] [stderr] | ^^^^^^^ could not find `basetsd` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `winapi::minwinbase` [INFO] [stderr] --> src/process.rs:9:13 [INFO] [stderr] | [INFO] [stderr] 9 | use winapi::minwinbase::{LPSECURITY_ATTRIBUTES, LPTHREAD_START_ROUTINE}; [INFO] [stderr] | ^^^^^^^^^^ could not find `minwinbase` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `winapi::minwindef` [INFO] [stderr] --> src/process.rs:10:13 [INFO] [stderr] | [INFO] [stderr] 10 | use winapi::minwindef::{BOOL, DWORD, LPCVOID, LPVOID}; [INFO] [stderr] | ^^^^^^^^^ could not find `minwindef` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `winapi::winnt` [INFO] [stderr] --> src/process.rs:11:13 [INFO] [stderr] | [INFO] [stderr] 11 | use winapi::winnt::HANDLE; [INFO] [stderr] | ^^^^^ could not find `winnt` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `kernel32::GetModuleHandleW`, `kernel32::GetProcAddress` [INFO] [stderr] --> src/module.rs:6:16 [INFO] [stderr] | [INFO] [stderr] 6 | use kernel32::{GetModuleHandleW, GetProcAddress}; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^ no `GetProcAddress` in the root [INFO] [stderr] | | [INFO] [stderr] | no `GetModuleHandleW` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `winapi::minwindef` [INFO] [stderr] --> src/module.rs:8:13 [INFO] [stderr] | [INFO] [stderr] 8 | use winapi::minwindef::{FARPROC, HMODULE}; [INFO] [stderr] | ^^^^^^^^^ could not find `minwindef` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `winapi::winnt` [INFO] [stderr] --> src/module.rs:9:13 [INFO] [stderr] | [INFO] [stderr] 9 | use winapi::winnt::WCHAR; [INFO] [stderr] | ^^^^^ could not find `winnt` in `winapi` [INFO] [stderr] [INFO] [stderr] error: aborting due to 10 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0432`. [INFO] [stderr] error: Could not compile `injice`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 10 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0432`. [INFO] [stderr] error: Could not compile `injice`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "6998aa164658d22fde9b4e9de05c7ee12a37229e8cb17bf93665bc2562b1d4a7"` [INFO] running `"docker" "rm" "-f" "6998aa164658d22fde9b4e9de05c7ee12a37229e8cb17bf93665bc2562b1d4a7"` [INFO] [stdout] 6998aa164658d22fde9b4e9de05c7ee12a37229e8cb17bf93665bc2562b1d4a7