ASDF project CI/CD failure
Robert Goldman <[email protected]> Mon, 10 Nov 2025 14:11:16 -0600
| Newsgroups | gmane.lisp.common-lisp-net.devel |
|---|---|
| Message-ID | <[email protected]> |
--=_MailMate_06E3A8FA-E15E-4F30-9381-814226A5E29F_= Content-Type: text/plain; format=flowed; markup=markdown I was looking at a merge request for ASDF, and it failed all the CI/CD tests. See, for example, https://gitlab.common-lisp.net/rbrown/asdf/-/jobs/103352 What's odd is that it looks like this failure isn't about anything failing, it's about CI/CD not being able to clone the git repo. ``` Getting source from Git repository 00:00 Gitaly correlation ID: 01K9DE5HXE6N8KDGC4YQ4ERFSV Fetching changes... Initialized empty Git repository in /builds/rbrown/asdf/.git/ Created fresh repository. fatal: unable to access 'https://gitlab.common-lisp.net/rbrown/asdf.git/': The requested URL returned error: 500 ``` Any idea what is going haywire here? Thanks! R --=_MailMate_06E3A8FA-E15E-4F30-9381-814226A5E29F_= Content-Type: text/html Content-Transfer-Encoding: quoted-printable <!DOCTYPE html> <html> <head> <meta http-equiv=3D"Content-Type" content=3D"text/xhtml; charset=3Dutf-8"= > </head> <body><div style=3D"font-family: sans-serif;"><div class=3D"markdown" sty= le=3D"white-space: normal;"> <p dir=3D"auto">I was looking at a merge request for ASDF, and it failed = all the CI/CD tests. See, for example, <a href=3D"https://gitlab.common-= lisp.net/rbrown/asdf/-/jobs/103352" style=3D"color: #3983C4;">https://git= lab.common-lisp.net/rbrown/asdf/-/jobs/103352</a></p> <p dir=3D"auto">What's odd is that it looks like this failure isn't about= anything failing, it's about CI/CD not being able to clone the git repo.= </p> <pre style=3D"margin-left: 15px; margin-right: 15px; padding: 5px; backgr= ound-color: #F7F7F7; border-radius: 5px 5px 5px 5px; overflow-x: auto; ma= x-width: 90vw;"><code style=3D"margin: 0 0; border-radius: 3px; backgroun= d-color: #F7F7F7; padding: 0px;">Getting source from Git repository 00:00= Gitaly correlation ID: 01K9DE5HXE6N8KDGC4YQ4ERFSV Fetching changes... Initialized empty Git repository in /builds/rbrown/asdf/.git/ Created fresh repository. fatal: unable to access 'https://gitlab.common-lisp.net/rbrown/asdf.git/'= : The requested URL returned error: 500 </code></pre> <p dir=3D"auto">Any idea what is going haywire here?</p> <p dir=3D"auto">Thanks!</p> <p dir=3D"auto">R</p> </div> </div> </body> </html> --=_MailMate_06E3A8FA-E15E-4F30-9381-814226A5E29F_=--