[INFO] cloning repository https://github.com/ChrisMacNaughton/monitor_ceph
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ChrisMacNaughton/monitor_ceph" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FChrisMacNaughton%2Fmonitor_ceph", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FChrisMacNaughton%2Fmonitor_ceph'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 45b48044517ce3a0639db5566d2b42030d64fcd2
[INFO] checking ChrisMacNaughton/monitor_ceph against a621e2b446eafb53c7a8569f225e0b8cc2429a68 for pr-162600
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FChrisMacNaughton%2Fmonitor_ceph" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/ChrisMacNaughton/monitor_ceph
[INFO] finished tweaking git repo https://github.com/ChrisMacNaughton/monitor_ceph
[INFO] tweaked toml for git repo https://github.com/ChrisMacNaughton/monitor_ceph written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/ChrisMacNaughton/monitor_ceph on toolchain a621e2b446eafb53c7a8569f225e0b8cc2429a68
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+a621e2b446eafb53c7a8569f225e0b8cc2429a68" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/ChrisMacNaughton/monitor_ceph 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" "+a621e2b446eafb53c7a8569f225e0b8cc2429a68" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: Cargo.toml: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr] warning: binary `ceph_monitor` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /workspace/builds/worker-7-tc2/source/target/.../ceph_monitor
[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 `ceph-monitor`, convert `package.name`
[INFO] [stderr]   --> Cargo.toml:20:8
[INFO] [stderr]    |
[INFO] [stderr] 20 - name = "ceph_monitor"
[INFO] [stderr] 20 + name = "ceph-monitor"
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `ceph-monitor`, specify `bin.name`
[INFO] [stderr]   --> Cargo.toml:21:19
[INFO] [stderr]    |
[INFO] [stderr] 21 ~ version = "1.0.0"
[INFO] [stderr] 22 + [[bin]]
[INFO] [stderr] 23 + name = "ceph-monitor"
[INFO] [stderr] 24 + path = "src/main.rs"
[INFO] [stderr]    |
[INFO] [stderr] warning: `ceph_monitor` (manifest) generated 2 warnings
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating git repository `https://github.com/ChrisMacNaughton/ceph-rs.git`
[INFO] [stderr] error: failed to get `ceph` as a dependency of package `ceph_monitor v1.0.0 (/workspace/builds/worker-7-tc2/source)`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   failed to load source for dependency `ceph`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   unable to update https://github.com/ChrisMacNaughton/ceph-rs.git?branch=tmp-firefly#a13efdb1
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   failed to fetch into: /workspace/cargo-home/git/db/ceph-rs-d1a8005f70ce47d7
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   revision a13efdb1a8f26431ef46fdb50dca396794a7555f 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
[INFO] checking ChrisMacNaughton/monitor_ceph against a621e2b446eafb53c7a8569f225e0b8cc2429a68 for pr-162600
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FChrisMacNaughton%2Fmonitor_ceph" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/ChrisMacNaughton/monitor_ceph
[INFO] finished tweaking git repo https://github.com/ChrisMacNaughton/monitor_ceph
[INFO] tweaked toml for git repo https://github.com/ChrisMacNaughton/monitor_ceph written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/ChrisMacNaughton/monitor_ceph on toolchain a621e2b446eafb53c7a8569f225e0b8cc2429a68
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+a621e2b446eafb53c7a8569f225e0b8cc2429a68" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/ChrisMacNaughton/monitor_ceph 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" "+a621e2b446eafb53c7a8569f225e0b8cc2429a68" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: Cargo.toml: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr] warning: binary `ceph_monitor` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /workspace/builds/worker-7-tc2/source/target/.../ceph_monitor
[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 `ceph-monitor`, convert `package.name`
[INFO] [stderr]   --> Cargo.toml:20:8
[INFO] [stderr]    |
[INFO] [stderr] 20 - name = "ceph_monitor"
[INFO] [stderr] 20 + name = "ceph-monitor"
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `ceph-monitor`, specify `bin.name`
[INFO] [stderr]   --> Cargo.toml:21:19
[INFO] [stderr]    |
[INFO] [stderr] 21 ~ version = "1.0.0"
[INFO] [stderr] 22 + [[bin]]
[INFO] [stderr] 23 + name = "ceph-monitor"
[INFO] [stderr] 24 + path = "src/main.rs"
[INFO] [stderr]    |
[INFO] [stderr] warning: `ceph_monitor` (manifest) generated 2 warnings
[INFO] [stderr]     Updating git repository `https://github.com/ChrisMacNaughton/ceph-rs.git`
[INFO] [stderr] error: failed to get `ceph` as a dependency of package `ceph_monitor v1.0.0 (/workspace/builds/worker-7-tc2/source)`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   failed to load source for dependency `ceph`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   unable to update https://github.com/ChrisMacNaughton/ceph-rs.git?branch=tmp-firefly#a13efdb1
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   failed to fetch into: /workspace/cargo-home/git/db/ceph-rs-d1a8005f70ce47d7
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   revision a13efdb1a8f26431ef46fdb50dca396794a7555f 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
[INFO] checking ChrisMacNaughton/monitor_ceph against a621e2b446eafb53c7a8569f225e0b8cc2429a68 for pr-162600
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FChrisMacNaughton%2Fmonitor_ceph" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/ChrisMacNaughton/monitor_ceph
[INFO] finished tweaking git repo https://github.com/ChrisMacNaughton/monitor_ceph
[INFO] tweaked toml for git repo https://github.com/ChrisMacNaughton/monitor_ceph written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/ChrisMacNaughton/monitor_ceph on toolchain a621e2b446eafb53c7a8569f225e0b8cc2429a68
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+a621e2b446eafb53c7a8569f225e0b8cc2429a68" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/ChrisMacNaughton/monitor_ceph 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" "+a621e2b446eafb53c7a8569f225e0b8cc2429a68" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: Cargo.toml: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr] warning: binary `ceph_monitor` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /workspace/builds/worker-7-tc2/source/target/.../ceph_monitor
[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 `ceph-monitor`, convert `package.name`
[INFO] [stderr]   --> Cargo.toml:20:8
[INFO] [stderr]    |
[INFO] [stderr] 20 - name = "ceph_monitor"
[INFO] [stderr] 20 + name = "ceph-monitor"
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `ceph-monitor`, specify `bin.name`
[INFO] [stderr]   --> Cargo.toml:21:19
[INFO] [stderr]    |
[INFO] [stderr] 21 ~ version = "1.0.0"
[INFO] [stderr] 22 + [[bin]]
[INFO] [stderr] 23 + name = "ceph-monitor"
[INFO] [stderr] 24 + path = "src/main.rs"
[INFO] [stderr]    |
[INFO] [stderr] warning: `ceph_monitor` (manifest) generated 2 warnings
[INFO] [stderr]     Updating git repository `https://github.com/ChrisMacNaughton/ceph-rs.git`
[INFO] [stderr] error: failed to get `ceph` as a dependency of package `ceph_monitor v1.0.0 (/workspace/builds/worker-7-tc2/source)`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   failed to load source for dependency `ceph`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   unable to update https://github.com/ChrisMacNaughton/ceph-rs.git?branch=tmp-firefly#a13efdb1
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   failed to fetch into: /workspace/cargo-home/git/db/ceph-rs-d1a8005f70ce47d7
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   revision a13efdb1a8f26431ef46fdb50dca396794a7555f 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
[INFO] checking ChrisMacNaughton/monitor_ceph against a621e2b446eafb53c7a8569f225e0b8cc2429a68 for pr-162600
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FChrisMacNaughton%2Fmonitor_ceph" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/ChrisMacNaughton/monitor_ceph
[INFO] finished tweaking git repo https://github.com/ChrisMacNaughton/monitor_ceph
[INFO] tweaked toml for git repo https://github.com/ChrisMacNaughton/monitor_ceph written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/ChrisMacNaughton/monitor_ceph on toolchain a621e2b446eafb53c7a8569f225e0b8cc2429a68
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+a621e2b446eafb53c7a8569f225e0b8cc2429a68" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/ChrisMacNaughton/monitor_ceph 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" "+a621e2b446eafb53c7a8569f225e0b8cc2429a68" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: Cargo.toml: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr] warning: binary `ceph_monitor` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /workspace/builds/worker-7-tc2/source/target/.../ceph_monitor
[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 `ceph-monitor`, convert `package.name`
[INFO] [stderr]   --> Cargo.toml:20:8
[INFO] [stderr]    |
[INFO] [stderr] 20 - name = "ceph_monitor"
[INFO] [stderr] 20 + name = "ceph-monitor"
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `ceph-monitor`, specify `bin.name`
[INFO] [stderr]   --> Cargo.toml:21:19
[INFO] [stderr]    |
[INFO] [stderr] 21 ~ version = "1.0.0"
[INFO] [stderr] 22 + [[bin]]
[INFO] [stderr] 23 + name = "ceph-monitor"
[INFO] [stderr] 24 + path = "src/main.rs"
[INFO] [stderr]    |
[INFO] [stderr] warning: `ceph_monitor` (manifest) generated 2 warnings
[INFO] [stderr]     Updating git repository `https://github.com/ChrisMacNaughton/ceph-rs.git`
[INFO] [stderr] error: failed to get `ceph` as a dependency of package `ceph_monitor v1.0.0 (/workspace/builds/worker-7-tc2/source)`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   failed to load source for dependency `ceph`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   unable to update https://github.com/ChrisMacNaughton/ceph-rs.git?branch=tmp-firefly#a13efdb1
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   failed to fetch into: /workspace/cargo-home/git/db/ceph-rs-d1a8005f70ce47d7
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   revision a13efdb1a8f26431ef46fdb50dca396794a7555f 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
[INFO] checking ChrisMacNaughton/monitor_ceph against a621e2b446eafb53c7a8569f225e0b8cc2429a68 for pr-162600
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FChrisMacNaughton%2Fmonitor_ceph" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/ChrisMacNaughton/monitor_ceph
[INFO] finished tweaking git repo https://github.com/ChrisMacNaughton/monitor_ceph
[INFO] tweaked toml for git repo https://github.com/ChrisMacNaughton/monitor_ceph written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/ChrisMacNaughton/monitor_ceph on toolchain a621e2b446eafb53c7a8569f225e0b8cc2429a68
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+a621e2b446eafb53c7a8569f225e0b8cc2429a68" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/ChrisMacNaughton/monitor_ceph 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" "+a621e2b446eafb53c7a8569f225e0b8cc2429a68" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: Cargo.toml: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr] warning: binary `ceph_monitor` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /workspace/builds/worker-7-tc2/source/target/.../ceph_monitor
[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 `ceph-monitor`, convert `package.name`
[INFO] [stderr]   --> Cargo.toml:20:8
[INFO] [stderr]    |
[INFO] [stderr] 20 - name = "ceph_monitor"
[INFO] [stderr] 20 + name = "ceph-monitor"
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `ceph-monitor`, specify `bin.name`
[INFO] [stderr]   --> Cargo.toml:21:19
[INFO] [stderr]    |
[INFO] [stderr] 21 ~ version = "1.0.0"
[INFO] [stderr] 22 + [[bin]]
[INFO] [stderr] 23 + name = "ceph-monitor"
[INFO] [stderr] 24 + path = "src/main.rs"
[INFO] [stderr]    |
[INFO] [stderr] warning: `ceph_monitor` (manifest) generated 2 warnings
[INFO] [stderr]     Updating git repository `https://github.com/ChrisMacNaughton/ceph-rs.git`
[INFO] [stderr] error: failed to get `ceph` as a dependency of package `ceph_monitor v1.0.0 (/workspace/builds/worker-7-tc2/source)`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   failed to load source for dependency `ceph`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   unable to update https://github.com/ChrisMacNaughton/ceph-rs.git?branch=tmp-firefly#a13efdb1
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   failed to fetch into: /workspace/cargo-home/git/db/ceph-rs-d1a8005f70ce47d7
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   revision a13efdb1a8f26431ef46fdb50dca396794a7555f 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: Cargo.toml: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
    warning: binary `ceph_monitor` should have a kebab-case name
       |
     1 | /workspace/builds/worker-7-tc2/source/target/.../ceph_monitor
       |                                                  ^^^^^^^^^^^^
       |
       = note: `cargo::non_kebab_case_bins` is set to `warn` by default
    help: to change the binary name to `ceph-monitor`, convert `package.name`
      --> Cargo.toml:20:8
       |
    20 - name = "ceph_monitor"
    20 + name = "ceph-monitor"
       |
    help: to change the binary name to `ceph-monitor`, specify `bin.name`
      --> Cargo.toml:21:19
       |
    21 ~ version = "1.0.0"
    22 + [[bin]]
    23 + name = "ceph-monitor"
    24 + path = "src/main.rs"
       |
    warning: `ceph_monitor` (manifest) generated 2 warnings
        Updating git repository `https://github.com/ChrisMacNaughton/ceph-rs.git`
    error: failed to get `ceph` as a dependency of package `ceph_monitor v1.0.0 (/workspace/builds/worker-7-tc2/source)`
    
    Caused by:
      failed to load source for dependency `ceph`
    
    Caused by:
      unable to update https://github.com/ChrisMacNaughton/ceph-rs.git?branch=tmp-firefly#a13efdb1
    
    Caused by:
      failed to fetch into: /workspace/cargo-home/git/db/ceph-rs-d1a8005f70ce47d7
    
    Caused by:
      revision a13efdb1a8f26431ef46fdb50dca396794a7555f 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