Job try-ea5da7abfd67f71258322052ef3d679c6e9a5b6e-debian10-cpython-3.8-0

Repo:try
Node:ea5da7abfd67f71258322052ef3d679c6e9a5b6e
Name:debian10-cpython-3.8
Scheduled At:2019-10-24T01:44:29
Started At:2019-10-24T01:44:36
Finished At:2019-10-24T01:51:49

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-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
@@ -988,7 +988,8 @@
   ModuleNotFoundError: No module named 'hgext_syntaxerror' (py36 !)
   Traceback (most recent call last): (py3 !)
   HookLoadError: preoutgoing.syntaxerror hook is invalid: import of "syntaxerror" failed (no-py3 !)
-  mercurial.error.HookLoadError: b'preoutgoing.syntaxerror hook is invalid: import of "syntaxerror" failed' (py3 !)
+      raise error.HookLoadError(
+  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
@@ -1161,7 +1162,8 @@
   ModuleNotFoundError: No module named 'hgext_importfail' (py36 !)
   Traceback (most recent call last):
   HookLoadError: precommit.importfail hook is invalid: import of "importfail" failed (no-py3 !)
-  mercurial.error.HookLoadError: b'precommit.importfail hook is invalid: import of "importfail" failed' (py3 !)
+      raise error.HookLoadError(
+  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 22 2019, 02:42:29) [GCC 8.3.0]
+  ** Mercurial Distributed SCM (version 5.2rc0+30-ea5da7abfd67)
+  ** Extensions loaded: fsmonitor
+  Traceback (most recent call last):
+    File "/hgwork/tmp/hgtests.kmkbdxyw/install/lib/python/hgext/fsmonitor/watchmanclient.py", line 97, in _command
+      return self._watchmanclient.query(*watchmanargs)
+    File "/hgwork/tmp/hgtests.kmkbdxyw/install/lib/python/hgext/fsmonitor/pywatchman/__init__.py", line 996, in query
+      self._connect()
+    File "/hgwork/tmp/hgtests.kmkbdxyw/install/lib/python/hgext/fsmonitor/pywatchman/__init__.py", line 863, in _connect
+      self.sockpath = self._resolvesockname()
+    File "/hgwork/tmp/hgtests.kmkbdxyw/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.kmkbdxyw/install/lib/python/hgext/fsmonitor/__init__.py", line 188, in debuginstall
+      v = c.command(b"version")
+    File "/hgwork/tmp/hgtests.kmkbdxyw/install/lib/python/hgext/fsmonitor/watchmanclient.py", line 108, in command
+      return self._command(*args)
+    File "/hgwork/tmp/hgtests.kmkbdxyw/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.kmkbdxyw/install/bin/hg", line 36, in <module>
+      dispatch.run()
+    File "/hgwork/tmp/hgtests.kmkbdxyw/install/lib/python/mercurial/dispatch.py", line 111, in run
+      status = dispatch(req)
+    File "/hgwork/tmp/hgtests.kmkbdxyw/install/lib/python/mercurial/dispatch.py", line 250, in dispatch
+      ret = _runcatch(req) or 0
+    File "/hgwork/tmp/hgtests.kmkbdxyw/install/lib/python/mercurial/dispatch.py", line 424, in _runcatch
+      return _callcatch(ui, _runcatchfunc)
+    File "/hgwork/tmp/hgtests.kmkbdxyw/install/lib/python/mercurial/dispatch.py", line 433, in _callcatch
+      return scmutil.callcatch(ui, func)
+    File "/hgwork/tmp/hgtests.kmkbdxyw/install/lib/python/mercurial/scmutil.py", line 177, in callcatch
+      return func()
+    File "/hgwork/tmp/hgtests.kmkbdxyw/install/lib/python/mercurial/dispatch.py", line 414, in _runcatchfunc
+      return _dispatch(req)
+    File "/hgwork/tmp/hgtests.kmkbdxyw/install/lib/python/mercurial/dispatch.py", line 1173, in _dispatch
+      return runcommand(
+    File "/hgwork/tmp/hgtests.kmkbdxyw/install/lib/python/mercurial/dispatch.py", line 862, in runcommand
+      ret = _runcommand(ui, options, cmd, d)
+    File "/hgwork/tmp/hgtests.kmkbdxyw/install/lib/python/mercurial/dispatch.py", line 1185, in _runcommand
+      return cmdfunc()
+    File "/hgwork/tmp/hgtests.kmkbdxyw/install/lib/python/mercurial/dispatch.py", line 1171, in <lambda>
+      d = lambda: util.checksignature(func)(ui, *args, **strcmdopt)
+    File "/hgwork/tmp/hgtests.kmkbdxyw/install/lib/python/mercurial/util.py", line 1843, in check
+      return func(*args, **kwargs)
+    File "/hgwork/tmp/hgtests.kmkbdxyw/install/lib/python/mercurial/debugcommands.py", line 1696, in debuginstall
+      problems += handler(ui, fm)
+    File "/hgwork/tmp/hgtests.kmkbdxyw/install/lib/python/hgext/fsmonitor/__init__.py", line 195, in debuginstall
+      err = str(e)
+    File "/hgwork/tmp/hgtests.kmkbdxyw/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 22 2019, 02:42:29) [GCC 8.3.0]
+  ** Mercurial Distributed SCM (version 5.2rc0+30-ea5da7abfd67)
+  ** Extensions loaded: fsmonitor
+  Traceback (most recent call last):
+    File "/hgwork/tmp/hgtests.kmkbdxyw/install/lib/python/hgext/fsmonitor/watchmanclient.py", line 97, in _command
+      return self._watchmanclient.query(*watchmanargs)
+    File "/hgwork/tmp/hgtests.kmkbdxyw/install/lib/python/hgext/fsmonitor/pywatchman/__init__.py", line 996, in query
+      self._connect()
+    File "/hgwork/tmp/hgtests.kmkbdxyw/install/lib/python/hgext/fsmonitor/pywatchman/__init__.py", line 863, in _connect
+      self.sockpath = self._resolvesockname()
+    File "/hgwork/tmp/hgtests.kmkbdxyw/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.kmkbdxyw/install/lib/python/hgext/fsmonitor/__init__.py", line 188, in debuginstall
+      v = c.command(b"version")
+    File "/hgwork/tmp/hgtests.kmkbdxyw/install/lib/python/hgext/fsmonitor/watchmanclient.py", line 108, in command
+      return self._command(*args)
+    File "/hgwork/tmp/hgtests.kmkbdxyw/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.kmkbdxyw/install/bin/hg", line 36, in <module>
+      dispatch.run()
+    File "/hgwork/tmp/hgtests.kmkbdxyw/install/lib/python/mercurial/dispatch.py", line 111, in run
+      status = dispatch(req)
+    File "/hgwork/tmp/hgtests.kmkbdxyw/install/lib/python/mercurial/dispatch.py", line 250, in dispatch
+      ret = _runcatch(req) or 0
+    File "/hgwork/tmp/hgtests.kmkbdxyw/install/lib/python/mercurial/dispatch.py", line 424, in _runcatch
+      return _callcatch(ui, _runcatchfunc)
+    File "/hgwork/tmp/hgtests.kmkbdxyw/install/lib/python/mercurial/dispatch.py", line 433, in _callcatch
+      return scmutil.callcatch(ui, func)
+    File "/hgwork/tmp/hgtests.kmkbdxyw/install/lib/python/mercurial/scmutil.py", line 177, in callcatch
+      return func()
+    File "/hgwork/tmp/hgtests.kmkbdxyw/install/lib/python/mercurial/dispatch.py", line 414, in _runcatchfunc
+      return _dispatch(req)
+    File "/hgwork/tmp/hgtests.kmkbdxyw/install/lib/python/mercurial/dispatch.py", line 1173, in _dispatch
+      return runcommand(
+    File "/hgwork/tmp/hgtests.kmkbdxyw/install/lib/python/mercurial/dispatch.py", line 862, in runcommand
+      ret = _runcommand(ui, options, cmd, d)
+    File "/hgwork/tmp/hgtests.kmkbdxyw/install/lib/python/mercurial/dispatch.py", line 1185, in _runcommand
+      return cmdfunc()
+    File "/hgwork/tmp/hgtests.kmkbdxyw/install/lib/python/mercurial/dispatch.py", line 1171, in <lambda>
+      d = lambda: util.checksignature(func)(ui, *args, **strcmdopt)
+    File "/hgwork/tmp/hgtests.kmkbdxyw/install/lib/python/mercurial/util.py", line 1843, in check
+      return func(*args, **kwargs)
+    File "/hgwork/tmp/hgtests.kmkbdxyw/install/lib/python/mercurial/debugcommands.py", line 1696, in debuginstall
+      problems += handler(ui, fm)
+    File "/hgwork/tmp/hgtests.kmkbdxyw/install/lib/python/hgext/fsmonitor/__init__.py", line 195, in debuginstall
+      err = str(e)
+    File "/hgwork/tmp/hgtests.kmkbdxyw/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
@@ -222,17 +342,26 @@
   > EOF
 
   $ ( testrepohgenv; "$PYTHON" wixxml.py help )
-  Not installed:
-    help/common.txt
-    help/hg-ssh.8.txt
-    help/hg.1.txt
-    help/hgignore.5.txt
-    help/hgrc.5.txt
-  Not tracked:
+  Traceback (most recent call last):
+    File "wixxml.py", line 40, in <module>
+      xml = ET.parse("%s/../contrib/packaging/wix/%s.wxs" % (testdir, sys.argv[1]))
+    File "/hgdev/pyenv/versions/3.8.0/lib/python3.8/xml/etree/ElementTree.py", line 1202, in parse
+      tree.parse(source, parser)
+    File "/hgdev/pyenv/versions/3.8.0/lib/python3.8/xml/etree/ElementTree.py", line 584, in parse
+      source = open(source, "rb")
+  FileNotFoundError: [Errno 2] $ENOENT$: '/hgwork/src/tests/../contrib/packaging/wix/help.wxs'
+  [1]
 
   $ ( testrepohgenv; "$PYTHON" wixxml.py templates )
-  Not installed:
-  Not tracked:
+  Traceback (most recent call last):
+    File "wixxml.py", line 40, in <module>
+      xml = ET.parse("%s/../contrib/packaging/wix/%s.wxs" % (testdir, sys.argv[1]))
+    File "/hgdev/pyenv/versions/3.8.0/lib/python3.8/xml/etree/ElementTree.py", line 1202, in parse
+      tree.parse(source, parser)
+    File "/hgdev/pyenv/versions/3.8.0/lib/python3.8/xml/etree/ElementTree.py", line 584, in parse
+      source = open(source, "rb")
+  FileNotFoundError: [Errno 2] $ENOENT$: '/hgwork/src/tests/../contrib/packaging/wix/templates.wxs'
+  [1]
 
 #endif
 

test-lfs-serve-access.t

--- /hgwork/src/tests/test-lfs-serve-access.t
+++ /hgwork/src/tests/test-lfs-serve-access.t.err
@@ -163,11 +163,13 @@
 
   $ cat $TESTTMP/access.log $TESTTMP/errors.log
   $LOCALIP - - [$LOGDATE$] "POST /missing/objects/batch HTTP/1.1" 404 - (glob)
+  $LOCALIP - - [24/Oct/2019 01:47:23] "{"objects": [{"oid": "f03217a32529a28a42d03b1244fe09b6e0f9fd06d7b966d4d50567be2abe6c0e", "size": 20}], "operation": "download"}" HTTPStatus.BAD_REQUEST -
   $LOCALIP - - [$LOGDATE$] "GET /subdir/mount/point?cmd=capabilities HTTP/1.1" 200 - (glob)
   $LOCALIP - - [$LOGDATE$] "GET /subdir/mount/point?cmd=batch HTTP/1.1" 200 - x-hgarg-1:cmds=heads+%3Bknown+nodes%3D x-hgproto-1:0.1 0.2 comp=$USUAL_COMPRESSIONS$ partial-pull (glob)
   $LOCALIP - - [$LOGDATE$] "GET /subdir/mount/point?cmd=getbundle HTTP/1.1" 200 - x-hgarg-1:bookmarks=1&bundlecaps=HG20%2Cbundle2%3DHG20%250Abookmarks%250Achangegroup%253D01%252C02%252C03%250Adigests%253Dmd5%252Csha1%252Csha512%250Aerror%253Dabort%252Cunsupportedcontent%252Cpushraced%252Cpushkey%250Ahgtagsfnodes%250Alistkeys%250Aphases%253Dheads%250Apushkey%250Aremote-changegroup%253Dhttp%252Chttps%250Arev-branch-cache%250Astream%253Dv2&cg=1&common=0000000000000000000000000000000000000000&heads=525251863cad618e55d483555f3d00a2ca99597e&listkeys=bookmarks&phases=1 x-hgproto-1:0.1 0.2 comp=$USUAL_COMPRESSIONS$ partial-pull (glob)
   $LOCALIP - - [$LOGDATE$] "POST /subdir/mount/point/.git/info/lfs/objects/batch HTTP/1.1" 200 - (glob)
   $LOCALIP - - [$LOGDATE$] "GET /subdir/mount/point/.hg/lfs/objects/f03217a32529a28a42d03b1244fe09b6e0f9fd06d7b966d4d50567be2abe6c0e HTTP/1.1" 200 - (glob)
+  $LOCALIP - - [24/Oct/2019 01:47:23] code 400, message Bad request version ('"download"}')
 
 Blobs that already exist in the usercache are linked into the repo store, even
 though the client doesn't send the blob.
@@ -195,6 +197,7 @@
   server2/.hg/store/lfs/objects/f0/3217a32529a28a42d03b1244fe09b6e0f9fd06d7b966d4d50567be2abe6c0e
   $ "$PYTHON" $RUNTESTDIR/killdaemons.py $DAEMON_PIDS
   $ cat $TESTTMP/errors.log
+  $LOCALIP - - [24/Oct/2019 01:47:23] code 400, message Bad request version ('"download"}')
 
   $ cat >> $TESTTMP/lfsstoreerror.py <<EOF
   > import errno
@@ -353,18 +356,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 +378,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.kmkbdxyw/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.kmkbdxyw/install/lib/python/hgext/notify.py", line 553, in hook
+      n.send(ctx, count, data)
+    File "/hgwork/tmp/hgtests.kmkbdxyw/install/lib/python/hgext/notify.py", line 406, in send
+      msg = mail.mimeencode(self.ui, payload, self.charsets, self.test)
+    File "/hgwork/tmp/hgtests.kmkbdxyw/install/lib/python/mercurial/mail.py", line 423, in mimeencode
+      return mimetextqp(s, b'plain', cs)
+    File "/hgwork/tmp/hgtests.kmkbdxyw/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.kmkbdxyw/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.kmkbdxyw/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.kmkbdxyw/install/lib/python/hgext/notify.py", line 553, in hook
+      n.send(ctx, count, data)
+    File "/hgwork/tmp/hgtests.kmkbdxyw/install/lib/python/hgext/notify.py", line 387, in send
+      msg = p.parsestr(encoding.strfromlocal(data))
+    File "/hgwork/tmp/hgtests.kmkbdxyw/install/lib/python/mercurial/encoding.py", line 223, in unifromlocal
+      return fromlocal(s).decode('utf-8')
+    File "/hgwork/tmp/hgtests.kmkbdxyw/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.1571881684.9039468359717790949@ip-172-31-16-21.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.1571881685.9039468359717790949@ip-172-31-16-21.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.1571881685.9039468359717790949@ip-172-31-16-21.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.1571881686.9039468359717790949@ip-172-31-16-21.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.1571881686.9039468359717790949@ip-172-31-16-21.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.1571881687.9039468359717790949@ip-172-31-16-21.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.1571881687.9039468359717790949@ip-172-31-16-21.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 22 2019, 02:42:29) [GCC 8.3.0]
+  ** Mercurial Distributed SCM (version 5.2rc0+30-ea5da7abfd67)
+  ** Extensions loaded: remotefilelog, rebase, strip
+  Traceback (most recent call last):
+    File "/hgwork/tmp/hgtests.kmkbdxyw/install/bin/hg", line 36, in <module>
+      dispatch.run()
+    File "/hgwork/tmp/hgtests.kmkbdxyw/install/lib/python/mercurial/dispatch.py", line 111, in run
+      status = dispatch(req)
+    File "/hgwork/tmp/hgtests.kmkbdxyw/install/lib/python/mercurial/dispatch.py", line 250, in dispatch
+      ret = _runcatch(req) or 0
+    File "/hgwork/tmp/hgtests.kmkbdxyw/install/lib/python/mercurial/dispatch.py", line 424, in _runcatch
+      return _callcatch(ui, _runcatchfunc)
+    File "/hgwork/tmp/hgtests.kmkbdxyw/install/lib/python/mercurial/dispatch.py", line 433, in _callcatch
+      return scmutil.callcatch(ui, func)
+    File "/hgwork/tmp/hgtests.kmkbdxyw/install/lib/python/mercurial/scmutil.py", line 177, in callcatch
+      return func()
+    File "/hgwork/tmp/hgtests.kmkbdxyw/install/lib/python/mercurial/dispatch.py", line 414, in _runcatchfunc
+      return _dispatch(req)
+    File "/hgwork/tmp/hgtests.kmkbdxyw/install/lib/python/mercurial/dispatch.py", line 1173, in _dispatch
+      return runcommand(
+    File "/hgwork/tmp/hgtests.kmkbdxyw/install/lib/python/hgext/remotefilelog/__init__.py", line 576, in runcommand
+      return orig(lui, repo, *args, **kwargs)
+    File "/hgwork/tmp/hgtests.kmkbdxyw/install/lib/python/mercurial/dispatch.py", line 862, in runcommand
+      ret = _runcommand(ui, options, cmd, d)
+    File "/hgwork/tmp/hgtests.kmkbdxyw/install/lib/python/mercurial/dispatch.py", line 1185, in _runcommand
+      return cmdfunc()
+    File "/hgwork/tmp/hgtests.kmkbdxyw/install/lib/python/mercurial/dispatch.py", line 1171, in <lambda>
+      d = lambda: util.checksignature(func)(ui, *args, **strcmdopt)
+    File "/hgwork/tmp/hgtests.kmkbdxyw/install/lib/python/mercurial/util.py", line 1843, in check
+      return func(*args, **kwargs)
+    File "/hgwork/tmp/hgtests.kmkbdxyw/install/lib/python/hgext/remotefilelog/__init__.py", line 889, in gc
+      gcclient(ui, cachepath)
+    File "/hgwork/tmp/hgtests.kmkbdxyw/install/lib/python/hgext/remotefilelog/__init__.py", line 928, in gcclient
+      peer = hg.peer(ui, {}, path)
+    File "/hgwork/tmp/hgtests.kmkbdxyw/install/lib/python/mercurial/hg.py", line 233, in peer
+      return _peerorrepo(
+    File "/hgwork/tmp/hgtests.kmkbdxyw/install/lib/python/mercurial/hg.py", line 181, in _peerorrepo
+      obj = _peerlookup(path).instance(
+    File "/hgwork/tmp/hgtests.kmkbdxyw/install/lib/python/mercurial/localrepo.py", line 3447, in instance
+      return makelocalrepository(ui, localpath, intents=intents)
+    File "/hgwork/tmp/hgtests.kmkbdxyw/install/lib/python/mercurial/localrepo.py", line 503, in makelocalrepository
+      hgvfs.stat()
+    File "/hgwork/tmp/hgtests.kmkbdxyw/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.kmkbdxyw/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
@@ -94,6 +94,8 @@
   $ hg --config "extensions.t=$abspath" --config 'worker.numcpus=8'    > test 100000.0 exc 2>&1 | grep '^Exception'
   Exception: unknown exception
+  Exception ignored in: <function _after_fork at 0x7f1e602828b0>
+  Exception ignored in: <function _after_fork at 0x7f1e602828b0>
 
 Workers should not do cleanups in all cases
 
@@ -125,6 +127,19 @@
   > "extensions.d=$TESTTMP/detectcleanup.py" test 100000 abort
   start
   abort: known exception
+  Exception ignored in: <function _after_fork at 0x7f24c6e37940>
+  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.kmkbdxyw/install/lib/python/mercurial/dispatch.py", line 303, in catchterm
+      raise error.SignalInterrupt
+  mercurial.error.SignalInterrupt: 
   [255]
 
 #endif

Skipped Tests

Long Tests

DurationTest
152.6stest-merge-combination.t
116.0stest-revset.t
102.3stest-obsolete-bundle-strip.t
99.7stest-bookmarks-pushpull.t#b2-binary
99.6stest-bookmarks-pushpull.t#b2-pushkey
98.8stest-subrepo.t
93.4stest-obsolete.t
91.3stest-largefiles.t
88.0stest-log.t
86.3stest-template-functions.t
85.1stest-graft.t#abortcommand
85.0stest-graft.t#abortflag
80.0stest-largefiles-misc.t
79.9stest-mq.t
76.1stest-rebase-obsolete.t
76.0stest-glog-beautifygraph.t
75.8stest-glog.t
74.9stest-import.t
72.0stest-obsmarker-template.t
69.1stest-merge-tools.t
65.5stest-http-permissions.t
65.4stest-bundle2-exchange.t#sshv1
64.7stest-bundle2-exchange.t#sshv2
63.9stest-fix.t
62.3stest-largefiles-update.t
60.8stest-commit-amend.t
60.7stest-shelve.t#stripbased
60.6stest-update-branches.t
59.8stest-shelve.t#phasebased
58.0stest-rename-merge2.t
57.9stest-revset2.t
56.7stest-check-pylint.t
56.4stest-strip.t
55.7stest-subrepo-git.t
55.2stest-bookmarks.t
55.2stest-copies.t#sidedata
55.0stest-copies.t#filelog
55.0stest-copies.t#changeset
54.8stest-copies.t#compatibility
54.6stest-shelve2.t#phasebased#abortcommand#continuecommand
54.4stest-shelve2.t#phasebased#abortcommand#continueflag
54.3stest-shelve2.t#phasebased#abortflag#continuecommand
54.2stest-shelve2.t#phasebased#abortflag#continueflag
53.4stest-shelve2.t#stripbased#abortcommand#continueflag
53.3stest-shelve2.t#stripbased#abortcommand#continuecommand
53.3stest-shelve2.t#stripbased#abortflag#continuecommand
52.7stest-shelve2.t#stripbased#abortflag#continueflag
52.5stest-phases-exchange.t
51.7stest-keyword.t
51.6stest-merge-force.t
51.0stest-run-tests.t
49.9stest-lfs.t
49.8stest-template-basic.t
49.6stest-push-warn.t
48.9stest-obsolete-divergent.t
48.3stest-mq-subrepo.t
48.2stest-push-race.t#unrelated
48.1stest-narrow.t#tree#lfs-on
48.0stest-push-race.t#strict
48.0stest-narrow.t#flat#lfs-on
47.9stest-merge-changedelete.t
47.9stest-template-keywords.t
47.7stest-clone.t#sshv1
47.6stest-mv-cp-st-diff.t
46.5stest-clone.t#sshv2
46.2stest-annotate.t
46.1stest-revert.t
46.0stest-transplant.t#commandmode
46.0stest-transplant.t#continueflag
45.9stest-copytrace-heuristics.t
44.8stest-mq-header-date.t
43.5stest-convert-filemap.t
43.3stest-bisect.t
43.2stest-mq-header-from.t
41.1stest-fileset.t
40.6stest-narrow.t#tree#lfs-off
40.5stest-narrow.t#flat#lfs-off
39.8stest-rebase-inmemory.t
39.8stest-resolve.t
39.2stest-tags.t
39.0stest-template-map.t
38.1stest-uncommit.t
37.1stest-rebase-scenario-global.t
36.5stest-tag.t
36.4stest-subrepo-deep-nested-change.t
36.3stest-init.t
35.4stest-backout.t
35.0stest-remotefilelog-repack.t
34.8stest-copies-unrelated.t#sidedata
34.7stest-copies-unrelated.t#filelog
34.7stest-copies-unrelated.t#changeset
34.7stest-copies-unrelated.t#compatibility
34.6stest-contrib-perf.t
34.5stest-treemanifest.t
33.9stest-treediscovery.t
33.5stest-mq-guards.t
32.8stest-ssh-proto.t
32.8stest-hook.t
32.7stest-branches.t
32.6stest-censor.t
31.4stest-check-code.t
31.4stest-remotefilelog-repack-fast.t
31.4stest-commit-interactive.t
30.9stest-commit.t
30.9stest-remotefilelog-bgprefetch.t
30.8stest-help.t
30.7stest-rebase-collapse.t
30.7stest-bisect2.t
30.3stest-rename.t
30.1stest-alias.t
29.9stest-bundle.t
29.9stest-status.t
29.6stest-largefiles-wireproto.t#sshv1
29.6stest-histedit-fold.t
29.5stest-largefiles-wireproto.t#sshv2
29.0stest-narrow-widen-no-ellipsis.t#tree
28.9stest-hgwebdir.t
28.8stest-narrow-clone.t
28.8stest-narrow-widen-no-ellipsis.t#flat
28.8stest-ssh.t#sshv1
28.8stest-narrow-share.t#flat
28.6stest-narrow-widen.t#flat
28.6stest-narrow-widen.t#tree
28.6stest-ssh.t#sshv2
28.5stest-subrepo-svn.t
28.4stest-check-pyflakes.t
28.4stest-narrow-share.t#tree
28.0stest-automv.t
27.8stest-archive.t
27.8stest-issue3084.t
27.7stest-https.t
27.6stest-rebase-abort.t#abortcommand#continuecommand
27.6stest-rebase-abort.t#abortcommand#continueflag
27.5stest-newbranch.t
27.5stest-fastannotate-hg.t
27.4stest-rebase-abort.t#abortflag#continuecommand
27.4stest-rebase-abort.t#abortflag#continueflag
27.3stest-mq-qpush-fail.t
26.9stest-extension.t
26.8stest-merge-no-file-change.t
26.6stest-phases.t
26.5stest-ssh-bundle1.t#sshv1
26.4stest-histedit-obsolete.t#abortflag
26.3stest-obshistory.t
26.3stest-convert-cvs-detectmerge.t
26.3stest-fetch.t
26.2stest-histedit-obsolete.t#abortcommand
26.2stest-ssh-bundle1.t#sshv2
26.0stest-eol.t
25.7stest-acl.t
25.6stest-remotefilelog-prefetch.t
25.3stest-hghave.t
25.1stest-histedit-arguments.t#abortflag
25.0stest-histedit-arguments.t#abortcommand
24.9stest-convert-git.t
24.9stest-convert-cvs.t
24.7stest-bheads.t
24.4stest-setdiscovery.t
24.3stest-http-bad-server.t
24.3stest-convert-hg-sink.t
24.1stest-bookflow.t
23.9stest-obsolete-distributed.t
23.7stest-absorb.t
23.1stest-import-git.t
22.9stest-show-stack.t
22.9stest-git-export.t
22.9stest-narrow-clone-nonlinear.t
22.8stest-lfs-serve.t#lfsremote-on
22.6stest-patchbomb.t
22.4stest-mq-qnew.t
22.4stest-branch-change.t
22.3stest-split.t#obsstore-on
22.3stest-rebase-cache.t
22.3stest-rename-merge1.t
22.1stest-merge1.t
21.9stest-upgrade-repo.t
21.8stest-narrow-shallow-merges.t
21.6stest-audit-subrepo.t
21.6stest-mq-qpush-exact.t
21.6stest-amend.t#obsstore-on
21.5stest-sparse.t
21.4stest-remove.t
21.4stest-unamend.t
21.3stest-treediscovery-legacy.t
21.2stest-rebase-dest.t
21.2stest-rebase-parameters.t
21.0stest-amend.t#obsstore-off
21.0stest-grep.t
20.9stest-walk.t
20.8stest-convert-cvs-synthetic.t
20.7stest-bundle-r.t
20.7stest-histedit-edit.t
20.5stest-split.t#obsstore-off
20.5stest-show-work.t
20.4stest-narrow-clone-stream.t#flat-fncache
20.3stest-debugcommands.t
20.3stest-narrow-clone-stream.t#flat-nofncache
20.2stest-narrow-clone-stream.t#tree
20.1stest-hgweb-commands.t
20.1stest-http.t
20.1stest-rebase-newancestor.t

Timeline

test-contrib-check-code.t (1.49s)test-contrib-check-commit.t (0.21s)test-contrib-perf.t (34.61s)test-imports-checker.t (1.03s)test-merge-combination.t (152.64s)test-obsolete-checkheads.t (14.75s)test-push-race.t#strict (48.03s)test-run-tests.t (50.99s)test-check-code.t (31.40s)test-push-checkheads-unpushed-D4.t (6.72s)test-push-checkheads-unpushed-D5.t (6.62s)test-push-race.t#unrelated (48.24s)test-check-py3-compat.t (5.73s)test-push-checkheads-pruned-B8.t (7.13s)test-push-checkheads-unpushed-D3.t (6.50s)test-largefiles-update.t (62.30s)test-push-checkheads-pruned-B5.t (5.78s)test-push-checkheads-superceed-A2.t (5.49s)test-push-checkheads-superceed-A3.t (5.49s)test-push-checkheads-superceed-A6.t (6.28s)test-push-checkheads-superceed-A7.t (6.39s)test-push-checkheads-unpushed-D2.t (5.49s)test-push-checkheads-unpushed-D7.t (6.53s)test-rebase-check-restore.t (6.50s)test-push-checkheads-partial-C1.t (4.41s)test-push-checkheads-partial-C2.t (4.34s)test-push-checkheads-partial-C4.t (4.19s)test-push-checkheads-pruned-B2.t (4.81s)test-push-checkheads-pruned-B3.t (4.89s)test-push-checkheads-pruned-B4.t (4.59s)test-push-checkheads-unpushed-D6.t (5.26s)test-push-checkheads-partial-C3.t (4.18s)test-push-checkheads-pruned-B6.t (4.76s)test-push-checkheads-pruned-B7.t (4.78s)test-push-checkheads-superceed-A8.t (5.04s)test-push-checkheads-unpushed-D1.t (4.41s)test-subrepo-svn.t (28.48s)test-push-checkheads-superceed-A4.t (4.03s)test-push-checkheads-superceed-A5.t (3.88s)test-push-checkheads-pruned-B1.t (3.24s)test-push-checkheads-superceed-A1.t (3.47s)test-copytrace-heuristics.t (45.90s)test-check-config.t (10.24s)test-glog-beautifygraph.t (76.00s)test-gendoc-ja.t (4.08s)test-check-module-imports.t (12.34s)test-convert-cvs.t (24.87s)test-help.t (30.81s)test-obsolete-bounds-checking.t (0.92s)test-gendoc.t (5.73s)test-glog.t (75.82s)test-convert-svn-sink.t (19.96s)test-check-help.t (9.20s)test-convert-svn-source.t (0.12s)test-obsolete-bundle-strip.t (102.27s)test-patchbomb.t (22.59s)test-check-pyflakes.t (28.44s)test-abort-checkin.t (0.96s)test-http-bad-server.t (24.29s)test-ssh-proto-unbundle.t (19.12s)test-obsmarker-template.t (72.04s)test-acl.t (25.72s)test-check-commit.t (1.63s)test-check-shbang.t (2.14s)test-convert-svn-move.t (0.11s)test-check-interfaces.py (0.48s)test-hgweb-commands.t (20.13s)test-hgweb-symrev.t (18.90s)test-obsolete.t (93.36s)test-upgrade-repo.t (21.91s)test-extension.t (26.90s)test-ssh-proto.t (32.83s)test-log.t (87.97s)test-check-execute.t (1.34s)test-dirstate-race.t (15.28s)test-check-pylint.t (56.68s)test-graft.t#abortcommand (85.08s)test-graft.t#abortflag (85.02s)test-convert-svn-encoding.t (0.11s)test-wireproto-content-redirects.t (4.44s)test-hgweb-filelog.t (9.48s)test-hgwebdir.t (28.95s)test-wireproto-exchangev2.t (17.56s)test-bundle2-format.t (11.34s)test-template-map.t (38.97s)test-revset.t (115.98s)test-subrepo.t (98.82s)test-convert-cvs-detectmerge.t (26.27s)test-rebase-obsolete.t (76.08s)test-largefiles.t (91.35s)test-merge-tools.t (69.07s)test-hgweb-json.t (11.25s)test-convert-cvs-synthetic.t (20.84s)test-gendoc-ro.t (3.87s)test-import.t (74.92s)test-subrepo-deep-nested-change.t (36.39s)test-bundle2-exchange.t#sshv1 (65.40s)test-bundle2-exchange.t#sshv2 (64.66s)test-phases-exchange.t (52.45s)test-bookmarks-pushpull.t#b2-binary (99.66s)test-bookmarks-pushpull.t#b2-pushkey (99.58s)test-convert-cvsnt-mergepoints.t (13.23s)test-strip.t (56.38s)test-template-functions.t (86.33s)test-commit-interactive.t (31.37s)test-merge-changedelete.t (47.93s)test-lfs.t (49.86s)test-fix.t (63.94s)test-hook.t (32.78s)test-rename-merge2.t (58.03s)test-https.t (27.73s)test-highlight.t (11.79s)test-convert-git.t (24.95s)test-http-permissions.t (65.45s)test-lfs-test-server.t#git-server (0.23s)test-lfs-test-server.t#hg-server (12.50s)test-setdiscovery.t (24.37s)test-commandserver.t (19.88s)test-clone.t#sshv1 (47.73s)test-clone.t#sshv2 (46.45s)test-bookmarks.t (55.21s)test-check-clang-format.t (3.16s)test-merge-force.t (51.61s)test-revset2.t (57.93s)test-convert-cvs-branch.t (18.89s)test-shelve.t#phasebased (59.83s)test-shelve.t#stripbased (60.71s)test-largefiles-misc.t (80.04s)test-commit-amend.t (60.78s)test-branches.t (32.71s)test-http-protocol.t (12.70s)test-hgweb-diffs.t (12.24s)test-revert.t (46.08s)test-keyword.t (51.70s)test-template-keywords.t (47.93s)test-wireproto-command-filesdata.t (8.85s)test-convert-svn-branches.t (0.12s)test-mq.t (79.92s)test-convert-hg-svn.t (0.11s)test-gendoc-de.t (4.11s)test-lfs-serve-access.t (12.91s)test-wireproto-command-capabilities.t (3.81s)test-generaldelta.t (14.21s)test-subrepo-git.t (55.68s)test-lfs-serve.t#lfsremote-off (7.70s)test-lfs-serve.t#lfsremote-on (22.81s)test-check-format.t (0.30s)test-transplant.t#commandmode (46.03s)test-transplant.t#continueflag (45.96s)test-treemanifest.t (34.55s)test-tags.t (39.19s)test-phases.t (26.57s)test-template-basic.t (49.76s)test-tag.t (36.45s)test-subrepo-recursion.t (19.04s)test-hgweb.t (14.40s)test-convert.t (8.43s)test-check-jshint.t (0.27s)test-http-api-httpv2.t (8.58s)test-http.t (20.13s)test-convert-filemap.t (43.55s)test-obsolete-divergent.t (48.87s)test-annotate.t (46.22s)test-bundle.t (29.88s)test-resolve.t (39.79s)test-shelve2.t#phasebased#abortcommand#continuecommand (54.60s)test-shelve2.t#phasebased#abortcommand#continueflag (54.40s)test-shelve2.t#phasebased#abortflag#continuecommand (54.27s)test-shelve2.t#phasebased#abortflag#continueflag (54.23s)test-shelve2.t#stripbased#abortcommand#continuecommand (53.30s)test-shelve2.t#stripbased#abortcommand#continueflag (53.37s)test-shelve2.t#stripbased#abortflag#continuecommand (53.26s)test-shelve2.t#stripbased#abortflag#continueflag (52.70s)test-split.t#obsstore-off (20.50s)test-split.t#obsstore-on (22.31s)test-encoding-textwrap.t (2.49s)test-obsolete-distributed.t (23.86s)test-walk.t (20.90s)test-mv-cp-st-diff.t (47.63s)test-bisect.t (43.27s)test-convert-p4-filetypes.t (0.09s)test-notify.t (10.46s)test-rebase-scenario-global.t (37.14s)test-commit.t (30.94s)test-ssh.t#sshv1 (28.80s)test-ssh.t#sshv2 (28.60s)test-bundle2-remote-changegroup.t#sshv1 (17.41s)test-bundle2-remote-changegroup.t#sshv2 (17.47s)test-clonebundles.t (17.74s)test-wireproto-exchangev2-shallow.t (5.46s)test-import-git.t (23.05s)test-mq-header-from.t (43.17s)test-i18n.t (4.09s)test-treediscovery.t (33.94s)test-bisect2.t (30.72s)test-archive.t (27.80s)test-fileset.t (41.07s)test-grep.t (20.97s)test-push-warn.t (49.62s)test-hgweb-annotate-whitespace.t (4.74s)test-remotefilelog-repack.t (35.03s)test-debugcommands.t (20.32s)test-remove.t (21.41s)test-rebase-inmemory.t (39.79s)test-clone-uncompressed.t#stream-bundle2 (19.84s)test-clone-uncompressed.t#stream-legacy (17.24s)test-alias.t (30.12s)test-ssh-bundle1.t#sshv1 (26.51s)test-ssh-bundle1.t#sshv2 (26.20s)test-mq-header-date.t (44.80s)test-wireproto-command-changesetdata.t (10.11s)test-pull-pull-corruption.t (15.00s)test-blackbox.t (12.26s)test-convert-svn-startrev.t (0.10s)test-devel-warnings.t (5.23s)test-backout.t (35.39s)test-push-http.t#bundle1 (17.56s)test-push-http.t#bundle2 (18.20s)test-rebase-collapse.t (30.73s)test-contrib-relnotes.t (1.28s)test-update-branches.t (60.63s)test-audit-subrepo.t (21.65s)test-histedit-obsolete.t#abortcommand (26.20s)test-histedit-obsolete.t#abortflag (26.35s)test-histedit-arguments.t#abortcommand (24.96s)test-histedit-arguments.t#abortflag (25.06s)test-wireproto.t (9.42s)test-globalopts.t (10.98s)test-http-bundle1.t (17.66s)test-hgweb-descend-empties.t (2.10s)test-obshistory.t (26.32s)test-fncache.t (11.26s)test-rename.t (30.34s)test-uncommit.t (38.11s)test-mq-subrepo.t (48.33s)test-fastannotate-hg.t (27.52s)test-histedit-fold.t (29.59s)test-progress.t (4.48s)test-remotefilelog-repack-fast.t (31.40s)test-log-linerange.t (8.76s)test-extdiff.t (17.00s)test-getbundle.t (5.51s)test-largefiles-wireproto.t#sshv1 (29.63s)test-largefiles-wireproto.t#sshv2 (29.53s)test-status-color.t (17.92s)test-narrow.t#flat#lfs-off (40.47s)test-narrow.t#flat#lfs-on (48.00s)test-narrow.t#tree#lfs-off (40.58s)test-narrow.t#tree#lfs-on (48.10s)test-convert-hg-sink.t (24.28s)test-logexchange.t (15.92s)test-merge-types.t (12.63s)test-histedit-commute.t (14.33s)test-censor.t (32.56s)test-lfconvert.t (16.65s)test-histedit-edit.t (20.68s)test-remotefilelog-bgprefetch.t (30.86s)test-fetch.t (26.26s)test-copies.t#changeset (55.01s)test-copies.t#compatibility (54.76s)test-copies.t#filelog (55.04s)test-copies.t#sidedata (55.16s)test-wireproto-caching.t (5.86s)test-amend.t#obsstore-off (20.99s)test-amend.t#obsstore-on (21.59s)test-incoming-outgoing.t (13.25s)test-clone-pull-corruption.t (7.93s)test-eol.t (26.04s)test-rollback.t (19.92s)test-install.t (3.31s)test-newbranch.t (27.53s)test-bundle2-multiple-changegroups.t (7.34s)test-merge-criss-cross.t (15.00s)test-wireproto-command-manifestdata.t (5.86s)test-git-export.t (22.87s)test-infinitepush-ci.t (13.13s)test-status.t (29.85s)test-diff-color.t (7.05s)test-rebase-abort.t#abortcommand#continuecommand (27.60s)test-rebase-abort.t#abortcommand#continueflag (27.59s)test-rebase-abort.t#abortflag#continuecommand (27.44s)test-rebase-abort.t#abortflag#continueflag (27.44s)test-lfs-largefiles.t (13.95s)test-hgweb-empty.t (1.85s)test-dirstate-race2.t (1.78s)test-merge1.t (22.12s)test-infinitepush-bundlestore.t (19.74s)test-rebase-conflicts.t (13.43s)test-push.t (18.17s)test-rebase-newancestor.t (20.05s)test-convert-mtn.t (0.09s)test-copies-in-changeset.t#extra (16.99s)test-copies-in-changeset.t#sidedata (18.90s)test-narrow-shallow-merges.t (21.76s)test-mq-guards.t (33.54s)test-hghave.t (25.26s)test-convert-svn-tags.t (0.14s)test-pager.t (12.42s)test-completion.t (5.73s)test-wireproto-command-filedata.t (7.68s)test-qrecord.t (6.14s)test-mq-subrepo-svn.t (2.22s)test-revset-legacy-lookup.t (18.17s)test-copies-unrelated.t#changeset (34.69s)test-copies-unrelated.t#compatibility (34.69s)test-copies-unrelated.t#filelog (34.74s)test-copies-unrelated.t#sidedata (34.82s)test-rebase-interruptions.t (18.63s)test-absorb.t (23.74s)test-rebase-parameters.t (21.18s)test-hardlinks.t (13.24s)test-export.t (12.11s)test-issue3084.t (27.77s)test-merge-no-file-change.t (26.75s)test-verify.t (8.57s)test-narrow-patterns.t (16.15s)test-rebase-dest.t (21.22s)test-mq-qpush-fail.t (27.29s)test-narrow-widen-no-ellipsis.t#flat (28.81s)test-narrow-widen-no-ellipsis.t#tree (29.03s)test-bundle-r.t (20.71s)test-rebase-pull.t (17.96s)test-exchange-obsmarkers-case-A1.t (16.66s)test-branch-change.t (22.39s)test-sparse.t (21.52s)test-commit-interactive-curses.t (14.22s)test-rebase-named-branches.t (16.70s)test-fix-topology.t#obsstore-off (11.82s)test-fix-topology.t#obsstore-on (13.48s)test-import-bypass.t (16.86s)test-revert-interactive.t (12.36s)test-parse-date.t (19.79s)test-treediscovery-legacy.t (21.27s)test-narrow-widen.t#flat (28.64s)test-narrow-widen.t#tree (28.61s)test-rebase-cache.t (22.30s)test-journal.t (6.82s)test-help-hide.t (0.45s)test-releasenotes-formatting.t (11.99s)test-mq-qrefresh.t (17.44s)test-histedit-fold-non-commute.t (15.12s)test-gendoc-pt_BR.t (4.21s)test-gendoc-zh_CN.t (4.14s)test-gendoc-zh_TW.t (4.12s)test-exchange-obsmarkers-case-A3.t (17.53s)test-mq-qrefresh-interactive.t (3.97s)test-chg.t (0.09s)test-wireproto-command-rawstorefiledata.t (3.28s)test-static-http.t (11.12s)test-histedit-non-commute.t (14.47s)test-hgignore.t (10.36s)test-githelp.t (15.43s)test-win32text.t (10.53s)test-exchange-obsmarkers-case-C3.t (11.19s)test-gendoc-it.t (4.09s)test-gendoc-el.t (4.15s)test-gendoc-fr.t (4.06s)test-gendoc-ru.t (4.24s)test-gendoc-sv.t (4.12s)test-gendoc-da.t (4.05s)test-share-bookmarks.t#svfs (12.53s)test-share-bookmarks.t#vfs (12.67s)test-mq-qnew.t (22.45s)test-bheads.t (24.66s)test-flagprocessor.t (17.33s)test-diff-ignore-whitespace.t (14.09s)test-bookflow.t (24.08s)test-http-api.t (3.73s)test-largefiles-cache.t (15.09s)test-encoding.t (6.56s)test-rebase-rename.t (16.00s)test-convert-bzr-merges.t (0.10s)test-mq-qimport.t (18.65s)test-manifest.t (12.15s)test-url-rev.t (13.47s)test-diff-unified.t (9.13s)test-mq-qrefresh-replace-log-message.t (12.80s)test-unamend.t (21.41s)test-init.t (36.28s)test-pager-legacy.t (8.77s)test-rebase-base-flag.t (14.47s)test-histedit-base.t (7.56s)test-parseindex.t (4.36s)test-clone-r.t (11.96s)test-bad-extension.t (1.89s)test-hgweb-raw.t (3.89s)test-rebase-mq.t (17.23s)test-exchange-obsmarkers-case-D1.t (10.65s)test-hgweb-removed.t (1.99s)test-eol-patch.t (6.89s)test-automv.t (28.02s)test-exchange-obsmarkers-case-C2.t (10.34s)test-single-head.t (12.49s)test-ssh-clone-r.t#sshv1 (11.61s)test-ssh-clone-r.t#sshv2 (11.60s)test-subrepo-relative-path.t (10.24s)test-hgrc.t (5.88s)test-casecollision-merge.t (0.09s)test-http-clone-r.t (10.90s)test-convert-bzr.t (0.09s)test-bookmarks-corner-case.t (8.16s)test-rename-dir-merge.t (12.79s)test-strip-cross.t (17.36s)test-add.t (19.05s)test-histedit-no-change.t (10.77s)test-narrow-clone.t (28.83s)test-diffstat.t (12.48s)test-convert-splicemap.t (10.56s)test-http-proxy.t (4.27s)test-removeemptydirs.t (11.74s)test-fileset-generated.t (6.56s)test-bundle-phases.t (15.51s)test-exchange-obsmarkers-case-C1.t (9.71s)test-status-rev.t (6.00s)test-diff-upgrade.t (4.50s)test-pull-update.t (12.55s)test-copy.t (14.00s)test-bisect3.t (8.70s)test-conflict.t (7.35s)test-remotefilelog-prefetch.t (25.58s)test-up-local-change.t (12.07s)test-dispatch.t (9.49s)test-narrow-exchange.t#lfs-off (10.01s)test-narrow-exchange.t#lfs-on (11.61s)test-obsolete-changeset-exchange.t (7.64s)test-exchange-obsmarkers-case-D4.t (8.55s)test-eol-update.t (6.27s)test-remotefilelog-push-pull.t (16.74s)test-pull-bundle.t (8.32s)test-share.t (9.23s)test-narrow-exchange-merges.t (10.23s)test-absorb-rename.t (13.01s)test-exchange-obsmarkers-case-B5.t (9.98s)test-churn.t (9.11s)test-pull-branch.t (12.14s)test-eol-hook.t (8.30s)test-bundle-type.t (13.62s)test-remotefilelog-linknodes.t (14.55s)test-narrow-trackedcmd.t#flat (9.15s)test-narrow-trackedcmd.t#tree (9.30s)test-byteify-strings.t (0.72s)test-rebase-detach.t (12.93s)test-stream-bundle-v2.t (3.79s)test-sparse-profiles.t (9.77s)test-mq-qpush-exact.t (21.64s)test-fastannotate-protocol.t (8.56s)test-hybridencode.py (0.28s)test-rebase-bookmarks.t (14.85s)test-bookmarks-current.t (15.06s)test-convert-hg-source.t (12.14s)test-notify-changegroup.t (4.66s)test-encoding-align.t (5.15s)test-debugbuilddag.t (5.80s)test-convert-baz.t (0.09s)test-inherit-mode.t (1.97s)test-infinitepush.t (14.52s)test-histedit-non-commute-abort.t (7.34s)test-releasenotes-merging.t (6.08s)test-remotefilelog-gcrepack.t (9.28s)test-convert-hg-startrev.t (9.42s)test-show-work.t (20.49s)test-narrow-strip.t#flat#lfs-off (6.89s)test-narrow-strip.t#flat#lfs-on (8.03s)test-narrow-strip.t#tree#lfs-off (6.87s)test-narrow-strip.t#tree#lfs-on (8.01s)test-repo-compengines.t (9.03s)test-merge-commit.t (7.24s)test-audit-path.t (12.39s)test-exchange-obsmarkers-case-B4.t (10.44s)test-fastannotate.t (11.39s)test-narrow-expanddirstate.t (5.49s)test-purge.t (10.43s)test-symlinks.t (11.57s)test-exchange-obsmarkers-case-C4.t (8.78s)test-sparse-revlog.t (0.08s)test-mq-safety.t (13.15s)test-directaccess.t (8.86s)test-exchange-obsmarkers-case-A6.t (9.50s)test-exchange-obsmarkers-case-A5.t (8.61s)test-remotefilelog-local.t (16.63s)test-basic.t (6.34s)test-narrow-share.t#flat (28.75s)test-narrow-share.t#tree (28.42s)test-hgweb-csp.t (5.60s)test-histedit-bookmark-motion.t (6.50s)test-obsolete-tag-cache.t (4.68s)test-diff-binary-file.t (6.14s)test-casefolding.t (0.08s)test-mq-git.t (6.26s)test-mq-qfold.t (10.05s)test-remotefilelog-cacheprocess.t (4.07s)test-patchbomb-bookmark.t (3.58s)test-stack.t (12.06s)test-journal-share.t (6.08s)test-paths.t (13.02s)test-contrib-testparseutil.t (0.35s)test-hgweb-no-request-uri.t (1.31s)test-sparse-merges.t (10.45s)test-pathconflicts-merge.t (10.78s)test-releasenotes-parsing.t (2.31s)test-diff-indent-heuristic.t#bdiff (0.72s)test-diff-indent-heuristic.t#xdiff (0.96s)test-import-merge.t (11.29s)test-drawdag.t (8.43s)test-patchbomb-tls.t (3.62s)test-exchange-obsmarkers-case-B2.t (8.09s)test-convert-p4.t (0.09s)test-show-stack.t (22.94s)test-narrow-clone-nonlinear.t (22.86s)test-config.t (5.19s)test-exchange-obsmarkers-case-A4.t (7.20s)test-mq-eol.t (5.85s)test-convert-bzr-directories.t (0.09s)test-obsmarkers-effectflag.t (11.66s)test-rename-merge1.t (22.28s)test-fastannotate-renames.t (8.77s)test-histedit-drop.t (5.81s)test-rebase-mq-skip.t#continuecommand (10.43s)test-rebase-mq-skip.t#continueflag (10.53s)test-bookmarks-merge.t (9.86s)test-lock-badness.t (9.91s)test-repair-strip.t (5.21s)test-histedit-outgoing.t (7.82s)test-pull.t#sshv1 (6.39s)test-pull.t#sshv2 (6.62s)test-exchange-obsmarkers-case-B6.t (7.52s)test-merge-default.t (7.63s)test-extension-timing.t (0.84s)test-match.py (0.24s)test-rebase-emptycommit.t (7.97s)test-cbor.py (0.77s)test-debugbundle.t (2.85s)test-copy-move-merge.t (8.41s)test-profile.t (17.83s)test-convert-tla.t (1.15s)test-mq-qclone-http.t (17.66s)test-exchange-obsmarkers-case-A2.t (16.90s)test-exchange-obsmarkers-case-D2.t (16.79s)test-status-terse.t (16.40s)test-merge7.t (3.60s)test-phase-archived.t (4.17s)test-hgweb-no-path-info.t (1.26s)test-subrepo-missing.t (15.48s)test-pathconflicts-update.t (15.17s)test-show.t (14.97s)test-addremove-similar.t (14.86s)test-contrib.t (1.53s)test-unionrepo.t (14.87s)test-flags.t (14.51s)test-remotefilelog-gc.t (14.26s)test-commit-multiple.t (14.05s)test-commit-unresolved.t#abortcommand (13.66s)test-commit-unresolved.t#abortflag (13.50s)test-import-eol.t (13.27s)test-logtoprocess.t (13.19s)test-mq-missingfiles.t (13.34s)test-sparse-import.t (13.15s)test-rebase-transaction.t#continuecommand (13.28s)test-rebase-transaction.t#continueflag (13.13s)test-identify.t (12.71s)test-default-push.t (12.44s)test-merge-subrepos.t (11.93s)test-narrow-clone-no-ellipsis.t (17.70s)test-filebranch.t (11.59s)test-mq-qdelete.t (11.53s)test-convert-datesort.t (11.54s)test-sidedata.t (11.19s)test-update-atomic.t (10.71s)test-mq-merge.t (10.63s)test-pull-r.t (7.26s)test-pending.t (6.89s)test-clone-update-order.t (5.19s)test-fastannotate-perfhack.t (8.37s)test-narrow-pull.t (16.42s)test-origbackup-conflict.t (5.11s)test-merge-local.t (6.12s)test-remotefilelog-http.t (5.95s)test-bugzilla.t (2.17s)test-exchange-obsmarkers-case-D3.t (7.93s)test-remote-hidden.t (5.35s)test-narrow-shallow.t (16.88s)test-merge-halt.t (5.87s)test-worker.t (2.43s)test-branch-option.t (8.82s)test-mac-packages.t (0.14s)test-empty-group.t (4.57s)test-parents.t (5.88s)test-children.t (5.97s)test-fix-metadata.t (0.76s)test-http-branchmap.t (3.88s)test-diff-change.t (6.97s)test-bundle2-pushback.t#sshv1 (3.60s)test-extdata.t (6.76s)test-bundle2-pushback.t#sshv2 (3.79s)test-narrow-merge.t#flat (7.55s)test-rebuildstate.t (6.04s)test-exchange-obsmarkers-case-B3.t (7.10s)test-mq-pull-from-bundle.t (7.11s)test-narrow-merge.t#tree (7.65s)test-remotefilelog-corrupt-cache.t (4.86s)test-amend-subrepo.t#obsstore-off (8.01s)test-amend-subrepo.t#obsstore-on (7.74s)test-merge-internal-tools-pattern.t (4.98s)test-issue672.t (3.33s)test-run-tests.py (0.28s)test-extensions-afterloaded.t (4.45s)test-tools.t (1.02s)test-fastannotate-corrupt.t (4.17s)test-narrow-commit.t#flat (8.70s)test-narrow-commit.t#tree (8.80s)test-eol-clone.t (2.77s)test-wireproto-serverreactor.py (0.31s)test-excessive-merge.t (4.37s)test-relink.t (2.93s)test-mq-qqueue.t (9.94s)test-narrow-rebase.t#continuecommand (7.13s)test-narrow-rebase.t#continueflag (7.26s)test-push-cgi.t (1.83s)test-record.t (1.13s)test-convert-darcs.t (1.26s)test-remotefilelog-clone-tree.t (4.59s)test-patch.t (3.53s)test-hgweb-non-interactive.t (1.08s)test-sqlitestore.t (2.22s)test-remotefilelog-clone.t (4.48s)test-arbitraryfilectx.t (2.16s)test-remotefilelog-sparse.t (11.82s)test-cache-abuse.t (14.26s)test-rebase-backup.t (5.41s)test-simple-update.t (6.36s)test-pathconflicts-basic.t (6.13s)test-committer.t (4.34s)test-exchange-obsmarkers-case-B7.t (6.87s)test-pull-http.t (3.71s)test-remotefilelog-bundle2-legacy.t (0.68s)test-exchange-obsmarkers-case-B1.t (6.72s)test-remotefilelog-log.t (5.56s)test-mq-qdiff.t (6.28s)test-bookmarks-rebase.t (5.28s)test-serve.t (5.40s)test-exchange-obsmarkers-case-A7.t (6.00s)test-revset-outgoing.t (4.33s)test-import-context.t (1.77s)test-remotefilelog-bundle2.t (6.35s)test-eol-add.t (3.22s)test-bundle-vs-outgoing.t (4.50s)test-rebase-partial.t (4.43s)test-update-names.t (5.96s)test-mailmap.t (3.86s)test-remotefilelog-bundles.t (5.20s)test-merge-remove.t (5.87s)test-convert-tagsbranch-topology.t (1.42s)test-requires.t (3.24s)test-locate.t (8.27s)test-merge-closedheads.t (7.58s)test-rename-after-merge.t (6.32s)test-wireproto-clientreactor.py (0.30s)test-contrib-dumprevlog.t (3.35s)test-remotefilelog-pull-noshallow.t (3.57s)test-debugextensions.t (1.40s)test-narrow-clone-stream.t#flat-fncache (20.39s)test-narrow-clone-stream.t#flat-nofncache (20.31s)test-narrow-clone-stream.t#tree (20.19s)test-rebase-legacy.t#continuecommand (1.51s)test-rebase-legacy.t#continueflag (1.29s)test-issue1306.t (2.97s)test-lfs-bundle.t (5.98s)test-issue1175.t (5.76s)test-cat.t (7.57s)test-nointerrupt.t (4.72s)test-issue660.t (6.24s)test-largefiles-small-disk.t (1.62s)test-convert-clonebranches.t (5.18s)test-oldcgi.t (1.49s)test-impexp-branch.t (4.37s)test-narrow-clone-non-narrow-server.t (8.33s)test-histedit-no-backup.t#abortcommand (2.67s)test-histedit-no-backup.t#abortflag (2.74s)test-issue586.t (5.46s)test-unified-test.t (0.68s)test-rebase-templates.t (3.62s)test-remotefilelog-tags.t (4.21s)test-symlink-placeholder.t (3.22s)test-merge6.t (4.08s)test-narrow-copies.t (5.80s)test-server-view.t (4.14s)test-rebase-issue-noparam-single-rev.t (5.49s)test-dirstate.t (3.84s)test-close-head.t (4.56s)test-url-download.t (4.32s)test-merge-revert2.t (7.70s)test-verify-repo-operations.py (0.11s)test-addremove.t (5.46s)test-mq-qrename.t (9.83s)test-narrow-update.t (5.62s)test-mq-symlinks.t (8.03s)test-ssh-repoerror.t (4.49s)test-wsgirequest.py (0.37s)test-double-merge.t (2.16s)test-narrow-patch.t#flat (2.73s)test-narrow-patch.t#tree (2.81s)test-glog-topological.t (2.12s)test-sparse-verbose-json.t (3.34s)test-merge9.t (4.35s)test-context-metadata.t (2.56s)test-patch-offset.t (0.78s)test-log-exthook.t (1.19s)test-newcgi.t (1.07s)test-issue1802.t (3.37s)test-update-reverse.t (2.93s)test-wireproto-command-branchmap.t (2.98s)test-pushvars.t (2.69s)test-histedit-templates.t (2.39s)test-hgwebdirsym.t (3.64s)test-manifest.py (2.44s)test-revlog-raw.py (0.68s)test-merge-symlinks.t (1.71s)test-branch-tag-confict.t (2.35s)test-narrow-debugcommands.t (2.90s)test-custom-filters.t (2.04s)test-sparse-clone.t (1.91s)test-issue2137.t (0.94s)test-remotefilelog-partial-shallow.t (3.44s)test-eolfilename.t (2.61s)test-merge10.t (3.33s)test-journal-exists.t (2.57s)test-revlog-v2.t (1.92s)test-diffdir.t (4.74s)test-schemes.t (2.84s)test-issue522.t (2.78s)test-histedit-merge-tools.t (2.14s)test-mq-qgoto.t (6.61s)test-revlog.t (1.61s)test-newercgi.t (1.06s)test-url.py (0.25s)test-editor-filename.t (1.65s)test-import-unknown.t (5.14s)test-unbundlehash.t (1.91s)test-narrow-sparse.t#flat (3.13s)test-narrow-sparse.t#tree (3.22s)test-wireproto-command-known.t (2.18s)test-missing-capability.t (2.70s)test-wireproto-command-listkeys.t (2.67s)test-convert-identity.t (2.98s)test-merge-revert.t (7.85s)test-wireproto-command-heads.t (2.42s)test-encode.t (3.26s)test-permissions.t (2.44s)test-casecollision.t (5.01s)test-ancestor.py (0.84s)test-update-dest.t (2.49s)test-known.t (3.71s)test-sparse-fsmonitor.t (0.01s)test-no-symlinks.t (0.10s)test-remotefilelog-datapack.py (1.77s)test-convert-authormap.t (1.74s)test-subrepo-paths.t (1.66s)test-sparse-requirement.t (1.65s)test-confused-revert.t (4.29s)test-debian-packages.t (0.39s)test-remotefilelog-permissions.t (4.07s)test-fuzz-targets.t (0.33s)test-issue1993.t (2.14s)test-issue1502.t (2.68s)test-clone-cgi.t (1.03s)test-sparse-clear.t (2.46s)test-simplemerge.py (0.24s)test-websub.t (1.53s)test-rebase-brute-force.t (2.25s)test-revlog-mmapindex.t (16.38s)test-merge2.t (5.18s)test-diff-antipatience.t#bdiff (0.76s)test-diff-antipatience.t#xdiff (1.02s)test-issue1877.t (3.61s)test-gpg.t (1.93s)test-empty-file.t (2.99s)test-lrucachedict.py (0.23s)test-hgk.t (2.13s)test-changelog-exec.t (2.61s)test-diff-hashes.t (2.05s)test-absorb-edit-lines.t (2.53s)test-remotefilelog-wireproto.t (3.57s)test-mactext.t (1.20s)test-convert-bzr-ghosts.t (0.10s)test-docker-packaging.t (0.25s)test-bookmarks-strip.t (2.87s)test-narrow-acl.t (3.21s)test-remotefilelog-keepset.t (2.76s)test-lock.py (0.24s)test-remotefilelog-histpack.py (3.13s)test-remotefilelog-bad-configs.t (2.73s)test-diff-subdir.t (1.84s)test-convert-bzr-114.t (0.08s)test-trusted.py (0.29s)test-narrow-debugrebuilddirstate.t (2.06s)test-unrelated-pull.t (2.08s)test-parseindex2.py (0.37s)test-diff-reverse.t (2.34s)test-revset-dirstate-parents.t (4.92s)test-wireproto-command-pushkey.t (1.66s)test-update-issue1456.t (3.11s)test-empty.t (1.58s)test-merge5.t (2.75s)test-wireproto-framing.py (0.23s)test-narrow-archive.t (3.13s)test-diff-copy-depth.t (4.47s)test-convert-bzr-treeroot.t (0.09s)test-hgweb-bundle.t (1.91s)test-absorb-unfinished.t (1.49s)test-mq-qimport-fail-cleanup.t (1.68s)test-fix-clang-format.t (1.38s)test-manifest-merging.t (2.00s)test-linerange.py (0.24s)test-issue619.t (2.05s)test-merge8.t (2.10s)test-issue842.t (2.12s)test-remotefilelog-blame.t (3.66s)test-linelog.py (2.60s)test-filecache.py (1.06s)test-revlog-group-emptyiter.t (1.47s)test-propertycache.py (0.57s)test-pathencode.py (0.53s)test-demandimport.py (0.39s)test-archive-symlinks.t (1.41s)test-absorb-strip.t (1.37s)test-pull-permission.t (1.31s)test-issue5979.t (2.70s)test-rust-ancestor.py (0.18s)test-revisions.t (3.56s)test-merge4.t (2.26s)test-absorb-filefixupstate.py (0.37s)test-wireproto-command-lookup.t (1.31s)test-phabricator.t (0.46s)test-context.py (0.46s)test-issue612.t (2.11s)test-debugindexdot.t (2.32s)test-eol-tag.t (1.48s)test-batching.py (0.32s)test-bdiff.py (0.23s)test-hgweb-auth.py (0.20s)test-nested-repo.t (2.68s)test-minirst.py (0.24s)test-execute-bit.t (2.32s)test-username-newline.t (0.91s)test-fastannotate-revmap.py (0.38s)test-issue4074.t (1.74s)test-remotefilelog-share.t (2.17s)test-revlog-packentry.t (1.15s)test-dirstate-nonnormalset.t (1.81s)test-ui-config.py (0.41s)test-diff-issue2761.t (2.07s)test-atomictempfile.py (0.24s)test-strict.t (1.91s)test-util.py (0.22s)test-diff-newlines.t (0.95s)test-rust-discovery.py (0.19s)test-empty-dir.t (1.38s)test-storage.py (2.03s)test-absorb-phase.t (1.79s)test-annotate.py (0.24s)test-extra-filelog-entry.t (1.44s)test-debugrename.t (1.91s)test-issue1438.t (2.02s)test-issue1102.t (1.64s)test-fastannotate-diffopts.t (0.98s)test-revert-unknown.t (1.71s)test-bad-pull.t (1.30s)test-revert-flags.t (1.45s)test-simplekeyvaluefile.py (0.25s)test-issue1089.t (1.47s)test-doctest.py (1.02s)test-backwards-remove.t (1.34s)test-wireproto.py (0.29s)test-contrib-emacs.t (0.81s)test-cappedreader.py (0.22s)test-xdg.t (0.28s)test-dirstate-backup.t (0.46s)test-mq-qsave.t (1.07s)test-encoding-func.py (0.18s)test-extensions-wrapfunction.py (0.28s)test-walkrepo.py (0.37s)test-revlog-ancestry.py (0.55s)test-ui-verbosity.py (0.31s)test-filelog.py (0.32s)test-sshserver.py (0.32s)test-hg-parseurl.py (0.36s)test-symlink-os-yes-fs-no.py (1.37s)test-minifileset.py (0.25s)test-config-env.py (0.26s)test-lfs-pointer.py (0.38s)test-duplicateoptions.py (0.43s)test-hgwebdir-paths.py (0.30s)test-ui-color.py (0.29s)test-status-inprocess.py (0.34s)test-dispatch.py (0.41s)test-mdiff.py (0.17s)