Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrongly retrying on "Attestation not yet initialized" error #1326

Open
jiparis opened this issue Sep 16, 2024 · 0 comments
Open

Wrongly retrying on "Attestation not yet initialized" error #1326

jiparis opened this issue Sep 16, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@jiparis
Copy link
Member

jiparis commented Sep 16, 2024

Trying to add a material on a non initialized attestation, it's wrongly retried with exponential backoff:

cldev att add --value test/cyclonedx.json
DBG using config file path="/Users/jiparis/Library/Application Support/chainloop/config.devel.toml"
WRN API contacted in insecure mode
ERR retrying in 365.659443ms error="attestation not yet initialized"
ERR retrying in 641.197949ms error="attestation not yet initialized"
ERR retrying in 1.583917121s error="attestation not yet initialized"
ERR retrying in 1.188885761s error="attestation not yet initialized"
ERR retrying in 1.717579368s error="attestation not yet initialized"
ERR retrying in 4.267699975s error="attestation not yet initialized"
ERR retrying in 6.233266215s error="attestation not yet initialized"
ERR retrying in 5.055704944s error="attestation not yet initialized"
ERR retrying in 8.20586578s error="attestation not yet initialized"
ERR retrying in 20.294906377s error="attestation not yet initialized"
ERR retrying in 29.21180333s error="attestation not yet initialized"
ERR retrying in 57.765003125s error="attestation not yet initialized"
ERR attestation not yet initialized
exit status 1
@jiparis jiparis added the bug Something isn't working label Sep 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant