Closed
Bug 890219
Opened 13 years ago
Closed 13 years ago
Perma-Red Halting on failure while running ['./gonk-misc/add-revision.py', '-o', 'sources.xml', '--force', '.repo/manifest.xml']
Categories
(Release Engineering :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: cbook, Unassigned)
References
()
Details
https://tbpl.mozilla.org/php/getParsedLog.php?id=24929216&tree=Birch
b2g_birch_inari_dep on 2013-07-04 03:17:16 PDT for push 03adc029a2a4
slave: bld-linux64-ec2-346
03:21:06 FATAL - Halting on failure while running ['./gonk-misc/add-revision.py', '-o', 'sources.xml', '--force', '.repo/manifest.xml']
:06 INFO - Running command: ['./gonk-misc/add-revision.py', '-o', 'sources.xml', '--force', '.repo/manifest.xml'] in /builds/slave/b2g_bir_inari_dep-000000000000/build
03:21:06 INFO - Copy/paste: ./gonk-misc/add-revision.py -o sources.xml --force .repo/manifest.xml
03:21:06 INFO - /builds/slave/b2g_bir_inari_dep-000000000000/build/rilproxy (/builds/slave/b2g_bir_inari_dep-000000000000/build/rilproxy) was not found
03:21:06 INFO - Traceback (most recent call last):
03:21:06 INFO - File "./gonk-misc/add-revision.py", line 156, in <module>
03:21:06 INFO - main()
03:21:06 INFO - File "./gonk-misc/add-revision.py", line 153, in main
03:21:06 INFO - only_annotated=options.only_annotated)
03:21:06 INFO - File "./gonk-misc/add-revision.py", line 103, in add_revision
03:21:06 INFO - commit_id = find_rev(fs_path)
03:21:06 INFO - File "./gonk-misc/add-revision.py", line 54, in find_rev
03:21:06 INFO - return git_op(['git', 'rev-parse', 'HEAD'], path=path)
03:21:06 INFO - File "./gonk-misc/add-revision.py", line 33, in git_op
03:21:06 INFO - raise MissingRepositoryException("Missing the %s repository" % path)
03:21:06 INFO - __main__.MissingRepositoryException: Missing the /builds/slave/b2g_bir_inari_dep-000000000000/build/rilproxy repository
03:21:06 ERROR - Return code: 1
03:21:06 FATAL - Halting on failure while running ['./gonk-misc/add-revision.py', '-o', 'sources.xml', '--force', '.repo/manifest.xml']
03:21:06 FATAL - Exiting 1
program finished with exit code 1
Comment 1•13 years ago
|
||
This might be a issue in the b2g build system, not sure.
Component: Release Engineering → Release Engineering: Automation (General)
QA Contact: catlee
Comment 2•13 years ago
|
||
Comment 3•13 years ago
|
||
Comment 4•13 years ago
|
||
| Reporter | ||
Comment 5•13 years ago
|
||
This seems to be more of a perma red issue at least on bg2-inbound for the last 3 builds. Will do a retrigger to see if it helps
Keywords: intermittent-failure
Summary: Intermittent Halting on failure while running ['./gonk-misc/add-revision.py', '-o', 'sources.xml', '--force', '.repo/manifest.xml'] → Perma-Red Halting on failure while running ['./gonk-misc/add-revision.py', '-o', 'sources.xml', '--force', '.repo/manifest.xml']
Comment 6•13 years ago
|
||
That looks like a regression from bug 901625 and https://github.com/mozilla-b2g/b2g-manifest/commit/32f2a53f87bfe82909d808f4e1c353769b028725. Please chase b2g about the missing tag in the repo.
| Reporter | ||
Comment 7•13 years ago
|
||
closed also b2g-inbound for that bug
| Reporter | ||
Comment 8•13 years ago
|
||
(In reply to Carsten Book [:Tomcat] from comment #7)
> closed also b2g-inbound for that bug
and since this was merged to mozilla-central too (that's bascially the failures from comment #3 and #4 i closed m-c too
| Reporter | ||
Updated•13 years ago
|
Severity: normal → critical
| Assignee | ||
Updated•13 years ago
|
Product: mozilla.org → Release Engineering
As :nthomas noted in comment 6, this was caused by b2g manifest errors, which were corrected in bug 863174.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
| Assignee | ||
Updated•8 years ago
|
Component: General Automation → General
You need to log in
before you can comment on or make changes to this bug.
Description
•