Started by user Yuriy Zabrovarnyy Running as SYSTEM Building on master in workspace /home/jenkins/.jenkins/jobs/_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/orm # timeout=10 Fetching upstream changes from https://github.com/JanssenProject/orm > git --version # timeout=10 > git --version # 'git version 1.8.3.1' > git fetch --tags --progress https://github.com/JanssenProject/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 1a2d9dac0f8a8d88c2c784c734db9cda8cba1a4d (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 1a2d9dac0f8a8d88c2c784c734db9cda8cba1a4d # timeout=10 Commit message: "Corrected reference to bom file." > git rev-list --no-walk d1778701e93f32e6418b7d84cdb961dccc27e492 # 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] 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 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/_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/_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/_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/_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/_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/_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/_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/_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/_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/_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/_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/_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/_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/_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/_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/_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/_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/_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/_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/_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/_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/_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/_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/_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/_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/_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/_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/_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/_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/_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/_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/_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/_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/_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/_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/_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/_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/_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/_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/_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/_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/_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.241 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/_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/_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/_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/_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/_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/_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/_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/_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/_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/_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/_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/_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/_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/_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/_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/_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/_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/_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/_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/_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/_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/_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/_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/_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/_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/_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/_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/_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/_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/_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/_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/_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/_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/_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/_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/_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/_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/_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/_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/_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/_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/_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/_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/_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/_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/_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/_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/_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/_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/_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/_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/_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/_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/_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/_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.273 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/_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/_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/_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] orm ................................................ SUCCESS [ 0.257 s] [INFO] persistence-annotation ............................. SUCCESS [ 1.622 s] [INFO] persistence-util ................................... SUCCESS [ 2.751 s] [INFO] persistence-filter ................................. SUCCESS [ 1.191 s] [INFO] persistence-model .................................. SUCCESS [ 1.165 s] [INFO] persistence-core ................................... SUCCESS [ 3.394 s] [INFO] persistence-ldap ................................... SUCCESS [ 2.172 s] [INFO] persistence-couchbase .............................. SUCCESS [ 1.838 s] [INFO] Persistence CDI services ........................... SUCCESS [ 0.932 s] [INFO] persistence-hybrid ................................. SUCCESS [ 1.159 s] [INFO] Persistence standalone services .................... SUCCESS [ 0.874 s] [INFO] persistence-ldapSample ............................. SUCCESS [ 1.262 s] [INFO] Persistence Couchbase sample ....................... SUCCESS [ 2.649 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 22.016 s [INFO] Finished at: 2020-10-05T16:47:38+00:00 [INFO] Final Memory: 122M/670M [INFO] ------------------------------------------------------------------------ [FINDBUGS] Collecting findbugs analysis files... [FINDBUGS] Searching for all files in /home/jenkins/.jenkins/jobs/_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=1a2d9dac0f8a8d88c2c784c734db9cda8cba1a4d, workspace=/home/jenkins/.jenkins/jobs/_orm_master/workspace [FINDBUGS] Computing warning deltas based on reference build #20 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/_orm_master/builds/21/testng/testng-results-1.xml' Processing '/home/jenkins/.jenkins/jobs/_orm_master/builds/21/testng/testng-results.xml' TestNG Reports Processing: FINISH Finished: SUCCESS