radius-project / radius

Radius is a cloud-native, portable application platform that makes app development easier for teams building cloud-native apps.
https://radapp.io
Apache License 2.0
1.45k stars 92 forks source link

Purge test resources failed - Run ID: 10311740653 #7794

Open rad-ci-bot opened 1 month ago

rad-ci-bot commented 1 month ago

Bug information

This bug is generated automatically if the purge test resources workflow fails. For the further investigation, please visit here.

AB#12957

radius-triage-bot[bot] commented 1 month ago

:wave: @rad-ci-bot Thanks for filing this bug report.

A project maintainer will review this report and get back to you soon. If you'd like immediate help troubleshooting, please visit our Discord server.

For more information on our triage process please visit our triage overview

sk593 commented 1 month ago

Error is with the azure login step. We already have write permissions on our workflow and the auth-type is correct. This step is no longer failing so this might be an intermittent issue

Error: Please make sure to give write permissions to id-token in the workflow.
Error: Login failed with Error: Error message: Cannot read properties of undefined (reading 'message'). Double check if the 'auth-type' is correct. Refer to https://github.com/Azure/login#readme for more information.
nithyatsu commented 1 week ago

retaining this issue. It still happens intermittently. All of the purge resource failures have a 404 for some packages. I verified there is no matching package and hence the 404. Therefore, these messages seem to be a low impact failure. There is no way in snok/container-retention-policy to ignore 404s. We need to find why the names exist in the to be deleted list. Upgrade to latest version of action seemed to atleast have better error messages and indicated some failures were due to rate limiting. https://github.com/radius-project/radius/pull/7835 upgrades the action to latest.

@lakshmimsft