Closed
Bug 1228416
Opened 9 years ago
Closed 9 years ago
Redirect gnome-session's output into its own artifact to reduce intertwined noise with Mozharness' exectution
Categories
(Taskcluster :: Services, defect)
Taskcluster
Services
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla46
People
(Reporter: armenzg, Assigned: dustin)
References
Details
Attachments
(1 file)
Current output is intertwined with Mozharness' output. This is not a blocker for tc_linux64 work to make a tier2 platform but it should definitely to becoming tier1. 18:36:21 INFO - u'xpcshell': [u'target.common.tests.zip', u'target.xpcshell.tests.zip']} 18:36:21 INFO - Downloading packages: [u'target.common.tests.zip', u'target.mochitest.tests.zip'] for test suite category: mochitest 18:36:21 INFO - proxxy config: {'regions': ['.use1.', '.usw2.', '.scl3'], 'instances': ['proxxy1.srv.releng.use1.mozilla.com', 'proxxy1.srv.releng.usw2.mozilla.com', 'proxxy1.srv.releng.scl3.mozilla.com'], 'urls': [('http://ftp.mozilla.org', 'ftp.mozilla.org'), ('https://ftp.mozilla.org', 'ftp.mozilla.org'), ('https://ftp-ssl.mozilla.org', 'ftp.mozilla.org'), ('http://pvtbuilds.pvt.build.mozilla.org', 'pvtbuilds.mozilla.org'), ('http://pypi.pvt.build.mozilla.org', 'pypi.pvt.build.mozilla.org'), ('http://pypi.pub.build.mozilla.org', 'pypi.pub.build.mozilla.org'), ('https://queue.taskcluster.net', 'queue.taskcluster.net')]} 18:36:21 INFO - https://queue.taskcluster.net/v1/task/Qp5NLDwlQtmA7okKU-nTxQ/artifacts/public/build/target.common.tests.zip matches https://queue.taskcluster.net 18:36:21 INFO - trying https://queue.taskcluster.net/v1/task/Qp5NLDwlQtmA7okKU-nTxQ/artifacts/public/build/target.common.tests.zip 18:36:21 INFO - Downloading https://queue.taskcluster.net/v1/task/Qp5NLDwlQtmA7okKU-nTxQ/artifacts/public/build/target.common.tests.zip to /home/worker/workspace/build/target.common.tests.zip 18:36:21 INFO - retry: Calling _download_file with args: (), kwargs: {'url': u'https://queue.taskcluster.net/v1/task/Qp5NLDwlQtmA7okKU-nTxQ/artifacts/public/build/target.common.tests.zip', 'file_name': u'/home/worker/workspace/build/target.common.tests.zip'}, attempt #1 unity-2d-shell: [31m[WARNING][0m Object::connect: No such signal Lenses::roleNamesChanged(QHash<int,QByteArray>) in /build/buildd/unity-2d-5.14.0/libunity-2d-private/src/qsortfilterproxymodelqml.cpp:65 unity-2d-shell: [31m[WARNING][0m void QSortFilterProxyModelQML::setSourceModelQObject(QObject*): received a sourceModel that does not notify of changes of its roleNames unity-2d-shell: [31m[WARNING][0m file:///usr/share/unity-2d/shell/hud/Hud.qml:145: TypeError: Result of expression 'shellManager.hudShell' [null] is not an object.
Assignee | ||
Comment 1•9 years ago
|
||
If I remember from our irc conversations last week, the idea here is that the verbose, errorful output from gnome-desktop gets mixed in with the test logs and confuses the issue.
Assignee: nobody → dustin
Assignee | ||
Comment 2•9 years ago
|
||
Bug 1228416: send gnome-session output to an artifact; r?armenzg
Attachment #8696093 -
Flags: review?(armenzg)
Reporter | ||
Updated•9 years ago
|
Attachment #8696093 -
Flags: review?(armenzg) → review+
Reporter | ||
Comment 3•9 years ago
|
||
Comment on attachment 8696093 [details] MozReview Request: Bug 1228416: make artifacts/public directory; r?armenzg https://reviewboard.mozilla.org/r/27277/#review24691 Excellent! Thank you very much!
Assignee | ||
Comment 4•9 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/0f207bd9470f95c2c63234e3e04c88a63514ce83 Bug 1228416: send gnome-session output to an artifact; r=armenzg
Comment 5•9 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/0f207bd9470f
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox45:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla45
Assignee | ||
Comment 6•9 years ago
|
||
I borked this: /home/worker/workspace/test-linux.sh: line 99: /home/worker/artifacts/public/gnome-session.log: No such file or directory
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Assignee | ||
Comment 7•9 years ago
|
||
Comment on attachment 8696093 [details] MozReview Request: Bug 1228416: make artifacts/public directory; r?armenzg Review request updated; see interdiff: https://reviewboard.mozilla.org/r/27277/diff/1-2/
Attachment #8696093 -
Attachment description: MozReview Request: Bug 1228416: send gnome-session output to an artifact; r?armenzg → MozReview Request: Bug 1228416: make artifacts/public directory; r?armenzg
Reporter | ||
Comment 8•9 years ago
|
||
https://reviewboard.mozilla.org/r/27277/#review24757 lgtm
Assignee | ||
Comment 9•9 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/df9842398da30e4a0ee5549be0d3fd75ab73e032 Bug 1228416: make artifacts/public directory; r=armenzg
Comment 10•9 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/df9842398da3
Status: REOPENED → RESOLVED
Closed: 9 years ago → 9 years ago
Resolution: --- → FIXED
Reporter | ||
Updated•9 years ago
|
Summary: test.sh to not show on stdout but be an artifact → Redirect gnome-session's output into its own artifact to reduce intertwined noise with Mozharness' exectution
Comment 11•9 years ago
|
||
Moving closed bugs across to new Bugzilla product "TaskCluster".
status-firefox45:
fixed → ---
Component: TaskCluster → Integration
Product: Testing → Taskcluster
Target Milestone: mozilla45 → mozilla46
Updated•6 years ago
|
Component: Integration → Services
You need to log in
before you can comment on or make changes to this bug.
Description
•