New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 913759 link

Starred by 1 user

Issue metadata

Status: Duplicate
Merged: issue 791061
Owner: ----
Closed: Dec 11
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug-Regression



Sign in to add a comment

internal git repo manifest error from CommitQueueSync on master-paladin

Project Member Reported by matth...@chromium.org, Dec 11

Issue description

CommitQueueSync failed on master-paladin:

https://cros-goldeneye.corp.google.com/chromeos/healthmonitoring/buildDetails?buildbucketId=8927481447489331008

https://luci-logdog.appspot.com/logs/chromeos/buildbucket/cr-buildbucket.appspot.com/8927481447489331008/+/steps/CommitQueueSync/0/stdout

16:32:19: INFO: Incremented version number to  11383.0.0-rc2
16:32:19: INFO: Publishing build spec for: 11383.0.0-rc2
16:32:19: INFO: Publishing with commit message: Automatic: Start master-paladin master 11383.0.0-rc2
CrOS-Build-Id: 3213841
16:32:28: INFO: Pushing to branch (_RemoteRef(remote='origin', ref='refs/heads/master', project_name=None)) with message: Automatic: Start master-paladin master 11383.0.0-rc2
CrOS-Build-Id: 3213841 
16:32:28: ERROR: Failed to generate LKGM Candidate. error: return code: 1; command: git push origin temp_auto_checkin_branch:refs/heads/master
To https://chrome-internal.googlesource.com/chromeos/manifest-versions
 ! [rejected]                temp_auto_checkin_branch -> master (fetch first)
error: failed to push some refs to 'https://chrome-internal.googlesource.com/chromeos/manifest-versions'
hint: Updates were rejected because the remote contains work that you do
hint: not have locally. This is usually caused by another repository pushing
hint: to the same ref. You may want to first integrate the remote changes
hint: (e.g., 'git pull ...') before pushing again.
hint: See the 'Note about fast-forwards' in 'git push --help' for details.

Some searching found that LKGM == Last Known Good Manifest, which should be the manifest of git repositories.

That step of attempting and failing to generate an LKGTM Candidate repeated many times until eventually some part of the system rightly decided to give up.

TBD if this is a one-off flake or if this will repeat.
 
Cc: moragues@chromium.org vapier@chromium.org yueherngl@chromium.org
Per vapier's followup in https://chrome-internal-review.googlesource.com/c/chromeos/manifest-internal/+/722322 , that CL might have caused this.
...though I'm not at all sure, I might be conflating two entirely separate issues.  I will have more time to look tomorrow if either issue continues to be a problem in the CQ.
Mergedinto: 791061
Status: Duplicate (was: Untriaged)
it's unrelated to CL:722322.  i think this is just another instance of our long existing race between builders that all want to write to this repo.

basically it's a flake that usually gets retried to workaround.

Sign in to add a comment