See <http://ci.nuiton.org/jenkins/job/nuiton-j2r-sonar/9/display/redirect?page=changes> Changes: [Eric Chatellier] fixes #4161: Use java 7 API level [Maven Release] [jgitflow-maven-plugin]updating poms for 1.2.1-SNAPSHOT development [Maven Release] Fix pom [Maven Release] [jgitflow-maven-plugin]updating poms for 1.2.1-SNAPSHOT development ------------------------------------------ Started by user CI Nuiton Admin Building on master in workspace <http://ci.nuiton.org/jenkins/job/nuiton-j2r-sonar/ws/>
git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository git config remote.origin.url https://gitlab.nuiton.org/nuiton/nuiton-j2r.git # timeout=10 Fetching upstream changes from https://gitlab.nuiton.org/nuiton/nuiton-j2r.git git --version # timeout=10 git fetch --tags --progress https://gitlab.nuiton.org/nuiton/nuiton-j2r.git +refs/heads/*:refs/remotes/origin/* git rev-parse refs/remotes/origin/develop^{commit} # timeout=10 git rev-parse refs/remotes/origin/origin/develop^{commit} # timeout=10 Checking out Revision 178d27987b986829be42d301a6fec4d677445e33 (refs/remotes/origin/develop) git config core.sparsecheckout # timeout=10 git checkout -f 178d27987b986829be42d301a6fec4d677445e33 git rev-list e79068cf8eecc4f38d4aeb0b71860da627e50545 # timeout=10 Parsing POMs Established TCP socket on 60295 [nuiton-j2r-sonar] $ /opt/jdk8/bin/java -Dsettings.security=/var/local/forge/data/nuiton.org/maven/settings-security.xml -Djava.awt.headless=true -cp /var/local/forge/data/nuiton.org/jenkins/plugins/maven-plugin/WEB-INF/lib/maven33-agent-1.8.1.jar:/opt/maven3/boot/plexus-classworlds-2.5.2.jar:/opt/maven3/conf/logging jenkins.maven3.agent.Maven33Main /opt/maven3 /var/local/forge/exec/tomcat-nuiton.org/webapps/jenkins/WEB-INF/lib/remoting-3.4.1.jar /var/local/forge/data/nuiton.org/jenkins/plugins/maven-plugin/WEB-INF/lib/maven33-interceptor-1.8.1.jar /var/local/forge/data/nuiton.org/jenkins/plugins/maven-plugin/WEB-INF/lib/maven3-interceptor-commons-1.8.1.jar 60295 <===[JENKINS REMOTING CAPACITY]===> channel started Executing Maven: -B -f <http://ci.nuiton.org/jenkins/job/nuiton-j2r-sonar/ws/pom.xml> -s /var/local/forge/data/nuiton.org/maven/settings.xml -e -U clean verify [INFO] Error stacktraces are turned on. [INFO] Scanning for projects... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Nuiton Java-2-R 1.2.1-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ nuiton-j2r --- [INFO] Deleting <http://ci.nuiton.org/jenkins/job/nuiton-j2r-sonar/ws/target> [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-project-files) @ nuiton-j2r --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-platform) @ nuiton-j2r --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-projectId) @ nuiton-j2r --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-ciViewId) @ nuiton-j2r --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-javaVersion) @ nuiton-j2r --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-signatureArtifactId) @ nuiton-j2r --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-signatureVersion) @ nuiton-j2r --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-java-versions) @ nuiton-j2r --- [INFO] [INFO] --- maven-resources-plugin:3.0.1:resources (default-resources) @ nuiton-j2r --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 4 resources [INFO] [INFO] --- maven-compiler-plugin:3.5.1:compile (default-compile) @ nuiton-j2r --- [INFO] Compiling 12 source files to <http://ci.nuiton.org/jenkins/job/nuiton-j2r-sonar/ws/target/classes> [WARNING] bootstrap class path not set in conjunction with -source 1.7 [INFO] <http://ci.nuiton.org/jenkins/job/nuiton-j2r-sonar/ws/src/main/java/org/nuiton/j2r/types/RDataFrame.java>: <http://ci.nuiton.org/jenkins/job/nuiton-j2r-sonar/ws/src/main/java/org/nuiton/j2r/types/RDataFrame.java> uses unchecked or unsafe operations. [INFO] <http://ci.nuiton.org/jenkins/job/nuiton-j2r-sonar/ws/src/main/java/org/nuiton/j2r/types/RDataFrame.java>: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-antrun-plugin:1.8:run (generate-surefire-workdir) @ nuiton-j2r --- [INFO] Executing tasks
main: [mkdir] Created dir: <http://ci.nuiton.org/jenkins/job/nuiton-j2r-sonar/ws/target/surefire-workdir> [INFO] Executed tasks [INFO] [INFO] --- maven-resources-plugin:3.0.1:testResources (default-testResources) @ nuiton-j2r --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.5.1:testCompile (default-testCompile) @ nuiton-j2r --- [INFO] Compiling 8 source files to <http://ci.nuiton.org/jenkins/job/nuiton-j2r-sonar/ws/target/test-classes> [WARNING] bootstrap class path not set in conjunction with -source 1.7 [INFO] [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ nuiton-j2r --- [INFO] Surefire report directory: <http://ci.nuiton.org/jenkins/job/nuiton-j2r-sonar/ws/target/surefire-reports> ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.nuiton.j2r.ListTest Mar 17, 2017 12:06:46 PM org.nuiton.j2r.RProxy init WARNING: No R type specified. usage: java -DR.type=net ... or java -DR.type=jni ... Considering network type Mar 17, 2017 12:06:47 PM org.nuiton.j2r.RProxy initOnNet INFO: Trying to initialize the R Proxy with Network Mar 17, 2017 12:06:47 PM org.nuiton.j2r.net.RNetEngine init INFO: Trying to connect to the Rserve on '127.0.0.1:6311' Mar 17, 2017 12:06:47 PM org.nuiton.j2r.net.RNetEngine init SEVERE: Unable to establish a connection to the R server. Maybe you forgot to start it. Try using the command "R CMD Rserve". Mar 17, 2017 12:06:47 PM org.nuiton.j2r.RProxy init SEVERE: Initialization of R with Network failed, trying JNI Mar 17, 2017 12:06:47 PM org.nuiton.j2r.RProxy initOnJNI INFO: Trying to initialize the R Proxy over JNI Mar 17, 2017 12:06:47 PM org.nuiton.j2r.RProxy init SEVERE: The initializing of R failed. Mar 17, 2017 12:06:47 PM org.nuiton.j2r.DataframeTest tryREnv SEVERE: No R environment found to run tests. Skip Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.852 sec - in org.nuiton.j2r.ListTest Running org.nuiton.j2r.JNITest Mar 17, 2017 12:06:47 PM org.nuiton.j2r.RProxy initOnJNI INFO: Trying to initialize the R Proxy over JNI Mar 17, 2017 12:06:47 PM org.nuiton.j2r.RProxy init SEVERE: Initialization of R over JNI failed, trying with Network Mar 17, 2017 12:06:47 PM org.nuiton.j2r.RProxy initOnNet INFO: Trying to initialize the R Proxy with Network Mar 17, 2017 12:06:47 PM org.nuiton.j2r.net.RNetEngine init INFO: Trying to connect to the Rserve on '127.0.0.1:6311' Mar 17, 2017 12:06:47 PM org.nuiton.j2r.net.RNetEngine init SEVERE: Unable to establish a connection to the R server. Maybe you forgot to start it. Try using the command "R CMD Rserve". Mar 17, 2017 12:06:47 PM org.nuiton.j2r.RProxy init SEVERE: The initializing of R failed. Mar 17, 2017 12:06:47 PM org.nuiton.j2r.JNITest tryREnv SEVERE: No R environment found to run tests. Skip Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 sec - in org.nuiton.j2r.JNITest Running org.nuiton.j2r.NetTest Mar 17, 2017 12:06:47 PM org.nuiton.j2r.RProxy initOnNet INFO: Trying to initialize the R Proxy with Network Mar 17, 2017 12:06:47 PM org.nuiton.j2r.net.RNetEngine init INFO: Trying to connect to the Rserve on '127.0.0.1:6311' Mar 17, 2017 12:06:47 PM org.nuiton.j2r.net.RNetEngine init SEVERE: Unable to establish a connection to the R server. Maybe you forgot to start it. Try using the command "R CMD Rserve". Mar 17, 2017 12:06:47 PM org.nuiton.j2r.RProxy init SEVERE: Initialization of R with Network failed, trying JNI Mar 17, 2017 12:06:47 PM org.nuiton.j2r.RProxy initOnJNI INFO: Trying to initialize the R Proxy over JNI Mar 17, 2017 12:06:47 PM org.nuiton.j2r.RProxy init SEVERE: The initializing of R failed. Mar 17, 2017 12:06:47 PM org.nuiton.j2r.NetTest tryREnv SEVERE: No R environment found to run tests. Skip Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 sec - in org.nuiton.j2r.NetTest Running org.nuiton.j2r.DataframeTest Mar 17, 2017 12:06:47 PM org.nuiton.j2r.RProxy initOnNet INFO: Trying to initialize the R Proxy with Network Mar 17, 2017 12:06:47 PM org.nuiton.j2r.net.RNetEngine init INFO: Trying to connect to the Rserve on '127.0.0.1:6311' Mar 17, 2017 12:06:47 PM org.nuiton.j2r.net.RNetEngine init SEVERE: Unable to establish a connection to the R server. Maybe you forgot to start it. Try using the command "R CMD Rserve". Mar 17, 2017 12:06:47 PM org.nuiton.j2r.RProxy init SEVERE: Initialization of R with Network failed, trying JNI Mar 17, 2017 12:06:47 PM org.nuiton.j2r.RProxy initOnJNI INFO: Trying to initialize the R Proxy over JNI Mar 17, 2017 12:06:47 PM org.nuiton.j2r.RProxy init SEVERE: The initializing of R failed. Mar 17, 2017 12:06:47 PM org.nuiton.j2r.DataframeTest tryREnv SEVERE: No R environment found to run tests. Skip Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.008 sec - in org.nuiton.j2r.DataframeTest Running org.nuiton.j2r.JPurTest [SO]min: 0.0 [SO]avg: 2.0 [SO]max: 4.0 [SO]etype: 1.4142135623730951 [V]min: 0.0 [V]avg: 1.7 [V]max: 9.0 [V]etype: 2.491987158875423 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 sec - in org.nuiton.j2r.JPurTest Results : Tests run: 6, Failures: 0, Errors: 0, Skipped: 4 [JENKINS] Recording test results [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ nuiton-j2r --- [INFO] Building jar: <http://ci.nuiton.org/jenkins/job/nuiton-j2r-sonar/ws/target/nuiton-j2r-1.2.1-SNAPSHOT.jar> [INFO] [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ nuiton-j2r --- [JENKINS] Archiving disabled 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 3 second [JENKINS] Archiving disabled [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:29 min [INFO] Finished at: 2017-03-17T12:08:03+01:00 [INFO] Final Memory: 32M/483M [INFO] ------------------------------------------------------------------------ Waiting for Jenkins to finish collecting data Sending e-mails to: nuiton-j2r-build@list.nuiton.org chatellier@codelutin.com maven-release@codelutin.com channel stopped FATAL: No SonarQube installation assigned for this job. There are 0 available installations that can be configured. If you want to reassign a lot of jobs to a different SonarQube installation see http://docs.sonarqube.org/display/PLUG/Reassign+Jobs+to+Another+SonarQube+In... Build step 'SonarQube analysis with Maven' marked build as failure 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