Closed
Bug 1371513
Opened 8 years ago
Closed 8 years ago
Errors in linux64-l10n TC jobs are buried after a wall of "ERROR - Return code: 1"
Categories
(Release Engineering :: General, defect)
Release Engineering
General
Tracking
(firefox56 fixed)
RESOLVED
FIXED
| Tracking | Status | |
|---|---|---|
| firefox56 | --- | fixed |
People
(Reporter: glandium, Assigned: catlee)
Details
Attachments
(1 file)
See e.g.
https://treeherder.mozilla.org/logviewer.html#?job_id=105115181&repo=try&lineNumber=947
It's all the same error repeated again and again, and it goes like this:
[task 2017-06-07T07:38:03.135119Z] 07:38:03 INFO - Running command: ['hg', '--config', 'ui.merge=internal:merge', 'debuginstall']
[task 2017-06-07T07:38:03.135286Z] 07:38:03 INFO - Copy/paste: hg --config ui.merge=internal:merge debuginstall
[task 2017-06-07T07:38:03.204387Z] 07:38:03 INFO - checking encoding (ascii)...
[task 2017-06-07T07:38:03.204565Z] 07:38:03 INFO - checking Python executable (/usr/bin/python2.7)
[task 2017-06-07T07:38:03.204704Z] 07:38:03 INFO - checking Python version (2.7.10)
[task 2017-06-07T07:38:03.204860Z] 07:38:03 INFO - checking Python lib (/usr/lib/python2.7)...
[task 2017-06-07T07:38:03.205002Z] 07:38:03 INFO - checking Python security support (sni,tls1.0,tls1.1,tls1.2)
[task 2017-06-07T07:38:03.205136Z] 07:38:03 INFO - checking Mercurial version (4.1.2)
[task 2017-06-07T07:38:03.205275Z] 07:38:03 INFO - checking Mercurial custom build ()
[task 2017-06-07T07:38:03.205409Z] 07:38:03 INFO - checking module policy (c)
[task 2017-06-07T07:38:03.205563Z] 07:38:03 INFO - checking installed modules (/usr/lib/python2.7/site-packages/mercurial)...
[task 2017-06-07T07:38:03.205711Z] 07:38:03 INFO - checking registered compression engines (bz2, bz2truncated, none, zlib, zstd)
[task 2017-06-07T07:38:03.205861Z] 07:38:03 INFO - checking available compression engines (bz2, bz2truncated, none, zlib, zstd)
[task 2017-06-07T07:38:03.206003Z] 07:38:03 INFO - checking available compression engines for wire protocol (zstd, zlib, bz2, none)
[task 2017-06-07T07:38:03.206152Z] 07:38:03 INFO - checking templates (/usr/lib/python2.7/site-packages/mercurial/templates)...
[task 2017-06-07T07:38:03.206300Z] 07:38:03 INFO - checking default template (/usr/lib/python2.7/site-packages/mercurial/templates/map-cmdline.default)
[task 2017-06-07T07:38:03.206425Z] 07:38:03 INFO - checking commit editor... (vi)
[task 2017-06-07T07:38:03.206558Z] 07:38:03 INFO - checking username...
[task 2017-06-07T07:38:03.206688Z] 07:38:03 INFO - no username supplied
[task 2017-06-07T07:38:03.206838Z] 07:38:03 INFO - (specify a username in your configuration file)
[task 2017-06-07T07:38:03.206966Z] 07:38:03 INFO - 1 problems detected, please check your install!
[task 2017-06-07T07:38:03.209453Z] 07:38:03 ERROR - Return code: 1
Since there are so many, I actually missed the fact that there actually was a build error because of the missing compiler.
Either the hg debuginstall steps should be removed, or hg configured to have a supplied username so that the wall of errors goes away.
| Comment hidden (mozreview-request) |
| Assignee | ||
Updated•8 years ago
|
Assignee: nobody → catlee
Comment 2•8 years ago
|
||
| mozreview-review | ||
Comment on attachment 8880352 [details]
Bug 1371513: fix hg debuginstall
https://reviewboard.mozilla.org/r/151720/#review156700
Attachment #8880352 -
Flags: review?(bugspam.Callek) → review+
Pushed by catlee@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/1c8abc6019d9
fix hg debuginstall r=Callek
Comment 4•8 years ago
|
||
| bugherder | ||
You need to log in
before you can comment on or make changes to this bug.
Description
•