Hyle-org / verifiers-for-hyle

Apache License 2.0
10 stars 9 forks source link

Project does not build #20

Closed hhamud closed 1 month ago

hhamud commented 2 months ago

Error here

user@192 verifiers-for-hyle % cargo build --release
    Updating crates.io index
warning: skipping duplicate package `fibonacci-program` found at `/Users/user/.cargo/git/checkouts/sp1-20c98843a1ffc860/df9a346/examples/aggregation/programs/fibonacci`
warning: skipping duplicate package `fibonacci-program` found at `/Users/user/.cargo/git/checkouts/sp1-20c98843a1ffc860/df9a346/examples/fibonacci/program`
    Updating git repository `https://github.com/sp1-patches/BLAKE3.git`
error: failed to get `blake3-zkvm` as a dependency of package `sp1-core v0.1.0 (https://github.com/succinctlabs/sp1.git?rev=df9a346#df9a3466)`
    ... which satisfies git dependency `sp1-core` (locked to 0.1.0) of package `sp1-verifier v0.1.0 (/Users/user/Documents/projects/verifiers-for-hyle/sp1-verifier)`

Caused by:
  failed to load source for dependency `blake3-zkvm`

Caused by:
  Unable to update https://github.com/sp1-patches/BLAKE3.git?branch=patch-blake3_zkvm/v.1.0.0#bac2d59f

Caused by:
  failed to fetch into: /Users/user/.cargo/git/db/blake3-551cb6a9ae540f14

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
user@192 verifiers-for-hyle % 
hhalex commented 1 month ago

Hello, it should be fixed now.