Started by user jnh5y@ccri.com Building in workspace /home/hudson/genie.jts/.jenkins/jobs/Hatbox/workspace > /usr/local/bin/git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > /usr/local/bin/git config remote.origin.url https://github.com/jodygarnett/hatbox.git # timeout=10 Fetching upstream changes from https://github.com/jodygarnett/hatbox.git > /usr/local/bin/git --version # timeout=10 > /usr/local/bin/git fetch --tags --progress https://github.com/jodygarnett/hatbox.git +refs/heads/*:refs/remotes/origin/* > /usr/local/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10 > /usr/local/bin/git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10 Checking out Revision eec16e905ec725426a007dd59b82faeb12eeca18 (refs/remotes/origin/master) > /usr/local/bin/git config core.sparsecheckout # timeout=10 > /usr/local/bin/git checkout -f eec16e905ec725426a007dd59b82faeb12eeca18 Commit message: "add missing sql setup scripts" > /usr/local/bin/git rev-list --no-walk 8be0339380b933da921ed41287f99664e8d9d909 # timeout=10 Parsing POMs Established TCP socket on 39614 [workspace] $ /shared/common/jdk1.8.0_x64-latest/bin/java -Xmx2G -Djava.io.tmpdir=/tmp/genie.jts -cp /home/hudson/genie.jts/.jenkins/plugins/maven-plugin/WEB-INF/lib/maven35-agent-1.12-alpha-1.jar:/shared/common/apache-maven-latest/boot/plexus-classworlds-2.5.2.jar:/shared/common/apache-maven-latest/conf/logging jenkins.maven3.agent.Maven35Main /shared/common/apache-maven-latest /home/hudson/genie.jts/.jenkins/war/WEB-INF/lib/remoting-3.14.jar /home/hudson/genie.jts/.jenkins/plugins/maven-plugin/WEB-INF/lib/maven35-interceptor-1.12-alpha-1.jar /home/hudson/genie.jts/.jenkins/plugins/maven-plugin/WEB-INF/lib/maven3-interceptor-commons-1.12-alpha-1.jar 39614 Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.jts <===[JENKINS REMOTING CAPACITY]===>channel started Executing Maven: -B -f /home/hudson/genie.jts/.jenkins/jobs/Hatbox/workspace/pom.xml clean install [INFO] Scanning for projects... [WARNING] [WARNING] Some problems were encountered while building the effective model for net.sourceforge.hatbox:hatbox:jar:1.0.b10 [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-compiler-plugin is missing. @ line 50, column 15 [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-jar-plugin is missing. @ line 58, column 15 [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-source-plugin is missing. @ line 69, column 15 [WARNING] [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build. [WARNING] [WARNING] For this reason, future Maven versions might no longer support building such malformed projects. [WARNING] [INFO] [INFO] -------------------< net.sourceforge.hatbox:hatbox >-------------------- [INFO] Building hatbox 1.0.b10 [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hatbox --- [INFO] Deleting /home/hudson/genie.jts/.jenkins/jobs/Hatbox/workspace/target [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ hatbox --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] Copying 4 resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ hatbox --- [INFO] Changes detected - recompiling the module! [WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent! [INFO] Compiling 47 source files to /home/hudson/genie.jts/.jenkins/jobs/Hatbox/workspace/target/classes [WARNING] /home/hudson/genie.jts/.jenkins/jobs/Hatbox/workspace/src/main/java/net/sourceforge/hatbox/AbstractResultSet.java: /home/hudson/genie.jts/.jenkins/jobs/Hatbox/workspace/src/main/java/net/sourceforge/hatbox/AbstractResultSet.java uses or overrides a deprecated API. [WARNING] /home/hudson/genie.jts/.jenkins/jobs/Hatbox/workspace/src/main/java/net/sourceforge/hatbox/AbstractResultSet.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ hatbox --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/hudson/genie.jts/.jenkins/jobs/Hatbox/workspace/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ hatbox --- [INFO] Changes detected - recompiling the module! [WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent! [INFO] Compiling 2 source files to /home/hudson/genie.jts/.jenkins/jobs/Hatbox/workspace/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ hatbox --- [INFO] Surefire report directory: /home/hudson/genie.jts/.jenkins/jobs/Hatbox/workspace/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.jts Running net.sourceforge.hatbox.RtreeTest Jun 23, 2018 3:56:34 PM net.sourceforge.hatbox.RTreeSessionMem display INFO: ------ Root id = 5 Jun 23, 2018 3:56:34 PM net.sourceforge.hatbox.RTreeSessionMem display INFO: Id:0 Parent:1 Leaf Entries:2 Max:3 {1000*0.0:0.0:0.0:0.0, 1001*1.0:1.0:1.0:1.0} Jun 23, 2018 3:56:34 PM net.sourceforge.hatbox.RTreeSessionMem display INFO: Id:1 Parent:5 Index-1 Entries:2 Max:3 {0*0.0:1.0:0.0:1.0, 2*2.0:3.0:2.0:3.0} Jun 23, 2018 3:56:34 PM net.sourceforge.hatbox.RTreeSessionMem display INFO: Id:2 Parent:1 Leaf Entries:2 Max:3 {1002*2.0:2.0:2.0:2.0, 1003*3.0:3.0:3.0:3.0} Jun 23, 2018 3:56:34 PM net.sourceforge.hatbox.RTreeSessionMem display INFO: Id:3 Parent:6 Leaf Entries:2 Max:3 {1004*4.0:4.0:4.0:4.0, 1005*5.0:5.0:5.0:5.0} Jun 23, 2018 3:56:34 PM net.sourceforge.hatbox.RTreeSessionMem display INFO: Id:4 Parent:6 Leaf Entries:2 Max:3 {1006*6.0:6.0:6.0:6.0, 1007*7.0:7.0:7.0:7.0} Jun 23, 2018 3:56:34 PM net.sourceforge.hatbox.RTreeSessionMem display INFO: Id:5 Parent:-1 Index-2 Entries:3 Max:3 {1*0.0:3.0:0.0:3.0, 6*4.0:7.0:4.0:7.0, 9*8.0:11.0:8.0:11.0} Jun 23, 2018 3:56:34 PM net.sourceforge.hatbox.RTreeSessionMem display INFO: Id:6 Parent:5 Index-1 Entries:2 Max:3 {3*4.0:5.0:4.0:5.0, 4*6.0:7.0:6.0:7.0} Jun 23, 2018 3:56:34 PM net.sourceforge.hatbox.RTreeSessionMem display INFO: Id:7 Parent:9 Leaf Entries:2 Max:3 {1008*8.0:8.0:8.0:8.0, 1009*9.0:9.0:9.0:9.0} Jun 23, 2018 3:56:34 PM net.sourceforge.hatbox.RTreeSessionMem display INFO: Id:8 Parent:9 Leaf Entries:2 Max:3 {1011*11.0:11.0:11.0:11.0, 1010*10.0:10.0:10.0:10.0} Jun 23, 2018 3:56:34 PM net.sourceforge.hatbox.RTreeSessionMem display INFO: Id:9 Parent:5 Index-1 Entries:2 Max:3 {8*10.0:11.0:10.0:11.0, 7*8.0:9.0:8.0:9.0} Jun 23, 2018 3:56:34 PM net.sourceforge.hatbox.RTreeSessionMem display INFO: ****** Jun 23, 2018 3:56:34 PM net.sourceforge.hatbox.RTreeSessionMem display INFO: ------ Root id = 5 Jun 23, 2018 3:56:34 PM net.sourceforge.hatbox.RTreeSessionMem display INFO: Id:2 Parent:6 Leaf Entries:3 Max:3 {1002*2.0:2.0:2.0:2.0, 1003*3.0:3.0:3.0:3.0, 1000*0.0:0.0:0.0:0.0} Jun 23, 2018 3:56:34 PM net.sourceforge.hatbox.RTreeSessionMem display INFO: Id:3 Parent:6 Leaf Entries:2 Max:3 {1004*4.0:4.0:4.0:4.0, 1005*5.0:5.0:5.0:5.0} Jun 23, 2018 3:56:34 PM net.sourceforge.hatbox.RTreeSessionMem display INFO: Id:4 Parent:6 Leaf Entries:2 Max:3 {1006*6.0:6.0:6.0:6.0, 1007*7.0:7.0:7.0:7.0} Jun 23, 2018 3:56:34 PM net.sourceforge.hatbox.RTreeSessionMem display INFO: Id:5 Parent:-1 Index-2 Entries:2 Max:3 {6*0.0:7.0:0.0:7.0, 9*8.0:11.0:8.0:11.0} Jun 23, 2018 3:56:34 PM net.sourceforge.hatbox.RTreeSessionMem display INFO: Id:6 Parent:5 Index-1 Entries:3 Max:3 {3*4.0:5.0:4.0:5.0, 4*6.0:7.0:6.0:7.0, 2*0.0:3.0:0.0:3.0} Jun 23, 2018 3:56:34 PM net.sourceforge.hatbox.RTreeSessionMem display INFO: Id:7 Parent:9 Leaf Entries:2 Max:3 {1008*8.0:8.0:8.0:8.0, 1009*9.0:9.0:9.0:9.0} Jun 23, 2018 3:56:34 PM net.sourceforge.hatbox.RTreeSessionMem display INFO: Id:8 Parent:9 Leaf Entries:2 Max:3 {1011*11.0:11.0:11.0:11.0, 1010*10.0:10.0:10.0:10.0} Jun 23, 2018 3:56:34 PM net.sourceforge.hatbox.RTreeSessionMem display INFO: Id:9 Parent:5 Index-1 Entries:2 Max:3 {8*10.0:11.0:10.0:11.0, 7*8.0:9.0:8.0:9.0} Jun 23, 2018 3:56:34 PM net.sourceforge.hatbox.RTreeSessionMem display INFO: ****** Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 sec Results : Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [JENKINS] Recording test results [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ hatbox --- [INFO] Building jar: /home/hudson/genie.jts/.jenkins/jobs/Hatbox/workspace/target/hatbox-1.0.b10.jar [INFO] [INFO] >>> maven-source-plugin:3.0.1:jar (default) > generate-sources @ hatbox >>> [WARNING] Failed to getClass for org.apache.maven.plugins.source.SourceJarMojo [INFO] [INFO] <<< maven-source-plugin:3.0.1:jar (default) < generate-sources @ hatbox <<< [INFO] [INFO] [INFO] --- maven-source-plugin:3.0.1:jar (default) @ hatbox --- [INFO] Building jar: /home/hudson/genie.jts/.jenkins/jobs/Hatbox/workspace/target/hatbox-1.0.b10-sources.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hatbox --- [INFO] Installing /home/hudson/genie.jts/.jenkins/jobs/Hatbox/workspace/target/hatbox-1.0.b10.jar to /opt/public/hipp/homes/genie.jts/.m2/repository/net/sourceforge/hatbox/hatbox/1.0.b10/hatbox-1.0.b10.jar [INFO] Installing /home/hudson/genie.jts/.jenkins/jobs/Hatbox/workspace/pom.xml to /opt/public/hipp/homes/genie.jts/.m2/repository/net/sourceforge/hatbox/hatbox/1.0.b10/hatbox-1.0.b10.pom [INFO] Installing /home/hudson/genie.jts/.jenkins/jobs/Hatbox/workspace/target/hatbox-1.0.b10-sources.jar to /opt/public/hipp/homes/genie.jts/.m2/repository/net/sourceforge/hatbox/hatbox/1.0.b10/hatbox-1.0.b10-sources.jar Started calculate disk usage of build Finished Calculation of disk usage of build in 0 seconds Started calculate disk usage of workspace Finished Calculation of disk usage of workspace in 0 seconds [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 10.023 s [INFO] Finished at: 2018-06-23T15:56:40-04:00 [INFO] ------------------------------------------------------------------------ Waiting for Jenkins to finish collecting data [JENKINS] Archiving /home/hudson/genie.jts/.jenkins/jobs/Hatbox/workspace/pom.xml to net.sourceforge.hatbox/hatbox/1.0.b10/hatbox-1.0.b10.pom [JENKINS] Archiving /home/hudson/genie.jts/.jenkins/jobs/Hatbox/workspace/target/hatbox-1.0.b10.jar to net.sourceforge.hatbox/hatbox/1.0.b10/hatbox-1.0.b10.jar [JENKINS] Archiving /home/hudson/genie.jts/.jenkins/jobs/Hatbox/workspace/target/hatbox-1.0.b10-sources.jar to net.sourceforge.hatbox/hatbox/1.0.b10/hatbox-1.0.b10-sources.jar channel stopped Started calculate disk usage of build Finished Calculation of disk usage of build in 0 seconds Started calculate disk usage of workspace Finished Calculation of disk usage of workspace in 0 seconds Triggering a new build of Jaitools-1.15.0 Triggering a new build of GeoDB-1.15.0 Finished: SUCCESS