[INFO] cloning repository https://github.com/ksev/xone-battery
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ksev/xone-battery" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fksev%2Fxone-battery", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fksev%2Fxone-battery'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 3fd88136fbf5e0693723557a3728184f64ae799a
[INFO] testing ksev/xone-battery against 1.99.0-beta.1+cargoflags=--release for beta-release-1.99-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fksev%2Fxone-battery" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/ksev/xone-battery
[INFO] finished tweaking git repo https://github.com/ksev/xone-battery
[INFO] tweaked toml for git repo https://github.com/ksev/xone-battery written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/ksev/xone-battery on toolchain 1.99.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/ksev/xone-battery already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.99.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] de7969670d192300bbc9a88de45dfb86f173969614eeeb82ed8cb96d23f75a2b
[INFO] running `Command { std: "docker" "start" "de7969670d192300bbc9a88de45dfb86f173969614eeeb82ed8cb96d23f75a2b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "de7969670d192300bbc9a88de45dfb86f173969614eeeb82ed8cb96d23f75a2b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "de7969670d192300bbc9a88de45dfb86f173969614eeeb82ed8cb96d23f75a2b" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "de7969670d192300bbc9a88de45dfb86f173969614eeeb82ed8cb96d23f75a2b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "de7969670d192300bbc9a88de45dfb86f173969614eeeb82ed8cb96d23f75a2b" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "build" "--frozen" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.28
[INFO] [stderr]    Compiling unicode-xid v0.2.2
[INFO] [stderr]    Compiling syn v1.0.74
[INFO] [stderr]    Compiling cc v1.0.60
[INFO] [stderr]    Compiling wchar v0.11.0
[INFO] [stderr]    Compiling winapi v0.3.9
[INFO] [stderr]    Compiling sha1 v0.6.0
[INFO] [stderr]    Compiling uuid v0.8.2
[INFO] [stderr]    Compiling embed-resource v1.6.3
[INFO] [stderr]    Compiling quote v1.0.9
[INFO] [stderr]    Compiling xone-battery v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling wchar-impl v0.11.0
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]  --> src/win.rs:3:13
[INFO] [stdout]   |
[INFO] [stdout] 3 | use winapi::shared::guiddef::GUID;
[INFO] [stdout]   |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]  --> src/win.rs:4:13
[INFO] [stdout]   |
[INFO] [stdout] 4 | use winapi::shared::minwindef::{LPARAM, LRESULT, UINT, WPARAM};
[INFO] [stdout]   |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]  --> src/win.rs:5:13
[INFO] [stdout]   |
[INFO] [stdout] 5 | use winapi::shared::windef::{HBRUSH, HWND};
[INFO] [stdout]   |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]  --> src/win.rs:6:13
[INFO] [stdout]   |
[INFO] [stdout] 6 | use winapi::shared::ntdef::{LPCWSTR, WCHAR};
[INFO] [stdout]   |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `winapi::um`
[INFO] [stdout]  --> src/win.rs:8:13
[INFO] [stdout]   |
[INFO] [stdout] 8 | use winapi::um::winuser;
[INFO] [stdout]   |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `winapi::um`
[INFO] [stdout]  --> src/win.rs:9:13
[INFO] [stdout]   |
[INFO] [stdout] 9 | use winapi::um::libloaderapi;
[INFO] [stdout]   |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]  --> src/gamepads.rs:3:13
[INFO] [stdout]   |
[INFO] [stdout] 3 | use winapi::shared::winerror::SUCCEEDED;
[INFO] [stdout]   |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]  --> src/gamepads.rs:4:13
[INFO] [stdout]   |
[INFO] [stdout] 4 | use winapi::um::xinput::{XInputGetBatteryInformation, BATTERY_DEVTYPE_GAMEPAD, BATTERY_LEVEL_FULL,
[INFO] [stdout]   |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]   --> src/main.rs:53:17
[INFO] [stdout]    |
[INFO] [stdout] 53 |     use winapi::shared::guiddef::GUID;
[INFO] [stdout]    |                 ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `winapi::um`
[INFO] [stdout]   --> src/win.rs:10:13
[INFO] [stdout]    |
[INFO] [stdout] 10 | use winapi::um::shellapi;
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]   --> src/main.rs:52:40
[INFO] [stdout]    |
[INFO] [stdout] 52 | fn uuid_to_guid(uuid: Uuid) -> winapi::shared::guiddef::GUID {
[INFO] [stdout]    |                                        ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> src/win.rs:15:32
[INFO] [stdout]    |
[INFO] [stdout] 15 |     const CLASS_NAME: &[u16] = wchz!("xboxone-battery-class");
[INFO] [stdout]    |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `u16`, found `i32`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::_impl::wchz` which comes from the expansion of the macro `wchz` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> src/win.rs:16:33
[INFO] [stdout]    |
[INFO] [stdout] 16 |     const WINDOW_NAME: &[u16] = wchz!("xboxone-battery-window");
[INFO] [stdout]    |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `u16`, found `i32`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::_impl::wchz` which comes from the expansion of the macro `wchz` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> src/main.rs:20:31
[INFO] [stdout]    |
[INFO] [stdout] 20 | const NO_CONTROLLER: &[u16] = wch!("No controller connected");
[INFO] [stdout]    |                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `u16`, found `i32`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::_impl::wch` which comes from the expansion of the macro `wch` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> src/main.rs:39:70
[INFO] [stdout]    |
[INFO] [stdout] 39 |                     Empty => win::change_icon(hwnd, guid, IDI_EMPTY, wch!("Battery is empty")),
[INFO] [stdout]    |                                                                      ^^^^^^^^^^^^^^^^^^^^^^^^ expected `u16`, found `i32`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::_impl::wch` which comes from the expansion of the macro `wch` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> src/main.rs:40:66
[INFO] [stdout]    |
[INFO] [stdout] 40 |                     Low => win::change_icon(hwnd, guid, IDI_LOW, wch!("Battery is low")),
[INFO] [stdout]    |                                                                  ^^^^^^^^^^^^^^^^^^^^^^ expected `u16`, found `i32`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::_impl::wch` which comes from the expansion of the macro `wch` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> src/main.rs:41:72
[INFO] [stdout]    |
[INFO] [stdout] 41 |                     Medium => win::change_icon(hwnd, guid, IDI_MEDIUM, wch!("Battery is half-full")),
[INFO] [stdout]    |                                                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `u16`, found `i32`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::_impl::wch` which comes from the expansion of the macro `wch` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> src/main.rs:42:68
[INFO] [stdout]    |
[INFO] [stdout] 42 |                     Full => win::change_icon(hwnd, guid, IDI_FULL, wch!("Battery is full")),
[INFO] [stdout]    |                                                                    ^^^^^^^^^^^^^^^^^^^^^^^ expected `u16`, found `i32`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::_impl::wch` which comes from the expansion of the macro `wch` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0308, E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0308`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `xone-battery` (bin "xone-battery") due to 18 previous errors
[INFO] running `Command { std: "docker" "inspect" "de7969670d192300bbc9a88de45dfb86f173969614eeeb82ed8cb96d23f75a2b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "de7969670d192300bbc9a88de45dfb86f173969614eeeb82ed8cb96d23f75a2b", kill_on_drop: false }`
[INFO] [stdout] de7969670d192300bbc9a88de45dfb86f173969614eeeb82ed8cb96d23f75a2b
