[INFO] cloning repository https://github.com/jonlamb-gh/stm32f4-discovery-example
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jonlamb-gh/stm32f4-discovery-example" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjonlamb-gh%2Fstm32f4-discovery-example", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjonlamb-gh%2Fstm32f4-discovery-example'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 2140209cdceedc025b75f6c7250e048b11763a87
[INFO] checking jonlamb-gh/stm32f4-discovery-example against master#01706e1a34c87656fcbfce198608f4cd2ac6461a for pr-135272
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjonlamb-gh%2Fstm32f4-discovery-example" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/jonlamb-gh/stm32f4-discovery-example on toolchain 01706e1a34c87656fcbfce198608f4cd2ac6461a
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+01706e1a34c87656fcbfce198608f4cd2ac6461a" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] removed /workspace/builds/worker-0-tc1/source/.cargo/config
[INFO] started tweaking git repo https://github.com/jonlamb-gh/stm32f4-discovery-example
[INFO] finished tweaking git repo https://github.com/jonlamb-gh/stm32f4-discovery-example
[INFO] tweaked toml for git repo https://github.com/jonlamb-gh/stm32f4-discovery-example written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] crate git repo https://github.com/jonlamb-gh/stm32f4-discovery-example 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" "+01706e1a34c87656fcbfce198608f4cd2ac6461a" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating git repository `https://github.com/jonlamb-gh/f4-bsp.git`
[INFO] [stderr]     Updating git repository `https://github.com/jonlamb-gh/stm32f407-hal.git`
[INFO] [stderr] error: failed to get `stm32f407-hal` as a dependency of package `f4-bsp v0.0.1 (https://github.com/jonlamb-gh/f4-bsp.git?branch=devel#1a2b5434)`
[INFO] [stderr]     ... which satisfies git dependency `f4-bsp` (locked to 0.0.1) of package `stm32f4-discovery-example v0.0.1 (/workspace/builds/worker-0-tc1/source)`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   failed to load source for dependency `stm32f407-hal`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   Unable to update https://github.com/jonlamb-gh/stm32f407-hal.git?branch=devel#199bf714
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   failed to clone into: /workspace/cargo-home/git/db/stm32f407-hal-28510598c427333f
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   revision 199bf7148346f0040131cb8d8f6f4d1dec30c406 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: no edition set: defaulting to the 2015 edition while the latest is 2024
        Blocking waiting for file lock on package cache
        Updating git repository `https://github.com/jonlamb-gh/f4-bsp.git`
        Updating git repository `https://github.com/jonlamb-gh/stm32f407-hal.git`
    error: failed to get `stm32f407-hal` as a dependency of package `f4-bsp v0.0.1 (https://github.com/jonlamb-gh/f4-bsp.git?branch=devel#1a2b5434)`
        ... which satisfies git dependency `f4-bsp` (locked to 0.0.1) of package `stm32f4-discovery-example v0.0.1 (/workspace/builds/worker-0-tc1/source)`
    
    Caused by:
      failed to load source for dependency `stm32f407-hal`
    
    Caused by:
      Unable to update https://github.com/jonlamb-gh/stm32f407-hal.git?branch=devel#199bf714
    
    Caused by:
      failed to clone into: /workspace/cargo-home/git/db/stm32f407-hal-28510598c427333f
    
    Caused by:
      revision 199bf7148346f0040131cb8d8f6f4d1dec30c406 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