[INFO] updating cached repository https://github.com/VikKol/HandyTranslator [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 6a0677ba864d7c23bad8c5349a16d89f44995408 [INFO] testing VikKol/HandyTranslator against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2FVikKol%2FHandyTranslator" "work/builds/worker-0/source"` [INFO] [stderr] Cloning into 'work/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/VikKol/HandyTranslator on toolchain beta-2019-09-28 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/VikKol/HandyTranslator [INFO] finished tweaking git repo https://github.com/VikKol/HandyTranslator [INFO] tweaked toml for git repo https://github.com/VikKol/HandyTranslator written to work/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/VikKol/HandyTranslator already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] warning: dependency (hyper) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] error: the lock file /big/crater/work/builds/worker-0/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Updating git repository `https://github.com/VikKol/keystroke-rs.git` [INFO] [stderr] Updating git repository `https://github.com/cybergeek94/kiss-ui` [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] warning: dependency (hyper) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-0/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "build" "--frozen"` [INFO] [stdout] e25b8b2c0daf04703b6c72540773473a7e9f11e00b8e8639c9a528214bfc1cc0 [INFO] running `"docker" "start" "-a" "e25b8b2c0daf04703b6c72540773473a7e9f11e00b8e8639c9a528214bfc1cc0"` [INFO] [stderr] warning: dependency (hyper) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] Compiling iup-sys v0.0.3 [INFO] [stderr] Compiling libc v0.1.12 [INFO] [stderr] Compiling clipboard-win v2.2.0 [INFO] [stderr] Compiling openssl-sys v0.7.17 [INFO] [stderr] Compiling openssl-sys-extras v0.7.14 [INFO] [stderr] Compiling openssl v0.7.14 [INFO] [stderr] Compiling user32-sys v0.1.3 [INFO] [stderr] Compiling serde v1.0.101 [INFO] [stderr] Compiling unicode-bidi v0.2.6 [INFO] [stderr] Compiling xml-rs v0.2.2 [INFO] [stderr] Compiling hpack v0.2.0 [INFO] [stderr] Compiling mime v0.2.6 [INFO] [stderr] Compiling uuid v0.2.3 [INFO] [stderr] Compiling keystroke v0.0.2 (https://github.com/VikKol/keystroke-rs.git#f668806a) [INFO] [stderr] error[E0432]: unresolved import `platform` [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/keystroke-rs-eb49fdff10f763b1/f668806/src/lib.rs:3:9 [INFO] [stderr] | [INFO] [stderr] 3 | pub use platform::{press_key, release_key}; [INFO] [stderr] | ^^^^^^^^ maybe a missing crate `platform`? [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `platform` [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/keystroke-rs-eb49fdff10f763b1/f668806/src/lib.rs:4:9 [INFO] [stderr] | [INFO] [stderr] 4 | pub use platform::{send_key, send_combo}; [INFO] [stderr] | ^^^^^^^^ maybe a missing crate `platform`? [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `platform` [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/keystroke-rs-eb49fdff10f763b1/f668806/src/lib.rs:5:9 [INFO] [stderr] | [INFO] [stderr] 5 | pub use platform::{send_char, send_str}; [INFO] [stderr] | ^^^^^^^^ maybe a missing crate `platform`? [INFO] [stderr] [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0432`. [INFO] [stderr] error: could not compile `keystroke`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "e25b8b2c0daf04703b6c72540773473a7e9f11e00b8e8639c9a528214bfc1cc0"` [INFO] running `"docker" "rm" "-f" "e25b8b2c0daf04703b6c72540773473a7e9f11e00b8e8639c9a528214bfc1cc0"` [INFO] [stdout] e25b8b2c0daf04703b6c72540773473a7e9f11e00b8e8639c9a528214bfc1cc0