[INFO] cloning repository https://github.com/ChristianEmeis/rocket_reminder
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ChristianEmeis/rocket_reminder" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FChristianEmeis%2Frocket_reminder", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FChristianEmeis%2Frocket_reminder'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 803f6140fc2a75d4bb4fb02103dd38b0f37e9eac
[INFO] checking ChristianEmeis/rocket_reminder against 018018e881e2db0956f229dbb543e21f058d1ce7 for pr-162600
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FChristianEmeis%2Frocket_reminder" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/ChristianEmeis/rocket_reminder
[INFO] finished tweaking git repo https://github.com/ChristianEmeis/rocket_reminder
[INFO] tweaked toml for git repo https://github.com/ChristianEmeis/rocket_reminder written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/ChristianEmeis/rocket_reminder 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/ChristianEmeis/rocket_reminder 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: binary `rocket_reminder` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /workspace/builds/worker-6-tc1/source/target/.../rocket_reminder
[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 `rocket-reminder`, convert `package.name`
[INFO] [stderr]   --> Cargo.toml:31:8
[INFO] [stderr]    |
[INFO] [stderr] 31 - name = "rocket_reminder"
[INFO] [stderr] 31 + name = "rocket-reminder"
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `rocket-reminder`, specify `bin.name`
[INFO] [stderr]   --> Cargo.toml:32:19
[INFO] [stderr]    |
[INFO] [stderr] 32 ~ version = "0.1.0"
[INFO] [stderr] 33 + [[bin]]
[INFO] [stderr] 34 + name = "rocket-reminder"
[INFO] [stderr] 35 + path = "src/main.rs"
[INFO] [stderr]    |
[INFO] [stderr] warning: `rocket_reminder` (manifest) generated 1 warning
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Updating git repository `https://github.com/Akida31/winrt-notification`
[INFO] [stderr] error: failed to get `winrt-notification` as a dependency of package `rocket_reminder v0.1.0 (/workspace/builds/worker-6-tc1/source)`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   failed to load source for dependency `winrt-notification`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   unable to update https://github.com/Akida31/winrt-notification#083f0d7d
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   failed to clone into: /workspace/cargo-home/git/db/winrt-notification-915179c027069f25
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   revision 083f0d7d9837924c3201887ae2432943291e3b64 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: binary `rocket_reminder` should have a kebab-case name
       |
     1 | /workspace/builds/worker-6-tc1/source/target/.../rocket_reminder
       |                                                  ^^^^^^^^^^^^^^^
       |
       = note: `cargo::non_kebab_case_bins` is set to `warn` by default
    help: to change the binary name to `rocket-reminder`, convert `package.name`
      --> Cargo.toml:31:8
       |
    31 - name = "rocket_reminder"
    31 + name = "rocket-reminder"
       |
    help: to change the binary name to `rocket-reminder`, specify `bin.name`
      --> Cargo.toml:32:19
       |
    32 ~ version = "0.1.0"
    33 + [[bin]]
    34 + name = "rocket-reminder"
    35 + path = "src/main.rs"
       |
    warning: `rocket_reminder` (manifest) generated 1 warning
        Updating crates.io index
        Updating git repository `https://github.com/Akida31/winrt-notification`
    error: failed to get `winrt-notification` as a dependency of package `rocket_reminder v0.1.0 (/workspace/builds/worker-6-tc1/source)`
    
    Caused by:
      failed to load source for dependency `winrt-notification`
    
    Caused by:
      unable to update https://github.com/Akida31/winrt-notification#083f0d7d
    
    Caused by:
      failed to clone into: /workspace/cargo-home/git/db/winrt-notification-915179c027069f25
    
    Caused by:
      revision 083f0d7d9837924c3201887ae2432943291e3b64 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