Closed
Bug 934166
Opened 12 years ago
Closed 12 years ago
Intermittent IOError: [Errno 2] No such file or directory: '.deps/host_nsinstall.i_o.pp'
Categories
(Firefox Build System :: General, defect)
Tracking
(firefox26 unaffected, firefox27 fixed, firefox28 fixed, firefox-esr24 unaffected)
RESOLVED
FIXED
mozilla28
Tracking | Status | |
---|---|---|
firefox26 | --- | unaffected |
firefox27 | --- | fixed |
firefox28 | --- | fixed |
firefox-esr24 | --- | unaffected |
People
(Reporter: philor, Assigned: glandium)
References
Details
(Keywords: intermittent-failure)
Attachments
(1 file)
1.82 KB,
patch
|
mshal
:
review+
bajaj
:
approval-mozilla-aurora+
|
Details | Diff | Splinter Review |
We've been calling this clobber-needed for what seems like weeks, and now we're calling it clobberer-needs-to-be-fixed, and I'm beginning to doubt it's true.
https://tbpl.mozilla.org/php/getParsedLog.php?id=30033159&tree=Mozilla-Inbound
mkdir -p "subtiers/base/"
make[6]: Entering directory `/builds/slave/m-in-lx-pgo-000000000000000000/build/obj-firefox/config'
Traceback (most recent call last):
File "/tools/python27/lib/python2.7/runpy.py", line 162, in _run_module_as_main
"__main__", fname, loader, pkg_name)
File "/tools/python27/lib/python2.7/runpy.py", line 72, in _run_code
exec code in run_globals
File "/builds/slave/m-in-lx-pgo-000000000000000000/build/python/mozbuild/mozbuild/action/link_deps.py", line 223, in <module>
main(sys.argv[1:])
File "/builds/slave/m-in-lx-pgo-000000000000000000/build/python/mozbuild/mozbuild/action/link_deps.py", line 213, in main
linker.add_dependencies(open(f))
IOError: [Errno 2] No such file or directory: '.deps/host_nsinstall.i_o.pp'
make[6]: Leaving directory `/builds/slave/m-in-lx-pgo-000000000000000000/build/obj-firefox/config'
https://tbpl.mozilla.org/php/getParsedLog.php?id=30032620&tree=Mozilla-Aurora
mkdir -p "subtiers/base/"
make[6]: Entering directory `/builds/slave/m-aurora-l64-00000000000000000/build/obj-firefox/config'
Traceback (most recent call last):
File "/tools/python27/lib/python2.7/runpy.py", line 162, in _run_module_as_main
"__main__", fname, loader, pkg_name)
File "/tools/python27/lib/python2.7/runpy.py", line 72, in _run_code
exec code in run_globals
File "/builds/slave/m-aurora-l64-00000000000000000/build/python/mozbuild/mozbuild/action/link_deps.py", line 223, in <module>
main(sys.argv[1:])
File "/builds/slave/m-aurora-l64-00000000000000000/build/python/mozbuild/mozbuild/action/link_deps.py", line 213, in main
linker.add_dependencies(open(f))
IOError: [Errno 2] No such file or directory: '.deps/host_nsinstall.i_o.pp'
make[6]: Leaving directory `/builds/slave/m-aurora-l64-00000000000000000/build/obj-firefox/config'
Comment hidden (Legacy TBPL/Treeherder Robot) |
Assignee | ||
Comment 2•12 years ago
|
||
So, the problem is "simply" that non-clobber pgo builds are currently broken. I'm actually kind of surprised we allow incremental pgo builds at all...
Assignee | ||
Comment 3•12 years ago
|
||
Just disable pseudo derecurse on pgo builds for now.
Attachment #826536 -
Flags: review?(mshal)
Assignee | ||
Updated•12 years ago
|
Assignee: nobody → mh+mozilla
Status: NEW → ASSIGNED
Assignee | ||
Updated•12 years ago
|
Updated•12 years ago
|
Attachment #826536 -
Flags: review?(mshal) → review+
Assignee | ||
Comment 5•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla28
Comment 7•12 years ago
|
||
Glandium, can you please request Aurora approval for this?
status-firefox28:
--- → fixed
Assignee | ||
Comment 8•12 years ago
|
||
Comment on attachment 826536 [details] [diff] [review]
Disable pseudo derecurse on PGO builds
[Approval Request Comment]
Bug caused by (feature/regressing bug #): pseudo derecursed build system
User impact if declined: PGO build failure when the build is incremental (rare, but happens)
Risk to taking this patch (and alternatives if risky): The patch only makes us go back to the old build behavior for PGO builds.
String or IDL/UUID changes made by this patch: None.
Attachment #826536 -
Flags: approval-mozilla-aurora?
Comment 9•12 years ago
|
||
Comment on attachment 826536 [details] [diff] [review]
Disable pseudo derecurse on PGO builds
low risk patch, helps avoid intermittent PGO build failures
Attachment #826536 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Comment 10•12 years ago
|
||
Updated•7 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•