Closed
Bug 1047282
Opened 9 years ago
Closed 9 years ago
Intermittent pymake\..\..\mozmake.exe: *** [buildsymbols] Error 11 (after "zip I/O error: Invalid argument", "zip error: Input file read failure (was zipping xul.pdb/353494A00B3D4AB2905040C97DE718BA16/xul.sym)")
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: emorley, Unassigned)
References
Details
(Keywords: intermittent-failure)
WINNT 5.2 mozilla-inbound leak test build on 2014-07-31 21:00:16 PDT for push 4685bb81ef6d slave: b-2008-ix-0127 https://tbpl.mozilla.org/php/getParsedLog.php?id=45025550&tree=Mozilla-Inbound { adding: updater.pdb/EB571DECA6C14890BE6874D2712C450F7/updater.sym (140 bytes security) (deflated 78%) adding: webapprt-stub.pdb/47EB2A611CF84AEFBB77D436D8B5627817/webapprt-stub.pd_ (140 bytes security) (deflated 0%) adding: webapprt-stub.pdb/47EB2A611CF84AEFBB77D436D8B5627817/webapprt-stub.sym (140 bytes security) (deflated 79%) adding: xpcomsample.pdb/FB04DC9F7A2B47B794A4543EF6328AFDd/xpcomsample.pd_ (140 bytes security) (deflated 0%) adding: xpcomsample.pdb/FB04DC9F7A2B47B794A4543EF6328AFDd/xpcomsample.sym (140 bytes security) (deflated 83%) adding: xpcshell.pdb/9C2D73DBB36E4876AF9AF8EE9A8530BFd/xpcshell.pd_ (140 bytes security) (deflated 0%) adding: xpcshell.pdb/9C2D73DBB36E4876AF9AF8EE9A8530BFd/xpcshell.sym (140 bytes security) (deflated 82%) adding: xul.pdb/353494A00B3D4AB2905040C97DE718BA16/xul.pd_ (140 bytes security) (deflated 0%) adding: xul.pdb/353494A00B3D4AB2905040C97DE718BA16/xul.sym (140 bytes security) zip I/O error: Invalid argument Makefile:226: recipe for target 'buildsymbols' failed zip error: Input file read failure (was zipping xul.pdb/353494A00B3D4AB2905040C97DE718BA16/xul.sym) pymake\..\..\mozmake.exe: *** [buildsymbols] Error 11 program finished with exit code 2 elapsedTime=497.973000 ========= Finished 'python c:/builds/moz2_slave/m-in-w32-d-0000000000000000000/build/build/pymake/make.py ...' failed (results: 2, elapsed: 8 mins, 18 secs) (at 2014-07-31 21:41:30.097950) ========= }
Reporter | ||
Comment 1•9 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=45026384&full=1&branch=mozilla-inbound https://tbpl.mozilla.org/php/getParsedLog.php?id=45016769&full=1&branch=mozilla-inbound https://tbpl.mozilla.org/php/getParsedLog.php?id=45014240&full=1&branch=mozilla-inbound
Reporter | ||
Comment 2•9 years ago
|
||
The failure occurs during: echo packing symbols packing symbols c:/builds/moz2_slave/m-in-w32-d-0000000000000000000/build/obj-firefox/_virtualenv/Scripts/python.exe c:/builds/moz2_slave/m-in-w32-d-0000000000000000000/build/config/nsinstall.py -D dist/ cd dist/crashreporter-symbols && \ zip -r9D '../firefox-34.0a1.en-US.win32.crashreporter-symbols-full.zip' . -x '*test*' -x '*Test*'
Comment 3•9 years ago
|
||
Googling for this zip error message shows people hitting the 2GB file limit, but I have a hard time believing we're anywhere near that. However, I wonder if this would be fixed by the patch in bug 1033938? Maybe this is a symptom of reusing an existing zip file? (Incidentally, we should figure out how to not waste time producing symbols-full.zip files on builds where we're not going to call uploadsymbols.)
Comment 4•9 years ago
|
||
I just pushed the patch in bug 1033938, let's see if that fixes this.
Depends on: 1033938
Reporter | ||
Comment 5•9 years ago
|
||
Sounds likely, thank you :-)
Reporter | ||
Comment 6•9 years ago
|
||
Mass-closing intermittent-failure bugs filed by me, that have not occurred recently and do not have the leave-open keyword set.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → WORKSFORME
Updated•5 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•