Sep 03 18:33:08.966 INFO checking hinaria/blacken against try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0 for pr-53893 Sep 03 18:33:08.966 INFO running: cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets Sep 03 18:33:08.966 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53893/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-1/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/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=500" "-e" "CMD=cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 03 18:33:09.215 INFO blam! a34bbb7ea22095d5e6235927e3d61d5e60b4a4c9a3578fb94d56ad505d491d97 Sep 03 18:33:09.217 INFO running `"docker" "start" "-a" "a34bbb7ea22095d5e6235927e3d61d5e60b4a4c9a3578fb94d56ad505d491d97"` Sep 03 18:33:10.382 INFO kablam! Compiling winapi v0.3.4 Sep 03 18:33:13.235 INFO kablam! Checking blacken v0.0.1 (file:///source) Sep 03 18:33:13.510 INFO kablam! error[E0433]: failed to resolve. Could not find `um` in `win32` Sep 03 18:33:13.510 INFO kablam! --> src/main.rs:10:12 Sep 03 18:33:13.511 INFO kablam! | Sep 03 18:33:13.511 INFO kablam! 10 | win32::um::winuser::PostMessageW, Sep 03 18:33:13.511 INFO kablam! | ^^ Could not find `um` in `win32` Sep 03 18:33:13.518 INFO kablam! Sep 03 18:33:13.519 INFO kablam! error[E0433]: failed to resolve. Could not find `um` in `win32` Sep 03 18:33:13.519 INFO kablam! --> src/main.rs:11:12 Sep 03 18:33:13.519 INFO kablam! | Sep 03 18:33:13.519 INFO kablam! 11 | win32::um::winuser::HWND_BROADCAST, Sep 03 18:33:13.519 INFO kablam! | ^^ Could not find `um` in `win32` Sep 03 18:33:13.519 INFO kablam! Sep 03 18:33:13.519 INFO kablam! error[E0433]: failed to resolve. Could not find `um` in `win32` Sep 03 18:33:13.519 INFO kablam! --> src/main.rs:12:12 Sep 03 18:33:13.519 INFO kablam! | Sep 03 18:33:13.519 INFO kablam! 12 | win32::um::winuser::WM_SYSCOMMAND, Sep 03 18:33:13.519 INFO kablam! | ^^ Could not find `um` in `win32` Sep 03 18:33:13.519 INFO kablam! Sep 03 18:33:13.519 INFO kablam! error[E0433]: failed to resolve. Could not find `um` in `win32` Sep 03 18:33:13.519 INFO kablam! --> src/main.rs:13:12 Sep 03 18:33:13.519 INFO kablam! | Sep 03 18:33:13.519 INFO kablam! 13 | win32::um::winuser::SC_MONITORPOWER, Sep 03 18:33:13.519 INFO kablam! | ^^ Could not find `um` in `win32` Sep 03 18:33:13.520 INFO kablam! Sep 03 18:33:13.538 INFO kablam! error[E0425]: cannot find function `PostMessageW` in this scope Sep 03 18:33:13.538 INFO kablam! --> src/main.rs:28:14 Sep 03 18:33:13.538 INFO kablam! | Sep 03 18:33:13.538 INFO kablam! 28 | unsafe { PostMessageW(HWND_BROADCAST, WM_SYSCOMMAND, SC_MONITORPOWER, 2); } Sep 03 18:33:13.538 INFO kablam! | ^^^^^^^^^^^^ not found in this scope Sep 03 18:33:13.542 INFO kablam! Sep 03 18:33:13.543 INFO kablam! error[E0425]: cannot find value `HWND_BROADCAST` in this scope Sep 03 18:33:13.543 INFO kablam! --> src/main.rs:28:27 Sep 03 18:33:13.543 INFO kablam! | Sep 03 18:33:13.543 INFO kablam! 28 | unsafe { PostMessageW(HWND_BROADCAST, WM_SYSCOMMAND, SC_MONITORPOWER, 2); } Sep 03 18:33:13.543 INFO kablam! | ^^^^^^^^^^^^^^ not found in this scope Sep 03 18:33:13.543 INFO kablam! Sep 03 18:33:13.543 INFO kablam! error[E0425]: cannot find value `WM_SYSCOMMAND` in this scope Sep 03 18:33:13.543 INFO kablam! --> src/main.rs:28:43 Sep 03 18:33:13.543 INFO kablam! | Sep 03 18:33:13.543 INFO kablam! 28 | unsafe { PostMessageW(HWND_BROADCAST, WM_SYSCOMMAND, SC_MONITORPOWER, 2); } Sep 03 18:33:13.543 INFO kablam! | ^^^^^^^^^^^^^ not found in this scope Sep 03 18:33:13.543 INFO kablam! Sep 03 18:33:13.543 INFO kablam! error[E0425]: cannot find value `SC_MONITORPOWER` in this scope Sep 03 18:33:13.543 INFO kablam! --> src/main.rs:28:58 Sep 03 18:33:13.543 INFO kablam! | Sep 03 18:33:13.543 INFO kablam! 28 | unsafe { PostMessageW(HWND_BROADCAST, WM_SYSCOMMAND, SC_MONITORPOWER, 2); } Sep 03 18:33:13.543 INFO kablam! | ^^^^^^^^^^^^^^^ not found in this scope Sep 03 18:33:13.544 INFO kablam! Sep 03 18:33:13.544 INFO kablam! warning: unused imports: `win32::um::winuser::HWND_BROADCAST`, `win32::um::winuser::PostMessageW`, `win32::um::winuser::SC_MONITORPOWER`, `win32::um::winuser::WM_SYSCOMMAND` Sep 03 18:33:13.544 INFO kablam! --> src/main.rs:10:5 Sep 03 18:33:13.545 INFO kablam! | Sep 03 18:33:13.545 INFO kablam! 10 | win32::um::winuser::PostMessageW, Sep 03 18:33:13.545 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 03 18:33:13.545 INFO kablam! 11 | win32::um::winuser::HWND_BROADCAST, Sep 03 18:33:13.545 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 03 18:33:13.545 INFO kablam! 12 | win32::um::winuser::WM_SYSCOMMAND, Sep 03 18:33:13.545 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 03 18:33:13.545 INFO kablam! 13 | win32::um::winuser::SC_MONITORPOWER, Sep 03 18:33:13.545 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 03 18:33:13.545 INFO kablam! | Sep 03 18:33:13.545 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 03 18:33:13.545 INFO kablam! Sep 03 18:33:13.553 INFO kablam! error: aborting due to 8 previous errors Sep 03 18:33:13.558 INFO kablam! Sep 03 18:33:13.558 INFO kablam! Some errors occurred: E0425, E0433. Sep 03 18:33:13.559 INFO kablam! For more information about an error, try `rustc --explain E0425`. Sep 03 18:33:13.565 INFO kablam! error: Could not compile `blacken`. Sep 03 18:33:13.566 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 03 18:33:13.572 INFO kablam! error[E0433]: failed to resolve. Could not find `um` in `win32` Sep 03 18:33:13.572 INFO kablam! --> src/main.rs:10:12 Sep 03 18:33:13.572 INFO kablam! | Sep 03 18:33:13.572 INFO kablam! 10 | win32::um::winuser::PostMessageW, Sep 03 18:33:13.572 INFO kablam! | ^^ Could not find `um` in `win32` Sep 03 18:33:13.572 INFO kablam! Sep 03 18:33:13.572 INFO kablam! error[E0433]: failed to resolve. Could not find `um` in `win32` Sep 03 18:33:13.572 INFO kablam! --> src/main.rs:11:12 Sep 03 18:33:13.572 INFO kablam! | Sep 03 18:33:13.572 INFO kablam! 11 | win32::um::winuser::HWND_BROADCAST, Sep 03 18:33:13.572 INFO kablam! | ^^ Could not find `um` in `win32` Sep 03 18:33:13.572 INFO kablam! Sep 03 18:33:13.573 INFO kablam! error[E0433]: failed to resolve. Could not find `um` in `win32` Sep 03 18:33:13.573 INFO kablam! --> src/main.rs:12:12 Sep 03 18:33:13.573 INFO kablam! | Sep 03 18:33:13.573 INFO kablam! 12 | win32::um::winuser::WM_SYSCOMMAND, Sep 03 18:33:13.573 INFO kablam! | ^^ Could not find `um` in `win32` Sep 03 18:33:13.573 INFO kablam! Sep 03 18:33:13.573 INFO kablam! error[E0433]: failed to resolve. Could not find `um` in `win32` Sep 03 18:33:13.573 INFO kablam! --> src/main.rs:13:12 Sep 03 18:33:13.573 INFO kablam! | Sep 03 18:33:13.573 INFO kablam! 13 | win32::um::winuser::SC_MONITORPOWER, Sep 03 18:33:13.573 INFO kablam! | ^^ Could not find `um` in `win32` Sep 03 18:33:13.573 INFO kablam! Sep 03 18:33:13.591 INFO kablam! error[E0425]: cannot find function `PostMessageW` in this scope Sep 03 18:33:13.591 INFO kablam! --> src/main.rs:28:14 Sep 03 18:33:13.591 INFO kablam! | Sep 03 18:33:13.591 INFO kablam! 28 | unsafe { PostMessageW(HWND_BROADCAST, WM_SYSCOMMAND, SC_MONITORPOWER, 2); } Sep 03 18:33:13.591 INFO kablam! | ^^^^^^^^^^^^ not found in this scope Sep 03 18:33:13.594 INFO kablam! Sep 03 18:33:13.595 INFO kablam! error[E0425]: cannot find value `HWND_BROADCAST` in this scope Sep 03 18:33:13.595 INFO kablam! --> src/main.rs:28:27 Sep 03 18:33:13.595 INFO kablam! | Sep 03 18:33:13.595 INFO kablam! 28 | unsafe { PostMessageW(HWND_BROADCAST, WM_SYSCOMMAND, SC_MONITORPOWER, 2); } Sep 03 18:33:13.595 INFO kablam! | ^^^^^^^^^^^^^^ not found in this scope Sep 03 18:33:13.595 INFO kablam! Sep 03 18:33:13.595 INFO kablam! error[E0425]: cannot find value `WM_SYSCOMMAND` in this scope Sep 03 18:33:13.595 INFO kablam! --> src/main.rs:28:43 Sep 03 18:33:13.595 INFO kablam! | Sep 03 18:33:13.595 INFO kablam! 28 | unsafe { PostMessageW(HWND_BROADCAST, WM_SYSCOMMAND, SC_MONITORPOWER, 2); } Sep 03 18:33:13.595 INFO kablam! | ^^^^^^^^^^^^^ not found in this scope Sep 03 18:33:13.595 INFO kablam! Sep 03 18:33:13.595 INFO kablam! error[E0425]: cannot find value `SC_MONITORPOWER` in this scope Sep 03 18:33:13.595 INFO kablam! --> src/main.rs:28:58 Sep 03 18:33:13.595 INFO kablam! | Sep 03 18:33:13.595 INFO kablam! 28 | unsafe { PostMessageW(HWND_BROADCAST, WM_SYSCOMMAND, SC_MONITORPOWER, 2); } Sep 03 18:33:13.595 INFO kablam! | ^^^^^^^^^^^^^^^ not found in this scope Sep 03 18:33:13.596 INFO kablam! Sep 03 18:33:13.596 INFO kablam! warning: unused imports: `win32::um::winuser::HWND_BROADCAST`, `win32::um::winuser::PostMessageW`, `win32::um::winuser::SC_MONITORPOWER`, `win32::um::winuser::WM_SYSCOMMAND` Sep 03 18:33:13.596 INFO kablam! --> src/main.rs:10:5 Sep 03 18:33:13.597 INFO kablam! | Sep 03 18:33:13.597 INFO kablam! 10 | win32::um::winuser::PostMessageW, Sep 03 18:33:13.597 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 03 18:33:13.597 INFO kablam! 11 | win32::um::winuser::HWND_BROADCAST, Sep 03 18:33:13.597 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 03 18:33:13.597 INFO kablam! 12 | win32::um::winuser::WM_SYSCOMMAND, Sep 03 18:33:13.597 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 03 18:33:13.597 INFO kablam! 13 | win32::um::winuser::SC_MONITORPOWER, Sep 03 18:33:13.597 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 03 18:33:13.597 INFO kablam! | Sep 03 18:33:13.597 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 03 18:33:13.597 INFO kablam! Sep 03 18:33:13.608 INFO kablam! error: aborting due to 8 previous errors Sep 03 18:33:13.614 INFO kablam! Sep 03 18:33:13.614 INFO kablam! Some errors occurred: E0425, E0433. Sep 03 18:33:13.615 INFO kablam! For more information about an error, try `rustc --explain E0425`. Sep 03 18:33:13.623 INFO kablam! error: Could not compile `blacken`. Sep 03 18:33:13.623 INFO kablam! Sep 03 18:33:13.623 INFO kablam! To learn more, run the command again with --verbose. Sep 03 18:33:13.625 INFO kablam! su: No module specific data is present Sep 03 18:33:14.242 INFO running `"docker" "rm" "-f" "a34bbb7ea22095d5e6235927e3d61d5e60b4a4c9a3578fb94d56ad505d491d97"` Sep 03 18:33:14.403 INFO blam! a34bbb7ea22095d5e6235927e3d61d5e60b4a4c9a3578fb94d56ad505d491d97