Closed
Bug 1304471
Opened 8 years ago
Closed 8 years ago
Windows taskcluster builds on aurora are failing with abort: stream ended unexpectedly (got 257625 bytes, expected 3347456)
Categories
(Developer Services :: Mercurial: robustcheckout, defect)
Developer Services
Mercurial: robustcheckout
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1291926
People
(Reporter: KWierso, Unassigned)
Details
Reporter | ||
Comment 1•8 years ago
|
||
These didn't appear to be running on aurora prior to the merge earlier this week.
Comment hidden (Intermittent Failures Robot) |
Comment 3•8 years ago
|
||
Z:\task_1474466405>hg pull -u -R .\build\src --rev 1563e99859383adaf22a8c285c8ec70e1db2e49b https://hg.mozilla.org/releases/mozilla-aurora/
pulling from https://hg.mozilla.org/releases/mozilla-aurora/
searching for changes
adding changesets
adding manifests
adding file changes
transaction abort!
rollback completed
Traceback (most recent call last):
File "C:\mozilla-build\python\Lib\site-packages\mercurial\dispatch.py", line 191, in _runcatch
return _dispatch(req)
File "C:\mozilla-build\python\Lib\site-packages\mercurial\dispatch.py", line 924, in _dispatch
cmdpats, cmdoptions)
File "C:\mozilla-build\python\Lib\site-packages\mercurial\dispatch.py", line 681, in runcommand
ret = _runcommand(ui, options, cmd, d)
File "C:\mozilla-build\python\Lib\site-packages\mercurial\dispatch.py", line 1055, in _runcommand
return checkargs()
File "C:\mozilla-build\python\Lib\site-packages\mercurial\dispatch.py", line 1015, in checkargs
return cmdfunc()
File "C:\mozilla-build\python\Lib\site-packages\mercurial\dispatch.py", line 921, in <lambda>
d = lambda: util.checksignature(func)(ui, *args, **cmdoptions)
File "C:\mozilla-build\python\Lib\site-packages\mercurial\util.py", line 991, in check
return func(*args, **kwargs)
File "C:\mozilla-build\python\Lib\site-packages\mercurial\extensions.py", line 195, in closure
return func(*(args + a), **kw)
File "C:\mozilla-build\python\Lib\site-packages\mercurial\util.py", line 991, in check
return func(*args, **kwargs)
File "C:\mozilla-build\python\Lib\site-packages\hgext\mq.py", line 3517, in mqcommand
return orig(ui, repo, *args, **kwargs)
File "C:\mozilla-build\python\Lib\site-packages\mercurial\util.py", line 991, in check
return func(*args, **kwargs)
File "C:\mozilla-build\python\Lib\site-packages\mercurial\extensions.py", line 195, in closure
return func(*(args + a), **kw)
File "C:\mozilla-build\python\Lib\site-packages\mercurial\util.py", line 991, in check
return func(*args, **kwargs)
File "C:\mozilla-build\python\Lib\site-packages\hgext\rebase.py", line 1177, in pullrebase
ret = orig(ui, repo, *args, **opts)
File "C:\mozilla-build\python\Lib\site-packages\mercurial\util.py", line 991, in check
return func(*args, **kwargs)
File "C:\mozilla-build\python\Lib\site-packages\mercurial\commands.py", line 5636, in pull
opargs=pullopargs).cgresult
File "C:\mozilla-build\python\Lib\site-packages\mercurial\exchange.py", line 1188, in pull
_pullbundle2(pullop)
File "C:\mozilla-build\python\Lib\site-packages\mercurial\exchange.py", line 1329, in _pullbundle2
op = bundle2.processbundle(pullop.repo, bundle, pullop.gettransaction)
File "C:\mozilla-build\python\Lib\site-packages\mercurial\bundle2.py", line 355, in processbundle
for nbpart, part in iterparts:
File "C:\mozilla-build\python\Lib\site-packages\mercurial\bundle2.py", line 765, in iterparts
headerblock = self._readpartheader()
File "C:\mozilla-build\python\Lib\site-packages\mercurial\bundle2.py", line 778, in _readpartheader
return self._readexact(headersize)
File "C:\mozilla-build\python\Lib\site-packages\mercurial\bundle2.py", line 607, in _readexact
return changegroup.readexactly(self._fp, size)
File "C:\mozilla-build\python\Lib\site-packages\mercurial\changegroup.py", line 43, in readexactly
% (len(s), n))
Abort: stream ended unexpectedly (got 257625 bytes, expected 3347456)
abort: stream ended unexpectedly (got 257625 bytes, expected 3347456)
Greg -- is that something Mercurial could retry automatically? Is this likely a network issue during the download, or something fixable?
Flags: needinfo?(gps)
Product: Taskcluster → Developer Services
Comment 4•8 years ago
|
||
This is something we can pave over in `hg robustcheckout`. Underlying issue is likely network flakiness. Of course, this will require this Windows task to use `hg robustcheckout`.
Component: General → Mercurial: robustcheckout
Flags: needinfo?(gps)
Updated•8 years ago
|
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•