Sep 21 00:23:32.671 INFO checking xladd-util-0.1.0 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 00:23:32.671 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 00:23:32.671 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-1/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 00:23:32.849 INFO blam! 1b645672f30a5876e74a305c52882bd4726d0830b063fccf4b384d428ebfdf14 Sep 21 00:23:32.851 INFO running `"docker" "start" "-a" "1b645672f30a5876e74a305c52882bd4726d0830b063fccf4b384d428ebfdf14"` Sep 21 00:23:33.825 INFO kablam! usermod: no changes Sep 21 00:23:33.894 INFO kablam! Compiling winapi v0.3.5 Sep 21 00:23:33.895 INFO kablam! Checking widestring v0.4.0 Sep 21 00:23:35.997 INFO kablam! Checking xladd v0.1.0 Sep 21 00:23:36.312 INFO kablam! error[E0433]: failed to resolve. Could not find `um` in `winapi` Sep 21 00:23:36.313 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/xladd-0.1.0/src/entrypoint.rs:9:13 Sep 21 00:23:36.313 INFO kablam! | Sep 21 00:23:36.314 INFO kablam! 9 | use winapi::um::libloaderapi::{GetModuleHandleW, GetProcAddress}; Sep 21 00:23:36.314 INFO kablam! | ^^ Could not find `um` in `winapi` Sep 21 00:23:36.315 INFO kablam! Sep 21 00:23:36.315 INFO kablam! error[E0433]: failed to resolve. Could not find `shared` in `winapi` Sep 21 00:23:36.315 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/xladd-0.1.0/src/entrypoint.rs:10:13 Sep 21 00:23:36.316 INFO kablam! | Sep 21 00:23:36.316 INFO kablam! 10 | use winapi::shared::minwindef::HMODULE; Sep 21 00:23:36.317 INFO kablam! | ^^^^^^ Could not find `shared` in `winapi` Sep 21 00:23:36.317 INFO kablam! Sep 21 00:23:36.317 INFO kablam! error[E0433]: failed to resolve. Could not find `um` in `winapi` Sep 21 00:23:36.318 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/xladd-0.1.0/src/registrator.rs:5:13 Sep 21 00:23:36.318 INFO kablam! | Sep 21 00:23:36.319 INFO kablam! 5 | use winapi::um::debugapi::OutputDebugStringA; Sep 21 00:23:36.319 INFO kablam! | ^^ Could not find `um` in `winapi` Sep 21 00:23:36.319 INFO kablam! Sep 21 00:23:36.348 INFO kablam! error[E0412]: cannot find type `HMODULE` in this scope Sep 21 00:23:36.349 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/xladd-0.1.0/src/entrypoint.rs:24:28 Sep 21 00:23:36.349 INFO kablam! | Sep 21 00:23:36.350 INFO kablam! 24 | static mut XLCALL_HMODULE: HMODULE = ptr::null_mut(); Sep 21 00:23:36.350 INFO kablam! | ^^^^^^^ not found in this scope Sep 21 00:23:36.350 INFO kablam! Sep 21 00:23:36.351 INFO kablam! error[E0425]: cannot find function `GetModuleHandleW` in this scope Sep 21 00:23:36.351 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/xladd-0.1.0/src/entrypoint.rs:57:30 Sep 21 00:23:36.352 INFO kablam! | Sep 21 00:23:36.352 INFO kablam! 57 | XLCALL_HMODULE = GetModuleHandleW(wcstr.as_ptr()); Sep 21 00:23:36.352 INFO kablam! | ^^^^^^^^^^^^^^^^ not found in this scope Sep 21 00:23:36.353 INFO kablam! Sep 21 00:23:36.353 INFO kablam! error[E0425]: cannot find function `GetProcAddress` in this scope Sep 21 00:23:36.354 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/xladd-0.1.0/src/entrypoint.rs:60:39 Sep 21 00:23:36.354 INFO kablam! | Sep 21 00:23:36.354 INFO kablam! 60 | let entry_pt: usize = GetProcAddress(XLCALL_HMODULE, cstr.as_ptr()) as usize; Sep 21 00:23:36.355 INFO kablam! | ^^^^^^^^^^^^^^ not found in this scope Sep 21 00:23:36.355 INFO kablam! Sep 21 00:23:36.356 INFO kablam! error[E0425]: cannot find function `GetModuleHandleW` in this scope Sep 21 00:23:36.356 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/xladd-0.1.0/src/entrypoint.rs:68:30 Sep 21 00:23:36.356 INFO kablam! | Sep 21 00:23:36.357 INFO kablam! 68 | XLCALL_HMODULE = GetModuleHandleW(ptr::null()); Sep 21 00:23:36.357 INFO kablam! | ^^^^^^^^^^^^^^^^ not found in this scope Sep 21 00:23:36.357 INFO kablam! Sep 21 00:23:36.358 INFO kablam! error[E0425]: cannot find function `GetProcAddress` in this scope Sep 21 00:23:36.358 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/xladd-0.1.0/src/entrypoint.rs:72:28 Sep 21 00:23:36.358 INFO kablam! | Sep 21 00:23:36.358 INFO kablam! 72 | PEXCEL12 = GetProcAddress(XLCALL_HMODULE, cstr.as_ptr()) as usize; Sep 21 00:23:36.358 INFO kablam! | ^^^^^^^^^^^^^^ not found in this scope Sep 21 00:23:36.358 INFO kablam! Sep 21 00:23:36.358 INFO kablam! error[E0425]: cannot find function `OutputDebugStringA` in this scope Sep 21 00:23:36.358 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/xladd-0.1.0/src/registrator.rs:96:14 Sep 21 00:23:36.358 INFO kablam! | Sep 21 00:23:36.358 INFO kablam! 96 | unsafe { OutputDebugStringA(cstr.as_ptr()) }; Sep 21 00:23:36.358 INFO kablam! | ^^^^^^^^^^^^^^^^^^ not found in this scope Sep 21 00:23:36.358 INFO kablam! Sep 21 00:23:36.606 INFO kablam! error: aborting due to 9 previous errors Sep 21 00:23:36.606 INFO kablam! Sep 21 00:23:36.606 INFO kablam! Some errors occurred: E0412, E0425, E0433. Sep 21 00:23:36.607 INFO kablam! For more information about an error, try `rustc --explain E0412`. Sep 21 00:23:36.611 INFO kablam! error: Could not compile `xladd`. Sep 21 00:23:36.611 INFO kablam! Sep 21 00:23:36.611 INFO kablam! To learn more, run the command again with --verbose. Sep 21 00:23:36.613 INFO kablam! su: No module specific data is present Sep 21 00:23:37.599 INFO running `"docker" "rm" "-f" "1b645672f30a5876e74a305c52882bd4726d0830b063fccf4b384d428ebfdf14"` Sep 21 00:23:37.721 INFO blam! 1b645672f30a5876e74a305c52882bd4726d0830b063fccf4b384d428ebfdf14