[INFO] cloning repository https://github.com/CorbinIvon/tui_button_commands
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/CorbinIvon/tui_button_commands" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCorbinIvon%2Ftui_button_commands", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCorbinIvon%2Ftui_button_commands'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 47c5b97a54ae88500d1b15b60384a625708dde05
[INFO] checking CorbinIvon/tui_button_commands against 018018e881e2db0956f229dbb543e21f058d1ce7 for pr-162600
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCorbinIvon%2Ftui_button_commands" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/CorbinIvon/tui_button_commands
[INFO] finished tweaking git repo https://github.com/CorbinIvon/tui_button_commands
[INFO] tweaked toml for git repo https://github.com/CorbinIvon/tui_button_commands written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/CorbinIvon/tui_button_commands 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/CorbinIvon/tui_button_commands 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 `button_to_command` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /workspace/builds/worker-7-tc1/source/target/.../button_to_command
[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 `button-to-command`, convert `package.name`
[INFO] [stderr]   --> Cargo.toml:22:8
[INFO] [stderr]    |
[INFO] [stderr] 22 - name = "button_to_command"
[INFO] [stderr] 22 + name = "button-to-command"
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `button-to-command`, specify `bin.name`
[INFO] [stderr]   --> Cargo.toml:23:19
[INFO] [stderr]    |
[INFO] [stderr] 23 ~ version = "0.1.0"
[INFO] [stderr] 24 + [[bin]]
[INFO] [stderr] 25 + name = "button-to-command"
[INFO] [stderr] 26 + path = "src/main.rs"
[INFO] [stderr]    |
[INFO] [stderr] warning: `button_to_command` (manifest) generated 1 warning
[INFO] [stderr] error: no matching package named `ui_framework` found
[INFO] [stderr] location searched: /workspace/builds/worker-7-tc1/source/tui_framework
[INFO] [stderr] required by package `button_to_command v0.1.0 (/workspace/builds/worker-7-tc1/source)`


overridden task result to broken:missing-deps

Caused by:
    the crate depends on missing dependencies: 
    
    warning: binary `button_to_command` should have a kebab-case name
       |
     1 | /workspace/builds/worker-7-tc1/source/target/.../button_to_command
       |                                                  ^^^^^^^^^^^^^^^^^
       |
       = note: `cargo::non_kebab_case_bins` is set to `warn` by default
    help: to change the binary name to `button-to-command`, convert `package.name`
      --> Cargo.toml:22:8
       |
    22 - name = "button_to_command"
    22 + name = "button-to-command"
       |
    help: to change the binary name to `button-to-command`, specify `bin.name`
      --> Cargo.toml:23:19
       |
    23 ~ version = "0.1.0"
    24 + [[bin]]
    25 + name = "button-to-command"
    26 + path = "src/main.rs"
       |
    warning: `button_to_command` (manifest) generated 1 warning
    error: no matching package named `ui_framework` found
    location searched: /workspace/builds/worker-7-tc1/source/tui_framework
    required by package `button_to_command v0.1.0 (/workspace/builds/worker-7-tc1/source)`