Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Unable to push to gerrit

I'm going to abandon every commit then, thanks Alexander.

Il dom 3 mag 2020, 18:11 Alexander Fedorov <alexander.fedorov@xxxxxxxxxx> ha scritto:
Hi Jonah,

Thanks for notification!

I tried to abandon all except the first one in the series but Gerrit reported that it has duplicates on attempt to upload a Patch Set.
So, I also abandoned the first one in the series and uploaded it "from scratch" to get the new Change-Id.

Regards,
AF

03.05.2020 17:48, Jonah Graham пишет:
Things are looking back to normal.

Note that many of us have duplicate gerrits now as even though an error was returned gerrits were created. Please abandon any duplicate gerrits (https://git.eclipse.org/r/#/q/project:cdt/org.eclipse.cdt+status:open) and you can either resubmit changes or manually trigger them on Jenkins to get them to build: https://ci.eclipse.org/cdt/gerrit_manual_trigger/

Please let me know if there is anything I can do to help.

Jonah

~~~
Jonah Graham
Kichwa Coders
www.kichwacoders.com


On Sat, 2 May 2020 at 01:16, Jonah Graham <jonah@xxxxxxxxxxxxxxxx> wrote:
Looks like you hit https://bugs.eclipse.org/bugs/show_bug.cgi?id=561802.

No workaround I know of. 

Jonah


On Sat., May 2, 2020, 00:53 Nathan Ridge, <zeratul976@xxxxxxxxxxx> wrote:
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
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/cdt-dev

_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/cdt-dev

_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/cdt-dev

Back to the top