Closed
Bug 491930
Opened 16 years ago
Closed 16 years ago
windows try server unittest build randomly red with error removing build directory
Categories
(Release Engineering :: General, defect, P2)
Release Engineering
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: dbaron, Assigned: nthomas)
Details
Recently I've had two windows try server unittest builds fail with:
rm: cannot remove directory `mozilla/objdir/dist/bin': Directory not empty
rm: cannot remove directory `mozilla/objdir/dist': Directory not empty
rm: cannot remove directory `mozilla/objdir': Directory not empty
rm: cannot remove directory `mozilla': Directory not empty
The second of them was:
http://tinderbox.mozilla.org/showlog.cgi?log=MozillaTry/1241728905.1241728950.19335.gz
Having the windows unittest build go red randomly is bad... and it increases load on the try server if we have to resubmit jobs just to get that one result.
| Assignee | ||
Comment 1•16 years ago
|
||
Seems that the try-win32-slave03 has some sort of file system error in
/e/builds/sendchange-slave/sendchange-win32-unittest/mozilla/\
objdir/dist/bintest??1241486019506.doc
A file that exists and yet can't be opened or even ls'd. I've set the slave to disconnect after the current build so I can investigate.
The last unit build before this started was
1. Changed by: gsharp@mozilla.com
Changed at: Mon 04 May 2009 13:54:22
Branch: HG_TRY
Changed files:
* identifier: 491311-addtorecentdocs-cleanup
* mozconfig: 1241470468-90-
* mozillaRepoPath: http://hg.mozilla.org/mozilla-central
* patchFile: 1241470468-90-t.diff
* patchLevel: 1
Comments: bug 491311
Assignee: nobody → nthomas
Priority: -- → P2
| Assignee | ||
Comment 2•16 years ago
|
||
Other win32 slaves are fine, as are the other two platforms.
| Assignee | ||
Comment 3•16 years ago
|
||
Windows Explorer could delete the file but not MSYS. Clean scandisk after removing it. Slave is back online.
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Comment 4•16 years ago
|
||
Hmm, I guess msys doesn't like the non-ASCII filename. I'll request that the patch in bug 491311 be changed to remove the file all the time - it currently only does so if the test passes.
| Assignee | ||
Comment 5•16 years ago
|
||
Thanks Gavin.
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
•