Closed
Bug 400846
Opened 18 years ago
Closed 18 years ago
try server win32 builders sometimes hang on the "create upload directory" step
Categories
(Release Engineering :: General, defect, P3)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: bhearsum, Unassigned)
Details
The Windows try server builders sometimes hang when attempting to create the upload directory on build.mozilla.org. This is from the log:
C:\WINDOWS\system32\cmd.exe /c ssh trybld@build.mozilla.org mkdir /builds/tryserver/2007-10-23_06:17-bhearsum@mozilla.com-1193145383
in dir E:\builds\sendchange-slave\sendchange-win32\. (timeout 1200 secs)
<snip>
mkdir: cannot create directory `/builds/tryserver/2007-10-23_06:17-bhearsum@mozilla.com-1193145383': File exists
command timed out: 1200 seconds without output
SIGKILL failed to kill process
using fake rc=-1
program finished with exit code -1
So, the ssh command does what it is supposed to, but never returns.
| Reporter | ||
Updated•18 years ago
|
Priority: -- → P3
| Reporter | ||
Comment 1•18 years ago
|
||
While working on bug 379278 I discovered that upgrading ssh on msys fixes this problem. I installed the updated ssh on the try server slaves, let's see how it goes.
| Reporter | ||
Comment 2•18 years ago
|
||
To be clear, these packages were installed from the MSYS Supplementary Tools:
* Openssl 0.9.8e-3
* Zlib 1.2.3
* Minires 1.01-1
* Openssh 4.6p1
They were all downloaded from Sourceforge, http://sourceforge.net/project/showfiles.php?group_id=2435.
The problem hasn't shown up since I installed these but I'm not convinced it's gone yet. I'll leave this open for a week or so, if we don't see the problem at the end of that I'll declare it fixed.
| Reporter | ||
Comment 3•18 years ago
|
||
No hangs at all since this change was made. I'm pretty confident that this was the source of the problem.
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 4•18 years ago
|
||
Moving try server bugs to the new component.
Component: Build & Release → Try Server
Product: mozilla.org → Webtools
QA Contact: build → try-server
Updated•17 years ago
|
Component: Try Server → Release Engineering
Product: Webtools → mozilla.org
QA Contact: try-server → release
| Assignee | ||
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
•