[INFO] cloning repository https://github.com/DN5S/NyantanaPonPlus
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/DN5S/NyantanaPonPlus" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDN5S%2FNyantanaPonPlus", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDN5S%2FNyantanaPonPlus'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 0281336319430bc4c6937b54182885da887d4319
[INFO] checking DN5S/NyantanaPonPlus against 018018e881e2db0956f229dbb543e21f058d1ce7 for pr-162600
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDN5S%2FNyantanaPonPlus" "/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/DN5S/NyantanaPonPlus
[INFO] finished tweaking git repo https://github.com/DN5S/NyantanaPonPlus
[INFO] tweaked toml for git repo https://github.com/DN5S/NyantanaPonPlus written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/DN5S/NyantanaPonPlus 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/DN5S/NyantanaPonPlus 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 `relay_server` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-4-tc1/source/target/.../relay_server
[INFO] [stderr]   |                                                  ^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `relay-server`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/relay_server.rs
[INFO] [stderr] 1 + src/bin/relay-server.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ui_preview` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-4-tc1/source/target/.../ui_preview
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ui-preview`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ui_preview.rs
[INFO] [stderr] 1 + src/bin/ui-preview.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: `nyantamapon` (manifest) generated 2 warnings
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr] error: no matching package named `riichienv-core` found
[INFO] [stderr] location searched: /workspace/builds/worker-4-tc1/source/vendor/RiichiEnv/riichienv-core
[INFO] [stderr] required by package `nyantamapon v0.1.0 (/workspace/builds/worker-4-tc1/source)`


overridden task result to broken:missing-deps

Caused by:
    the crate depends on missing dependencies: 
    
    warning: binary `relay_server` should have a kebab-case name
      |
    1 | /workspace/builds/worker-4-tc1/source/target/.../relay_server
      |                                                  ^^^^^^^^^^^^
      |
    help: to change the binary name to `relay-server`, convert the file stem
      |
    1 - src/bin/relay_server.rs
    1 + src/bin/relay-server.rs
      |
    warning: binary `ui_preview` should have a kebab-case name
      |
    1 | /workspace/builds/worker-4-tc1/source/target/.../ui_preview
      |                                                  ^^^^^^^^^^
      |
    help: to change the binary name to `ui-preview`, convert the file stem
      |
    1 - src/bin/ui_preview.rs
    1 + src/bin/ui-preview.rs
      |
    warning: `nyantamapon` (manifest) generated 2 warnings
        Blocking waiting for file lock on package cache
        Updating crates.io index
    error: no matching package named `riichienv-core` found
    location searched: /workspace/builds/worker-4-tc1/source/vendor/RiichiEnv/riichienv-core
    required by package `nyantamapon v0.1.0 (/workspace/builds/worker-4-tc1/source)`