Job try-b78cfa589c8c93015b82d1b014890a4636080815-debian10-cpython-3.8-0

Repo:try
Node:b78cfa589c8c93015b82d1b014890a4636080815
Name:debian10-cpython-3.8
Scheduled At:2019-10-16T02:59:42
Started At:2019-10-16T02:59:46
Finished At:2019-10-16T03:07:11

Failed Tests

test-bookmarks-corner-case.t

--- /hgwork/src/tests/test-bookmarks-corner-case.t
+++ /hgwork/src/tests/test-bookmarks-corner-case.t.err
@@ -201,7 +201,6 @@
   pushing to ssh://user@dummy/bookrace-server
   searching for changes
   remote: setting raced push up
-  remote has heads on branch 'default' that are not known locally: f26c3b5167d1
   remote: adding changesets
   remote: adding manifests
   remote: adding file changes
@@ -220,7 +219,6 @@
   |  summary:     A1
   |
   | o  changeset:   3:f26c3b5167d1
-  | |  bookmark:    book-B
   | |  user:        test
   | |  date:        Thu Jan 01 00:00:00 1970 +0000
   | |  summary:     B1
@@ -243,4 +241,3 @@
   
   $ hg -R bookrace-server book
      book-A                    4:9ce3b28c16de
-     book-B                    3:f26c3b5167d1

test-check-module-imports.t

--- /hgwork/src/tests/test-check-module-imports.t
+++ /hgwork/src/tests/test-check-module-imports.t.err
@@ -38,3 +38,6 @@
   > -X tests/test-imports-checker.t    > -X tests/test-verify-repo-operations.py    > | sed 's-\-/-g' | "$PYTHON" "$import_checker" -
+  contrib/ci/lambda_functions/ci.py:20: direct symbol import Key from boto3.dynamodb.conditions
+  contrib/ci/lambda_functions/web.py:15: direct symbol import Key from boto3.dynamodb.conditions
+  [1]

test-convert-tla.t

--- /hgwork/src/tests/test-convert-tla.t
+++ /hgwork/src/tests/test-convert-tla.t.err
@@ -96,15 +96,8 @@
   $ hg convert tla-repo tla-repo-hg
   initializing destination tla-repo-hg repository
   analyzing tree version tla@mercurial--convert/tla--test--0...
-  scanning source...
-  sorting...
-  converting...
-  5 initial import
-  4 added a file, src and src/b (binary)
-  3 added link to a and modify a
-  2 added second link and modify b
-  1 file to link and link to file test
-  0 move and rename a-link-2 file and src directory
+  abort: could not parse cat-log of tla@mercurial--convert/tla--test--0--patch-5
+  [255]
   $ tla register-archive -d tla@mercurial--convert
   $ glog()
   > {
@@ -114,21 +107,5 @@
 show graph log
 
   $ glog -R tla-repo-hg
-  o  5 "move and rename a-link-2 file and src directory" files: c src/a-link src/a-link-2 src/b test/a-link test/b
-  |
-  o  4 "file to link and link to file test" files: src/a-link-2 src/b
-  |
-  o  3 "added second link and modify b" files: src/a-link-2 src/b
-  |
-  o  2 "added link to a and modify a" files: a src/a-link
-  |
-  o  1 "added a file, src and src/b (binary)" files: a src/b
-  |
-  o  0 "initial import" files:
-  
   $ hg up -q -R tla-repo-hg
   $ hg -R tla-repo-hg manifest --debug
-  c4072c4b72e1cabace081888efa148ee80ca3cbb 644   a
-  0201ac32a3a8e86e303dff60366382a54b48a72e 644   c
-  c0067ba5ff0b7c9a3eb17270839d04614c435623 644 @ test/a-link
-  375f4263d86feacdea7e3c27100abd1560f2a973 644 @ test/b

test-flagprocessor.t

--- /hgwork/src/tests/test-flagprocessor.t
+++ /hgwork/src/tests/test-flagprocessor.t.err
@@ -204,7 +204,7 @@
     File "*/mercurial/extensions.py", line *, in _runextsetup (glob)
       extsetup(ui)
     File "*/tests/flagprocessorext.py", line *, in extsetup (glob)
-      REVIDX_NOOP, (noopdonothingread, noopdonothing, validatehash,)
+      flagutil.addflagprocessor(
     File "*/mercurial/revlogutils/flagutil.py", line *, in addflagprocessor (glob)
       insertflagprocessor(flag, processor, flagprocessors)
     File "*/mercurial/revlogutils/flagutil.py", line *, in insertflagprocessor (glob)

test-hook.t

--- /hgwork/src/tests/test-hook.t
+++ /hgwork/src/tests/test-hook.t.err
@@ -978,9 +978,24 @@
   SyntaxError: * (glob)
   exception from second failed import attempt:
   Traceback (most recent call last):
-  ImportError: No module named hgext_syntaxerror
+  SyntaxError: unexpected EOF while parsing
+  
+  During handling of the above exception, another exception occurred:
+  
   Traceback (most recent call last):
-  HookLoadError: preoutgoing.syntaxerror hook is invalid: import of "syntaxerror" failed
+  ModuleNotFoundError: No module named 'hgext_syntaxerror'
+  Traceback (most recent call last):
+  SyntaxError: unexpected EOF while parsing
+  
+  During handling of the above exception, another exception occurred:
+  
+  Traceback (most recent call last):
+  ModuleNotFoundError: No module named 'hgext_syntaxerror'
+  
+  During handling of the above exception, another exception occurred:
+  
+  Traceback (most recent call last):
+  mercurial.error.HookLoadError: b'preoutgoing.syntaxerror hook is invalid: import of "syntaxerror" failed'
   abort: preoutgoing.syntaxerror hook is invalid: import of "syntaxerror" failed
 
   $ echo '[hooks]' > ../a/.hg/hgrc
@@ -1113,7 +1128,7 @@
 
   $ hg id
   loading pre-identify.npmd hook failed:
-  abort: No module named repo!
+  abort: No module named 'repo'!
   [255]
 
   $ cd ../../b
@@ -1133,12 +1148,27 @@
   $ hg --traceback commit -ma 2>&1 | egrep -v '^( +File|    [a-zA-Z(])'
   exception from first failed import attempt:
   Traceback (most recent call last):
-  ImportError: No module named somebogusmodule
+  ModuleNotFoundError: No module named 'somebogusmodule'
   exception from second failed import attempt:
   Traceback (most recent call last):
-  ImportError: No module named hgext_importfail
+  ModuleNotFoundError: No module named 'somebogusmodule'
+  
+  During handling of the above exception, another exception occurred:
+  
   Traceback (most recent call last):
-  HookLoadError: precommit.importfail hook is invalid: import of "importfail" failed
+  ModuleNotFoundError: No module named 'hgext_importfail'
+  Traceback (most recent call last):
+  ModuleNotFoundError: No module named 'somebogusmodule'
+  
+  During handling of the above exception, another exception occurred:
+  
+  Traceback (most recent call last):
+  ModuleNotFoundError: No module named 'hgext_importfail'
+  
+  During handling of the above exception, another exception occurred:
+  
+  Traceback (most recent call last):
+  mercurial.error.HookLoadError: b'precommit.importfail hook is invalid: import of "importfail" failed'
   abort: precommit.importfail hook is invalid: import of "importfail" failed
 
 Issue1827: Hooks Update & Commit not completely post operation

test-install.t

--- /hgwork/src/tests/test-install.t
+++ /hgwork/src/tests/test-install.t.err
@@ -155,12 +155,132 @@
 
 debuginstall extension support
   $ hg debuginstall --config extensions.fsmonitor= --config fsmonitor.watchman_exe=false | grep atchman
+  ** unknown exception encountered, please report by visiting
+  ** https://mercurial-scm.org/wiki/BugTracker
+  ** Python 3.8.0 (default, Oct 16 2019, 02:27:26) [GCC 8.3.0]
+  ** Mercurial Distributed SCM (version 5.1.2+560-b78cfa589c8c)
+  ** Extensions loaded: fsmonitor
+  Traceback (most recent call last):
+    File "/hgwork/tmp/hgtests.__5osyl4/install/lib/python/hgext/fsmonitor/watchmanclient.py", line 97, in _command
+      return self._watchmanclient.query(*watchmanargs)
+    File "/hgwork/tmp/hgtests.__5osyl4/install/lib/python/hgext/fsmonitor/pywatchman/__init__.py", line 996, in query
+      self._connect()
+    File "/hgwork/tmp/hgtests.__5osyl4/install/lib/python/hgext/fsmonitor/pywatchman/__init__.py", line 863, in _connect
+      self.sockpath = self._resolvesockname()
+    File "/hgwork/tmp/hgtests.__5osyl4/install/lib/python/hgext/fsmonitor/pywatchman/__init__.py", line 848, in _resolvesockname
+      raise WatchmanError("watchman exited with code %d" % exitcode)
+  hgext.fsmonitor.pywatchman.WatchmanError: watchman exited with code 1
+  
+  During handling of the above exception, another exception occurred:
+  
+  Traceback (most recent call last):
+    File "/hgwork/tmp/hgtests.__5osyl4/install/lib/python/hgext/fsmonitor/__init__.py", line 188, in debuginstall
+      v = c.command(b"version")
+    File "/hgwork/tmp/hgtests.__5osyl4/install/lib/python/hgext/fsmonitor/watchmanclient.py", line 108, in command
+      return self._command(*args)
+    File "/hgwork/tmp/hgtests.__5osyl4/install/lib/python/hgext/fsmonitor/watchmanclient.py", line 103, in _command
+      raise Unavailable(str(ex))
+  hgext.fsmonitor.watchmanclient.Unavailable: <exception str() failed>
+  
+  During handling of the above exception, another exception occurred:
+  
+  Traceback (most recent call last):
+    File "/hgwork/tmp/hgtests.__5osyl4/install/bin/hg", line 36, in <module>
+      dispatch.run()
+    File "/hgwork/tmp/hgtests.__5osyl4/install/lib/python/mercurial/dispatch.py", line 111, in run
+      status = dispatch(req)
+    File "/hgwork/tmp/hgtests.__5osyl4/install/lib/python/mercurial/dispatch.py", line 250, in dispatch
+      ret = _runcatch(req) or 0
+    File "/hgwork/tmp/hgtests.__5osyl4/install/lib/python/mercurial/dispatch.py", line 424, in _runcatch
+      return _callcatch(ui, _runcatchfunc)
+    File "/hgwork/tmp/hgtests.__5osyl4/install/lib/python/mercurial/dispatch.py", line 433, in _callcatch
+      return scmutil.callcatch(ui, func)
+    File "/hgwork/tmp/hgtests.__5osyl4/install/lib/python/mercurial/scmutil.py", line 177, in callcatch
+      return func()
+    File "/hgwork/tmp/hgtests.__5osyl4/install/lib/python/mercurial/dispatch.py", line 414, in _runcatchfunc
+      return _dispatch(req)
+    File "/hgwork/tmp/hgtests.__5osyl4/install/lib/python/mercurial/dispatch.py", line 1173, in _dispatch
+      return runcommand(
+    File "/hgwork/tmp/hgtests.__5osyl4/install/lib/python/mercurial/dispatch.py", line 862, in runcommand
+      ret = _runcommand(ui, options, cmd, d)
+    File "/hgwork/tmp/hgtests.__5osyl4/install/lib/python/mercurial/dispatch.py", line 1185, in _runcommand
+      return cmdfunc()
+    File "/hgwork/tmp/hgtests.__5osyl4/install/lib/python/mercurial/dispatch.py", line 1171, in <lambda>
+      d = lambda: util.checksignature(func)(ui, *args, **strcmdopt)
+    File "/hgwork/tmp/hgtests.__5osyl4/install/lib/python/mercurial/util.py", line 1843, in check
+      return func(*args, **kwargs)
+    File "/hgwork/tmp/hgtests.__5osyl4/install/lib/python/mercurial/debugcommands.py", line 1696, in debuginstall
+      problems += handler(ui, fm)
+    File "/hgwork/tmp/hgtests.__5osyl4/install/lib/python/hgext/fsmonitor/__init__.py", line 195, in debuginstall
+      err = str(e)
+    File "/hgwork/tmp/hgtests.__5osyl4/install/lib/python/hgext/fsmonitor/watchmanclient.py", line 27, in __str__
+      return b'warning: Watchman unavailable: %s' % self.msg
+  TypeError: %b requires a bytes-like object, or an object that implements __bytes__, not 'str'
   fsmonitor checking for watchman binary... (false)
-   watchman binary missing or broken: warning: Watchman unavailable: watchman exited with code 1
 Verify the json works too:
   $ hg debuginstall --config extensions.fsmonitor= --config fsmonitor.watchman_exe=false -Tjson | grep atchman
-    "fsmonitor-watchman": "false",
-    "fsmonitor-watchman-error": "warning: Watchman unavailable: watchman exited with code 1",
+  ** unknown exception encountered, please report by visiting
+  ** https://mercurial-scm.org/wiki/BugTracker
+  ** Python 3.8.0 (default, Oct 16 2019, 02:27:26) [GCC 8.3.0]
+  ** Mercurial Distributed SCM (version 5.1.2+560-b78cfa589c8c)
+  ** Extensions loaded: fsmonitor
+  Traceback (most recent call last):
+    File "/hgwork/tmp/hgtests.__5osyl4/install/lib/python/hgext/fsmonitor/watchmanclient.py", line 97, in _command
+      return self._watchmanclient.query(*watchmanargs)
+    File "/hgwork/tmp/hgtests.__5osyl4/install/lib/python/hgext/fsmonitor/pywatchman/__init__.py", line 996, in query
+      self._connect()
+    File "/hgwork/tmp/hgtests.__5osyl4/install/lib/python/hgext/fsmonitor/pywatchman/__init__.py", line 863, in _connect
+      self.sockpath = self._resolvesockname()
+    File "/hgwork/tmp/hgtests.__5osyl4/install/lib/python/hgext/fsmonitor/pywatchman/__init__.py", line 848, in _resolvesockname
+      raise WatchmanError("watchman exited with code %d" % exitcode)
+  hgext.fsmonitor.pywatchman.WatchmanError: watchman exited with code 1
+  
+  During handling of the above exception, another exception occurred:
+  
+  Traceback (most recent call last):
+    File "/hgwork/tmp/hgtests.__5osyl4/install/lib/python/hgext/fsmonitor/__init__.py", line 188, in debuginstall
+      v = c.command(b"version")
+    File "/hgwork/tmp/hgtests.__5osyl4/install/lib/python/hgext/fsmonitor/watchmanclient.py", line 108, in command
+      return self._command(*args)
+    File "/hgwork/tmp/hgtests.__5osyl4/install/lib/python/hgext/fsmonitor/watchmanclient.py", line 103, in _command
+      raise Unavailable(str(ex))
+  hgext.fsmonitor.watchmanclient.Unavailable: <exception str() failed>
+  
+  During handling of the above exception, another exception occurred:
+  
+  Traceback (most recent call last):
+    File "/hgwork/tmp/hgtests.__5osyl4/install/bin/hg", line 36, in <module>
+      dispatch.run()
+    File "/hgwork/tmp/hgtests.__5osyl4/install/lib/python/mercurial/dispatch.py", line 111, in run
+      status = dispatch(req)
+    File "/hgwork/tmp/hgtests.__5osyl4/install/lib/python/mercurial/dispatch.py", line 250, in dispatch
+      ret = _runcatch(req) or 0
+    File "/hgwork/tmp/hgtests.__5osyl4/install/lib/python/mercurial/dispatch.py", line 424, in _runcatch
+      return _callcatch(ui, _runcatchfunc)
+    File "/hgwork/tmp/hgtests.__5osyl4/install/lib/python/mercurial/dispatch.py", line 433, in _callcatch
+      return scmutil.callcatch(ui, func)
+    File "/hgwork/tmp/hgtests.__5osyl4/install/lib/python/mercurial/scmutil.py", line 177, in callcatch
+      return func()
+    File "/hgwork/tmp/hgtests.__5osyl4/install/lib/python/mercurial/dispatch.py", line 414, in _runcatchfunc
+      return _dispatch(req)
+    File "/hgwork/tmp/hgtests.__5osyl4/install/lib/python/mercurial/dispatch.py", line 1173, in _dispatch
+      return runcommand(
+    File "/hgwork/tmp/hgtests.__5osyl4/install/lib/python/mercurial/dispatch.py", line 862, in runcommand
+      ret = _runcommand(ui, options, cmd, d)
+    File "/hgwork/tmp/hgtests.__5osyl4/install/lib/python/mercurial/dispatch.py", line 1185, in _runcommand
+      return cmdfunc()
+    File "/hgwork/tmp/hgtests.__5osyl4/install/lib/python/mercurial/dispatch.py", line 1171, in <lambda>
+      d = lambda: util.checksignature(func)(ui, *args, **strcmdopt)
+    File "/hgwork/tmp/hgtests.__5osyl4/install/lib/python/mercurial/util.py", line 1843, in check
+      return func(*args, **kwargs)
+    File "/hgwork/tmp/hgtests.__5osyl4/install/lib/python/mercurial/debugcommands.py", line 1696, in debuginstall
+      problems += handler(ui, fm)
+    File "/hgwork/tmp/hgtests.__5osyl4/install/lib/python/hgext/fsmonitor/__init__.py", line 195, in debuginstall
+      err = str(e)
+    File "/hgwork/tmp/hgtests.__5osyl4/install/lib/python/hgext/fsmonitor/watchmanclient.py", line 27, in __str__
+      return b'warning: Watchman unavailable: %s' % self.msg
+  TypeError: %b requires a bytes-like object, or an object that implements __bytes__, not 'str'
+  [1]
 
 
 #if test-repo

test-lfs-serve-access.t

--- /hgwork/src/tests/test-lfs-serve-access.t
+++ /hgwork/src/tests/test-lfs-serve-access.t.err
@@ -353,18 +353,18 @@
   $LOCALIP - - [$ERRDATE$] HG error:  Traceback (most recent call last): (glob)
   $LOCALIP - - [$ERRDATE$] HG error:      localstore.download(oid, req.bodyfh) (glob)
   $LOCALIP - - [$ERRDATE$] HG error:      super(badstore, self).download(oid, src) (glob)
-  $LOCALIP - - [$ERRDATE$] HG error:      _(b'corrupt remote lfs object: %s') % oid (glob)
-  $LOCALIP - - [$ERRDATE$] HG error:  LfsCorruptionError: corrupt remote lfs object: b5bb9d8014a0f9b1d61e21e796d78dccdf1352f23cd32812f4850b878ae4944c (glob)
+  $LOCALIP - - [$ERRDATE$] HG error:      raise LfsCorruptionError(
+  $LOCALIP - - [$ERRDATE$] HG error:  hgext.lfs.blobstore.LfsCorruptionError: b'corrupt remote lfs object: b5bb9d8014a0f9b1d61e21e796d78dccdf1352f23cd32812f4850b878ae4944c'
   $LOCALIP - - [$ERRDATE$] HG error:   (glob)
   $LOCALIP - - [$ERRDATE$] Exception happened during processing request '/.hg/lfs/objects/276f73cfd75f9fb519810df5f5d96d6594ca2521abd86cbcd92122f7d51a1f3d': (glob)
   Traceback (most recent call last):
       self.do_write()
       self.do_hgweb()
       for chunk in self.server.application(env, self._start_response):
+      return func(*(args + a), **kw) (no-py3 !)
       for r in self._runwsgi(req, res, repo):
-      rctx, req, res, self.check_perm
-      return func(*(args + a), **kw) (no-py3 !)
-      rctx.repo, req, res, lambda perm: checkperm(rctx, req, perm)
+      handled = wireprotoserver.handlewsgirequest(
+      return _processbasictransfer(
       res.setbodybytes(localstore.read(oid))
       blob = self._read(self.vfs, oid, verify)
       raise IOError(errno.EIO, r'%s: I/O error' % oid.decode("utf-8"))
@@ -375,8 +375,8 @@
   $LOCALIP - - [$ERRDATE$] HG error:      res.setbodybytes(localstore.read(oid)) (glob)
   $LOCALIP - - [$ERRDATE$] HG error:      blob = self._read(self.vfs, oid, verify) (glob)
   $LOCALIP - - [$ERRDATE$] HG error:      blobstore._verify(oid, b'dummy content') (glob)
-  $LOCALIP - - [$ERRDATE$] HG error:      hint=_(b'run hg verify'), (glob)
-  $LOCALIP - - [$ERRDATE$] HG error:  LfsCorruptionError: detected corrupt lfs object: 276f73cfd75f9fb519810df5f5d96d6594ca2521abd86cbcd92122f7d51a1f3d (glob)
+  $LOCALIP - - [$ERRDATE$] HG error:      raise LfsCorruptionError(
+  $LOCALIP - - [$ERRDATE$] HG error:  hgext.lfs.blobstore.LfsCorruptionError: b'detected corrupt lfs object: 276f73cfd75f9fb519810df5f5d96d6594ca2521abd86cbcd92122f7d51a1f3d'
   $LOCALIP - - [$ERRDATE$] HG error:   (glob)
 
 Basic Authorization headers are returned by the Batch API, and sent back with

test-notify.t

--- /hgwork/src/tests/test-notify.t
+++ /hgwork/src/tests/test-notify.t.err
@@ -421,36 +421,28 @@
   >   -m `"$PYTHON" -c 'print("àáâãä")'`
   $ hg --traceback --cwd b --encoding utf-8 pull ../a |    >   "$PYTHON" $TESTTMP/filter.py
+  error: incoming.notify hook raised an exception: 'ascii' codec can't encode characters in position 42-51: ordinal not in range(128)
+  Traceback (most recent call last):
+    File "/hgwork/tmp/hgtests.__5osyl4/install/lib/python/mercurial/hook.py", line 114, in pythonhook
+      r = obj(ui=ui, repo=repo, hooktype=htype, **pycompat.strkwargs(args))
+    File "/hgwork/tmp/hgtests.__5osyl4/install/lib/python/hgext/notify.py", line 553, in hook
+      n.send(ctx, count, data)
+    File "/hgwork/tmp/hgtests.__5osyl4/install/lib/python/hgext/notify.py", line 406, in send
+      msg = mail.mimeencode(self.ui, payload, self.charsets, self.test)
+    File "/hgwork/tmp/hgtests.__5osyl4/install/lib/python/mercurial/mail.py", line 423, in mimeencode
+      return mimetextqp(s, b'plain', cs)
+    File "/hgwork/tmp/hgtests.__5osyl4/install/lib/python/mercurial/mail.py", line 298, in mimetextqp
+      msg.set_payload(body, cs)
+    File "/hgdev/pyenv/versions/3.8.0/lib/python3.8/email/message.py", line 315, in set_payload
+      payload = payload.encode(charset.output_charset)
+  UnicodeEncodeError: 'ascii' codec can't encode characters in position 42-51: ordinal not in range(128)
   pulling from ../a
   searching for changes
   adding changesets
   adding manifests
   adding file changes
   added 1 changesets with 1 changes to 1 files
-  new changesets 0f25f9c22b4c
-  MIME-Version: 1.0
-  Content-Type: text/plain; charset="us-ascii"
-  Content-Transfer-Encoding: 8bit
-  X-Test: foo
-  Date: * (glob)
-  Subject: à... (esc)
-  From: test@test.com
-  X-Hg-Notification: changeset 0f25f9c22b4c
-  Message-Id: <*> (glob)
-  To: baz@test.com, foo@bar
-  
-  changeset 0f25f9c22b4c in b
-  description: àáâãä (esc)
-  diffstat:
-   a |  1 + 1 files changed, 1 insertions(+), 0 deletions(-)
-  
-  diffs (7 lines):
-  
-  diff -r fccf66cd0c35 -r 0f25f9c22b4c a
-  --- a/a	Thu Jan 01 00:00:03 1970 +0000
-  +++ b/a	Thu Jan 01 00:00:00 1970 +0000
-  @@ -1,2 +1,3 @@ a a
-  +a
+  new changesets 5e14b89ad3da
   (run 'hg update' to get a working copy)
 
 long lines
@@ -470,48 +462,31 @@
   adding manifests
   adding file changes
   added 1 changesets with 1 changes to 1 files
-  new changesets a846b5f6ebb7
-  notify: sending 2 subscribers 1 changes
+  new changesets fecd12eab950
+  error: incoming.notify hook failed: decoding near 'nononononoф': 'ascii' codec can't decode byte 0xd1 in position 1328: ordinal not in range(128)! (esc)
+  Traceback (most recent call last):
+    File "/hgwork/tmp/hgtests.__5osyl4/install/lib/python/mercurial/encoding.py", line 205, in fromlocal
+      u = s.decode(_sysstr(encoding), _sysstr(encodingmode))
+  UnicodeDecodeError: 'ascii' codec can't decode byte 0xd1 in position 1328: ordinal not in range(128)
+  
+  During handling of the above exception, another exception occurred:
+  
+  Traceback (most recent call last):
+    File "/hgwork/tmp/hgtests.__5osyl4/install/lib/python/mercurial/hook.py", line 114, in pythonhook
+      r = obj(ui=ui, repo=repo, hooktype=htype, **pycompat.strkwargs(args))
+    File "/hgwork/tmp/hgtests.__5osyl4/install/lib/python/hgext/notify.py", line 553, in hook
+      n.send(ctx, count, data)
+    File "/hgwork/tmp/hgtests.__5osyl4/install/lib/python/hgext/notify.py", line 387, in send
+      msg = p.parsestr(encoding.strfromlocal(data))
+    File "/hgwork/tmp/hgtests.__5osyl4/install/lib/python/mercurial/encoding.py", line 223, in unifromlocal
+      return fromlocal(s).decode('utf-8')
+    File "/hgwork/tmp/hgtests.__5osyl4/install/lib/python/mercurial/encoding.py", line 209, in fromlocal
+      raise error.Abort(
+  mercurial.error.Abort: b"decoding near 'nononononoф': 'ascii' codec can't decode byte 0xd1 in position 1328: ordinal not in range(128)!"
   (run 'hg update' to get a working copy)
   $ "$PYTHON" $TESTTMP/filter.py < b/mbox
-  From test@test.com ... ... .. ..:..:.. .... (re)
-  MIME-Version: 1.0
-  Content-Type: text/plain; charset="*" (glob)
-  Content-Transfer-Encoding: quoted-printable
-  X-Test: foo
-  Date: * (glob)
-  Subject: long line
-  From: test@test.com
-  X-Hg-Notification: changeset a846b5f6ebb7
-  Message-Id: <hg.a846b5f6ebb7.*.*@*> (glob)
-  To: baz@test.com, foo@bar
-  
-  changeset a846b5f6ebb7 in b
-  description: long line
-  diffstat:
-   a |  1 + 1 files changed, 1 insertions(+), 0 deletions(-)
-  
-  diffs (8 lines):
-  
-  diff -r 0f25f9c22b4c -r a846b5f6ebb7 a
-  --- a/a	Thu Jan 01 00:00:00 1970 +0000
-  +++ b/a	Thu Jan 01 00:00:00 1970 +0000
-  @@ -1,3 +1,4 @@ a a a
-  +nonononononononononononononononononononononononononononononononononononono=
-  nononononononononononononononononononononononononononononononononononononon=
-  ononononononononononononononononononononononononononononononononononononono=
-  nononononononononononononononononononononononononononononononononononononon=
-  ononononononononononononononononononononononononononononononononononononono=
-  nononononononononononononononononononononononononononononononononononononon=
-  ononononononononononononononononononononononononononononononononononononono=
-  nononononononononononononononononononononononononononononononononononononon=
-  ononononononononononononononononononononononononononononononononononononono=
-  nononononononononononononononononononononononononononononononononononononon=
-  ononononononononononononononononononononononononononononononononononononono=
-  nononononononononononononononononononononononononononononononononononononon=
-  ononononononononononononononononononononononononononononononononononononono=
-  nonononononononononononono=D1=84
-  
+  $TESTTMP.sh: 128: $TESTTMP.sh: cannot open b/mbox: No such file
+  [2]
  revset selection: send to address that matches branch and repo
 
   $ cat << EOF >> $HGRCPATH
@@ -540,7 +515,7 @@
   adding manifests
   adding file changes
   added 1 changesets with 1 changes to 1 files
-  new changesets f7e5aaed4080
+  new changesets cfdce462aac0
   MIME-Version: 1.0
   Content-Type: text/plain; charset="us-ascii"
   Content-Transfer-Encoding: 7bit
@@ -548,11 +523,11 @@
   Date: * (glob)
   Subject: test
   From: test@test.com
-  X-Hg-Notification: changeset f7e5aaed4080
-  Message-Id: <hg.f7e5aaed4080.*.*@*> (glob)
+  X-Hg-Notification: changeset cfdce462aac0
+  Message-Id: <hg.cfdce462aac0.1571195007.8288740676674319611@ip-172-31-43-178.us-west-2.compute.internal>
   To: baz@test.com, foo@bar, notify@example.com
   
-  changeset f7e5aaed4080 in b
+  changeset cfdce462aac0 in b
   description: test
   (run 'hg update' to get a working copy)
 
@@ -570,7 +545,7 @@
   adding manifests
   adding file changes
   added 1 changesets with 0 changes to 0 files (+1 heads)
-  new changesets 645eb6690ecf
+  new changesets 424ada2957e5
   MIME-Version: 1.0
   Content-Type: text/plain; charset="us-ascii"
   Content-Transfer-Encoding: 7bit
@@ -578,11 +553,11 @@
   Date: * (glob)
   Subject: test
   From: test@test.com
-  X-Hg-Notification: changeset 645eb6690ecf
-  Message-Id: <hg.645eb6690ecf.*.*@*> (glob)
-  To: baz@test.com, foo@bar
-  
-  changeset 645eb6690ecf in b
+  X-Hg-Notification: changeset 424ada2957e5
+  Message-Id: <hg.424ada2957e5.1571195008.8288740676674319611@ip-172-31-43-178.us-west-2.compute.internal>
+  To: baz@test.com, foo@bar
+  
+  changeset 424ada2957e5 in b
   description: test
   (run 'hg heads' to see heads)
 
@@ -599,12 +574,12 @@
   Date: * (glob)
   Subject: changeset in b: default template
   From: test@test.com
-  X-Hg-Notification: changeset 5cd4346eed47
-  Message-Id: <hg.5cd4346eed47.*.*@*> (glob)
-  To: baz@test.com, foo@bar
-  
-  changeset 5cd4346eed47 in $TESTTMP/b
-  details: http://test/b?cmd=changeset;node=5cd4346eed47
+  X-Hg-Notification: changeset eec6221c8a43
+  Message-Id: <hg.eec6221c8a43.1571195009.8288740676674319611@ip-172-31-43-178.us-west-2.compute.internal>
+  To: baz@test.com, foo@bar
+  
+  changeset eec6221c8a43 in $TESTTMP/b
+  details: http://test/b?cmd=changeset;node=eec6221c8a43
   description: default template
 
 with style:
@@ -628,11 +603,11 @@
   Date: * (glob)
   Subject: with style
   From: test@test.com
-  X-Hg-Notification: changeset ec8d9d852f56
-  Message-Id: <hg.ec8d9d852f56.*.*@*> (glob)
-  To: baz@test.com, foo@bar
-  
-  changeset ec8d9d852f56
+  X-Hg-Notification: changeset 7955a56097d3
+  Message-Id: <hg.7955a56097d3.1571195009.8288740676674319611@ip-172-31-43-178.us-west-2.compute.internal>
+  To: baz@test.com, foo@bar
+  
+  changeset 7955a56097d3
 
 with template (overrides style):
 
@@ -649,10 +624,10 @@
   Content-Type: text/plain; charset="us-ascii"
   Content-Transfer-Encoding: 7bit
   Date: * (glob)
-  Subject: 14721b538ae3: with template
-  From: test@test.com
-  X-Hg-Notification: changeset 14721b538ae3
-  Message-Id: <hg.14721b538ae3.*.*@*> (glob)
+  Subject: 82bb0b6eb499: with template
+  From: test@test.com
+  X-Hg-Notification: changeset 82bb0b6eb499
+  Message-Id: <hg.82bb0b6eb499.1571195010.8288740676674319611@ip-172-31-43-178.us-west-2.compute.internal>
   To: baz@test.com, foo@bar
   
   with template
@@ -682,21 +657,21 @@
   adding manifests
   adding file changes
   added 1 changesets with 1 changes to 1 files
-  new changesets b86bc16ff894
+  new changesets dfca204f4cee
   MIME-Version: 1.0
   Content-Type: text/plain; charset="us-ascii"
   Content-Transfer-Encoding: 7bit
   Date: * (glob)
   Subject: addfunction
   From: test@test.com
-  X-Hg-Notification: changeset b86bc16ff894
-  Message-Id: <hg.b86bc16ff894.*.*@*> (glob)
-  To: baz@test.com, foo@bar
-  
-  changeset b86bc16ff894
+  X-Hg-Notification: changeset dfca204f4cee
+  Message-Id: <hg.dfca204f4cee.1571195011.8288740676674319611@ip-172-31-43-178.us-west-2.compute.internal>
+  To: baz@test.com, foo@bar
+  
+  changeset dfca204f4cee
   diffs (11 lines):
   
-  diff -r 14721b538ae3 -r b86bc16ff894 f1
+  diff -r 82bb0b6eb499 -r dfca204f4cee f1
   --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
   +++ b/f1	Thu Jan 01 00:00:00 1970 +0000
   @@ -0,0 +1,7 @@
@@ -725,21 +700,21 @@
   adding manifests
   adding file changes
   added 1 changesets with 1 changes to 1 files
-  new changesets e81040e9838c
+  new changesets 23ea51ca9d20
   MIME-Version: 1.0
   Content-Type: text/plain; charset="us-ascii"
   Content-Transfer-Encoding: 7bit
   Date: * (glob)
   Subject: changefunction
   From: test@test.com
-  X-Hg-Notification: changeset e81040e9838c
-  Message-Id: <hg.e81040e9838c.*.*@*> (glob)
-  To: baz@test.com, foo@bar
-  
-  changeset e81040e9838c
+  X-Hg-Notification: changeset 23ea51ca9d20
+  Message-Id: <hg.23ea51ca9d20.1571195011.8288740676674319611@ip-172-31-43-178.us-west-2.compute.internal>
+  To: baz@test.com, foo@bar
+  
+  changeset 23ea51ca9d20
   diffs (12 lines):
   
-  diff -r b86bc16ff894 -r e81040e9838c f1
+  diff -r dfca204f4cee -r 23ea51ca9d20 f1
   --- a/f1	Thu Jan 01 00:00:00 1970 +0000
   +++ b/f1	Thu Jan 01 00:00:00 1970 +0000
   @@ -2,6 +2,6 @@ int main() {

test-remotefilelog-gc.t

--- /hgwork/src/tests/test-remotefilelog-gc.t
+++ /hgwork/src/tests/test-remotefilelog-gc.t.err
@@ -107,5 +107,51 @@
 
   $ printf "asdasdas" >> $CACHEDIR/repos
   $ hg gc
-  abort: invalid path asdasda: .*(null|NULL).* (re)
-  [255]
+  ** unknown exception encountered, please report by visiting
+  ** https://mercurial-scm.org/wiki/BugTracker
+  ** Python 3.8.0 (default, Oct 16 2019, 02:27:26) [GCC 8.3.0]
+  ** Mercurial Distributed SCM (version 5.1.2+560-b78cfa589c8c)
+  ** Extensions loaded: remotefilelog, rebase, strip
+  Traceback (most recent call last):
+    File "/hgwork/tmp/hgtests.__5osyl4/install/bin/hg", line 36, in <module>
+      dispatch.run()
+    File "/hgwork/tmp/hgtests.__5osyl4/install/lib/python/mercurial/dispatch.py", line 111, in run
+      status = dispatch(req)
+    File "/hgwork/tmp/hgtests.__5osyl4/install/lib/python/mercurial/dispatch.py", line 250, in dispatch
+      ret = _runcatch(req) or 0
+    File "/hgwork/tmp/hgtests.__5osyl4/install/lib/python/mercurial/dispatch.py", line 424, in _runcatch
+      return _callcatch(ui, _runcatchfunc)
+    File "/hgwork/tmp/hgtests.__5osyl4/install/lib/python/mercurial/dispatch.py", line 433, in _callcatch
+      return scmutil.callcatch(ui, func)
+    File "/hgwork/tmp/hgtests.__5osyl4/install/lib/python/mercurial/scmutil.py", line 177, in callcatch
+      return func()
+    File "/hgwork/tmp/hgtests.__5osyl4/install/lib/python/mercurial/dispatch.py", line 414, in _runcatchfunc
+      return _dispatch(req)
+    File "/hgwork/tmp/hgtests.__5osyl4/install/lib/python/mercurial/dispatch.py", line 1173, in _dispatch
+      return runcommand(
+    File "/hgwork/tmp/hgtests.__5osyl4/install/lib/python/hgext/remotefilelog/__init__.py", line 576, in runcommand
+      return orig(lui, repo, *args, **kwargs)
+    File "/hgwork/tmp/hgtests.__5osyl4/install/lib/python/mercurial/dispatch.py", line 862, in runcommand
+      ret = _runcommand(ui, options, cmd, d)
+    File "/hgwork/tmp/hgtests.__5osyl4/install/lib/python/mercurial/dispatch.py", line 1185, in _runcommand
+      return cmdfunc()
+    File "/hgwork/tmp/hgtests.__5osyl4/install/lib/python/mercurial/dispatch.py", line 1171, in <lambda>
+      d = lambda: util.checksignature(func)(ui, *args, **strcmdopt)
+    File "/hgwork/tmp/hgtests.__5osyl4/install/lib/python/mercurial/util.py", line 1843, in check
+      return func(*args, **kwargs)
+    File "/hgwork/tmp/hgtests.__5osyl4/install/lib/python/hgext/remotefilelog/__init__.py", line 889, in gc
+      gcclient(ui, cachepath)
+    File "/hgwork/tmp/hgtests.__5osyl4/install/lib/python/hgext/remotefilelog/__init__.py", line 928, in gcclient
+      peer = hg.peer(ui, {}, path)
+    File "/hgwork/tmp/hgtests.__5osyl4/install/lib/python/mercurial/hg.py", line 233, in peer
+      return _peerorrepo(
+    File "/hgwork/tmp/hgtests.__5osyl4/install/lib/python/mercurial/hg.py", line 181, in _peerorrepo
+      obj = _peerlookup(path).instance(
+    File "/hgwork/tmp/hgtests.__5osyl4/install/lib/python/mercurial/localrepo.py", line 3447, in instance
+      return makelocalrepository(ui, localpath, intents=intents)
+    File "/hgwork/tmp/hgtests.__5osyl4/install/lib/python/mercurial/localrepo.py", line 503, in makelocalrepository
+      hgvfs.stat()
+    File "/hgwork/tmp/hgtests.__5osyl4/install/lib/python/mercurial/vfs.py", line 260, in stat
+      return os.stat(self.join(path))
+  ValueError: stat: embedded null character in path
+  [1]

test-ssh-proto.t

--- /hgwork/src/tests/test-ssh-proto.t
+++ /hgwork/src/tests/test-ssh-proto.t.err
@@ -111,6 +111,8 @@
   o>     capabilities: batch branchmap $USUAL_BUNDLE2_CAPS$ changegroupsubset getbundle known lookup protocaps pushkey streamreqs=generaldelta,revlogv1,sparserevlog unbundle=HG10GZ,HG10BZ,HG10UN unbundlehash

   440
   capabilities: batch branchmap $USUAL_BUNDLE2_CAPS$ changegroupsubset getbundle known lookup protocaps pushkey streamreqs=generaldelta,revlogv1,sparserevlog unbundle=HG10GZ,HG10BZ,HG10UN unbundlehash
+  /hgdev/pyenv/versions/3.8.0/lib/python3.8/os.py:1021: RuntimeWarning: line buffering (buffering=1) isn't supported in binary mode, the default buffer size will be used
+    return io.open(fd, *args, **kwargs)
   o> flush() -> None
 
   $ hg debugserve --sshstdio --logiofile $TESTTMP/io << EOF
@@ -118,6 +120,8 @@
   > EOF
   440
   capabilities: batch branchmap $USUAL_BUNDLE2_CAPS$ changegroupsubset getbundle known lookup protocaps pushkey streamreqs=generaldelta,revlogv1,sparserevlog unbundle=HG10GZ,HG10BZ,HG10UN unbundlehash
+  /hgwork/tmp/hgtests.__5osyl4/install/lib/python/mercurial/pycompat.py:294: RuntimeWarning: line buffering (buffering=1) isn't supported in binary mode, the default buffer size will be used
+    return builtins.open(name, sysstr(mode), buffering, encoding)
 
   $ cat $TESTTMP/io
   e> flush() -> None

test-worker.t

--- /hgwork/src/tests/test-worker.t
+++ /hgwork/src/tests/test-worker.t.err
@@ -80,6 +80,17 @@
   > test 100000.0 abort 2>&1
   start
   abort: known exception
+  Exception ignored in: <function _after_fork at 0x7f4c855db8b0>
+  Traceback (most recent call last):
+    File "/hgdev/pyenv/versions/3.8.0/lib/python3.8/threading.py", line 1435, in _after_fork
+      threads.update(_dangling)
+    File "/hgdev/pyenv/versions/3.8.0/lib/python3.8/_weakrefset.py", line 59, in __iter__
+      with _IterationGuard(self):
+    File "/hgdev/pyenv/versions/3.8.0/lib/python3.8/_weakrefset.py", line 16, in __init__
+      def __init__(self, weakcontainer):
+    File "/hgwork/tmp/hgtests.__5osyl4/install/lib/python/mercurial/dispatch.py", line 303, in catchterm
+      raise error.SignalInterrupt
+  mercurial.error.SignalInterrupt: 
   [255]
 
   $ hg --config "extensions.t=$abspath" --config 'worker.numcpus=8' @@ -125,6 +136,19 @@
   > "extensions.d=$TESTTMP/detectcleanup.py" test 100000 abort
   start
   abort: known exception
+  Exception ignored in: <function _after_fork at 0x7f0c9e6a7940>
+  Traceback (most recent call last):
+    File "/hgdev/pyenv/versions/3.8.0/lib/python3.8/threading.py", line 1442, in _after_fork
+      thread._reset_internal_locks(True)
+    File "/hgdev/pyenv/versions/3.8.0/lib/python3.8/threading.py", line 811, in _reset_internal_locks
+      self._started._reset_internal_locks()
+    File "/hgdev/pyenv/versions/3.8.0/lib/python3.8/threading.py", line 511, in _reset_internal_locks
+      self._cond.__init__(Lock())
+    File "/hgdev/pyenv/versions/3.8.0/lib/python3.8/threading.py", line 233, in __init__
+      self._release_save = lock._release_save
+    File "/hgwork/tmp/hgtests.__5osyl4/install/lib/python/mercurial/dispatch.py", line 303, in catchterm
+      raise error.SignalInterrupt
+  mercurial.error.SignalInterrupt: 
   [255]
 
 #endif

Skipped Tests

Long Tests

DurationTest
152.2stest-merge-combination.t
116.1stest-revset.t
102.2stest-obsolete-bundle-strip.t
99.6stest-bookmarks-pushpull.t#b2-binary
99.6stest-bookmarks-pushpull.t#b2-pushkey
98.6stest-subrepo.t
92.8stest-obsolete.t
91.4stest-largefiles.t
87.7stest-log.t
86.5stest-template-functions.t
85.0stest-graft.t#abortflag
85.0stest-graft.t#abortcommand
80.2stest-largefiles-misc.t
79.9stest-mq.t
76.2stest-rebase-obsolete.t
75.6stest-glog-beautifygraph.t
75.6stest-import.t
75.4stest-glog.t
72.0stest-obsmarker-template.t
68.9stest-merge-tools.t
65.0stest-http-permissions.t
64.9stest-bundle2-exchange.t#sshv1
64.8stest-bundle2-exchange.t#sshv2
63.3stest-fix.t
61.0stest-commit-amend.t
60.8stest-shelve.t#stripbased
60.1stest-update-branches.t
59.9stest-shelve.t#phasebased
58.1stest-rename-merge2.t
57.8stest-revset2.t
56.6stest-largefiles-update.t
56.5stest-strip.t
56.1stest-check-pylint.t
55.5stest-subrepo-git.t
55.4stest-copies.t#sidedata
55.3stest-bookmarks.t
55.1stest-copies.t#filelog
55.0stest-copies.t#compatibility
54.7stest-copies.t#changeset
54.5stest-shelve2.t#phasebased#abortflag#continuecommand
54.4stest-shelve2.t#phasebased#abortcommand#continuecommand
54.2stest-shelve2.t#phasebased#abortcommand#continueflag
54.0stest-shelve2.t#phasebased#abortflag#continueflag
53.1stest-shelve2.t#stripbased#abortcommand#continuecommand
52.8stest-shelve2.t#stripbased#abortcommand#continueflag
52.7stest-phases-exchange.t
52.6stest-shelve2.t#stripbased#abortflag#continuecommand
52.5stest-shelve2.t#stripbased#abortflag#continueflag
51.8stest-keyword.t
51.5stest-merge-force.t
51.0stest-run-tests.t
50.1stest-template-basic.t
50.0stest-push-warn.t
50.0stest-lfs.t
48.6stest-mq-subrepo.t
48.5stest-obsolete-divergent.t
48.1stest-narrow.t#tree#lfs-on
48.1stest-push-race.t#unrelated
47.8stest-push-race.t#strict
47.8stest-narrow.t#flat#lfs-on
47.7stest-merge-changedelete.t
47.7stest-mv-cp-st-diff.t
47.5stest-template-keywords.t
46.8stest-clone.t#sshv1
46.6stest-clone.t#sshv2
46.3stest-annotate.t
46.0stest-transplant.t#commandmode
46.0stest-transplant.t#continueflag
45.7stest-revert.t
45.6stest-copytrace-heuristics.t
44.2stest-mq-header-date.t
43.4stest-mq-header-from.t
43.1stest-bisect.t
43.1stest-convert-filemap.t
40.8stest-fileset.t
40.6stest-narrow.t#flat#lfs-off
40.6stest-narrow.t#tree#lfs-off
39.9stest-rebase-inmemory.t
39.8stest-resolve.t
39.1stest-tags.t
38.5stest-template-map.t
38.1stest-uncommit.t
37.2stest-rebase-scenario-global.t
36.6stest-subrepo-deep-nested-change.t
36.2stest-init.t
36.0stest-tag.t
35.1stest-backout.t
35.0stest-contrib-perf.t
34.9stest-remotefilelog-repack.t
34.5stest-treemanifest.t
34.1stest-treediscovery.t
33.0stest-mq-guards.t
32.8stest-branches.t
32.6stest-ssh-proto.t
32.5stest-censor.t
32.4stest-hook.t
32.2stest-check-code.t
31.3stest-commit-interactive.t
31.0stest-commit.t
31.0stest-remotefilelog-repack-fast.t
30.8stest-remotefilelog-bgprefetch.t
30.6stest-rebase-collapse.t
30.5stest-bisect2.t
30.4stest-help.t
30.2stest-rename.t
30.2stest-copies-unrelated.t#sidedata
30.2stest-alias.t
30.1stest-copies-unrelated.t#changeset
29.9stest-copies-unrelated.t#compatibility
29.9stest-copies-unrelated.t#filelog
29.7stest-status.t
29.6stest-bundle.t
29.5stest-histedit-fold.t
29.4stest-largefiles-wireproto.t#sshv2
29.3stest-largefiles-wireproto.t#sshv1
29.1stest-narrow-widen-no-ellipsis.t#tree
29.0stest-hgwebdir.t
28.8stest-narrow-share.t#flat
28.7stest-narrow-widen-no-ellipsis.t#flat
28.7stest-narrow-clone.t
28.6stest-ssh.t#sshv1
28.6stest-ssh.t#sshv2
28.4stest-check-pyflakes.t
28.0stest-narrow-share.t#tree
28.0stest-subrepo-svn.t
28.0stest-automv.t
27.8stest-archive.t
27.8stest-issue3084.t
27.7stest-narrow-widen.t#tree
27.6stest-mq-qpush-fail.t
27.6stest-https.t
27.6stest-rebase-abort.t#abortcommand#continuecommand
27.6stest-rebase-abort.t#abortcommand#continueflag
27.6stest-narrow-widen.t#flat
27.5stest-newbranch.t
27.3stest-rebase-abort.t#abortflag#continueflag
27.2stest-fastannotate-hg.t
27.2stest-rebase-abort.t#abortflag#continuecommand
26.8stest-merge-no-file-change.t
26.7stest-extension.t
26.4stest-convert-cvs-detectmerge.t
26.4stest-histedit-obsolete.t#abortcommand
26.3stest-obshistory.t
26.3stest-phases.t
26.2stest-fetch.t
26.2stest-ssh-bundle1.t#sshv2
26.2stest-ssh-bundle1.t#sshv1
26.1stest-eol.t
25.9stest-histedit-obsolete.t#abortflag
25.6stest-acl.t
25.6stest-remotefilelog-prefetch.t
25.1stest-histedit-arguments.t#abortcommand
25.0stest-histedit-arguments.t#abortflag
24.8stest-convert-git.t
24.8stest-bheads.t
24.5stest-convert-cvs.t
24.3stest-setdiscovery.t
24.0stest-convert-hg-sink.t
23.9stest-http-bad-server.t
23.8stest-obsolete-distributed.t
23.7stest-bookflow.t
23.7stest-absorb.t
23.0stest-import-git.t
22.9stest-lfs-serve.t#lfsremote-on
22.8stest-git-export.t
22.6stest-patchbomb.t
22.5stest-show-stack.t
22.5stest-mq-qnew.t
22.4stest-branch-change.t
22.4stest-narrow-clone-nonlinear.t
22.4stest-rebase-cache.t
22.2stest-grep.t
22.2stest-split.t#obsstore-on
22.0stest-rename-merge1.t
21.9stest-upgrade-repo.t
21.9stest-obsmarkers-effectflag.t
21.9stest-merge1.t
21.9stest-narrow-shallow-merges.t
21.9stest-sparse.t
21.5stest-audit-subrepo.t
21.5stest-mq-qpush-exact.t
21.5stest-remove.t
21.4stest-treediscovery-legacy.t
21.4stest-hghave.t
21.3stest-unamend.t
21.3stest-amend.t#obsstore-on
21.3stest-rebase-dest.t
21.1stest-rebase-mq-skip.t#continueflag
21.1stest-rebase-parameters.t
21.0stest-bundle-r.t
20.8stest-walk.t
20.7stest-amend.t#obsstore-off
20.6stest-histedit-edit.t
20.6stest-convert-cvs-synthetic.t
20.4stest-split.t#obsstore-off
20.3stest-rebase-newancestor.t
20.3stest-show-work.t
20.2stest-http.t
20.2stest-narrow-clone-stream.t#flat-fncache
20.1stest-debugcommands.t
20.1stest-commandserver.t
20.1stest-hgweb-commands.t
20.1stest-narrow-clone-stream.t#flat-nofncache

Timeline

test-contrib-check-code.t (1.39s)test-contrib-check-commit.t (0.17s)test-contrib-perf.t (35.00s)test-imports-checker.t (0.93s)test-merge-combination.t (152.25s)test-obsolete-checkheads.t (14.61s)test-push-race.t#strict (47.84s)test-run-tests.t (51.00s)test-check-code.t (32.18s)test-push-checkheads-unpushed-D4.t (6.58s)test-push-race.t#unrelated (48.08s)test-check-py3-compat.t (5.42s)test-push-checkheads-unpushed-D3.t (6.47s)test-push-checkheads-unpushed-D5.t (6.65s)test-largefiles-update.t (56.59s)test-push-checkheads-pruned-B2.t (4.92s)test-push-checkheads-pruned-B3.t (4.78s)test-push-checkheads-pruned-B5.t (5.69s)test-push-checkheads-pruned-B8.t (7.30s)test-push-checkheads-superceed-A2.t (5.50s)test-push-checkheads-superceed-A3.t (5.47s)test-push-checkheads-superceed-A6.t (6.28s)test-push-checkheads-superceed-A7.t (6.48s)test-push-checkheads-unpushed-D2.t (5.47s)test-push-checkheads-unpushed-D7.t (6.60s)test-rebase-check-restore.t (6.40s)test-push-checkheads-partial-C1.t (4.42s)test-push-checkheads-partial-C2.t (4.31s)test-push-checkheads-partial-C4.t (4.05s)test-push-checkheads-pruned-B4.t (4.49s)test-push-checkheads-superceed-A8.t (5.09s)test-push-checkheads-unpushed-D6.t (5.24s)test-push-checkheads-partial-C3.t (4.15s)test-push-checkheads-pruned-B6.t (4.92s)test-push-checkheads-pruned-B7.t (4.89s)test-push-checkheads-unpushed-D1.t (4.34s)test-subrepo-svn.t (27.99s)test-push-checkheads-superceed-A4.t (3.97s)test-push-checkheads-superceed-A5.t (3.95s)test-push-checkheads-pruned-B1.t (3.14s)test-push-checkheads-superceed-A1.t (3.45s)test-copytrace-heuristics.t (45.63s)test-check-config.t (10.58s)test-glog-beautifygraph.t (75.64s)test-gendoc-ja.t (3.96s)test-check-module-imports.t (12.11s)test-convert-cvs.t (24.47s)test-help.t (30.44s)test-obsolete-bounds-checking.t (0.95s)test-gendoc.t (5.61s)test-glog.t (75.42s)test-convert-svn-sink.t (19.58s)test-check-help.t (9.35s)test-patchbomb.t (22.65s)test-convert-svn-source.t (0.11s)test-obsolete-bundle-strip.t (102.25s)test-check-pyflakes.t (28.42s)test-abort-checkin.t (0.94s)test-http-bad-server.t (23.90s)test-ssh-proto-unbundle.t (18.93s)test-obsmarker-template.t (71.95s)test-acl.t (25.63s)test-check-commit.t (1.83s)test-check-shbang.t (2.17s)test-convert-svn-move.t (0.10s)test-check-interfaces.py (0.47s)test-hgweb-commands.t (20.11s)test-hgweb-symrev.t (18.71s)test-obsolete.t (92.75s)test-upgrade-repo.t (21.92s)test-extension.t (26.66s)test-ssh-proto.t (32.65s)test-log.t (87.68s)test-check-execute.t (1.35s)test-dirstate-race.t (15.10s)test-check-pylint.t (56.10s)test-graft.t#abortcommand (85.01s)test-graft.t#abortflag (85.05s)test-convert-svn-encoding.t (0.12s)test-wireproto-content-redirects.t (4.36s)test-hgweb-filelog.t (9.44s)test-hgwebdir.t (28.96s)test-wireproto-exchangev2.t (17.46s)test-bundle2-format.t (11.32s)test-template-map.t (38.53s)test-revset.t (116.12s)test-subrepo.t (98.62s)test-convert-cvs-detectmerge.t (26.42s)test-rebase-obsolete.t (76.22s)test-largefiles.t (91.40s)test-merge-tools.t (68.92s)test-hgweb-json.t (11.41s)test-convert-cvs-synthetic.t (20.61s)test-gendoc-ro.t (3.95s)test-import.t (75.59s)test-subrepo-deep-nested-change.t (36.60s)test-bundle2-exchange.t#sshv1 (64.93s)test-bundle2-exchange.t#sshv2 (64.78s)test-phases-exchange.t (52.69s)test-bookmarks-pushpull.t#b2-binary (99.64s)test-bookmarks-pushpull.t#b2-pushkey (99.64s)test-convert-cvsnt-mergepoints.t (13.22s)test-strip.t (56.51s)test-template-functions.t (86.52s)test-commit-interactive.t (31.29s)test-merge-changedelete.t (47.70s)test-lfs.t (49.95s)test-fix.t (63.26s)test-rename-merge2.t (58.10s)test-hook.t (32.37s)test-https.t (27.58s)test-highlight.t (11.85s)test-convert-git.t (24.77s)test-http-permissions.t (64.97s)test-lfs-test-server.t#git-server (0.23s)test-lfs-test-server.t#hg-server (12.56s)test-setdiscovery.t (24.31s)test-commandserver.t (20.11s)test-clone.t#sshv1 (46.83s)test-clone.t#sshv2 (46.58s)test-bookmarks.t (55.28s)test-check-clang-format.t (1.99s)test-merge-force.t (51.45s)test-revset2.t (57.80s)test-convert-cvs-branch.t (18.44s)test-shelve.t#phasebased (59.94s)test-shelve.t#stripbased (60.75s)test-largefiles-misc.t (80.19s)test-commit-amend.t (60.95s)test-branches.t (32.84s)test-http-protocol.t (12.79s)test-hgweb-diffs.t (12.18s)test-revert.t (45.70s)test-keyword.t (51.77s)test-template-keywords.t (47.48s)test-wireproto-command-filesdata.t (8.91s)test-convert-svn-branches.t (0.11s)test-mq.t (79.93s)test-convert-hg-svn.t (0.11s)test-gendoc-de.t (4.11s)test-lfs-serve-access.t (13.04s)test-wireproto-command-capabilities.t (3.92s)test-generaldelta.t (14.06s)test-subrepo-git.t (55.51s)test-lfs-serve.t#lfsremote-off (7.73s)test-lfs-serve.t#lfsremote-on (22.93s)test-check-format.t (0.25s)test-transplant.t#commandmode (46.03s)test-transplant.t#continueflag (45.97s)test-treemanifest.t (34.48s)test-tags.t (39.10s)test-phases.t (26.26s)test-template-basic.t (50.15s)test-tag.t (36.01s)test-subrepo-recursion.t (18.94s)test-hgweb.t (14.48s)test-convert.t (8.46s)test-check-jshint.t (0.28s)test-http-api-httpv2.t (8.34s)test-http.t (20.20s)test-convert-filemap.t (43.06s)test-obsolete-divergent.t (48.53s)test-annotate.t (46.28s)test-bundle.t (29.56s)test-resolve.t (39.84s)test-shelve2.t#phasebased#abortcommand#continuecommand (54.40s)test-shelve2.t#phasebased#abortcommand#continueflag (54.24s)test-shelve2.t#phasebased#abortflag#continuecommand (54.46s)test-shelve2.t#phasebased#abortflag#continueflag (53.97s)test-shelve2.t#stripbased#abortcommand#continuecommand (53.06s)test-shelve2.t#stripbased#abortcommand#continueflag (52.82s)test-shelve2.t#stripbased#abortflag#continuecommand (52.61s)test-shelve2.t#stripbased#abortflag#continueflag (52.53s)test-split.t#obsstore-off (20.40s)test-split.t#obsstore-on (22.18s)test-encoding-textwrap.t (2.44s)test-obsolete-distributed.t (23.83s)test-walk.t (20.84s)test-mv-cp-st-diff.t (47.66s)test-bisect.t (43.10s)test-convert-p4-filetypes.t (0.10s)test-notify.t (10.36s)test-rebase-scenario-global.t (37.19s)test-commit.t (31.02s)test-ssh.t#sshv1 (28.65s)test-ssh.t#sshv2 (28.60s)test-bundle2-remote-changegroup.t#sshv1 (17.48s)test-bundle2-remote-changegroup.t#sshv2 (17.49s)test-clonebundles.t (17.54s)test-wireproto-exchangev2-shallow.t (5.42s)test-import-git.t (23.04s)test-mq-header-from.t (43.38s)test-i18n.t (4.15s)test-treediscovery.t (34.07s)test-bisect2.t (30.53s)test-archive.t (27.82s)test-fileset.t (40.82s)test-push-warn.t (49.98s)test-hgweb-annotate-whitespace.t (4.68s)test-remotefilelog-repack.t (34.93s)test-debugcommands.t (20.15s)test-remove.t (21.46s)test-rebase-inmemory.t (39.89s)test-clone-uncompressed.t#stream-bundle2 (19.47s)test-clone-uncompressed.t#stream-legacy (17.08s)test-alias.t (30.16s)test-ssh-bundle1.t#sshv1 (26.18s)test-ssh-bundle1.t#sshv2 (26.19s)test-mq-header-date.t (44.24s)test-wireproto-command-changesetdata.t (10.11s)test-pull-pull-corruption.t (15.10s)test-blackbox.t (12.38s)test-convert-svn-startrev.t (0.10s)test-devel-warnings.t (5.27s)test-backout.t (35.13s)test-push-http.t#bundle1 (17.67s)test-push-http.t#bundle2 (18.11s)test-rebase-collapse.t (30.57s)test-contrib-relnotes.t (1.30s)test-update-branches.t (60.06s)test-audit-subrepo.t (21.52s)test-histedit-obsolete.t#abortcommand (26.35s)test-histedit-obsolete.t#abortflag (25.88s)test-histedit-arguments.t#abortcommand (25.10s)test-histedit-arguments.t#abortflag (24.98s)test-wireproto.t (9.36s)test-globalopts.t (10.88s)test-http-bundle1.t (17.75s)test-hgweb-descend-empties.t (2.13s)test-obshistory.t (26.33s)test-fncache.t (11.25s)test-rename.t (30.25s)test-uncommit.t (38.14s)test-mq-subrepo.t (48.58s)test-fastannotate-hg.t (27.21s)test-histedit-fold.t (29.52s)test-progress.t (4.45s)test-remotefilelog-repack-fast.t (30.96s)test-log-linerange.t (8.85s)test-extdiff.t (16.91s)test-getbundle.t (5.66s)test-largefiles-wireproto.t#sshv1 (29.34s)test-largefiles-wireproto.t#sshv2 (29.41s)test-status-color.t (17.74s)test-narrow.t#flat#lfs-off (40.63s)test-narrow.t#flat#lfs-on (47.75s)test-narrow.t#tree#lfs-off (40.57s)test-narrow.t#tree#lfs-on (48.15s)test-convert-hg-sink.t (24.01s)test-logexchange.t (15.89s)test-merge-types.t (12.54s)test-histedit-commute.t (14.17s)test-censor.t (32.55s)test-lfconvert.t (16.57s)test-histedit-edit.t (20.65s)test-remotefilelog-bgprefetch.t (30.76s)test-grep.t (22.19s)test-fetch.t (26.19s)test-copies.t#changeset (54.74s)test-copies.t#compatibility (54.99s)test-copies.t#filelog (55.08s)test-copies.t#sidedata (55.37s)test-wireproto-caching.t (5.93s)test-amend.t#obsstore-off (20.69s)test-amend.t#obsstore-on (21.30s)test-incoming-outgoing.t (13.19s)test-clone-pull-corruption.t (7.94s)test-eol.t (26.11s)test-rollback.t (19.75s)test-install.t (3.29s)test-newbranch.t (27.49s)test-bundle2-multiple-changegroups.t (7.30s)test-merge-criss-cross.t (14.92s)test-wireproto-command-manifestdata.t (5.98s)test-git-export.t (22.78s)test-infinitepush-ci.t (12.91s)test-status.t (29.73s)test-diff-color.t (6.99s)test-rebase-abort.t#abortcommand#continuecommand (27.58s)test-rebase-abort.t#abortcommand#continueflag (27.56s)test-rebase-abort.t#abortflag#continuecommand (27.21s)test-rebase-abort.t#abortflag#continueflag (27.31s)test-lfs-largefiles.t (13.80s)test-hgweb-empty.t (1.86s)test-copies-in-changeset.t#extra (16.88s)test-copies-in-changeset.t#sidedata (18.80s)test-dirstate-race2.t (1.76s)test-merge1.t (21.88s)test-infinitepush-bundlestore.t (19.53s)test-rebase-conflicts.t (13.39s)test-push.t (18.23s)test-rebase-newancestor.t (20.26s)test-convert-mtn.t (0.09s)test-narrow-shallow-merges.t (21.88s)test-mq-guards.t (32.96s)test-hghave.t (21.38s)test-convert-svn-tags.t (0.10s)test-pager.t (12.28s)test-completion.t (5.80s)test-wireproto-command-filedata.t (7.55s)test-qrecord.t (6.12s)test-mq-subrepo-svn.t (2.20s)test-revset-legacy-lookup.t (18.41s)test-rebase-interruptions.t (18.65s)test-absorb.t (23.67s)test-rebase-parameters.t (21.12s)test-hardlinks.t (13.23s)test-export.t (12.11s)test-issue3084.t (27.80s)test-merge-no-file-change.t (26.76s)test-verify.t (8.53s)test-narrow-patterns.t (16.18s)test-mq-qpush-fail.t (27.60s)test-rebase-dest.t (21.26s)test-narrow-widen-no-ellipsis.t#flat (28.70s)test-narrow-widen-no-ellipsis.t#tree (29.05s)test-bundle-r.t (21.03s)test-rebase-pull.t (17.77s)test-exchange-obsmarkers-case-A1.t (16.67s)test-branch-change.t (22.44s)test-sparse.t (21.86s)test-commit-interactive-curses.t (14.30s)test-rebase-named-branches.t (16.77s)test-fix-topology.t#obsstore-off (11.82s)test-fix-topology.t#obsstore-on (13.53s)test-import-bypass.t (17.20s)test-copies-unrelated.t#changeset (30.15s)test-copies-unrelated.t#compatibility (29.90s)test-copies-unrelated.t#filelog (29.88s)test-copies-unrelated.t#sidedata (30.20s)test-revert-interactive.t (12.35s)test-parse-date.t (19.65s)test-treediscovery-legacy.t (21.43s)test-rebase-cache.t (22.35s)test-help-hide.t (0.51s)test-journal.t (6.95s)test-releasenotes-formatting.t (12.21s)test-mq-qrefresh.t (17.66s)test-histedit-fold-non-commute.t (15.25s)test-narrow-widen.t#flat (27.55s)test-narrow-widen.t#tree (27.69s)test-gendoc-pt_BR.t (4.22s)test-gendoc-zh_CN.t (4.03s)test-gendoc-zh_TW.t (3.96s)test-exchange-obsmarkers-case-A3.t (17.55s)test-mq-qrefresh-interactive.t (3.96s)test-chg.t (0.10s)test-wireproto-command-rawstorefiledata.t (3.28s)test-static-http.t (11.03s)test-histedit-non-commute.t (14.46s)test-hgignore.t (10.40s)test-githelp.t (15.21s)test-win32text.t (10.46s)test-exchange-obsmarkers-case-C3.t (11.26s)test-gendoc-it.t (4.10s)test-gendoc-el.t (4.09s)test-gendoc-fr.t (4.20s)test-gendoc-ru.t (4.16s)test-gendoc-sv.t (4.07s)test-gendoc-da.t (4.11s)test-share-bookmarks.t#svfs (12.49s)test-share-bookmarks.t#vfs (12.73s)test-mq-qnew.t (22.48s)test-bheads.t (24.76s)test-flagprocessor.t (17.19s)test-diff-ignore-whitespace.t (14.06s)test-bookflow.t (23.71s)test-http-api.t (3.63s)test-largefiles-cache.t (14.95s)test-encoding.t (6.47s)test-rebase-rename.t (15.96s)test-convert-bzr-merges.t (0.10s)test-mq-qimport.t (18.43s)test-manifest.t (12.18s)test-url-rev.t (13.48s)test-diff-unified.t (9.20s)test-mq-qrefresh-replace-log-message.t (12.88s)test-unamend.t (21.33s)test-init.t (36.18s)test-pager-legacy.t (8.72s)test-rebase-base-flag.t (14.37s)test-histedit-base.t (7.54s)test-parseindex.t (4.36s)test-clone-r.t (12.18s)test-bad-extension.t (1.84s)test-hgweb-raw.t (3.93s)test-rebase-mq.t (16.82s)test-exchange-obsmarkers-case-D1.t (10.60s)test-hgweb-removed.t (1.99s)test-eol-patch.t (6.86s)test-automv.t (27.96s)test-exchange-obsmarkers-case-C2.t (10.27s)test-single-head.t (12.46s)test-ssh-clone-r.t#sshv1 (11.64s)test-ssh-clone-r.t#sshv2 (11.55s)test-subrepo-relative-path.t (10.30s)test-casecollision-merge.t (0.09s)test-http-clone-r.t (10.95s)test-convert-bzr.t (0.08s)test-bookmarks-corner-case.t (8.13s)test-rename-dir-merge.t (12.69s)test-strip-cross.t (17.42s)test-add.t (19.04s)test-histedit-no-change.t (10.76s)test-narrow-clone.t (28.68s)test-hgrc.t (5.40s)test-diffstat.t (12.50s)test-convert-splicemap.t (10.68s)test-http-proxy.t (4.35s)test-removeemptydirs.t (11.73s)test-fileset-generated.t (6.58s)test-bundle-phases.t (15.47s)test-exchange-obsmarkers-case-C1.t (9.66s)test-status-rev.t (6.02s)test-diff-upgrade.t (4.63s)test-pull-update.t (12.58s)test-copy.t (14.01s)test-bisect3.t (8.76s)test-conflict.t (7.42s)test-remotefilelog-prefetch.t (25.58s)test-up-local-change.t (11.94s)test-dispatch.t (9.55s)test-narrow-exchange.t#lfs-off (9.95s)test-narrow-exchange.t#lfs-on (11.58s)test-obsolete-changeset-exchange.t (7.57s)test-exchange-obsmarkers-case-D4.t (8.74s)test-remotefilelog-push-pull.t (16.63s)test-pull-bundle.t (8.33s)test-share.t (9.21s)test-narrow-exchange-merges.t (10.20s)test-phabricator.t (7.97s)test-absorb-rename.t (13.07s)test-eol-update.t (6.18s)test-exchange-obsmarkers-case-B5.t (9.88s)test-churn.t (9.10s)test-pull-branch.t (12.08s)test-eol-hook.t (8.27s)test-bundle-type.t (13.55s)test-remotefilelog-linknodes.t (14.50s)test-narrow-trackedcmd.t#flat (9.11s)test-narrow-trackedcmd.t#tree (9.18s)test-byteify-strings.t (0.70s)test-rebase-detach.t (12.88s)test-stream-bundle-v2.t (3.79s)test-sparse-profiles.t (9.72s)test-mq-qpush-exact.t (21.50s)test-fastannotate-protocol.t (8.67s)test-hybridencode.py (0.29s)test-rebase-bookmarks.t (14.86s)test-bookmarks-current.t (15.06s)test-convert-hg-source.t (12.25s)test-notify-changegroup.t (4.68s)test-encoding-align.t (5.08s)test-debugbuilddag.t (5.79s)test-convert-baz.t (0.09s)test-inherit-mode.t (1.92s)test-infinitepush.t (14.41s)test-histedit-non-commute-abort.t (7.26s)test-releasenotes-merging.t (6.01s)test-remotefilelog-gcrepack.t (9.22s)test-convert-hg-startrev.t (9.30s)test-show-work.t (20.26s)test-narrow-strip.t#flat#lfs-off (6.95s)test-narrow-strip.t#flat#lfs-on (8.00s)test-narrow-strip.t#tree#lfs-off (6.85s)test-narrow-strip.t#tree#lfs-on (8.09s)test-repo-compengines.t (9.01s)test-merge-commit.t (7.16s)test-audit-path.t (12.35s)test-exchange-obsmarkers-case-B4.t (10.41s)test-fastannotate.t (11.38s)test-narrow-expanddirstate.t (5.54s)test-purge.t (10.40s)test-symlinks.t (11.51s)test-exchange-obsmarkers-case-C4.t (8.70s)test-sparse-revlog.t (0.09s)test-mq-safety.t (13.18s)test-directaccess.t (8.74s)test-exchange-obsmarkers-case-A6.t (9.37s)test-exchange-obsmarkers-case-A5.t (8.65s)test-remotefilelog-local.t (16.83s)test-basic.t (6.39s)test-narrow-share.t#flat (28.80s)test-narrow-share.t#tree (28.02s)test-hgweb-csp.t (5.57s)test-histedit-bookmark-motion.t (6.46s)test-obsolete-tag-cache.t (4.66s)test-diff-binary-file.t (6.11s)test-casefolding.t (0.08s)test-mq-git.t (6.24s)test-mq-qfold.t (9.80s)test-remotefilelog-cacheprocess.t (4.01s)test-patchbomb-bookmark.t (3.55s)test-stack.t (12.01s)test-journal-share.t (6.11s)test-paths.t (12.95s)test-contrib-testparseutil.t (0.36s)test-hgweb-no-request-uri.t (1.35s)test-sparse-merges.t (10.72s)test-pathconflicts-merge.t (10.81s)test-releasenotes-parsing.t (2.39s)test-diff-indent-heuristic.t#bdiff (0.72s)test-diff-indent-heuristic.t#xdiff (0.98s)test-import-merge.t (11.48s)test-drawdag.t (8.55s)test-patchbomb-tls.t (3.58s)test-exchange-obsmarkers-case-B2.t (7.87s)test-convert-p4.t (0.10s)test-show-stack.t (22.49s)test-narrow-clone-nonlinear.t (22.42s)test-config.t (5.12s)test-mq-eol.t (5.85s)test-exchange-obsmarkers-case-A4.t (7.14s)test-convert-bzr-directories.t (0.10s)test-obsmarkers-effectflag.t (21.91s)test-rename-merge1.t (22.00s)test-fastannotate-renames.t (8.51s)test-histedit-drop.t (5.60s)test-rebase-mq-skip.t#continuecommand (10.42s)test-rebase-mq-skip.t#continueflag (21.14s)test-bookmarks-merge.t (9.83s)test-lock-badness.t (9.99s)test-repair-strip.t (5.19s)test-histedit-outgoing.t (7.76s)test-pull.t#sshv1 (6.64s)test-pull.t#sshv2 (6.56s)test-exchange-obsmarkers-case-B6.t (7.39s)test-merge-default.t (7.69s)test-extension-timing.t (0.86s)test-match.py (0.24s)test-rebase-emptycommit.t (8.06s)test-cbor.py (0.75s)test-debugbundle.t (2.81s)test-copy-move-merge.t (18.41s)test-profile.t (17.83s)test-convert-tla.t (1.20s)test-mq-qclone-http.t (16.89s)test-exchange-obsmarkers-case-A2.t (16.50s)test-exchange-obsmarkers-case-D2.t (16.40s)test-status-terse.t (16.06s)test-merge7.t (3.57s)test-phase-archived.t (4.07s)test-hgweb-no-path-info.t (1.28s)test-subrepo-missing.t (14.97s)test-pathconflicts-update.t (14.64s)test-show.t (14.32s)test-addremove-similar.t (14.37s)test-contrib.t (1.49s)test-unionrepo.t (14.18s)test-flags.t (14.07s)test-remotefilelog-gc.t (13.81s)test-commit-multiple.t (13.59s)test-commit-unresolved.t#abortcommand (13.47s)test-commit-unresolved.t#abortflag (13.19s)test-import-eol.t (12.87s)test-logtoprocess.t (12.80s)test-mq-missingfiles.t (12.86s)test-sparse-import.t (12.54s)test-rebase-transaction.t#continuecommand (12.66s)test-rebase-transaction.t#continueflag (12.60s)test-identify.t (12.50s)test-default-push.t (11.78s)test-merge-subrepos.t (11.59s)test-narrow-clone-no-ellipsis.t (17.96s)test-filebranch.t (11.14s)test-mq-qdelete.t (11.00s)test-convert-datesort.t (10.77s)test-sidedata.t (3.70s)test-mq-merge.t (8.43s)test-pull-r.t (7.17s)test-update-atomic.t (3.40s)test-pending.t (6.81s)test-clone-update-order.t (5.22s)test-fastannotate-perfhack.t (8.30s)test-origbackup-conflict.t (4.99s)test-narrow-pull.t (16.29s)test-merge-local.t (6.26s)test-remotefilelog-http.t (5.98s)test-bugzilla.t (2.19s)test-exchange-obsmarkers-case-D3.t (7.95s)test-narrow-shallow.t (16.90s)test-remote-hidden.t (5.32s)test-worker.t (2.40s)test-merge-halt.t (5.89s)test-branch-option.t (8.78s)test-mac-packages.t (0.15s)test-empty-group.t (4.53s)test-parents.t (5.80s)test-fix-metadata.t (0.75s)test-children.t (5.96s)test-diff-change.t (7.04s)test-http-branchmap.t (3.95s)test-bundle2-pushback.t#sshv1 (3.71s)test-bundle2-pushback.t#sshv2 (3.80s)test-extdata.t (6.76s)test-rebuildstate.t (5.97s)test-narrow-merge.t#flat (7.53s)test-narrow-merge.t#tree (7.58s)test-mq-pull-from-bundle.t (7.06s)test-exchange-obsmarkers-case-B3.t (7.03s)test-remotefilelog-corrupt-cache.t (4.86s)test-amend-subrepo.t#obsstore-off (7.95s)test-amend-subrepo.t#obsstore-on (7.71s)test-merge-internal-tools-pattern.t (4.93s)test-run-tests.py (0.24s)test-issue672.t (3.33s)test-extensions-afterloaded.t (4.49s)test-tools.t (1.01s)test-fastannotate-corrupt.t (4.13s)test-narrow-commit.t#flat (8.78s)test-narrow-commit.t#tree (8.75s)test-eol-clone.t (2.84s)test-wireproto-serverreactor.py (0.28s)test-excessive-merge.t (4.38s)test-relink.t (2.92s)test-mq-qqueue.t (10.06s)test-narrow-rebase.t#continuecommand (7.24s)test-narrow-rebase.t#continueflag (7.18s)test-push-cgi.t (1.76s)test-record.t (1.16s)test-convert-darcs.t (0.80s)test-remotefilelog-clone-tree.t (4.56s)test-patch.t (3.57s)test-hgweb-non-interactive.t (1.08s)test-sqlitestore.t (2.20s)test-remotefilelog-clone.t (4.56s)test-arbitraryfilectx.t (2.14s)test-remotefilelog-sparse.t (11.83s)test-cache-abuse.t (14.04s)test-rebase-backup.t (5.42s)test-simple-update.t (6.31s)test-pathconflicts-basic.t (6.09s)test-committer.t (4.36s)test-exchange-obsmarkers-case-B7.t (6.80s)test-pull-http.t (3.70s)test-remotefilelog-bundle2-legacy.t (0.68s)test-exchange-obsmarkers-case-B1.t (6.85s)test-remotefilelog-log.t (5.64s)test-bookmarks-rebase.t (5.24s)test-mq-qdiff.t (6.31s)test-serve.t (5.25s)test-exchange-obsmarkers-case-A7.t (5.86s)test-revset-outgoing.t (4.33s)test-import-context.t (1.83s)test-remotefilelog-bundle2.t (6.31s)test-eol-add.t (3.24s)test-bundle-vs-outgoing.t (4.53s)test-rebase-partial.t (4.34s)test-update-names.t (5.82s)test-mailmap.t (3.83s)test-remotefilelog-bundles.t (5.17s)test-merge-remove.t (5.74s)test-convert-tagsbranch-topology.t (1.49s)test-requires.t (3.15s)test-locate.t (8.26s)test-merge-closedheads.t (7.50s)test-rename-after-merge.t (6.12s)test-wireproto-clientreactor.py (0.30s)test-contrib-dumprevlog.t (3.18s)test-remotefilelog-pull-noshallow.t (3.56s)test-debugextensions.t (1.36s)test-narrow-clone-stream.t#flat-fncache (20.18s)test-narrow-clone-stream.t#flat-nofncache (20.09s)test-narrow-clone-stream.t#tree (19.79s)test-rebase-legacy.t#continuecommand (1.48s)test-rebase-legacy.t#continueflag (1.31s)test-issue1306.t (2.92s)test-lfs-bundle.t (5.97s)test-issue1175.t (5.69s)test-cat.t (7.62s)test-nointerrupt.t (4.72s)test-issue660.t (6.31s)test-largefiles-small-disk.t (1.61s)test-convert-clonebranches.t (5.18s)test-oldcgi.t (1.47s)test-impexp-branch.t (4.40s)test-narrow-clone-non-narrow-server.t (8.38s)test-histedit-no-backup.t#abortcommand (2.66s)test-histedit-no-backup.t#abortflag (2.71s)test-issue586.t (5.46s)test-unified-test.t (0.68s)test-rebase-templates.t (3.60s)test-remotefilelog-tags.t (4.23s)test-symlink-placeholder.t (3.17s)test-merge6.t (4.08s)test-narrow-copies.t (5.81s)test-server-view.t (4.11s)test-rebase-issue-noparam-single-rev.t (5.58s)test-dirstate.t (3.73s)test-close-head.t (4.55s)test-url-download.t (4.31s)test-merge-revert2.t (7.74s)test-verify-repo-operations.py (0.11s)test-addremove.t (5.50s)test-mq-qrename.t (9.89s)test-narrow-update.t (5.60s)test-mq-symlinks.t (7.98s)test-ssh-repoerror.t (4.45s)test-wsgirequest.py (0.38s)test-double-merge.t (2.09s)test-narrow-patch.t#flat (2.68s)test-narrow-patch.t#tree (2.78s)test-glog-topological.t (2.13s)test-sparse-verbose-json.t (3.33s)test-merge9.t (4.33s)test-context-metadata.t (2.56s)test-patch-offset.t (0.78s)test-log-exthook.t (1.20s)test-newcgi.t (1.06s)test-issue1802.t (3.39s)test-update-reverse.t (2.94s)test-wireproto-command-branchmap.t (2.99s)test-pushvars.t (2.66s)test-histedit-templates.t (2.36s)test-hgwebdirsym.t (3.64s)test-manifest.py (2.48s)test-revlog-raw.py (0.67s)test-merge-symlinks.t (1.72s)test-branch-tag-confict.t (2.32s)test-narrow-debugcommands.t (2.89s)test-custom-filters.t (2.01s)test-sparse-clone.t (1.88s)test-issue2137.t (0.94s)test-remotefilelog-partial-shallow.t (3.45s)test-eolfilename.t (2.65s)test-merge10.t (3.36s)test-journal-exists.t (2.57s)test-revlog-v2.t (1.94s)test-diffdir.t (4.71s)test-schemes.t (2.87s)test-issue522.t (2.77s)test-histedit-merge-tools.t (2.09s)test-mq-qgoto.t (6.61s)test-revlog.t (1.61s)test-newercgi.t (1.09s)test-url.py (0.25s)test-editor-filename.t (1.68s)test-import-unknown.t (5.04s)test-narrow-sparse.t#flat (3.11s)test-unbundlehash.t (1.92s)test-narrow-sparse.t#tree (3.17s)test-wireproto-command-known.t (2.18s)test-missing-capability.t (2.66s)test-wireproto-command-listkeys.t (2.65s)test-convert-identity.t (3.04s)test-merge-revert.t (7.69s)test-wireproto-command-heads.t (2.38s)test-encode.t (3.23s)test-permissions.t (2.38s)test-casecollision.t (4.95s)test-ancestor.py (0.93s)test-update-dest.t (2.52s)test-known.t (3.75s)test-sparse-fsmonitor.t (0.01s)test-no-symlinks.t (0.10s)test-remotefilelog-datapack.py (1.83s)test-convert-authormap.t (1.72s)test-subrepo-paths.t (1.67s)test-debian-packages.t (0.37s)test-sparse-requirement.t (1.65s)test-confused-revert.t (4.28s)test-remotefilelog-permissions.t (4.09s)test-fuzz-targets.t (0.33s)test-issue1993.t (2.14s)test-issue1502.t (2.69s)test-clone-cgi.t (1.03s)test-sparse-clear.t (2.42s)test-simplemerge.py (0.24s)test-websub.t (1.62s)test-rebase-brute-force.t (2.32s)test-revlog-mmapindex.t (16.25s)test-merge2.t (5.18s)test-diff-antipatience.t#bdiff (0.77s)test-diff-antipatience.t#xdiff (0.98s)test-issue1877.t (3.70s)test-gpg.t (1.91s)test-empty-file.t (2.92s)test-lrucachedict.py (0.24s)test-changelog-exec.t (2.62s)test-hgk.t (2.07s)test-diff-hashes.t (2.07s)test-absorb-edit-lines.t (2.51s)test-remotefilelog-wireproto.t (3.57s)test-mactext.t (1.25s)test-convert-bzr-ghosts.t (0.10s)test-docker-packaging.t (0.23s)test-bookmarks-strip.t (2.90s)test-narrow-acl.t (3.18s)test-remotefilelog-keepset.t (2.79s)test-lock.py (0.23s)test-remotefilelog-histpack.py (3.16s)test-remotefilelog-bad-configs.t (2.70s)test-diff-subdir.t (1.84s)test-convert-bzr-114.t (0.09s)test-trusted.py (0.28s)test-narrow-debugrebuilddirstate.t (2.13s)test-unrelated-pull.t (2.09s)test-parseindex2.py (0.36s)test-diff-reverse.t (2.29s)test-revset-dirstate-parents.t (4.88s)test-wireproto-command-pushkey.t (1.65s)test-update-issue1456.t (3.11s)test-empty.t (1.57s)test-merge5.t (2.77s)test-wireproto-framing.py (0.23s)test-narrow-archive.t (3.12s)test-diff-copy-depth.t (4.46s)test-convert-bzr-treeroot.t (0.09s)test-hgweb-bundle.t (1.92s)test-absorb-unfinished.t (1.47s)test-mq-qimport-fail-cleanup.t (1.68s)test-fix-clang-format.t (1.39s)test-manifest-merging.t (1.97s)test-linerange.py (0.22s)test-issue619.t (2.09s)test-merge8.t (2.13s)test-issue842.t (2.08s)test-remotefilelog-blame.t (3.58s)test-linelog.py (2.25s)test-filecache.py (1.02s)test-revlog-group-emptyiter.t (1.49s)test-propertycache.py (0.58s)test-pathencode.py (0.55s)test-demandimport.py (0.38s)test-archive-symlinks.t (1.46s)test-absorb-strip.t (1.36s)test-pull-permission.t (1.27s)test-issue5979.t (2.68s)test-rust-ancestor.py (0.18s)test-revisions.t (3.59s)test-merge4.t (2.23s)test-absorb-filefixupstate.py (0.38s)test-wireproto-command-lookup.t (1.45s)test-context.py (0.45s)test-debugindexdot.t (2.29s)test-issue612.t (2.08s)test-eol-tag.t (1.51s)test-batching.py (0.32s)test-bdiff.py (0.23s)test-hgweb-auth.py (0.19s)test-nested-repo.t (2.66s)test-minirst.py (0.23s)test-execute-bit.t (2.33s)test-username-newline.t (0.89s)test-fastannotate-revmap.py (0.37s)test-issue4074.t (1.78s)test-remotefilelog-share.t (2.17s)test-revlog-packentry.t (1.14s)test-dirstate-nonnormalset.t (1.83s)test-ui-config.py (0.42s)test-diff-issue2761.t (1.99s)test-atomictempfile.py (0.23s)test-strict.t (1.92s)test-util.py (0.23s)test-diff-newlines.t (1.01s)test-rust-discovery.py (0.20s)test-empty-dir.t (1.36s)test-storage.py (1.95s)test-absorb-phase.t (1.75s)test-annotate.py (0.26s)test-extra-filelog-entry.t (1.49s)test-debugrename.t (1.86s)test-issue1102.t (1.70s)test-issue1438.t (1.94s)test-fastannotate-diffopts.t (0.94s)test-revert-unknown.t (1.74s)test-bad-pull.t (1.32s)test-revert-flags.t (1.48s)test-simplekeyvaluefile.py (0.24s)test-issue1089.t (1.46s)test-doctest.py (1.06s)test-backwards-remove.t (1.24s)test-wireproto.py (0.29s)test-contrib-emacs.t (0.37s)test-cappedreader.py (0.23s)test-xdg.t (0.29s)test-dirstate-backup.t (0.44s)test-mq-qsave.t (1.02s)test-encoding-func.py (0.19s)test-extensions-wrapfunction.py (0.30s)test-revlog-ancestry.py (0.59s)test-walkrepo.py (0.37s)test-ui-verbosity.py (0.30s)test-filelog.py (0.37s)test-sshserver.py (0.30s)test-hg-parseurl.py (0.34s)test-symlink-os-yes-fs-no.py (1.37s)test-minifileset.py (0.24s)test-config-env.py (0.26s)test-lfs-pointer.py (0.36s)test-duplicateoptions.py (0.43s)test-hgwebdir-paths.py (0.34s)test-ui-color.py (0.33s)test-status-inprocess.py (0.37s)test-dispatch.py (0.39s)test-mdiff.py (0.17s)