[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
[hono-dev] Build failed in Jenkins: Hono CI Pipeline #154
|
See <https://ci.eclipse.org/hono/job/Hono%20CI%20Pipeline/154/display/redirect>
------------------------------------------
[...truncated 1051 lines...]
[INFO] Deleting /jobs/genie.hono/Hono CI Pipeline/workspace/adapters/mqtt-vertx-base/target
[INFO]
[INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-adapter-mqtt-vertx-base ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-no-snapshots) @ hono-adapter-mqtt-vertx-base ---
[INFO] Skipping Rule Enforcement.
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default-prepare-agent) @ hono-adapter-mqtt-vertx-base ---
[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/adapters/mqtt-vertx-base/target/jacoco.exec"
[INFO]
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ hono-adapter-mqtt-vertx-base ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /jobs/genie.hono/Hono CI Pipeline/workspace/adapters/mqtt-vertx-base/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.7.0:compile (default-compile) @ hono-adapter-mqtt-vertx-base ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /jobs/genie.hono/Hono CI Pipeline/workspace/adapters/mqtt-vertx-base/target/classes
[INFO]
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ hono-adapter-mqtt-vertx-base ---
[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-adapter-mqtt-vertx-base ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /jobs/genie.hono/Hono CI Pipeline/workspace/adapters/mqtt-vertx-base/target/test-classes
[INFO]
[INFO] --- maven-surefire-plugin:2.22.0:test (default-test) @ hono-adapter-mqtt-vertx-base ---
[INFO]
[INFO] -------------------------------------------------------
[INFO] T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.hono.adapter.mqtt.AbstractVertxBasedMqttProtocolAdapterTest
08:01:24.367 [Time-limited test] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - connected to Tenant service
08:01:24.374 [Time-limited test] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - connected to AMQP Messaging Network
08:01:24.374 [Time-limited test] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - connected to Device Registration service
08:01:24.374 [Time-limited test] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - connected to Credentials service
08:01:24.375 [Time-limited test] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - connected to Command and Control service
08:01:24.375 [Time-limited test] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - limiting size of inbound message payload to 2048 bytes
08:01:24.376 [Time-limited test] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - Vertx native support: false
08:01:24.377 [Time-limited test] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - Server uses standard insecure port 1883
08:01:24.378 [Time-limited test] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - MQTT server running on 127.0.0.1:1883
[INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.992 s - in org.eclipse.hono.adapter.mqtt.AbstractVertxBasedMqttProtocolAdapterTest
[INFO]
[INFO] Results:
[INFO]
[INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO]
[INFO] --- maven-dependency-plugin:3.0.2:unpack-dependencies (copy_legal_docs) @ hono-adapter-mqtt-vertx-base ---
[INFO] Unpacking /jobs/genie.hono/Hono CI Pipeline/workspace/legal/target/hono-legal-0.9-M1-SNAPSHOT.jar to /jobs/genie.hono/Hono CI Pipeline/workspace/adapters/mqtt-vertx-base/target/classes/META-INF with includes "" and excludes "META-INF/**,checkstyle/**"
[INFO]
[INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ hono-adapter-mqtt-vertx-base ---
[INFO] Building jar: /jobs/genie.hono/Hono CI Pipeline/workspace/adapters/mqtt-vertx-base/target/hono-adapter-mqtt-vertx-base-0.9-M1-SNAPSHOT.jar
[INFO]
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ hono-adapter-mqtt-vertx-base ---
[INFO] Building jar: /jobs/genie.hono/Hono CI Pipeline/workspace/adapters/mqtt-vertx-base/target/hono-adapter-mqtt-vertx-base-0.9-M1-SNAPSHOT-sources.jar
[INFO]
[INFO] --- jacoco-extras:0.1.4:xml (build-enhanced-xml-report) @ hono-adapter-mqtt-vertx-base ---
[INFO] Loading execution data file /jobs/genie.hono/Hono CI Pipeline/workspace/adapters/mqtt-vertx-base/target/jacoco.exec
[INFO] Analyzed bundle 'hono-adapter-mqtt-vertx-base' with 4 classes
[INFO] Analyzed bundle 'hono-legal' with 0 classes
[INFO] Analyzed bundle 'hono-demo-certs' with 0 classes
[INFO] Analyzed bundle 'hono-client' with 33 classes
[INFO] Analyzed bundle 'hono-core' with 65 classes
[INFO] Analyzed bundle 'hono-service-base' with 67 classes
[INFO]
[INFO] --- maven-checkstyle-plugin:3.0.0:check (checkstyle-check) @ hono-adapter-mqtt-vertx-base ---
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-adapter-mqtt-vertx-base ---
[INFO] Installing /jobs/genie.hono/Hono CI Pipeline/workspace/adapters/mqtt-vertx-base/target/hono-adapter-mqtt-vertx-base-0.9-M1-SNAPSHOT.jar to /opt/public/hipp/homes/genie.hono/.m2/repository/org/eclipse/hono/hono-adapter-mqtt-vertx-base/0.9-M1-SNAPSHOT/hono-adapter-mqtt-vertx-base-0.9-M1-SNAPSHOT.jar
[INFO] Installing /jobs/genie.hono/Hono CI Pipeline/workspace/adapters/mqtt-vertx-base/pom.xml to /opt/public/hipp/homes/genie.hono/.m2/repository/org/eclipse/hono/hono-adapter-mqtt-vertx-base/0.9-M1-SNAPSHOT/hono-adapter-mqtt-vertx-base-0.9-M1-SNAPSHOT.pom
[INFO] Installing /jobs/genie.hono/Hono CI Pipeline/workspace/adapters/mqtt-vertx-base/target/hono-adapter-mqtt-vertx-base-0.9-M1-SNAPSHOT-sources.jar to /opt/public/hipp/homes/genie.hono/.m2/repository/org/eclipse/hono/hono-adapter-mqtt-vertx-base/0.9-M1-SNAPSHOT/hono-adapter-mqtt-vertx-base-0.9-M1-SNAPSHOT-sources.jar
[INFO]
[INFO] -----------------< org.eclipse.hono:hono-adapter-kura >-----------------
[INFO] Building Hono Kura Adapter 0.9-M1-SNAPSHOT [15/26]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-adapter-kura ---
[INFO] Deleting /jobs/genie.hono/Hono CI Pipeline/workspace/adapters/kura/target
[INFO]
[INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-adapter-kura ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-no-snapshots) @ hono-adapter-kura ---
[INFO] Skipping Rule Enforcement.
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default-prepare-agent) @ hono-adapter-kura ---
[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/adapters/kura/target/jacoco.exec"
[INFO]
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ hono-adapter-kura ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.7.0:compile (default-compile) @ hono-adapter-kura ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /jobs/genie.hono/Hono CI Pipeline/workspace/adapters/kura/target/classes
[INFO]
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ hono-adapter-kura ---
[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-adapter-kura ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /jobs/genie.hono/Hono CI Pipeline/workspace/adapters/kura/target/test-classes
[INFO]
[INFO] --- maven-surefire-plugin:2.22.0:test (default-test) @ hono-adapter-kura ---
[INFO]
[INFO] -------------------------------------------------------
[INFO] T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.hono.adapter.kura.KuraProtocolAdapterTest
[ERROR] Tests run: 5, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 7.231 s <<< FAILURE! - in org.eclipse.hono.adapter.kura.KuraProtocolAdapterTest
[ERROR] testMapTopicMapsKuraDataMessagesToTelemetryApi(org.eclipse.hono.adapter.kura.KuraProtocolAdapterTest) Time elapsed: 6.592 s <<< ERROR!
org.junit.runners.model.TestTimedOutException: test timed out after 5 seconds
at app//org.eclipse.hono.adapter.kura.KuraProtocolAdapterTest.newMessage(KuraProtocolAdapterTest.java:213)
at app//org.eclipse.hono.adapter.kura.KuraProtocolAdapterTest.newMessage(KuraProtocolAdapterTest.java:208)
at app//org.eclipse.hono.adapter.kura.KuraProtocolAdapterTest.newContext(KuraProtocolAdapterTest.java:226)
at app//org.eclipse.hono.adapter.kura.KuraProtocolAdapterTest.newContext(KuraProtocolAdapterTest.java:221)
at app//org.eclipse.hono.adapter.kura.KuraProtocolAdapterTest.testMapTopicMapsKuraDataMessagesToTelemetryApi(KuraProtocolAdapterTest.java:161)
[INFO]
[INFO] Results:
[INFO]
[ERROR] Errors:
[ERROR] KuraProtocolAdapterTest.testMapTopicMapsKuraDataMessagesToTelemetryApi:161->newContext:221->newContext:226->newMessage:208->newMessage:213 ยป TestTimedOut
[INFO]
[ERROR] Tests run: 5, Failures: 0, Errors: 1, Skipped: 0
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Hono 0.9-M1-SNAPSHOT ............................... SUCCESS [ 1.836 s]
[INFO] Hono Dependencies .................................. SUCCESS [ 0.023 s]
[INFO] Legal Documents .................................... SUCCESS [ 0.808 s]
[INFO] Hono Demo Certs .................................... SUCCESS [ 0.065 s]
[INFO] Hono Core .......................................... SUCCESS [ 16.036 s]
[INFO] Hono Client ........................................ SUCCESS [ 10.215 s]
[INFO] Hono Service base .................................. SUCCESS [ 13.919 s]
[INFO] Hono Protocol Adapters ............................. SUCCESS [ 0.261 s]
[INFO] Hono AMQP Adapter .................................. SUCCESS [ 4.712 s]
[INFO] Hono COAP Adapter base ............................. SUCCESS [ 4.622 s]
[INFO] Hono COAP Adapter .................................. SUCCESS [ 0.736 s]
[INFO] Hono HTTP Adapter base ............................. SUCCESS [ 4.638 s]
[INFO] Hono HTTP Adapter .................................. SUCCESS [ 5.187 s]
[INFO] Hono MQTT Adapter base ............................. SUCCESS [ 4.902 s]
[INFO] Hono Kura Adapter .................................. FAILURE [ 8.961 s]
[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.9-M1-SNAPSHOT ............. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:19 min
[INFO] Finished at: 2018-12-10T08:01:34-05:00
[INFO] ------------------------------------------------------------------------
[INFO] [jenkins-event-spy] Generated /jobs/genie.hono/Hono CI Pipeline/workspace@tmp/withMavenbd9da7af/maven-spy-20181210-080015-48511196936850219977632.log
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.22.0:test (default-test) on project hono-adapter-kura: There are test failures.
[ERROR]
[ERROR] Please refer to /jobs/genie.hono/Hono CI Pipeline/workspace/adapters/kura/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-adapter-kura
[Pipeline] }
[withMaven] artifactsPublisher - Archive artifact pom.xml under org/eclipse/hono/hono-parent/0.9-M1-SNAPSHOT/hono-parent-0.9-M1-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact bom/pom.xml under org/eclipse/hono/hono-bom/0.9-M1-SNAPSHOT/hono-bom-0.9-M1-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact legal/pom.xml under org/eclipse/hono/hono-legal/0.9-M1-SNAPSHOT/hono-legal-0.9-M1-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact legal/target/hono-legal-0.9-M1-SNAPSHOT.jar under org/eclipse/hono/hono-legal/0.9-M1-SNAPSHOT/hono-legal-0.9-M1-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact demo-certs/pom.xml under org/eclipse/hono/hono-demo-certs/0.9-M1-SNAPSHOT/hono-demo-certs-0.9-M1-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact demo-certs/target/hono-demo-certs-0.9-M1-SNAPSHOT.jar under org/eclipse/hono/hono-demo-certs/0.9-M1-SNAPSHOT/hono-demo-certs-0.9-M1-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact core/pom.xml under org/eclipse/hono/hono-core/0.9-M1-SNAPSHOT/hono-core-0.9-M1-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact core/target/hono-core-0.9-M1-SNAPSHOT.jar under org/eclipse/hono/hono-core/0.9-M1-SNAPSHOT/hono-core-0.9-M1-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact core/target/hono-core-0.9-M1-SNAPSHOT-sources.jar under org/eclipse/hono/hono-core/0.9-M1-SNAPSHOT/hono-core-0.9-M1-SNAPSHOT-sources.jar
[withMaven] artifactsPublisher - Archive artifact client/pom.xml under org/eclipse/hono/hono-client/0.9-M1-SNAPSHOT/hono-client-0.9-M1-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact client/target/hono-client-0.9-M1-SNAPSHOT.jar under org/eclipse/hono/hono-client/0.9-M1-SNAPSHOT/hono-client-0.9-M1-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact client/target/hono-client-0.9-M1-SNAPSHOT-sources.jar under org/eclipse/hono/hono-client/0.9-M1-SNAPSHOT/hono-client-0.9-M1-SNAPSHOT-sources.jar
[withMaven] artifactsPublisher - Archive artifact service-base/pom.xml under org/eclipse/hono/hono-service-base/0.9-M1-SNAPSHOT/hono-service-base-0.9-M1-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact service-base/target/hono-service-base-0.9-M1-SNAPSHOT.jar under org/eclipse/hono/hono-service-base/0.9-M1-SNAPSHOT/hono-service-base-0.9-M1-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact service-base/target/hono-service-base-0.9-M1-SNAPSHOT-sources.jar under org/eclipse/hono/hono-service-base/0.9-M1-SNAPSHOT/hono-service-base-0.9-M1-SNAPSHOT-sources.jar
[withMaven] artifactsPublisher - Archive artifact adapters/pom.xml under org/eclipse/hono/hono-adapters/0.9-M1-SNAPSHOT/hono-adapters-0.9-M1-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact adapters/amqp-vertx/pom.xml under org/eclipse/hono/hono-adapter-amqp-vertx/0.9-M1-SNAPSHOT/hono-adapter-amqp-vertx-0.9-M1-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact adapters/amqp-vertx/target/hono-adapter-amqp-vertx-0.9-M1-SNAPSHOT.jar under org/eclipse/hono/hono-adapter-amqp-vertx/0.9-M1-SNAPSHOT/hono-adapter-amqp-vertx-0.9-M1-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact adapters/amqp-vertx/target/hono-adapter-amqp-vertx-0.9-M1-SNAPSHOT-sources.jar under org/eclipse/hono/hono-adapter-amqp-vertx/0.9-M1-SNAPSHOT/hono-adapter-amqp-vertx-0.9-M1-SNAPSHOT-sources.jar
[withMaven] artifactsPublisher - Archive artifact adapters/coap-vertx-base/pom.xml under org/eclipse/hono/hono-adapter-coap-vertx-base/0.9-M1-SNAPSHOT/hono-adapter-coap-vertx-base-0.9-M1-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact adapters/coap-vertx-base/target/hono-adapter-coap-vertx-base-0.9-M1-SNAPSHOT.jar under org/eclipse/hono/hono-adapter-coap-vertx-base/0.9-M1-SNAPSHOT/hono-adapter-coap-vertx-base-0.9-M1-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact adapters/coap-vertx-base/target/hono-adapter-coap-vertx-base-0.9-M1-SNAPSHOT-sources.jar under org/eclipse/hono/hono-adapter-coap-vertx-base/0.9-M1-SNAPSHOT/hono-adapter-coap-vertx-base-0.9-M1-SNAPSHOT-sources.jar
[withMaven] artifactsPublisher - Archive artifact adapters/coap-vertx/pom.xml under org/eclipse/hono/hono-adapter-coap-vertx/0.9-M1-SNAPSHOT/hono-adapter-coap-vertx-0.9-M1-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact adapters/coap-vertx/target/hono-adapter-coap-vertx-0.9-M1-SNAPSHOT.jar under org/eclipse/hono/hono-adapter-coap-vertx/0.9-M1-SNAPSHOT/hono-adapter-coap-vertx-0.9-M1-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact adapters/coap-vertx/target/hono-adapter-coap-vertx-0.9-M1-SNAPSHOT-sources.jar under org/eclipse/hono/hono-adapter-coap-vertx/0.9-M1-SNAPSHOT/hono-adapter-coap-vertx-0.9-M1-SNAPSHOT-sources.jar
[withMaven] artifactsPublisher - Archive artifact adapters/http-vertx-base/pom.xml under org/eclipse/hono/hono-adapter-http-vertx-base/0.9-M1-SNAPSHOT/hono-adapter-http-vertx-base-0.9-M1-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact adapters/http-vertx-base/target/hono-adapter-http-vertx-base-0.9-M1-SNAPSHOT.jar under org/eclipse/hono/hono-adapter-http-vertx-base/0.9-M1-SNAPSHOT/hono-adapter-http-vertx-base-0.9-M1-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact adapters/http-vertx-base/target/hono-adapter-http-vertx-base-0.9-M1-SNAPSHOT-sources.jar under org/eclipse/hono/hono-adapter-http-vertx-base/0.9-M1-SNAPSHOT/hono-adapter-http-vertx-base-0.9-M1-SNAPSHOT-sources.jar
[withMaven] artifactsPublisher - Archive artifact adapters/http-vertx/pom.xml under org/eclipse/hono/hono-adapter-http-vertx/0.9-M1-SNAPSHOT/hono-adapter-http-vertx-0.9-M1-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact adapters/http-vertx/target/hono-adapter-http-vertx-0.9-M1-SNAPSHOT.jar under org/eclipse/hono/hono-adapter-http-vertx/0.9-M1-SNAPSHOT/hono-adapter-http-vertx-0.9-M1-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact adapters/http-vertx/target/hono-adapter-http-vertx-0.9-M1-SNAPSHOT-sources.jar under org/eclipse/hono/hono-adapter-http-vertx/0.9-M1-SNAPSHOT/hono-adapter-http-vertx-0.9-M1-SNAPSHOT-sources.jar
[withMaven] artifactsPublisher - Archive artifact adapters/mqtt-vertx-base/pom.xml under org/eclipse/hono/hono-adapter-mqtt-vertx-base/0.9-M1-SNAPSHOT/hono-adapter-mqtt-vertx-base-0.9-M1-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact adapters/mqtt-vertx-base/target/hono-adapter-mqtt-vertx-base-0.9-M1-SNAPSHOT.jar under org/eclipse/hono/hono-adapter-mqtt-vertx-base/0.9-M1-SNAPSHOT/hono-adapter-mqtt-vertx-base-0.9-M1-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact adapters/mqtt-vertx-base/target/hono-adapter-mqtt-vertx-base-0.9-M1-SNAPSHOT-sources.jar under org/eclipse/hono/hono-adapter-mqtt-vertx-base/0.9-M1-SNAPSHOT/hono-adapter-mqtt-vertx-base-0.9-M1-SNAPSHOT-sources.jar
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-legal:jar:0.9-M1-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.9-M1-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.9-M1-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.9-M1-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.9-M1-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.9-M1-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.9-M1-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.9-M1-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.9-M1-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.9-M1-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.9-M1-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.9-M1-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] Jenkins Task Scanner Plugin not found, don't display results of source code scanning for 'TODO' and 'FIXME' in pipeline screen.
[withMaven] Publishers: Generated Artifacts Publisher: 211 ms, Invoker Publisher: 1 ms, Junit Publisher: 817 ms, Dependencies Fingerprint Publisher: 57 ms, JGiven Publisher: 1 ms, Pipeline Graph Publisher: 13 ms, Open Task Scanner Publisher: 3 ms
[Pipeline] // withMaven
[Pipeline] }
[Pipeline] // stage
[Pipeline] echo
Error: hudson.AbortException: script returned exit code 1
[Pipeline] echo
Build status: FAILURE
[Pipeline] step