Bug 202277 - Sign/pack returning too early
Summary: Sign/pack returning too early
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Releng (show other bugs)
Version: 3.4   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.4 M6   Edit
Assignee: Kim Moir CLA
QA Contact:
URL:
Whiteboard:
Keywords: contributed
Depends on:
Blocks:
 
Reported: 2007-09-05 10:22 EDT by Sonia Dimitrov CLA
Modified: 2008-03-27 14:29 EDT (History)
1 user (show)

See Also:


Attachments
patch from modeling project (2.87 KB, patch)
2008-03-07 10:46 EST, Kim Moir CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sonia Dimitrov CLA 2007-09-05 10:22:54 EDT
A build just failed with this message:

Build M20070905-0800 (Timestamp: 200709050800):  The following error occurred while executing this line:
/builds/M/org.eclipse.releng.eclipsebuilder/buildAll.xml:153: Warning: Could not find file /builds/M/src/M20070905-0800/eclipse-master-M20070905-0800.zip to copy.

I ssh'd to build.eclipse.org and found that the signing/packing process was still in progress.  Need to investigate why the scripts are not waiting long enough.
Comment 1 Sonia Dimitrov CLA 2007-09-05 10:47:21 EDT
Waited for the signing process to complete on build.eclipse.org.  Once it was finished, there was no output zip!  I ran a "find" command and it came back with nothing.
Comment 2 Sonia Dimitrov CLA 2007-09-05 10:56:10 EDT
Found this in the attribDiff.txt file created when checking for the existence of the signed zip:

original: ${originalAttribs}new: ssh-askpass[976]: Trying to grab keyboard ...
ssh-askpass[976]: Could not grab keyboard (someone else already has it)
ssh-askpass[978]: Trying to grab keyboard ...
ssh-askpass[978]: Could not grab keyboard (someone else already has it)
ssh-askpass[980]: Trying to grab keyboard ...
ssh-askpass[980]: Could not grab keyboard (someone else already has it)
ssh-askpass[982]: Trying to grab keyboard ...
ssh-askpass[982]: Could not grab keyboard (someone else already has it)
Permission denied, please try again.
ssh-askpass[984]: Trying to grab keyboard ...
ssh-askpass[984]: Could not grab keyboard (someone else already has it)
Permission denied, please try again.
ssh-askpass[985]: Trying to grab keyboard ...
ssh-askpass[985]: Could not grab keyboard (someone else already has it)
Received disconnect from 206.191.52.57: 2: Too many authentication failures for sdimitro

The test condition was therefore true for terminating the wait:

<condition property="attribChanged">
<not>
<contains string="${polledAttribs}" substring="No such file or directory" casesensitive="no" />
</not>
</condition>

Comment 3 Kim Moir CLA 2008-03-07 10:46:17 EST
Created attachment 91887 [details]
patch from modeling project
Comment 4 Kim Moir CLA 2008-03-07 10:46:55 EST
released
Comment 5 Kim Moir CLA 2008-03-27 14:29:23 EDT
This was fixed a while ago.