Started by an SCM change Running as SYSTEM Building on master in workspace /home/jenkins/.jenkins/jobs/janssen-orm_master/workspace The recommended git tool is: NONE No credentials specified > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/JanssenProject/janssen-orm # timeout=10 Fetching upstream changes from https://github.com/JanssenProject/janssen-orm > git --version # timeout=10 > git --version # 'git version 1.8.3.1' > git fetch --tags --progress https://github.com/JanssenProject/janssen-orm +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10 Checking out Revision d1778701e93f32e6418b7d84cdb961dccc27e492 (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f d1778701e93f32e6418b7d84cdb961dccc27e492 # timeout=10 Commit message: "Renamed janssen-orm -> orm." > git rev-list --no-walk 39d9b14298fb50f61d3b98bc6d73177286b83a4a # timeout=10 [workspace] $ /home/jenkins/.jenkins/tools/hudson.tasks.Maven_MavenInstallation/maven_3.3.9/bin/mvn -DVERSION_NAME=master -DMAVEN_SKIP_TESTS=false -Dmaven.test.skip=false clean compile install [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] janssen-orm [INFO] persistence-annotation [INFO] persistence-util [INFO] persistence-filter [INFO] persistence-model [INFO] persistence-core [INFO] persistence-ldap [INFO] persistence-couchbase [INFO] Persistence CDI services [INFO] persistence-hybrid [INFO] Persistence standalone services [INFO] persistence-ldapSample [INFO] Persistence Couchbase sample [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building janssen-orm 5.0.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ orm --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ orm --- [INFO] Installing /home/jenkins/.jenkins/jobs/janssen-orm_master/workspace/pom.xml to /var/www/html/maven/io/jans/orm/5.0.0-SNAPSHOT/orm-5.0.0-SNAPSHOT.pom [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building persistence-annotation 5.0.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ persistence-annotation --- [INFO] Deleting /home/jenkins/.jenkins/jobs/janssen-orm_master/workspace/persistence-annotation/target [INFO] [INFO] --- maven-resources-plugin:2.4:resources (default-resources) @ persistence-annotation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/.jenkins/jobs/janssen-orm_master/workspace/persistence-annotation/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ persistence-annotation --- [INFO] Compiling 11 source files to /home/jenkins/.jenkins/jobs/janssen-orm_master/workspace/persistence-annotation/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4:resources (default-resources) @ persistence-annotation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/.jenkins/jobs/janssen-orm_master/workspace/persistence-annotation/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ persistence-annotation --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.4:testResources (default-testResources) @ persistence-annotation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/.jenkins/jobs/janssen-orm_master/workspace/persistence-annotation/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ persistence-annotation --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.7.2:test (default-test) @ persistence-annotation --- [INFO] No tests to run. [INFO] Surefire report directory: /home/jenkins/.jenkins/jobs/janssen-orm_master/workspace/persistence-annotation/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- There are no tests to run. Results : Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ persistence-annotation --- [INFO] Building jar: /home/jenkins/.jenkins/jobs/janssen-orm_master/workspace/persistence-annotation/target/persistence-annotation-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ persistence-annotation --- [INFO] Installing /home/jenkins/.jenkins/jobs/janssen-orm_master/workspace/persistence-annotation/target/persistence-annotation-5.0.0-SNAPSHOT.jar to /var/www/html/maven/io/jans/persistence-annotation/5.0.0-SNAPSHOT/persistence-annotation-5.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/.jenkins/jobs/janssen-orm_master/workspace/persistence-annotation/pom.xml to /var/www/html/maven/io/jans/persistence-annotation/5.0.0-SNAPSHOT/persistence-annotation-5.0.0-SNAPSHOT.pom [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building persistence-util 5.0.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ persistence-util --- [INFO] Deleting /home/jenkins/.jenkins/jobs/janssen-orm_master/workspace/persistence-util/target [INFO] [INFO] --- maven-resources-plugin:2.4:resources (default-resources) @ persistence-util --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/.jenkins/jobs/janssen-orm_master/workspace/persistence-util/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ persistence-util --- [INFO] Compiling 62 source files to /home/jenkins/.jenkins/jobs/janssen-orm_master/workspace/persistence-util/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4:resources (default-resources) @ persistence-util --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/.jenkins/jobs/janssen-orm_master/workspace/persistence-util/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ persistence-util --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.4:testResources (default-testResources) @ persistence-util --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/.jenkins/jobs/janssen-orm_master/workspace/persistence-util/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ persistence-util --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.7.2:test (default-test) @ persistence-util --- [INFO] No tests to run. [INFO] Surefire report directory: /home/jenkins/.jenkins/jobs/janssen-orm_master/workspace/persistence-util/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- There are no tests to run. Results : Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ persistence-util --- [INFO] Building jar: /home/jenkins/.jenkins/jobs/janssen-orm_master/workspace/persistence-util/target/persistence-util-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ persistence-util --- [INFO] Installing /home/jenkins/.jenkins/jobs/janssen-orm_master/workspace/persistence-util/target/persistence-util-5.0.0-SNAPSHOT.jar to /var/www/html/maven/io/jans/persistence-util/5.0.0-SNAPSHOT/persistence-util-5.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/.jenkins/jobs/janssen-orm_master/workspace/persistence-util/pom.xml to /var/www/html/maven/io/jans/persistence-util/5.0.0-SNAPSHOT/persistence-util-5.0.0-SNAPSHOT.pom [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building persistence-filter 5.0.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ persistence-filter --- [INFO] Deleting /home/jenkins/.jenkins/jobs/janssen-orm_master/workspace/persistence-filter/target [INFO] [INFO] --- maven-resources-plugin:2.4:resources (default-resources) @ persistence-filter --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/.jenkins/jobs/janssen-orm_master/workspace/persistence-filter/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ persistence-filter --- [INFO] Compiling 2 source files to /home/jenkins/.jenkins/jobs/janssen-orm_master/workspace/persistence-filter/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4:resources (default-resources) @ persistence-filter --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/.jenkins/jobs/janssen-orm_master/workspace/persistence-filter/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ persistence-filter --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.4:testResources (default-testResources) @ persistence-filter --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/.jenkins/jobs/janssen-orm_master/workspace/persistence-filter/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ persistence-filter --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.7.2:test (default-test) @ persistence-filter --- [INFO] No tests to run. [INFO] Surefire report directory: /home/jenkins/.jenkins/jobs/janssen-orm_master/workspace/persistence-filter/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- There are no tests to run. Results : Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ persistence-filter --- [INFO] Building jar: /home/jenkins/.jenkins/jobs/janssen-orm_master/workspace/persistence-filter/target/persistence-filter-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ persistence-filter --- [INFO] Installing /home/jenkins/.jenkins/jobs/janssen-orm_master/workspace/persistence-filter/target/persistence-filter-5.0.0-SNAPSHOT.jar to /var/www/html/maven/io/jans/persistence-filter/5.0.0-SNAPSHOT/persistence-filter-5.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/.jenkins/jobs/janssen-orm_master/workspace/persistence-filter/pom.xml to /var/www/html/maven/io/jans/persistence-filter/5.0.0-SNAPSHOT/persistence-filter-5.0.0-SNAPSHOT.pom [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building persistence-model 5.0.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ persistence-model --- [INFO] Deleting /home/jenkins/.jenkins/jobs/janssen-orm_master/workspace/persistence-model/target [INFO] [INFO] --- maven-resources-plugin:2.4:resources (default-resources) @ persistence-model --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/.jenkins/jobs/janssen-orm_master/workspace/persistence-model/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ persistence-model --- [INFO] Compiling 13 source files to /home/jenkins/.jenkins/jobs/janssen-orm_master/workspace/persistence-model/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4:resources (default-resources) @ persistence-model --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/.jenkins/jobs/janssen-orm_master/workspace/persistence-model/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ persistence-model --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.4:testResources (default-testResources) @ persistence-model --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/.jenkins/jobs/janssen-orm_master/workspace/persistence-model/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ persistence-model --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.7.2:test (default-test) @ persistence-model --- [INFO] No tests to run. [INFO] Surefire report directory: /home/jenkins/.jenkins/jobs/janssen-orm_master/workspace/persistence-model/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- There are no tests to run. Results : Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ persistence-model --- [INFO] Building jar: /home/jenkins/.jenkins/jobs/janssen-orm_master/workspace/persistence-model/target/persistence-model-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ persistence-model --- [INFO] Installing /home/jenkins/.jenkins/jobs/janssen-orm_master/workspace/persistence-model/target/persistence-model-5.0.0-SNAPSHOT.jar to /var/www/html/maven/io/jans/persistence-model/5.0.0-SNAPSHOT/persistence-model-5.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/.jenkins/jobs/janssen-orm_master/workspace/persistence-model/pom.xml to /var/www/html/maven/io/jans/persistence-model/5.0.0-SNAPSHOT/persistence-model-5.0.0-SNAPSHOT.pom [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building persistence-core 5.0.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ persistence-core --- [INFO] Deleting /home/jenkins/.jenkins/jobs/janssen-orm_master/workspace/persistence-core/target [INFO] [INFO] --- maven-resources-plugin:2.4:resources (default-resources) @ persistence-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ persistence-core --- [INFO] Compiling 51 source files to /home/jenkins/.jenkins/jobs/janssen-orm_master/workspace/persistence-core/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4:resources (default-resources) @ persistence-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ persistence-core --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.4:testResources (default-testResources) @ persistence-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/.jenkins/jobs/janssen-orm_master/workspace/persistence-core/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ persistence-core --- [INFO] Compiling 1 source file to /home/jenkins/.jenkins/jobs/janssen-orm_master/workspace/persistence-core/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.7.2:test (default-test) @ persistence-core --- [INFO] Surefire report directory: /home/jenkins/.jenkins/jobs/janssen-orm_master/workspace/persistence-core/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running TestSuite Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.236 sec There are no tests to run. Results : Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ persistence-core --- [INFO] Building jar: /home/jenkins/.jenkins/jobs/janssen-orm_master/workspace/persistence-core/target/persistence-core-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ persistence-core --- [INFO] Installing /home/jenkins/.jenkins/jobs/janssen-orm_master/workspace/persistence-core/target/persistence-core-5.0.0-SNAPSHOT.jar to /var/www/html/maven/io/jans/persistence-core/5.0.0-SNAPSHOT/persistence-core-5.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/.jenkins/jobs/janssen-orm_master/workspace/persistence-core/pom.xml to /var/www/html/maven/io/jans/persistence-core/5.0.0-SNAPSHOT/persistence-core-5.0.0-SNAPSHOT.pom [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building persistence-ldap 5.0.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ persistence-ldap --- [INFO] Deleting /home/jenkins/.jenkins/jobs/janssen-orm_master/workspace/persistence-ldap/target [INFO] [INFO] --- maven-resources-plugin:2.4:resources (default-resources) @ persistence-ldap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ persistence-ldap --- [INFO] Compiling 12 source files to /home/jenkins/.jenkins/jobs/janssen-orm_master/workspace/persistence-ldap/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4:resources (default-resources) @ persistence-ldap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ persistence-ldap --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.4:testResources (default-testResources) @ persistence-ldap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/.jenkins/jobs/janssen-orm_master/workspace/persistence-ldap/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ persistence-ldap --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.7.2:test (default-test) @ persistence-ldap --- [INFO] No tests to run. [INFO] Surefire report directory: /home/jenkins/.jenkins/jobs/janssen-orm_master/workspace/persistence-ldap/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- There are no tests to run. Results : Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ persistence-ldap --- [INFO] Building jar: /home/jenkins/.jenkins/jobs/janssen-orm_master/workspace/persistence-ldap/target/persistence-ldap-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ persistence-ldap --- [INFO] Installing /home/jenkins/.jenkins/jobs/janssen-orm_master/workspace/persistence-ldap/target/persistence-ldap-5.0.0-SNAPSHOT.jar to /var/www/html/maven/io/jans/persistence-ldap/5.0.0-SNAPSHOT/persistence-ldap-5.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/.jenkins/jobs/janssen-orm_master/workspace/persistence-ldap/pom.xml to /var/www/html/maven/io/jans/persistence-ldap/5.0.0-SNAPSHOT/persistence-ldap-5.0.0-SNAPSHOT.pom [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building persistence-couchbase 5.0.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ persistence-couchbase --- [INFO] Deleting /home/jenkins/.jenkins/jobs/janssen-orm_master/workspace/persistence-couchbase/target [INFO] [INFO] --- maven-resources-plugin:2.4:resources (default-resources) @ persistence-couchbase --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ persistence-couchbase --- [INFO] Compiling 13 source files to /home/jenkins/.jenkins/jobs/janssen-orm_master/workspace/persistence-couchbase/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4:resources (default-resources) @ persistence-couchbase --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ persistence-couchbase --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.4:testResources (default-testResources) @ persistence-couchbase --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/.jenkins/jobs/janssen-orm_master/workspace/persistence-couchbase/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ persistence-couchbase --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-surefire-plugin:2.7.2:test (default-test) @ persistence-couchbase --- [INFO] No tests to run. [INFO] Surefire report directory: /home/jenkins/.jenkins/jobs/janssen-orm_master/workspace/persistence-couchbase/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- There are no tests to run. Results : Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ persistence-couchbase --- [INFO] Building jar: /home/jenkins/.jenkins/jobs/janssen-orm_master/workspace/persistence-couchbase/target/persistence-couchbase-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ persistence-couchbase --- [INFO] Installing /home/jenkins/.jenkins/jobs/janssen-orm_master/workspace/persistence-couchbase/target/persistence-couchbase-5.0.0-SNAPSHOT.jar to /var/www/html/maven/io/jans/persistence-couchbase/5.0.0-SNAPSHOT/persistence-couchbase-5.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/.jenkins/jobs/janssen-orm_master/workspace/persistence-couchbase/pom.xml to /var/www/html/maven/io/jans/persistence-couchbase/5.0.0-SNAPSHOT/persistence-couchbase-5.0.0-SNAPSHOT.pom [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Persistence CDI services 5.0.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ persistence-cdi --- [INFO] Deleting /home/jenkins/.jenkins/jobs/janssen-orm_master/workspace/persistence-cdi/target [INFO] [INFO] --- maven-resources-plugin:2.4:resources (default-resources) @ persistence-cdi --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ persistence-cdi --- [INFO] Compiling 1 source file to /home/jenkins/.jenkins/jobs/janssen-orm_master/workspace/persistence-cdi/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4:resources (default-resources) @ persistence-cdi --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ persistence-cdi --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.4:testResources (default-testResources) @ persistence-cdi --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/.jenkins/jobs/janssen-orm_master/workspace/persistence-cdi/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ persistence-cdi --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-surefire-plugin:2.7.2:test (default-test) @ persistence-cdi --- [INFO] No tests to run. [INFO] Surefire report directory: /home/jenkins/.jenkins/jobs/janssen-orm_master/workspace/persistence-cdi/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- There are no tests to run. Results : Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ persistence-cdi --- [INFO] Building jar: /home/jenkins/.jenkins/jobs/janssen-orm_master/workspace/persistence-cdi/target/persistence-cdi-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ persistence-cdi --- [INFO] Installing /home/jenkins/.jenkins/jobs/janssen-orm_master/workspace/persistence-cdi/target/persistence-cdi-5.0.0-SNAPSHOT.jar to /var/www/html/maven/io/jans/persistence-cdi/5.0.0-SNAPSHOT/persistence-cdi-5.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/.jenkins/jobs/janssen-orm_master/workspace/persistence-cdi/pom.xml to /var/www/html/maven/io/jans/persistence-cdi/5.0.0-SNAPSHOT/persistence-cdi-5.0.0-SNAPSHOT.pom [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building persistence-hybrid 5.0.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ persistence-hybrid --- [INFO] Deleting /home/jenkins/.jenkins/jobs/janssen-orm_master/workspace/persistence-hybrid/target [INFO] [INFO] --- maven-resources-plugin:2.4:resources (default-resources) @ persistence-hybrid --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ persistence-hybrid --- [INFO] Compiling 3 source files to /home/jenkins/.jenkins/jobs/janssen-orm_master/workspace/persistence-hybrid/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4:resources (default-resources) @ persistence-hybrid --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ persistence-hybrid --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.4:testResources (default-testResources) @ persistence-hybrid --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/.jenkins/jobs/janssen-orm_master/workspace/persistence-hybrid/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ persistence-hybrid --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.7.2:test (default-test) @ persistence-hybrid --- [INFO] No tests to run. [INFO] Surefire report directory: /home/jenkins/.jenkins/jobs/janssen-orm_master/workspace/persistence-hybrid/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- There are no tests to run. Results : Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ persistence-hybrid --- [INFO] Building jar: /home/jenkins/.jenkins/jobs/janssen-orm_master/workspace/persistence-hybrid/target/persistence-hybrid-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ persistence-hybrid --- [INFO] Installing /home/jenkins/.jenkins/jobs/janssen-orm_master/workspace/persistence-hybrid/target/persistence-hybrid-5.0.0-SNAPSHOT.jar to /var/www/html/maven/io/jans/persistence-hybrid/5.0.0-SNAPSHOT/persistence-hybrid-5.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/.jenkins/jobs/janssen-orm_master/workspace/persistence-hybrid/pom.xml to /var/www/html/maven/io/jans/persistence-hybrid/5.0.0-SNAPSHOT/persistence-hybrid-5.0.0-SNAPSHOT.pom [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Persistence standalone services 5.0.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ persistence-standalone --- [INFO] Deleting /home/jenkins/.jenkins/jobs/janssen-orm_master/workspace/persistence-standalone/target [INFO] [INFO] --- maven-resources-plugin:2.4:resources (default-resources) @ persistence-standalone --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/.jenkins/jobs/janssen-orm_master/workspace/persistence-standalone/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ persistence-standalone --- [INFO] Compiling 1 source file to /home/jenkins/.jenkins/jobs/janssen-orm_master/workspace/persistence-standalone/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4:resources (default-resources) @ persistence-standalone --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/.jenkins/jobs/janssen-orm_master/workspace/persistence-standalone/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ persistence-standalone --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.4:testResources (default-testResources) @ persistence-standalone --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/.jenkins/jobs/janssen-orm_master/workspace/persistence-standalone/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ persistence-standalone --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-surefire-plugin:2.7.2:test (default-test) @ persistence-standalone --- [INFO] No tests to run. [INFO] Surefire report directory: /home/jenkins/.jenkins/jobs/janssen-orm_master/workspace/persistence-standalone/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- There are no tests to run. Results : Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ persistence-standalone --- [INFO] Building jar: /home/jenkins/.jenkins/jobs/janssen-orm_master/workspace/persistence-standalone/target/persistence-standalone-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ persistence-standalone --- [INFO] Installing /home/jenkins/.jenkins/jobs/janssen-orm_master/workspace/persistence-standalone/target/persistence-standalone-5.0.0-SNAPSHOT.jar to /var/www/html/maven/io/jans/persistence-standalone/5.0.0-SNAPSHOT/persistence-standalone-5.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/.jenkins/jobs/janssen-orm_master/workspace/persistence-standalone/pom.xml to /var/www/html/maven/io/jans/persistence-standalone/5.0.0-SNAPSHOT/persistence-standalone-5.0.0-SNAPSHOT.pom [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building persistence-ldapSample 5.0.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ persistence-ldap-sample --- [INFO] Deleting /home/jenkins/.jenkins/jobs/janssen-orm_master/workspace/persistence-ldap-sample/target [INFO] [INFO] --- maven-resources-plugin:2.4:resources (default-resources) @ persistence-ldap-sample --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/.jenkins/jobs/janssen-orm_master/workspace/persistence-ldap-sample/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ persistence-ldap-sample --- [INFO] Compiling 14 source files to /home/jenkins/.jenkins/jobs/janssen-orm_master/workspace/persistence-ldap-sample/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4:resources (default-resources) @ persistence-ldap-sample --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/.jenkins/jobs/janssen-orm_master/workspace/persistence-ldap-sample/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ persistence-ldap-sample --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.4:testResources (default-testResources) @ persistence-ldap-sample --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/.jenkins/jobs/janssen-orm_master/workspace/persistence-ldap-sample/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ persistence-ldap-sample --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.7.2:test (default-test) @ persistence-ldap-sample --- [INFO] No tests to run. [INFO] Surefire report directory: /home/jenkins/.jenkins/jobs/janssen-orm_master/workspace/persistence-ldap-sample/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- There are no tests to run. Results : Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ persistence-ldap-sample --- [INFO] Building jar: /home/jenkins/.jenkins/jobs/janssen-orm_master/workspace/persistence-ldap-sample/target/persistence-ldap-sample-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ persistence-ldap-sample --- [INFO] Installing /home/jenkins/.jenkins/jobs/janssen-orm_master/workspace/persistence-ldap-sample/target/persistence-ldap-sample-5.0.0-SNAPSHOT.jar to /var/www/html/maven/io/jans/persistence-ldap-sample/5.0.0-SNAPSHOT/persistence-ldap-sample-5.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/.jenkins/jobs/janssen-orm_master/workspace/persistence-ldap-sample/pom.xml to /var/www/html/maven/io/jans/persistence-ldap-sample/5.0.0-SNAPSHOT/persistence-ldap-sample-5.0.0-SNAPSHOT.pom [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Persistence Couchbase sample 5.0.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ persistence-couchbase-sample --- [INFO] Deleting /home/jenkins/.jenkins/jobs/janssen-orm_master/workspace/persistence-couchbase-sample/target [INFO] [INFO] --- maven-resources-plugin:2.4:resources (default-resources) @ persistence-couchbase-sample --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/.jenkins/jobs/janssen-orm_master/workspace/persistence-couchbase-sample/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ persistence-couchbase-sample --- [INFO] Compiling 18 source files to /home/jenkins/.jenkins/jobs/janssen-orm_master/workspace/persistence-couchbase-sample/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4:resources (default-resources) @ persistence-couchbase-sample --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/.jenkins/jobs/janssen-orm_master/workspace/persistence-couchbase-sample/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ persistence-couchbase-sample --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.4:testResources (default-testResources) @ persistence-couchbase-sample --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ persistence-couchbase-sample --- [INFO] Compiling 3 source files to /home/jenkins/.jenkins/jobs/janssen-orm_master/workspace/persistence-couchbase-sample/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.7.2:test (default-test) @ persistence-couchbase-sample --- [INFO] Surefire report directory: /home/jenkins/.jenkins/jobs/janssen-orm_master/workspace/persistence-couchbase-sample/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running TestSuite Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.285 sec There are no tests to run. Results : Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ persistence-couchbase-sample --- [INFO] Building jar: /home/jenkins/.jenkins/jobs/janssen-orm_master/workspace/persistence-couchbase-sample/target/persistence-couchbase-sample-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ persistence-couchbase-sample --- [INFO] Installing /home/jenkins/.jenkins/jobs/janssen-orm_master/workspace/persistence-couchbase-sample/target/persistence-couchbase-sample-5.0.0-SNAPSHOT.jar to /var/www/html/maven/io/jans/persistence-couchbase-sample/5.0.0-SNAPSHOT/persistence-couchbase-sample-5.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/.jenkins/jobs/janssen-orm_master/workspace/persistence-couchbase-sample/pom.xml to /var/www/html/maven/io/jans/persistence-couchbase-sample/5.0.0-SNAPSHOT/persistence-couchbase-sample-5.0.0-SNAPSHOT.pom [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] janssen-orm ........................................ SUCCESS [ 0.253 s] [INFO] persistence-annotation ............................. SUCCESS [ 1.614 s] [INFO] persistence-util ................................... SUCCESS [ 2.691 s] [INFO] persistence-filter ................................. SUCCESS [ 1.149 s] [INFO] persistence-model .................................. SUCCESS [ 1.175 s] [INFO] persistence-core ................................... SUCCESS [ 3.312 s] [INFO] persistence-ldap ................................... SUCCESS [ 1.916 s] [INFO] persistence-couchbase .............................. SUCCESS [ 2.146 s] [INFO] Persistence CDI services ........................... SUCCESS [ 0.965 s] [INFO] persistence-hybrid ................................. SUCCESS [ 1.166 s] [INFO] Persistence standalone services .................... SUCCESS [ 0.928 s] [INFO] persistence-ldapSample ............................. SUCCESS [ 1.361 s] [INFO] Persistence Couchbase sample ....................... SUCCESS [ 2.855 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 22.302 s [INFO] Finished at: 2020-10-05T16:40:33+00:00 [INFO] Final Memory: 121M/668M [INFO] ------------------------------------------------------------------------ [FINDBUGS] Collecting findbugs analysis files... [FINDBUGS] Searching for all files in /home/jenkins/.jenkins/jobs/janssen-orm_master/workspace that match the pattern **/findbugsXml.xml [FINDBUGS] No files found. Configuration error? The recommended git tool is: NONE No credentials specified Using GitBlamer to create author and commit information for all warnings. GIT_COMMIT=d1778701e93f32e6418b7d84cdb961dccc27e492, workspace=/home/jenkins/.jenkins/jobs/janssen-orm_master/workspace [FINDBUGS] Computing warning deltas based on reference build #18 TestNG Reports Processing: START Looking for TestNG results report in workspace using pattern: **/testng-results.xml testng-results.xml was last modified before this build started. Ignoring it. testng-results.xml was last modified before this build started. Ignoring it. testng-results.xml was last modified before this build started. Ignoring it. Saving reports... Processing '/home/jenkins/.jenkins/jobs/janssen-orm_master/builds/19/testng/testng-results-1.xml' Processing '/home/jenkins/.jenkins/jobs/janssen-orm_master/builds/19/testng/testng-results.xml' TestNG Reports Processing: FINISH Finished: SUCCESS