[INFO] updating cached repository greaka/arcdps-bhud [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/greaka/arcdps-bhud [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/greaka/arcdps-bhud" "work/ex/beta-1.38-1/sources/1.37.0/gh/greaka/arcdps-bhud"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/greaka/arcdps-bhud'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/greaka/arcdps-bhud" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/greaka/arcdps-bhud"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/greaka/arcdps-bhud'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 3318dc07cb9f685a3a59a578fa39708f2e6f9c4b [INFO] sha for GitHub repo greaka/arcdps-bhud: 3318dc07cb9f685a3a59a578fa39708f2e6f9c4b [INFO] validating manifest of greaka/arcdps-bhud 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 greaka/arcdps-bhud 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 greaka/arcdps-bhud [INFO] finished frobbing greaka/arcdps-bhud [INFO] frobbed toml for greaka/arcdps-bhud written to work/ex/beta-1.38-1/sources/1.37.0/gh/greaka/arcdps-bhud/Cargo.toml [INFO] started frobbing greaka/arcdps-bhud [INFO] finished frobbing greaka/arcdps-bhud [INFO] frobbed toml for greaka/arcdps-bhud written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/greaka/arcdps-bhud/Cargo.toml [INFO] crate greaka/arcdps-bhud 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] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing greaka/arcdps-bhud against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-2/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/greaka/arcdps-bhud:/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" "+beta-2019-08-13" "build" "--frozen"` [INFO] [stdout] 2de79a817ffedddf3f5fefff827bd5196633ca197722957de4286479ef36b91b [INFO] running `"docker" "start" "-a" "2de79a817ffedddf3f5fefff827bd5196633ca197722957de4286479ef36b91b"` [INFO] [stderr] Compiling winapi v0.3.7 [INFO] [stderr] Compiling arcdps_bindings v0.1.3 (https://github.com/greaka/arcdps_bindings#27ea648e) [INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stderr] --> /opt/crater/cargo-home/git/checkouts/arcdps_bindings-1a72fc631014f8dd/27ea648/src/lib.rs:6:13 [INFO] [stderr] | [INFO] [stderr] 6 | use winapi::shared::{ [INFO] [stderr] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `HWND` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/git/checkouts/arcdps_bindings-1a72fc631014f8dd/27ea648/src/lib.rs:15:37 [INFO] [stderr] | [INFO] [stderr] 15 | pub type WndprocCallback = fn(hWnd: HWND, uMsg: UINT, wParam: WPARAM, lParam: LPARAM) -> usize; [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `UINT` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/git/checkouts/arcdps_bindings-1a72fc631014f8dd/27ea648/src/lib.rs:15:49 [INFO] [stderr] | [INFO] [stderr] 15 | pub type WndprocCallback = fn(hWnd: HWND, uMsg: UINT, wParam: WPARAM, lParam: LPARAM) -> usize; [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `WPARAM` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/git/checkouts/arcdps_bindings-1a72fc631014f8dd/27ea648/src/lib.rs:15:63 [INFO] [stderr] | [INFO] [stderr] 15 | pub type WndprocCallback = fn(hWnd: HWND, uMsg: UINT, wParam: WPARAM, lParam: LPARAM) -> usize; [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `LPARAM` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/git/checkouts/arcdps_bindings-1a72fc631014f8dd/27ea648/src/lib.rs:15:79 [INFO] [stderr] | [INFO] [stderr] 15 | pub type WndprocCallback = fn(hWnd: HWND, uMsg: UINT, wParam: WPARAM, lParam: LPARAM) -> usize; [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `PCCHAR` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/git/checkouts/arcdps_bindings-1a72fc631014f8dd/27ea648/src/lib.rs:65:40 [INFO] [stderr] | [INFO] [stderr] 65 | fn options_windows_wrapper(windowname: PCCHAR) -> usize { [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `PCCHAR` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/git/checkouts/arcdps_bindings-1a72fc631014f8dd/27ea648/src/lib.rs:81:16 [INFO] [stderr] | [INFO] [stderr] 81 | skillname: PCCHAR, [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `PCCHAR` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/git/checkouts/arcdps_bindings-1a72fc631014f8dd/27ea648/src/lib.rs:99:16 [INFO] [stderr] | [INFO] [stderr] 99 | skillname: PCCHAR, [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `PCCHAR` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/git/checkouts/arcdps_bindings-1a72fc631014f8dd/27ea648/src/lib.rs:118:16 [INFO] [stderr] | [INFO] [stderr] 118 | skillname: PCCHAR, [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `PCCHAR` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/git/checkouts/arcdps_bindings-1a72fc631014f8dd/27ea648/src/lib.rs:173:33 [INFO] [stderr] | [INFO] [stderr] 173 | fn get_str_from_pcchar<'a>(src: PCCHAR) -> Option<&'a str> { [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `PCCHAR` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/git/checkouts/arcdps_bindings-1a72fc631014f8dd/27ea648/src/lib.rs:205:40 [INFO] [stderr] | [INFO] [stderr] 205 | out_name: name.as_ptr() as PCCHAR, [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `PCCHAR` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/git/checkouts/arcdps_bindings-1a72fc631014f8dd/27ea648/src/lib.rs:206:42 [INFO] [stderr] | [INFO] [stderr] 206 | out_build: build.as_ptr() as PCCHAR, [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `LPVOID` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/git/checkouts/arcdps_bindings-1a72fc631014f8dd/27ea648/src/lib.rs:207:46 [INFO] [stderr] | [INFO] [stderr] 207 | wnd_nofilter: null::() as LPVOID, [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `LPVOID` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/git/checkouts/arcdps_bindings-1a72fc631014f8dd/27ea648/src/lib.rs:208:40 [INFO] [stderr] | [INFO] [stderr] 208 | combat: null::() as LPVOID, [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `LPVOID` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/git/checkouts/arcdps_bindings-1a72fc631014f8dd/27ea648/src/lib.rs:209:39 [INFO] [stderr] | [INFO] [stderr] 209 | imgui: null::() as LPVOID, [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `LPVOID` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/git/checkouts/arcdps_bindings-1a72fc631014f8dd/27ea648/src/lib.rs:210:45 [INFO] [stderr] | [INFO] [stderr] 210 | options_end: null::() as LPVOID, [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `LPVOID` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/git/checkouts/arcdps_bindings-1a72fc631014f8dd/27ea648/src/lib.rs:211:46 [INFO] [stderr] | [INFO] [stderr] 211 | combat_local: null::() as LPVOID, [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `LPVOID` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/git/checkouts/arcdps_bindings-1a72fc631014f8dd/27ea648/src/lib.rs:212:44 [INFO] [stderr] | [INFO] [stderr] 212 | wnd_filter: null::() as LPVOID, [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `LPVOID` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/git/checkouts/arcdps_bindings-1a72fc631014f8dd/27ea648/src/lib.rs:213:49 [INFO] [stderr] | [INFO] [stderr] 213 | options_windows: null::() as LPVOID, [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `LPVOID` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/git/checkouts/arcdps_bindings-1a72fc631014f8dd/27ea648/src/lib.rs:218:37 [INFO] [stderr] | [INFO] [stderr] 218 | self.wnd_nofilter = func as LPVOID; [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `LPVOID` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/git/checkouts/arcdps_bindings-1a72fc631014f8dd/27ea648/src/lib.rs:223:43 [INFO] [stderr] | [INFO] [stderr] 223 | self.combat = cbt_wrapper_area as LPVOID; [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `LPVOID` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/git/checkouts/arcdps_bindings-1a72fc631014f8dd/27ea648/src/lib.rs:233:39 [INFO] [stderr] | [INFO] [stderr] 233 | self.imgui = imgui_wrapper as LPVOID; [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `LPVOID` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/git/checkouts/arcdps_bindings-1a72fc631014f8dd/27ea648/src/lib.rs:243:47 [INFO] [stderr] | [INFO] [stderr] 243 | self.options_end = options_wrapper as LPVOID; [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `LPVOID` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/git/checkouts/arcdps_bindings-1a72fc631014f8dd/27ea648/src/lib.rs:253:50 [INFO] [stderr] | [INFO] [stderr] 253 | self.combat_local = cbt_wrapper_local as LPVOID; [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `LPVOID` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/git/checkouts/arcdps_bindings-1a72fc631014f8dd/27ea648/src/lib.rs:263:35 [INFO] [stderr] | [INFO] [stderr] 263 | self.wnd_filter = func as LPVOID; [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `LPVOID` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/git/checkouts/arcdps_bindings-1a72fc631014f8dd/27ea648/src/lib.rs:268:59 [INFO] [stderr] | [INFO] [stderr] 268 | self.options_windows = options_windows_wrapper as LPVOID; [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `PCCHAR` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/git/checkouts/arcdps_bindings-1a72fc631014f8dd/27ea648/src/lib.rs:283:19 [INFO] [stderr] | [INFO] [stderr] 283 | pub out_name: PCCHAR, [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `PCCHAR` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/git/checkouts/arcdps_bindings-1a72fc631014f8dd/27ea648/src/lib.rs:284:20 [INFO] [stderr] | [INFO] [stderr] 284 | pub out_build: PCCHAR, [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `LPVOID` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/git/checkouts/arcdps_bindings-1a72fc631014f8dd/27ea648/src/lib.rs:285:23 [INFO] [stderr] | [INFO] [stderr] 285 | pub wnd_nofilter: LPVOID, [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `LPVOID` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/git/checkouts/arcdps_bindings-1a72fc631014f8dd/27ea648/src/lib.rs:286:17 [INFO] [stderr] | [INFO] [stderr] 286 | pub combat: LPVOID, [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `LPVOID` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/git/checkouts/arcdps_bindings-1a72fc631014f8dd/27ea648/src/lib.rs:287:16 [INFO] [stderr] | [INFO] [stderr] 287 | pub imgui: LPVOID, [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `LPVOID` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/git/checkouts/arcdps_bindings-1a72fc631014f8dd/27ea648/src/lib.rs:288:22 [INFO] [stderr] | [INFO] [stderr] 288 | pub options_end: LPVOID, [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `LPVOID` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/git/checkouts/arcdps_bindings-1a72fc631014f8dd/27ea648/src/lib.rs:289:23 [INFO] [stderr] | [INFO] [stderr] 289 | pub combat_local: LPVOID, [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `LPVOID` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/git/checkouts/arcdps_bindings-1a72fc631014f8dd/27ea648/src/lib.rs:290:21 [INFO] [stderr] | [INFO] [stderr] 290 | pub wnd_filter: LPVOID, [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `LPVOID` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/git/checkouts/arcdps_bindings-1a72fc631014f8dd/27ea648/src/lib.rs:291:26 [INFO] [stderr] | [INFO] [stderr] 291 | pub options_windows: LPVOID, [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `PCCHAR` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/git/checkouts/arcdps_bindings-1a72fc631014f8dd/27ea648/src/lib.rs:329:15 [INFO] [stderr] | [INFO] [stderr] 329 | pub name: PCCHAR, [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error: aborting due to 36 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0412, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0412`. [INFO] [stderr] error: Could not compile `arcdps_bindings`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "2de79a817ffedddf3f5fefff827bd5196633ca197722957de4286479ef36b91b"` [INFO] running `"docker" "rm" "-f" "2de79a817ffedddf3f5fefff827bd5196633ca197722957de4286479ef36b91b"` [INFO] [stdout] 2de79a817ffedddf3f5fefff827bd5196633ca197722957de4286479ef36b91b