Closed
Bug 535084
Opened 16 years ago
Closed 15 years ago
BuildStep "cat toolkit.jar" pollutes log and confuses error parser
Categories
(Release Engineering :: General, defect, P2)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jruderman, Assigned: coop)
References
Details
(Keywords: regression, Whiteboard: [talos])
Attachments
(1 file)
|
1.09 KB,
patch
|
anodelman
:
review+
coop
:
checked-in+
|
Details | Diff | Splinter Review |
http://hg.mozilla.org/build/buildbotcustom/rev/15a76058c83d#l1.194
Takes up a huge amount of space in the log and triggers the error summary since the word "Error" appears several times:
var msg = "Error: Cannot open a " + uri.scheme + ": link using \
onError: function(event)
onError: function(request, update) {
onDatasourceError: function pfs_onDatasourceError (aPluginRequestItem, aError) {
onError: function(aSink, aStatus, aErrorMsg) {
http://tinderbox.mozilla.org/showlog.cgi?tree=Firefox3.6&errorparser=unix&logfile=1260935048.1260942244.19004.gz&buildtime=1260935048&buildname=MacOSX%20Darwin%209.0.0%20mozilla-1.9.2%20talos%20dirty&fulltext=1
Comment 1•16 years ago
|
||
cat'ing the jar is a little...nuts. You could use unzip -c to unzip buildconfig.html to stdout, something like:
unzip -c ..chrome/toolkit.jar content/global/buildconfig.html | grep whatever
Comment 2•16 years ago
|
||
It seems that this will be reduced to tiger slaves.
https://bug535027.bugzilla.mozilla.org/attachment.cgi?id=417825
| Assignee | ||
Comment 3•16 years ago
|
||
(In reply to comment #1)
> cat'ing the jar is a little...nuts. You could use unzip -c to unzip
> buildconfig.html to stdout, something like:
> unzip -c ..chrome/toolkit.jar content/global/buildconfig.html | grep whatever
Good call. Taking.
Assignee: nobody → ccooper
Priority: -- → P3
Whiteboard: [talos]
| Assignee | ||
Updated•15 years ago
|
Status: NEW → ASSIGNED
Priority: P3 → P2
| Assignee | ||
Comment 4•15 years ago
|
||
Attachment #421857 -
Flags: review?(anodelman)
| Assignee | ||
Comment 5•15 years ago
|
||
(In reply to comment #4)
> Created an attachment (id=421857) [details]
> Unzip jar to stdout and grep for sdk strings
Alice: gentle ping about this review.
Updated•15 years ago
|
Attachment #421857 -
Flags: review?(anodelman) → review+
| Assignee | ||
Comment 6•15 years ago
|
||
Comment on attachment 421857 [details] [diff] [review]
Unzip jar to stdout and grep for sdk strings
http://hg.mozilla.org/build/buildbotcustom/rev/1149ae9edcf2
Attachment #421857 -
Flags: checked-in+
| Assignee | ||
Updated•15 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Product: mozilla.org → Release Engineering
You need to log in
before you can comment on or make changes to this bug.
Description
•