Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cross-project-issues-dev] Hudson is unable to publish builds

"rwxrwxrwx" permissions (aka PHP application defaults) hit me in the face when I see them, and it hurts really bad, so I remove them.

Sorry.  I didn't think it was for publishing builds.  I see you've requested a HIPP instance, that is the best thing to do.

Denis



On 09/27/2013 09:14 AM, Tom Schindl wrote:
Hi,

But did something changed lately? This has been working for weeks and
started failing just this night? It's working again, thanks.

Tom

On 27.09.13 15:03, Denis Roy wrote:
To be able to delete a file, the hudsonBuild user needs to have "w"
permissions on own the parent directory (rm'ing a file is effectively
changing the contents of the directory).  I've made hudsonBuild the
owner of your downloads area since it's not as nasty as rwxrwxrwx
permissions.

Denis


On 09/27/2013 02:41 AM, Tom Schindl wrote:
Hi,

Our nightly build started failing this night while publishing the
update-site because of whatever reason it is not possible for hudson to
delete the previous published file.

[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4:15.118s
[INFO] Finished at: Fri Sep 27 02:34:09 EDT 2013
[INFO] Final Memory: 113M/1510M
[INFO] ------------------------------------------------------------------------
[INFO] o.h.m.e.h.MavenExecutionResultHandler - Build failed with exception(s)
[INFO] o.h.m.e.h.MavenExecutionResultHandler - [1] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-antrun-plugin:1.3:run (deploy) on project org.eclipse.fx.updatesite: An Ant BuildException has occured: Unable to delete file /home/data/httpd/download.eclipse.org/efxclipse/runtime-nightly/site.zip
[DEBUG] Closing connection to remote
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-antrun-plugin:1.3:run (deploy) on project org.eclipse.fx.updatesite: An Ant BuildException has occured: Unable to delete file /home/data/httpd/download.eclipse.org/efxclipse/runtime-nightly/site.zip -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :org.eclipse.fx.updatesite
[DEBUG] Waiting for process to finish
[DEBUG] Result: 1
To me the permission look correct.

drwxrwsr-x 3 tschindl    technology.efxclipse     4096 26. Sep 02:05 .
drwxrwsr-x 5 tschindl    technology.efxclipse     4096 26. Sep 03:13 ..
drwxrwsr-x 4 hudsonBuild technology.efxclipse     4096 26. Sep 02:05 site
-rw-rw-r-- 1 hudsonBuild technology.efxclipse 47319294 26. Sep 02:05 site_assembly.zip
-rw-rw-r-- 1 hudsonBuild technology.efxclipse      334 26. Sep 02:05 site.zip
tschindl@build:~/downloads/efxclipse/runtime-nightly> 
Anybody else having trouble publishing builds since last night?

Tom
_______________________________________________
cross-project-issues-dev mailing list
cross-project-issues-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev

-- 
*Denis Roy*
Director, IT Services
Eclipse Foundation, Inc. -- http://www.eclipse.org/
Office: 613.224.9461 x224 (Eastern time)
denis.roy@xxxxxxxxxxx
@droy_eclipse


_______________________________________________
cross-project-issues-dev mailing list
cross-project-issues-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev

_______________________________________________
cross-project-issues-dev mailing list
cross-project-issues-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev


--
Denis Roy
Director, IT Services
Eclipse Foundation, Inc. -- http://www.eclipse.org/
Office: 613.224.9461 x224 (Eastern time)
denis.roy@xxxxxxxxxxx
@droy_eclipse

Back to the top