[INFO] cloning repository https://github.com/mochiOS/test-application
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mochiOS/test-application" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FmochiOS%2Ftest-application", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FmochiOS%2Ftest-application'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 1a1ce8931bb07fca164896f2dcd37fe5ae80903b
[INFO] checking mochiOS/test-application/1a1ce8931bb07fca164896f2dcd37fe5ae80903b against 98fd715edd3a0a5aa8f2041d7e20a3143b0fc0d3 for pr-160235-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FmochiOS%2Ftest-application" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/mochiOS/test-application
[INFO] finished tweaking git repo https://github.com/mochiOS/test-application
[INFO] tweaked toml for git repo https://github.com/mochiOS/test-application written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/mochiOS/test-application on toolchain 98fd715edd3a0a5aa8f2041d7e20a3143b0fc0d3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+98fd715edd3a0a5aa8f2041d7e20a3143b0fc0d3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/mochiOS/test-application 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" "+98fd715edd3a0a5aa8f2041d7e20a3143b0fc0d3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: binary `test_app` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc1/source/target/.../test_app
[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 `test-app`, convert `bin.name`
[INFO] [stderr]  --> Cargo.toml:2:8
[INFO] [stderr]   |
[INFO] [stderr] 2 - name = "test_app"
[INFO] [stderr] 2 + name = "test-app"
[INFO] [stderr]   |
[INFO] [stderr] warning: `test-app` (manifest) generated 1 warning
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr] error: failed to select a version for the requirement `viewkit = "^2.0.0"`
[INFO] [stderr] candidate versions found which didn't match: 1.0.3, 1.0.2, 1.0.1, ...
[INFO] [stderr] location searched: crates.io index
[INFO] [stderr] required by package `test-app v0.1.0 (/workspace/builds/worker-3-tc1/source)`


overridden task result to broken:yanked

Caused by:
    the crate depends on yanked dependencies: 
    
    warning: binary `test_app` should have a kebab-case name
      |
    1 | /workspace/builds/worker-3-tc1/source/target/.../test_app
      |                                                  ^^^^^^^^
      |
      = note: `cargo::non_kebab_case_bins` is set to `warn` by default
    help: to change the binary name to `test-app`, convert `bin.name`
     --> Cargo.toml:2:8
      |
    2 - name = "test_app"
    2 + name = "test-app"
      |
    warning: `test-app` (manifest) generated 1 warning
        Updating crates.io index
    error: failed to select a version for the requirement `viewkit = "^2.0.0"`
    candidate versions found which didn't match: 1.0.3, 1.0.2, 1.0.1, ...
    location searched: crates.io index
    required by package `test-app v0.1.0 (/workspace/builds/worker-3-tc1/source)`