Source: hg-git Version: 0.9.0-1 Severity: serious Justification: FTBFS on amd64 Tags: bullseye sid ftbfs Usertags: ftbfs-20201027 ftbfs-bullseye
Hi, During a rebuild of all packages in sid, your package failed to build on amd64. Relevant part (hopefully): > make[2]: Entering directory '/<<PKGBUILDDIR>>' > cd tests && python3 run-tests.py --with-hg=`which hg` --blacklist > /<<PKGBUILDDIR>>/debian/hg-git.test_blacklist > running 41 tests using 4 parallel processes > sss > --- /<<PKGBUILDDIR>>/tests/test-file-removal.t > +++ /<<PKGBUILDDIR>>/tests/test-file-removal.t.err > @@ -168,6 +168,12 @@ > searching for changes > adding objects > added 9 commits with 8 trees and 5 blobs > + /<<PKGBUILDDIR>>/hggit/git_handler.py:431: DeprecationWarning: Use > SendPackResult.refs instead. > + if old_refs == new_refs: > + /<<PKGBUILDDIR>>/hggit/git_handler.py:434: DeprecationWarning: Use > SendPackResult.refs instead. > + elif len(new_refs) > len(old_refs): > + /<<PKGBUILDDIR>>/hggit/git_handler.py:435: DeprecationWarning: Use > SendPackResult.refs instead. > + ret = 1 + (len(new_refs) - len(old_refs)) > > $ cd .. > $ git --git-dir=gitrepo2 log --pretty=medium > > ERROR: test-file-removal.t output changed > !. > --- /<<PKGBUILDDIR>>/tests/test-renames.t > +++ /<<PKGBUILDDIR>>/tests/test-renames.t.err > @@ -371,6 +371,16 @@ > adding objects > added 2 commits with 2 trees and 3 blobs > updating reference refs/heads/master > + /<<PKGBUILDDIR>>/hggit/git_handler.py:411: DeprecationWarning: Use > SendPackResult.refs instead. > + if remote_name and new_refs: > + /usr/lib/python3/dist-packages/mercurial/pycompat.py:362: > DeprecationWarning: Use SendPackResult.refs instead. > + iteritems = lambda x: x.items() > + /<<PKGBUILDDIR>>/hggit/git_handler.py:431: DeprecationWarning: Use > SendPackResult.refs instead. > + if old_refs == new_refs: > + /<<PKGBUILDDIR>>/hggit/git_handler.py:434: DeprecationWarning: Use > SendPackResult.refs instead. > + elif len(new_refs) > len(old_refs): > + /<<PKGBUILDDIR>>/hggit/git_handler.py:436: DeprecationWarning: Use > SendPackResult.refs instead. > + elif len(old_refs) > len(new_refs): > > $ cd ../gitrepo > $ git log master --pretty=oneline > > ERROR: test-renames.t output changed > !. > --- /<<PKGBUILDDIR>>/tests/test-hg-author.t > +++ /<<PKGBUILDDIR>>/tests/test-hg-author.t.err > @@ -26,6 +26,16 @@ > adding objects > added 1 commits with 1 trees and 1 blobs > updating reference refs/heads/master > + /<<PKGBUILDDIR>>/hggit/git_handler.py:411: DeprecationWarning: Use > SendPackResult.refs instead. > + if remote_name and new_refs: > + /usr/lib/python3/dist-packages/mercurial/pycompat.py:362: > DeprecationWarning: Use SendPackResult.refs instead. > + iteritems = lambda x: x.items() > + /<<PKGBUILDDIR>>/hggit/git_handler.py:431: DeprecationWarning: Use > SendPackResult.refs instead. > + if old_refs == new_refs: > + /<<PKGBUILDDIR>>/hggit/git_handler.py:434: DeprecationWarning: Use > SendPackResult.refs instead. > + elif len(new_refs) > len(old_refs): > + /<<PKGBUILDDIR>>/hggit/git_handler.py:436: DeprecationWarning: Use > SendPackResult.refs instead. > + elif len(old_refs) > len(new_refs): > > $ echo gamma >> beta > $ fn_hg_commit -u "test <t...@example.com> (comment)" -m 'modify beta' > @@ -35,6 +45,16 @@ > adding objects > added 1 commits with 1 trees and 1 blobs > updating reference refs/heads/master > + /<<PKGBUILDDIR>>/hggit/git_handler.py:411: DeprecationWarning: Use > SendPackResult.refs instead. > + if remote_name and new_refs: > + /usr/lib/python3/dist-packages/mercurial/pycompat.py:362: > DeprecationWarning: Use SendPackResult.refs instead. > + iteritems = lambda x: x.items() > + /<<PKGBUILDDIR>>/hggit/git_handler.py:431: DeprecationWarning: Use > SendPackResult.refs instead. > + if old_refs == new_refs: > + /<<PKGBUILDDIR>>/hggit/git_handler.py:434: DeprecationWarning: Use > SendPackResult.refs instead. > + elif len(new_refs) > len(old_refs): > + /<<PKGBUILDDIR>>/hggit/git_handler.py:436: DeprecationWarning: Use > SendPackResult.refs instead. > + elif len(old_refs) > len(new_refs): > > $ echo gamma > gamma > $ hg add gamma > @@ -45,6 +65,16 @@ > adding objects > added 1 commits with 1 trees and 1 blobs > updating reference refs/heads/master > + /<<PKGBUILDDIR>>/hggit/git_handler.py:411: DeprecationWarning: Use > SendPackResult.refs instead. > + if remote_name and new_refs: > + /usr/lib/python3/dist-packages/mercurial/pycompat.py:362: > DeprecationWarning: Use SendPackResult.refs instead. > + iteritems = lambda x: x.items() > + /<<PKGBUILDDIR>>/hggit/git_handler.py:431: DeprecationWarning: Use > SendPackResult.refs instead. > + if old_refs == new_refs: > + /<<PKGBUILDDIR>>/hggit/git_handler.py:434: DeprecationWarning: Use > SendPackResult.refs instead. > + elif len(new_refs) > len(old_refs): > + /<<PKGBUILDDIR>>/hggit/git_handler.py:436: DeprecationWarning: Use > SendPackResult.refs instead. > + elif len(old_refs) > len(new_refs): > > $ echo delta > delta > $ hg add delta > @@ -55,6 +85,16 @@ > adding objects > added 1 commits with 1 trees and 1 blobs > updating reference refs/heads/master > + /<<PKGBUILDDIR>>/hggit/git_handler.py:411: DeprecationWarning: Use > SendPackResult.refs instead. > + if remote_name and new_refs: > + /usr/lib/python3/dist-packages/mercurial/pycompat.py:362: > DeprecationWarning: Use SendPackResult.refs instead. > + iteritems = lambda x: x.items() > + /<<PKGBUILDDIR>>/hggit/git_handler.py:431: DeprecationWarning: Use > SendPackResult.refs instead. > + if old_refs == new_refs: > + /<<PKGBUILDDIR>>/hggit/git_handler.py:434: DeprecationWarning: Use > SendPackResult.refs instead. > + elif len(new_refs) > len(old_refs): > + /<<PKGBUILDDIR>>/hggit/git_handler.py:436: DeprecationWarning: Use > SendPackResult.refs instead. > + elif len(old_refs) > len(new_refs): > > $ echo epsilon > epsilon > $ hg add epsilon > @@ -65,6 +105,16 @@ > adding objects > added 1 commits with 1 trees and 1 blobs > updating reference refs/heads/master > + /<<PKGBUILDDIR>>/hggit/git_handler.py:411: DeprecationWarning: Use > SendPackResult.refs instead. > + if remote_name and new_refs: > + /usr/lib/python3/dist-packages/mercurial/pycompat.py:362: > DeprecationWarning: Use SendPackResult.refs instead. > + iteritems = lambda x: x.items() > + /<<PKGBUILDDIR>>/hggit/git_handler.py:431: DeprecationWarning: Use > SendPackResult.refs instead. > + if old_refs == new_refs: > + /<<PKGBUILDDIR>>/hggit/git_handler.py:434: DeprecationWarning: Use > SendPackResult.refs instead. > + elif len(new_refs) > len(old_refs): > + /<<PKGBUILDDIR>>/hggit/git_handler.py:436: DeprecationWarning: Use > SendPackResult.refs instead. > + elif len(old_refs) > len(new_refs): > > $ echo zeta > zeta > $ hg add zeta > @@ -75,6 +125,16 @@ > adding objects > added 1 commits with 1 trees and 1 blobs > updating reference refs/heads/master > + /<<PKGBUILDDIR>>/hggit/git_handler.py:411: DeprecationWarning: Use > SendPackResult.refs instead. > + if remote_name and new_refs: > + /usr/lib/python3/dist-packages/mercurial/pycompat.py:362: > DeprecationWarning: Use SendPackResult.refs instead. > + iteritems = lambda x: x.items() > + /<<PKGBUILDDIR>>/hggit/git_handler.py:431: DeprecationWarning: Use > SendPackResult.refs instead. > + if old_refs == new_refs: > + /<<PKGBUILDDIR>>/hggit/git_handler.py:434: DeprecationWarning: Use > SendPackResult.refs instead. > + elif len(new_refs) > len(old_refs): > + /<<PKGBUILDDIR>>/hggit/git_handler.py:436: DeprecationWarning: Use > SendPackResult.refs instead. > + elif len(old_refs) > len(new_refs): > > $ echo eta > eta > $ hg add eta > @@ -85,6 +145,16 @@ > adding objects > added 1 commits with 1 trees and 1 blobs > updating reference refs/heads/master > + /<<PKGBUILDDIR>>/hggit/git_handler.py:411: DeprecationWarning: Use > SendPackResult.refs instead. > + if remote_name and new_refs: > + /usr/lib/python3/dist-packages/mercurial/pycompat.py:362: > DeprecationWarning: Use SendPackResult.refs instead. > + iteritems = lambda x: x.items() > + /<<PKGBUILDDIR>>/hggit/git_handler.py:431: DeprecationWarning: Use > SendPackResult.refs instead. > + if old_refs == new_refs: > + /<<PKGBUILDDIR>>/hggit/git_handler.py:434: DeprecationWarning: Use > SendPackResult.refs instead. > + elif len(new_refs) > len(old_refs): > + /<<PKGBUILDDIR>>/hggit/git_handler.py:436: DeprecationWarning: Use > SendPackResult.refs instead. > + elif len(old_refs) > len(new_refs): > > $ echo theta > theta > $ hg add theta > @@ -95,6 +165,16 @@ > adding objects > added 1 commits with 1 trees and 1 blobs > updating reference refs/heads/master > + /<<PKGBUILDDIR>>/hggit/git_handler.py:411: DeprecationWarning: Use > SendPackResult.refs instead. > + if remote_name and new_refs: > + /usr/lib/python3/dist-packages/mercurial/pycompat.py:362: > DeprecationWarning: Use SendPackResult.refs instead. > + iteritems = lambda x: x.items() > + /<<PKGBUILDDIR>>/hggit/git_handler.py:431: DeprecationWarning: Use > SendPackResult.refs instead. > + if old_refs == new_refs: > + /<<PKGBUILDDIR>>/hggit/git_handler.py:434: DeprecationWarning: Use > SendPackResult.refs instead. > + elif len(new_refs) > len(old_refs): > + /<<PKGBUILDDIR>>/hggit/git_handler.py:436: DeprecationWarning: Use > SendPackResult.refs instead. > + elif len(old_refs) > len(new_refs): > > $ hg log --graph > @ changeset: 8:c5d1976ab12c > > ERROR: test-hg-author.t output changed > ! > --- /<<PKGBUILDDIR>>/tests/test-octopus.t > +++ /<<PKGBUILDDIR>>/tests/test-octopus.t.err > @@ -111,6 +111,12 @@ > searching for changes > adding objects > added 8 commits with 8 trees and 6 blobs > + /<<PKGBUILDDIR>>/hggit/git_handler.py:431: DeprecationWarning: Use > SendPackResult.refs instead. > + if old_refs == new_refs: > + /<<PKGBUILDDIR>>/hggit/git_handler.py:434: DeprecationWarning: Use > SendPackResult.refs instead. > + elif len(new_refs) > len(old_refs): > + /<<PKGBUILDDIR>>/hggit/git_handler.py:435: DeprecationWarning: Use > SendPackResult.refs instead. > + ret = 1 + (len(new_refs) - len(old_refs)) > $ cd .. > > $ git --git-dir=gitrepo2 log --pretty=medium | sed s/\\.\\.\\.//g > > ERROR: test-octopus.t output changed > ! > --- /<<PKGBUILDDIR>>/tests/test-extra.t > +++ /<<PKGBUILDDIR>>/tests/test-extra.t.err > @@ -54,6 +54,16 @@ > adding objects > added 3 commits with 3 trees and 0 blobs > adding reference refs/heads/b1 > + /<<PKGBUILDDIR>>/hggit/git_handler.py:411: DeprecationWarning: Use > SendPackResult.refs instead. > + if remote_name and new_refs: > + /usr/lib/python3/dist-packages/mercurial/pycompat.py:362: > DeprecationWarning: Use SendPackResult.refs instead. > + iteritems = lambda x: x.items() > + /<<PKGBUILDDIR>>/hggit/git_handler.py:431: DeprecationWarning: Use > SendPackResult.refs instead. > + if old_refs == new_refs: > + /<<PKGBUILDDIR>>/hggit/git_handler.py:434: DeprecationWarning: Use > SendPackResult.refs instead. > + elif len(new_refs) > len(old_refs): > + /<<PKGBUILDDIR>>/hggit/git_handler.py:435: DeprecationWarning: Use > SendPackResult.refs instead. > + ret = 1 + (len(new_refs) - len(old_refs)) > > $ hg bookmark b2 > $ hg mv c c2 > @@ -85,6 +95,16 @@ > added 3 commits with 3 trees and 0 blobs > adding reference refs/heads/b2 > adding reference refs/heads/b3 > + /<<PKGBUILDDIR>>/hggit/git_handler.py:411: DeprecationWarning: Use > SendPackResult.refs instead. > + if remote_name and new_refs: > + /usr/lib/python3/dist-packages/mercurial/pycompat.py:362: > DeprecationWarning: Use SendPackResult.refs instead. > + iteritems = lambda x: x.items() > + /<<PKGBUILDDIR>>/hggit/git_handler.py:431: DeprecationWarning: Use > SendPackResult.refs instead. > + if old_refs == new_refs: > + /<<PKGBUILDDIR>>/hggit/git_handler.py:434: DeprecationWarning: Use > SendPackResult.refs instead. > + elif len(new_refs) > len(old_refs): > + /<<PKGBUILDDIR>>/hggit/git_handler.py:435: DeprecationWarning: Use > SendPackResult.refs instead. > + ret = 1 + (len(new_refs) - len(old_refs)) > > $ cd ../gitrepo > $ git cat-file commit b1 > > ERROR: test-extra.t output changed > ! > --- /<<PKGBUILDDIR>>/tests/test-subrepos.t > +++ /<<PKGBUILDDIR>>/tests/test-subrepos.t.err > @@ -75,6 +75,16 @@ > adding objects > added 1 commits with 2 trees and 1 blobs > updating reference refs/heads/master > + /<<PKGBUILDDIR>>/hggit/git_handler.py:411: DeprecationWarning: Use > SendPackResult.refs instead. > + if remote_name and new_refs: > + /usr/lib/python3/dist-packages/mercurial/pycompat.py:362: > DeprecationWarning: Use SendPackResult.refs instead. > + iteritems = lambda x: x.items() > + /<<PKGBUILDDIR>>/hggit/git_handler.py:431: DeprecationWarning: Use > SendPackResult.refs instead. > + if old_refs == new_refs: > + /<<PKGBUILDDIR>>/hggit/git_handler.py:434: DeprecationWarning: Use > SendPackResult.refs instead. > + elif len(new_refs) > len(old_refs): > + /<<PKGBUILDDIR>>/hggit/git_handler.py:436: DeprecationWarning: Use > SendPackResult.refs instead. > + elif len(old_refs) > len(new_refs): > $ cd .. > $ cd gitrepo1 > there shall be two gitlink entries, with values matching that in .hgsubstate > > ERROR: test-subrepos.t output changed > ! > --- /<<PKGBUILDDIR>>/tests/test-bookmark-workflow.t > +++ /<<PKGBUILDDIR>>/tests/test-bookmark-workflow.t.err > @@ -132,6 +132,12 @@ > pushing to $TESTTMP/gitremoterepo > searching for changes > no changes found > + /<<PKGBUILDDIR>>/hggit/git_handler.py:411: DeprecationWarning: Use > SendPackResult.refs instead. > + if remote_name and new_refs: > + /usr/lib/python3/dist-packages/mercurial/pycompat.py:362: > DeprecationWarning: Use SendPackResult.refs instead. > + iteritems = lambda x: x.items() > + /<<PKGBUILDDIR>>/hggit/git_handler.py:431: DeprecationWarning: Use > SendPackResult.refs instead. > + if old_refs == new_refs: > [1] > $ cd .. > > > ERROR: test-bookmark-workflow.t output changed > ! > --- /<<PKGBUILDDIR>>/tests/test-push.t > +++ /<<PKGBUILDDIR>>/tests/test-push.t.err > @@ -33,6 +33,16 @@ > adding objects > added 1 commits with 1 trees and 1 blobs > adding reference refs/heads/beta > + /<<PKGBUILDDIR>>/hggit/git_handler.py:411: DeprecationWarning: Use > SendPackResult.refs instead. > + if remote_name and new_refs: > + /usr/lib/python3/dist-packages/mercurial/pycompat.py:362: > DeprecationWarning: Use SendPackResult.refs instead. > + iteritems = lambda x: x.items() > + /<<PKGBUILDDIR>>/hggit/git_handler.py:431: DeprecationWarning: Use > SendPackResult.refs instead. > + if old_refs == new_refs: > + /<<PKGBUILDDIR>>/hggit/git_handler.py:434: DeprecationWarning: Use > SendPackResult.refs instead. > + elif len(new_refs) > len(old_refs): > + /<<PKGBUILDDIR>>/hggit/git_handler.py:435: DeprecationWarning: Use > SendPackResult.refs instead. > + ret = 1 + (len(new_refs) - len(old_refs)) > > $ cd .. > > @@ -108,12 +118,28 @@ > adding objects > added 1 commits with 1 trees and 1 blobs > updating reference refs/heads/master > + /<<PKGBUILDDIR>>/hggit/git_handler.py:411: DeprecationWarning: Use > SendPackResult.refs instead. > + if remote_name and new_refs: > + /usr/lib/python3/dist-packages/mercurial/pycompat.py:362: > DeprecationWarning: Use SendPackResult.refs instead. > + iteritems = lambda x: x.items() > + /<<PKGBUILDDIR>>/hggit/git_handler.py:431: DeprecationWarning: Use > SendPackResult.refs instead. > + if old_refs == new_refs: > + /<<PKGBUILDDIR>>/hggit/git_handler.py:434: DeprecationWarning: Use > SendPackResult.refs instead. > + elif len(new_refs) > len(old_refs): > + /<<PKGBUILDDIR>>/hggit/git_handler.py:436: DeprecationWarning: Use > SendPackResult.refs instead. > + elif len(old_refs) > len(new_refs): > > this should fail, no changes to push > $ hg push -r master > pushing to $TESTTMP/gitrepo > searching for changes > no changes found > + /<<PKGBUILDDIR>>/hggit/git_handler.py:411: DeprecationWarning: Use > SendPackResult.refs instead. > + if remote_name and new_refs: > + /usr/lib/python3/dist-packages/mercurial/pycompat.py:362: > DeprecationWarning: Use SendPackResult.refs instead. > + iteritems = lambda x: x.items() > + /<<PKGBUILDDIR>>/hggit/git_handler.py:431: DeprecationWarning: Use > SendPackResult.refs instead. > + if old_refs == new_refs: > [1] > > hg-git issue103 -- directories can lose information at hg-git export time > @@ -130,6 +156,16 @@ > adding objects > added 1 commits with 2 trees and 0 blobs > updating reference refs/heads/master > + /<<PKGBUILDDIR>>/hggit/git_handler.py:411: DeprecationWarning: Use > SendPackResult.refs instead. > + if remote_name and new_refs: > + /usr/lib/python3/dist-packages/mercurial/pycompat.py:362: > DeprecationWarning: Use SendPackResult.refs instead. > + iteritems = lambda x: x.items() > + /<<PKGBUILDDIR>>/hggit/git_handler.py:431: DeprecationWarning: Use > SendPackResult.refs instead. > + if old_refs == new_refs: > + /<<PKGBUILDDIR>>/hggit/git_handler.py:434: DeprecationWarning: Use > SendPackResult.refs instead. > + elif len(new_refs) > len(old_refs): > + /<<PKGBUILDDIR>>/hggit/git_handler.py:436: DeprecationWarning: Use > SendPackResult.refs instead. > + elif len(old_refs) > len(new_refs): > > $ echo beta > dir1/beta > $ hg add dir1/beta > @@ -140,6 +176,16 @@ > adding objects > added 1 commits with 2 trees and 0 blobs > updating reference refs/heads/master > + /<<PKGBUILDDIR>>/hggit/git_handler.py:411: DeprecationWarning: Use > SendPackResult.refs instead. > + if remote_name and new_refs: > + /usr/lib/python3/dist-packages/mercurial/pycompat.py:362: > DeprecationWarning: Use SendPackResult.refs instead. > + iteritems = lambda x: x.items() > + /<<PKGBUILDDIR>>/hggit/git_handler.py:431: DeprecationWarning: Use > SendPackResult.refs instead. > + if old_refs == new_refs: > + /<<PKGBUILDDIR>>/hggit/git_handler.py:434: DeprecationWarning: Use > SendPackResult.refs instead. > + elif len(new_refs) > len(old_refs): > + /<<PKGBUILDDIR>>/hggit/git_handler.py:436: DeprecationWarning: Use > SendPackResult.refs instead. > + elif len(old_refs) > len(new_refs): > $ hg log -r master > changeset: 5:ba0476ff1899 > bookmark: master > @@ -173,6 +219,8 @@ > pushing to gitrepo2 > searching for changes > no changes found > + /<<PKGBUILDDIR>>/hggit/git_handler.py:431: DeprecationWarning: Use > SendPackResult.refs instead. > + if old_refs == new_refs: > [1] > > The remote repo is empty and the local one doesn't have any bookmarks/tags > @@ -188,6 +236,12 @@ > searching for changes > adding objects > added 1 commits with 1 trees and 1 blobs > + /<<PKGBUILDDIR>>/hggit/git_handler.py:431: DeprecationWarning: Use > SendPackResult.refs instead. > + if old_refs == new_refs: > + /<<PKGBUILDDIR>>/hggit/git_handler.py:434: DeprecationWarning: Use > SendPackResult.refs instead. > + elif len(new_refs) > len(old_refs): > + /<<PKGBUILDDIR>>/hggit/git_handler.py:435: DeprecationWarning: Use > SendPackResult.refs instead. > + ret = 1 + (len(new_refs) - len(old_refs)) > (the phases line was added in Mercurial 3.5) > $ hg summary | grep -Ev '^phases:' > parent: -1:000000000000 (no revision checked out) > > ERROR: test-push.t output changed > ! > --- /<<PKGBUILDDIR>>/tests/test-branch-bookmark-suffix.t > +++ /<<PKGBUILDDIR>>/tests/test-branch-bookmark-suffix.t.err > @@ -68,6 +68,12 @@ > searching for changes > adding objects > added 2 commits with 2 trees and 2 blobs > + /<<PKGBUILDDIR>>/hggit/git_handler.py:431: DeprecationWarning: Use > SendPackResult.refs instead. > + if old_refs == new_refs: > + /<<PKGBUILDDIR>>/hggit/git_handler.py:434: DeprecationWarning: Use > SendPackResult.refs instead. > + elif len(new_refs) > len(old_refs): > + /<<PKGBUILDDIR>>/hggit/git_handler.py:435: DeprecationWarning: Use > SendPackResult.refs instead. > + ret = 1 + (len(new_refs) - len(old_refs)) > > $ cd .. > > > ERROR: test-branch-bookmark-suffix.t output changed > !.. > --- /<<PKGBUILDDIR>>/tests/test-hg-tags-invalid.t > +++ /<<PKGBUILDDIR>>/tests/test-hg-tags-invalid.t.err > @@ -30,6 +30,16 @@ > updating reference refs/heads/master > adding reference refs/tags/alph#a > adding reference refs/tags/gamm_a > + /<<PKGBUILDDIR>>/hggit/git_handler.py:411: DeprecationWarning: Use > SendPackResult.refs instead. > + if remote_name and new_refs: > + /usr/lib/python3/dist-packages/mercurial/pycompat.py:362: > DeprecationWarning: Use SendPackResult.refs instead. > + iteritems = lambda x: x.items() > + /<<PKGBUILDDIR>>/hggit/git_handler.py:431: DeprecationWarning: Use > SendPackResult.refs instead. > + if old_refs == new_refs: > + /<<PKGBUILDDIR>>/hggit/git_handler.py:434: DeprecationWarning: Use > SendPackResult.refs instead. > + elif len(new_refs) > len(old_refs): > + /<<PKGBUILDDIR>>/hggit/git_handler.py:435: DeprecationWarning: Use > SendPackResult.refs instead. > + ret = 1 + (len(new_refs) - len(old_refs)) > > $ hg log --graph > @ changeset: 3:0950ab44ea23 > > ERROR: test-hg-tags-invalid.t output changed > !.. > --- /<<PKGBUILDDIR>>/tests/test-clone.t > +++ /<<PKGBUILDDIR>>/tests/test-clone.t.err > @@ -96,6 +96,8 @@ > pushing to gitrepo > searching for changes > no changes found > + /<<PKGBUILDDIR>>/hggit/git_handler.py:431: DeprecationWarning: Use > SendPackResult.refs instead. > + if old_refs == new_refs: > [1] > $ ls hgrepo-shared/.hg | grep git > [1] > > ERROR: test-clone.t output changed > ! > --- /<<PKGBUILDDIR>>/tests/test-merge.t > +++ /<<PKGBUILDDIR>>/tests/test-merge.t.err > @@ -44,6 +44,12 @@ > searching for changes > adding objects > added 4 commits with 4 trees and 3 blobs > + /<<PKGBUILDDIR>>/hggit/git_handler.py:431: DeprecationWarning: Use > SendPackResult.refs instead. > + if old_refs == new_refs: > + /<<PKGBUILDDIR>>/hggit/git_handler.py:434: DeprecationWarning: Use > SendPackResult.refs instead. > + elif len(new_refs) > len(old_refs): > + /<<PKGBUILDDIR>>/hggit/git_handler.py:435: DeprecationWarning: Use > SendPackResult.refs instead. > + ret = 1 + (len(new_refs) - len(old_refs)) > > $ cd .. > git log in repo pushed from hg > > ERROR: test-merge.t output changed > !. > --- /<<PKGBUILDDIR>>/tests/test-hg-branch.t > +++ /<<PKGBUILDDIR>>/tests/test-hg-branch.t.err > @@ -26,6 +26,16 @@ > adding objects > added 1 commits with 1 trees and 0 blobs > updating reference refs/heads/master > + /<<PKGBUILDDIR>>/hggit/git_handler.py:411: DeprecationWarning: Use > SendPackResult.refs instead. > + if remote_name and new_refs: > + /usr/lib/python3/dist-packages/mercurial/pycompat.py:362: > DeprecationWarning: Use SendPackResult.refs instead. > + iteritems = lambda x: x.items() > + /<<PKGBUILDDIR>>/hggit/git_handler.py:431: DeprecationWarning: Use > SendPackResult.refs instead. > + if old_refs == new_refs: > + /<<PKGBUILDDIR>>/hggit/git_handler.py:434: DeprecationWarning: Use > SendPackResult.refs instead. > + elif len(new_refs) > len(old_refs): > + /<<PKGBUILDDIR>>/hggit/git_handler.py:436: DeprecationWarning: Use > SendPackResult.refs instead. > + elif len(old_refs) > len(new_refs): > > $ hg branch gamma | grep -v 'permanent and global' > marked working directory as branch gamma > @@ -36,6 +46,16 @@ > adding objects > added 1 commits with 1 trees and 0 blobs > updating reference refs/heads/master > + /<<PKGBUILDDIR>>/hggit/git_handler.py:411: DeprecationWarning: Use > SendPackResult.refs instead. > + if remote_name and new_refs: > + /usr/lib/python3/dist-packages/mercurial/pycompat.py:362: > DeprecationWarning: Use SendPackResult.refs instead. > + iteritems = lambda x: x.items() > + /<<PKGBUILDDIR>>/hggit/git_handler.py:431: DeprecationWarning: Use > SendPackResult.refs instead. > + if old_refs == new_refs: > + /<<PKGBUILDDIR>>/hggit/git_handler.py:434: DeprecationWarning: Use > SendPackResult.refs instead. > + elif len(new_refs) > len(old_refs): > + /<<PKGBUILDDIR>>/hggit/git_handler.py:436: DeprecationWarning: Use > SendPackResult.refs instead. > + elif len(old_refs) > len(new_refs): > > $ hg log --graph > @ changeset: 2:400db38f4f64 > > ERROR: test-hg-branch.t output changed > !. > --- /<<PKGBUILDDIR>>/tests/test-hg-tags.t > +++ /<<PKGBUILDDIR>>/tests/test-hg-tags.t.err > @@ -26,6 +26,16 @@ > added 1 commits with 1 trees and 1 blobs > updating reference refs/heads/master > adding reference refs/tags/alpha > + /<<PKGBUILDDIR>>/hggit/git_handler.py:411: DeprecationWarning: Use > SendPackResult.refs instead. > + if remote_name and new_refs: > + /usr/lib/python3/dist-packages/mercurial/pycompat.py:362: > DeprecationWarning: Use SendPackResult.refs instead. > + iteritems = lambda x: x.items() > + /<<PKGBUILDDIR>>/hggit/git_handler.py:431: DeprecationWarning: Use > SendPackResult.refs instead. > + if old_refs == new_refs: > + /<<PKGBUILDDIR>>/hggit/git_handler.py:434: DeprecationWarning: Use > SendPackResult.refs instead. > + elif len(new_refs) > len(old_refs): > + /<<PKGBUILDDIR>>/hggit/git_handler.py:435: DeprecationWarning: Use > SendPackResult.refs instead. > + ret = 1 + (len(new_refs) - len(old_refs)) > > $ hg log --graph > @ changeset: 1:e8b150f84560 > > ERROR: test-hg-tags.t output changed > !.. > --- /<<PKGBUILDDIR>>/tests/test-convergedmerge.t > +++ /<<PKGBUILDDIR>>/tests/test-convergedmerge.t.err > @@ -53,6 +53,12 @@ > searching for changes > adding objects > added 5 commits with 3 trees and 3 blobs > + /<<PKGBUILDDIR>>/hggit/git_handler.py:431: DeprecationWarning: Use > SendPackResult.refs instead. > + if old_refs == new_refs: > + /<<PKGBUILDDIR>>/hggit/git_handler.py:434: DeprecationWarning: Use > SendPackResult.refs instead. > + elif len(new_refs) > len(old_refs): > + /<<PKGBUILDDIR>>/hggit/git_handler.py:435: DeprecationWarning: Use > SendPackResult.refs instead. > + ret = 1 + (len(new_refs) - len(old_refs)) > $ cd .. > > $ hg clone gitrepo hgrepo2 | grep -v '^updating' > > ERROR: test-convergedmerge.t output changed > !s. > --- /<<PKGBUILDDIR>>/tests/test-conflict-2.t > +++ /<<PKGBUILDDIR>>/tests/test-conflict-2.t.err > @@ -51,6 +51,12 @@ > searching for changes > adding objects > added 4 commits with 3 trees and 3 blobs > + /<<PKGBUILDDIR>>/hggit/git_handler.py:431: DeprecationWarning: Use > SendPackResult.refs instead. > + if old_refs == new_refs: > + /<<PKGBUILDDIR>>/hggit/git_handler.py:434: DeprecationWarning: Use > SendPackResult.refs instead. > + elif len(new_refs) > len(old_refs): > + /<<PKGBUILDDIR>>/hggit/git_handler.py:435: DeprecationWarning: Use > SendPackResult.refs instead. > + ret = 1 + (len(new_refs) - len(old_refs)) > $ cd .. > > $ hg clone gitrepo hgrepo2 | grep -v '^updating' > > ERROR: test-conflict-2.t output changed > ! > --- /<<PKGBUILDDIR>>/tests/test-tree-decomposition.t > +++ /<<PKGBUILDDIR>>/tests/test-tree-decomposition.t.err > @@ -43,6 +43,12 @@ > searching for changes > adding objects > added 3 commits with 6 trees and 3 blobs > + /<<PKGBUILDDIR>>/hggit/git_handler.py:431: DeprecationWarning: Use > SendPackResult.refs instead. > + if old_refs == new_refs: > + /<<PKGBUILDDIR>>/hggit/git_handler.py:434: DeprecationWarning: Use > SendPackResult.refs instead. > + elif len(new_refs) > len(old_refs): > + /<<PKGBUILDDIR>>/hggit/git_handler.py:435: DeprecationWarning: Use > SendPackResult.refs instead. > + ret = 1 + (len(new_refs) - len(old_refs)) > $ cd .. > > $ git --git-dir=gitrepo2 log --pretty=medium > > ERROR: test-tree-decomposition.t output changed > ! > --- /<<PKGBUILDDIR>>/tests/test-conflict-1.t > +++ /<<PKGBUILDDIR>>/tests/test-conflict-1.t.err > @@ -51,6 +51,12 @@ > searching for changes > adding objects > added 4 commits with 3 trees and 3 blobs > + /<<PKGBUILDDIR>>/hggit/git_handler.py:431: DeprecationWarning: Use > SendPackResult.refs instead. > + if old_refs == new_refs: > + /<<PKGBUILDDIR>>/hggit/git_handler.py:434: DeprecationWarning: Use > SendPackResult.refs instead. > + elif len(new_refs) > len(old_refs): > + /<<PKGBUILDDIR>>/hggit/git_handler.py:435: DeprecationWarning: Use > SendPackResult.refs instead. > + ret = 1 + (len(new_refs) - len(old_refs)) > $ cd .. > > $ hg clone gitrepo hgrepo2 | grep -v '^updating' > > ERROR: test-conflict-1.t output changed > ! > --- /<<PKGBUILDDIR>>/tests/test-git-tags.t > +++ /<<PKGBUILDDIR>>/tests/test-git-tags.t.err > @@ -45,5 +45,15 @@ > adding objects > added 1 commits with 1 trees and 1 blobs > updating reference refs/heads/master > + /<<PKGBUILDDIR>>/hggit/git_handler.py:411: DeprecationWarning: Use > SendPackResult.refs instead. > + if remote_name and new_refs: > + /usr/lib/python3/dist-packages/mercurial/pycompat.py:362: > DeprecationWarning: Use SendPackResult.refs instead. > + iteritems = lambda x: x.items() > + /<<PKGBUILDDIR>>/hggit/git_handler.py:431: DeprecationWarning: Use > SendPackResult.refs instead. > + if old_refs == new_refs: > + /<<PKGBUILDDIR>>/hggit/git_handler.py:434: DeprecationWarning: Use > SendPackResult.refs instead. > + elif len(new_refs) > len(old_refs): > + /<<PKGBUILDDIR>>/hggit/git_handler.py:436: DeprecationWarning: Use > SendPackResult.refs instead. > + elif len(old_refs) > len(new_refs): > > $ cd .. > > ERROR: test-git-tags.t output changed > ! > --- /<<PKGBUILDDIR>>/tests/test-empty-working-tree.t > +++ /<<PKGBUILDDIR>>/tests/test-empty-working-tree.t.err > @@ -26,6 +26,12 @@ > searching for changes > adding objects > added 1 commits with 1 trees and 0 blobs > + /<<PKGBUILDDIR>>/hggit/git_handler.py:431: DeprecationWarning: Use > SendPackResult.refs instead. > + if old_refs == new_refs: > + /<<PKGBUILDDIR>>/hggit/git_handler.py:434: DeprecationWarning: Use > SendPackResult.refs instead. > + elif len(new_refs) > len(old_refs): > + /<<PKGBUILDDIR>>/hggit/git_handler.py:435: DeprecationWarning: Use > SendPackResult.refs instead. > + ret = 1 + (len(new_refs) - len(old_refs)) > $ cd .. > $ git --git-dir=gitrepo2 log --pretty=medium > commit 678256865a8c85ae925bf834369264193c88f8de > > ERROR: test-empty-working-tree.t output changed > !...... > Skipped test-check-pyflakes.t: missing feature: Pyflakes python linter > Skipped test-encoding.t: blacklisted > Skipped test-git-gpg.t: missing feature: gpg client > Skipped test-incoming.t: blacklisted > Failed test-bookmark-workflow.t: output changed > Failed test-branch-bookmark-suffix.t: output changed > Failed test-clone.t: output changed > Failed test-conflict-1.t: output changed > Failed test-conflict-2.t: output changed > Failed test-convergedmerge.t: output changed > Failed test-empty-working-tree.t: output changed > Failed test-extra.t: output changed > Failed test-file-removal.t: output changed > Failed test-git-tags.t: output changed > Failed test-hg-author.t: output changed > Failed test-hg-branch.t: output changed > Failed test-hg-tags-invalid.t: output changed > Failed test-hg-tags.t: output changed > Failed test-merge.t: output changed > Failed test-octopus.t: output changed > Failed test-push.t: output changed > Failed test-renames.t: output changed > Failed test-subrepos.t: output changed > Failed test-tree-decomposition.t: output changed > # Ran 37 tests, 4 skipped, 20 failed. > python hash seed: 2899962331 > make[2]: *** [Makefile:13: tests] Error 1 The full build log is available from: http://qa-logs.debian.net/2020/10/27/hg-git_0.9.0-1_unstable.log A list of current common problems and possible solutions is available at http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute! About the archive rebuild: The rebuild was done on EC2 VM instances from Amazon Web Services, using a clean, minimal and up-to-date chroot. Every failed build was retried once to eliminate random failures.