Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ee4j-build] Release jobs hanging

Nevermind.... it was a temporary glitch.  Resubmitting worked fine.

On Tue, Oct 30, 2018 at 11:34 AM Jim Krueger <jckofbyron@xxxxxxxxx> wrote:
I'm attempting to run the release jobs for the jakartaee-stable projects.  Today these jobs appear to be hanging whereas they didn't before. For example:

[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 33:45 min
[INFO] Finished at: 2018-10-30T16:32:27Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:2.7:deploy (default-cli) on project jakarta.enterprise.deploy-api: Failed to deploy artifacts: Could not transfer artifact jakarta.enterprise.deploy:jakarta.enterprise.deploy-api:jar.asc:sources:1.8 from/to ossrh (https://oss.sonatype.org/service/local/staging/deploy/maven2/): Read timed out -> [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
Build step 'Execute shell' marked build as failure
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 87 killed;
[ssh-agent] Stopped.
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
Finished: FAILURE

Back to the top