Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cross-project-issues-dev] build problems

We're seeing this error on hudson. Is anyone else having problems?

Thanks,
Greg

[INFO] Building zip: <https://hudson.eclipse.org/hudson/job/ptp-master-nightly/ws/target/packed/org.eclipse.ptp.master-7.0.0-SNAPSHOT.zip-after-removing.zip>
[ERROR] 
org.apache.maven.plugin.MojoFailureException: Unable to create the directory /home/data/httpd/download-staging.priv/tools/ptp/f742444f-87c5-4c0a-9053-446c4f033da7
	at org.eclipse.dash.m4e.eclipse.signing.SignMojo.signLocally(SignMojo.java:199)
	at org.eclipse.dash.m4e.eclipse.signing.SignMojo.execute(SignMojo.java:167)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:319)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537)
	at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196)
	at org.apache.maven.cli.MavenCli.main(MavenCli.java:141)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352)
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 5:03.426s
[INFO] Finished at: Thu Apr 18 22:26:48 EDT 2013
[INFO] Final Memory: 166M/1720M
[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.eclipse.dash.maven:eclipse-signing-maven-plugin:1.0.5:sign (sign) on project org.eclipse.ptp.master: Unable to create the directory /home/data/httpd/download-staging.priv/tools/ptp/f742444f-87c5-4c0a-9053-446c4f033da7
[DEBUG] Closing connection to remote
[ERROR] Failed to execute goal org.eclipse.dash.maven:eclipse-signing-maven-plugin:1.0.5:sign (sign) on project org.eclipse.ptp.master: Unable to create the directory /home/data/httpd/download-staging.priv/tools/ptp/f742444f-87c5-4c0a-9053-446c4f033da7 -> [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/MojoFailureException
[DEBUG] Waiting for process to finish
[DEBUG] Result: 1
Archiving artifacts


Back to the top