[INFO] cloning repository https://github.com/SifSif/retitler [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/SifSif/retitler" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSifSif%2Fretitler"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSifSif%2Fretitler'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] eabb7764e11b682387a25f106dfb54252e8745db [INFO] checking SifSif/retitler against master#2748a9fd93dd1a00a4521f4f16de5befbf77f6cd for pr-62262-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSifSif%2Fretitler" "/workspace/builds/worker-5/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/SifSif/retitler on toolchain 2748a9fd93dd1a00a4521f4f16de5befbf77f6cd [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/SifSif/retitler [INFO] finished tweaking git repo https://github.com/SifSif/retitler [INFO] tweaked toml for git repo https://github.com/SifSif/retitler written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/SifSif/retitler already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "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] dead27e15eb777e1ea0deda3669adf66b4589ec19fbf3f3b512ecfeb186c8822 [INFO] running `"docker" "start" "-a" "dead27e15eb777e1ea0deda3669adf66b4589ec19fbf3f3b512ecfeb186c8822"` [INFO] [stderr] Checking unicode-segmentation v1.0.1 [INFO] [stderr] Checking windows-win v0.8.1 [INFO] [stderr] Checking term_size v0.2.2 [INFO] [stderr] Checking clap v2.20.1 [INFO] [stderr] Checking retitler v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0432]: unresolved import `winapi::windef` [INFO] [stderr] --> src/main.rs:5:13 [INFO] [stderr] | [INFO] [stderr] 5 | use winapi::windef::HWND; [INFO] [stderr] | ^^^^^^ could not find `windef` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `get_windows_by_class` in crate `windows_win` [INFO] [stderr] --> src/main.rs:47:18 [INFO] [stderr] | [INFO] [stderr] 47 | windows_win::get_windows_by_class(class, Option::None) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in `windows_win` [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 5 | use get_windows_by_class; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `send_set_text` in crate `windows_win` [INFO] [stderr] --> src/main.rs:52:21 [INFO] [stderr] | [INFO] [stderr] 52 | if windows_win::send_set_text(handle, new_title) { [INFO] [stderr] | ^^^^^^^^^^^^^ not found in `windows_win` [INFO] [stderr] [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0425, E0432. [INFO] [stderr] For more information about an error, try `rustc --explain E0425`. [INFO] [stderr] error: could not compile `retitler`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0432]: unresolved import `winapi::windef` [INFO] [stderr] --> src/main.rs:5:13 [INFO] [stderr] | [INFO] [stderr] 5 | use winapi::windef::HWND; [INFO] [stderr] | ^^^^^^ could not find `windef` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `get_windows_by_class` in crate `windows_win` [INFO] [stderr] --> src/main.rs:47:18 [INFO] [stderr] | [INFO] [stderr] 47 | windows_win::get_windows_by_class(class, Option::None) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in `windows_win` [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 5 | use get_windows_by_class; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `send_set_text` in crate `windows_win` [INFO] [stderr] --> src/main.rs:52:21 [INFO] [stderr] | [INFO] [stderr] 52 | if windows_win::send_set_text(handle, new_title) { [INFO] [stderr] | ^^^^^^^^^^^^^ not found in `windows_win` [INFO] [stderr] [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0425, E0432. [INFO] [stderr] For more information about an error, try `rustc --explain E0425`. [INFO] [stderr] error: could not compile `retitler`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "dead27e15eb777e1ea0deda3669adf66b4589ec19fbf3f3b512ecfeb186c8822"` [INFO] running `"docker" "rm" "-f" "dead27e15eb777e1ea0deda3669adf66b4589ec19fbf3f3b512ecfeb186c8822"` [INFO] [stdout] dead27e15eb777e1ea0deda3669adf66b4589ec19fbf3f3b512ecfeb186c8822