You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Trying to add a material on a non initialized attestation, it's wrongly retried with exponential backoff:
The text was updated successfully, but these errors were encountered: