Closed
Bug 807680
Opened 12 years ago
Closed 12 years ago
DXR builds failing with out-of-disk-space
Categories
(Release Engineering :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jcranmer, Assigned: bhearsum)
References
Details
Attachments
(1 file)
(deleted),
patch
|
catlee
:
review+
bhearsum
:
checked-in+
|
Details | Diff | Splinter Review |
Assignee | ||
Comment 1•12 years ago
|
||
Any idea how much space a successful dxr build would need? We currently ensure we have 4gb, need to bump the "-s" argument to https://hg.mozilla.org/build/tools/file/default/scripts/dxr/dxr.sh#l39 to a better value.
Reporter | ||
Comment 2•12 years ago
|
||
Offhand, no. Try 6GB for now?
Assignee | ||
Updated•12 years ago
|
Assignee: nobody → bhearsum
Assignee | ||
Comment 3•12 years ago
|
||
Attachment #677531 -
Flags: review?(catlee)
Updated•12 years ago
|
Attachment #677531 -
Flags: review?(catlee) → review+
Assignee | ||
Updated•12 years ago
|
Attachment #677531 -
Flags: checked-in+
Assignee | ||
Comment 4•12 years ago
|
||
OK, I triggered a new build with this checked in.
Comment 5•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=16669077&tree=Firefox
10.49 GB of space available
...
gzip: stdout: No space left on device
Reporter | ||
Comment 6•12 years ago
|
||
The output tarball takes up ~400MB of space (round up to find space padding needed for extra mozilla-central code). Disk-space ran out somewhere during www/ indexing, so 10.5 GB gives us enough space to at least build and do the sqlite-generation for indexing. du -s -h of the last extracted successful tarball comes out to 2.2 GB (of which ~650MB comes from the .dxr_xref directory that should already build). Total necessary space then comes out to 10.5 + 0.4 + 2.2 - .65 = 12.45 (which ought to guarantee that it doesn't run out of space). Given how far we get, I think we might be able to fit in 12GB, but 13GB should make things work easily on the safe side...
Assignee | ||
Comment 7•12 years ago
|
||
(In reply to Joshua Cranmer [:jcranmer] from comment #6)
> The output tarball takes up ~400MB of space (round up to find space padding
> needed for extra mozilla-central code). Disk-space ran out somewhere during
> www/ indexing, so 10.5 GB gives us enough space to at least build and do the
> sqlite-generation for indexing. du -s -h of the last extracted successful
> tarball comes out to 2.2 GB (of which ~650MB comes from the .dxr_xref
> directory that should already build). Total necessary space then comes out
> to 10.5 + 0.4 + 2.2 - .65 = 12.45 (which ought to guarantee that it doesn't
> run out of space). Given how far we get, I think we might be able to fit in
> 12GB, but 13GB should make things work easily on the safe side...
Thanks for the info Joshua. I bumped it up to 14! There's a new job running now, we'll see how it goes.
Assignee | ||
Comment 8•12 years ago
|
||
Most recent rebuild hung midbuild:
essed kind ClassTemplate
nsGNOMEShellService.cpp
Makefile:137: browser_459906.js is disabled for intermittent failures. Bug 766044
/builds/slave/dxr-mozilla-central/dxr-build-env/src/browser/components/BrowserComponents.manifest: WARNING: no useful preprocessor directives found
eParm
Unprocessed /builds/slave/dxr-mozilla-central/dxr-build-env/src/browser/locales/en-US/searchplugins/bing.xml: WARNING: no preprocessor directives found
/builds/slave/dxr-mozilla-central/dxr-build-env/src/browser/locales/en-US/searchplugins/eBay.xml: WARNING: no preprocessor directives found
kind ClassTemplate
/builds/slave/dxr-mozilla-central/dxr-build-env/src/browser/locales/en-US/searchplugins/twitter.xml: WARNING: no preprocessor directives found
/builds/slave/dxr-mozilla-central/dxr-build-env/src/browser/locales/en-US/searchplugins/wikipedia.xml: WARNING: no preprocessor directives found
/builds/slave/dxr-mozilla-central/dxr-build-env/src/browser/locales/en-US/searchplugins/yahoo.xml: WARNING: no preprocessor directives found
nsModule.cpp
/bu
Unlikely to be related to disk space, trying again....
Assignee | ||
Comment 9•12 years ago
|
||
My build hung again. I filed bug 808156 on that.
Assignee | ||
Comment 10•12 years ago
|
||
Looks like this worked, I see green builds.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Product: mozilla.org → Release Engineering
Updated•6 years ago
|
Component: General Automation → General
You need to log in
before you can comment on or make changes to this bug.
Description
•