[INFO] cloning repository https://github.com/DappGuy/testdirr
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/DappGuy/testdirr" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDappGuy%2Ftestdirr", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDappGuy%2Ftestdirr'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] d20a9f411184cd15fbcea207ce75eeff9ddc5a3c
[INFO] checking DappGuy/testdirr against 018018e881e2db0956f229dbb543e21f058d1ce7 for pr-162600
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDappGuy%2Ftestdirr" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/DappGuy/testdirr
[INFO] finished tweaking git repo https://github.com/DappGuy/testdirr
[INFO] tweaked toml for git repo https://github.com/DappGuy/testdirr written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/DappGuy/testdirr 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/DappGuy/testdirr 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: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
[INFO] [stderr]   |
[INFO] [stderr]   = note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
[INFO] [stderr]   = note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
[INFO] [stderr]   = note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
[INFO] [stderr] warning: binary `Diora` should have a kebab-case name
[INFO] [stderr]     |
[INFO] [stderr]   1 | /workspace/builds/worker-6-tc1/source/target/.../Diora
[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 `diora`, convert `package.name`
[INFO] [stderr]    --> node/Cargo.toml:8:8
[INFO] [stderr]     |
[INFO] [stderr]   8 - name = 'Diora'
[INFO] [stderr]   8 + name = "diora"
[INFO] [stderr]     |
[INFO] [stderr] help: to change the binary name to `diora`, specify `bin.name`
[INFO] [stderr]    --> node/Cargo.toml:167:48
[INFO] [stderr]     |
[INFO] [stderr] 167 ~ git = 'https://github.com/paritytech/substrate'
[INFO] [stderr] 168 + [[bin]]
[INFO] [stderr] 169 + name = "diora"
[INFO] [stderr] 170 + path = "src/main.rs"
[INFO] [stderr]     |
[INFO] [stderr] warning: `Diora` (manifest) generated 1 warning
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr] error: no matching package named `frontier-template-runtime` found
[INFO] [stderr] location searched: /workspace/builds/worker-6-tc1/source/runtime
[INFO] [stderr] required by package `Diora v0.0.1 (/workspace/builds/worker-6-tc1/source/node)`
[INFO] [stderr] help: package `diora-runtime` exists at `/workspace/builds/worker-6-tc1/source/runtime`


overridden task result to broken:missing-deps

Caused by:
    the crate depends on missing dependencies: 
    
    warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
      |
      = note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
      = note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
      = note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
    warning: binary `Diora` should have a kebab-case name
        |
      1 | /workspace/builds/worker-6-tc1/source/target/.../Diora
        |                                                  ^^^^^
        |
        = note: `cargo::non_kebab_case_bins` is set to `warn` by default
    help: to change the binary name to `diora`, convert `package.name`
       --> node/Cargo.toml:8:8
        |
      8 - name = 'Diora'
      8 + name = "diora"
        |
    help: to change the binary name to `diora`, specify `bin.name`
       --> node/Cargo.toml:167:48
        |
    167 ~ git = 'https://github.com/paritytech/substrate'
    168 + [[bin]]
    169 + name = "diora"
    170 + path = "src/main.rs"
        |
    warning: `Diora` (manifest) generated 1 warning
        Blocking waiting for file lock on package cache
    error: no matching package named `frontier-template-runtime` found
    location searched: /workspace/builds/worker-6-tc1/source/runtime
    required by package `Diora v0.0.1 (/workspace/builds/worker-6-tc1/source/node)`
    help: package `diora-runtime` exists at `/workspace/builds/worker-6-tc1/source/runtime`