Branch indexing > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:appNG/appng.git > git config remote.origin.url git@github.com:appNG/appng.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_ASKPASS to set credentials > git fetch --tags --progress origin +refs/heads/*:refs/remotes/origin/* Seen branch in repository origin/appng-1.18.x Seen branch in repository origin/appng-1.19.x Seen branch in repository origin/appng-1.20.x Seen branch in repository origin/appng-1.21.x Seen branch in repository origin/appng-2.0.x Seen branch in repository origin/bugfix/APPNG-2303 Seen branch in repository origin/feature/APPNG-2208 Seen branch in repository origin/feature/APPNG-2253 Seen branch in repository origin/feature/APPNG-2253_PostgreSQL Seen branch in repository origin/feature/APPNG-2267 Seen branch in repository origin/feature/APPNG-2269 Seen branch in repository origin/feature/APPNG-2295 Seen branch in repository origin/feature/APPNG-2304 Seen branch in repository origin/feature/APPNG-2308 Seen branch in repository origin/feature/keycloak Seen branch in repository origin/master Seen 16 remote branches Obtained Jenkinsfile from 9f4ffd29894902ccdcf32f5a3fae179b863ca9ff Running in Durability level: MAX_SURVIVABILITY [Pipeline] Start of Pipeline [Pipeline] node Running on Jenkins in /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295@2 [Pipeline] { [Pipeline] tool [Pipeline] stage [Pipeline] { (notifyStart) [Pipeline] emailext #11 is still in progress; ignoring for purposes of comparison An attempt to send an e-mail to empty list of recipients, ignored. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (clone) [Pipeline] git No credentials specified Cloning the remote Git repository Cloning repository git@github.com:appNG/appng.git > git init /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295@2 # timeout=10 Fetching upstream changes from git@github.com:appNG/appng.git > git --version # timeout=10 > git fetch --tags --progress git@github.com:appNG/appng.git +refs/heads/*:refs/remotes/origin/* > git config remote.origin.url git@github.com:appNG/appng.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:appNG/appng.git # timeout=10 Fetching upstream changes from git@github.com:appNG/appng.git > git fetch --tags --progress git@github.com:appNG/appng.git +refs/heads/*:refs/remotes/origin/* > git rev-parse refs/remotes/origin/feature/APPNG-2295^{commit} # timeout=10 > git rev-parse refs/remotes/origin/origin/feature/APPNG-2295^{commit} # timeout=10 Checking out Revision 9f4ffd29894902ccdcf32f5a3fae179b863ca9ff (refs/remotes/origin/feature/APPNG-2295) > git config core.sparsecheckout # timeout=10 > git checkout -f 9f4ffd29894902ccdcf32f5a3fae179b863ca9ff > git branch -a -v --no-abbrev # timeout=10 > git checkout -b feature/APPNG-2295 9f4ffd29894902ccdcf32f5a3fae179b863ca9ff Commit message: "ignore .factorypath" > git rev-list --no-walk 1d79c99655438d2e4f5518e9ffebb9aa5090d3aa # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Maven Build) [Pipeline] sh + mvn org.apache.maven.plugins:maven-help-plugin:2.1.1:evaluate -Dexpression=project.version + grep -Ev (^\[|Download\w+:) [Pipeline] sh + sed -i s/SNAPSHOT/feature_APPNG_2295-SNAPSHOT/g README.adoc appng-application-camunda/README.adoc appng-application/README.adoc appng-maven-plugin/README.adoc appng-upngizr/README.adoc [Pipeline] sh + sed -i s/SNAPSHOT/feature_APPNG_2295-SNAPSHOT/g pom.xml appng-api/pom.xml appng-application-assembly/pom.xml appng-application-bom/pom.xml appng-application-camunda/pom.xml appng-application-parent/pom.xml appng-application/pom.xml appng-appngizer-jaxb/pom.xml appng-appngizer-maven-plugin/pom.xml appng-appngizer/pom.xml appng-archetype-application/pom.xml appng-camunda/pom.xml appng-cli/pom.xml appng-core/pom.xml appng-documentation/pom.xml appng-forms/pom.xml appng-formtags/pom.xml appng-mail/pom.xml appng-maven-plugin/pom.xml appng-persistence/pom.xml appng-rest-api/pom.xml appng-search/pom.xml appng-standalone/pom.xml appng-taglib/pom.xml appng-template-assembly/pom.xml appng-template-parent/pom.xml appng-testsupport/pom.xml appng-tools/pom.xml appng-upngizr/pom.xml appng-xmlapi/pom.xml appng-archetype-application/src/main/resources/archetype-resources/pom.xml appng-archetype-application/readme.txt appng-documentation/src/main/asciidoc/listing/dependencies.txt [Pipeline] sh + /var/lib/jenkins/tools/hudson.tasks.Maven_MavenInstallation/Maven_3.5.0/bin/mvn clean deploy -Pci -Djavax.xml.accessExternalSchema=all [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] appNG Parent [INFO] appNG Tools [INFO] appNG Mail [INFO] appNG Forms [INFO] appng Formtags [INFO] appNG XML-API [INFO] appNG public API [INFO] appNG testsupport [INFO] appNG REST API [INFO] appNG Persistence-Tools [INFO] appNG Search [INFO] appNG Core Library [INFO] appNG Command Line Interface [INFO] appNG Tag Library [INFO] appNG Application [INFO] appNG application BOM [INFO] appNG Documentation [INFO] appNG Template Assembly Descriptors [INFO] appNG Template Parent [INFO] appng-application-assembly [INFO] appNG application parent [INFO] Archetype - appng-archetype-application [INFO] appNGizer JAXB API [INFO] appNGizer [INFO] appNG appNGizer Maven Plugin [INFO] appNG camunda [INFO] appNG Application, including Camunda BPM process engine libraries [INFO] appNG Maven Plugin [INFO] upNGizr [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Parent 2.0.0-feature_APPNG_2295-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ appng-parent --- [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-parent --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-parent --- [INFO] Installing /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295@2/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-parent/2.0.0-feature_APPNG_2295-SNAPSHOT/appng-parent-2.0.0-feature_APPNG_2295-SNAPSHOT.pom [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ appng-parent --- Downloading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-parent/2.0.0-feature_APPNG_2295-SNAPSHOT/maven-metadata.xml Progress (1): 638 B Downloaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-parent/2.0.0-feature_APPNG_2295-SNAPSHOT/maven-metadata.xml (638 B at 1.9 kB/s) Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-parent/2.0.0-feature_APPNG_2295-SNAPSHOT/appng-parent-2.0.0-feature_APPNG_2295-20191203.112521-12.pom Progress (1): 2.0/34 kB Progress (1): 4.1/34 kB Progress (1): 6.1/34 kB Progress (1): 8.2/34 kB Progress (1): 10/34 kB Progress (1): 12/34 kB Progress (1): 14/34 kB Progress (1): 16/34 kB Progress (1): 18/34 kB Progress (1): 20/34 kB Progress (1): 23/34 kB Progress (1): 25/34 kB Progress (1): 27/34 kB Progress (1): 29/34 kB Progress (1): 31/34 kB Progress (1): 33/34 kB Progress (1): 34 kB Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-parent/2.0.0-feature_APPNG_2295-SNAPSHOT/appng-parent-2.0.0-feature_APPNG_2295-20191203.112521-12.pom (34 kB at 282 kB/s) Downloading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-parent/maven-metadata.xml Progress (1): 3.2 kB Downloaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-parent/maven-metadata.xml (3.2 kB at 122 kB/s) Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-parent/2.0.0-feature_APPNG_2295-SNAPSHOT/maven-metadata.xml Progress (1): 638 B Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-parent/2.0.0-feature_APPNG_2295-SNAPSHOT/maven-metadata.xml (638 B at 2.8 kB/s) Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-parent/maven-metadata.xml Progress (1): 2.0/3.2 kB Progress (1): 3.2 kB Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-parent/maven-metadata.xml (3.2 kB at 7.6 kB/s) [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Tools 2.0.0-feature_APPNG_2295-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ appng-tools --- [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ appng-tools --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295@2/appng-tools/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ appng-tools --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 37 source files to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295@2/appng-tools/target/classes [INFO] /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295@2/appng-tools/src/main/java/org/appng/tools/poi/FontBuilder.java: /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295@2/appng-tools/src/main/java/org/appng/tools/poi/FontBuilder.java uses or overrides a deprecated API. [INFO] /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295@2/appng-tools/src/main/java/org/appng/tools/poi/FontBuilder.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-tools --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 18 resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-tools --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 11 source files to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295@2/appng-tools/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ appng-tools --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [WARNING] Corrupted STDOUT by directly writing to native stream in forked JVM 1. See FAQ web page and the dump file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295@2/appng-tools/target/surefire-reports/2019-12-03T12-25-26_135-jvmRun1.dumpstream [INFO] [INFO] Results: [INFO] [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] appNG Parent ....................................... SUCCESS [ 3.162 s] [INFO] appNG Tools ........................................ FAILURE [ 4.173 s] [INFO] appNG Mail ......................................... SKIPPED [INFO] appNG Forms ........................................ SKIPPED [INFO] appng Formtags ..................................... SKIPPED [INFO] appNG XML-API ...................................... SKIPPED [INFO] appNG public API ................................... SKIPPED [INFO] appNG testsupport .................................. SKIPPED [INFO] appNG REST API ..................................... SKIPPED [INFO] appNG Persistence-Tools ............................ SKIPPED [INFO] appNG Search ....................................... SKIPPED [INFO] appNG Core Library ................................. SKIPPED [INFO] appNG Command Line Interface ....................... SKIPPED [INFO] appNG Tag Library .................................. SKIPPED [INFO] appNG Application .................................. SKIPPED [INFO] appNG application BOM .............................. SKIPPED [INFO] appNG Documentation ................................ SKIPPED [INFO] appNG Template Assembly Descriptors ................ SKIPPED [INFO] appNG Template Parent .............................. SKIPPED [INFO] appng-application-assembly ......................... SKIPPED [INFO] appNG application parent ........................... SKIPPED [INFO] Archetype - appng-archetype-application ............ SKIPPED [INFO] appNGizer JAXB API ................................. SKIPPED [INFO] appNGizer .......................................... SKIPPED [INFO] appNG appNGizer Maven Plugin ....................... SKIPPED [INFO] appNG camunda ...................................... SKIPPED [INFO] appNG Application, including Camunda BPM process engine libraries SKIPPED [INFO] appNG Maven Plugin ................................. SKIPPED [INFO] upNGizr ............................................ SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 7.907 s [INFO] Finished at: 2019-12-03T12:25:26+01:00 [INFO] Final Memory: 37M/509M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M3:test (default-test) on project appng-tools: There are test failures. [ERROR] [ERROR] Please refer to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295@2/appng-tools/target/surefire-reports for the individual test results. [ERROR] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream. [ERROR] The forked VM terminated without properly saying goodbye. VM crash or System.exit called? [ERROR] Command was /bin/sh -c cd /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295@2/appng-tools && /usr/lib/jvm/jdk-8-oracle-x64/jre/bin/java -Xms1g -Xmx2g -Dfile.encoding=UTF-8 -jar /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295@2/appng-tools/target/surefire/surefirebooter5031066947808127415.jar /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295@2/appng-tools/target/surefire 2019-12-03T12-25-26_135-jvmRun1 surefire8301915279467628017tmp surefire_09115825356279305651tmp [ERROR] Error occurred in starting fork, check output in log [ERROR] Process Exit Code: 1 [ERROR] org.apache.maven.surefire.booter.SurefireBooterForkException: The forked VM terminated without properly saying goodbye. VM crash or System.exit called? [ERROR] Command was /bin/sh -c cd /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295@2/appng-tools && /usr/lib/jvm/jdk-8-oracle-x64/jre/bin/java -Xms1g -Xmx2g -Dfile.encoding=UTF-8 -jar /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295@2/appng-tools/target/surefire/surefirebooter5031066947808127415.jar /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295@2/appng-tools/target/surefire 2019-12-03T12-25-26_135-jvmRun1 surefire8301915279467628017tmp surefire_09115825356279305651tmp [ERROR] Error occurred in starting fork, check output in log [ERROR] Process Exit Code: 1 [ERROR] at org.apache.maven.plugin.surefire.booterclient.ForkStarter.fork(ForkStarter.java:670) [ERROR] at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:283) [ERROR] at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:246) [ERROR] at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeProvider(AbstractSurefireMojo.java:1161) [ERROR] at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked(AbstractSurefireMojo.java:1002) [ERROR] at org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute(AbstractSurefireMojo.java:848) [ERROR] at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134) [ERROR] at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208) [ERROR] at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:154) [ERROR] at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:146) [ERROR] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:117) [ERROR] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:81) [ERROR] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51) [ERROR] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128) [ERROR] at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:309) [ERROR] at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:194) [ERROR] at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:107) [ERROR] at org.apache.maven.cli.MavenCli.execute(MavenCli.java:993) [ERROR] at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:345) [ERROR] at org.apache.maven.cli.MavenCli.main(MavenCli.java:191) [ERROR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [ERROR] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [ERROR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [ERROR] at java.lang.reflect.Method.invoke(Method.java:498) [ERROR] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289) [ERROR] at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229) [ERROR] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415) [ERROR] at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356) [ERROR] [ERROR] -> [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 :appng-tools [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Results) [Pipeline] junit Recording test results No test report files were found. Configuration error? [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline ERROR: No test report files were found. Configuration error? Finished: FAILURE