Open
Bug 1315397
Opened 8 years ago
Updated 2 years ago
Updating ICU required a clobber
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(firefox52 wontfix)
NEW
Tracking | Status | |
---|---|---|
firefox52 | --- | wontfix |
People
(Reporter: anba, Unassigned)
References
(Blocks 1 open bug)
Details
Updating ICU to ICU58 (bug 1299615) required a clobber to avoid a start-up failure for "Linux x64 opt artifact-build-linux64-artifact/opt (AB)" builds.
Without the clobber, the following build failure happened:
---
[task 2016-11-03T13:01:25.707104Z] 13:01:25 INFO - Executing /home/worker/workspace/build/src/obj-firefox/dist/bin/xpcshell -g /home/worker/workspace/build/src/obj-firefox/dist/bin/ -a /home/worker/workspace/build/src/obj-firefox/dist/bin/ -f /home/worker/workspace/build/src/toolkit/mozapps/installer/precompile_cache.js -e precompile_startupcache("resource://gre/");
[task 2016-11-03T13:01:25.722661Z] 13:01:25 INFO - [3708] ###!!! ABORT: u_init() failed: file /builds/slave/m-in-l64-000000000000000000000/build/src/xpcom/build/XPCOMInit.cpp, line 692
[task 2016-11-03T13:01:25.722875Z] 13:01:25 INFO - [3708] ###!!! ABORT: u_init() failed: file /builds/slave/m-in-l64-000000000000000000000/build/src/xpcom/build/XPCOMInit.cpp, line 692
[task 2016-11-03T13:01:25.985910Z] 13:01:25 INFO - Traceback (most recent call last):
[task 2016-11-03T13:01:25.986149Z] 13:01:25 INFO - File "/home/worker/workspace/build/src/toolkit/mozapps/installer/packager.py", line 415, in <module>
[task 2016-11-03T13:01:25.986313Z] 13:01:25 INFO - main()
[task 2016-11-03T13:01:25.986514Z] 13:01:25 INFO - File "/home/worker/workspace/build/src/toolkit/mozapps/installer/packager.py", line 409, in main
[task 2016-11-03T13:01:25.986675Z] 13:01:25 INFO - args.source, gre_path, base)
[task 2016-11-03T13:01:25.986873Z] 13:01:25 INFO - File "/home/worker/workspace/build/src/toolkit/mozapps/installer/packager.py", line 166, in precompile_cache
[task 2016-11-03T13:01:25.987066Z] 13:01:25 INFO - errors.fatal('Error while running startup cache precompilation')
[task 2016-11-03T13:01:25.987250Z] 13:01:25 INFO - File "/home/worker/workspace/build/src/python/mozbuild/mozpack/errors.py", line 103, in fatal
[task 2016-11-03T13:01:25.987410Z] 13:01:25 INFO - self._handle(self.FATAL, msg)
[task 2016-11-03T13:01:25.987598Z] 13:01:25 INFO - File "/home/worker/workspace/build/src/python/mozbuild/mozpack/errors.py", line 98, in _handle
[task 2016-11-03T13:01:25.987754Z] 13:01:25 INFO - raise ErrorMessage(msg)
[task 2016-11-03T13:01:25.987938Z] 13:01:25 INFO - mozpack.errors.ErrorMessage: Error: Error while running startup cache precompilation
[task 2016-11-03T13:01:26.002285Z] 13:01:26 INFO - gmake[7]: *** [stage-package] Error 1
[task 2016-11-03T13:01:26.002506Z] 13:01:26 INFO - gmake[7]: Leaving directory `/home/worker/workspace/build/src/obj-firefox/browser/installer'
[task 2016-11-03T13:01:26.002673Z] 13:01:26 INFO - gmake[6]: *** [make-package] Error 2
[task 2016-11-03T13:01:26.002863Z] 13:01:26 INFO - gmake[6]: Leaving directory `/home/worker/workspace/build/src/obj-firefox/browser/installer'
[task 2016-11-03T13:01:26.003043Z] 13:01:26 INFO - gmake[5]: *** [default] Error 2
[task 2016-11-03T13:01:26.003232Z] 13:01:26 INFO - gmake[5]: Leaving directory `/home/worker/workspace/build/src/obj-firefox/browser/installer'
[task 2016-11-03T13:01:26.003401Z] 13:01:26 INFO - gmake[4]: *** [package] Error 2
[task 2016-11-03T13:01:26.003582Z] 13:01:26 INFO - gmake[4]: Leaving directory `/home/worker/workspace/build/src/obj-firefox'
[task 2016-11-03T13:01:26.003747Z] 13:01:26 INFO - gmake[3]: *** [automation/package] Error 2
[task 2016-11-03T13:01:26.003924Z] 13:01:26 INFO - gmake[3]: Leaving directory `/home/worker/workspace/build/src/obj-firefox'
[task 2016-11-03T13:01:26.004086Z] 13:01:26 INFO - gmake[2]: *** [automation/build] Error 2
[task 2016-11-03T13:01:26.004260Z] 13:01:26 INFO - gmake[2]: Leaving directory `/home/worker/workspace/build/src'
[task 2016-11-03T13:01:26.004442Z] 13:01:26 INFO - gmake[1]: *** [realbuild] Error 2
[task 2016-11-03T13:01:26.004618Z] 13:01:26 INFO - gmake[1]: Leaving directory `/home/worker/workspace/build/src'
[task 2016-11-03T13:01:26.004784Z] 13:01:26 INFO - gmake: *** [build] Error 2
[task 2016-11-03T13:01:26.010190Z] 13:01:26 INFO - 0 compiler warnings present.
[task 2016-11-03T13:01:26.050848Z] 13:01:26 ERROR - Return code: 2
[task 2016-11-03T13:01:26.051098Z] 13:01:26 WARNING - setting return code to 2
[task 2016-11-03T13:01:26.051240Z] 13:01:26 FATAL - 'mach build' did not run successfully. Please check log for errors.
[task 2016-11-03T13:01:26.051437Z] 13:01:26 FATAL - Running post_fatal callback...
[task 2016-11-03T13:01:26.051617Z] 13:01:26 FATAL - Exiting -1
---
Comment 1•8 years ago
|
||
Too late for firefox 52, mass-wontfix.
Updated•7 years ago
|
Product: Core → Firefox Build System
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•