[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 4fcf39725a9c99bd495d8c73af83628a256ff9a9 for pr-162233-crater-rollup
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAvatoLabs%2Ftondi-dashboard" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-0-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-0-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/AvatoLabs/tondi-dashboard on toolchain 4fcf39725a9c99bd495d8c73af83628a256ff9a9
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4fcf39725a9c99bd495d8c73af83628a256ff9a9" "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" "+4fcf39725a9c99bd495d8c73af83628a256ff9a9" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: unused workspace dependency `tondi-dashboard`
[INFO] [stderr]    --> Cargo.toml:153:25
[INFO] [stderr]     |
[INFO] [stderr] 153 | [workspace.dependencies.tondi-dashboard]
[INFO] [stderr]     |                         ^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `cargo::unused_workspace_dependencies` is set to `warn` by default
[INFO] [stderr] help: consider removing the workspace dependency `tondi-dashboard`
[INFO] [stderr] warning: unused field `rust-version` in `workspace.package`
[INFO] [stderr]    --> Cargo.toml:246:1
[INFO] [stderr]     |
[INFO] [stderr] 246 | rust-version = "1.89.0"
[INFO] [stderr]     | ^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `cargo::unused_workspace_package_fields` is set to `warn` by default
[INFO] [stderr] help: consider removing the field `workspace.package.rust-version`
[INFO] [stderr] warning: workspace (manifest) generated 2 warnings
[INFO] [stderr] warning: binary `wallet_test_cli` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-0-tc1/source/target/.../wallet_test_cli
[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 `wallet-test-cli`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/wallet_test_cli.rs
[INFO] [stderr] 1 + src/bin/wallet-test-cli.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: `tondi-dashboard-core` (manifest) generated 1 warning
[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-0-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: 
    
    warning: unused workspace dependency `tondi-dashboard`
       --> Cargo.toml:153:25
        |
    153 | [workspace.dependencies.tondi-dashboard]
        |                         ^^^^^^^^^^^^^^^
        |
        = note: `cargo::unused_workspace_dependencies` is set to `warn` by default
    help: consider removing the workspace dependency `tondi-dashboard`
    warning: unused field `rust-version` in `workspace.package`
       --> Cargo.toml:246:1
        |
    246 | rust-version = "1.89.0"
        | ^^^^^^^^^^^^
        |
        = note: `cargo::unused_workspace_package_fields` is set to `warn` by default
    help: consider removing the field `workspace.package.rust-version`
    warning: workspace (manifest) generated 2 warnings
    warning: binary `wallet_test_cli` should have a kebab-case name
      |
    1 | /workspace/builds/worker-0-tc1/source/target/.../wallet_test_cli
      |                                                  ^^^^^^^^^^^^^^^
      |
      = note: `cargo::non_kebab_case_bins` is set to `warn` by default
    help: to change the binary name to `wallet-test-cli`, convert the file stem
      |
    1 - src/bin/wallet_test_cli.rs
    1 + src/bin/wallet-test-cli.rs
      |
    warning: `tondi-dashboard-core` (manifest) generated 1 warning
        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-0-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