simbit18 commented on PR #16991: URL: https://github.com/apache/nuttx/pull/16991#issuecomment-3269709051
> Hi @simbit18, but I think this net/http is different from login, is it not related to usage limit. Also we can put a long delay (i.e. 30min + random offset) to redo the process. It way the fix it fix itself without human intervention Hi @acassis, if I understand correctly, the error you reported is a problem that occurred in the Linux job (we use a Docker image here) during authentication to the [GitHub Container Registry](https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-container-registry#authenticating-to-github-container-registry). We use [login-action](https://github.com/docker/login-action#github-container-registry) , which simplifies this process. https://github.com/apache/nuttx/blob/master/.github/workflows/build.yml#L166-#L171 I sent you that link [add try](https://github.com/docker/login-action/issues/750) because there is no retry mechanism for docker/login-action, and the maintainer provided that response. In the meantime, since it occurs occasionally, it is still tolerable to restart manually. Otherwise, what are committers for? :) -- 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]
