[INFO] updating cached repository museun/keypress [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/museun/keypress [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/museun/keypress" "work/ex/beta-1.38-1/sources/1.37.0/gh/museun/keypress"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/museun/keypress'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/museun/keypress" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/museun/keypress"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/museun/keypress'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] cb9f2b06f2945c0785a3e557c0deed5a74dffda2 [INFO] sha for GitHub repo museun/keypress: cb9f2b06f2945c0785a3e557c0deed5a74dffda2 [INFO] validating manifest of museun/keypress on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of museun/keypress on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing museun/keypress [INFO] finished frobbing museun/keypress [INFO] frobbed toml for museun/keypress written to work/ex/beta-1.38-1/sources/1.37.0/gh/museun/keypress/Cargo.toml [INFO] started frobbing museun/keypress [INFO] finished frobbing museun/keypress [INFO] frobbed toml for museun/keypress written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/museun/keypress/Cargo.toml [INFO] crate museun/keypress already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing museun/keypress against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-5/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/museun/keypress:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-08-13" "build" "--frozen"` [INFO] [stdout] fd3035f41216cda60b1748b2a90db13e2f8ba5f73e3c8d319f576cacfc4aac58 [INFO] running `"docker" "start" "-a" "fd3035f41216cda60b1748b2a90db13e2f8ba5f73e3c8d319f576cacfc4aac58"` [INFO] [stderr] Compiling winapi v0.3.5 [INFO] [stderr] Compiling openssl-sys v0.9.35 [INFO] [stderr] Compiling smallvec v0.6.4 [INFO] [stderr] Compiling input_buffer v0.2.0 [INFO] [stderr] Compiling syn v0.14.7 [INFO] [stderr] Compiling digest v0.7.5 [INFO] [stderr] Compiling thread_local v0.3.5 [INFO] [stderr] Compiling crossbeam-epoch v0.5.2 [INFO] [stderr] Compiling serde_json v1.0.24 [INFO] [stderr] Compiling toml v0.4.6 [INFO] [stderr] Compiling sha-1 v0.7.0 [INFO] [stderr] Compiling parking_lot_core v0.2.14 [INFO] [stderr] Compiling regex v1.0.2 [INFO] [stderr] Compiling parking_lot v0.6.3 [INFO] [stderr] Compiling openssl v0.10.11 [INFO] [stderr] Compiling native-tls v0.2.1 [INFO] [stderr] Compiling crossbeam-channel v0.2.4 [INFO] [stderr] Compiling env_logger v0.5.12 [INFO] [stderr] Compiling serde_derive v1.0.71 [INFO] [stderr] Compiling tungstenite v0.6.0 [INFO] [stderr] Compiling keypress v0.1.0 (/opt/crater/workdir) [INFO] [stderr] error[E0432]: unresolved import `winapi::shared` [INFO] [stderr] --> src/hook.rs:4:13 [INFO] [stderr] | [INFO] [stderr] 4 | use winapi::shared::{minwindef, ntdef, windef}; [INFO] [stderr] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `windows` in `os` [INFO] [stderr] --> src/hook.rs:163:18 [INFO] [stderr] | [INFO] [stderr] 163 | use std::os::windows::ffi::OsStringExt; [INFO] [stderr] | ^^^^^^^ could not find `windows` in `os` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `winapi::um` [INFO] [stderr] --> src/hook.rs:5:13 [INFO] [stderr] | [INFO] [stderr] 5 | use winapi::um::{errhandlingapi, processthreadsapi, winbase, winuser}; [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `winapi::um` [INFO] [stderr] --> src/input.rs:1:13 [INFO] [stderr] | [INFO] [stderr] 1 | use winapi::um::winuser; [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/hook.rs:23:13 [INFO] [stderr] | [INFO] [stderr] 23 | cb: Box, [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(Event)` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::os::windows::ffi::OsStringExt` [INFO] [stderr] --> src/hook.rs:163:9 [INFO] [stderr] | [INFO] [stderr] 163 | use std::os::windows::ffi::OsStringExt; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `from_wide` found for type `std::ffi::OsString` in the current scope [INFO] [stderr] --> src/hook.rs:170:15 [INFO] [stderr] | [INFO] [stderr] 170 | OsString::from_wide(&buf).to_string_lossy().to_string() [INFO] [stderr] | ^^^^^^^^^ function or associated item not found in `std::ffi::OsString` [INFO] [stderr] [INFO] [stderr] error: aborting due to 5 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0432, E0433, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0432`. [INFO] [stderr] error: Could not compile `keypress`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "fd3035f41216cda60b1748b2a90db13e2f8ba5f73e3c8d319f576cacfc4aac58"` [INFO] running `"docker" "rm" "-f" "fd3035f41216cda60b1748b2a90db13e2f8ba5f73e3c8d319f576cacfc4aac58"` [INFO] [stdout] fd3035f41216cda60b1748b2a90db13e2f8ba5f73e3c8d319f576cacfc4aac58