Closed
Bug 1106162
Opened 10 years ago
Closed 8 years ago
Removing test-stage directory intermittently fails on Windows builders
Categories
(Release Engineering :: General, defect)
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: dminor, Unassigned)
Details
When packaging the tests we do a rm -rf test-stage here [1]. It seems that this intermittently fails. Here is an excerpt from a recent log:
10:03:13 INFO - rm -rf dist/test-stage
10:03:13 INFO - "c:\builds\moz2_slave\fx-team-w32-d-0000000000000000\build\src\obj-firefox\dist\test-stage\jit-test\jit-test\tests\basic": The directory is not empty.
10:03:13 INFO - "c:\builds\moz2_slave\fx-team-w32-d-0000000000000000\build\src\obj-firefox\dist\test-stage\jit-test\jit-test\tests": The directory is not empty.
10:03:13 INFO - "c:\builds\moz2_slave\fx-team-w32-d-0000000000000000\build\src\obj-firefox\dist\test-stage\jit-test\jit-test": The directory is not empty.
10:03:13 INFO - "c:\builds\moz2_slave\fx-team-w32-d-0000000000000000\build\src\obj-firefox\dist\test-stage\jit-test": The directory is not empty.
10:03:13 INFO - "c:\builds\moz2_slave\fx-team-w32-d-0000000000000000\build\src\obj-firefox\dist\test-stage\reftest\tests\layout\reftests\fonts\graphite": The directory is not empty.
10:03:13 INFO - "c:\builds\moz2_slave\fx-team-w32-d-0000000000000000\build\src\obj-firefox\dist\test-stage\reftest\tests\layout\reftests\fonts\math": The directory is not empty.
10:03:13 INFO - "c:\builds\moz2_slave\fx-team-w32-d-0000000000000000\build\src\obj-firefox\dist\test-stage\reftest\tests\layout\reftests\fonts\sil": The directory is not empty.
10:03:13 INFO - "c:\builds\moz2_slave\fx-team-w32-d-0000000000000000\build\src\obj-firefox\dist\test-stage\reftest\tests\layout\reftests\fonts": The directory is not empty.
10:03:13 INFO - "c:\builds\moz2_slave\fx-team-w32-d-0000000000000000\build\src\obj-firefox\dist\test-stage\reftest\tests\layout\reftests": The directory is not empty.
10:03:13 INFO - "c:\builds\moz2_slave\fx-team-w32-d-0000000000000000\build\src\obj-firefox\dist\test-stage\reftest\tests\layout": The directory is not empty.
10:03:13 INFO - "c:\builds\moz2_slave\fx-team-w32-d-0000000000000000\build\src\obj-firefox\dist\test-stage\reftest\tests": The directory is not empty.
10:03:13 INFO - "c:\builds\moz2_slave\fx-team-w32-d-0000000000000000\build\src\obj-firefox\dist\test-stage\reftest": The directory is not empty.
10:03:13 INFO - "c:\builds\moz2_slave\fx-team-w32-d-0000000000000000\build\src\obj-firefox\dist\test-stage\web-platform\tests\conformance-checkers\html\elements\ins": The directory is not empty.
10:03:13 INFO - "c:\builds\moz2_slave\fx-team-w32-d-0000000000000000\build\src\obj-firefox\dist\test-stage\web-platform\tests\conformance-checkers\html\elements": The directory is not empty.
10:03:13 INFO - "c:\builds\moz2_slave\fx-team-w32-d-0000000000000000\build\src\obj-firefox\dist\test-stage\web-platform\tests\conformance-checkers\html": The directory is not empty.
10:03:13 INFO - "c:\builds\moz2_slave\fx-team-w32-d-0000000000000000\build\src\obj-firefox\dist\test-stage\web-platform\tests\conformance-checkers": The directory is not empty.
10:03:13 INFO - "c:\builds\moz2_slave\fx-team-w32-d-0000000000000000\build\src\obj-firefox\dist\test-stage\web-platform\tests": The directory is not empty.
10:03:13 INFO - "c:\builds\moz2_slave\fx-team-w32-d-0000000000000000\build\src\obj-firefox\dist\test-stage\web-platform": The directory is not empty.
10:03:13 INFO - "c:\builds\moz2_slave\fx-team-w32-d-0000000000000000\build\src\obj-firefox\dist\test-stage": The directory is not empty.
[1] http://dxr.mozilla.org/mozilla-central/source/testing/testsuite-targets.mk#438
Updated•8 years ago
|
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → INCOMPLETE
Assignee | ||
Updated•6 years ago
|
Component: General Automation → General
You need to log in
before you can comment on or make changes to this bug.
Description
•