Page MenuHomePhabricator

Git command error breaking CI builds
Closed, DuplicatePublic

Description

Recently, there is an error that causes Gerrit patches to fail CI with the error below

13:43:53     raise GitCommandError(remove_password_if_present(self.args), status, errstr)
13:43:53 git.exc.GitCommandError: Cmd('git') failed due to: exit code(1)
13:43:53   cmdline: git fetch -v --tags -- origin

This has been causing a lot of issues today (31/01/2024) and affect a handful of patches. Not quite sure if this is completely random or if there is an actual underlying issue.