Closed
Bug 727543
Opened 13 years ago
Closed 13 years ago
talos-r3-w7-016 needs build/xpcshell/tests/xpcom/tests/unit removed
Categories
(Release Engineering :: General, defect, P2)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: philor, Assigned: armenzg)
References
Details
(Whiteboard: [badslave][buildduty])
It's going to be red on everything from
'rm' '-rf' 'build'
in dir c:\talos-slave\test\. (timeout 1200 secs)
...
rm: cannot remove directory `build/xpcshell/tests/xpcom/tests/unit': Directory not empty
until either someone manually rm's it or it runs xpcshell again, yay bug 582821.
| Assignee | ||
Updated•13 years ago
|
Assignee: nobody → armenzg
| Assignee | ||
Comment 1•13 years ago
|
||
What happened:
* Suddenly a test failed with NS_ERROR_FILE_IS_LOCKED
* rm -rf build fails (steps before reboot)
* from then on every following job fails "rm -rf build" twice; once before the job start and once after
** I only saw unit tests jobs fail. Not sure if talos jobs would have failed as well.
The slave is still disabled and I will look at it tomorrow or Friday.
##################
TEST-INFO | c:\talos-slave\test\build\xpcshell\tests\xpcom\tests\unit\test_nsIProcess.js | running test ...
TEST-UNEXPECTED-FAIL | c:\talos-slave\test\build\xpcshell\tests\xpcom\tests\unit\test_nsIProcess.js | test failed (with xpcshell return code: 0), see following log:
>>>>>>>
TEST-INFO | (xpcshell/head.js) | test 1 pending
TEST-PASS | c:/talos-slave/test/build/xpcshell/tests/xpcom/tests/unit/test_nsIProcess.js | [test_kill : 55] false == false
TEST-PASS | c:/talos-slave/test/build/xpcshell/tests/xpcom/tests/unit/test_nsIProcess.js | [test_kill : 65] true == true
TEST-PASS | c:/talos-slave/test/build/xpcshell/tests/xpcom/tests/unit/test_nsIProcess.js | [test_kill : 69] false == false
TEST-PASS | c:/talos-slave/test/build/xpcshell/tests/xpcom/tests/unit/test_nsIProcess.js | [test_quick : 91] 42 == 42
TEST-PASS | c:/talos-slave/test/build/xpcshell/tests/xpcom/tests/unit/test_nsIProcess.js | [test_args : 105] 0 == 0
argc = 5
expected[0]: 4d f8 7a ee 6c 6c e5
argv[1]: 4d f8 7a ee 6c 6c e5
expected[1]: 41c 43e 437 438 43b 43b 430
argv[2]: 41c 43e 437 438 43b 43b 430
expected[2]: 9ae 9cb 99c 9bf 9b2 9be
argv[3]: 9ae 9cb 99c 9bf 9b2 9be
expected[3]: d808 de2c d808 df63 d808 ddb7
argv[4]: d808 de2c d808 df63 d808 ddb7
TEST-PASS | c:/talos-slave/test/build/xpcshell/tests/xpcom/tests/unit/test_nsIProcess.js | [test_args : 105] 0 == 0
TEST-PASS | c:/talos-slave/test/build/xpcshell/tests/xpcom/tests/unit/test_nsIProcess.js | [test_args : 105] 0 == 0
TEST-UNEXPECTED-FAIL | xpcshell/head.js | [Exception... "Component returned failure code: 0x8052000e (NS_ERROR_FILE_IS_LOCKED) [nsILocalFile.moveTo]" nsresult: "0x8052000e (NS_ERROR_FILE_IS_LOCKED)" location: "JS frame :: c:/talos-slave/test/build/xpcshell/tests/xpcom/tests/unit/test_nsIProcess.js :: rename_and_test :: line 133" data: no]
<<<<<<<
Priority: -- → P2
Comment 2•13 years ago
|
||
I removed the directory, enabled the slave in slavealloc and restarted it.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Product: mozilla.org → Release Engineering
You need to log in
before you can comment on or make changes to this bug.
Description
•