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


overridden task result to broken:missing-deps

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