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 #1209

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

Changes:


------------------------------------------
[...truncated 1086 lines...]
[INFO] Compiling 12 source files to /jobs/genie.hono/Hono CI Pipeline/workspace/adapters/coap-vertx-base/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-adapter-coap-vertx-base ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ hono-adapter-coap-vertx-base ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /jobs/genie.hono/Hono CI Pipeline/workspace/adapters/coap-vertx-base/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-adapter-coap-vertx-base ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.hono.adapter.coap.CoapOptionInjectExtractAdapterTest
[INFO] Running org.eclipse.hono.adapter.coap.TracingSupportingHonoResourceTest
[INFO] Running org.eclipse.hono.adapter.coap.AbstractVertxBasedCoapAdapterTest
SLF4J: A number (64) of logging calls during the initialization phase have been intercepted and are
SLF4J: now being replayed. These are subject to the filtering rules of the underlying logging system.
SLF4J: See also http://www.slf4j.org/codes.html#replay
02:18:35.555 [ForkJoinPool-1-worker-9] INFO  io.jaegertracing.Configuration - Initialized tracer=JaegerTracer(version=Java-0.35.2, serviceName=test, reporter=RemoteReporter(sender=UdpSender(), closeEnqueueTimeout=1000), sampler=RemoteControlledSampler(maxOperations=2000, manager=HttpSamplingManager(hostPort=localhost:5778), sampler=ProbabilisticSampler(tags={sampler.type=probabilistic, sampler.param=0.001})), tags={hostname=hipp8, jaeger.version=Java-0.35.2, ip=172.30.206.108}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false)
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.388 s - in org.eclipse.hono.adapter.coap.CoapOptionInjectExtractAdapterTest
[ERROR] Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.705 s <<< FAILURE! - in org.eclipse.hono.adapter.coap.TracingSupportingHonoResourceTest
[ERROR] testExtractTraceContext  Time elapsed: 0.475 s  <<< FAILURE!
org.mockito.exceptions.verification.opentest4j.ArgumentsAreDifferent: 

Argument(s) are different! Wanted:
spanBuilder.addReference(
    "child_of",
    Mock for SpanContext, hashCode: 619598124
);
-> at org.eclipse.hono.adapter.coap.TracingSupportingHonoResourceTest.testExtractTraceContext(TracingSupportingHonoResourceTest.java:93)
Actual invocations have different arguments:
spanBuilder.addReference(
    "child_of",
    null
);
-> at org.eclipse.hono.tracing.TracingHelper.buildSpan(TracingHelper.java:500)
spanBuilder.ignoreActiveSpan(
    
);
-> at org.eclipse.hono.tracing.TracingHelper.buildChildSpan(TracingHelper.java:436)
spanBuilder.withTag(
    "component",
    "adapter"
);
-> at org.eclipse.hono.tracing.TracingHelper.buildChildSpan(TracingHelper.java:437)
spanBuilder.withTag(
    "span.kind",
    "server"
);
-> at org.eclipse.hono.tracing.TracingHelper.buildServerChildSpan(TracingHelper.java:458)
spanBuilder.withTag(
    "coap.type",
    "CON"
);
-> at org.eclipse.hono.adapter.coap.TracingSupportingHonoResource.newSpan(TracingSupportingHonoResource.java:90)
spanBuilder.withTag(
    "http.url",
    "/"
);
-> at org.eclipse.hono.adapter.coap.TracingSupportingHonoResource.newSpan(TracingSupportingHonoResource.java:91)
spanBuilder.start(
    
);
-> at org.eclipse.hono.adapter.coap.TracingSupportingHonoResource.newSpan(TracingSupportingHonoResource.java:92)

	at org.eclipse.hono.adapter.coap.TracingSupportingHonoResourceTest.testExtractTraceContext(TracingSupportingHonoResourceTest.java:93)

02:18:36.083 [ForkJoinPool-1-worker-23] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - using ResourceLimitChecks [org.eclipse.hono.service.resourcelimits.ResourceLimitChecks$MockitoMock$1405389776]
02:18:36.086 [ForkJoinPool-1-worker-23] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - connected to Tenant service
02:18:36.088 [ForkJoinPool-1-worker-23] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - connected to AMQP Messaging Network
02:18:36.089 [ForkJoinPool-1-worker-23] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - connected to Device Registration service
02:18:36.089 [ForkJoinPool-1-worker-23] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - connected to Credentials service
02:18:36.090 [ForkJoinPool-1-worker-23] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - connected to Device Connection service
02:18:36.091 [ForkJoinPool-1-worker-23] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - connected to Command & Control
02:18:36.095 [ForkJoinPool-1-worker-23] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - adding resource to CoAP server [name: test]
02:18:36.496 [ForkJoinPool-1-worker-23] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - using ResourceLimitChecks [org.eclipse.hono.service.resourcelimits.ResourceLimitChecks$MockitoMock$1405389776]
02:18:36.497 [ForkJoinPool-1-worker-23] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - connected to Tenant service
02:18:36.497 [ForkJoinPool-1-worker-23] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - connected to AMQP Messaging Network
02:18:36.497 [ForkJoinPool-1-worker-23] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - connected to Device Registration service
02:18:36.497 [ForkJoinPool-1-worker-23] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - connected to Credentials service
02:18:36.498 [ForkJoinPool-1-worker-23] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - connected to Device Connection service
02:18:36.498 [ForkJoinPool-1-worker-23] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - connected to Command & Control
02:18:36.518 [ForkJoinPool-1-worker-23] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - using ResourceLimitChecks [org.eclipse.hono.service.resourcelimits.ResourceLimitChecks$MockitoMock$1405389776]
02:18:36.519 [ForkJoinPool-1-worker-23] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - connected to Tenant service
02:18:36.519 [ForkJoinPool-1-worker-23] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - connected to AMQP Messaging Network
02:18:36.519 [ForkJoinPool-1-worker-23] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - connected to Device Registration service
02:18:36.519 [ForkJoinPool-1-worker-23] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - connected to Credentials service
02:18:36.519 [ForkJoinPool-1-worker-23] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - connected to Device Connection service
02:18:36.520 [ForkJoinPool-1-worker-23] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - connected to Command & Control
02:18:36.561 [ForkJoinPool-1-worker-23] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - using ResourceLimitChecks [org.eclipse.hono.service.resourcelimits.ResourceLimitChecks$MockitoMock$1405389776]
02:18:36.561 [ForkJoinPool-1-worker-23] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - connected to Tenant service
02:18:36.561 [ForkJoinPool-1-worker-23] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - connected to AMQP Messaging Network
02:18:36.561 [ForkJoinPool-1-worker-23] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - connected to Device Registration service
02:18:36.562 [ForkJoinPool-1-worker-23] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - connected to Credentials service
02:18:36.562 [ForkJoinPool-1-worker-23] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - connected to Device Connection service
02:18:36.562 [ForkJoinPool-1-worker-23] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - connected to Command & Control
02:18:36.563 [ForkJoinPool-1-worker-23] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - adding resource to CoAP server [name: null]
[INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.357 s - in org.eclipse.hono.adapter.coap.AbstractVertxBasedCoapAdapterTest
[INFO] 
[INFO] Results:
[INFO] 
[ERROR] Failures: 
[ERROR]   TracingSupportingHonoResourceTest.testExtractTraceContext:93 
Argument(s) are different! Wanted:
spanBuilder.addReference(
    "child_of",
    Mock for SpanContext, hashCode: 619598124
);
-> at org.eclipse.hono.adapter.coap.TracingSupportingHonoResourceTest.testExtractTraceContext(TracingSupportingHonoResourceTest.java:93)
Actual invocations have different arguments:
spanBuilder.addReference(
    "child_of",
    null
);
-> at org.eclipse.hono.tracing.TracingHelper.buildSpan(TracingHelper.java:500)
spanBuilder.ignoreActiveSpan(
    
);
-> at org.eclipse.hono.tracing.TracingHelper.buildChildSpan(TracingHelper.java:436)
spanBuilder.withTag(
    "component",
    "adapter"
);
-> at org.eclipse.hono.tracing.TracingHelper.buildChildSpan(TracingHelper.java:437)
spanBuilder.withTag(
    "span.kind",
    "server"
);
-> at org.eclipse.hono.tracing.TracingHelper.buildServerChildSpan(TracingHelper.java:458)
spanBuilder.withTag(
    "coap.type",
    "CON"
);
-> at org.eclipse.hono.adapter.coap.TracingSupportingHonoResource.newSpan(TracingSupportingHonoResource.java:90)
spanBuilder.withTag(
    "http.url",
    "/"
);
-> at org.eclipse.hono.adapter.coap.TracingSupportingHonoResource.newSpan(TracingSupportingHonoResource.java:91)
spanBuilder.start(
    
);
-> at org.eclipse.hono.adapter.coap.TracingSupportingHonoResource.newSpan(TracingSupportingHonoResource.java:92)

[INFO] 
[ERROR] Tests run: 20, Failures: 1, Errors: 0, Skipped: 0
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Hono 1.3.0-SNAPSHOT:
[INFO] 
[INFO] Hono ............................................... SUCCESS [  2.063 s]
[INFO] Hono Dependencies .................................. SUCCESS [  0.029 s]
[INFO] Legal Documents .................................... SUCCESS [  1.404 s]
[INFO] Hono Demo Certs .................................... SUCCESS [  0.176 s]
[INFO] Hono Core .......................................... SUCCESS [ 18.404 s]
[INFO] Hono Client ........................................ SUCCESS [  9.249 s]
[INFO] Hono Service base .................................. SUCCESS [ 22.489 s]
[INFO] Hotrod Device Connection client .................... SUCCESS [  4.650 s]
[INFO] Hono Protocol Adapters ............................. SUCCESS [  0.457 s]
[INFO] Hono AMQP Adapter .................................. SUCCESS [ 11.126 s]
[INFO] Hono CoAP Adapter base ............................. FAILURE [  7.111 s]
[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 LoRa Adapter .................................. SKIPPED
[INFO] Hono MQTT Adapter .................................. SKIPPED
[INFO] Hono Sigfox Adapter ................................ SKIPPED
[INFO] Hono command-line interface ........................ SKIPPED
[INFO] Hono Deployment .................................... SKIPPED
[INFO] Hono Examples ...................................... SKIPPED
[INFO] Hono Client Examples ............................... SKIPPED
[INFO] Hono Protocol Gateway example ...................... SKIPPED
[INFO] Hono JMeter Plugin ................................. SKIPPED
[INFO] Hono Services ...................................... SKIPPED
[INFO] Hono Auth .......................................... SKIPPED
[INFO] Hono Device Connection service ..................... SKIPPED
[INFO] Hono Service Device Registry Base .................. SKIPPED
[INFO] Hono File Based Device Registry .................... SKIPPED
[INFO] Hono Site .......................................... SKIPPED
[INFO] Hono Integration Tests ............................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  01:20 min
[INFO] Finished at: 2020-04-02T02:18:36-04:00
[INFO] ------------------------------------------------------------------------
[INFO] [jenkins-event-spy] Generated /jobs/genie.hono/Hono CI Pipeline/workspace@tmp/withMaven9294c063/maven-spy-20200402-021716-52311216395943177110264.log
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.22.2:test (default-test) on project hono-adapter-coap-vertx-base: There are test failures.
[ERROR] 
[ERROR] Please refer to /jobs/genie.hono/Hono CI Pipeline/workspace/adapters/coap-vertx-base/target/surefire-reports for the individual test results.
[ERROR] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].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 <args> -rf :hono-adapter-coap-vertx-base
[Pipeline] }
[withMaven] artifactsPublisher - Archive artifact pom.xml under org/eclipse/hono/hono-parent/1.3.0-SNAPSHOT/hono-parent-1.3.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact bom/pom.xml under org/eclipse/hono/hono-bom/1.3.0-SNAPSHOT/hono-bom-1.3.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact legal/pom.xml under org/eclipse/hono/hono-legal/1.3.0-SNAPSHOT/hono-legal-1.3.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact legal/target/hono-legal-1.3.0-SNAPSHOT.jar under org/eclipse/hono/hono-legal/1.3.0-SNAPSHOT/hono-legal-1.3.0-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact demo-certs/pom.xml under org/eclipse/hono/hono-demo-certs/1.3.0-SNAPSHOT/hono-demo-certs-1.3.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact demo-certs/target/hono-demo-certs-1.3.0-SNAPSHOT.jar under org/eclipse/hono/hono-demo-certs/1.3.0-SNAPSHOT/hono-demo-certs-1.3.0-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact core/pom.xml under org/eclipse/hono/hono-core/1.3.0-SNAPSHOT/hono-core-1.3.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact core/target/hono-core-1.3.0-SNAPSHOT.jar under org/eclipse/hono/hono-core/1.3.0-SNAPSHOT/hono-core-1.3.0-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact core/target/hono-core-1.3.0-SNAPSHOT-sources.jar under org/eclipse/hono/hono-core/1.3.0-SNAPSHOT/hono-core-1.3.0-SNAPSHOT-sources.jar
[withMaven] artifactsPublisher - Archive artifact client/pom.xml under org/eclipse/hono/hono-client/1.3.0-SNAPSHOT/hono-client-1.3.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact client/target/hono-client-1.3.0-SNAPSHOT.jar under org/eclipse/hono/hono-client/1.3.0-SNAPSHOT/hono-client-1.3.0-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact client/target/hono-client-1.3.0-SNAPSHOT-sources.jar under org/eclipse/hono/hono-client/1.3.0-SNAPSHOT/hono-client-1.3.0-SNAPSHOT-sources.jar
[withMaven] artifactsPublisher - Archive artifact service-base/pom.xml under org/eclipse/hono/hono-service-base/1.3.0-SNAPSHOT/hono-service-base-1.3.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact service-base/target/hono-service-base-1.3.0-SNAPSHOT.jar under org/eclipse/hono/hono-service-base/1.3.0-SNAPSHOT/hono-service-base-1.3.0-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact service-base/target/hono-service-base-1.3.0-SNAPSHOT-tests.jar under org/eclipse/hono/hono-service-base/1.3.0-SNAPSHOT/hono-service-base-1.3.0-SNAPSHOT-tests.jar
[withMaven] artifactsPublisher - Archive artifact service-base/target/hono-service-base-1.3.0-SNAPSHOT-sources.jar under org/eclipse/hono/hono-service-base/1.3.0-SNAPSHOT/hono-service-base-1.3.0-SNAPSHOT-sources.jar
[withMaven] artifactsPublisher - Archive artifact client-device-connection-infinispan/pom.xml under org/eclipse/hono/client-device-connection-infinispan/1.3.0-SNAPSHOT/client-device-connection-infinispan-1.3.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact client-device-connection-infinispan/target/client-device-connection-infinispan-1.3.0-SNAPSHOT.jar under org/eclipse/hono/client-device-connection-infinispan/1.3.0-SNAPSHOT/client-device-connection-infinispan-1.3.0-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact client-device-connection-infinispan/target/client-device-connection-infinispan-1.3.0-SNAPSHOT-sources.jar under org/eclipse/hono/client-device-connection-infinispan/1.3.0-SNAPSHOT/client-device-connection-infinispan-1.3.0-SNAPSHOT-sources.jar
[withMaven] artifactsPublisher - Archive artifact adapters/pom.xml under org/eclipse/hono/hono-adapters/1.3.0-SNAPSHOT/hono-adapters-1.3.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact adapters/amqp-vertx/pom.xml under org/eclipse/hono/hono-adapter-amqp-vertx/1.3.0-SNAPSHOT/hono-adapter-amqp-vertx-1.3.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact adapters/amqp-vertx/target/hono-adapter-amqp-vertx-1.3.0-SNAPSHOT.jar under org/eclipse/hono/hono-adapter-amqp-vertx/1.3.0-SNAPSHOT/hono-adapter-amqp-vertx-1.3.0-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact adapters/amqp-vertx/target/hono-adapter-amqp-vertx-1.3.0-SNAPSHOT-sources.jar under org/eclipse/hono/hono-adapter-amqp-vertx/1.3.0-SNAPSHOT/hono-adapter-amqp-vertx-1.3.0-SNAPSHOT-sources.jar
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-legal:jar:1.3.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): legal/target/surefire-reports/*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-demo-certs:jar:1.3.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): demo-certs/target/surefire-reports/*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-core:bundle:1.3.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): core/target/surefire-reports/*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-client:bundle:1.3.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): client/target/surefire-reports/*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-service-base:jar:1.3.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): service-base/target/surefire-reports/*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:client-device-connection-infinispan:jar:1.3.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): client-device-connection-infinispan/target/surefire-reports/*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-adapter-amqp-vertx:jar:1.3.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): adapters/amqp-vertx/target/surefire-reports/*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-adapter-coap-vertx-base:jar:1.3.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): adapters/coap-vertx-base/target/surefire-reports/*.xml
[withMaven] junitPublisher - Jenkins JUnit Attachments Plugin not found, can't publish test attachments.Recording test results
[withMaven] Jenkins Task Scanner Plugin not found, don't display results of source code scanning for 'TODO' and 'FIXME' in pipeline screen.
[withMaven] Publishers: Pipeline Graph Publisher: 13 ms, Generated Artifacts Publisher: 1050 ms, Junit Publisher: 300 ms, Dependencies Fingerprint Publisher: 163 ms, Open Task Scanner Publisher: 2 ms
[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