Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-releng-dev] [eclipse-build]Build I20050512-1630 (Timestamp: 200505121630): Build failed

Hi Nick,

As I mentioned to Sonia, manipulating the CVS repository from the SSH shell is dangerous. File permissions are set to a more secure state when doing so from the shell. This is what the problem was, in this instance: Sonia's build script was not allowed to anonymously access a directory that was created by a user as a result of a mv command.

I believe permissions are preserved with cp -r, but issuing a mv command on a directory reinitializes permissions. Regardless, I suggest committers contact the webmaster to perform file operations directly on CVS. That's what we're here for!

Thanks,

Denis



Nick Edgar wrote:
Over a week ago (May 4), we copied org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/presentations/newapi to "util", directly in the CVS repository (i.e. by ssh'ing in), then the newapi contents was deleted in HEAD via Eclipse. The intent was to rename a package without losing version history.

We've been through several builds in this state, with no problems until now.
Not sure what has changed.

Denis, any ideas?

Nick




Sonia Dimitrov/Ottawa/IBM@IBMCA Sent by: platform-releng-dev-bounces@xxxxxxxxxxx
05/12/2005 05:46 PM
Please respond to
"Eclipse platform release engineering list."


To
platform-releng-dev@xxxxxxxxxxx
cc
webmaster@xxxxxxxxxxx
Subject
Re: [platform-releng-dev] [eclipse-build]Build I20050512-1630 (Timestamp: 200505121630): Build failed







It appears the build failed due to one of org.eclipse.compare prerequisite plug-ins not getting exported from cvs (org.eclipse.ui.workbench): [cvs] cvs [export aborted]: could not chdir to newapi: Permission denied I cannot reproduce the problem now, we have re-started the build. Webmaster, can you shed some light on the source of the problem? Sonia


Sonia Dimitrov/Ottawa/IBM 05/12/2005 05:08 PM

To
"Eclipse platform release engineering list." <platform-releng-dev@xxxxxxxxxxx> cc

Subject
Re: [platform-releng-dev] [eclipse-build]Build I20050512-1630 (Timestamp: 200505121630): Build failedLink







We are investigating the cause of this failure since the project was checked out properly. Sonia


eclipse-releng@xxxxxxxxxxx Sent by: platform-releng-dev-bounces@xxxxxxxxxxx 05/12/2005 04:46 PM
Please respond to
"Eclipse platform release engineering list."


To
platform-releng-dev@xxxxxxxxxxx cc

Subject
[platform-releng-dev] [eclipse-build]Build I20050512-1630 (Timestamp: 200505121630): Build failed








Build I20050512-1630 (Timestamp: 200505121630): The following error occurred while executing this line: /builds/I200505121630/eclipseInternalBuildTools/all.xml:92: The following error occurred while executing this line: /builds/I200505121630/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.1.0/scripts/build.xml:22: The following error occurred while executing this line: /builds/I200505121630/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.1.0/scripts/build.xml:61: The following error occurred while executing this line: /builds/I200505121630/org.eclipse.releng.eclipsebuilder/sdk/customTargets.xml:13: The following error occurred while executing this line: /builds/I200505121630/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.1.0/scripts/genericTargets.xml:63: org.eclipse.core.runtime.CoreException: Unable to find plug-in: org.eclipse.compare_0.0.0. Please check the error log for more details.

http://download.eclipse.org/downloads/drops/I20050512-1630
_______________________________________________
platform-releng-dev mailing list
platform-releng-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-releng-dev

_______________________________________________
platform-releng-dev mailing list
platform-releng-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-releng-dev



--

Eclipse WebMaster - webmaster@xxxxxxxxxxx
Questions? Consult the FAQ at http://www.eclipse.org/webmaster/faq.html
View my status at http://www.eclipse.org/webmaster/main.html


Back to the top