[INFO] cloning repository https://github.com/cqdetdev/rxn
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/cqdetdev/rxn" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcqdetdev%2Frxn", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcqdetdev%2Frxn'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] e268b9a24c7cb88643d77b0c85c4214927bf78cb
[INFO] testing cqdetdev/rxn against 1.60.0 for beta-1.61-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcqdetdev%2Frxn" "/workspace/builds/worker-1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/cqdetdev/rxn on toolchain 1.60.0
[INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/cqdetdev/rxn
[INFO] finished tweaking git repo https://github.com/cqdetdev/rxn
[INFO] tweaked toml for git repo https://github.com/cqdetdev/rxn written to /workspace/builds/worker-1/source/Cargo.toml
[INFO] crate git repo https://github.com/cqdetdev/rxn already has a lockfile, it will not be regenerated
[INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] Blocking waiting for file lock on package cache
[INFO] [stderr] Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 88bbfbfbdaa9901601708ae0f7357331a5ace4bc8069088f2b7230bd3d95c7f4
[INFO] running `Command { std: "docker" "start" "-a" "88bbfbfbdaa9901601708ae0f7357331a5ace4bc8069088f2b7230bd3d95c7f4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "88bbfbfbdaa9901601708ae0f7357331a5ace4bc8069088f2b7230bd3d95c7f4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "88bbfbfbdaa9901601708ae0f7357331a5ace4bc8069088f2b7230bd3d95c7f4", kill_on_drop: false }`
[INFO] [stdout] 88bbfbfbdaa9901601708ae0f7357331a5ace4bc8069088f2b7230bd3d95c7f4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c12e73bbfb632632fecc7daadf22a04aed7df22abe0bb1b898319b557486958b
[INFO] running `Command { std: "docker" "start" "-a" "c12e73bbfb632632fecc7daadf22a04aed7df22abe0bb1b898319b557486958b", kill_on_drop: false }`
[INFO] [stderr] Compiling winapi v0.3.9
[INFO] [stderr] Compiling rxn v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout] --> src/main.rs:5:5
[INFO] [stdout] |
[INFO] [stdout] 5 | um::{
[INFO] [stdout] | ^^ could not find `um` in `winapi`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stdout] --> src/main.rs:19:5
[INFO] [stdout] |
[INFO] [stdout] 19 | shared::windef::POINT
[INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `INPUT_u`
[INFO] [stdout] --> src/main.rs:48:12
[INFO] [stdout] |
[INFO] [stdout] 48 | u: INPUT_u::default()
[INFO] [stdout] | ^^^^^^^ use of undeclared type `INPUT_u`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `INPUT_u`
[INFO] [stdout] --> src/main.rs:56:12
[INFO] [stdout] |
[INFO] [stdout] 56 | u: INPUT_u::default()
[INFO] [stdout] | ^^^^^^^ use of undeclared type `INPUT_u`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0412]: cannot find type `POINT` in this scope
[INFO] [stdout] --> src/main.rs:25:29
[INFO] [stdout] |
[INFO] [stdout] 25 | let mut cursor: POINT = POINT { x: 0, y: 0 };
[INFO] [stdout] | ^^^^^ not found in this scope
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `POINT` in this scope
[INFO] [stdout] --> src/main.rs:25:37
[INFO] [stdout] |
[INFO] [stdout] 25 | let mut cursor: POINT = POINT { x: 0, y: 0 };
[INFO] [stdout] | ^^^^^ not found in this scope
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GetCursorPos` in this scope
[INFO] [stdout] --> src/main.rs:26:13
[INFO] [stdout] |
[INFO] [stdout] 26 | GetCursorPos(&mut cursor);
[INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GetDC` in this scope
[INFO] [stdout] --> src/main.rs:37:13
[INFO] [stdout] |
[INFO] [stdout] 37 | let h = GetDC(HWND_DESKTOP);
[INFO] [stdout] | ^^^^^ not found in this scope
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0425]: cannot find value `HWND_DESKTOP` in this scope
[INFO] [stdout] --> src/main.rs:37:19
[INFO] [stdout] |
[INFO] [stdout] 37 | let h = GetDC(HWND_DESKTOP);
[INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GetPixel` in this scope
[INFO] [stdout] --> src/main.rs:38:15
[INFO] [stdout] |
[INFO] [stdout] 38 | let rgb = GetPixel(h, x, y);
[INFO] [stdout] | ^^^^^^^^ not found in this scope
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `INPUT` in this scope
[INFO] [stdout] --> src/main.rs:46:18
[INFO] [stdout] |
[INFO] [stdout] 46 | let mut i1 = INPUT {
[INFO] [stdout] | ^^^^^ not found in this scope
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0425]: cannot find value `INPUT_MOUSE` in this scope
[INFO] [stdout] --> src/main.rs:47:16
[INFO] [stdout] |
[INFO] [stdout] 47 | type_: INPUT_MOUSE,
[INFO] [stdout] | ^^^^^^^^^^^ not found in this scope
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0425]: cannot find value `MOUSEEVENTF_LEFTDOWN` in this scope
[INFO] [stdout] --> src/main.rs:51:18
[INFO] [stdout] |
[INFO] [stdout] 51 | mi.dwFlags = MOUSEEVENTF_LEFTDOWN;
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `SendInput` in this scope
[INFO] [stdout] --> src/main.rs:52:5
[INFO] [stdout] |
[INFO] [stdout] 52 | SendInput(1, &mut i1, size::() as i32);
[INFO] [stdout] | ^^^^^^^^^ not found in this scope
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0412]: cannot find type `INPUT` in this scope
[INFO] [stdout] --> src/main.rs:52:34
[INFO] [stdout] |
[INFO] [stdout] 45 | pub unsafe fn click() {
[INFO] [stdout] | - help: you might be missing a type parameter: ``
[INFO] [stdout] ...
[INFO] [stdout] 52 | SendInput(1, &mut i1, size::() as i32);
[INFO] [stdout] | ^^^^^ not found in this scope
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `INPUT` in this scope
[INFO] [stdout] --> src/main.rs:54:10
[INFO] [stdout] |
[INFO] [stdout] 54 | i1 = INPUT {
[INFO] [stdout] | ^^^^^ not found in this scope
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0425]: cannot find value `INPUT_MOUSE` in this scope
[INFO] [stdout] --> src/main.rs:55:16
[INFO] [stdout] |
[INFO] [stdout] 55 | type_: INPUT_MOUSE,
[INFO] [stdout] | ^^^^^^^^^^^ not found in this scope
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0425]: cannot find value `MOUSEEVENTF_LEFTUP` in this scope
[INFO] [stdout] --> src/main.rs:59:18
[INFO] [stdout] |
[INFO] [stdout] 59 | mi.dwFlags = MOUSEEVENTF_LEFTUP;
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `SendInput` in this scope
[INFO] [stdout] --> src/main.rs:60:5
[INFO] [stdout] |
[INFO] [stdout] 60 | SendInput(1, &mut i1, size::() as i32);
[INFO] [stdout] | ^^^^^^^^^ not found in this scope
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0412]: cannot find type `INPUT` in this scope
[INFO] [stdout] --> src/main.rs:60:34
[INFO] [stdout] |
[INFO] [stdout] 45 | pub unsafe fn click() {
[INFO] [stdout] | - help: you might be missing a type parameter: ``
[INFO] [stdout] ...
[INFO] [stdout] 60 | SendInput(1, &mut i1, size::() as i32);
[INFO] [stdout] | ^^^^^ not found in this scope
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: aborting due to 20 previous errors
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] Some errors have detailed explanations: E0412, E0422, E0425, E0433.
[INFO] [stdout]
[INFO] [stdout] For more information about an error, try `rustc --explain E0412`.
[INFO] [stdout]
[INFO] [stderr] error: could not compile `rxn` due to 21 previous errors
[INFO] running `Command { std: "docker" "inspect" "c12e73bbfb632632fecc7daadf22a04aed7df22abe0bb1b898319b557486958b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c12e73bbfb632632fecc7daadf22a04aed7df22abe0bb1b898319b557486958b", kill_on_drop: false }`
[INFO] [stdout] c12e73bbfb632632fecc7daadf22a04aed7df22abe0bb1b898319b557486958b