Closed
Bug 809549
Opened 13 years ago
Closed 13 years ago
b2g panda build fail: hg not responding
Categories
(Release Engineering :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: rnewman, Unassigned)
Details
https://tbpl.mozilla.org/php/getParsedLog.php?id=16828584&tree=Larch
b2g_larch_panda_dep on 2012-11-07 10:18:11 PST for push 0a3743e18ea5
slave: bld-linux64-ec2-071
This reports as a Big Red B.
10:21:59 INFO - Copy/paste: hgtool.py --mirror http://hg-internal.dmz.scl3.mozilla.com/projects/gaia --bundle http://ftp.mozilla.org/pub/mozilla.org/firefox/bundles/gaia.hg http://hg.mozilla.org/projects/gaia /builds/slave/b2g-l-panda-dep/build/gaia
10:21:59 INFO - Checking if share extension works
10:21:59 INFO - command: START
10:21:59 INFO - command: hg help share
10:21:59 INFO - command: cwd: /builds/slave/b2g-l-panda-dep
10:21:59 INFO - command: output:
10:21:59 INFO - command: END (0.37 elapsed)
10:21:59 INFO - Updating shared repo
10:21:59 INFO - Attempting to initialize clone with bundles
10:21:59 INFO - command: START
10:21:59 INFO - command: hg init /builds/hg-shared/projects/gaia
10:21:59 INFO - command: cwd: /builds/slave/b2g-l-panda-dep
10:21:59 INFO - command: output:
10:22:00 INFO - command: END (0.38s elapsed)
10:22:00 INFO - Trying to use bundle http://ftp.mozilla.org/pub/mozilla.org/firefox/bundles/gaia.hg
10:22:00 INFO - command: START
10:22:00 INFO - command: hg unbundle http://ftp.mozilla.org/pub/mozilla.org/firefox/bundles/gaia.hg
10:22:00 INFO - command: cwd: /builds/hg-shared/projects/gaia
10:22:00 INFO - command: output:
10:22:01 ERROR - abort: HTTP Error 404: Not Found
10:22:01 ERROR - Automation Error: hg not responding
10:22:01 INFO - command: ERROR
10:22:01 INFO - Traceback (most recent call last):
10:22:01 INFO - File "<string>", line 42, in run_cmd
10:22:01 INFO - File "/usr/lib64/python2.6/subprocess.py", line 502, in check_call
10:22:01 INFO - raise CalledProcessError(retcode, cmd)
10:22:01 INFO - CalledProcessError: Command '['hg', 'unbundle', 'http://ftp.mozilla.org/pub/mozilla.org/firefox/bundles/gaia.hg']' returned non-zero exit status 255
10:22:01 INFO - command: END (1.01s elapsed)
10:22:01 INFO - Problem unbundling/pulling from http://ftp.mozilla.org/pub/mozilla.org/firefox/bundles/gaia.hg
10:22:01 INFO - Traceback (most recent call last):
10:22:01 INFO - File "<string>", line 142, in clone
10:22:01 INFO - File "<string>", line 505, in unbundle
10:22:01 INFO - File "<string>", line 42, in run_cmd
10:22:01 INFO - File "/usr/lib64/python2.6/subprocess.py", line 502, in check_call
10:22:01 INFO - raise CalledProcessError(retcode, cmd)
10:22:01 INFO - CalledProcessError: Command '['hg', 'unbundle', 'http://ftp.mozilla.org/pub/mozilla.org/firefox/bundles/gaia.hg']' returned non-zero exit status 255
10:22:01 INFO - Using bundles failed; falling back to clone
10:22:01 INFO - Attempting to clone from mirrors
10:22:01 INFO - Cloning from http://hg-internal.dmz.scl3.mozilla.com/projects/gaia
Comment 1•13 years ago
|
||
Why is Python 2.6 (not Python 2.7) being used? That's likely not causing this but it needs changed.
| Reporter | ||
Comment 2•13 years ago
|
||
Python 2.7 is Bug 804246.
Comment 3•13 years ago
|
||
The actual failure is further down - we're getting false positives in the log parser here.
10:27:56 INFO - configure: error: `host_alias' has changed since the previous run:
10:27:56 INFO - configure: former value: `arm-android-eabi'
10:27:56 INFO - configure: current value: `arm-linux-android'
10:27:56 INFO - configure: error: in `/builds/slave/b2g-l-panda-dep/build/objdir-gecko/js/src/ctypes/libffi':
10:27:56 INFO - configure: error: changes in the environment can compromise the build
10:27:56 INFO - configure: error: run `make distclean' and/or `rm /builds/slave/b2g-l-panda-dep/build/objdir-gecko/js/src/ctypes/libffi/config.cache' and start over
10:27:57 INFO - configure: error: /builds/slave/b2g-l-panda-dep/build/gecko/js/src/ctypes/libffi/configure failed for ctypes/libffi
10:27:57 INFO - configure: error: /builds/slave/b2g-l-panda-dep/build/gecko/js/src/configure failed for js/src
10:27:57 INFO - *** Fix above errors and then restart with "make -f client.mk build"
10:27:57 ERROR - make[3]: *** [configure] Error 1
10:27:57 ERROR - make[2]: *** [/builds/slave/b2g-l-panda-dep/build/objdir-gecko/config.status] Error 2
10:27:57 ERROR - make[1]: *** [build] Error 2
10:27:57 INFO - make: *** [out/target/product/panda/obj/DATA/gecko_intermediates/gecko] Error 2
10:27:57 INFO - make: *** Waiting for unfinished jobs....
Looks like you need a clobber.
| Reporter | ||
Comment 4•13 years ago
|
||
Clobbered.
Comment 5•13 years ago
|
||
Is this resolved?
| Reporter | ||
Comment 6•13 years ago
|
||
Apparently!
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
| Assignee | ||
Updated•12 years ago
|
Product: mozilla.org → Release Engineering
| Assignee | ||
Updated•7 years ago
|
Component: General Automation → General
You need to log in
before you can comment on or make changes to this bug.
Description
•