>>> py3-hglib: Building community/py3-hglib 2.6.2-r2 (using abuild 3.10.0_rc1-r2) started Sun, 30 Oct 2022 19:15:08 +0000 >>> py3-hglib: Checking sanity of /home/buildozer/aports/community/py3-hglib/APKBUILD... >>> py3-hglib: Analyzing dependencies... >>> py3-hglib: Installing for build: build-base python3 mercurial py3-setuptools py3-nose (1/12) Installing libffi (3.4.4-r0) (2/12) Installing gdbm (1.23-r0) (3/12) Installing mpdecimal (2.5.1-r1) (4/12) Installing readline (8.2.0-r0) (5/12) Installing sqlite-libs (3.39.4-r0) (6/12) Installing python3 (3.10.8-r3) (7/12) Installing mercurial (6.2.3-r0) (8/12) Installing py3-parsing (3.0.9-r0) (9/12) Installing py3-packaging (21.3-r2) (10/12) Installing py3-setuptools (65.5.0-r0) (11/12) Installing py3-nose (1.3.7-r9) (12/12) Installing .makedepends-py3-hglib (20221030.191520) Executing busybox-1.35.0-r27.trigger OK: 299 MiB in 109 packages >>> py3-hglib: Cleaning up srcdir >>> py3-hglib: Cleaning up pkgdir >>> py3-hglib: Fetching https://distfiles.alpinelinux.org/distfiles/v3.17/python-hglib-2.6.2.tar.gz >>> py3-hglib: Fetching https://distfiles.alpinelinux.org/distfiles/v3.17/python-hglib-2.6.2.tar.gz >>> py3-hglib: Checking sha512sums... python-hglib-2.6.2.tar.gz: OK >>> py3-hglib: Unpacking /var/cache/distfiles/v3.17/python-hglib-2.6.2.tar.gz... running build running build_py creating build creating build/lib creating build/lib/hglib copying hglib/context.py -> build/lib/hglib copying hglib/templates.py -> build/lib/hglib copying hglib/util.py -> build/lib/hglib copying hglib/client.py -> build/lib/hglib copying hglib/merge.py -> build/lib/hglib copying hglib/__init__.py -> build/lib/hglib copying hglib/error.py -> build/lib/hglib EEEE.E.EE...E.EEE.EEE...E...EEE.EEE...EEE...EEEEEE..EEEEEEEE.EE..E...EEEEEEEEEEEE.EEE.EEEEEEEEEEEE ====================================================================== ERROR: test_basic (tests.test-annotate.test_annotate) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/tests/test-annotate.py", line 7, in test_basic rev, node0 = self.client.commit(b('first'), addremove=True) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 665, in commit out = self.rawcommand(args) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 258, in rawcommand ret = self.runcommand(args, inchannels, outchannels) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 192, in runcommand channel, data = self._readchannel() File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 152, in _readchannel raise error.ServerError('server exited with status %d: %s' hglib.error.ServerError: server exited with status -7: b'' ====================================================================== ERROR: test_files (tests.test-annotate.test_annotate) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/tests/test-annotate.py", line 22, in test_files rev, node0 = self.client.commit(b('first'), addremove=True) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 665, in commit out = self.rawcommand(args) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 258, in rawcommand ret = self.runcommand(args, inchannels, outchannels) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 192, in runcommand channel, data = self._readchannel() File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 152, in _readchannel raise error.ServerError('server exited with status %d: %s' hglib.error.ServerError: server exited with status -7: b'' ====================================================================== ERROR: test_two_colons (tests.test-annotate.test_annotate) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/tests/test-annotate.py", line 30, in test_two_colons self.client.commit(b('first'), addremove=True) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 665, in commit out = self.rawcommand(args) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 258, in rawcommand ret = self.runcommand(args, inchannels, outchannels) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 192, in runcommand channel, data = self._readchannel() File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 152, in _readchannel raise error.ServerError('server exited with status %d: %s' hglib.error.ServerError: server exited with status -7: b'' ====================================================================== ERROR: test_basic (tests.test-bookmarks.test_bookmarks) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/tests/test-bookmarks.py", line 10, in test_basic rev0, node0 = self.client.commit(b('first'), addremove=True) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 665, in commit out = self.rawcommand(args) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 258, in rawcommand ret = self.runcommand(args, inchannels, outchannels) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 192, in runcommand channel, data = self._readchannel() File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 152, in _readchannel raise error.ServerError('server exited with status %d: %s' hglib.error.ServerError: server exited with status -7: b'' ====================================================================== ERROR: test_basic (tests.test-branch.test_branch) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/tests/test-branch.py", line 12, in test_basic rev, node = self.client.commit(b('first'), addremove=True) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 665, in commit out = self.rawcommand(args) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 258, in rawcommand ret = self.runcommand(args, inchannels, outchannels) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 192, in runcommand channel, data = self._readchannel() File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 152, in _readchannel raise error.ServerError('server exited with status %d: %s' hglib.error.ServerError: server exited with status -7: b'' ====================================================================== ERROR: test_exists (tests.test-branch.test_branch) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/tests/test-branch.py", line 29, in test_exists self.client.commit(b('first'), addremove=True) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 665, in commit out = self.rawcommand(args) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 258, in rawcommand ret = self.runcommand(args, inchannels, outchannels) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 192, in runcommand channel, data = self._readchannel() File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 152, in _readchannel raise error.ServerError('server exited with status %d: %s' hglib.error.ServerError: server exited with status -7: b'' ====================================================================== ERROR: test_force (tests.test-branch.test_branch) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/tests/test-branch.py", line 38, in test_force self.client.commit(b('first'), addremove=True) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 665, in commit out = self.rawcommand(args) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 258, in rawcommand ret = self.runcommand(args, inchannels, outchannels) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 192, in runcommand channel, data = self._readchannel() File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 152, in _readchannel raise error.ServerError('server exited with status %d: %s' hglib.error.ServerError: server exited with status -7: b'' ====================================================================== ERROR: test_basic (tests.test-branches.test_branches) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/tests/test-branches.py", line 11, in test_basic rev0 = self.client.commit(b('first'), addremove=True) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 665, in commit out = self.rawcommand(args) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 258, in rawcommand ret = self.runcommand(args, inchannels, outchannels) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 192, in runcommand channel, data = self._readchannel() File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 152, in _readchannel raise error.ServerError('server exited with status %d: %s' hglib.error.ServerError: server exited with status -7: b'' ====================================================================== ERROR: test_basic (tests.test-bundle.test_bundle) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/tests/test-bundle.py", line 12, in test_basic rev, node0 = self.client.commit(b('first'), addremove=True) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 665, in commit out = self.rawcommand(args) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 258, in rawcommand ret = self.runcommand(args, inchannels, outchannels) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 192, in runcommand channel, data = self._readchannel() File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 152, in _readchannel raise error.ServerError('server exited with status %d: %s' hglib.error.ServerError: server exited with status -7: b'' ====================================================================== ERROR: test_no_changes (tests.test-bundle.test_bundle) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/tests/test-bundle.py", line 7, in test_no_changes rev, node0 = self.client.commit(b('first'), addremove=True) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 665, in commit out = self.rawcommand(args) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 258, in rawcommand ret = self.runcommand(args, inchannels, outchannels) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 192, in runcommand channel, data = self._readchannel() File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 152, in _readchannel raise error.ServerError('server exited with status %d: %s' hglib.error.ServerError: server exited with status -7: b'' ====================================================================== ERROR: test_basic (tests.test-clone.test_clone) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/tests/test-clone.py", line 9, in test_basic self.client.commit(b('first'), addremove=True) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 665, in commit out = self.rawcommand(args) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 258, in rawcommand ret = self.runcommand(args, inchannels, outchannels) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 192, in runcommand channel, data = self._readchannel() File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 152, in _readchannel raise error.ServerError('server exited with status %d: %s' hglib.error.ServerError: server exited with status -7: b'' ====================================================================== ERROR: test_amend (tests.test-commit.test_commit) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/tests/test-commit.py", line 52, in test_amend rev0, node0 = self.client.commit( File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 665, in commit out = self.rawcommand(args) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 258, in rawcommand ret = self.runcommand(args, inchannels, outchannels) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 192, in runcommand channel, data = self._readchannel() File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 152, in _readchannel raise error.ServerError('server exited with status %d: %s' hglib.error.ServerError: server exited with status -7: b'' ====================================================================== ERROR: test_close_branch (tests.test-commit.test_commit) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/tests/test-commit.py", line 20, in test_close_branch rev0, node0 = self.client.commit(b('first'), addremove=True) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 665, in commit out = self.rawcommand(args) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 258, in rawcommand ret = self.runcommand(args, inchannels, outchannels) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 192, in runcommand channel, data = self._readchannel() File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 152, in _readchannel raise error.ServerError('server exited with status %d: %s' hglib.error.ServerError: server exited with status -7: b'' ====================================================================== ERROR: test_date (tests.test-commit.test_commit) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/tests/test-commit.py", line 43, in test_date rev0, node0 = self.client.commit( File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 665, in commit out = self.rawcommand(args) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 258, in rawcommand ret = self.runcommand(args, inchannels, outchannels) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 192, in runcommand channel, data = self._readchannel() File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 152, in _readchannel raise error.ServerError('server exited with status %d: %s' hglib.error.ServerError: server exited with status -7: b'' ====================================================================== ERROR: test_user (tests.test-commit.test_commit) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/tests/test-commit.py", line 8, in test_user rev, node = self.client.commit(b('first'), addremove=True, File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 665, in commit out = self.rawcommand(args) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 258, in rawcommand ret = self.runcommand(args, inchannels, outchannels) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 192, in runcommand channel, data = self._readchannel() File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 152, in _readchannel raise error.ServerError('server exited with status %d: %s' hglib.error.ServerError: server exited with status -7: b'' ====================================================================== ERROR: test_basic (tests.test-context.test_context) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/tests/test-context.py", line 15, in test_basic rev0, node0 = self.client.commit(b('first'), addremove=True) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 665, in commit out = self.rawcommand(args) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 258, in rawcommand ret = self.runcommand(args, inchannels, outchannels) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 192, in runcommand channel, data = self._readchannel() File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 152, in _readchannel raise error.ServerError('server exited with status %d: %s' hglib.error.ServerError: server exited with status -7: b'' ====================================================================== ERROR: test_construction (tests.test-context.test_context) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/tests/test-context.py", line 65, in test_construction rev0, node0 = self.client.commit(b('first'), addremove=True) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 665, in commit out = self.rawcommand(args) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 258, in rawcommand ret = self.runcommand(args, inchannels, outchannels) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 192, in runcommand channel, data = self._readchannel() File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 152, in _readchannel raise error.ServerError('server exited with status %d: %s' hglib.error.ServerError: server exited with status -7: b'' ====================================================================== ERROR: test the 'in' keyword using both revision numbers or changeset ids. ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/tests/test-context.py", line 84, in test_in_keyword rev0, node0 = self.client.commit(b('first'), addremove=True) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 665, in commit out = self.rawcommand(args) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 258, in rawcommand ret = self.runcommand(args, inchannels, outchannels) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 192, in runcommand channel, data = self._readchannel() File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 152, in _readchannel raise error.ServerError('server exited with status %d: %s' hglib.error.ServerError: server exited with status -7: b'' ====================================================================== ERROR: test_basic (tests.test-copy.test_copy) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/tests/test-copy.py", line 8, in test_basic self.client.commit(b('first'), addremove=True) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 665, in commit out = self.rawcommand(args) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 258, in rawcommand ret = self.runcommand(args, inchannels, outchannels) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 192, in runcommand channel, data = self._readchannel() File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 152, in _readchannel raise error.ServerError('server exited with status %d: %s' hglib.error.ServerError: server exited with status -7: b'' ====================================================================== ERROR: test_basic (tests.test-diff.test_diff) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/tests/test-diff.py", line 16, in test_basic rev0, node0 = self.client.commit(b('first')) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 665, in commit out = self.rawcommand(args) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 258, in rawcommand ret = self.runcommand(args, inchannels, outchannels) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 192, in runcommand channel, data = self._readchannel() File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 152, in _readchannel raise error.ServerError('server exited with status %d: %s' hglib.error.ServerError: server exited with status -7: b'' ====================================================================== ERROR: test_basic_plain (tests.test-diff.test_diff) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/tests/test-diff.py", line 47, in test_basic_plain self.test_basic() File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/tests/test-diff.py", line 16, in test_basic rev0, node0 = self.client.commit(b('first')) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 665, in commit out = self.rawcommand(args) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 258, in rawcommand ret = self.runcommand(args, inchannels, outchannels) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 192, in runcommand channel, data = self._readchannel() File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 152, in _readchannel raise error.ServerError('server exited with status %d: %s' hglib.error.ServerError: server exited with status -7: b'' ====================================================================== ERROR: test_basic (tests.test-grep.test_grep) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/tests/test-grep.py", line 8, in test_basic self.client.commit(b('first'), addremove=True) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 665, in commit out = self.rawcommand(args) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 258, in rawcommand ret = self.runcommand(args, inchannels, outchannels) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 192, in runcommand channel, data = self._readchannel() File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 152, in _readchannel raise error.ServerError('server exited with status %d: %s' hglib.error.ServerError: server exited with status -7: b'' ====================================================================== ERROR: test_options (tests.test-grep.test_grep) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/tests/test-grep.py", line 32, in test_options rev, node = self.client.commit(b('first'), addremove=True) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 665, in commit out = self.rawcommand(args) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 258, in rawcommand ret = self.runcommand(args, inchannels, outchannels) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 192, in runcommand channel, data = self._readchannel() File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 152, in _readchannel raise error.ServerError('server exited with status %d: %s' hglib.error.ServerError: server exited with status -7: b'' ====================================================================== ERROR: test_basic (tests.test-heads.test_heads) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/tests/test-heads.py", line 10, in test_basic rev, node0 = self.client.commit(b('first'), addremove=True) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 665, in commit out = self.rawcommand(args) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 258, in rawcommand ret = self.runcommand(args, inchannels, outchannels) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 192, in runcommand channel, data = self._readchannel() File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 152, in _readchannel raise error.ServerError('server exited with status %d: %s' hglib.error.ServerError: server exited with status -7: b'' ====================================================================== ERROR: test_hidden (tests.test-hidden.test_hidden_context) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/tests/test-hidden.py", line 65, in test_hidden cs0 = self.client.commit(b('gna1'))[1] #get id File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 665, in commit out = self.rawcommand(args) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 258, in rawcommand ret = self.runcommand(args, inchannels, outchannels) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 192, in runcommand channel, data = self._readchannel() File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 152, in _readchannel raise error.ServerError('server exited with status %d: %s' hglib.error.ServerError: server exited with status -7: b'' ====================================================================== ERROR: check the obsolete extension is available ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/tests/test-hidden.py", line 37, in test_debugobsolete_success cs = self.client.commit(b('gna1'))[1] #get id File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 665, in commit out = self.rawcommand(args) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 258, in rawcommand ret = self.runcommand(args, inchannels, outchannels) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 192, in runcommand channel, data = self._readchannel() File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 152, in _readchannel raise error.ServerError('server exited with status %d: %s' hglib.error.ServerError: server exited with status -7: b'' ====================================================================== ERROR: test the 'hidden' keyword with the 'in' method ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/tests/test-hidden.py", line 46, in test_obsolete_in cs0 = self.client.commit(b('gna1'))[1] #get id File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 665, in commit out = self.rawcommand(args) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 258, in rawcommand ret = self.runcommand(args, inchannels, outchannels) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 192, in runcommand channel, data = self._readchannel() File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 152, in _readchannel raise error.ServerError('server exited with status %d: %s' hglib.error.ServerError: server exited with status -7: b'' ====================================================================== ERROR: test_debugobsolete_failure (tests.test-hidden.test_obsolete_reference) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/tests/test-hidden.py", line 13, in test_debugobsolete_failure cs = self.client.commit(b('gna1'))[1] #get id File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 665, in commit out = self.rawcommand(args) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 258, in rawcommand ret = self.runcommand(args, inchannels, outchannels) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 192, in runcommand channel, data = self._readchannel() File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 152, in _readchannel raise error.ServerError('server exited with status %d: %s' hglib.error.ServerError: server exited with status -7: b'' ====================================================================== ERROR: test_basic_cstringio (tests.test-import.test_import) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/tests/test-import.py", line 22, in test_basic_cstringio self.client.import_(BytesIO(patch)) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 998, in import_ self.rawcommand(args, prompt=prompt, input=input) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 258, in rawcommand ret = self.runcommand(args, inchannels, outchannels) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 192, in runcommand channel, data = self._readchannel() File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 152, in _readchannel raise error.ServerError('server exited with status %d: %s' hglib.error.ServerError: server exited with status -7: b'' ====================================================================== ERROR: test_basic_file (tests.test-import.test_import) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/tests/test-import.py", line 37, in test_basic_file self.client.import_([b('patch')]) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 998, in import_ self.rawcommand(args, prompt=prompt, input=input) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 258, in rawcommand ret = self.runcommand(args, inchannels, outchannels) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 192, in runcommand channel, data = self._readchannel() File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 152, in _readchannel raise error.ServerError('server exited with status %d: %s' hglib.error.ServerError: server exited with status -7: b'' ====================================================================== ERROR: test_basic (tests.test-log.test_log) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/tests/test-log.py", line 8, in test_basic rev0, node0 = self.client.commit(b('first'), addremove=True) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 665, in commit out = self.rawcommand(args) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 258, in rawcommand ret = self.runcommand(args, inchannels, outchannels) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 192, in runcommand channel, data = self._readchannel() File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 152, in _readchannel raise error.ServerError('server exited with status %d: %s' hglib.error.ServerError: server exited with status -7: b'' ====================================================================== ERROR: test_dash_in_filename (tests.test-log.test_log) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/tests/test-log.py", line 25, in test_dash_in_filename self.client.commit(b('first'), addremove=True) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 665, in commit out = self.rawcommand(args) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 258, in rawcommand ret = self.runcommand(args, inchannels, outchannels) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 192, in runcommand channel, data = self._readchannel() File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 152, in _readchannel raise error.ServerError('server exited with status %d: %s' hglib.error.ServerError: server exited with status -7: b'' ====================================================================== ERROR: test_empty_short_option (tests.test-log.test_log) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/tests/test-log.py", line 32, in test_empty_short_option self.client.commit(b('first'), addremove=True) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 665, in commit out = self.rawcommand(args) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 258, in rawcommand ret = self.runcommand(args, inchannels, outchannels) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 192, in runcommand channel, data = self._readchannel() File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 152, in _readchannel raise error.ServerError('server exited with status %d: %s' hglib.error.ServerError: server exited with status -7: b'' ====================================================================== ERROR: test_basic (tests.test-manifest.test_manifest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/tests/test-manifest.py", line 23, in test_basic self.client.commit(b('first'), addremove=True) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 665, in commit out = self.rawcommand(args) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 258, in rawcommand ret = self.runcommand(args, inchannels, outchannels) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 192, in runcommand channel, data = self._readchannel() File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 152, in _readchannel raise error.ServerError('server exited with status %d: %s' hglib.error.ServerError: server exited with status -7: b'' ====================================================================== ERROR: test_basic (tests.test-merge.test_merge) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/tests/test-merge.py", line 10, in setUp rev, self.node0 = self.client.commit(b('first'), addremove=True) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 665, in commit out = self.rawcommand(args) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 258, in rawcommand ret = self.runcommand(args, inchannels, outchannels) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 192, in runcommand channel, data = self._readchannel() File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 152, in _readchannel raise error.ServerError('server exited with status %d: %s' hglib.error.ServerError: server exited with status -7: b'' ====================================================================== ERROR: test_merge_prompt_abort (tests.test-merge.test_merge) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/tests/test-merge.py", line 7, in setUp common.basetest.setUp(self) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/tests/common.py", line 26, in setUp os.mkdir(self._testtmp) FileExistsError: [Errno 17] File exists: '/tmp/python-hglib.48okxrzt/test_merge' ====================================================================== ERROR: test_merge_prompt_cb (tests.test-merge.test_merge) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/tests/test-merge.py", line 7, in setUp common.basetest.setUp(self) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/tests/common.py", line 26, in setUp os.mkdir(self._testtmp) FileExistsError: [Errno 17] File exists: '/tmp/python-hglib.48okxrzt/test_merge' ====================================================================== ERROR: test_merge_prompt_noninteractive (tests.test-merge.test_merge) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/tests/test-merge.py", line 7, in setUp common.basetest.setUp(self) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/tests/common.py", line 26, in setUp os.mkdir(self._testtmp) FileExistsError: [Errno 17] File exists: '/tmp/python-hglib.48okxrzt/test_merge' ====================================================================== ERROR: test_basic (tests.test-outgoing-incoming.test_outgoing_incoming) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/tests/test-outgoing-incoming.py", line 18, in test_basic self.client.commit(b('first'), addremove=True) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 665, in commit out = self.rawcommand(args) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 258, in rawcommand ret = self.runcommand(args, inchannels, outchannels) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 192, in runcommand channel, data = self._readchannel() File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 152, in _readchannel raise error.ServerError('server exited with status %d: %s' hglib.error.ServerError: server exited with status -7: b'' ====================================================================== ERROR: test_bookmarks (tests.test-outgoing-incoming.test_outgoing_incoming) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/tests/test-outgoing-incoming.py", line 40, in test_bookmarks self.client.commit(b('first'), addremove=True) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 665, in commit out = self.rawcommand(args) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 258, in rawcommand ret = self.runcommand(args, inchannels, outchannels) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 192, in runcommand channel, data = self._readchannel() File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 152, in _readchannel raise error.ServerError('server exited with status %d: %s' hglib.error.ServerError: server exited with status -7: b'' ====================================================================== ERROR: test_basic (tests.test-parents.test_parents) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/tests/test-parents.py", line 10, in test_basic rev, node = self.client.commit(b('first'), addremove=True) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 665, in commit out = self.rawcommand(args) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 258, in rawcommand ret = self.runcommand(args, inchannels, outchannels) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 192, in runcommand channel, data = self._readchannel() File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 152, in _readchannel raise error.ServerError('server exited with status %d: %s' hglib.error.ServerError: server exited with status -7: b'' ====================================================================== ERROR: test getting data from a single changeset ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/tests/test-phase.py", line 10, in test_phase rev, node0 = self.client.commit(b('first'), addremove=True) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 665, in commit out = self.rawcommand(args) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 258, in rawcommand ret = self.runcommand(args, inchannels, outchannels) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 192, in runcommand channel, data = self._readchannel() File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 152, in _readchannel raise error.ServerError('server exited with status %d: %s' hglib.error.ServerError: server exited with status -7: b'' ====================================================================== ERROR: test phase changes and show the phases of the different changesets ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/tests/test-phase.py", line 39, in test_phase_multiple rev, node0 = self.client.commit(b('a'), addremove=True) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 665, in commit out = self.rawcommand(args) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 258, in rawcommand ret = self.runcommand(args, inchannels, outchannels) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 192, in runcommand channel, data = self._readchannel() File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 152, in _readchannel raise error.ServerError('server exited with status %d: %s' hglib.error.ServerError: server exited with status -7: b'' ====================================================================== ERROR: test phase change from draft to public ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/tests/test-phase.py", line 18, in test_phase_public rev, node0 = self.client.commit(b('first'), addremove=True) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 665, in commit out = self.rawcommand(args) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 258, in rawcommand ret = self.runcommand(args, inchannels, outchannels) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 192, in runcommand channel, data = self._readchannel() File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 152, in _readchannel raise error.ServerError('server exited with status %d: %s' hglib.error.ServerError: server exited with status -7: b'' ====================================================================== ERROR: test phase change from draft to secret ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/tests/test-phase.py", line 27, in test_phase_secret rev, node0 = self.client.commit(b('first'), addremove=True) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 665, in commit out = self.rawcommand(args) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 258, in rawcommand ret = self.runcommand(args, inchannels, outchannels) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 192, in runcommand channel, data = self._readchannel() File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 152, in _readchannel raise error.ServerError('server exited with status %d: %s' hglib.error.ServerError: server exited with status -7: b'' ====================================================================== ERROR: test_basic (tests.test-pull.test_pull) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/tests/test-pull.py", line 8, in test_basic self.client.commit(b('first'), addremove=True) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 665, in commit out = self.rawcommand(args) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 258, in rawcommand ret = self.runcommand(args, inchannels, outchannels) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 192, in runcommand channel, data = self._readchannel() File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 152, in _readchannel raise error.ServerError('server exited with status %d: %s' hglib.error.ServerError: server exited with status -7: b'' ====================================================================== ERROR: test_unresolved (tests.test-pull.test_pull) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/tests/test-pull.py", line 21, in test_unresolved self.client.commit(b('first'), addremove=True) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 665, in commit out = self.rawcommand(args) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 258, in rawcommand ret = self.runcommand(args, inchannels, outchannels) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 192, in runcommand channel, data = self._readchannel() File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 152, in _readchannel raise error.ServerError('server exited with status %d: %s' hglib.error.ServerError: server exited with status -7: b'' ====================================================================== ERROR: test_basic (tests.test-push.test_push) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/tests/test-push.py", line 8, in test_basic self.client.commit(b('first'), addremove=True) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 665, in commit out = self.rawcommand(args) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 258, in rawcommand ret = self.runcommand(args, inchannels, outchannels) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 192, in runcommand channel, data = self._readchannel() File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 152, in _readchannel raise error.ServerError('server exited with status %d: %s' hglib.error.ServerError: server exited with status -7: b'' ====================================================================== ERROR: test_basic (tests.test-remove.test_remove) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/tests/test-remove.py", line 7, in test_basic self.client.commit(b('first'), addremove=True) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 665, in commit out = self.rawcommand(args) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 258, in rawcommand ret = self.runcommand(args, inchannels, outchannels) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 192, in runcommand channel, data = self._readchannel() File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 152, in _readchannel raise error.ServerError('server exited with status %d: %s' hglib.error.ServerError: server exited with status -7: b'' ====================================================================== ERROR: test_warnings (tests.test-remove.test_remove) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/tests/test-remove.py", line 12, in test_warnings self.client.commit(b('first'), addremove=True) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 665, in commit out = self.rawcommand(args) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 258, in rawcommand ret = self.runcommand(args, inchannels, outchannels) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 192, in runcommand channel, data = self._readchannel() File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 152, in _readchannel raise error.ServerError('server exited with status %d: %s' hglib.error.ServerError: server exited with status -7: b'' ====================================================================== ERROR: test_basic (tests.test-resolve.test_resolve) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/tests/test-resolve.py", line 11, in setUp rev, self.node0 = self.client.commit(b('first'), addremove=True) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 665, in commit out = self.rawcommand(args) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 258, in rawcommand ret = self.runcommand(args, inchannels, outchannels) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 192, in runcommand channel, data = self._readchannel() File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 152, in _readchannel raise error.ServerError('server exited with status %d: %s' hglib.error.ServerError: server exited with status -7: b'' ====================================================================== ERROR: test_copy (tests.test-status.test_status) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/tests/test-status.py", line 40, in test_copy self.client.commit(b('first'), addremove=True) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 665, in commit out = self.rawcommand(args) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 258, in rawcommand ret = self.runcommand(args, inchannels, outchannels) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 192, in runcommand channel, data = self._readchannel() File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 152, in _readchannel raise error.ServerError('server exited with status %d: %s' hglib.error.ServerError: server exited with status -7: b'' ====================================================================== ERROR: test_copy_origin_space (tests.test-status.test_status) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/tests/test-status.py", line 47, in test_copy_origin_space self.client.commit(b('first'), addremove=True) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 665, in commit out = self.rawcommand(args) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 258, in rawcommand ret = self.runcommand(args, inchannels, outchannels) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 192, in runcommand channel, data = self._readchannel() File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 152, in _readchannel raise error.ServerError('server exited with status %d: %s' hglib.error.ServerError: server exited with status -7: b'' ====================================================================== ERROR: test_one_of_each (tests.test-status.test_status) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/tests/test-status.py", line 16, in test_one_of_each self.client.commit(b('first'), addremove=True) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 665, in commit out = self.rawcommand(args) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 258, in rawcommand ret = self.runcommand(args, inchannels, outchannels) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 192, in runcommand channel, data = self._readchannel() File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 152, in _readchannel raise error.ServerError('server exited with status %d: %s' hglib.error.ServerError: server exited with status -7: b'' ====================================================================== ERROR: test_basic (tests.test-summary.test_summary) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/tests/test-summary.py", line 17, in test_basic rev, node = self.client.commit(b('first'), addremove=True) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 665, in commit out = self.rawcommand(args) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 258, in rawcommand ret = self.runcommand(args, inchannels, outchannels) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 192, in runcommand channel, data = self._readchannel() File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 152, in _readchannel raise error.ServerError('server exited with status %d: %s' hglib.error.ServerError: server exited with status -7: b'' ====================================================================== ERROR: test_commit_dirty (tests.test-summary.test_summary) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/tests/test-summary.py", line 30, in test_commit_dirty rev, node = self.client.commit(b('first'), addremove=True) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 665, in commit out = self.rawcommand(args) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 258, in rawcommand ret = self.runcommand(args, inchannels, outchannels) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 192, in runcommand channel, data = self._readchannel() File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 152, in _readchannel raise error.ServerError('server exited with status %d: %s' hglib.error.ServerError: server exited with status -7: b'' ====================================================================== ERROR: test_remote (tests.test-summary.test_summary) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/tests/test-summary.py", line 69, in test_remote rev, node = self.client.commit(b('first'), addremove=True) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 665, in commit out = self.rawcommand(args) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 258, in rawcommand ret = self.runcommand(args, inchannels, outchannels) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 192, in runcommand channel, data = self._readchannel() File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 152, in _readchannel raise error.ServerError('server exited with status %d: %s' hglib.error.ServerError: server exited with status -7: b'' ====================================================================== ERROR: test_secret_commit_clean (tests.test-summary.test_summary) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/tests/test-summary.py", line 46, in test_secret_commit_clean rev, node = self.client.commit(b('first'), addremove=True) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 665, in commit out = self.rawcommand(args) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 258, in rawcommand ret = self.runcommand(args, inchannels, outchannels) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 192, in runcommand channel, data = self._readchannel() File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 152, in _readchannel raise error.ServerError('server exited with status %d: %s' hglib.error.ServerError: server exited with status -7: b'' ====================================================================== ERROR: test_two_parents (tests.test-summary.test_summary) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/tests/test-summary.py", line 116, in test_two_parents rev0, node = self.client.commit(b('first'), addremove=True) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 665, in commit out = self.rawcommand(args) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 258, in rawcommand ret = self.runcommand(args, inchannels, outchannels) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 192, in runcommand channel, data = self._readchannel() File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 152, in _readchannel raise error.ServerError('server exited with status %d: %s' hglib.error.ServerError: server exited with status -7: b'' ====================================================================== ERROR: test_update (tests.test-summary.test_summary) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/tests/test-summary.py", line 53, in test_update rev, node = self.client.commit(b('first'), addremove=True) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 665, in commit out = self.rawcommand(args) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 258, in rawcommand ret = self.runcommand(args, inchannels, outchannels) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 192, in runcommand channel, data = self._readchannel() File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 152, in _readchannel raise error.ServerError('server exited with status %d: %s' hglib.error.ServerError: server exited with status -7: b'' ====================================================================== ERROR: test_basic (tests.test-tags.test_tags) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/tests/test-tags.py", line 8, in test_basic rev, node = self.client.commit(b('first'), addremove=True) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 665, in commit out = self.rawcommand(args) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 258, in rawcommand ret = self.runcommand(args, inchannels, outchannels) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 192, in runcommand channel, data = self._readchannel() File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 152, in _readchannel raise error.ServerError('server exited with status %d: %s' hglib.error.ServerError: server exited with status -7: b'' ====================================================================== ERROR: test_basic (tests.test-update.test_update) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/tests/test-update.py", line 9, in setUp self.rev0, self.node0 = self.client.commit(b('first'), addremove=True) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 665, in commit out = self.rawcommand(args) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 258, in rawcommand ret = self.runcommand(args, inchannels, outchannels) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 192, in runcommand channel, data = self._readchannel() File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/hglib/client.py", line 152, in _readchannel raise error.ServerError('server exited with status %d: %s' hglib.error.ServerError: server exited with status -7: b'' ====================================================================== ERROR: test_basic_plain (tests.test-update.test_update) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/tests/test-update.py", line 7, in setUp common.basetest.setUp(self) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/tests/common.py", line 26, in setUp os.mkdir(self._testtmp) FileExistsError: [Errno 17] File exists: '/tmp/python-hglib.48okxrzt/test_update' ====================================================================== ERROR: test_check_clean (tests.test-update.test_update) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/tests/test-update.py", line 7, in setUp common.basetest.setUp(self) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/tests/common.py", line 26, in setUp os.mkdir(self._testtmp) FileExistsError: [Errno 17] File exists: '/tmp/python-hglib.48okxrzt/test_update' ====================================================================== ERROR: test_clean (tests.test-update.test_update) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/tests/test-update.py", line 7, in setUp common.basetest.setUp(self) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/tests/common.py", line 26, in setUp os.mkdir(self._testtmp) FileExistsError: [Errno 17] File exists: '/tmp/python-hglib.48okxrzt/test_update' ====================================================================== ERROR: test_merge (tests.test-update.test_update) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/tests/test-update.py", line 7, in setUp common.basetest.setUp(self) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/tests/common.py", line 26, in setUp os.mkdir(self._testtmp) FileExistsError: [Errno 17] File exists: '/tmp/python-hglib.48okxrzt/test_update' ====================================================================== ERROR: test_tip (tests.test-update.test_update) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/tests/test-update.py", line 7, in setUp common.basetest.setUp(self) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/tests/common.py", line 26, in setUp os.mkdir(self._testtmp) FileExistsError: [Errno 17] File exists: '/tmp/python-hglib.48okxrzt/test_update' ====================================================================== ERROR: test_unresolved (tests.test-update.test_update) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/tests/test-update.py", line 7, in setUp common.basetest.setUp(self) File "/home/buildozer/aports/community/py3-hglib/src/python-hglib-2.6.2/tests/common.py", line 26, in setUp os.mkdir(self._testtmp) FileExistsError: [Errno 17] File exists: '/tmp/python-hglib.48okxrzt/test_update' ---------------------------------------------------------------------- Ran 98 tests in 33.944s FAILED (errors=68) >>> ERROR: py3-hglib: check failed >>> py3-hglib: Uninstalling dependencies... (1/12) Purging .makedepends-py3-hglib (20221030.191520) (2/12) Purging mercurial (6.2.3-r0) (3/12) Purging py3-setuptools (65.5.0-r0) (4/12) Purging py3-packaging (21.3-r2) (5/12) Purging py3-parsing (3.0.9-r0) (6/12) Purging py3-nose (1.3.7-r9) (7/12) Purging python3 (3.10.8-r3) (8/12) Purging libffi (3.4.4-r0) (9/12) Purging gdbm (1.23-r0) (10/12) Purging mpdecimal (2.5.1-r1) (11/12) Purging readline (8.2.0-r0) (12/12) Purging sqlite-libs (3.39.4-r0) Executing busybox-1.35.0-r27.trigger OK: 222 MiB in 97 packages