Started by user anonymous Building in workspace /var/lib/jenkins/home/jobs/WTF-Persistence/workspace Cleaning up /var/lib/jenkins/home/jobs/WTF-Persistence/workspace/Persistence Deleting /var/lib/jenkins/home/jobs/WTF-Persistence/workspace/Persistence/target Updating https://fhdwdev.ha.bib.de/svn/ipcms14/trunk/Workspace/Persistence at revision '2015-11-16T21:54:22.836 +0100' U src/test/java/de/fhdw/wtf/persistence/test/TestObjectFacade.java U src/test/java/de/fhdw/wtf/persistence/test/TestObjectFacadeNoDatabase.java U src/test/java/de/fhdw/wtf/persistence/test/TestDataBasePreparateur.java AU src/main/java/de/fhdw/wtf/persistence/facade/OracleDatabaseManagerFactory.java U src/main/java/de/fhdw/wtf/persistence/facade/NoDatabaseObjectFacadeImplementation.java AU src/main/java/de/fhdw/wtf/persistence/facade/NoDatabaseManagerFactory.java AU src/main/java/de/fhdw/wtf/persistence/facade/DatabaseManagerFactory.java U src/main/java/de/fhdw/wtf/persistence/facade/ObjectFacade.java U src/main/java/de/fhdw/wtf/persistence/meta/StringValue.java At revision 3695 Cleaning up /var/lib/jenkins/home/jobs/WTF-Persistence/workspace/developmentTools Updating https://fhdwdev.ha.bib.de/svn/ipcms14/trunk/Workspace/developmentTools at revision '2015-11-16T21:54:22.836 +0100' At revision 3695 no change for https://fhdwdev.ha.bib.de/svn/ipcms14/trunk/Workspace/developmentTools since the previous build [Exclusion] -> Allocating resource : ORACLE-DBMS [Exclusion] -> Assigned ORACLE-DBMS [Exclusion] -> Resource allocation complete Parsing POMs Modules changed, recalculating dependency graph Established TCP socket on 49418 [Persistence] $ /usr/lib/jvm/oracle-jdk-bin-1.7/bin/java -Xmx1024m -XX:MaxPermSize=128m -cp /var/lib/jenkins/home/plugins/maven-plugin/WEB-INF/lib/maven3-agent-1.7.jar:/usr/share/maven-bin-3.0/boot/plexus-classworlds-2.4.jar org.jvnet.hudson.maven3.agent.Maven3Main /usr/share/maven-bin-3.0 /var/lib/jenkins/home/war/WEB-INF/lib/remoting-2.52.jar /var/lib/jenkins/home/plugins/maven-plugin/WEB-INF/lib/maven3-interceptor-1.7.jar /var/lib/jenkins/home/plugins/maven-plugin/WEB-INF/lib/maven3-interceptor-commons-1.7.jar 49418 <===[JENKINS REMOTING CAPACITY]===>channel started Executing Maven: -B -f /var/lib/jenkins/home/jobs/WTF-Persistence/workspace/Persistence/pom.xml clean install site [INFO] Scanning for projects... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building de.fhdw.wtf.persistence 1.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ de.fhdw.wtf.persistence --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.2.201409121644:prepare-agent (jacoco-initialize) @ de.fhdw.wtf.persistence --- [INFO] surefireArgLine set to -javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.2.201409121644/org.jacoco.agent-0.7.2.201409121644-runtime.jar=destfile=/var/lib/jenkins/home/jobs/WTF-Persistence/workspace/Persistence/target/jacoco.exec [INFO] [INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ de.fhdw.wtf.persistence --- [debug] execute contextualize [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 12 resources [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ de.fhdw.wtf.persistence --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 87 source files to /var/lib/jenkins/home/jobs/WTF-Persistence/workspace/Persistence/target/classes [INFO] [INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ de.fhdw.wtf.persistence --- [debug] execute contextualize [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 4 resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ de.fhdw.wtf.persistence --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 13 source files to /var/lib/jenkins/home/jobs/WTF-Persistence/workspace/Persistence/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ de.fhdw.wtf.persistence --- [INFO] Surefire report directory: /var/lib/jenkins/home/jobs/WTF-Persistence/workspace/Persistence/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running de.fhdw.wtf.persistence.test.TestIDManager Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.063 sec - in de.fhdw.wtf.persistence.test.TestIDManager Running de.fhdw.wtf.persistence.test.TestDataBasePreparateur Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.082 sec - in de.fhdw.wtf.persistence.test.TestDataBasePreparateur Running de.fhdw.wtf.persistence.test.TestObjectFacadeNoDatabase Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 sec - in de.fhdw.wtf.persistence.test.TestObjectFacadeNoDatabase Running de.fhdw.wtf.persistence.test.TestObjectFacadeOracle Tests run: 29, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 25.487 sec - in de.fhdw.wtf.persistence.test.TestObjectFacadeOracle Running de.fhdw.wtf.persistence.test.TestAuthorizationFacade Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.652 sec - in de.fhdw.wtf.persistence.test.TestAuthorizationFacade Running de.fhdw.wtf.persistence.test.TestClassFacadeNoDatabase Tests run: 40, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.095 sec - in de.fhdw.wtf.persistence.test.TestClassFacadeNoDatabase Running de.fhdw.wtf.persistence.test.TestClassFacadeOracle Tests run: 40, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 17.946 sec - in de.fhdw.wtf.persistence.test.TestClassFacadeOracle Running de.fhdw.wtf.persistence.test.TestTransactions Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.655 sec - in de.fhdw.wtf.persistence.test.TestTransactions Results : Tests run: 149, Failures: 0, Errors: 0, Skipped: 0 [JENKINS] Recording test results [INFO] [INFO] --- jacoco-maven-plugin:0.7.2.201409121644:report (jacoco-site) @ de.fhdw.wtf.persistence --- [INFO] Analyzed bundle 'de.fhdw.wtf.persistence' with 76 classes [PMD] No report found for mojo report [INFO] [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ de.fhdw.wtf.persistence --- [INFO] Building jar: /var/lib/jenkins/home/jobs/WTF-Persistence/workspace/Persistence/target/de.fhdw.wtf.persistence-1.0-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.2.201409121644:prepare-agent (jacoco-initialize) @ de.fhdw.wtf.persistence --- [INFO] surefireArgLine set to -javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.2.201409121644/org.jacoco.agent-0.7.2.201409121644-runtime.jar=destfile=/var/lib/jenkins/home/jobs/WTF-Persistence/workspace/Persistence/target/jacoco.exec [WARNING] Failed to getClass for org.apache.maven.plugin.source.SourceJarMojo [INFO] [INFO] --- maven-source-plugin:2.4:jar (attach-sources) @ de.fhdw.wtf.persistence --- [INFO] Building jar: /var/lib/jenkins/home/jobs/WTF-Persistence/workspace/Persistence/target/de.fhdw.wtf.persistence-1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ de.fhdw.wtf.persistence --- [INFO] Installing /var/lib/jenkins/home/jobs/WTF-Persistence/workspace/Persistence/target/de.fhdw.wtf.persistence-1.0-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/de/fhdw/wtf/de.fhdw.wtf.persistence/1.0-SNAPSHOT/de.fhdw.wtf.persistence-1.0-SNAPSHOT.jar [INFO] Installing /var/lib/jenkins/home/jobs/WTF-Persistence/workspace/Persistence/pom.xml to /var/lib/jenkins/.m2/repository/de/fhdw/wtf/de.fhdw.wtf.persistence/1.0-SNAPSHOT/de.fhdw.wtf.persistence-1.0-SNAPSHOT.pom [INFO] Installing /var/lib/jenkins/home/jobs/WTF-Persistence/workspace/Persistence/target/de.fhdw.wtf.persistence-1.0-SNAPSHOT-sources.jar to /var/lib/jenkins/.m2/repository/de/fhdw/wtf/de.fhdw.wtf.persistence/1.0-SNAPSHOT/de.fhdw.wtf.persistence-1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-site-plugin:3.4:site (default-site) @ de.fhdw.wtf.persistence --- [INFO] configuring report plugin org.apache.maven.plugins:maven-project-info-reports-plugin:2.8.1 [INFO] configuring report plugin org.apache.maven.plugins:maven-jxr-plugin:2.5 [INFO] configuring report plugin org.apache.maven.plugins:maven-checkstyle-plugin:2.16 [INFO] configuring report plugin org.codehaus.mojo:findbugs-maven-plugin:3.0.2 [INFO] configuring report plugin org.apache.maven.plugins:maven-pmd-plugin:3.5 [INFO] Fork Value is true [java] Warnings generated: 5 [INFO] Done FindBugs Analysis.... [WARNING] No project URL defined - decoration links will not be relativized! [INFO] Rendering site with org.apache.maven.skins:maven-default-skin:jar:1.0 skin. [INFO] Generating "Source Xref" report --- maven-jxr-plugin:2.5:jxr [INFO] Generating "Test Source Xref" report --- maven-jxr-plugin:2.5:test-jxr [INFO] Generating "Checkstyle" report --- maven-checkstyle-plugin:2.16:checkstyle [INFO] Generating "FindBugs" report --- findbugs-maven-plugin:3.0.2:findbugs [INFO] Generating "CPD" report --- maven-pmd-plugin:3.5:cpd [INFO] Generating "PMD" report --- maven-pmd-plugin:3.5:pmd [CHECKSTYLE] Parsing file /var/lib/jenkins/home/jobs/WTF-Persistence/workspace/Persistence/target/checkstyle-result.xml [CHECKSTYLE] Successfully parsed file /var/lib/jenkins/home/jobs/WTF-Persistence/workspace/Persistence/target/checkstyle-result.xml of module de.fhdw.wtf.persistence with 220 unique warnings and 0 duplicates. [CHECKSTYLE] Computing warning deltas based on reference build #197 [FINDBUGS] Finding all files that match the pattern findbugsXml.xml [FINDBUGS] Parsing 1 file in /var/lib/jenkins/home/jobs/WTF-Persistence/workspace/Persistence/target [FINDBUGS] Successfully parsed file /var/lib/jenkins/home/jobs/WTF-Persistence/workspace/Persistence/target/findbugsXml.xml of module de.fhdw.wtf.persistence with 5 unique warnings and 0 duplicates. [FINDBUGS] Computing warning deltas based on reference build #197 [PMD] Finding all files that match the pattern pmd.xml [PMD] Parsing 1 file in /var/lib/jenkins/home/jobs/WTF-Persistence/workspace/Persistence/target [PMD] Successfully parsed file /var/lib/jenkins/home/jobs/WTF-Persistence/workspace/Persistence/target/pmd.xml of module de.fhdw.wtf.persistence with 6 unique warnings and 0 duplicates. [PMD] Computing warning deltas based on reference build #197 [JENKINS] Archiving site from /var/lib/jenkins/home/jobs/WTF-Persistence/workspace/Persistence/target/site to /var/lib/jenkins/home/jobs/WTF-Persistence/site [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 3:46.485s [INFO] Finished at: Mon Nov 16 21:58:18 CET 2015 [INFO] Final Memory: 51M/123M [INFO] ------------------------------------------------------------------------ Waiting for Jenkins to finish collecting data [JENKINS] Archiving /var/lib/jenkins/home/jobs/WTF-Persistence/workspace/Persistence/pom.xml to de.fhdw.wtf/de.fhdw.wtf.persistence/1.0-SNAPSHOT/de.fhdw.wtf.persistence-1.0-SNAPSHOT.pom [JENKINS] Archiving /var/lib/jenkins/home/jobs/WTF-Persistence/workspace/Persistence/target/de.fhdw.wtf.persistence-1.0-SNAPSHOT.jar to de.fhdw.wtf/de.fhdw.wtf.persistence/1.0-SNAPSHOT/de.fhdw.wtf.persistence-1.0-SNAPSHOT.jar [JENKINS] Archiving /var/lib/jenkins/home/jobs/WTF-Persistence/workspace/Persistence/target/de.fhdw.wtf.persistence-1.0-SNAPSHOT-sources.jar to de.fhdw.wtf/de.fhdw.wtf.persistence/1.0-SNAPSHOT/de.fhdw.wtf.persistence-1.0-SNAPSHOT-sources.jar /var/lib/jenkins/home/jobs/WTF-Persistence/workspace/Persistence/pom.xml is not inside /var/lib/jenkins/home/jobs/WTF-Persistence/workspace/Persistence/Persistence/; will archive in a separate pass /var/lib/jenkins/home/jobs/WTF-Persistence/workspace/Persistence/target/de.fhdw.wtf.persistence-1.0-SNAPSHOT.jar is not inside /var/lib/jenkins/home/jobs/WTF-Persistence/workspace/Persistence/Persistence/; will archive in a separate pass /var/lib/jenkins/home/jobs/WTF-Persistence/workspace/Persistence/target/de.fhdw.wtf.persistence-1.0-SNAPSHOT-sources.jar is not inside /var/lib/jenkins/home/jobs/WTF-Persistence/workspace/Persistence/Persistence/; will archive in a separate pass channel stopped [Exclusion] -> Releasing all the resources Maven RedeployPublisher use remote maven settings from : /var/lib/jenkins/.m2/settings.xml [INFO] Deployment in http://localhost:8083/nexus/content/repositories/snapshots/ (id=snapshots,uniqueVersion=true) Deploying the main artifact de.fhdw.wtf.persistence-1.0-SNAPSHOT.jar Downloading: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/wtf/de.fhdw.wtf.persistence/1.0-SNAPSHOT/maven-metadata.xml Downloaded: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/wtf/de.fhdw.wtf.persistence/1.0-SNAPSHOT/maven-metadata.xml (994 B at 64.7 KB/sec) Uploading: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/wtf/de.fhdw.wtf.persistence/1.0-SNAPSHOT/de.fhdw.wtf.persistence-1.0-20151116.205818-39.jar Uploaded: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/wtf/de.fhdw.wtf.persistence/1.0-SNAPSHOT/de.fhdw.wtf.persistence-1.0-20151116.205818-39.jar (134 KB at 1777.5 KB/sec) Uploading: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/wtf/de.fhdw.wtf.persistence/1.0-SNAPSHOT/de.fhdw.wtf.persistence-1.0-20151116.205818-39.pom Uploaded: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/wtf/de.fhdw.wtf.persistence/1.0-SNAPSHOT/de.fhdw.wtf.persistence-1.0-20151116.205818-39.pom (5 KB at 178.7 KB/sec) Downloading: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/wtf/de.fhdw.wtf.persistence/maven-metadata.xml Downloaded: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/wtf/de.fhdw.wtf.persistence/maven-metadata.xml (350 B at 34.2 KB/sec) Uploading: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/wtf/de.fhdw.wtf.persistence/1.0-SNAPSHOT/maven-metadata.xml Uploaded: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/wtf/de.fhdw.wtf.persistence/1.0-SNAPSHOT/maven-metadata.xml (994 B at 46.2 KB/sec) Uploading: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/wtf/de.fhdw.wtf.persistence/maven-metadata.xml Uploaded: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/wtf/de.fhdw.wtf.persistence/maven-metadata.xml (350 B at 21.4 KB/sec) Deploying the main artifact de.fhdw.wtf.persistence-1.0-SNAPSHOT-sources.jar Uploading: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/wtf/de.fhdw.wtf.persistence/1.0-SNAPSHOT/de.fhdw.wtf.persistence-1.0-20151116.205818-39-sources.jar Uploaded: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/wtf/de.fhdw.wtf.persistence/1.0-SNAPSHOT/de.fhdw.wtf.persistence-1.0-20151116.205818-39-sources.jar (102 KB at 2610.2 KB/sec) Uploading: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/wtf/de.fhdw.wtf.persistence/1.0-SNAPSHOT/maven-metadata.xml Uploaded: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/wtf/de.fhdw.wtf.persistence/1.0-SNAPSHOT/maven-metadata.xml (994 B at 48.5 KB/sec) [INFO] Deployment done in 0.44 sec [JaCoCo plugin] Collecting JaCoCo coverage data... [JaCoCo plugin] Database/target/jacoco.exec;Database/target/classes;Database/src/main/java; locations are configured [JaCoCo plugin] Number of found exec files for pattern Database/target/jacoco.exec: 1 [JaCoCo plugin] Saving matched execfiles: /var/lib/jenkins/home/jobs/WTF-Persistence/workspace/Database/target/jacoco.exec [JaCoCo plugin] Saving matched class directories for class-pattern: Database/target/classes: /var/lib/jenkins/home/jobs/WTF-Persistence/workspace/Database/target/classes [JaCoCo plugin] Saving matched source directories for source-pattern: Database/src/main/java: /var/lib/jenkins/home/jobs/WTF-Persistence/workspace/Database/src/main/java [JaCoCo plugin] Loading inclusions files.. [JaCoCo plugin] inclusions: [] [JaCoCo plugin] exclusions: [] [JaCoCo plugin] Thresholds: JacocoHealthReportThresholds [minClass=0, maxClass=0, minMethod=65, maxMethod=80, minLine=65, maxLine=80, minBranch=50, maxBranch=80, minInstruction=0, maxInstruction=0, minComplexity=0, maxComplexity=0] [JaCoCo plugin] Publishing the results.. [JaCoCo plugin] Loading packages.. [JaCoCo plugin] Done. Warning: you have no plugins providing access control for builds, so falling back to legacy behavior of permitting any downstream builds to be triggered Not triggering WTF-Generator because it has a dependency WTF-Context already building or in queue Not triggering WTF-Context-NoDB because it has a dependency WTF-Context already building or in queue Not triggering WTF-Context-DB because it has a dependency WTF-Context already building or in queue Triggering a new build of WTF-Context Finished: SUCCESS