Hello all,
We are once again unable to deploy services from our Gitlab accounts.
The problem seems different in nature to the recent Gitlab related failures which we also experienced. Previously, an internal server error pop-up would appear in Render’s UI when we tried to deploy manually and Render’s advice to reconnect Gitlab fixed this issue.
Now, when deployments fail, the following logs are shown (some text omitted <>):
May 18 11:08:24 AM ==> Cloning from https://gitlab.com/<our-repo-path>...
May 18 11:08:24 AM remote: HTTP Basic: Access denied
May 18 11:08:24 AM fatal: Authentication failed for 'https://oauth2:<some-long-key>e@gitlab.com/<our-repo-path>.git/'
May 18 11:08:24 AM ==> Retrying git clone...
May 18 11:08:31 AM remote: HTTP Basic: Access denied
May 18 11:08:31 AM fatal: Authentication failed for 'https://oauth2:<some-long-key>e@gitlab.com/<our-repo-path>.git/'
May 18 11:08:31 AM ==> Retrying git clone...
May 18 11:08:38 AM remote: HTTP Basic: Access denied
May 18 11:08:38 AM fatal: Authentication failed for 'https://oauth2:<some-long-key>e@gitlab.com/<our-repo-path>.git/'
May 18 11:08:38 AM ==> Retrying git clone...
May 18 11:08:58 AM remote: HTTP Basic: Access denied
May 18 11:08:58 AM fatal: Authentication failed for 'https://oauth2:<some-long-key>e@gitlab.com/<our-repo-path>.git/'
May 18 11:08:58 AM ==> Retrying git clone...
May 18 11:09:23 AM remote: HTTP Basic: Access denied
May 18 11:09:23 AM fatal: Authentication failed for 'https://oauth2:<some-long-key>e@gitlab.com/<our-repo-path>.git/'
May 18 11:09:23 AM ==> Unable to clone https://gitlab.com/<our-repo-path>
So the error is occuring when Render attempts to clone a repository. Render’s connection seems otherwise fine, as all the repositories of the attached Gitlab account are visible within the UI.
Render’s status page states that the Gitlab issues have been resolved, but reconnecting our account has no effects on the current failures. Is anyone else experiencing such failures?