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


overridden task result to broken:missing-deps

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