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

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

------------------------------------------
[...truncated 149.80 KB...]
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 s - in org.eclipse.hono.deviceregistry.FileBasedRegistrationServiceTest
[INFO] Running org.eclipse.hono.deviceregistry.FileBasedCredentialsServiceTest
04:32:53.809 [main] INFO  o.e.h.d.FileBasedCredentialsService - saving credentials to file every 3 seconds
04:32:53.814 [main] INFO  o.e.h.d.FileBasedCredentialsService - successfully loaded 4 credentials from file [/credentials.json]
04:32:53.814 [main] INFO  o.e.h.d.FileBasedCredentialsService - persistence is disabled, will not save credentials to file
04:32:53.845 [main] INFO  o.e.h.d.FileBasedCredentialsService - successfully loaded 2 credentials from file [/credentials.json]
04:32:53.856 [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-M2-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-M2-SNAPSHOT.jar
[INFO] 
[INFO] --- spring-boot-maven-plugin:1.5.13.RELEASE:repackage (default) @ hono-service-device-registry ---
[INFO] 
[INFO] --------------< org.eclipse.hono:hono-service-messaging >---------------
[INFO] Building Hono Messaging 0.8-M2-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 21 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
04:32:57.126 [vert.x-eventloop-thread-0] WARN  o.e.hono.messaging.HonoMessaging - no Event endpoint has been configured, Hono Messaging will not support Event API
04:32:57.130 [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
04:32:57.130 [vert.x-eventloop-thread-0] INFO  o.e.hono.messaging.HonoMessaging - Vertx native support: false
04:32:57.132 [vert.x-eventloop-thread-0] INFO  o.e.hono.messaging.HonoMessaging - starting endpoint [name: telemetry, class: org.eclipse.hono.telemetry.impl.TelemetryEndpoint]
04:32:57.143 [vert.x-eventloop-thread-0] INFO  o.e.hono.messaging.HonoMessaging - secure port is not enabled
04:32:57.143 [vert.x-eventloop-thread-0] INFO  o.e.hono.messaging.HonoMessaging - Server found insecure port number configured for ephemeral port selection (port chosen automatically).
04:32:57.588 [vert.x-eventloop-thread-0] WARN  o.e.hono.messaging.HonoMessaging - server listens on non-standard insecure port [127.0.0.1:44798], default is 5672
04:32:58.364 [vert.x-eventloop-thread-0] INFO  o.e.hono.messaging.HonoMessaging - opening new session with client [name: test-fd4c773c-d47b-4162-93ea-420c0aa24777, session window size: 9830400]
04:32:59.417 [vert.x-eventloop-thread-1] INFO  o.e.hono.client.impl.HonoClientImpl - closing connection to server [127.0.0.1:44798]...
04:32:59.447 [vert.x-eventloop-thread-0] INFO  o.e.hono.messaging.HonoMessaging - stopping insecure AMQP server [127.0.0.1:44798]
Oct 08, 2018 4:32:59 AM io.vertx.core.net.impl.ConnectionBase
SEVERE: Connection reset by peer
04:32:59.465 [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: 3.507 s <<< FAILURE! - in org.eclipse.hono.messaging.StandaloneTelemetryApiTest
[ERROR] testMessageUploadSucceedsForRegisteredDevice(org.eclipse.hono.messaging.StandaloneTelemetryApiTest)  Time elapsed: 1.462 s  <<< ERROR!
org.eclipse.hono.client.ServerErrorException: Error Code: 503

[INFO] Running org.eclipse.hono.messaging.ForwardingDownstreamAdapterTest
04:33:00.144 [main] INFO  o.e.h.m.ForwardingDownstreamAdapterTest$1 - downstream container [downstream] has closed connection
04:33:00.144 [main] WARN  o.e.h.m.ForwardingDownstreamAdapterTest$1 - lost connection to downstream container [downstream], closing upstream receivers ...
04:33:00.646 [vert.x-eventloop-thread-0] INFO  o.e.h.m.ForwardingDownstreamAdapterTest$1 - attempting to re-connect to downstream container
04:33:00.652 [main] INFO  o.e.h.m.ForwardingDownstreamAdapterTest$1 - failed to connect to downstream container: cannot connect
04:33:01.154 [vert.x-eventloop-thread-1] INFO  o.e.h.m.ForwardingDownstreamAdapterTest$1 - attempting to re-connect to downstream container
04:33:01.154 [vert.x-eventloop-thread-1] INFO  o.e.h.m.ForwardingDownstreamAdapterTest$1 - failed to connect to downstream container: cannot connect
04:33:01.655 [vert.x-eventloop-thread-1] INFO  o.e.h.m.ForwardingDownstreamAdapterTest$1 - attempting to re-connect to downstream container
04:33:01.655 [vert.x-eventloop-thread-1] INFO  o.e.h.m.ForwardingDownstreamAdapterTest$1 - failed to connect to downstream container: cannot connect
04:33:01.687 [main] WARN  o.e.h.m.ForwardingDownstreamAdapterTest$1 - lost connection to downstream container [downstream], closing upstream receivers ...
04:33:02.157 [vert.x-eventloop-thread-1] INFO  o.e.h.m.ForwardingDownstreamAdapterTest$1 - attempting to re-connect to downstream container
04:33:02.189 [vert.x-eventloop-thread-2] INFO  o.e.h.m.ForwardingDownstreamAdapterTest$1 - attempting to re-connect to downstream container
04:33:02.219 [main] WARN  o.e.h.m.ForwardingDownstreamAdapterTest$1 - lost connection to downstream container [downstream], closing upstream receivers ...
04:33:02.720 [vert.x-eventloop-thread-3] INFO  o.e.h.m.ForwardingDownstreamAdapterTest$1 - attempting to re-connect to downstream container
04:33:02.729 [main] WARN  o.e.h.m.ForwardingDownstreamAdapterTest$1 - lost connection to downstream container [downstream], closing upstream receivers ...
04:33:02.739 [main] INFO  o.e.h.m.ForwardingDownstreamAdapterTest$1 - created downstream sender [con: connection-1, link: protocol_adapter]
04:33:02.744 [main] INFO  o.e.h.m.ForwardingDownstreamAdapterTest$1 - created downstream sender [con: connection-1, link: protocol_adapter]
04:33:02.749 [main] INFO  o.e.h.m.ForwardingDownstreamAdapterTest$1 - created downstream sender [con: connection-1, link: protocol_adapter]
04:33:02.753 [main] INFO  o.e.h.m.ForwardingDownstreamAdapterTest$1 - closing 1 downstream senders for connection [id: upstream-connection-id]
04:33:02.753 [main] INFO  o.e.h.m.ForwardingDownstreamAdapterTest$1 - closing downstream sender [con: upstream-connection-id, link: link-id]
04:33:02.755 [main] INFO  o.e.h.m.ForwardingDownstreamAdapterTest$1 - failed to connect to downstream container: remote host unreachable
04:33:02.755 [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: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.492 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.025 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.018 s - in org.eclipse.hono.messaging.HonoMessagingMessageFilterTest
[INFO] Running org.eclipse.hono.messaging.StandaloneEventApiTest
04:33:02.814 [vert.x-eventloop-thread-0] WARN  o.e.hono.messaging.HonoMessaging - no Telemetry endpoint has been configured, Hono Messaging will not support Telemetry API
04:33:02.814 [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
04:33:02.819 [vert.x-eventloop-thread-0] INFO  o.e.hono.messaging.HonoMessaging - Vertx native support: false
04:33:02.820 [vert.x-eventloop-thread-0] INFO  o.e.hono.messaging.HonoMessaging - starting endpoint [name: event, class: org.eclipse.hono.event.impl.EventEndpoint]
04:33:02.820 [vert.x-eventloop-thread-0] INFO  o.e.hono.messaging.HonoMessaging - secure port is not enabled
04:33:02.820 [vert.x-eventloop-thread-0] INFO  o.e.hono.messaging.HonoMessaging - Server found insecure port number configured for ephemeral port selection (port chosen automatically).
04:33:02.823 [vert.x-eventloop-thread-0] WARN  o.e.hono.messaging.HonoMessaging - server listens on non-standard insecure port [127.0.0.1:57078], default is 5672
04:33:02.841 [vert.x-eventloop-thread-0] INFO  o.e.hono.messaging.HonoMessaging - opening new session with client [name: test-567960a0-1411-45fb-aa8b-b33b2107e182, session window size: 9830400]
04:33:03.070 [vert.x-eventloop-thread-1] INFO  o.e.hono.client.impl.HonoClientImpl - closing connection to server [127.0.0.1:57078]...
04:33:03.072 [vert.x-eventloop-thread-1] INFO  o.e.hono.client.impl.HonoClientImpl - closed connection to server [127.0.0.1:57078]
04:33:03.072 [vert.x-eventloop-thread-0] INFO  o.e.hono.messaging.HonoMessaging - stopping insecure AMQP server [127.0.0.1:57078]
04:33:03.076 [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.279 s - in org.eclipse.hono.messaging.StandaloneEventApiTest
[INFO] Running org.eclipse.hono.messaging.HonoMessagingTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.13 s - in org.eclipse.hono.messaging.HonoMessagingTest
[INFO] Running org.eclipse.hono.messaging.MessageForwardingEndpointTest
04:33:03.229 [vert.x-eventloop-thread-4] INFO  o.e.h.m.ForwardingDownstreamAdapterTest$1 - attempting to re-connect to downstream container
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.11 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.005 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.009 s - in org.eclipse.hono.telemetry.impl.ForwardingTelemetryDownstreamAdapterTest
[INFO] 
[INFO] Results:
[INFO] 
[ERROR] Errors: 
[ERROR]   StandaloneTelemetryApiTest.testMessageUploadSucceedsForRegisteredDevice ยป ServerError
[INFO] 
[ERROR] Tests run: 39, 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-M2-SNAPSHOT ............................... SUCCESS [  1.418 s]
[INFO] Hono Dependencies .................................. SUCCESS [  0.014 s]
[INFO] Legal Documents .................................... SUCCESS [  9.489 s]
[INFO] Hono Demo Certs .................................... SUCCESS [  0.064 s]
[INFO] Hono Core .......................................... SUCCESS [ 17.980 s]
[INFO] Hono Client ........................................ SUCCESS [  7.440 s]
[INFO] Hono Service base .................................. SUCCESS [  7.780 s]
[INFO] Hono Protocol Adapters ............................. SUCCESS [  0.255 s]
[INFO] Hono AMQP Adapter .................................. SUCCESS [  4.029 s]
[INFO] Hono COAP Adapter base ............................. SUCCESS [  3.706 s]
[INFO] Hono COAP Adapter .................................. SUCCESS [  0.685 s]
[INFO] Hono HTTP Adapter base ............................. SUCCESS [  7.029 s]
[INFO] Hono HTTP Adapter .................................. SUCCESS [  4.799 s]
[INFO] Hono MQTT Adapter base ............................. SUCCESS [  3.744 s]
[INFO] Hono Kura Adapter .................................. SUCCESS [  3.015 s]
[INFO] Hono MQTT Adapter .................................. SUCCESS [  2.718 s]
[INFO] Hono command-line interface ........................ SUCCESS [  2.822 s]
[INFO] Hono Deployment .................................... SUCCESS [  1.247 s]
[INFO] Hono Examples ...................................... SUCCESS [  0.442 s]
[INFO] Hono JMeter Plugin ................................. SUCCESS [ 12.179 s]
[INFO] Hono Services ...................................... SUCCESS [  0.181 s]
[INFO] Hono Auth .......................................... SUCCESS [  3.515 s]
[INFO] Hono Device Registry ............................... SUCCESS [  4.484 s]
[INFO] Hono Messaging ..................................... FAILURE [  9.311 s]
[INFO] Hono Site .......................................... SKIPPED
[INFO] Hono Integration Tests 0.8-M2-SNAPSHOT ............. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:50 min
[INFO] Finished at: 2018-10-08T04:33:03-04:00
[INFO] ------------------------------------------------------------------------
[INFO] [jenkins-event-spy] Generated /jobs/genie.hono/Hono-Nightly Pipeline/workspace@tmp/withMavene7090f3d/maven-spy-20181008-043108-8731279679475707995357.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-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] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-service-base:jar:0.8-M2-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-M2-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-M2-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-M2-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-M2-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-M2-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-M2-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-M2-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-M2-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-M2-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-M2-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-M2-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-M2-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-M2-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-M2-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-M2-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