[INFO] updating cached repository https://github.com/sgrif/notepad_logger [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/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] 612b3645deed93e22635bc1b8085aedb0dd3729f [INFO] testing sgrif/notepad_logger against 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsgrif%2Fnotepad_logger" "/workspace/builds/worker-11/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-11/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/sgrif/notepad_logger on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/sgrif/notepad_logger [INFO] finished tweaking git repo https://github.com/sgrif/notepad_logger [INFO] tweaked toml for git repo https://github.com/sgrif/notepad_logger written to /workspace/builds/worker-11/source/Cargo.toml [INFO] crate git repo https://github.com/sgrif/notepad_logger already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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=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" "+1.44.0" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 9abdf413ec3d300fa0e83f7898d17a88a9df19d23dbb7fd9ba5e7fd2c86470d5 [INFO] running `"docker" "start" "-a" "9abdf413ec3d300fa0e83f7898d17a88a9df19d23dbb7fd9ba5e7fd2c86470d5"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling winapi v0.3.8 [INFO] [stderr] Compiling notepad_logger v0.1.1 (/opt/rustwide/workdir) [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/lib.rs:1:13 [INFO] [stderr] | [INFO] [stderr] 1 | use winapi::um::winuser::{FindWindowA, FindWindowExA, SendMessageA, EM_REPLACESEL}; [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `FindWindowA` in this scope [INFO] [stderr] --> src/lib.rs:34:27 [INFO] [stderr] | [INFO] [stderr] 34 | let mut notepad = FindWindowA(ptr::null(), cstr!("Untitled - Notepad")); [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `FindWindowA` in this scope [INFO] [stderr] --> src/lib.rs:36:23 [INFO] [stderr] | [INFO] [stderr] 36 | notepad = FindWindowA(ptr::null(), cstr!("*Untitled - Notepad")); [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `FindWindowExA` in this scope [INFO] [stderr] --> src/lib.rs:41:20 [INFO] [stderr] | [INFO] [stderr] 41 | let edit = FindWindowExA(notepad, ptr::null_mut(), cstr!("EDIT"), ptr::null()); [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `SendMessageA` in this scope [INFO] [stderr] --> src/lib.rs:43:9 [INFO] [stderr] | [INFO] [stderr] 43 | SendMessageA(edit, EM_REPLACESEL as _, true as _, c_string.as_ptr() as _); [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `EM_REPLACESEL` in this scope [INFO] [stderr] --> src/lib.rs:43:28 [INFO] [stderr] | [INFO] [stderr] 43 | SendMessageA(edit, EM_REPLACESEL as _, true as _, c_string.as_ptr() as _); [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error: aborting due to 6 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0425, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0425`. [INFO] [stderr] error: could not compile `notepad_logger`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "9abdf413ec3d300fa0e83f7898d17a88a9df19d23dbb7fd9ba5e7fd2c86470d5"` [INFO] running `"docker" "rm" "-f" "9abdf413ec3d300fa0e83f7898d17a88a9df19d23dbb7fd9ba5e7fd2c86470d5"` [INFO] [stdout] 9abdf413ec3d300fa0e83f7898d17a88a9df19d23dbb7fd9ba5e7fd2c86470d5