Closed
Bug 1689494
Opened 4 years ago
Closed 4 years ago
Perma GTest IO error: Destination path '/builds/worker/workspace/build/application/firefox/gmp-clearkey' already exists - DON'T USE FOR CLASSIFICATION
Categories
(Testing :: GTest, defect, P5)
Testing
GTest
Tracking
(firefox87 fixed)
RESOLVED
FIXED
87 Branch
| Tracking | Status | |
|---|---|---|
| firefox87 | --- | fixed |
People
(Reporter: intermittent-bug-filer, Assigned: glandium)
Details
(Keywords: intermittent-failure)
Attachments
(1 file)
Filed by: archaeopteryx [at] coole-files.de
Parsed log: https://treeherder.mozilla.org/logviewer?job_id=328134591&repo=mozilla-central
Full log: https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/B2wsn-ELQPutMrC55J5epQ/runs/0/artifacts/public/logs/live_backing.log
This is always shown as failure line for desktop GTest tasks, even for successful ones.
[task 2021-01-28T22:18:08.852Z] 22:18:08 INFO - Getting output from command: ['/builds/worker/workspace/build/venv/bin/mozinstall', '/builds/worker/workspace/build/installer.tar.bz2', '--destination', '/builds/worker/workspace/build/application']
[task 2021-01-28T22:18:08.852Z] 22:18:08 INFO - Copy/paste: /builds/worker/workspace/build/venv/bin/mozinstall /builds/worker/workspace/build/installer.tar.bz2 --destination /builds/worker/workspace/build/application
[task 2021-01-28T22:18:21.930Z] 22:18:21 INFO - Reading from file tmpfile_stdout
[task 2021-01-28T22:18:21.931Z] 22:18:21 INFO - Output received:
[task 2021-01-28T22:18:21.935Z] 22:18:21 INFO - /builds/worker/workspace/build/application/firefox/firefox
[task 2021-01-28T22:18:21.935Z] 22:18:21 INFO - Running post-action listener: _resource_record_post_action
[task 2021-01-28T22:18:21.935Z] 22:18:21 INFO - [mozharness: 2021-01-28 22:18:21.931537Z] Finished install step (success)
[task 2021-01-28T22:18:21.935Z] 22:18:21 INFO - [mozharness: 2021-01-28 22:18:21.931609Z] Running stage-files step.
[task 2021-01-28T22:18:21.935Z] 22:18:21 INFO - Running pre-action listener: _resource_record_pre_action
[task 2021-01-28T22:18:21.935Z] 22:18:21 INFO - Running main action method: stage_files
[task 2021-01-28T22:18:21.935Z] 22:18:21 INFO - Moving /builds/worker/workspace/build/tests/bin/plugins/gmp-fake to /builds/worker/workspace/build/application/firefox
[task 2021-01-28T22:18:21.935Z] 22:18:21 INFO - Moving /builds/worker/workspace/build/tests/bin/plugins/gmp-fakeopenh264 to /builds/worker/workspace/build/application/firefox
[task 2021-01-28T22:18:21.935Z] 22:18:21 INFO - Moving /builds/worker/workspace/build/tests/bin/plugins/gmp-clearkey to /builds/worker/workspace/build/application/firefox
[task 2021-01-28T22:18:21.935Z] 22:18:21 ERROR - IO error: Destination path '/builds/worker/workspace/build/application/firefox/gmp-clearkey' already exists```
| Assignee | ||
Comment 1•4 years ago
|
||
It's already part of Firefox, and makes the gtest initialization print
an error message because the one already in Firefox can't be
overwritten.
Updated•4 years ago
|
Assignee: nobody → mh+mozilla
Status: NEW → ASSIGNED
Pushed by mh@glandium.org:
https://hg.mozilla.org/integration/autoland/rev/df4933f899eb
Don't include gmp-clearkey in test archives. r=releng-reviewers,jmaher
Comment 3•4 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox87:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 87 Branch
| Comment hidden (Intermittent Failures Robot) |
You need to log in
before you can comment on or make changes to this bug.
Description
•