[INFO] cloning repository https://github.com/EliteCoder18/rustic-state-machine
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/EliteCoder18/rustic-state-machine" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FEliteCoder18%2Frustic-state-machine", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FEliteCoder18%2Frustic-state-machine'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 62d8d3abb3e6cabacf1537b245d99b78bbc9e2c3
[INFO] checking EliteCoder18/rustic-state-machine against 018018e881e2db0956f229dbb543e21f058d1ce7 for pr-162600
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FEliteCoder18%2Frustic-state-machine" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/EliteCoder18/rustic-state-machine
[INFO] finished tweaking git repo https://github.com/EliteCoder18/rustic-state-machine
[INFO] tweaked toml for git repo https://github.com/EliteCoder18/rustic-state-machine written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/EliteCoder18/rustic-state-machine 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/EliteCoder18/rustic-state-machine 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 `Developing_Blockchain` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /workspace/builds/worker-0-tc1/source/target/.../Developing_Blockchain
[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 `developing-blockchain`, convert `package.name`
[INFO] [stderr]   --> Cargo.toml:9:8
[INFO] [stderr]    |
[INFO] [stderr]  9 - name = "Developing_Blockchain"
[INFO] [stderr]  9 + name = "developing-blockchain"
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `developing-blockchain`, specify `bin.name`
[INFO] [stderr]   --> Cargo.toml:10:19
[INFO] [stderr]    |
[INFO] [stderr] 10 ~ version = "0.1.0"
[INFO] [stderr] 11 + [[bin]]
[INFO] [stderr] 12 + name = "developing-blockchain"
[INFO] [stderr] 13 + path = "src/main.rs"
[INFO] [stderr]    |
[INFO] [stderr] warning: `Developing_Blockchain` (manifest) generated 1 warning
[INFO] [stderr] error: no matching package named `macros` found
[INFO] [stderr] location searched: /workspace/builds/worker-0-tc1/source/macros
[INFO] [stderr] required by package `Developing_Blockchain v0.1.0 (/workspace/builds/worker-0-tc1/source)`


overridden task result to broken:missing-deps

Caused by:
    the crate depends on missing dependencies: 
    
    warning: binary `Developing_Blockchain` should have a kebab-case name
       |
     1 | /workspace/builds/worker-0-tc1/source/target/.../Developing_Blockchain
       |                                                  ^^^^^^^^^^^^^^^^^^^^^
       |
       = note: `cargo::non_kebab_case_bins` is set to `warn` by default
    help: to change the binary name to `developing-blockchain`, convert `package.name`
      --> Cargo.toml:9:8
       |
     9 - name = "Developing_Blockchain"
     9 + name = "developing-blockchain"
       |
    help: to change the binary name to `developing-blockchain`, specify `bin.name`
      --> Cargo.toml:10:19
       |
    10 ~ version = "0.1.0"
    11 + [[bin]]
    12 + name = "developing-blockchain"
    13 + path = "src/main.rs"
       |
    warning: `Developing_Blockchain` (manifest) generated 1 warning
    error: no matching package named `macros` found
    location searched: /workspace/builds/worker-0-tc1/source/macros
    required by package `Developing_Blockchain v0.1.0 (/workspace/builds/worker-0-tc1/source)`