Build failed in Jenkins: nuiton-decorator-sonar #5
See <http://ci.nuiton.org/jenkins/job/nuiton-decorator-sonar/5/display/redirect?page=changes> Changes: [Eric Chatellier] fixes #5: Update libs ------------------------------------------ Started by an SCM change Building on master in workspace <http://ci.nuiton.org/jenkins/job/nuiton-decorator-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-decorator.git # timeout=10 Fetching upstream changes from https://gitlab.nuiton.org/nuiton/nuiton-decorator.git git --version # timeout=10 git fetch --tags --progress https://gitlab.nuiton.org/nuiton/nuiton-decorator.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 9bb73d3eedd6cf337c43461883bb508e1f7647e4 (refs/remotes/origin/develop) git config core.sparsecheckout # timeout=10 git checkout -f 9bb73d3eedd6cf337c43461883bb508e1f7647e4 Commit message: "fixes #5: Update libs" git rev-list --no-walk 3587db5382f55aaa9cc00794ae729c794c09dd82 # timeout=10 Parsing POMs Modules changed, recalculating dependency graph Established TCP socket on 34691 [nuiton-decorator-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 34691 <===[JENKINS REMOTING CAPACITY]===> channel started Executing Maven: -B -f <http://ci.nuiton.org/jenkins/job/nuiton-decorator-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 Decorator 3.1-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ nuiton-decorator --- [INFO] Deleting <http://ci.nuiton.org/jenkins/job/nuiton-decorator-sonar/ws/target> [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-project-files) @ nuiton-decorator --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-platform) @ nuiton-decorator --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-projectId) @ nuiton-decorator --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-ciViewId) @ nuiton-decorator --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-javaVersion) @ nuiton-decorator --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-signatureArtifactId) @ nuiton-decorator --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-signatureVersion) @ nuiton-decorator --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-java-versions) @ nuiton-decorator --- [INFO] [INFO] --- maven-resources-plugin:3.0.1:resources (default-resources) @ nuiton-decorator --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory <http://ci.nuiton.org/jenkins/job/nuiton-decorator-sonar/ws/src/main/resources> [INFO] [INFO] --- maven-compiler-plugin:3.5.1:compile (default-compile) @ nuiton-decorator --- [INFO] Compiling 9 source files to <http://ci.nuiton.org/jenkins/job/nuiton-decorator-sonar/ws/target/classes> [WARNING] bootstrap class path not set in conjunction with -source 1.6 [INFO] <http://ci.nuiton.org/jenkins/job/nuiton-decorator-sonar/ws/src/main/java/org/nuiton/decorator/MapPropertyHandler.java>: Some input files use unchecked or unsafe operations. [INFO] <http://ci.nuiton.org/jenkins/job/nuiton-decorator-sonar/ws/src/main/java/org/nuiton/decorator/MapPropertyHandler.java>: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-antrun-plugin:1.8:run (generate-surefire-workdir) @ nuiton-decorator --- [INFO] Executing tasks
main: [mkdir] Created dir: <http://ci.nuiton.org/jenkins/job/nuiton-decorator-sonar/ws/target/surefire-workdir> [INFO] Executed tasks [INFO] [INFO] --- maven-resources-plugin:3.0.1:testResources (default-testResources) @ nuiton-decorator --- [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-decorator --- [INFO] Compiling 7 source files to <http://ci.nuiton.org/jenkins/job/nuiton-decorator-sonar/ws/target/test-classes> [WARNING] bootstrap class path not set in conjunction with -source 1.6 [INFO] <http://ci.nuiton.org/jenkins/job/nuiton-decorator-sonar/ws/src/test/java/org/nuiton/decorator/JXPathContextTester.java>: <http://ci.nuiton.org/jenkins/job/nuiton-decorator-sonar/ws/src/test/java/org/nuiton/decorator/JXPathContextTester.java> uses unchecked or unsafe operations. [INFO] <http://ci.nuiton.org/jenkins/job/nuiton-decorator-sonar/ws/src/test/java/org/nuiton/decorator/JXPathContextTester.java>: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ nuiton-decorator --- [INFO] Surefire report directory: <http://ci.nuiton.org/jenkins/job/nuiton-decorator-sonar/ws/target/surefire-reports> ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.nuiton.decorator.MapPropertyHandlerTest INFO [main] (MapPropertyHandlerTest.java:70) setUp - init map : {one=true, two=false} INFO [main] (MapPropertyHandlerTest.java:70) setUp - init map : {one=true, two=false} INFO [main] (MapPropertyHandlerTest.java:70) setUp - init map : {one=true, two=false} Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.131 sec - in org.nuiton.decorator.MapPropertyHandlerTest Running org.nuiton.decorator.DecoratorMulti18nProviderTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 sec - in org.nuiton.decorator.DecoratorMulti18nProviderTest Running org.nuiton.decorator.MultiJXPathDecoratorTest s=((%1$s) - %2$d) - 2 s=2 - (%1$d - (%2$s)) s=((%1$s) - %2$d) - 2 Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.nuiton.decorator.MultiJXPathDecoratorTest Running org.nuiton.decorator.JXPathDecoratorTest Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in org.nuiton.decorator.JXPathDecoratorTest Running org.nuiton.decorator.DecoratorProviderTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.nuiton.decorator.DecoratorProviderTest Results : Tests run: 31, Failures: 0, Errors: 0, Skipped: 0 [JENKINS] Recording test results [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ nuiton-decorator --- [INFO] Building jar: <http://ci.nuiton.org/jenkins/job/nuiton-decorator-sonar/ws/target/nuiton-decorator-3.1-SNAPSHOT.jar> [INFO] [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ nuiton-decorator --- [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: 8.177 s [INFO] Finished at: 2018-05-29T02:25:20+02:00 [INFO] Final Memory: 29M/432M [INFO] ------------------------------------------------------------------------ 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
participants (1)
-
admin+ci-nuiton.org@codelutin.com