On 7/28/22 17:26, Mark Wielaard wrote: > Hi, > > I setup git users try branches for elfutils. If you have commit > access to elfutils.git you can now push to a users/<name>/try-xxx > branch and the buildbot will do builds and sent you (the commit > author) email about the results. The builds are also visible at: > https://builder.sourceware.org/buildbot/#/builders?tags=elfutils-try >
Hi. I would like to try this great feature! > My workflow to use this looks like: > > - git checkout -b ar_size > - hack, hack, hack... OK, looks good to submit > - git commit -a -m "Now who got an ar_size?" > - git push origin ar_size:users/mark/try-ar_size > - ... wait for the emails to come in or watch buildbot logs ... But I get: git push origin PR29474-fix-debuginfod-concurrency:users/marxin/try-PR29474-fix-debuginfod-concurrency Enumerating objects: 15, done. Counting objects: 100% (15/15), done. Delta compression using up to 16 threads Compressing objects: 100% (9/9), done. Writing objects: 100% (9/9), 1.69 KiB | 1.69 MiB/s, done. Total 9 (delta 7), reused 0 (delta 0), pack-reused 0 error: remote unpack failed: unable to create temporary object directory To ssh://sourceware.org/git/elfutils.git ! [remote rejected] PR29474-fix-debuginfod-concurrency -> users/marxin/try-PR29474-fix-debuginfod-concurrency (unpacker error) error: failed to push some refs to 'ssh://sourceware.org/git/elfutils.git' Can you please take a look what happens? Thanks, Martin