shutil error: Destination path 'C:\tasks\task_1553635027\build\application\firefox\gmp-clearkey' already exists
Categories
(Testing :: GTest, defect, P5)
Tracking
(Not tracked)
People
(Reporter: intermittent-bug-filer, Unassigned)
References
Details
#[markdown(off)]
Filed by: egao [at] mozilla.com
https://treeherder.mozilla.org/logviewer.html#?job_id=236176064&repo=try
Test: gtest
Platform: windows10-aarch64
Test is PERMAFAIL due to this failure.
Context:
21:23:29 INFO - Using _rmtree_windows ...
21:23:29 INFO - Running command: del /F /Q "C:\tasks\task_1553635027\tmpfile_stderr"
21:23:29 INFO - Return code: 0
21:23:29 INFO - Using _rmtree_windows ...
21:23:29 INFO - Running command: del /F /Q "C:\tasks\task_1553635027\tmpfile_stdout"
21:23:29 INFO - Return code: 0
21:23:29 INFO - Running post-action listener: _resource_record_post_action
21:23:29 INFO - [mozharness: 2019-03-26 21:23:29.603000Z] Finished install step (success)
21:23:29 INFO - [mozharness: 2019-03-26 21:23:29.603000Z] Running stage-files step.
21:23:29 INFO - Running pre-action listener: _resource_record_pre_action
21:23:29 INFO - Running main action method: stage_files
21:23:29 INFO - Moving C:\tasks\task_1553635027\build\tests\bin\plugins\gmp-clearkey to C:\tasks\task_1553635027\build\application\firefox
21:23:29 ERROR - shutil error: Destination path 'C:\tasks\task_1553635027\build\application\firefox\gmp-clearkey' already exists
21:23:29 INFO - Moving C:\tasks\task_1553635027\build\tests\bin\plugins\gmp-fake to C:\tasks\task_1553635027\build\application\firefox
21:23:29 INFO - Moving C:\tasks\task_1553635027\build\tests\bin\plugins\gmp-fakeopenh264 to C:\tasks\task_1553635027\build\application\firefox
21:23:29 INFO - Moving C:\tasks\task_1553635027\build\tests\gtest\dependentlibs.list.gtest to C:\tasks\task_1553635027\build\application\firefox
21:23:29 INFO - copying tree: C:\tasks\task_1553635027\build\tests\gtest\gtest_bin to C:\tasks\task_1553635027\build\application\firefox
21:23:29 INFO - mkdir: C:\tasks\task_1553635027\build\application\firefox\gtest
21:23:29 INFO - copying tree: C:\tasks\task_1553635027\build\tests\gtest\gtest_bin\gtest to C:\tasks\task_1553635027\build\application\firefox\gtest
21:23:29 INFO - rmtree: C:\tasks\task_1553635027\build\application\firefox\gtest
21:23:29 INFO - Using _rmtree_windows ...
Comment 1•6 years ago
|
||
This issue and 1526001 occurred at the same time, as noted in the original try push for 1526001 (https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=226691881&repo=try&lineNumber=817). That issue is now resolved, but failure in this section of the test harness code is preventing a proper run of gtest
on windows10-aarch64.
Comment hidden (Intermittent Failures Robot) |
Comment 3•6 years ago
|
||
Removing the windows/aarch64 qualifier as this is a consistent issue across platform combinations.
Comment 4•6 years ago
•
|
||
I think bug #1358163, bug #1370165 and this bug are all related.
Comment hidden (Intermittent Failures Robot) |
Description
•