Sep 21 00:23:32.828 INFO checking xladd-util-0.1.0 against master#f7f4c500b46603386e940f116b469c7adc043a6d for pr-54394 Sep 21 00:23:32.828 INFO running: cargo +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets Sep 21 00:23:32.828 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-54394/master#f7f4c500b46603386e940f116b469c7adc043a6d:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-7/master#f7f4c500b46603386e940f116b469c7adc043a6d:/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 +f7f4c500b46603386e940f116b469c7adc043a6d-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:33.026 INFO blam! 438adb6c75b9223f86f2d665b95cc2a9235f742e19db5c9fb6887a028b5357f4 Sep 21 00:23:33.028 INFO running `"docker" "start" "-a" "438adb6c75b9223f86f2d665b95cc2a9235f742e19db5c9fb6887a028b5357f4"` Sep 21 00:23:34.248 INFO kablam! usermod: no changes Sep 21 00:23:34.359 INFO kablam! Compiling winapi v0.3.5 Sep 21 00:23:34.360 INFO kablam! Checking widestring v0.4.0 Sep 21 00:23:36.488 INFO kablam! Checking xladd v0.1.0 Sep 21 00:23:36.680 INFO kablam! error[E0433]: failed to resolve. Could not find `um` in `winapi` Sep 21 00:23:36.680 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/xladd-0.1.0/src/entrypoint.rs:9:13 Sep 21 00:23:36.680 INFO kablam! | Sep 21 00:23:36.680 INFO kablam! 9 | use winapi::um::libloaderapi::{GetModuleHandleW, GetProcAddress}; Sep 21 00:23:36.680 INFO kablam! | ^^ Could not find `um` in `winapi` Sep 21 00:23:36.680 INFO kablam! Sep 21 00:23:36.680 INFO kablam! error[E0433]: failed to resolve. Could not find `shared` in `winapi` Sep 21 00:23:36.680 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/xladd-0.1.0/src/entrypoint.rs:10:13 Sep 21 00:23:36.680 INFO kablam! | Sep 21 00:23:36.680 INFO kablam! 10 | use winapi::shared::minwindef::HMODULE; Sep 21 00:23:36.680 INFO kablam! | ^^^^^^ Could not find `shared` in `winapi` Sep 21 00:23:36.680 INFO kablam! Sep 21 00:23:36.680 INFO kablam! error[E0433]: failed to resolve. Could not find `um` in `winapi` Sep 21 00:23:36.680 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/xladd-0.1.0/src/registrator.rs:5:13 Sep 21 00:23:36.681 INFO kablam! | Sep 21 00:23:36.681 INFO kablam! 5 | use winapi::um::debugapi::OutputDebugStringA; Sep 21 00:23:36.681 INFO kablam! | ^^ Could not find `um` in `winapi` Sep 21 00:23:36.681 INFO kablam! Sep 21 00:23:36.713 INFO kablam! error[E0412]: cannot find type `HMODULE` in this scope Sep 21 00:23:36.713 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/xladd-0.1.0/src/entrypoint.rs:24:28 Sep 21 00:23:36.714 INFO kablam! | Sep 21 00:23:36.714 INFO kablam! 24 | static mut XLCALL_HMODULE: HMODULE = ptr::null_mut(); Sep 21 00:23:36.714 INFO kablam! | ^^^^^^^ not found in this scope Sep 21 00:23:36.714 INFO kablam! Sep 21 00:23:36.714 INFO kablam! error[E0425]: cannot find function `GetModuleHandleW` in this scope Sep 21 00:23:36.714 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/xladd-0.1.0/src/entrypoint.rs:57:30 Sep 21 00:23:36.714 INFO kablam! | Sep 21 00:23:36.714 INFO kablam! 57 | XLCALL_HMODULE = GetModuleHandleW(wcstr.as_ptr()); Sep 21 00:23:36.714 INFO kablam! | ^^^^^^^^^^^^^^^^ not found in this scope Sep 21 00:23:36.714 INFO kablam! Sep 21 00:23:36.714 INFO kablam! error[E0425]: cannot find function `GetProcAddress` in this scope Sep 21 00:23:36.714 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/xladd-0.1.0/src/entrypoint.rs:60:39 Sep 21 00:23:36.714 INFO kablam! | Sep 21 00:23:36.714 INFO kablam! 60 | let entry_pt: usize = GetProcAddress(XLCALL_HMODULE, cstr.as_ptr()) as usize; Sep 21 00:23:36.714 INFO kablam! | ^^^^^^^^^^^^^^ not found in this scope Sep 21 00:23:36.714 INFO kablam! Sep 21 00:23:36.714 INFO kablam! error[E0425]: cannot find function `GetModuleHandleW` in this scope Sep 21 00:23:36.714 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/xladd-0.1.0/src/entrypoint.rs:68:30 Sep 21 00:23:36.714 INFO kablam! | Sep 21 00:23:36.714 INFO kablam! 68 | XLCALL_HMODULE = GetModuleHandleW(ptr::null()); Sep 21 00:23:36.714 INFO kablam! | ^^^^^^^^^^^^^^^^ not found in this scope Sep 21 00:23:36.714 INFO kablam! Sep 21 00:23:36.714 INFO kablam! error[E0425]: cannot find function `GetProcAddress` in this scope Sep 21 00:23:36.714 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/xladd-0.1.0/src/entrypoint.rs:72:28 Sep 21 00:23:36.714 INFO kablam! | Sep 21 00:23:36.714 INFO kablam! 72 | PEXCEL12 = GetProcAddress(XLCALL_HMODULE, cstr.as_ptr()) as usize; Sep 21 00:23:36.714 INFO kablam! | ^^^^^^^^^^^^^^ not found in this scope Sep 21 00:23:36.714 INFO kablam! Sep 21 00:23:36.714 INFO kablam! error[E0425]: cannot find function `OutputDebugStringA` in this scope Sep 21 00:23:36.714 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/xladd-0.1.0/src/registrator.rs:96:14 Sep 21 00:23:36.714 INFO kablam! | Sep 21 00:23:36.714 INFO kablam! 96 | unsafe { OutputDebugStringA(cstr.as_ptr()) }; Sep 21 00:23:36.714 INFO kablam! | ^^^^^^^^^^^^^^^^^^ not found in this scope Sep 21 00:23:36.714 INFO kablam! Sep 21 00:23:36.922 INFO kablam! error: aborting due to 9 previous errors Sep 21 00:23:36.922 INFO kablam! Sep 21 00:23:36.922 INFO kablam! Some errors occurred: E0412, E0425, E0433. Sep 21 00:23:36.922 INFO kablam! For more information about an error, try `rustc --explain E0412`. Sep 21 00:23:36.928 INFO kablam! error: Could not compile `xladd`. Sep 21 00:23:36.928 INFO kablam! Sep 21 00:23:36.928 INFO kablam! To learn more, run the command again with --verbose. Sep 21 00:23:36.928 INFO kablam! su: No module specific data is present Sep 21 00:23:37.755 INFO running `"docker" "rm" "-f" "438adb6c75b9223f86f2d665b95cc2a9235f742e19db5c9fb6887a028b5357f4"` Sep 21 00:23:37.950 INFO blam! 438adb6c75b9223f86f2d665b95cc2a9235f742e19db5c9fb6887a028b5357f4