Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] Unable to push to gerrit
  • From: Nathan Ridge <zeratul976@xxxxxxxxxxx>
  • Date: Sat, 2 May 2020 04:52:41 +0000
  • Accept-language: en-CA, en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=none; dmarc=none; dkim=none; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=Cxe+70aubJQFCggLJ7mgtT869vkyOCoWMHcfunXxOh0=; b=kS/vHJmHT4xQGVeGxZ0YWAVzy2eezx06zSPYpIh8bf+61srAUAQfEONIpVZV3onKQAqXsyPt6KsvrtzmvcdNArmS7SLCFQsQRYlluMk0zgYxFs1I9h4lYxBelKZ2R4T5ssHLLQGsWrMqfs6qO2HG9S/NMES+yABJo/lsCZA473oI8922eqKG8zLRPpxMSTzYhPdCmpTmteiXGUxYzXwATMa75ElycAdANjmK9lxeGoYrhvzW3cOsXLKpO1PSNHyRfOj9bNvvQ6ZVY7xj9umtaXP9c4sHV7uGXl9v6k3T1s/Ra5sesMCPXZ467yWkWTqAblfJ0zlefOA9wbGYrBKxrw==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=dKfGYInsXt0SALQxdcHyx8WUgV7Iz1KujLeaVHR8MFJC4ojFFz31bOg3ZIOZKOOYl+0grp0u5A1JOBFPIEaQgM8FnAwqhke0GkD2lZYWSyBhnXjBJ82Nz2aioDUzh7lZ88xrU6I4YLLCkToQb9/zoU17V1KBjDxG2FBcmFE7RVdgWnEMoGKbVscoFqaihFee03KZ1ryt+b8FoNse9MO3aCcCrfoCvYRmR2TRDgN6FzPD9yQpuhoa9NG0I60sj7tb48e3+vzmo+QjWRFvy5sRn48h13B6ixJSqK4bVl2AzHaQVzGpSITEfTDSuAv1UiPobbnLKcqkHmXHUSE5hGqOfQ==
  • Delivered-to: cdt-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/cdt-dev>
  • List-help: <mailto:cdt-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/cdt-dev>, <mailto:cdt-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/cdt-dev>, <mailto:cdt-dev-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AQHWID0icxIRiP4scEC6nquMNy+4wQ==
  • Thread-topic: Unable to push to gerrit

Hi folks,

I recently tried to push a patch to gerrit and it failed with the following error:

$ git push gerrit
Enumerating objects: 45, done.
Counting objects: 100% (45/45), done.
Delta compression using up to 8 threads
Compressing objects: 100% (15/15), done.
Writing objects: 100% (24/24), 2.14 KiB | 2.14 MiB/s, done.
Total 24 (delta 11), reused 0 (delta 0)
remote: Resolving deltas: 100% (11/11)
remote: Processing changes: new: 1, refs: 2, done    
remote: warning: d0ef35a: subject >50 characters; use shorter first paragraph
remote: ----------
remote: Reviewing commit: d0ef35ab
remote: Authored by: Nathan Ridge <zeratul976@xxxxxxxxxxx>
remote: 
remote: The author is a committer on the project.
remote: 
remote: This commit passes Eclipse validation.
remote: 
remote: New Changes:
remote:   https://git.eclipse.org/r/161899 Bug 562697 - Fix comparison of qualifier type and pointer type
remote: 
To ssh://git.eclipse.org:29418/cdt/org.eclipse.cdt.git
 ! [remote rejected]       HEAD -> refs/for/master (internal server error: Error inserting change/patchset)
error: failed to push some refs to 'ssh://nridge@xxxxxxxxxxxxxxx:29418/cdt/org.eclipse.cdt.git'

A second and subequent attempts fail with a slightly different error:

$ git push gerrit
Enumerating objects: 45, done.
Counting objects: 100% (45/45), done.
Delta compression using up to 8 threads
Compressing objects: 100% (15/15), done.
Writing objects: 100% (24/24), 2.14 KiB | 2.14 MiB/s, done.
Total 24 (delta 11), reused 0 (delta 0)
remote: Resolving deltas: 100% (11/11)
remote: Processing changes: refs: 1, done    
To ssh://git.eclipse.org:29418/cdt/org.eclipse.cdt.git
 ! [remote rejected]       HEAD -> refs/for/master (no new changes)
error: failed to push some refs to 'ssh://nridge@xxxxxxxxxxxxxxx:29418/cdt/org.eclipse.cdt.git'

As far as I can tell, I'm not doing anything differently from before.

Any suggestions as to what might be going wrong?

Thanks,
Nate

Back to the top