[INFO] cloning repository https://github.com/AvatoLabs/tondi-dashboard
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/AvatoLabs/tondi-dashboard" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAvatoLabs%2Ftondi-dashboard", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAvatoLabs%2Ftondi-dashboard'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 94e067db1fed24e0877ebb057297efc763e1616e
[INFO] checking AvatoLabs/tondi-dashboard against master#c756124775121dea0e640652c5ee3c89e3dd0eb4 for pr-154971
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAvatoLabs%2Ftondi-dashboard" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'...
[INFO] [stderr] done.
[INFO] [stderr] Updating files:  68% (169/245)
Updating files:  69% (170/245)
Updating files:  70% (172/245)
Updating files:  71% (174/245)
Updating files:  72% (177/245)
Updating files:  73% (179/245)
Updating files:  74% (182/245)
Updating files:  75% (184/245)
Updating files:  76% (187/245)
Updating files:  77% (189/245)
Updating files:  78% (192/245)
Updating files:  79% (194/245)
Updating files:  80% (196/245)
Updating files:  81% (199/245)
Updating files:  82% (201/245)
Updating files:  83% (204/245)
Updating files:  84% (206/245)
Updating files:  85% (209/245)
Updating files:  86% (211/245)
Updating files:  87% (214/245)
Updating files:  88% (216/245)
Updating files:  89% (219/245)
Updating files:  90% (221/245)
Updating files:  91% (223/245)
Updating files:  92% (226/245)
Updating files:  93% (228/245)
Updating files:  94% (231/245)
Updating files:  95% (233/245)
Updating files:  96% (236/245)
Updating files:  97% (238/245)
Updating files:  98% (241/245)
Updating files:  99% (243/245)
Updating files: 100% (245/245)
Updating files: 100% (245/245), done.
[INFO] removed /workspace/builds/worker-4-tc1/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/AvatoLabs/tondi-dashboard
[INFO] finished tweaking git repo https://github.com/AvatoLabs/tondi-dashboard
[INFO] tweaked toml for git repo https://github.com/AvatoLabs/tondi-dashboard written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/AvatoLabs/tondi-dashboard on toolchain c756124775121dea0e640652c5ee3c89e3dd0eb4
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c756124775121dea0e640652c5ee3c89e3dd0eb4" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/AvatoLabs/tondi-dashboard 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" "+c756124775121dea0e640652c5ee3c89e3dd0eb4" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Updating git repository `ssh://git@github.com/AvatoLabs/Tondi.git`
[INFO] [stderr] error: failed to get `tondi-alloc` as a dependency of package `tondi-dashboard v1.0.2 (/workspace/builds/worker-4-tc1/source/app)`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   failed to load source for dependency `tondi-alloc`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   unable to update ssh://git@github.com/AvatoLabs/Tondi.git?branch=main#18aef9a3
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   failed to clone into: /workspace/cargo-home/git/db/tondi-0c27a83d4631d2e6
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   revision 18aef9a34d84359953450ee5d33240b2a6731d5e not found
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   failed to authenticate when downloading repository
[INFO] [stderr] 
[INFO] [stderr]   * attempted ssh-agent authentication, but no usernames succeeded: `git`
[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]   no authentication methods succeeded


overridden task result to broken:missing-deps

Caused by:
    the crate depends on missing dependencies: 
    
        Updating crates.io index
        Updating git repository `ssh://git@github.com/AvatoLabs/Tondi.git`
    error: failed to get `tondi-alloc` as a dependency of package `tondi-dashboard v1.0.2 (/workspace/builds/worker-4-tc1/source/app)`
    
    Caused by:
      failed to load source for dependency `tondi-alloc`
    
    Caused by:
      unable to update ssh://git@github.com/AvatoLabs/Tondi.git?branch=main#18aef9a3
    
    Caused by:
      failed to clone into: /workspace/cargo-home/git/db/tondi-0c27a83d4631d2e6
    
    Caused by:
      revision 18aef9a34d84359953450ee5d33240b2a6731d5e not found
    
    Caused by:
      failed to authenticate when downloading repository
    
      * attempted ssh-agent authentication, but no usernames succeeded: `git`
    
      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:
      no authentication methods succeeded