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)

x86
macOS
defect

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: jruderman, Assigned: coop)

References

Details

(Keywords: regression, Whiteboard: [talos])

Attachments

(1 file)

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
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
It seems that this will be reduced to tiger slaves. https://bug535027.bugzilla.mozilla.org/attachment.cgi?id=417825
Depends on: 535027
(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]
Status: NEW → ASSIGNED
Priority: P3 → P2
(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.
Attachment #421857 - Flags: review?(anodelman) → review+
Attachment #421857 - Flags: checked-in+
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Product: mozilla.org → Release Engineering
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: