[INFO] cloning repository https://github.com/jonathanxuu/rescue
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jonathanxuu/rescue" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjonathanxuu%2Frescue", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjonathanxuu%2Frescue'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 46a284c98441ccba4cf2e3de090d518c99e1b3c4
[INFO] checking jonathanxuu/rescue against master#cb06d12710575a0d7ff71d6fe108f3bcff4f9195 for pr-128425-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjonathanxuu%2Frescue" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'...
[INFO] [stderr] done.
[INFO] [stderr] Updating files:  76% (3677/4805)
Updating files:  77% (3700/4805)
Updating files:  78% (3748/4805)
Updating files:  79% (3796/4805)
Updating files:  80% (3844/4805)
Updating files:  81% (3893/4805)
Updating files:  82% (3941/4805)
Updating files:  82% (3950/4805)
Updating files:  83% (3989/4805)
Updating files:  84% (4037/4805)
Updating files:  85% (4085/4805)
Updating files:  86% (4133/4805)
Updating files:  86% (4147/4805)
Updating files:  87% (4181/4805)
Updating files:  88% (4229/4805)
Updating files:  89% (4277/4805)
Updating files:  90% (4325/4805)
Updating files:  91% (4373/4805)
Updating files:  92% (4421/4805)
Updating files:  93% (4469/4805)
Updating files:  94% (4517/4805)
Updating files:  95% (4565/4805)
Updating files:  96% (4613/4805)
Updating files:  97% (4661/4805)
Updating files:  98% (4709/4805)
Updating files:  99% (4757/4805)
Updating files: 100% (4805/4805)
Updating files: 100% (4805/4805), done.
[INFO] validating manifest of git repo https://github.com/jonathanxuu/rescue on toolchain cb06d12710575a0d7ff71d6fe108f3bcff4f9195
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cb06d12710575a0d7ff71d6fe108f3bcff4f9195" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/jonathanxuu/rescue
[INFO] finished tweaking git repo https://github.com/jonathanxuu/rescue
[INFO] tweaked toml for git repo https://github.com/jonathanxuu/rescue written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] crate git repo https://github.com/jonathanxuu/rescue 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" "+cb06d12710575a0d7ff71d6fe108f3bcff4f9195" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: unused manifest key: dependencies.crypto.verision
[INFO] [stderr] warning: unused manifest key: dependencies.math.verision
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating git repository `https://github.com/zCloak-Network/substrate`
[INFO] [stderr] error: failed to get `sp-std` as a dependency of package `rescue v0.1.0 (/workspace/builds/worker-0-tc1/source)`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   failed to load source for dependency `sp-std`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   Unable to update https://github.com/zCloak-Network/substrate#6699fccb
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   failed to clone into: /workspace/cargo-home/git/db/substrate-047e38708123e9a0
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   revision 6699fccb942eb61734dfdbc9b970dd8784d455ab not found
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   failed to authenticate when downloading repository
[INFO] [stderr] 
[INFO] [stderr]   * attempted to find username/password via git's `credential.helper` support, but failed
[INFO] [stderr] 
[INFO] [stderr]   if the git CLI succeeds then `net.git-fetch-with-cli` may help here
[INFO] [stderr]   https://doc.rust-lang.org/cargo/reference/config.html#netgit-fetch-with-cli
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   failed to acquire username/password from local configuration


overridden task result to broken:missing-deps

Caused by:
    the crate depends on missing dependencies: 
    
    warning: unused manifest key: dependencies.crypto.verision
    warning: unused manifest key: dependencies.math.verision
        Blocking waiting for file lock on package cache
        Updating git repository `https://github.com/zCloak-Network/substrate`
    error: failed to get `sp-std` as a dependency of package `rescue v0.1.0 (/workspace/builds/worker-0-tc1/source)`
    
    Caused by:
      failed to load source for dependency `sp-std`
    
    Caused by:
      Unable to update https://github.com/zCloak-Network/substrate#6699fccb
    
    Caused by:
      failed to clone into: /workspace/cargo-home/git/db/substrate-047e38708123e9a0
    
    Caused by:
      revision 6699fccb942eb61734dfdbc9b970dd8784d455ab not found
    
    Caused by:
      failed to authenticate when downloading repository
    
      * attempted to find username/password via git's `credential.helper` support, but failed
    
      if the git CLI succeeds then `net.git-fetch-with-cli` may help here
      https://doc.rust-lang.org/cargo/reference/config.html#netgit-fetch-with-cli
    
    Caused by:
      failed to acquire username/password from local configuration