Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 462420

Summary: signing service returned unwanted jars
Product: Community Reporter: Sam Davis <sam.davis>
Component: CommitterToolsAssignee: Eclipse Webmaster <webmaster>
Status: RESOLVED INVALID QA Contact:
Severity: normal    
Priority: P3 CC: denis.roy
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Sam Davis CLA 2015-03-17 19:11:12 EDT
After doing a Mylyn 3.15 release build, I ended up with artifacts from a 3.14.3 service release in the update site. An earlier 3.14.3 build [1] failed to delete the site.zip that is input to the signer, but then subsequent builds such as [2] claimed to succeed. Yet somehow the 3.15 build [3] got back 3.14.* artifacts from the signing service even though you can see in the console output that it didn't add them to the zip. So it seems it was adding to the zip file left over from [1] even though that was supposedly deleted by [2].

I will update our script to make sure the file doesn't already exist, but thought I should report this.

[1] https://hudson.eclipse.org/hudson/job/mylyn-3.14.x-release/32/console
[exec] rm: cannot remove `/home/data/httpd/download-staging.priv/tools/mylyn/hudson/signing/mylyn/site.zip': No such file or directory

[2] https://hudson.eclipse.org/hudson/job/mylyn-3.14.x-release/34/consoleFull

[3] https://hudson.eclipse.org/hudson/job/mylyn-3.15.x-release/12/consoleFull (search for "pack-and-sign")
Comment 1 Sam Davis CLA 2015-03-17 19:16:21 EDT
Please disregard this. The problem was caused by running 2 builds concurrently.
Comment 2 Denis Roy CLA 2015-03-18 09:25:29 EDT
*phew*  thanks for the follow-up.  I was beginning to scratch my head on this one.