[INFO] cloning repository https://github.com/Byxis/Ruzzle
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Byxis/Ruzzle" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FByxis%2FRuzzle", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FByxis%2FRuzzle'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] c0e997cf13cbe460d12f68dd97e7e89aad24fb5d
[INFO] checking Byxis/Ruzzle against 018018e881e2db0956f229dbb543e21f058d1ce7 for pr-162600
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FByxis%2FRuzzle" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Byxis/Ruzzle
[INFO] finished tweaking git repo https://github.com/Byxis/Ruzzle
[INFO] tweaked toml for git repo https://github.com/Byxis/Ruzzle written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Byxis/Ruzzle on toolchain 018018e881e2db0956f229dbb543e21f058d1ce7
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+018018e881e2db0956f229dbb543e21f058d1ce7" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Byxis/Ruzzle 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" "+018018e881e2db0956f229dbb543e21f058d1ce7" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: binary `Ruzzle` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /workspace/builds/worker-4-tc1/source/target/.../Ruzzle
[INFO] [stderr]    |                                                  ^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `ruzzle`, convert `package.name`
[INFO] [stderr]   --> Cargo.toml:17:8
[INFO] [stderr]    |
[INFO] [stderr] 17 - name = "Ruzzle"
[INFO] [stderr] 17 + name = "ruzzle"
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `ruzzle`, specify `bin.name`
[INFO] [stderr]   --> Cargo.toml:24:27
[INFO] [stderr]    |
[INFO] [stderr] 24 ~ members = [".", "server"]
[INFO] [stderr] 25 + [[bin]]
[INFO] [stderr] 26 + name = "ruzzle"
[INFO] [stderr] 27 + path = "src/main.rs"
[INFO] [stderr]    |
[INFO] [stderr] warning: `Ruzzle` (manifest) generated 1 warning
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr] error: patch location `/workspace/builds/worker-4-tc1/source/libs/raylib-rs/raylib` does not contain packages matching `raylib`
[INFO] [stderr] help: check `raylib` patch definition for `https://github.com/rust-lang/crates.io-index` in `/workspace/builds/worker-4-tc1/source/Cargo.toml`


overridden task result to broken:missing-deps

Caused by:
    the crate depends on missing dependencies: 
    
    warning: binary `Ruzzle` should have a kebab-case name
       |
     1 | /workspace/builds/worker-4-tc1/source/target/.../Ruzzle
       |                                                  ^^^^^^
       |
       = note: `cargo::non_kebab_case_bins` is set to `warn` by default
    help: to change the binary name to `ruzzle`, convert `package.name`
      --> Cargo.toml:17:8
       |
    17 - name = "Ruzzle"
    17 + name = "ruzzle"
       |
    help: to change the binary name to `ruzzle`, specify `bin.name`
      --> Cargo.toml:24:27
       |
    24 ~ members = [".", "server"]
    25 + [[bin]]
    26 + name = "ruzzle"
    27 + path = "src/main.rs"
       |
    warning: `Ruzzle` (manifest) generated 1 warning
        Blocking waiting for file lock on package cache
    error: patch location `/workspace/builds/worker-4-tc1/source/libs/raylib-rs/raylib` does not contain packages matching `raylib`
    help: check `raylib` patch definition for `https://github.com/rust-lang/crates.io-index` in `/workspace/builds/worker-4-tc1/source/Cargo.toml`