[Bug 6058] New: clone repo failed

mercurial-bugs at mercurial-scm.org mercurial-bugs at mercurial-scm.org
Wed Jan 23 17:57:52 UTC 2019


https://bz.mercurial-scm.org/show_bug.cgi?id=6058

            Bug ID: 6058
           Summary: clone repo failed
           Product: Mercurial
           Version: 4.8.1
          Hardware: PC
                OS: Windows
            Status: UNCONFIRMED
          Severity: bug
          Priority: wish
         Component: Mercurial
          Assignee: bugzilla at mercurial-scm.org
          Reporter: michaelli at arctrade.com
                CC: mercurial-devel at mercurial-scm.org

Starting yesterday we start to have problem clone repo either from bitbucket or
from local. 
we are uinsg 
TortoiseHg
version 4.8.2
with Mercurial-4.8.2, Python-2.7.13, PyQt-5.9.1, Qt-5.9.2

the repo we are having difficulties to clone has around 6600 changeset, not
sure if that is a factor or not. 

the trace log as:

cloning subrepo ArcTrade.Common from
https://bitbucket.org/ArcTrade/hgarctrade.common
applying clone bundle from
https://api.media.atlassian.com/file/a27bbfc8-25f0-4d89-9e08-64deac708bfe/binary?client=8ba980a1-24a3-4554-a806-39d3890d6222&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhY2Nlc3MiOnsidXJuOmZpbGVzdG9yZTpmaWxlOmEyN2JiZmM4LTI1ZjAtNGQ4OS05ZTA4LTY0ZGVhYzcwOGJmZSI6WyJyZWFkIl19LCJleHAiOjE1NDgyNjU4NjgsImlzcyI6IjhiYTk4MGExLTI0YTMtNDU1NC1hODA2LTM5ZDM4OTBkNjIyMiIsIm5iZiI6MTU0ODI2NTQ0OH0.2S0Xq0_zglchixhfsq8NwCd5nM0ydM_OlwW2S-z4QVw
adding changesets
adding manifests
adding file changes
transaction abort!
rollback completed
(sent 3 HTTP requests and 767 bytes; received 928 bytes in responses)
** unknown exception encountered, please report by visiting
** https://mercurial-scm.org/wiki/BugTracker
** Python 2.7.13 (v2.7.13:a06454b1afa1, Dec 17 2016, 20:53:40) [MSC v.1500 64
bit (AMD64)]
** Mercurial Distributed SCM (version 4.8.2)
** Extensions loaded: tortoisehg.util.hgcommands,
tortoisehg.util.partialcommit, tortoisehg.util.pipeui,
tortoisehg.util.win32ill, tortoisehg.util.hgdispatch
** unknown exception encountered, please report by visiting
** https://mercurial-scm.org/wiki/BugTracker
** Python 2.7.13 (v2.7.13:a06454b1afa1, Dec 17 2016, 20:53:40) [MSC v.1500 64
bit (AMD64)]
** Mercurial Distributed SCM (version 4.8.2)
** Extensions loaded: tortoisehg.util.hgcommands,
tortoisehg.util.partialcommit, tortoisehg.util.pipeui,
tortoisehg.util.win32ill, tortoisehg.util.hgdispatch
Traceback (most recent call last):
  File "hg", line 50, in <module>
  File "mercurial\dispatch.pyo", line 96, in run
  File "mercurial\dispatch.pyo", line 220, in dispatch
  File "mercurial\dispatch.pyo", line 363, in _runcatch
  File "mercurial\dispatch.pyo", line 371, in _callcatch
  File "mercurial\scmutil.pyo", line 166, in callcatch
  File "mercurial\dispatch.pyo", line 354, in _runcatchfunc
  File "mercurial\dispatch.pyo", line 994, in _dispatch
  File "mercurial\dispatch.pyo", line 737, in runcommand
  File "mercurial\dispatch.pyo", line 1003, in _runcommand
  File "mercurial\dispatch.pyo", line 991, in <lambda>
  File "mercurial\util.pyo", line 1644, in check
  File "mercurial\commands.pyo", line 5210, in serve
  File "mercurial\server.pyo", line 147, in runservice
  File "mercurial\commandserver.pyo", line 325, in run
  File "mercurial\commandserver.pyo", line 301, in serve
  File "mercurial\commandserver.pyo", line 276, in serveone
  File "mercurial\commandserver.pyo", line 260, in runcommand
  File "mercurial\dispatch.pyo", line 220, in dispatch
  File "mercurial\dispatch.pyo", line 363, in _runcatch
  File "mercurial\dispatch.pyo", line 371, in _callcatch
  File "mercurial\scmutil.pyo", line 166, in callcatch
  File "mercurial\dispatch.pyo", line 354, in _runcatchfunc
  File "tortoisehg\util\hgdispatch.pyo", line 23, in _dispatch
  File "mercurial\dispatch.pyo", line 994, in _dispatch
  File "mercurial\dispatch.pyo", line 737, in runcommand
  File "mercurial\dispatch.pyo", line 1003, in _runcommand
  File "mercurial\dispatch.pyo", line 991, in <lambda>
  File "mercurial\util.pyo", line 1644, in check
  File "mercurial\commands.pyo", line 1557, in clone
  File "mercurial\hg.pyo", line 827, in clone
  File "mercurial\hg.pyo", line 858, in update
  File "mercurial\hg.pyo", line 854, in updaterepo
  File "mercurial\merge.pyo", line 2178, in update
  File "mercurial\merge.pyo", line 1651, in applyupdates
  File "mercurial\subrepoutil.pyo", line 226, in submerge
  File "mercurial\subrepo.pyo", line 75, in decoratedmethod
  File "mercurial\subrepo.pyo", line 681, in get
  File "mercurial\subrepo.pyo", line 665, in _get
  File "mercurial\hg.pyo", line 756, in clone
  File "mercurial\exchange.pyo", line 1524, in pull
  File "mercurial\exchange.pyo", line 2452, in _maybeapplyclonebundle
  File "mercurial\exchange.pyo", line 2648, in trypullbundlefromurl
  File "mercurial\bundle2.pyo", line 353, in applybundle
  File "mercurial\bundle2.pyo", line 460, in processbundle
  File "mercurial\bundle2.pyo", line 467, in processparts
  File "mercurial\bundle2.pyo", line 423, in __exit__
zlib.error: Error -3 while decompressing: invalid literal/length code
cmdserver: process exited unexpectedly with code 255

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the Mercurial-devel mailing list