[INFO] cloning repository https://github.com/DoradoAcero/rust_http
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/DoradoAcero/rust_http" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDoradoAcero%2Frust_http", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDoradoAcero%2Frust_http'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 61a211e3812decd305a9fa1acbd1600d6622843c
[INFO] checking DoradoAcero/rust_http against 018018e881e2db0956f229dbb543e21f058d1ce7 for pr-162600
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDoradoAcero%2Frust_http" "/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/DoradoAcero/rust_http
[INFO] finished tweaking git repo https://github.com/DoradoAcero/rust_http
[INFO] tweaked toml for git repo https://github.com/DoradoAcero/rust_http written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/DoradoAcero/rust_http 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/DoradoAcero/rust_http 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 `rust_http` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /workspace/builds/worker-7-tc1/source/target/.../rust_http
[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 `rust-http`, convert `package.name`
[INFO] [stderr]   --> Cargo.toml:10:8
[INFO] [stderr]    |
[INFO] [stderr] 10 - name = "rust_http"
[INFO] [stderr] 10 + name = "rust-http"
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `rust-http`, specify `bin.name`
[INFO] [stderr]   --> Cargo.toml:11:19
[INFO] [stderr]    |
[INFO] [stderr] 11 ~ version = "0.1.0"
[INFO] [stderr] 12 + [[bin]]
[INFO] [stderr] 13 + name = "rust-http"
[INFO] [stderr] 14 + path = "src/main.rs"
[INFO] [stderr]    |
[INFO] [stderr] warning: `rust_http` (manifest) generated 1 warning
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr] error: no matching package named `rust_tcp` found
[INFO] [stderr] location searched: /workspace/builds/worker-7-tc1/source/rust_tcp
[INFO] [stderr] required by package `rust_http 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 `rust_http` should have a kebab-case name
       |
     1 | /workspace/builds/worker-7-tc1/source/target/.../rust_http
       |                                                  ^^^^^^^^^
       |
       = note: `cargo::non_kebab_case_bins` is set to `warn` by default
    help: to change the binary name to `rust-http`, convert `package.name`
      --> Cargo.toml:10:8
       |
    10 - name = "rust_http"
    10 + name = "rust-http"
       |
    help: to change the binary name to `rust-http`, specify `bin.name`
      --> Cargo.toml:11:19
       |
    11 ~ version = "0.1.0"
    12 + [[bin]]
    13 + name = "rust-http"
    14 + path = "src/main.rs"
       |
    warning: `rust_http` (manifest) generated 1 warning
        Blocking waiting for file lock on package cache
    error: no matching package named `rust_tcp` found
    location searched: /workspace/builds/worker-7-tc1/source/rust_tcp
    required by package `rust_http v0.1.0 (/workspace/builds/worker-7-tc1/source)`