[haiku-bugs] [Haiku] #16608: Can't push changes to Gerrit

  • From: "Haiku" <trac@xxxxxxxxxxxx>
  • To: undisclosed-recipients: ;
  • Date: Tue, 17 Nov 2020 12:28:46 -0000

#16608: Can't push changes to Gerrit
----------------------------+--------------------------
 Reporter:  pulkomandy      |       Owner:  kallisti5
     Type:  bug             |      Status:  new
 Priority:  normal          |   Milestone:  Unscheduled
Component:  Website/Gerrit  |     Version:  R1/beta2
 Keywords:                  |  Blocked By:
 Blocking:                  |    Platform:  All
----------------------------+--------------------------
 Tried to push some changes to Gerrit and it failed.

 It's a rebase of the XFS work on top of current master (Gerrit says they
 are in merge conflict, wanted to solve that so the code review can
 continue).

 {{{
 ~/opensource/haiku$ git push origin HEAD:refs/for/master
 Énumération des objets: 188, fait.
 Décompte des objets: 100% (188/188), fait.
 Compression par delta en utilisant jusqu'à 8 fils d'exécution
 Compression des objets: 100% (103/103), fait.
 Écriture des objets: 100% (162/162), 40.87 KiB | 760.00 KiB/s, fait.
 Total 162 (delta 132), réutilisés 74 (delta 56)
 remote: Resolving deltas: 100% (132/132)
 remote: Processing changes: refs: 1, updated: 11, done
 To ssh://review.haiku-os.org/haiku
  ! [remote rejected]       HEAD -> refs/for/master (internal server error:
 Error inserting change/patchset)
 error: impossible de pousser des références vers 'ssh://pulkomandy@review
 .haiku-os.org/haiku'
 ~/opensource/haiku$ git push origin HEAD:refs/for/master
 }}}

 Different error on second try (apparently the changes are on the server,
 but were not processed to update the corresponding change requests):

 {{{
 Énumération des objets: 188, fait.
 Décompte des objets: 100% (188/188), fait.
 Compression par delta en utilisant jusqu'à 8 fils d'exécution
 Compression des objets: 100% (103/103), fait.
 Écriture des objets: 100% (162/162), 40.87 KiB | 775.00 KiB/s, fait.
 Total 162 (delta 132), réutilisés 74 (delta 56)
 remote: Resolving deltas: 100% (132/132)
 remote: Processing changes: refs: 1, done
 To ssh://review.haiku-os.org/haiku
  ! [remote rejected]       HEAD -> refs/for/master (no new changes)
 error: impossible de pousser des références vers 'ssh://pulkomandy@review
 .haiku-os.org/haiku'
 }}}
-- 
Ticket URL: <https://dev.haiku-os.org/ticket/16608>
Haiku <https://dev.haiku-os.org>
The Haiku operating system.

Other related posts: