[INFO] updating cached repository https://github.com/MarcusRainbow/xladd-util [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] a41591c65e92c5d3fc3da4ce8163b5f7a1647ae4 [INFO] testing MarcusRainbow/xladd-util against 1.38.0 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2FMarcusRainbow%2Fxladd-util" "work/builds/worker-11/source"` [INFO] [stderr] Cloning into 'work/builds/worker-11/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/MarcusRainbow/xladd-util on toolchain 1.38.0 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/MarcusRainbow/xladd-util [INFO] removed path dependency xladd from git repo https://github.com/MarcusRainbow/xladd-util [INFO] finished tweaking git repo https://github.com/MarcusRainbow/xladd-util [INFO] tweaked toml for git repo https://github.com/MarcusRainbow/xladd-util written to work/builds/worker-11/source/Cargo.toml [INFO] crate git repo https://github.com/MarcusRainbow/xladd-util already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Updating crates.io index [INFO] [stderr] error: the lock file /big/crater/work/builds/worker-11/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-11/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-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" "+1.38.0" "build" "--frozen"` [INFO] [stdout] 701946932f785f8d89f917e765014f87c42516291336edae59c994f5bbc77203 [INFO] running `"docker" "start" "-a" "701946932f785f8d89f917e765014f87c42516291336edae59c994f5bbc77203"` [INFO] [stderr] warning: dependency (xladd) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] Compiling winapi v0.3.8 [INFO] [stderr] Compiling widestring v0.4.0 [INFO] [stderr] Compiling xladd v0.1.0 [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/xladd-0.1.0/src/entrypoint.rs:9:13 [INFO] [stderr] | [INFO] [stderr] 9 | use winapi::um::libloaderapi::{GetModuleHandleW, GetProcAddress}; [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/xladd-0.1.0/src/entrypoint.rs:10:13 [INFO] [stderr] | [INFO] [stderr] 10 | use winapi::shared::minwindef::HMODULE; [INFO] [stderr] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/xladd-0.1.0/src/registrator.rs:5:13 [INFO] [stderr] | [INFO] [stderr] 5 | use winapi::um::debugapi::OutputDebugStringA; [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `HMODULE` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/xladd-0.1.0/src/entrypoint.rs:24:28 [INFO] [stderr] | [INFO] [stderr] 24 | static mut XLCALL_HMODULE: HMODULE = ptr::null_mut(); [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `GetModuleHandleW` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/xladd-0.1.0/src/entrypoint.rs:57:30 [INFO] [stderr] | [INFO] [stderr] 57 | XLCALL_HMODULE = GetModuleHandleW(wcstr.as_ptr()); [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `GetProcAddress` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/xladd-0.1.0/src/entrypoint.rs:60:39 [INFO] [stderr] | [INFO] [stderr] 60 | let entry_pt: usize = GetProcAddress(XLCALL_HMODULE, cstr.as_ptr()) as usize; [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `GetModuleHandleW` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/xladd-0.1.0/src/entrypoint.rs:68:30 [INFO] [stderr] | [INFO] [stderr] 68 | XLCALL_HMODULE = GetModuleHandleW(ptr::null()); [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `GetProcAddress` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/xladd-0.1.0/src/entrypoint.rs:72:28 [INFO] [stderr] | [INFO] [stderr] 72 | PEXCEL12 = GetProcAddress(XLCALL_HMODULE, cstr.as_ptr()) as usize; [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `OutputDebugStringA` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/xladd-0.1.0/src/registrator.rs:96:14 [INFO] [stderr] | [INFO] [stderr] 96 | unsafe { OutputDebugStringA(cstr.as_ptr()) }; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error: aborting due to 9 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0412, E0425, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0412`. [INFO] [stderr] error: Could not compile `xladd`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "701946932f785f8d89f917e765014f87c42516291336edae59c994f5bbc77203"` [INFO] running `"docker" "rm" "-f" "701946932f785f8d89f917e765014f87c42516291336edae59c994f5bbc77203"` [INFO] [stdout] 701946932f785f8d89f917e765014f87c42516291336edae59c994f5bbc77203