[INFO] cloning repository https://github.com/tempest98/pgcache
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/tempest98/pgcache" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftempest98%2Fpgcache", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftempest98%2Fpgcache'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] a48b79d71095ceab535f262064efebecbd636df1
[INFO] checking tempest98/pgcache against 98fd715edd3a0a5aa8f2041d7e20a3143b0fc0d3 for pr-160235-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftempest98%2Fpgcache" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/tempest98/pgcache
[INFO] finished tweaking git repo https://github.com/tempest98/pgcache
[INFO] tweaked toml for git repo https://github.com/tempest98/pgcache written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/tempest98/pgcache on toolchain 98fd715edd3a0a5aa8f2041d7e20a3143b0fc0d3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+98fd715edd3a0a5aa8f2041d7e20a3143b0fc0d3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/tempest98/pgcache 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" "+98fd715edd3a0a5aa8f2041d7e20a3143b0fc0d3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: binary `pgcache_fit_wasm` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-1-tc1/source/target/.../pgcache_fit_wasm
[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 `pgcache-fit-wasm`, convert `bin.name`
[INFO] [stderr]  --> fit/wasm/Cargo.toml:8:8
[INFO] [stderr]   |
[INFO] [stderr] 8 - name = "pgcache_fit_wasm"
[INFO] [stderr] 8 + name = "pgcache-fit-wasm"
[INFO] [stderr]   |
[INFO] [stderr] warning: `pgcache-fit-wasm` (manifest) generated 1 warning
[INFO] [stderr] error: patch location `/workspace/builds/worker-1-tc1/pg_query.rs` does not contain packages matching `pg_query`
[INFO] [stderr] help: check `pg_query` patch definition for `https://github.com/rust-lang/crates.io-index` in `/workspace/builds/worker-1-tc1/source/Cargo.toml`


overridden task result to broken:missing-deps

Caused by:
    the crate depends on missing dependencies: 
    
    warning: binary `pgcache_fit_wasm` should have a kebab-case name
      |
    1 | /workspace/builds/worker-1-tc1/source/target/.../pgcache_fit_wasm
      |                                                  ^^^^^^^^^^^^^^^^
      |
      = note: `cargo::non_kebab_case_bins` is set to `warn` by default
    help: to change the binary name to `pgcache-fit-wasm`, convert `bin.name`
     --> fit/wasm/Cargo.toml:8:8
      |
    8 - name = "pgcache_fit_wasm"
    8 + name = "pgcache-fit-wasm"
      |
    warning: `pgcache-fit-wasm` (manifest) generated 1 warning
    error: patch location `/workspace/builds/worker-1-tc1/pg_query.rs` does not contain packages matching `pg_query`
    help: check `pg_query` patch definition for `https://github.com/rust-lang/crates.io-index` in `/workspace/builds/worker-1-tc1/source/Cargo.toml`