See <http://ci.nuiton.org/jenkins/job/nuiton-converter-sonar/5/display/redirect?page=changes> Changes: [Eric Chatellier] fixes #4: Update libs ------------------------------------------ Started by an SCM change Building on master in workspace <http://ci.nuiton.org/jenkins/job/nuiton-converter-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-converter.git # timeout=10 Fetching upstream changes from https://gitlab.nuiton.org/nuiton/nuiton-converter.git git --version # timeout=10 git fetch --tags --progress https://gitlab.nuiton.org/nuiton/nuiton-converter.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 c0d243b53d314f44cb6a30bd105dad9a27cb1fb6 (refs/remotes/origin/develop) git config core.sparsecheckout # timeout=10 git checkout -f c0d243b53d314f44cb6a30bd105dad9a27cb1fb6 Commit message: "fixes #4: Update libs" git rev-list --no-walk 9bf4864e6890b5e48f4db5be24f3d13b261fdaaa # timeout=10 Parsing POMs Modules changed, recalculating dependency graph Established TCP socket on 40851 [nuiton-converter-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.12-alpha-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.17.jar /var/local/forge/data/nuiton.org/jenkins/plugins/maven-plugin/WEB-INF/lib/maven33-interceptor-1.12-alpha-1.jar /var/local/forge/data/nuiton.org/jenkins/plugins/maven-plugin/WEB-INF/lib/maven3-interceptor-commons-1.12-alpha-1.jar 40851 <===[JENKINS REMOTING CAPACITY]===> channel started Executing Maven: -B -f <http://ci.nuiton.org/jenkins/job/nuiton-converter-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 Converter 1.1-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ nuiton-converter --- [INFO] Deleting <http://ci.nuiton.org/jenkins/job/nuiton-converter-sonar/ws/target> [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-project-files) @ nuiton-converter --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-platform) @ nuiton-converter --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-projectId) @ nuiton-converter --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-ciViewId) @ nuiton-converter --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-javaVersion) @ nuiton-converter --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-signatureArtifactId) @ nuiton-converter --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-signatureVersion) @ nuiton-converter --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-java-versions) @ nuiton-converter --- [INFO] [INFO] --- maven-resources-plugin:3.0.1:resources (default-resources) @ nuiton-converter --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.5.1:compile (default-compile) @ nuiton-converter --- [INFO] Compiling 9 source files to <http://ci.nuiton.org/jenkins/job/nuiton-converter-sonar/ws/target/classes> [WARNING] bootstrap class path not set in conjunction with -source 1.6 [INFO] <http://ci.nuiton.org/jenkins/job/nuiton-converter-sonar/ws/src/main/java/org/nuiton/converter/EnumConverter.java>: Some input files use unchecked or unsafe operations. [INFO] <http://ci.nuiton.org/jenkins/job/nuiton-converter-sonar/ws/src/main/java/org/nuiton/converter/EnumConverter.java>: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-antrun-plugin:1.8:run (generate-surefire-workdir) @ nuiton-converter --- [INFO] Executing tasks
main: [mkdir] Created dir: <http://ci.nuiton.org/jenkins/job/nuiton-converter-sonar/ws/target/surefire-workdir> [INFO] Executed tasks [INFO] [INFO] --- maven-resources-plugin:3.0.1:testResources (default-testResources) @ nuiton-converter --- [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-converter --- [INFO] Compiling 2 source files to <http://ci.nuiton.org/jenkins/job/nuiton-converter-sonar/ws/target/test-classes> [WARNING] bootstrap class path not set in conjunction with -source 1.6 [INFO] [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ nuiton-converter --- [INFO] Surefire report directory: <http://ci.nuiton.org/jenkins/job/nuiton-converter-sonar/ws/target/surefire-reports> ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.nuiton.converter.LocaleConverterTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 sec - in org.nuiton.converter.LocaleConverterTest Running org.nuiton.converter.ConverterUtilTest INFO [main] (ConverterUtil.java:212) initConverters - register converter org.nuiton.converter.ColorConverter@3498ed INFO [main] (ConverterUtil.java:212) initConverters - register converter org.nuiton.converter.KeyStrokeConverter@668bc3d5 INFO [main] (ConverterUtil.java:212) initConverters - register converter org.nuiton.converter.LocaleConverter@7a5d012c INFO [main] (ConverterUtil.java:212) initConverters - register converter org.nuiton.converter.URIConverter@79b4d0f INFO [main] (ConverterUtil.java:212) initConverters - register converter org.nuiton.converter.URLConverter@6b2fad11 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 sec - in org.nuiton.converter.ConverterUtilTest Results : Tests run: 5, Failures: 0, Errors: 0, Skipped: 0 [JENKINS] Recording test results [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ nuiton-converter --- [INFO] Building jar: <http://ci.nuiton.org/jenkins/job/nuiton-converter-sonar/ws/target/nuiton-converter-1.1-SNAPSHOT.jar> [INFO] [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ nuiton-converter --- [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 0 seconds [JENKINS] Archiving disabled [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 7.619 s [INFO] Finished at: 2018-05-29T02:15:20+02:00 [INFO] Final Memory: 29M/432M [INFO] ------------------------------------------------------------------------ Waiting for Jenkins to finish collecting data 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 Not sending mail to unregistered user chatellier@codelutin.com