Closed
Bug 540743
Opened 15 years ago
Closed 15 years ago
bump build_space for OS X opt builds (m-c and related branches)
Categories
(Release Engineering :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: cjones, Assigned: bhearsum)
Details
Attachments
(1 file)
11.05 KB,
patch
|
catlee
:
review+
bhearsum
:
checked-in+
|
Details | Diff | Splinter Review |
http://tinderbox.mozilla.org/showlog.cgi?log=Firefox/1263927064.1263938288.6184.gz#err0
OS X 10.5.2 mozilla-central nightly on 2010/01/19 10:51:04
s: moz2-darwin9-slave12
Unexpected error: <type 'exceptions.IOError'>
Traceback (most recent call last):
File "/builds/slave/mozilla-central-macosx-nightly/build/toolkit/crashreporter/tools/symbolstore.py", line 780, in <module>
main()
File "/builds/slave/mozilla-central-macosx-nightly/build/toolkit/crashreporter/tools/symbolstore.py", line 776, in main
dumper.Process(arg)
File "/builds/slave/mozilla-central-macosx-nightly/build/toolkit/crashreporter/tools/symbolstore.py", line 464, in Process
return self.ProcessDir(file_or_dir)
File "/builds/slave/mozilla-central-macosx-nightly/build/toolkit/crashreporter/tools/symbolstore.py", line 481, in ProcessDir
if not self.ProcessFile(fullpath):
File "/builds/slave/mozilla-central-macosx-nightly/build/toolkit/crashreporter/tools/symbolstore.py", line 709, in ProcessFile
res = Dumper.ProcessFile(self, dsymbundle)
File "/builds/slave/mozilla-central-macosx-nightly/build/toolkit/crashreporter/tools/symbolstore.py", line 513, in ProcessFile
f = open(full_path, "w")
IOError: [Errno 2] No such file or directory: 'dist/crashreporter-symbols/XUL/B8003F9095933ED4A6E25880943522280/XUL.sym'
close failed: [Errno 28] No space left on device
make: *** [buildsymbols] Error 1
program finished with exit code 2
Assignee | ||
Comment 1•15 years ago
|
||
Looks like we need to bump up the build_space for mac opt builds.
Assignee: nobody → bhearsum
Summary: moz2-darwin9-slave12 out of space (?) → bump build_space for OS X opt builds (m-c and related branches)
Assignee | ||
Comment 2•15 years ago
|
||
The build mentioned in comment #0 got 7.2gb at the start. Let's bump a bit further than that so it holds for awhile.
Attachment #422531 -
Flags: review?(catlee)
Updated•15 years ago
|
Attachment #422531 -
Flags: review?(catlee) → review+
Assignee | ||
Comment 3•15 years ago
|
||
Comment on attachment 422531 [details] [diff] [review]
bump mac opt build space to 8gb
changeset: 1973:4f19ae83af74
Attachment #422531 -
Flags: checked-in+
Assignee | ||
Comment 4•15 years ago
|
||
Both masters got reconfig'ed for this.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Product: mozilla.org → Release Engineering
You need to log in
before you can comment on or make changes to this bug.
Description
•