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

Bug 312584

Summary: Eclipse 3.5.2 build fails asking for password
Product: [Eclipse Project] Platform Reporter: Maran <maranpsamy>
Component: RelengAssignee: Platform-Releng-Inbox <platform-releng-inbox>
Status: RESOLVED WONTFIX QA Contact:
Severity: major    
Priority: P3 CC: dj.houghton, gheorghe, kim.moir, pawel.pogorzelski1, remy.suen, stephen.francisco
Version: 3.5.2   
Target Milestone: ---   
Hardware: All   
OS: Linux   
Whiteboard:

Description Maran CLA 2010-05-12 07:07:18 EDT
Build Identifier: 3.5.2

I try to do eclipse build for 3.5.2 on system Z (s390/ s390x) machines. (However, the problem seems to be not dependent on the architecture).
When I start the build, build script prompts for password
If I try to skip the password prompt, after three retries, it prompts for kmoir@dev.eclipse.org password and then fails as shown below.

----
allElements:

init:

fetchElement: 
Password: 
Password: 
Password: 
kmoir@dev.eclipse.org's password: 
kmoir@dev.eclipse.org's password: 
kmoir@dev.eclipse.org's password: 
[eclipse.fetch] Could not retrieve feature.xml and/or build.properties: cvs exited with error code 1
[eclipse.fetch] Command line was [Executing 'cvs' with arguments:
[eclipse.fetch] '-dkmoir@dev.eclipse.org:/cvsroot/eclipse'
[eclipse.fetch] '-q'
[eclipse.fetch] 'export'
[eclipse.fetch] '-r'
[eclipse.fetch] 'v20080717'
[eclipse.fetch] 'org.eclipse.sdk.examples-feature/feature.xml'
[eclipse.fetch] 
[eclipse.fetch] The ' characters around the executable and arguments are
[eclipse.fetch] not part of the command.
[eclipse.fetch] 
[eclipse.fetch] 
----

I take the source for build from 
http://download.eclipse.org/eclipse/downloads/drops/R-3.5.2-201002111343/index.php
named eclipse-sourceBuild-srcIncluded-3.5.2.zip.

I tried to build again by replacing kmoir@dev.eclipse.org by :pserver:anonymous@dev.eclipse.org.

This time, the build proceeds further more but fails again asking for password. If the prompt for password is skipped, I am asked for ${cvsuser}@dev.eclipse.org's password and then fails.

Here is the failure message.
---
fetchElement:
Password: 
Password: 
Password: 
${cvsuser}@dev.eclipse.org's password: 
${cvsuser}@dev.eclipse.org's password: 
${cvsuser}@dev.eclipse.org's password: 
[eclipse.fetch] Could not retrieve feature.xml and/or build.properties: cvs exited with error code 1
[eclipse.fetch] Command line was [Executing 'cvs' with arguments:
[eclipse.fetch] '-d${cvsuser}@dev.eclipse.org:/cvsroot/eclipse'
[eclipse.fetch] '-q'
[eclipse.fetch] 'export'
[eclipse.fetch] '-r'
[eclipse.fetch] 'R35x_v20100119'
[eclipse.fetch] 'org.eclipse.sdk-feature/features/org.eclipse.sdk/feature.xml'
[eclipse.fetch] 
[eclipse.fetch] The ' characters around the executable and arguments are
[eclipse.fetch] not part of the command.
[eclipse.fetch] 
-----

Reproducible: Always

Steps to Reproduce:
1. Unzip the source file downloaded from http://download.eclipse.org/eclipse/downloads/drops/R-3.5.2-201002111343/index.php

2. Start the build using the following command
./build -os linux -ws gtk -arch s390x
Comment 1 Pawel Pogorzelski CLA 2010-05-12 07:18:49 EDT
Moving to Releng.
Comment 2 Maran CLA 2010-05-25 14:24:19 EDT
Any update/fix on this issue would be of great help. Thanks!

(In reply to comment #1)
> Moving to Releng.

(In reply to comment #0)
> Build Identifier: 3.5.2
> 
> I try to do eclipse build for 3.5.2 on system Z (s390/ s390x) machines.
> (However, the problem seems to be not dependent on the architecture).
> When I start the build, build script prompts for password
> If I try to skip the password prompt, after three retries, it prompts for
> kmoir@dev.eclipse.org password and then fails as shown below.
> 
> ----
> allElements:
> 
> init:
> 
> fetchElement: 
> Password: 
> Password: 
> Password: 
> kmoir@dev.eclipse.org's password: 
> kmoir@dev.eclipse.org's password: 
> kmoir@dev.eclipse.org's password: 
> [eclipse.fetch] Could not retrieve feature.xml and/or build.properties: cvs
> exited with error code 1
> [eclipse.fetch] Command line was [Executing 'cvs' with arguments:
> [eclipse.fetch] '-dkmoir@dev.eclipse.org:/cvsroot/eclipse'
> [eclipse.fetch] '-q'
> [eclipse.fetch] 'export'
> [eclipse.fetch] '-r'
> [eclipse.fetch] 'v20080717'
> [eclipse.fetch] 'org.eclipse.sdk.examples-feature/feature.xml'
> [eclipse.fetch] 
> [eclipse.fetch] The ' characters around the executable and arguments are
> [eclipse.fetch] not part of the command.
> [eclipse.fetch] 
> [eclipse.fetch] 
> ----
> 
> I take the source for build from 
> http://download.eclipse.org/eclipse/downloads/drops/R-3.5.2-201002111343/index.php
> named eclipse-sourceBuild-srcIncluded-3.5.2.zip.
> 
> I tried to build again by replacing kmoir@dev.eclipse.org by
> :pserver:anonymous@dev.eclipse.org.
> 
> This time, the build proceeds further more but fails again asking for password.
> If the prompt for password is skipped, I am asked for
> ${cvsuser}@dev.eclipse.org's password and then fails.
> 
> Here is the failure message.
> ---
> fetchElement:
> Password: 
> Password: 
> Password: 
> ${cvsuser}@dev.eclipse.org's password: 
> ${cvsuser}@dev.eclipse.org's password: 
> ${cvsuser}@dev.eclipse.org's password: 
> [eclipse.fetch] Could not retrieve feature.xml and/or build.properties: cvs
> exited with error code 1
> [eclipse.fetch] Command line was [Executing 'cvs' with arguments:
> [eclipse.fetch] '-d${cvsuser}@dev.eclipse.org:/cvsroot/eclipse'
> [eclipse.fetch] '-q'
> [eclipse.fetch] 'export'
> [eclipse.fetch] '-r'
> [eclipse.fetch] 'R35x_v20100119'
> [eclipse.fetch] 'org.eclipse.sdk-feature/features/org.eclipse.sdk/feature.xml'
> [eclipse.fetch] 
> [eclipse.fetch] The ' characters around the executable and arguments are
> [eclipse.fetch] not part of the command.
> [eclipse.fetch] 
> -----
> 
> Reproducible: Always
> 
> Steps to Reproduce:
> 1. Unzip the source file downloaded from
> http://download.eclipse.org/eclipse/downloads/drops/R-3.5.2-201002111343/index.php
> 
> 2. Start the build using the following command
> ./build -os linux -ws gtk -arch s390x

(In reply to comment #1)
> Moving to Releng.
Comment 3 John Arthorne CLA 2012-04-02 10:17:36 EDT
3.5.2 build no longer in use.