[INFO] cloning repository https://github.com/BryanEdgar/proyectoRust
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/BryanEdgar/proyectoRust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBryanEdgar%2FproyectoRust", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBryanEdgar%2FproyectoRust'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] fd66ccb24b5090de5c7d31a8a11c3f34e5d6e1df
[INFO] checking BryanEdgar/proyectoRust against 018018e881e2db0956f229dbb543e21f058d1ce7 for pr-162600
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBryanEdgar%2FproyectoRust" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/BryanEdgar/proyectoRust
[INFO] finished tweaking git repo https://github.com/BryanEdgar/proyectoRust
[INFO] tweaked toml for git repo https://github.com/BryanEdgar/proyectoRust written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/BryanEdgar/proyectoRust 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/BryanEdgar/proyectoRust 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 `rest_numeros` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /workspace/builds/worker-4-tc1/source/target/.../rest_numeros
[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 `rest-numeros`, convert `package.name`
[INFO] [stderr]   --> Cargo.toml:20:8
[INFO] [stderr]    |
[INFO] [stderr] 20 - name = "rest_numeros"
[INFO] [stderr] 20 + name = "rest-numeros"
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `rest-numeros`, specify `bin.name`
[INFO] [stderr]   --> Cargo.toml:21:19
[INFO] [stderr]    |
[INFO] [stderr] 21 ~ version = "0.1.0"
[INFO] [stderr] 22 + [[bin]]
[INFO] [stderr] 23 + name = "rest-numeros"
[INFO] [stderr] 24 + path = "src/main.rs"
[INFO] [stderr]    |
[INFO] [stderr] warning: `rest_numeros` (manifest) generated 1 warning
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr] error: failed to select a version for the requirement `self = "^0.0.0"` (locked to 0.0.0)
[INFO] [stderr] candidate versions found which didn't match: 1.0.0
[INFO] [stderr] location searched: crates.io index
[INFO] [stderr] required by package `rest_numeros v0.1.0 (/workspace/builds/worker-4-tc1/source)`


overridden task result to broken:yanked

Caused by:
    the crate depends on yanked dependencies: 
    
    warning: binary `rest_numeros` should have a kebab-case name
       |
     1 | /workspace/builds/worker-4-tc1/source/target/.../rest_numeros
       |                                                  ^^^^^^^^^^^^
       |
       = note: `cargo::non_kebab_case_bins` is set to `warn` by default
    help: to change the binary name to `rest-numeros`, convert `package.name`
      --> Cargo.toml:20:8
       |
    20 - name = "rest_numeros"
    20 + name = "rest-numeros"
       |
    help: to change the binary name to `rest-numeros`, specify `bin.name`
      --> Cargo.toml:21:19
       |
    21 ~ version = "0.1.0"
    22 + [[bin]]
    23 + name = "rest-numeros"
    24 + path = "src/main.rs"
       |
    warning: `rest_numeros` (manifest) generated 1 warning
        Updating crates.io index
    error: failed to select a version for the requirement `self = "^0.0.0"` (locked to 0.0.0)
    candidate versions found which didn't match: 1.0.0
    location searched: crates.io index
    required by package `rest_numeros v0.1.0 (/workspace/builds/worker-4-tc1/source)`