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-Nightly Pipeline #66

See <https://ci.eclipse.org/hono/job/Hono-Nightly%20Pipeline/66/display/redirect>

------------------------------------------
[...truncated 149.59 KB...]
[INFO] Running org.eclipse.hono.deviceregistry.FileBasedCredentialsServiceTest
20:14:38.434 [main] INFO  o.e.h.d.FileBasedCredentialsService - saving credentials to file every 3 seconds
20:14:38.439 [main] INFO  o.e.h.d.FileBasedCredentialsService - successfully loaded 4 credentials from file [/credentials.json]
20:14:38.439 [main] INFO  o.e.h.d.FileBasedCredentialsService - persistence is disabled, will not save credentials to file
20:14:38.468 [main] INFO  o.e.h.d.FileBasedCredentialsService - successfully loaded 2 credentials from file [/credentials.json]
20:14:38.478 [main] INFO  o.e.h.d.FileBasedCredentialsService - persistence is disabled, will not save credentials to file
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 s - in org.eclipse.hono.deviceregistry.FileBasedCredentialsServiceTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 47, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-dependency-plugin:3.0.2:unpack-dependencies (copy_legal_docs) @ hono-service-device-registry ---
[INFO] Unpacking /jobs/genie.hono/Hono-Nightly Pipeline/workspace/legal/target/hono-legal-0.8-SNAPSHOT.jar to /jobs/genie.hono/Hono-Nightly Pipeline/workspace/services/device-registry/target/classes/META-INF with includes "" and excludes "META-INF/**,checkstyle/**"
[INFO] 
[INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ hono-service-device-registry ---
[INFO] Building jar: /jobs/genie.hono/Hono-Nightly Pipeline/workspace/services/device-registry/target/hono-service-device-registry-0.8-SNAPSHOT.jar
[INFO] 
[INFO] --- spring-boot-maven-plugin:1.5.16.RELEASE:repackage (default) @ hono-service-device-registry ---
[INFO] 
[INFO] --------------< org.eclipse.hono:hono-service-messaging >---------------
[INFO] Building Hono Messaging 0.8-SNAPSHOT                             [24/26]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-service-messaging ---
[INFO] Deleting /jobs/genie.hono/Hono-Nightly Pipeline/workspace/services/messaging/target
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-service-messaging ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-no-snapshots) @ hono-service-messaging ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default-prepare-agent) @ hono-service-messaging ---
[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-Nightly Pipeline/workspace/services/messaging/target/jacoco.exec"
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ hono-service-messaging ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.7.0:compile (default-compile) @ hono-service-messaging ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 20 source files to /jobs/genie.hono/Hono-Nightly Pipeline/workspace/services/messaging/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ hono-service-messaging ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.7.0:testCompile (default-testCompile) @ hono-service-messaging ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 12 source files to /jobs/genie.hono/Hono-Nightly Pipeline/workspace/services/messaging/target/test-classes
[INFO] /jobs/genie.hono/Hono-Nightly Pipeline/workspace/services/messaging/src/test/java/org/eclipse/hono/event/impl/ForwardingEventDownstreamAdapterTest.java: Some input files use or override a deprecated API.
[INFO] /jobs/genie.hono/Hono-Nightly Pipeline/workspace/services/messaging/src/test/java/org/eclipse/hono/event/impl/ForwardingEventDownstreamAdapterTest.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.0:test (default-test) @ hono-service-messaging ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.hono.messaging.StandaloneTelemetryApiTest
20:14:42.210 [vert.x-eventloop-thread-0] WARN  o.e.hono.messaging.HonoMessaging - no Event endpoint has been configured, Hono Messaging will not support Event API
20:14:42.216 [vert.x-eventloop-thread-0] WARN  o.e.hono.messaging.HonoMessaging - Hono Messaging does not yet support limiting the incoming message size via the maxPayloadSize property
20:14:42.217 [vert.x-eventloop-thread-0] INFO  o.e.hono.messaging.HonoMessaging - Vertx native support: false
20:14:42.220 [vert.x-eventloop-thread-0] INFO  o.e.hono.messaging.HonoMessaging - starting endpoint [name: telemetry, class: org.eclipse.hono.telemetry.impl.TelemetryEndpoint]
20:14:42.235 [vert.x-eventloop-thread-0] INFO  o.e.hono.messaging.HonoMessaging - secure port is not enabled
20:14:42.236 [vert.x-eventloop-thread-0] INFO  o.e.hono.messaging.HonoMessaging - Server found insecure port number configured for ephemeral port selection (port chosen automatically).
20:14:42.638 [vert.x-eventloop-thread-0] WARN  o.e.hono.messaging.HonoMessaging - server listens on non-standard insecure port [127.0.0.1:43691], default is 5672
20:14:43.526 [vert.x-eventloop-thread-0] INFO  o.e.hono.messaging.HonoMessaging - opening new session with client [name: test-8985f814-99c5-4d4a-8975-58ec52c5c230, session window size: 9830400]
20:14:44.608 [vert.x-eventloop-thread-1] INFO  o.e.hono.client.impl.HonoClientImpl - closing connection to server [127.0.0.1:43691]...
20:14:45.115 [vert.x-eventloop-thread-0] INFO  o.e.hono.messaging.HonoMessaging - stopping insecure AMQP server [127.0.0.1:43691]
Nov 09, 2018 8:14:45 PM io.vertx.core.net.impl.ConnectionBase
SEVERE: Connection reset by peer
20:14:45.127 [vert.x-eventloop-thread-0] INFO  o.e.hono.messaging.HonoMessaging - stopping endpoint [name: telemetry, class: org.eclipse.hono.telemetry.impl.TelemetryEndpoint]
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 4.498 s <<< FAILURE! - in org.eclipse.hono.messaging.StandaloneTelemetryApiTest
[ERROR] testMessageUploadSucceedsForRegisteredDevice(org.eclipse.hono.messaging.StandaloneTelemetryApiTest)  Time elapsed: 1.609 s  <<< ERROR!
org.eclipse.hono.client.ServerErrorException: Error Code: 503

[INFO] Running org.eclipse.hono.messaging.ForwardingDownstreamAdapterTest
20:14:45.974 [main] INFO  o.e.h.m.ForwardingDownstreamAdapterTest$1 - downstream container [downstream] has closed connection
20:14:45.974 [main] WARN  o.e.h.m.ForwardingDownstreamAdapterTest$1 - lost connection to downstream container [downstream], closing upstream receivers ...
20:14:46.476 [vert.x-eventloop-thread-0] INFO  o.e.h.m.ForwardingDownstreamAdapterTest$1 - attempting to re-connect to downstream container
20:14:46.482 [main] INFO  o.e.h.m.ForwardingDownstreamAdapterTest$1 - failed to connect to downstream container: cannot connect
20:14:46.983 [vert.x-eventloop-thread-1] INFO  o.e.h.m.ForwardingDownstreamAdapterTest$1 - attempting to re-connect to downstream container
20:14:46.983 [vert.x-eventloop-thread-1] INFO  o.e.h.m.ForwardingDownstreamAdapterTest$1 - failed to connect to downstream container: cannot connect
20:14:47.485 [vert.x-eventloop-thread-1] INFO  o.e.h.m.ForwardingDownstreamAdapterTest$1 - attempting to re-connect to downstream container
20:14:47.485 [vert.x-eventloop-thread-1] INFO  o.e.h.m.ForwardingDownstreamAdapterTest$1 - failed to connect to downstream container: cannot connect
20:14:47.527 [main] WARN  o.e.h.m.ForwardingDownstreamAdapterTest$1 - lost connection to downstream container [downstream], closing upstream receivers ...
20:14:47.986 [vert.x-eventloop-thread-1] INFO  o.e.h.m.ForwardingDownstreamAdapterTest$1 - attempting to re-connect to downstream container
20:14:48.031 [vert.x-eventloop-thread-2] INFO  o.e.h.m.ForwardingDownstreamAdapterTest$1 - attempting to re-connect to downstream container
20:14:48.059 [main] WARN  o.e.h.m.ForwardingDownstreamAdapterTest$1 - lost connection to downstream container [downstream], closing upstream receivers ...
20:14:48.560 [vert.x-eventloop-thread-3] INFO  o.e.h.m.ForwardingDownstreamAdapterTest$1 - attempting to re-connect to downstream container
20:14:48.574 [main] WARN  o.e.h.m.ForwardingDownstreamAdapterTest$1 - lost connection to downstream container [downstream], closing upstream receivers ...
20:14:48.581 [main] INFO  o.e.h.m.ForwardingDownstreamAdapterTest$1 - closing downstream sender [con: upstream-connection-id, link: link-id]
20:14:48.599 [main] INFO  o.e.h.m.ForwardingDownstreamAdapterTest$1 - created downstream sender [con: connection-1, link: protocol_adapter]
20:14:48.607 [main] INFO  o.e.h.m.ForwardingDownstreamAdapterTest$1 - created downstream sender [con: connection-1, link: protocol_adapter]
20:14:48.616 [main] INFO  o.e.h.m.ForwardingDownstreamAdapterTest$1 - created downstream sender [con: connection-1, link: protocol_adapter]
20:14:48.621 [main] INFO  o.e.h.m.ForwardingDownstreamAdapterTest$1 - closing 1 downstream senders for connection [id: upstream-connection-id]
20:14:48.621 [main] INFO  o.e.h.m.ForwardingDownstreamAdapterTest$1 - closing downstream sender [con: upstream-connection-id, link: link-id]
20:14:48.626 [main] INFO  o.e.h.m.ForwardingDownstreamAdapterTest$1 - failed to connect to downstream container: remote host unreachable
20:14:48.627 [main] WARN  o.e.h.m.ForwardingDownstreamAdapterTest$1 - can't create downstream sender [con: CON_ID, link: protocol_adapter]: downstream connection must be opened before creating sender
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.899 s - in org.eclipse.hono.messaging.ForwardingDownstreamAdapterTest
[INFO] Running org.eclipse.hono.messaging.SenderFactoryImplTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.hono.messaging.SenderFactoryImplTest
[INFO] Running org.eclipse.hono.messaging.HonoMessagingMessageFilterTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.hono.messaging.HonoMessagingMessageFilterTest
[INFO] Running org.eclipse.hono.messaging.StandaloneEventApiTest
20:14:48.708 [vert.x-eventloop-thread-0] WARN  o.e.hono.messaging.HonoMessaging - no Telemetry endpoint has been configured, Hono Messaging will not support Telemetry API
20:14:48.719 [vert.x-eventloop-thread-0] WARN  o.e.hono.messaging.HonoMessaging - Hono Messaging does not yet support limiting the incoming message size via the maxPayloadSize property
20:14:48.720 [vert.x-eventloop-thread-0] INFO  o.e.hono.messaging.HonoMessaging - Vertx native support: false
20:14:48.720 [vert.x-eventloop-thread-0] INFO  o.e.hono.messaging.HonoMessaging - starting endpoint [name: event, class: org.eclipse.hono.event.impl.EventEndpoint]
20:14:48.720 [vert.x-eventloop-thread-0] INFO  o.e.hono.messaging.HonoMessaging - secure port is not enabled
20:14:48.720 [vert.x-eventloop-thread-0] INFO  o.e.hono.messaging.HonoMessaging - Server found insecure port number configured for ephemeral port selection (port chosen automatically).
20:14:48.723 [vert.x-eventloop-thread-0] WARN  o.e.hono.messaging.HonoMessaging - server listens on non-standard insecure port [127.0.0.1:49769], default is 5672
20:14:48.743 [vert.x-eventloop-thread-0] INFO  o.e.hono.messaging.HonoMessaging - opening new session with client [name: test-22c4f19f-0f0d-4005-b931-439303d3afbe, session window size: 9830400]
20:14:49.016 [vert.x-eventloop-thread-1] INFO  o.e.hono.client.impl.HonoClientImpl - closing connection to server [127.0.0.1:49769]...
20:14:49.018 [vert.x-eventloop-thread-1] INFO  o.e.hono.client.impl.HonoClientImpl - closed connection to server [127.0.0.1:49769]
20:14:49.018 [vert.x-eventloop-thread-0] INFO  o.e.hono.messaging.HonoMessaging - stopping insecure AMQP server [127.0.0.1:49769]
20:14:49.023 [vert.x-eventloop-thread-0] INFO  o.e.hono.messaging.HonoMessaging - stopping endpoint [name: event, class: org.eclipse.hono.event.impl.EventEndpoint]
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.327 s - in org.eclipse.hono.messaging.StandaloneEventApiTest
[INFO] Running org.eclipse.hono.messaging.HonoMessagingTest
20:14:49.076 [vert.x-eventloop-thread-4] INFO  o.e.h.m.ForwardingDownstreamAdapterTest$1 - attempting to re-connect to downstream container
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.144 s - in org.eclipse.hono.messaging.HonoMessagingTest
[INFO] Running org.eclipse.hono.messaging.MessageForwardingEndpointTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.112 s - in org.eclipse.hono.messaging.MessageForwardingEndpointTest
[INFO] Running org.eclipse.hono.event.impl.ForwardingEventDownstreamAdapterTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.hono.event.impl.ForwardingEventDownstreamAdapterTest
[INFO] Running org.eclipse.hono.event.impl.EventEndpointTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.hono.event.impl.EventEndpointTest
[INFO] Running org.eclipse.hono.telemetry.impl.ForwardingTelemetryDownstreamAdapterTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.hono.telemetry.impl.ForwardingTelemetryDownstreamAdapterTest
[INFO] 
[INFO] Results:
[INFO] 
[ERROR] Errors: 
[ERROR]   StandaloneTelemetryApiTest.testMessageUploadSucceedsForRegisteredDevice ยป ServerError
[INFO] 
[ERROR] Tests run: 40, Failures: 0, Errors: 1, Skipped: 0
[INFO] 
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Hono
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Hono 0.8-SNAPSHOT .................................. SUCCESS [  1.712 s]
[INFO] Hono Dependencies .................................. SUCCESS [  0.008 s]
[INFO] Legal Documents .................................... SUCCESS [  1.296 s]
[INFO] Hono Demo Certs .................................... SUCCESS [  0.095 s]
[INFO] Hono Core .......................................... SUCCESS [  9.522 s]
[INFO] Hono Client ........................................ SUCCESS [  7.551 s]
[INFO] Hono Service base .................................. SUCCESS [  7.708 s]
[INFO] Hono Protocol Adapters ............................. SUCCESS [  0.267 s]
[INFO] Hono AMQP Adapter .................................. SUCCESS [  4.402 s]
[INFO] Hono COAP Adapter base ............................. SUCCESS [  8.009 s]
[INFO] Hono COAP Adapter .................................. SUCCESS [  1.059 s]
[INFO] Hono HTTP Adapter base ............................. SUCCESS [  4.194 s]
[INFO] Hono HTTP Adapter .................................. SUCCESS [  5.624 s]
[INFO] Hono MQTT Adapter base ............................. SUCCESS [  3.898 s]
[INFO] Hono Kura Adapter .................................. SUCCESS [  3.448 s]
[INFO] Hono MQTT Adapter .................................. SUCCESS [  3.413 s]
[INFO] Hono command-line interface ........................ SUCCESS [  4.191 s]
[INFO] Hono Deployment .................................... SUCCESS [  1.327 s]
[INFO] Hono Examples ...................................... SUCCESS [  0.500 s]
[INFO] Hono JMeter Plugin ................................. SUCCESS [ 11.779 s]
[INFO] Hono Services ...................................... SUCCESS [  0.338 s]
[INFO] Hono Auth .......................................... SUCCESS [  4.177 s]
[INFO] Hono Device Registry ............................... SUCCESS [  4.838 s]
[INFO] Hono Messaging ..................................... FAILURE [ 10.576 s]
[INFO] Hono Site .......................................... SKIPPED
[INFO] Hono Integration Tests 0.8-SNAPSHOT ................ SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:43 min
[INFO] Finished at: 2018-11-09T20:14:49-05:00
[INFO] ------------------------------------------------------------------------
[INFO] [jenkins-event-spy] Generated /jobs/genie.hono/Hono-Nightly Pipeline/workspace@tmp/withMaven2441d07d/maven-spy-20181109-201306-4629108223395390686520.log
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.22.0:test (default-test) on project hono-service-messaging: There are test failures.
[ERROR] 
[ERROR] Please refer to /jobs/genie.hono/Hono-Nightly Pipeline/workspace/services/messaging/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-service-messaging
[Pipeline] }
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-legal:jar:0.8-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-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-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-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] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-service-base:jar:0.8-SNAPSHOT generated by maven-surefire-plugin:test (default-test): service-base/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-adapter-amqp-vertx:jar:0.8-SNAPSHOT generated by maven-surefire-plugin:test (default-test): adapters/amqp-vertx/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-adapter-coap-vertx-base:jar:0.8-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] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-adapter-coap-vertx:jar:0.8-SNAPSHOT generated by maven-surefire-plugin:test (default-test): adapters/coap-vertx/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-adapter-http-vertx-base:jar:0.8-SNAPSHOT generated by maven-surefire-plugin:test (default-test): adapters/http-vertx-base/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-adapter-http-vertx:jar:0.8-SNAPSHOT generated by maven-surefire-plugin:test (default-test): adapters/http-vertx/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-adapter-mqtt-vertx-base:jar:0.8-SNAPSHOT generated by maven-surefire-plugin:test (default-test): adapters/mqtt-vertx-base/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-adapter-kura:jar:0.8-SNAPSHOT generated by maven-surefire-plugin:test (default-test): adapters/kura/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-adapter-mqtt-vertx:jar:0.8-SNAPSHOT generated by maven-surefire-plugin:test (default-test): adapters/mqtt-vertx/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-cli:jar:0.8-SNAPSHOT generated by maven-surefire-plugin:test (default-test): cli/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-deploy:jar:0.8-SNAPSHOT generated by maven-surefire-plugin:test (default-test): deploy/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-example:jar:0.8-SNAPSHOT generated by maven-surefire-plugin:test (default-test): example/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-jmeter:jar:0.8-SNAPSHOT generated by maven-surefire-plugin:test (default-test): jmeter/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-service-auth:jar:0.8-SNAPSHOT generated by maven-surefire-plugin:test (default-test): services/auth/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-service-device-registry:jar:0.8-SNAPSHOT generated by maven-surefire-plugin:test (default-test): services/device-registry/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-service-messaging:jar:0.8-SNAPSHOT generated by maven-surefire-plugin:test (default-test): services/messaging/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.
[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