[INFO] cloning repository https://github.com/CoderCowMoo/timer-rs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/CoderCowMoo/timer-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCoderCowMoo%2Ftimer-rs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCoderCowMoo%2Ftimer-rs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] f5e6c455727df6fcfdfb9ba9a4c27cfabf643bd5
[INFO] checking CoderCowMoo/timer-rs against try#54cf65b8d066c082e536455049b95943cf30378f for pr-151920
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCoderCowMoo%2Ftimer-rs" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/CoderCowMoo/timer-rs
[INFO] finished tweaking git repo https://github.com/CoderCowMoo/timer-rs
[INFO] tweaked toml for git repo https://github.com/CoderCowMoo/timer-rs written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/CoderCowMoo/timer-rs on toolchain 54cf65b8d066c082e536455049b95943cf30378f
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+54cf65b8d066c082e536455049b95943cf30378f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/CoderCowMoo/timer-rs already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+54cf65b8d066c082e536455049b95943cf30378f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:61361fe0aef631f17e9d025a70c5a647956f8c671dd02950a60ad3f5cc5526d7" "/opt/rustwide/cargo-home/bin/cargo" "+54cf65b8d066c082e536455049b95943cf30378f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 6294751749e69d2ce9bda99ffc34aec6b637a89cf33233a9087ba87688217231
[INFO] running `Command { std: "docker" "start" "-a" "6294751749e69d2ce9bda99ffc34aec6b637a89cf33233a9087ba87688217231", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6294751749e69d2ce9bda99ffc34aec6b637a89cf33233a9087ba87688217231", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6294751749e69d2ce9bda99ffc34aec6b637a89cf33233a9087ba87688217231", kill_on_drop: false }`
[INFO] [stdout] 6294751749e69d2ce9bda99ffc34aec6b637a89cf33233a9087ba87688217231
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:61361fe0aef631f17e9d025a70c5a647956f8c671dd02950a60ad3f5cc5526d7" "/opt/rustwide/cargo-home/bin/cargo" "+54cf65b8d066c082e536455049b95943cf30378f" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 81182f4608d15251a97e791f32d367e3fd81a383803ef21852d0b163bb093391
[INFO] running `Command { std: "docker" "start" "-a" "81182f4608d15251a97e791f32d367e3fd81a383803ef21852d0b163bb093391", kill_on_drop: false }`
[INFO] [stderr]    Compiling winapi v0.3.9
[INFO] [stderr]     Checking regex-syntax v0.6.28
[INFO] [stderr]     Checking enable-ansi-support v0.1.2
[INFO] [stderr]    Compiling user32-sys v0.2.0
[INFO] [stderr]     Checking aho-corasick v0.7.19
[INFO] [stderr]     Checking regex v1.7.0
[INFO] [stderr]     Checking timer v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]    --> src/main.rs:140:25
[INFO] [stdout]     |
[INFO] [stdout] 140 |             use winapi::um::winuser::{MB_ICONINFORMATION, MB_OK};
[INFO] [stdout]     |                         ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `user32::MessageBeep`, `user32::MessageBoxA`
[INFO] [stdout]    --> src/main.rs:139:26
[INFO] [stdout]     |
[INFO] [stdout] 139 |             use user32::{MessageBeep, MessageBoxA};
[INFO] [stdout]     |                          ^^^^^^^^^^^  ^^^^^^^^^^^ no `MessageBoxA` in the root
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          no `MessageBeep` in the root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]    --> src/main.rs:140:25
[INFO] [stdout]     |
[INFO] [stdout] 140 |             use winapi::um::winuser::{MB_ICONINFORMATION, MB_OK};
[INFO] [stdout]     |                         ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `user32::MessageBeep`, `user32::MessageBoxA`
[INFO] [stdout]    --> src/main.rs:139:26
[INFO] [stdout]     |
[INFO] [stdout] 139 |             use user32::{MessageBeep, MessageBoxA};
[INFO] [stdout]     |                          ^^^^^^^^^^^  ^^^^^^^^^^^ no `MessageBoxA` in the root
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          no `MessageBeep` in the root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `timer` (bin "timer") due to 2 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `timer` (bin "timer" test) due to 2 previous errors
[INFO] running `Command { std: "docker" "inspect" "81182f4608d15251a97e791f32d367e3fd81a383803ef21852d0b163bb093391", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "81182f4608d15251a97e791f32d367e3fd81a383803ef21852d0b163bb093391", kill_on_drop: false }`
[INFO] [stdout] 81182f4608d15251a97e791f32d367e3fd81a383803ef21852d0b163bb093391
