lupyuen commented on issue #18562: URL: https://github.com/apache/nuttx/issues/18562#issuecomment-4175269095
Finally reproduced the Download Errors! But 5 retries are not enough, I'm increasing from 5 retries to 7 retries. The Download Bug is really persistent and highly inconsistent. It seems to happen when we don't have available GitHub Runners? https://github.com/apache/nuttx/actions/runs/23679432579/job/69628262067#step:10:1098 ``` Build Attempt 1: downloading 'https://github.com/ARMmbed/littlefs/archive/v2.5.1.tar.gz' failed Build Attempt 2: (same) Build Attempt 3: Success! ``` Then later within the same arm-05 CI Job: Another download fails: https://github.com/apache/nuttx/actions/runs/23679432579/job/69628262067#step:10:1722 ``` Build Attempt 1: downloading 'https://github.com/argtable/argtable3/archive/v3.2.0.7402e6e.tar.gz' failed Build Attempt 2: Success! ``` Finally this broke the CI Job: Another download fails after 5 retries, that's why I'm increasing to 7 retries: https://github.com/apache/nuttx/actions/runs/23679432579/job/69628262067#step:10:2047 ``` Build Attempt 1: downloading 'https://github.com/OpenAMP/libmetal/archive/v2025.10.0.zip' failed Build Attempt 2: (same) ... Build Attempt 6: Still failed, quitting ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
