[INFO] cloning repository https://github.com/ConfusionCodes/undertale-mod-manager
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ConfusionCodes/undertale-mod-manager" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FConfusionCodes%2Fundertale-mod-manager", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FConfusionCodes%2Fundertale-mod-manager'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 5325e25b543d3d653c3cae6cf867594c5113529c
[INFO] checking ConfusionCodes/undertale-mod-manager against 018018e881e2db0956f229dbb543e21f058d1ce7 for pr-162600
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FConfusionCodes%2Fundertale-mod-manager" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/ConfusionCodes/undertale-mod-manager
[INFO] finished tweaking git repo https://github.com/ConfusionCodes/undertale-mod-manager
[INFO] tweaked toml for git repo https://github.com/ConfusionCodes/undertale-mod-manager written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/ConfusionCodes/undertale-mod-manager 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/ConfusionCodes/undertale-mod-manager 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: Cargo.toml: version requirement `1.1.3+spec-1.1.0` for dependency `toml` includes semver metadata which will be ignored, removing the metadata is recommended to avoid confusion
[INFO] [stderr] warning: binary `undertale_mod_manager` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /workspace/builds/worker-6-tc1/source/target/.../undertale_mod_manager
[INFO] [stderr]    |                                                  ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `undertale-mod-manager`, convert `package.name`
[INFO] [stderr]   --> Cargo.toml:43:8
[INFO] [stderr]    |
[INFO] [stderr] 43 - name = "undertale_mod_manager"
[INFO] [stderr] 43 + name = "undertale-mod-manager"
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `undertale-mod-manager`, specify `bin.name`
[INFO] [stderr]   --> Cargo.toml:44:19
[INFO] [stderr]    |
[INFO] [stderr] 44 ~ version = "0.1.0"
[INFO] [stderr] 45 + [[bin]]
[INFO] [stderr] 46 + name = "undertale-mod-manager"
[INFO] [stderr] 47 + path = "src/main.rs"
[INFO] [stderr]    |
[INFO] [stderr] warning: `undertale_mod_manager` (manifest) generated 2 warnings
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr] error: no matching package named `xdelta3` found
[INFO] [stderr] location searched: /workspace/builds/worker-6-tc1/xdelta3
[INFO] [stderr] required by package `undertale_mod_manager v0.1.0 (/workspace/builds/worker-6-tc1/source)`


overridden task result to broken:missing-deps

Caused by:
    the crate depends on missing dependencies: 
    
    warning: Cargo.toml: version requirement `1.1.3+spec-1.1.0` for dependency `toml` includes semver metadata which will be ignored, removing the metadata is recommended to avoid confusion
    warning: binary `undertale_mod_manager` should have a kebab-case name
       |
     1 | /workspace/builds/worker-6-tc1/source/target/.../undertale_mod_manager
       |                                                  ^^^^^^^^^^^^^^^^^^^^^
       |
    help: to change the binary name to `undertale-mod-manager`, convert `package.name`
      --> Cargo.toml:43:8
       |
    43 - name = "undertale_mod_manager"
    43 + name = "undertale-mod-manager"
       |
    help: to change the binary name to `undertale-mod-manager`, specify `bin.name`
      --> Cargo.toml:44:19
       |
    44 ~ version = "0.1.0"
    45 + [[bin]]
    46 + name = "undertale-mod-manager"
    47 + path = "src/main.rs"
       |
    warning: `undertale_mod_manager` (manifest) generated 2 warnings
        Updating crates.io index
    error: no matching package named `xdelta3` found
    location searched: /workspace/builds/worker-6-tc1/xdelta3
    required by package `undertale_mod_manager v0.1.0 (/workspace/builds/worker-6-tc1/source)`