[INFO] updating cached repository CosmicBagel/qa-autopilot [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/CosmicBagel/qa-autopilot [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/CosmicBagel/qa-autopilot" "work/ex/beta-1.38-1/sources/1.37.0/gh/CosmicBagel/qa-autopilot"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/CosmicBagel/qa-autopilot'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/CosmicBagel/qa-autopilot" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/CosmicBagel/qa-autopilot"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/CosmicBagel/qa-autopilot'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] abb3e024806057f5986edc38cf6cb004c7f1c987 [INFO] sha for GitHub repo CosmicBagel/qa-autopilot: abb3e024806057f5986edc38cf6cb004c7f1c987 [INFO] validating manifest of CosmicBagel/qa-autopilot on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of CosmicBagel/qa-autopilot on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing CosmicBagel/qa-autopilot [INFO] finished frobbing CosmicBagel/qa-autopilot [INFO] frobbed toml for CosmicBagel/qa-autopilot written to work/ex/beta-1.38-1/sources/1.37.0/gh/CosmicBagel/qa-autopilot/Cargo.toml [INFO] started frobbing CosmicBagel/qa-autopilot [INFO] finished frobbing CosmicBagel/qa-autopilot [INFO] frobbed toml for CosmicBagel/qa-autopilot written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/CosmicBagel/qa-autopilot/Cargo.toml [INFO] crate CosmicBagel/qa-autopilot already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] error: the lock file /mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/CosmicBagel/qa-autopilot/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing CosmicBagel/qa-autopilot against 1.37.0 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-6/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/CosmicBagel/qa-autopilot:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/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=warn" "-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" "+1.37.0" "build" "--frozen"` [INFO] [stdout] 4d73ca74a8af3a0f138451c124aa54849312bf18a282c6d7fc3dd2effc4a0de3 [INFO] running `"docker" "start" "-a" "4d73ca74a8af3a0f138451c124aa54849312bf18a282c6d7fc3dd2effc4a0de3"` [INFO] [stderr] Compiling user32-sys v0.2.0 [INFO] [stderr] Compiling qa-autopilot v0.1.0 (/opt/crater/workdir) [INFO] [stderr] error[E0432]: unresolved import `winapi::winnt` [INFO] [stderr] --> src/main.rs:7:13 [INFO] [stderr] | [INFO] [stderr] 7 | use winapi::winnt::LPCSTR; [INFO] [stderr] | ^^^^^ could not find `winnt` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `winapi::windef` [INFO] [stderr] --> src/main.rs:8:13 [INFO] [stderr] | [INFO] [stderr] 8 | use winapi::windef::HWND; [INFO] [stderr] | ^^^^^^ could not find `windef` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `winapi::winuser` [INFO] [stderr] --> src/main.rs:9:13 [INFO] [stderr] | [INFO] [stderr] 9 | use winapi::winuser::INPUT; [INFO] [stderr] | ^^^^^^^ could not find `winuser` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `winapi::winuser` [INFO] [stderr] --> src/main.rs:10:13 [INFO] [stderr] | [INFO] [stderr] 10 | use winapi::winuser::INPUT_KEYBOARD; [INFO] [stderr] | ^^^^^^^ could not find `winuser` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `winapi::c_int` [INFO] [stderr] --> src/main.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | use winapi::c_int; [INFO] [stderr] | ^^^^^^^^^^^^^ no `c_int` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `winapi::winuser` [INFO] [stderr] --> src/main.rs:12:13 [INFO] [stderr] | [INFO] [stderr] 12 | use winapi::winuser::LPINPUT; [INFO] [stderr] | ^^^^^^^ could not find `winuser` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `FindWindowA` in module `user32` [INFO] [stderr] --> src/main.rs:19:21 [INFO] [stderr] | [INFO] [stderr] 19 | user32::FindWindowA( null_mut(), [INFO] [stderr] | ^^^^^^^^^^^ not found in `user32` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `SetForegroundWindow` in module `user32` [INFO] [stderr] --> src/main.rs:23:17 [INFO] [stderr] | [INFO] [stderr] 23 | user32::SetForegroundWindow(hwnd_window_result); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ not found in `user32` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `SendInput` in module `user32` [INFO] [stderr] --> src/main.rs:39:17 [INFO] [stderr] | [INFO] [stderr] 39 | user32::SendInput(1, &mut ip as LPINPUT, size_of::() as c_int); [INFO] [stderr] | ^^^^^^^^^ not found in `user32` [INFO] [stderr] [INFO] [stderr] error: aborting due to 9 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: Could not compile `qa-autopilot`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "4d73ca74a8af3a0f138451c124aa54849312bf18a282c6d7fc3dd2effc4a0de3"` [INFO] running `"docker" "rm" "-f" "4d73ca74a8af3a0f138451c124aa54849312bf18a282c6d7fc3dd2effc4a0de3"` [INFO] [stdout] 4d73ca74a8af3a0f138451c124aa54849312bf18a282c6d7fc3dd2effc4a0de3