[INFO] crate sysinputs 0.0.5 is already in cache
[INFO] checking sysinputs-0.0.5 against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] extracting crate sysinputs 0.0.5 into /workspace/builds/worker-14/source
[INFO] validating manifest of crates.io crate sysinputs 0.0.5 on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking crates.io crate sysinputs 0.0.5
[INFO] finished tweaking crates.io crate sysinputs 0.0.5
[INFO] tweaked toml for crates.io crate sysinputs 0.0.5 written to /workspace/builds/worker-14/source/Cargo.toml
[INFO] crate crates.io crate sysinputs 0.0.5 already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/source:/opt/rustwide/workdir:ro,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" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-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" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 18940cb7f9f7296c1917a0a5f42a955cb2d28ab27e593f1ccdf84e589909c39b
[INFO] running `"docker" "start" "-a" "18940cb7f9f7296c1917a0a5f42a955cb2d28ab27e593f1ccdf84e589909c39b"`
[INFO] [stderr]     Checking sysinputs v0.0.5 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0432]: unresolved import `self::platform`
[INFO] [stderr]  --> src/keyboard/mod.rs:3:15
[INFO] [stderr]   |
[INFO] [stderr] 3 | pub use self::platform::{press_key, release_key};
[INFO] [stderr]   |               ^^^^^^^^ could not find `platform` in `self`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `self::platform`
[INFO] [stderr]  --> src/keyboard/mod.rs:4:15
[INFO] [stderr]   |
[INFO] [stderr] 4 | pub use self::platform::{send_char, send_str};
[INFO] [stderr]   |               ^^^^^^^^ could not find `platform` in `self`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `self::platform`
[INFO] [stderr]  --> src/keyboard/mod.rs:5:15
[INFO] [stderr]   |
[INFO] [stderr] 5 | pub use self::platform::{send_combo, send_key};
[INFO] [stderr]   |               ^^^^^^^^ could not find `platform` in `self`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `self::platform`
[INFO] [stderr]  --> src/mouse/mod.rs:1:15
[INFO] [stderr]   |
[INFO] [stderr] 1 | pub use self::platform::{click, send_button};
[INFO] [stderr]   |               ^^^^^^^^ could not find `platform` in `self`
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 4 previous errors
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0432`.
[INFO] [stderr] error: could not compile `sysinputs`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error[E0432]: unresolved import `self::platform`
[INFO] [stderr]  --> src/keyboard/mod.rs:3:15
[INFO] [stderr]   |
[INFO] [stderr] 3 | pub use self::platform::{press_key, release_key};
[INFO] [stderr]   |               ^^^^^^^^ could not find `platform` in `self`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `self::platform`
[INFO] [stderr]  --> src/keyboard/mod.rs:4:15
[INFO] [stderr]   |
[INFO] [stderr] 4 | pub use self::platform::{send_char, send_str};
[INFO] [stderr]   |               ^^^^^^^^ could not find `platform` in `self`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `self::platform`
[INFO] [stderr]  --> src/keyboard/mod.rs:5:15
[INFO] [stderr]   |
[INFO] [stderr] 5 | pub use self::platform::{send_combo, send_key};
[INFO] [stderr]   |               ^^^^^^^^ could not find `platform` in `self`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved imports `self::platform`, `super::send_key`, `super::send_str`
[INFO] [stderr]   --> src/mouse/mod.rs:1:15
[INFO] [stderr]    |
[INFO] [stderr] 1  | pub use self::platform::{click, send_button};
[INFO] [stderr]    |               ^^^^^^^^ could not find `platform` in `self`
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/keyboard/mod.rs:55:17
[INFO] [stderr]    |
[INFO] [stderr] 55 |     use super::{send_key, send_str, Key};
[INFO] [stderr]    |                 ^^^^^^^^  ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 4 previous errors
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0432`.
[INFO] [stderr] error: could not compile `sysinputs`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "18940cb7f9f7296c1917a0a5f42a955cb2d28ab27e593f1ccdf84e589909c39b"`
[INFO] running `"docker" "rm" "-f" "18940cb7f9f7296c1917a0a5f42a955cb2d28ab27e593f1ccdf84e589909c39b"`
[INFO] [stdout] 18940cb7f9f7296c1917a0a5f42a955cb2d28ab27e593f1ccdf84e589909c39b
