Closed
Bug 1352209
Opened 8 years ago
Closed 8 years ago
Windows builds and static failing with WindowsError: [Error 206] The filename or extension is too long
Categories
(Infrastructure & Operations Graveyard :: CIDuty, task)
Infrastructure & Operations Graveyard
CIDuty
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1351513
People
(Reporter: aryx, Unassigned)
Details
Trees are closed for this.
This is frequent intermittent across branches (e.g. also on beta):
https://treeherder.mozilla.org/logviewer.html#?job_id=87652839&repo=autoland
https://treeherder.mozilla.org/logviewer.html#?job_id=87657904&repo=autoland
clone [====================> ] 954100028/1868981519 1m45s
clone [====================> ] 967512797/1868981519 1m43s
clone [=====================> ] 990976968/1868981519 1m39sensuring https://hg.mozilla.org/integration/autoland/@d7947c28ab4f500a7da3faeb808c0c307dc7c4a2 is available at .\build\src
(cloning from upstream repo https://hg.mozilla.org/mozilla-unified)
(sharing from existing pooled repository 8ba995b74e18334ab3707f27e9eb8f4e37ba3d29)
applying clone bundle from https://s3-external-1.amazonaws.com/moz-hg-bundles-us-east-1/mozilla-unified/bd77b16f22cc58302a5e696f91d6e3b441a111f6.packed1-gd.hg
321141 files to transfer, 1.74 GB of data
Traceback (most recent call last):
File "mercurial\dispatch.pyc", line 208, in _runcatchfunc
File "mercurial\dispatch.pyc", line 811, in _dispatch
File "mercurial\dispatch.pyc", line 563, in runcommand
File "mercurial\dispatch.pyc", line 819, in _runcommand
File "mercurial\dispatch.pyc", line 808, in <lambda>
File "mercurial\util.pyc", line 1051, in check
File "C:/mozilla-build/robustcheckout.py", line 149, in robustcheckout
File "C:/mozilla-build/robustcheckout.py", line 229, in _docheckout
File "mercurial\hg.pyc", line 504, in clone
File "mercurial\hg.pyc", line 393, in clonewithshare
File "mercurial\exchange.pyc", line 1222, in pull
File "mercurial\exchange.pyc", line 1825, in _maybeapplyclonebundle
File "mercurial\exchange.pyc", line 1997, in trypullbundlefromurl
File "mercurial\streamclone.pyc", line 398, in apply
File "mercurial\streamclone.pyc", line 386, in applybundlev1
File "mercurial\streamclone.pyc", line 332, in consumev1
File "mercurial\scmutil.pyc", line 765, in __call__
File "mercurial\scmutil.pyc", line 684, in __call__
File "mercurial\util.pyc", line 1618, in makedirs
File "mercurial\win32.pyc", line 506, in makedir
WindowsError: [Error 206] The filename or extension is too long: 'y:\\hg-shared\\8ba995b74e18334ab3707f27e9eb8f4e37ba3d29\\.hg\\data/mobile/android/tests/browser/chrome/tp5/amazon.com/www.amazon.com/Kindle-Wireless-Reader-Wifi-Graphite/dp/B002Y27P3M/%5C%22http%3A/g-ecx.images-amazon.com/images/G/01/kindle/shasta/photos'
abort: The filename or extension is too long: 'y:\hg-shared\8ba995b74e18334ab3707f27e9eb8f4e37ba3d29\.hg\data/mobile/android/tests/browser/chrome/tp5/amazon.com/www.amazon.com/Kindle-Wireless-Reader-Wifi-Graphite/dp/B002Y27P3M/%5C%22http%3A/g-ecx.images-amazon.com/images/G/01/kindle/shasta/photos'
Comment 1•8 years ago
|
||
Presumably fallout from upgrading to Mercurial 4.1.
Although the timing is very suspect because I saw logs where 4.1 was working fine yesterday. That makes little sense to me.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → DUPLICATE
Updated•7 years ago
|
Product: Release Engineering → Infrastructure & Operations
Updated•5 years ago
|
Product: Infrastructure & Operations → Infrastructure & Operations Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•