[INFO] cloning repository https://github.com/CanonicalLtd/decode_ceph
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/CanonicalLtd/decode_ceph" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCanonicalLtd%2Fdecode_ceph", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCanonicalLtd%2Fdecode_ceph'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] c2504171f4843137c06cae7a91a9d7b37e88a666
[INFO] checking CanonicalLtd/decode_ceph against 018018e881e2db0956f229dbb543e21f058d1ce7 for pr-162600
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCanonicalLtd%2Fdecode_ceph" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/CanonicalLtd/decode_ceph
[INFO] finished tweaking git repo https://github.com/CanonicalLtd/decode_ceph
[INFO] tweaked toml for git repo https://github.com/CanonicalLtd/decode_ceph written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/CanonicalLtd/decode_ceph 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/CanonicalLtd/decode_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" "+018018e881e2db0956f229dbb543e21f058d1ce7" "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 `decode_ceph` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /workspace/builds/worker-3-tc1/source/target/.../decode_ceph
[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 `decode-ceph`, convert `package.name`
[INFO] [stderr]   --> Cargo.toml:17:8
[INFO] [stderr]    |
[INFO] [stderr] 17 - name = "decode_ceph"
[INFO] [stderr] 17 + name = "decode-ceph"
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `decode-ceph`, specify `bin.name`
[INFO] [stderr]   --> Cargo.toml:26:15
[INFO] [stderr]    |
[INFO] [stderr] 26 ~ rpath = false
[INFO] [stderr] 27 + [[bin]]
[INFO] [stderr] 28 + name = "decode-ceph"
[INFO] [stderr] 29 + path = "src/main.rs"
[INFO] [stderr]    |
[INFO] [stderr] warning: `decode_ceph` (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 `decode_ceph v1.0.2 (/workspace/builds/worker-3-tc1/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#f6c4c5f7
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   failed to clone into: /workspace/cargo-home/git/db/ceph-rs-d1a8005f70ce47d7
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   revision f6c4c5f78ac07985a0742cb9a33fe6817a145d70 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 `decode_ceph` should have a kebab-case name
       |
     1 | /workspace/builds/worker-3-tc1/source/target/.../decode_ceph
       |                                                  ^^^^^^^^^^^
       |
       = note: `cargo::non_kebab_case_bins` is set to `warn` by default
    help: to change the binary name to `decode-ceph`, convert `package.name`
      --> Cargo.toml:17:8
       |
    17 - name = "decode_ceph"
    17 + name = "decode-ceph"
       |
    help: to change the binary name to `decode-ceph`, specify `bin.name`
      --> Cargo.toml:26:15
       |
    26 ~ rpath = false
    27 + [[bin]]
    28 + name = "decode-ceph"
    29 + path = "src/main.rs"
       |
    warning: `decode_ceph` (manifest) generated 2 warnings
        Updating git repository `https://github.com/ChrisMacNaughton/ceph-rs.git`
    error: failed to get `ceph` as a dependency of package `decode_ceph v1.0.2 (/workspace/builds/worker-3-tc1/source)`
    
    Caused by:
      failed to load source for dependency `ceph`
    
    Caused by:
      unable to update https://github.com/ChrisMacNaughton/ceph-rs.git#f6c4c5f7
    
    Caused by:
      failed to clone into: /workspace/cargo-home/git/db/ceph-rs-d1a8005f70ce47d7
    
    Caused by:
      revision f6c4c5f78ac07985a0742cb9a33fe6817a145d70 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