[INFO] cloning repository https://github.com/MatteoMer/any-zkvm
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/MatteoMer/any-zkvm" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMatteoMer%2Fany-zkvm", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMatteoMer%2Fany-zkvm'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 41849b954cf909d06851d803ffdf778b33b92507
[INFO] testing MatteoMer/any-zkvm against master#1ef7943ee607160a564655b6596f83670ef95df5 for pr-146098-6
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMatteoMer%2Fany-zkvm" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-2-tc1/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/MatteoMer/any-zkvm
[INFO] finished tweaking git repo https://github.com/MatteoMer/any-zkvm
[INFO] tweaked toml for git repo https://github.com/MatteoMer/any-zkvm written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/MatteoMer/any-zkvm on toolchain 1ef7943ee607160a564655b6596f83670ef95df5
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1ef7943ee607160a564655b6596f83670ef95df5" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/MatteoMer/any-zkvm 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" "+1ef7943ee607160a564655b6596f83670ef95df5" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Updating git repository `https://github.com/powdr-labs/powdr`
[INFO] [stderr]     Updating git repository `https://github.com/powdr-labs/powdr`
[INFO] [stderr]     Updating git repository `https://github.com/powdr-labs/halo2.git`
[INFO] [stderr] error: failed to get `halo2_proofs` as a dependency of package `powdr-backend v0.1.3 (https://github.com/powdr-labs/powdr?tag=v0.1.3#340858ed)`
[INFO] [stderr]     ... which satisfies git dependency `powdr-backend` (locked to 0.1.3) of package `powdr v0.1.3 (https://github.com/powdr-labs/powdr?tag=v0.1.3#340858ed)`
[INFO] [stderr]     ... which satisfies git dependency `powdr` (locked to 0.1.3) of package `powdrVM v0.1.0 (/workspace/builds/worker-2-tc1/source/powdr)`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   failed to load source for dependency `halo2_proofs`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   Unable to update https://github.com/powdr-labs/halo2.git?rev=fb8087565115ff38da4074b9d1777e9a97222caa#fb808756
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   failed to clone into: /workspace/cargo-home/git/db/halo2-8c81c76899545c46
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   revision fb8087565115ff38da4074b9d1777e9a97222caa 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: 
    
        Updating crates.io index
        Updating git repository `https://github.com/powdr-labs/powdr`
        Updating git repository `https://github.com/powdr-labs/powdr`
        Updating git repository `https://github.com/powdr-labs/halo2.git`
    error: failed to get `halo2_proofs` as a dependency of package `powdr-backend v0.1.3 (https://github.com/powdr-labs/powdr?tag=v0.1.3#340858ed)`
        ... which satisfies git dependency `powdr-backend` (locked to 0.1.3) of package `powdr v0.1.3 (https://github.com/powdr-labs/powdr?tag=v0.1.3#340858ed)`
        ... which satisfies git dependency `powdr` (locked to 0.1.3) of package `powdrVM v0.1.0 (/workspace/builds/worker-2-tc1/source/powdr)`
    
    Caused by:
      failed to load source for dependency `halo2_proofs`
    
    Caused by:
      Unable to update https://github.com/powdr-labs/halo2.git?rev=fb8087565115ff38da4074b9d1777e9a97222caa#fb808756
    
    Caused by:
      failed to clone into: /workspace/cargo-home/git/db/halo2-8c81c76899545c46
    
    Caused by:
      revision fb8087565115ff38da4074b9d1777e9a97222caa 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