Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[hono-dev] Build failed in Jenkins: Hono CI Pipeline #12

See <https://ci.eclipse.org/hono/job/Hono%20CI%20Pipeline/12/display/redirect>

------------------------------------------
[...truncated 35.40 KB...]
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-no-snapshots) @ hono-client ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default-prepare-agent) @ hono-client ---
[INFO] argLine set to "-javaagent:/opt/public/hipp/homes/genie.hono/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/jobs/genie.hono/Hono CI Pipeline/workspace/client/target/jacoco.exec"
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ hono-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /jobs/genie.hono/Hono CI Pipeline/workspace/client/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.7.0:compile (default-compile) @ hono-client ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 27 source files to /jobs/genie.hono/Hono CI Pipeline/workspace/client/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ hono-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.7.0:testCompile (default-testCompile) @ hono-client ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 13 source files to /jobs/genie.hono/Hono CI Pipeline/workspace/client/target/test-classes
[INFO] /jobs/genie.hono/Hono CI Pipeline/workspace/client/src/test/java/org/eclipse/hono/client/impl/HonoClientUnitTestHelper.java: Some input files use or override a deprecated API.
[INFO] /jobs/genie.hono/Hono CI Pipeline/workspace/client/src/test/java/org/eclipse/hono/client/impl/HonoClientUnitTestHelper.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.0:test (default-test) @ hono-client ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.hono.client.impl.AbstractSenderTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.156 s - in org.eclipse.hono.client.impl.AbstractSenderTest
[INFO] Running org.eclipse.hono.client.impl.AbstractRequestResponseClientTest
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 s - in org.eclipse.hono.client.impl.AbstractRequestResponseClientTest
[INFO] Running org.eclipse.hono.client.impl.EventConsumerImplTest
[ERROR] Tests run: 3, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 5.983 s <<< FAILURE! - in org.eclipse.hono.client.impl.EventConsumerImplTest
[ERROR] testCloseHandlerCallsCloseHook(org.eclipse.hono.client.impl.EventConsumerImplTest)  Time elapsed: 5.77 s  <<< ERROR!
java.util.concurrent.TimeoutException

[INFO] Running org.eclipse.hono.client.impl.AbstractHonoClientTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 s - in org.eclipse.hono.client.impl.AbstractHonoClientTest
[INFO] Running org.eclipse.hono.client.impl.CommandClientImplTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.hono.client.impl.CommandClientImplTest
[INFO] Running org.eclipse.hono.client.impl.RegistrationClientImplTest
[ERROR] Tests run: 4, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 6.955 s <<< FAILURE! - in org.eclipse.hono.client.impl.RegistrationClientImplTest
[ERROR] testAssertRegistrationAddsResponseToCacheOnCacheMiss(org.eclipse.hono.client.impl.RegistrationClientImplTest)  Time elapsed: 5.002 s  <<< ERROR!
org.junit.runners.model.TestTimedOutException: test timed out after 5 seconds
	at org.eclipse.hono.client.impl.RegistrationClientImplTest.newRegistrationAssertionResult(RegistrationClientImplTest.java:218)
	at org.eclipse.hono.client.impl.RegistrationClientImplTest.newRegistrationAssertionResult(RegistrationClientImplTest.java:209)
	at org.eclipse.hono.client.impl.RegistrationClientImplTest.testAssertRegistrationAddsResponseToCacheOnCacheMiss(RegistrationClientImplTest.java:113)

[INFO] Running org.eclipse.hono.client.impl.HonoClientImplTest
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.358 s - in org.eclipse.hono.client.impl.HonoClientImplTest
[INFO] Running org.eclipse.hono.client.impl.TenantClientImplTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.156 s - in org.eclipse.hono.client.impl.TenantClientImplTest
[INFO] Running org.eclipse.hono.client.impl.TelemetrySenderImplTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.hono.client.impl.TelemetrySenderImplTest
[INFO] Running org.eclipse.hono.client.impl.EventSenderImplTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.hono.client.impl.EventSenderImplTest
[INFO] Running org.eclipse.hono.client.ServerErrorExceptionTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 s - in org.eclipse.hono.client.ServerErrorExceptionTest
[INFO] 
[INFO] Results:
[INFO] 
[ERROR] Errors: 
[ERROR]   EventConsumerImplTest.testCloseHandlerCallsCloseHook » Timeout
[ERROR]   RegistrationClientImplTest.testAssertRegistrationAddsResponseToCacheOnCacheMiss:113->newRegistrationAssertionResult:209->newRegistrationAssertionResult:218 » TestTimedOut
[INFO] 
[ERROR] Tests run: 62, Failures: 0, Errors: 2, Skipped: 0
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Hono 0.8-M2-SNAPSHOT ............................... SUCCESS [  1.658 s]
[INFO] Hono Dependencies .................................. SUCCESS [  0.025 s]
[INFO] Legal Documents .................................... SUCCESS [  1.002 s]
[INFO] Hono Demo Certs .................................... SUCCESS [  0.087 s]
[INFO] Hono Core .......................................... SUCCESS [ 12.108 s]
[INFO] Hono Client ........................................ FAILURE [ 24.323 s]
[INFO] Hono Service base .................................. SKIPPED
[INFO] Hono Protocol Adapters ............................. SKIPPED
[INFO] Hono AMQP Adapter .................................. SKIPPED
[INFO] Hono COAP Adapter base ............................. SKIPPED
[INFO] Hono COAP Adapter .................................. SKIPPED
[INFO] Hono HTTP Adapter base ............................. SKIPPED
[INFO] Hono HTTP Adapter .................................. SKIPPED
[INFO] Hono MQTT Adapter base ............................. SKIPPED
[INFO] Hono Kura Adapter .................................. SKIPPED
[INFO] Hono MQTT Adapter .................................. SKIPPED
[INFO] Hono command-line interface ........................ SKIPPED
[INFO] Hono Deployment .................................... SKIPPED
[INFO] Hono Examples ...................................... SKIPPED
[INFO] Hono JMeter Plugin ................................. SKIPPED
[INFO] Hono Services ...................................... SKIPPED
[INFO] Hono Auth .......................................... SKIPPED
[INFO] Hono Device Registry ............................... SKIPPED
[INFO] Hono Messaging ..................................... SKIPPED
[INFO] Hono Site .......................................... SKIPPED
[INFO] Hono Integration Tests 0.8-M2-SNAPSHOT ............. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 41.344 s
[INFO] Finished at: 2018-10-04T07:27:56-04:00
[INFO] ------------------------------------------------------------------------
[INFO] [jenkins-event-spy] Generated /jobs/genie.hono/Hono CI Pipeline/workspace@tmp/withMaven32c3e433/maven-spy-20181004-072715-3875877921491157476663.log
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.22.0:test (default-test) on project hono-client: There are test failures.
[ERROR] 
[ERROR] Please refer to /jobs/genie.hono/Hono CI Pipeline/workspace/client/target/surefire-reports for the individual test results.
[ERROR] Please refer to dump files (if any exist) [date]-jvmRun[N].dump, [date].dumpstream and [date]-jvmRun[N].dumpstream.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :hono-client
[Pipeline] }
[withMaven] artifactsPublisher - Archive artifact pom.xml under org/eclipse/hono/hono-parent/0.8-M2-SNAPSHOT/hono-parent-0.8-M2-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact bom/pom.xml under org/eclipse/hono/hono-bom/0.8-M2-SNAPSHOT/hono-bom-0.8-M2-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact legal/pom.xml under org/eclipse/hono/hono-legal/0.8-M2-SNAPSHOT/hono-legal-0.8-M2-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact legal/target/hono-legal-0.8-M2-SNAPSHOT.jar under org/eclipse/hono/hono-legal/0.8-M2-SNAPSHOT/hono-legal-0.8-M2-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact demo-certs/pom.xml under org/eclipse/hono/hono-demo-certs/0.8-M2-SNAPSHOT/hono-demo-certs-0.8-M2-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact demo-certs/target/hono-demo-certs-0.8-M2-SNAPSHOT.jar under org/eclipse/hono/hono-demo-certs/0.8-M2-SNAPSHOT/hono-demo-certs-0.8-M2-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact core/pom.xml under org/eclipse/hono/hono-core/0.8-M2-SNAPSHOT/hono-core-0.8-M2-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact core/target/hono-core-0.8-M2-SNAPSHOT.jar under org/eclipse/hono/hono-core/0.8-M2-SNAPSHOT/hono-core-0.8-M2-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact core/target/hono-core-0.8-M2-SNAPSHOT-sources.jar under org/eclipse/hono/hono-core/0.8-M2-SNAPSHOT/hono-core-0.8-M2-SNAPSHOT-sources.jar
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-legal:jar:0.8-M2-SNAPSHOT generated by maven-surefire-plugin:test (default-test): legal/target/surefire-reports/*.xml
[withMaven] junitPublisher - Jenkins JUnit Attachments Plugin not found, can't publish test attachments.Recording test results
None of the test reports contained any result
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-demo-certs:jar:0.8-M2-SNAPSHOT generated by maven-surefire-plugin:test (default-test): demo-certs/target/surefire-reports/*.xml
[withMaven] junitPublisher - Jenkins JUnit Attachments Plugin not found, can't publish test attachments.Recording test results
None of the test reports contained any result
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-core:bundle:0.8-M2-SNAPSHOT generated by maven-surefire-plugin:test (default-test): core/target/surefire-reports/*.xml
[withMaven] junitPublisher - Jenkins JUnit Attachments Plugin not found, can't publish test attachments.Recording test results
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-client:bundle:0.8-M2-SNAPSHOT generated by maven-surefire-plugin:test (default-test): client/target/surefire-reports/*.xml
[withMaven] junitPublisher - Jenkins JUnit Attachments Plugin not found, can't publish test attachments.Recording test results
[withMaven] jacocoPublisher - Archive JaCoCo analysis results for Maven artifact MavenArtifact{org.eclipse.hono:hono-parent:pom:0.8-M2-SNAPSHOT(version: 0.8-M2-SNAPSHOT, snapshot:false) } generated by PluginInvocation{org.jacoco:jacoco-maven-plugin:0.8.2@prepare-agent  default-prepare-agent}: execFile: target/jacoco.exec, sources: src/main/java, classes: target/classes
[JaCoCo plugin] Collecting JaCoCo coverage data...
[JaCoCo plugin] target/jacoco.exec;target/classes;src/main/java; locations are configured
[JaCoCo plugin] Number of found exec files for pattern target/jacoco.exec: 0
[JaCoCo plugin] Saving matched execfiles:  
[JaCoCo plugin] Saving matched class directories for class-pattern: target/classes: 
[JaCoCo plugin] Saving matched source directories for source-pattern: src/main/java: 
[JaCoCo plugin] Source Inclusions: **/*.java
[JaCoCo plugin] Source Exclusions: 
[JaCoCo plugin] Loading inclusions files..
[JaCoCo plugin] inclusions: []
[JaCoCo plugin] exclusions: []
ERROR: [withMaven] jacocoPublisher - Silently ignore exception archiving JaCoCo results for Maven artifact MavenArtifact{org.eclipse.hono:hono-parent:pom:0.8-M2-SNAPSHOT(version: 0.8-M2-SNAPSHOT, snapshot:false) } generated by PluginInvocation{org.jacoco:jacoco-maven-plugin:0.8.2@prepare-agent  default-prepare-agent}: java.lang.RuntimeException: While reading class directory: /home/hudson/genie.hono/.jenkins/jobs/Hono CI Pipeline/builds/12/jacoco/classes
[withMaven] jacocoPublisher - Archive JaCoCo analysis results for Maven artifact MavenArtifact{org.eclipse.hono:hono-bom:pom:0.8-M2-SNAPSHOT(version: 0.8-M2-SNAPSHOT, snapshot:false) } generated by PluginInvocation{org.jacoco:jacoco-maven-plugin:0.8.2@prepare-agent  default-prepare-agent}: execFile: bom/target/jacoco.exec, sources: bom/src/main/java, classes: bom/target/classes
[JaCoCo plugin] Collecting JaCoCo coverage data...
[JaCoCo plugin] bom/target/jacoco.exec;bom/target/classes;bom/src/main/java; locations are configured
[JaCoCo plugin] Number of found exec files for pattern bom/target/jacoco.exec: 0
[JaCoCo plugin] Saving matched execfiles:  
[JaCoCo plugin] Saving matched class directories for class-pattern: bom/target/classes: 
[JaCoCo plugin] Saving matched source directories for source-pattern: bom/src/main/java: 
[JaCoCo plugin] Source Inclusions: **/*.java
[JaCoCo plugin] Source Exclusions: 
[JaCoCo plugin] Loading inclusions files..
[JaCoCo plugin] inclusions: []
[JaCoCo plugin] exclusions: []
ERROR: [withMaven] jacocoPublisher - Silently ignore exception archiving JaCoCo results for Maven artifact MavenArtifact{org.eclipse.hono:hono-bom:pom:0.8-M2-SNAPSHOT(version: 0.8-M2-SNAPSHOT, snapshot:false) } generated by PluginInvocation{org.jacoco:jacoco-maven-plugin:0.8.2@prepare-agent  default-prepare-agent}: java.lang.RuntimeException: While reading class directory: /home/hudson/genie.hono/.jenkins/jobs/Hono CI Pipeline/builds/12/jacoco/classes
[withMaven] jacocoPublisher - Archive JaCoCo analysis results for Maven artifact MavenArtifact{org.eclipse.hono:hono-legal:jar:0.8-M2-SNAPSHOT(version: 0.8-M2-SNAPSHOT, snapshot:false) } generated by PluginInvocation{org.jacoco:jacoco-maven-plugin:0.8.2@prepare-agent  default-prepare-agent}: execFile: legal/target/jacoco.exec, sources: legal/src/main/java, classes: legal/target/classes
[JaCoCo plugin] Collecting JaCoCo coverage data...
[JaCoCo plugin] legal/target/jacoco.exec;legal/target/classes;legal/src/main/java; locations are configured
[JaCoCo plugin] Number of found exec files for pattern legal/target/jacoco.exec: 0
[JaCoCo plugin] Saving matched execfiles:  
[JaCoCo plugin] Saving matched class directories for class-pattern: legal/target/classes: 
[JaCoCo plugin]  - /home/hudson/genie.hono/.jenkins/jobs/Hono CI Pipeline/workspace/legal/target/classes 0 files
[JaCoCo plugin] Saving matched source directories for source-pattern: legal/src/main/java: 
[JaCoCo plugin] Source Inclusions: **/*.java
[JaCoCo plugin] Source Exclusions: 
[JaCoCo plugin] Loading inclusions files..
[JaCoCo plugin] inclusions: []
[JaCoCo plugin] exclusions: []
[JaCoCo plugin] Thresholds: JacocoHealthReportThresholds [minClass=0, maxClass=0, minMethod=0, maxMethod=0, minLine=0, maxLine=0, minBranch=0, maxBranch=0, minInstruction=0, maxInstruction=0, minComplexity=0, maxComplexity=0]
[JaCoCo plugin] Publishing the results..
[JaCoCo plugin] Loading packages..
[JaCoCo plugin] Done.
[JaCoCo plugin] Overall coverage: class: 100, method: 100, line: 100, branch: 100, instruction: 100
[withMaven] jacocoPublisher - Archive JaCoCo analysis results for Maven artifact MavenArtifact{org.eclipse.hono:hono-demo-certs:jar:0.8-M2-SNAPSHOT(version: 0.8-M2-SNAPSHOT, snapshot:false) } generated by PluginInvocation{org.jacoco:jacoco-maven-plugin:0.8.2@prepare-agent  default-prepare-agent}: execFile: demo-certs/target/jacoco.exec, sources: demo-certs/src/main/java, classes: demo-certs/target/classes
[JaCoCo plugin] Collecting JaCoCo coverage data...
[JaCoCo plugin] demo-certs/target/jacoco.exec;demo-certs/target/classes;demo-certs/src/main/java; locations are configured
[JaCoCo plugin] Number of found exec files for pattern demo-certs/target/jacoco.exec: 0
[JaCoCo plugin] Saving matched execfiles:  
[JaCoCo plugin] Saving matched class directories for class-pattern: demo-certs/target/classes: 
[JaCoCo plugin]  - /home/hudson/genie.hono/.jenkins/jobs/Hono CI Pipeline/workspace/demo-certs/target/classes 0 files
[JaCoCo plugin] Saving matched source directories for source-pattern: demo-certs/src/main/java: 
[JaCoCo plugin] Source Inclusions: **/*.java
[JaCoCo plugin] Source Exclusions: 
[JaCoCo plugin] Loading inclusions files..
[JaCoCo plugin] inclusions: []
[JaCoCo plugin] exclusions: []
[JaCoCo plugin] Thresholds: JacocoHealthReportThresholds [minClass=0, maxClass=0, minMethod=0, maxMethod=0, minLine=0, maxLine=0, minBranch=0, maxBranch=0, minInstruction=0, maxInstruction=0, minComplexity=0, maxComplexity=0]
[JaCoCo plugin] Publishing the results..
[JaCoCo plugin] Loading packages..
[JaCoCo plugin] Done.
[JaCoCo plugin] Overall coverage: class: 100, method: 100, line: 100, branch: 100, instruction: 100
[withMaven] jacocoPublisher - Archive JaCoCo analysis results for Maven artifact MavenArtifact{org.eclipse.hono:hono-core:bundle:0.8-M2-SNAPSHOT(version: 0.8-M2-SNAPSHOT, snapshot:false) } generated by PluginInvocation{org.jacoco:jacoco-maven-plugin:0.8.2@prepare-agent  default-prepare-agent}: execFile: core/target/jacoco.exec, sources: core/src/main/java, classes: core/target/classes
[JaCoCo plugin] Collecting JaCoCo coverage data...
[JaCoCo plugin] core/target/jacoco.exec;core/target/classes;core/src/main/java; locations are configured
[JaCoCo plugin] Number of found exec files for pattern core/target/jacoco.exec: 1
[JaCoCo plugin] Saving matched execfiles:  /home/hudson/genie.hono/.jenkins/jobs/Hono CI Pipeline/workspace/core/target/jacoco.exec
[JaCoCo plugin] Saving matched class directories for class-pattern: core/target/classes: 
[JaCoCo plugin]  - /home/hudson/genie.hono/.jenkins/jobs/Hono CI Pipeline/workspace/core/target/classes 73 files
[JaCoCo plugin] Saving matched source directories for source-pattern: core/src/main/java: 
[JaCoCo plugin] Source Inclusions: **/*.java
[JaCoCo plugin] Source Exclusions: 
[JaCoCo plugin] - /home/hudson/genie.hono/.jenkins/jobs/Hono CI Pipeline/workspace/core/src/main/java 62 files
[JaCoCo plugin] Loading inclusions files..
[JaCoCo plugin] inclusions: []
[JaCoCo plugin] exclusions: []
[JaCoCo plugin] Thresholds: JacocoHealthReportThresholds [minClass=0, maxClass=0, minMethod=0, maxMethod=0, minLine=0, maxLine=0, minBranch=0, maxBranch=0, minInstruction=0, maxInstruction=0, minComplexity=0, maxComplexity=0]
[JaCoCo plugin] Publishing the results..
[JaCoCo plugin] Loading packages..
[JaCoCo plugin] Done.
[JaCoCo plugin] Overall coverage: class: 42, method: 39, line: 45, branch: 38, instruction: 45
[withMaven] jacocoPublisher - Archive JaCoCo analysis results for Maven artifact MavenArtifact{org.eclipse.hono:hono-client:bundle:0.8-M2-SNAPSHOT(version: 0.8-M2-SNAPSHOT, snapshot:false) } generated by PluginInvocation{org.jacoco:jacoco-maven-plugin:0.8.2@prepare-agent  default-prepare-agent}: execFile: client/target/jacoco.exec, sources: client/src/main/java, classes: client/target/classes
[JaCoCo plugin] Collecting JaCoCo coverage data...
[JaCoCo plugin] client/target/jacoco.exec;client/target/classes;client/src/main/java; locations are configured
[JaCoCo plugin] Number of found exec files for pattern client/target/jacoco.exec: 1
[JaCoCo plugin] Saving matched execfiles:  /home/hudson/genie.hono/.jenkins/jobs/Hono CI Pipeline/workspace/client/target/jacoco.exec
[JaCoCo plugin] Saving matched class directories for class-pattern: client/target/classes: 
[JaCoCo plugin]  - /home/hudson/genie.hono/.jenkins/jobs/Hono CI Pipeline/workspace/client/target/classes 28 files
[JaCoCo plugin] Saving matched source directories for source-pattern: client/src/main/java: 
[JaCoCo plugin] Source Inclusions: **/*.java
[JaCoCo plugin] Source Exclusions: 
[JaCoCo plugin] - /home/hudson/genie.hono/.jenkins/jobs/Hono CI Pipeline/workspace/client/src/main/java 27 files
[JaCoCo plugin] Loading inclusions files..
[JaCoCo plugin] inclusions: []
[JaCoCo plugin] exclusions: []
[JaCoCo plugin] Thresholds: JacocoHealthReportThresholds [minClass=0, maxClass=0, minMethod=0, maxMethod=0, minLine=0, maxLine=0, minBranch=0, maxBranch=0, minInstruction=0, maxInstruction=0, minComplexity=0, maxComplexity=0]
[JaCoCo plugin] Publishing the results..
[JaCoCo plugin] Loading packages..
[JaCoCo plugin] Done.
[JaCoCo plugin] Overall coverage: class: 63, method: 47, line: 54, branch: 45, instruction: 53
[withMaven] Jenkins Task Scanner Plugin not found, don't display results of source code scanning for 'TODO' and 'FIXME' in pipeline screen.
[Pipeline] // withMaven
[Pipeline] }
[Pipeline] // stage
[Pipeline] echo
Error: hudson.AbortException: script returned exit code 1
[Pipeline] echo
Build status: FAILURE
[Pipeline] step


Back to the top