Closed
Bug 1466660
Opened 7 years ago
Closed 7 years ago
Sixspeed Javascript error
Categories
(Firefox Build System :: Task Configuration, task)
Tracking
(firefox62 fixed)
RESOLVED
FIXED
mozilla62
Tracking | Status | |
---|---|---|
firefox62 | --- | fixed |
People
(Reporter: dluca, Assigned: ahal)
Details
Attachments
(1 file)
Log:
https://treeherder.mozilla.org/logviewer.html#?job_id=181771402&repo=mozilla-central
updating [ ] 100/244368
[vcs 2018-06-04T19:27:35.072Z] updating [=> ] 14600/244368 17s
[vcs 2018-06-04T19:27:36.076Z] updating [=====> ] 29500/244368 15s
[vcs 2018-06-04T19:27:37.078Z] updating [========> ] 44800/244368 14s
[vcs 2018-06-04T19:27:38.105Z] updating [===========> ] 58900/244368 13s
[vcs 2018-06-04T19:27:39.112Z] updating [==============> ] 73700/244368 12s
[vcs 2018-06-04T19:27:40.247Z] updating [=================> ] 88800/244368 11s
[vcs 2018-06-04T19:27:41.345Z] updating [====================> ] 103700/244368 10s
[vcs 2018-06-04T19:27:42.345Z] updating [=======================> ] 122000/244368 09s
[vcs 2018-06-04T19:27:43.347Z] updating [==========================> ] 135900/244368 08s
[vcs 2018-06-04T19:27:44.586Z] updating [=============================> ] 148600/244368 07s
[vcs 2018-06-04T19:27:45.587Z] updating [================================> ] 161300/244368 06s
[vcs 2018-06-04T19:27:46.589Z] updating [===================================> ] 178000/244368 05s
[vcs 2018-06-04T19:27:47.650Z] updating [=====================================> ] 188100/244368 05s
[vcs 2018-06-04T19:27:48.659Z] updating [========================================> ] 200700/244368 04s
[vcs 2018-06-04T19:27:49.663Z] updating [===========================================> ] 215200/244368 03s
[vcs 2018-06-04T19:27:50.668Z] updating [=============================================> ] 228700/244368 02s
[vcs 2018-06-04T19:27:51.055Z] updating [================================================> ] 241492/244368 01s
[vcs 2018-06-04T19:27:52.153Z]
[vcs 2018-06-04T19:27:52.153Z] 244368 files updated, 0 files merged, 0 files removed, 0 files unresolved
[vcs 2018-06-04T19:27:52.227Z] updated to d8f180ab74921fd07a66d6868914a48e5f9ea797
[vcs 2018-06-04T19:27:52.344Z] TinderboxPrint:<a href=https://hg.mozilla.org/mozilla-central/rev/d8f180ab74921fd07a66d6868914a48e5f9ea797 title='Built from mozilla-central revision d8f180ab74921fd07a66d6868914a48e5f9ea797'>d8f180ab74921fd07a66d6868914a48e5f9ea797</a>
[setup 2018-06-04T19:27:52.344Z] fetching artifact from https://queue.taskcluster.net/v1/task/R5SSHPFFTC-agInc1gJzyw/artifacts/public/build/target.jsshell.zip
[task 2018-06-04T19:27:53.908Z] executing ['bash', '-cx', 'cd $USE_ARTIFACT_PATH/build && unzip -q -d jsshell target.jsshell.zip && export JSSHELL=$USE_ARTIFACT_PATH/build/jsshell/js && cd $GECKO_PATH && ./mach jsshell-bench --binary $JSSHELL --perfherder six-speed\n']
[task 2018-06-04T19:27:53.909Z] + cd /home/cltbld/use-artifacts/build
[task 2018-06-04T19:27:53.909Z] + unzip -q -d jsshell target.jsshell.zip
[task 2018-06-04T19:27:53.910Z] replace jsshell/js? [y]es, [n]o, [A]ll, [N]one, [r]ename: NULL
[task 2018-06-04T19:27:53.910Z] (EOF or read error, treating as "[N]one" ...)
Comment 1•7 years ago
|
||
:ahal, do you know why we would see this? Maybe since this is hardware we are not cleaning up /home/cltbld properly and need to update some hardware taskcluster-worker/scripts?
Flags: needinfo?(ahal)
Assignee | ||
Comment 2•7 years ago
|
||
Oh yeah, I guess we don't clean up afterwards. Passing -o (overwrite) into unzip should fix the problem, though I guess it would be better to clean up the whole 'use-artifacts' directory afterwards in general.
Flags: needinfo?(ahal)
Assignee | ||
Updated•7 years ago
|
Assignee: nobody → ahal
Status: NEW → ASSIGNED
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Assignee | ||
Updated•7 years ago
|
Attachment #8983190 -
Flags: review?(jmaher)
Assignee | ||
Updated•7 years ago
|
Component: General → Task Configuration
Product: Testing → Firefox Build System
Comment 5•7 years ago
|
||
mozreview-review |
Comment on attachment 8983190 [details]
Bug 1466660 - Remove use-artifact directory from run-task workers after task has finished
https://reviewboard.mozilla.org/r/249040/#review255446
thanks for the cleanup as well
Attachment #8983190 -
Flags: review?(jmaher) → review+
Pushed by ahalberstadt@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/1a87b83390d8
Remove use-artifact directory from run-task workers after task has finished r=jmaher
Comment 7•7 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
status-firefox62:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla62
Comment hidden (Intermittent Failures Robot) |
Updated•6 years ago
|
Version: Version 3 → 3 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•