Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [microprofile-dev] Build failed in Jenkins: RestClient-maven-snapshots #126

I've created a ticket for Webmaster to take a look, the jenkins instance is OOMing on new builds.

On Mon, Dec 4, 2017 at 11:09 PM <hudsonbuild@xxxxxxxxxxx> wrote:
See <https://hudson.eclipse.org/microprofile/job/RestClient-maven-snapshots/126/display/redirect>

------------------------------------------
Started by user john.d.ament@xxxxxxxxx
Building in workspace <https://hudson.eclipse.org/microprofile/job/RestClient-maven-snapshots/ws/>
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Done
Cloning the remote Git repository
Cloning repository git@xxxxxxxxxx:eclipse/microprofile-rest-client.git
 > /usr/local/bin/git init <https://hudson.eclipse.org/microprofile/job/RestClient-maven-snapshots/ws/> # timeout=10
Fetching upstream changes from git@xxxxxxxxxx:eclipse/microprofile-rest-client.git
 > /usr/local/bin/git --version # timeout=10
using GIT_SSH to set credentials Microprofile GitHub bot user
 > /usr/local/bin/git fetch --tags --progress git@xxxxxxxxxx:eclipse/microprofile-rest-client.git +refs/heads/*:refs/remotes/origin/*
 > /usr/local/bin/git config remote.origin.url git@xxxxxxxxxx:eclipse/microprofile-rest-client.git # timeout=10
 > /usr/local/bin/git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /usr/local/bin/git config remote.origin.url git@xxxxxxxxxx:eclipse/microprofile-rest-client.git # timeout=10
Fetching upstream changes from git@xxxxxxxxxx:eclipse/microprofile-rest-client.git
using GIT_SSH to set credentials Microprofile GitHub bot user
 > /usr/local/bin/git fetch --tags --progress git@xxxxxxxxxx:eclipse/microprofile-rest-client.git +refs/heads/*:refs/remotes/origin/*
 > /usr/local/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > /usr/local/bin/git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision 509c89ca125675a34991a088efd542a3591f31a9 (refs/remotes/origin/master)
 > /usr/local/bin/git config core.sparsecheckout # timeout=10
 > /usr/local/bin/git checkout -f 509c89ca125675a34991a088efd542a3591f31a9
Commit message: "Fixes a large amount of TCK debugging issues faced when completing an implementation.  Fixes some minor formatting as well in the builder. (#45)"
 > /usr/local/bin/git rev-list 509c89ca125675a34991a088efd542a3591f31a9 # timeout=10
Parsing POMs
Established TCP socket on 54097
[workspace] $ /shared/common/jdk1.8.0_x64-latest/bin/java -cp /home/hudson/genie.microprofile/.jenkins/plugins/maven-plugin/WEB-INF/lib/maven33-agent-1.12-alpha-1.jar:/shared/common/apache-maven-latest/boot/plexus-classworlds-2.5.2.jar:/shared/common/apache-maven-latest/conf/logging jenkins.maven3.agent.Maven33Main /shared/common/apache-maven-latest /home/hudson/genie.microprofile/.jenkins/war/WEB-INF/lib/remoting-3.10.2.jar /home/hudson/genie.microprofile/.jenkins/plugins/maven-plugin/WEB-INF/lib/maven33-interceptor-1.12-alpha-1.jar /home/hudson/genie.microprofile/.jenkins/plugins/maven-plugin/WEB-INF/lib/maven3-interceptor-commons-1.12-alpha-1.jar 54097
<===[JENKINS REMOTING CAPACITY]===>   channel started
Executing Maven:  -B -f <https://hudson.eclipse.org/microprofile/job/RestClient-maven-snapshots/ws/pom.xml> -s /opt/public/hipp/homes/genie.microprofile/.m2/settings-deploy-ossrh.xml -pl !spec install deploy
[INFO] Scanning for projects...
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
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] MicroProfile Rest Client
[INFO] MicroProfile Rest Client API
[INFO] MicroProfile Rest Client TCK
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building MicroProfile Rest Client 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- apache-rat-plugin:0.12:check (rat-check) @ microprofile-rest-client-parent ---
[INFO] Enabled default license matchers.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Parsing exclusions from <https://hudson.eclipse.org/microprofile/job/RestClient-maven-snapshots/ws/.gitignore>
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 74 implicit excludes (use -debug for more details).
[INFO] Exclude: bnd.bnd
[INFO] Exclude: *.log
[INFO] Exclude: .checkstyle
[INFO] Exclude: .factorypath
[INFO] Exclude: .editorconfig
[INFO] 4 resources included (use -debug for more details)
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 2 licenses.
[INFO]
[INFO] --- maven-checkstyle-plugin:2.17:check (verify-style) @ microprofile-rest-client-parent ---
[INFO] Starting audit...
Audit done.
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ microprofile-rest-client-parent ---
[INFO] Installing <https://hudson.eclipse.org/microprofile/job/RestClient-maven-snapshots/ws/pom.xml> to /opt/public/hipp/homes/genie.microprofile/.m2/repository/org/eclipse/microprofile/rest/client/microprofile-rest-client-parent/1.0-SNAPSHOT/microprofile-rest-client-parent-1.0-SNAPSHOT.pom
[INFO]
[INFO] --- apache-rat-plugin:0.12:check (rat-check) @ microprofile-rest-client-parent ---
[INFO] Enabled default license matchers.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Parsing exclusions from <https://hudson.eclipse.org/microprofile/job/RestClient-maven-snapshots/ws/.gitignore>
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 74 implicit excludes (use -debug for more details).
[INFO] Exclude: bnd.bnd
[INFO] Exclude: *.log
[INFO] Exclude: .checkstyle
[INFO] Exclude: .factorypath
[INFO] Exclude: .editorconfig
[INFO] 4 resources included (use -debug for more details)
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 2 licenses.
[INFO]
[INFO] --- maven-checkstyle-plugin:2.17:check (verify-style) @ microprofile-rest-client-parent ---
[INFO] Starting audit...
Audit done.
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ microprofile-rest-client-parent ---
[INFO] Installing <https://hudson.eclipse.org/microprofile/job/RestClient-maven-snapshots/ws/pom.xml> to /opt/public/hipp/homes/genie.microprofile/.m2/repository/org/eclipse/microprofile/rest/client/microprofile-rest-client-parent/1.0-SNAPSHOT/microprofile-rest-client-parent-1.0-SNAPSHOT.pom
[INFO]
[INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ microprofile-rest-client-parent ---
[INFO] Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/microprofile/rest/client/microprofile-rest-client-parent/1.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/microprofile/rest/client/microprofile-rest-client-parent/1.0-SNAPSHOT/maven-metadata.xml (642 B at 1.2 KB/sec)
[INFO] Uploading: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/microprofile/rest/client/microprofile-rest-client-parent/1.0-SNAPSHOT/microprofile-rest-client-parent-1.0-20171205.040927-13.pom
[INFO] Uploaded: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/microprofile/rest/client/microprofile-rest-client-parent/1.0-SNAPSHOT/microprofile-rest-client-parent-1.0-20171205.040927-13.pom (15 KB at 44.2 KB/sec)
[INFO] Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/microprofile/rest/client/microprofile-rest-client-parent/maven-metadata.xml
[INFO] Downloaded: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/microprofile/rest/client/microprofile-rest-client-parent/maven-metadata.xml (325 B at 2.6 KB/sec)
[INFO] Uploading: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/microprofile/rest/client/microprofile-rest-client-parent/1.0-SNAPSHOT/maven-metadata.xml
[INFO] Uploaded: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/microprofile/rest/client/microprofile-rest-client-parent/1.0-SNAPSHOT/maven-metadata.xml (642 B at 2.5 KB/sec)
[INFO] Uploading: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/microprofile/rest/client/microprofile-rest-client-parent/maven-metadata.xml
[INFO] Uploaded: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/microprofile/rest/client/microprofile-rest-client-parent/maven-metadata.xml (325 B at 0.8 KB/sec)
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
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building MicroProfile Rest Client API 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- apache-rat-plugin:0.12:check (rat-check) @ microprofile-rest-client-api ---
[INFO] Enabled default license matchers.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Parsing exclusions from <https://hudson.eclipse.org/microprofile/job/RestClient-maven-snapshots/ws/api/.gitignore>
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 62 implicit excludes (use -debug for more details).
[INFO] Exclude: bnd.bnd
[INFO] Exclude: *.log
[INFO] Exclude: .checkstyle
[INFO] Exclude: .factorypath
[INFO] Exclude: .editorconfig
[INFO] 17 resources included (use -debug for more details)
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 17 licenses.
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ microprofile-rest-client-api ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ microprofile-rest-client-api ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 7 source files to <https://hudson.eclipse.org/microprofile/job/RestClient-maven-snapshots/ws/api/target/classes>
[INFO]
[INFO] --- maven-checkstyle-plugin:2.17:check (verify-style) @ microprofile-rest-client-api ---
[INFO] Starting audit...
Audit done.
[INFO]
[INFO] --- bnd-maven-plugin:2.4.1:bnd-process (default) @ microprofile-rest-client-api ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ microprofile-rest-client-api ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ microprofile-rest-client-api ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 6 source files to <https://hudson.eclipse.org/microprofile/job/RestClient-maven-snapshots/ws/api/target/test-classes>
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ microprofile-rest-client-api ---
[INFO] Surefire report directory: <https://hudson.eclipse.org/microprofile/job/RestClient-maven-snapshots/ws/api/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Error occurred during initialization of VM
java.lang.OutOfMemoryError: unable to create new native thread

Results :

Tests run: 0, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
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
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] MicroProfile Rest Client ........................... SUCCESS [  6.280 s]
[INFO] MicroProfile Rest Client API ....................... FAILURE [  5.696 s]
[INFO] MicroProfile Rest Client TCK ....................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13.322 s
[INFO] Finished at: 2017-12-04T23:09:34-05:00
[INFO] Final Memory: 45M/1856M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.12.4:test (default-test) on project microprofile-rest-client-api: Execution default-test of goal org.apache.maven.plugins:maven-surefire-plugin:2.12.4:test failed: The forked VM terminated without saying properly goodbye. VM crash or System.exit called ? -> [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/PluginExecutionException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :microprofile-rest-client-api
[JENKINS] Archiving <https://hudson.eclipse.org/microprofile/job/RestClient-maven-snapshots/ws/pom.xml> to org.eclipse.microprofile.rest.client/microprofile-rest-client-parent/1.0-SNAPSHOT/microprofile-rest-client-parent-1.0-SNAPSHOT.pom
[JENKINS] Archiving <https://hudson.eclipse.org/microprofile/job/RestClient-maven-snapshots/ws/tck/pom.xml> to org.eclipse.microprofile.rest.client/microprofile-rest-client-tck/1.0-SNAPSHOT/microprofile-rest-client-tck-1.0-SNAPSHOT.pom
[JENKINS] Archiving <https://hudson.eclipse.org/microprofile/job/RestClient-maven-snapshots/ws/api/pom.xml> to org.eclipse.microprofile.rest.client/microprofile-rest-client-api/1.0-SNAPSHOT/microprofile-rest-client-api-1.0-SNAPSHOT.pom
channel 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
_______________________________________________
microprofile-dev mailing list
microprofile-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/microprofile-dev

Back to the top