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

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

Changes:


------------------------------------------
[...truncated 2738 lines...]
08:06:04.228 [Thread-8] INFO  org.mongodb.driver.connection - Closed connection [connectionId{localValue:13, serverValue:13}] to 127.0.0.1:49346 because the pool has been closed.
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.087 s - in org.eclipse.hono.deviceregistry.mongodb.service.MongoDbBasedCredentialServiceTest
[INFO] Running org.eclipse.hono.deviceregistry.mongodb.service.MongoDBBasedDeviceManagementSearchDevicesTest
08:06:09.397 [main] INFO  org.mongodb.driver.cluster - Cluster created with settings {hosts=[127.0.0.1:49346], mode=SINGLE, requiredClusterType=UNKNOWN, serverSelectionTimeout='1000 ms', maxWaitQueueSize=500}
08:06:09.399 [main] INFO  org.mongodb.driver.cluster - No server chosen by com.mongodb.async.client.ClientSessionHelper$1@6aef4eb8 from cluster description ClusterDescription{type=UNKNOWN, connectionMode=SINGLE, serverDescriptions=[ServerDescription{address=127.0.0.1:49346, type=UNKNOWN, state=CONNECTING}]}. Waiting for 1000 ms before timing out
08:06:09.406 [cluster-ClusterId{value='5f4f8ab1f5caa57caecacbd8', description='null'}-127.0.0.1:49346] INFO  org.mongodb.driver.connection - Opened connection [connectionId{localValue:23, serverValue:23}] to 127.0.0.1:49346
08:06:09.407 [cluster-ClusterId{value='5f4f8ab1f5caa57caecacbd8', description='null'}-127.0.0.1:49346] INFO  org.mongodb.driver.cluster - Monitor thread successfully connected to server with description ServerDescription{address=127.0.0.1:49346, type=STANDALONE, state=CONNECTED, ok=true, version=ServerVersion{versionList=[4, 0, 18]}, minWireVersion=0, maxWireVersion=7, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=30, roundTripTimeNanos=1240457}
08:06:09.415 [Thread-7] INFO  org.mongodb.driver.connection - Opened connection [connectionId{localValue:24, serverValue:24}] to 127.0.0.1:49346
08:06:14.413 [main] INFO  o.e.h.d.m.s.MongoDBBasedDeviceManagementSearchDevicesTest - running testSearchDevicesWithMultipleFiltersSucceeds(VertxTestContext)
08:06:14.424 [Thread-9] INFO  org.mongodb.driver.connection - Opened connection [connectionId{localValue:25, serverValue:25}] to 127.0.0.1:49346
08:06:14.904 [main] INFO  o.e.h.d.m.s.MongoDBBasedDeviceManagementSearchDevicesTest - running testSearchDevicesWithSortOption(VertxTestContext)
08:06:14.921 [main] INFO  o.e.h.d.m.s.MongoDBBasedDeviceManagementSearchDevicesTest - running testSearchDevicesWithAFilterSucceeds(VertxTestContext)
08:06:14.933 [main] INFO  o.e.h.d.m.s.MongoDBBasedDeviceManagementSearchDevicesTest - running testSearchDevicesWithPageSize(VertxTestContext)
08:06:14.944 [main] INFO  o.e.h.d.m.s.MongoDBBasedDeviceManagementSearchDevicesTest - running testSearchDevicesWithPageOffset(VertxTestContext)
08:06:14.954 [main] INFO  org.mongodb.driver.connection - Closed connection [connectionId{localValue:24, serverValue:24}] to 127.0.0.1:49346 because the pool has been closed.
08:06:14.954 [main] INFO  org.mongodb.driver.connection - Closed connection [connectionId{localValue:25, serverValue:25}] to 127.0.0.1:49346 because the pool has been closed.
[ERROR] Tests run: 6, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 5.969 s <<< FAILURE! - in org.eclipse.hono.deviceregistry.mongodb.service.MongoDBBasedDeviceManagementSearchDevicesTest
[ERROR] testSearchDevicesWhenNoDevicesAreFound{VertxTestContext}  Time elapsed: 5.008 s  <<< ERROR!
java.util.concurrent.TimeoutException: The test execution timed out. Make sure your asynchronous code includes calls to either VertxTestContext#completeNow(), VertxTestContext#failNow() or Checkpoint#flag()

[INFO] Running org.eclipse.hono.deviceregistry.mongodb.service.MongoDbBasedRegistrationServiceTest
08:06:15.807 [main] INFO  org.mongodb.driver.cluster - Cluster created with settings {hosts=[127.0.0.1:49346], mode=SINGLE, requiredClusterType=UNKNOWN, serverSelectionTimeout='1000 ms', maxWaitQueueSize=500}
08:06:15.809 [main] INFO  org.mongodb.driver.cluster - No server chosen by com.mongodb.async.client.ClientSessionHelper$1@1bd0b0e5 from cluster description ClusterDescription{type=UNKNOWN, connectionMode=SINGLE, serverDescriptions=[ServerDescription{address=127.0.0.1:49346, type=UNKNOWN, state=CONNECTING}]}. Waiting for 1000 ms before timing out
08:06:15.814 [cluster-ClusterId{value='5f4f8ab7f5caa57caecacbe3', description='null'}-127.0.0.1:49346] INFO  org.mongodb.driver.connection - Opened connection [connectionId{localValue:26, serverValue:26}] to 127.0.0.1:49346
08:06:15.816 [cluster-ClusterId{value='5f4f8ab7f5caa57caecacbe3', description='null'}-127.0.0.1:49346] INFO  org.mongodb.driver.cluster - Monitor thread successfully connected to server with description ServerDescription{address=127.0.0.1:49346, type=STANDALONE, state=CONNECTED, ok=true, version=ServerVersion{versionList=[4, 0, 18]}, minWireVersion=0, maxWireVersion=7, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=30, roundTripTimeNanos=1197544}
08:06:15.823 [Thread-7] INFO  org.mongodb.driver.connection - Opened connection [connectionId{localValue:27, serverValue:27}] to 127.0.0.1:49346
08:06:16.479 [main] INFO  o.e.h.d.m.s.MongoDbBasedRegistrationServiceTest - running testAssertRegistrationFailsForNonExistingDevice(VertxTestContext)
08:06:16.493 [main] INFO  o.e.h.d.m.s.MongoDbBasedRegistrationServiceTest - running testReadDeviceFailsForNonExistingDevice(VertxTestContext)
08:06:16.500 [main] INFO  o.e.h.d.m.s.MongoDbBasedRegistrationServiceTest - running testAssertRegistrationSucceedsForDeviceViaGateway(VertxTestContext)
08:06:16.515 [Thread-17] INFO  org.mongodb.driver.connection - Opened connection [connectionId{localValue:28, serverValue:28}] to 127.0.0.1:49346
08:06:16.528 [main] INFO  o.e.h.d.m.s.MongoDbBasedRegistrationServiceTest - running testAssertRegistrationSucceedsForExistingDevice(VertxTestContext)
08:06:16.536 [main] INFO  o.e.h.d.m.s.MongoDbBasedRegistrationServiceTest - running testReadDeviceReturnsCopyOfOriginalData(VertxTestContext)
08:06:16.555 [main] INFO  o.e.h.d.m.s.MongoDbBasedRegistrationServiceTest - running testReadDeviceSucceedsForExistingDevice(VertxTestContext)
08:06:16.564 [main] INFO  o.e.h.d.m.s.MongoDbBasedRegistrationServiceTest - running testUpdateDeviceSucceeds(VertxTestContext)
08:06:16.573 [main] INFO  o.e.h.d.m.s.MongoDbBasedRegistrationServiceTest - running testCreateDeviceWithoutIdSucceeds(VertxTestContext)
08:06:16.578 [main] INFO  o.e.h.d.m.s.MongoDbBasedRegistrationServiceTest - running testAssertRegistrationFailsForDeviceViaUnauthorizedGateway(VertxTestContext)
08:06:16.591 [main] INFO  o.e.h.d.m.s.MongoDbBasedRegistrationServiceTest - running testDeleteDeviceSucceedsForMatchingResourceVersion(VertxTestContext)
08:06:16.600 [main] INFO  o.e.h.d.m.s.MongoDbBasedRegistrationServiceTest - running testDeleteDeviceSucceeds(VertxTestContext)
08:06:16.608 [main] INFO  o.e.h.d.m.s.MongoDbBasedRegistrationServiceTest - running testAssertRegistrationSucceedsForDeviceViaGatewayGroup(VertxTestContext)
08:06:16.624 [main] INFO  o.e.h.d.m.s.MongoDbBasedRegistrationServiceTest - running testAssertRegistrationFailsForDeviceViaDisabledGateway(VertxTestContext)
08:06:16.633 [main] INFO  o.e.h.d.m.s.MongoDbBasedRegistrationServiceTest - running testDeleteDeviceFailsForNonMatchingResourceVersion(VertxTestContext)
08:06:16.643 [main] INFO  o.e.h.d.m.s.MongoDbBasedRegistrationServiceTest - running testUpdateDeviceSucceedsForMatchingResourceVersion(VertxTestContext)
08:06:16.652 [main] INFO  o.e.h.d.m.s.MongoDbBasedRegistrationServiceTest - running testAssertRegistrationFailsForDisabledDevice(VertxTestContext)
08:06:16.659 [main] INFO  o.e.h.d.m.s.MongoDbBasedRegistrationServiceTest - running testCreateDeviceWithIdSucceeds(VertxTestContext)
08:06:16.664 [main] INFO  o.e.h.d.m.s.MongoDbBasedRegistrationServiceTest - running testCreateDeviceFailsForExistingDeviceId(VertxTestContext)
08:06:16.671 [main] INFO  o.e.h.d.m.s.MongoDbBasedRegistrationServiceTest - running testAssertRegistrationFailsForDeviceViaNonExistingGateway(VertxTestContext)
08:06:16.677 [main] INFO  o.e.h.d.m.s.MongoDbBasedRegistrationServiceTest - running testUpdateDeviceFailsForNonMatchingResourceVersion(VertxTestContext)
08:06:16.685 [main] INFO  o.e.h.d.m.s.MongoDbBasedRegistrationServiceTest - running testDeleteDeviceFailsForNonExistingDevice(VertxTestContext)
08:06:16.690 [main] INFO  o.e.h.d.m.s.MongoDbBasedRegistrationServiceTest - running testReadDeviceFailsForDeletedDevice(VertxTestContext)
08:06:16.699 [main] INFO  org.mongodb.driver.connection - Closed connection [connectionId{localValue:27, serverValue:27}] to 127.0.0.1:49346 because the pool has been closed.
08:06:16.699 [main] INFO  org.mongodb.driver.connection - Closed connection [connectionId{localValue:28, serverValue:28}] to 127.0.0.1:49346 because the pool has been closed.
[INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.319 s - in org.eclipse.hono.deviceregistry.mongodb.service.MongoDbBasedRegistrationServiceTest
[INFO] 
[INFO] Results:
[INFO] 
[ERROR] Errors: 
[ERROR]   MongoDBBasedDeviceManagementSearchDevicesTest.testSearchDevicesWhenNoDevicesAreFound ยป Timeout
[INFO] 
[ERROR] Tests run: 61, Failures: 0, Errors: 1, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-failsafe-plugin:2.22.2:verify (run-tests) @ hono-service-device-registry-mongodb ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Hono 1.4.0-SNAPSHOT:
[INFO] 
[INFO] Hono ............................................... SUCCESS [  2.357 s]
[INFO] Hono Dependencies .................................. SUCCESS [  0.039 s]
[INFO] Legal Documents .................................... SUCCESS [  1.379 s]
[INFO] Hono Demo Certs .................................... SUCCESS [  0.096 s]
[INFO] Hono Core .......................................... SUCCESS [ 26.106 s]
[INFO] Hono Client ........................................ SUCCESS [ 10.381 s]
[INFO] Hono Service base .................................. SUCCESS [ 15.963 s]
[INFO] Hotrod Device Connection client .................... SUCCESS [  5.221 s]
[INFO] Hono Protocol Adapters ............................. SUCCESS [  0.280 s]
[INFO] Spring based protocol adapters parent .............. SUCCESS [  0.384 s]
[INFO] Hono AMQP Adapter .................................. SUCCESS [  6.426 s]
[INFO] Hono CoAP Adapter base ............................. SUCCESS [  4.115 s]
[INFO] Hono CoAP Adapter .................................. SUCCESS [  0.891 s]
[INFO] Hono HTTP Adapter base ............................. SUCCESS [  7.102 s]
[INFO] Hono HTTP Adapter .................................. SUCCESS [  1.341 s]
[INFO] Hono HTTP Adapter .................................. SUCCESS [  8.053 s]
[INFO] Hono MQTT Adapter base ............................. SUCCESS [  4.106 s]
[INFO] Hono Kura Adapter .................................. SUCCESS [  2.901 s]
[INFO] Hono LoRa Adapter .................................. SUCCESS [  5.518 s]
[INFO] Hono MQTT Adapter .................................. SUCCESS [  0.723 s]
[INFO] Hono Sigfox Adapter ................................ SUCCESS [  0.679 s]
[INFO] Hono command-line interface ........................ SUCCESS [ 13.609 s]
[INFO] Hono Deployment .................................... SUCCESS [  0.184 s]
[INFO] Hono Examples ...................................... SUCCESS [  0.043 s]
[INFO] Hono Client Examples ............................... SUCCESS [  0.771 s]
[INFO] Hono Protocol Gateway example ...................... SUCCESS [  0.457 s]
[INFO] Hono JMeter Plugin ................................. SUCCESS [  8.511 s]
[INFO] Hono Services ...................................... SUCCESS [  0.215 s]
[INFO] Hono Auth .......................................... SUCCESS [  2.461 s]
[INFO] Hono Service Device Registry Base .................. SUCCESS [ 13.387 s]
[INFO] Base classes for JDBC services ..................... SUCCESS [  2.549 s]
[INFO] Hono Device Connection service ..................... SUCCESS [  2.960 s]
[INFO] Hono File Based Device Registry .................... SUCCESS [  5.759 s]
[INFO] Hono Mongodb Based Device Registry ................. FAILURE [ 23.948 s]
[INFO] Hono Site .......................................... SKIPPED
[INFO] Hono Integration Tests ............................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  03:03 min
[INFO] Finished at: 2020-09-02T08:06:17-04:00
[INFO] ------------------------------------------------------------------------
[INFO] [jenkins-event-spy] Generated /jobs/genie.hono/Hono CI Pipeline/workspace@tmp/withMaven26d36454/maven-spy-20200902-080313-3076431314919999388720.log
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-failsafe-plugin:2.22.2:verify (run-tests) on project hono-service-device-registry-mongodb: There are test failures.
[ERROR] 
[ERROR] Please refer to /jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-mongodb/target/failsafe-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-service-device-registry-mongodb
[Pipeline] }
[withMaven] artifactsPublisher - Archive artifact pom.xml under org/eclipse/hono/hono-parent/1.4.0-SNAPSHOT/hono-parent-1.4.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact bom/pom.xml under org/eclipse/hono/hono-bom/1.4.0-SNAPSHOT/hono-bom-1.4.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact legal/pom.xml under org/eclipse/hono/hono-legal/1.4.0-SNAPSHOT/hono-legal-1.4.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact legal/target/hono-legal-1.4.0-SNAPSHOT.jar under org/eclipse/hono/hono-legal/1.4.0-SNAPSHOT/hono-legal-1.4.0-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact demo-certs/pom.xml under org/eclipse/hono/hono-demo-certs/1.4.0-SNAPSHOT/hono-demo-certs-1.4.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact demo-certs/target/hono-demo-certs-1.4.0-SNAPSHOT.jar under org/eclipse/hono/hono-demo-certs/1.4.0-SNAPSHOT/hono-demo-certs-1.4.0-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact core/pom.xml under org/eclipse/hono/hono-core/1.4.0-SNAPSHOT/hono-core-1.4.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact core/target/hono-core-1.4.0-SNAPSHOT.jar under org/eclipse/hono/hono-core/1.4.0-SNAPSHOT/hono-core-1.4.0-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact core/target/hono-core-1.4.0-SNAPSHOT-sources.jar under org/eclipse/hono/hono-core/1.4.0-SNAPSHOT/hono-core-1.4.0-SNAPSHOT-sources.jar
[withMaven] artifactsPublisher - Archive artifact client/pom.xml under org/eclipse/hono/hono-client/1.4.0-SNAPSHOT/hono-client-1.4.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact client/target/hono-client-1.4.0-SNAPSHOT.jar under org/eclipse/hono/hono-client/1.4.0-SNAPSHOT/hono-client-1.4.0-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact client/target/hono-client-1.4.0-SNAPSHOT-sources.jar under org/eclipse/hono/hono-client/1.4.0-SNAPSHOT/hono-client-1.4.0-SNAPSHOT-sources.jar
[withMaven] artifactsPublisher - Archive artifact service-base/pom.xml under org/eclipse/hono/hono-service-base/1.4.0-SNAPSHOT/hono-service-base-1.4.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact service-base/target/hono-service-base-1.4.0-SNAPSHOT.jar under org/eclipse/hono/hono-service-base/1.4.0-SNAPSHOT/hono-service-base-1.4.0-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact service-base/target/hono-service-base-1.4.0-SNAPSHOT-sources.jar under org/eclipse/hono/hono-service-base/1.4.0-SNAPSHOT/hono-service-base-1.4.0-SNAPSHOT-sources.jar
[withMaven] artifactsPublisher - Archive artifact client-device-connection-infinispan/pom.xml under org/eclipse/hono/client-device-connection-infinispan/1.4.0-SNAPSHOT/client-device-connection-infinispan-1.4.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact client-device-connection-infinispan/target/client-device-connection-infinispan-1.4.0-SNAPSHOT.jar under org/eclipse/hono/client-device-connection-infinispan/1.4.0-SNAPSHOT/client-device-connection-infinispan-1.4.0-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact client-device-connection-infinispan/target/client-device-connection-infinispan-1.4.0-SNAPSHOT-sources.jar under org/eclipse/hono/client-device-connection-infinispan/1.4.0-SNAPSHOT/client-device-connection-infinispan-1.4.0-SNAPSHOT-sources.jar
[withMaven] artifactsPublisher - Archive artifact adapters/pom.xml under org/eclipse/hono/hono-adapters/1.4.0-SNAPSHOT/hono-adapters-1.4.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact adapters/base-spring/pom.xml under org/eclipse/hono/hono-adapter-base-spring/1.4.0-SNAPSHOT/hono-adapter-base-spring-1.4.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact adapters/amqp-vertx/pom.xml under org/eclipse/hono/hono-adapter-amqp-vertx/1.4.0-SNAPSHOT/hono-adapter-amqp-vertx-1.4.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact adapters/amqp-vertx/target/hono-adapter-amqp-vertx-1.4.0-SNAPSHOT.jar under org/eclipse/hono/hono-adapter-amqp-vertx/1.4.0-SNAPSHOT/hono-adapter-amqp-vertx-1.4.0-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact adapters/amqp-vertx/target/hono-adapter-amqp-vertx-1.4.0-SNAPSHOT-sources.jar under org/eclipse/hono/hono-adapter-amqp-vertx/1.4.0-SNAPSHOT/hono-adapter-amqp-vertx-1.4.0-SNAPSHOT-sources.jar
[withMaven] artifactsPublisher - Archive artifact adapters/coap-vertx-base/pom.xml under org/eclipse/hono/hono-adapter-coap-vertx-base/1.4.0-SNAPSHOT/hono-adapter-coap-vertx-base-1.4.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact adapters/coap-vertx-base/target/hono-adapter-coap-vertx-base-1.4.0-SNAPSHOT.jar under org/eclipse/hono/hono-adapter-coap-vertx-base/1.4.0-SNAPSHOT/hono-adapter-coap-vertx-base-1.4.0-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact adapters/coap-vertx-base/target/hono-adapter-coap-vertx-base-1.4.0-SNAPSHOT-sources.jar under org/eclipse/hono/hono-adapter-coap-vertx-base/1.4.0-SNAPSHOT/hono-adapter-coap-vertx-base-1.4.0-SNAPSHOT-sources.jar
[withMaven] artifactsPublisher - Archive artifact adapters/coap-vertx/pom.xml under org/eclipse/hono/hono-adapter-coap-vertx/1.4.0-SNAPSHOT/hono-adapter-coap-vertx-1.4.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact adapters/coap-vertx/target/hono-adapter-coap-vertx-1.4.0-SNAPSHOT.jar under org/eclipse/hono/hono-adapter-coap-vertx/1.4.0-SNAPSHOT/hono-adapter-coap-vertx-1.4.0-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact adapters/coap-vertx/target/hono-adapter-coap-vertx-1.4.0-SNAPSHOT-sources.jar under org/eclipse/hono/hono-adapter-coap-vertx/1.4.0-SNAPSHOT/hono-adapter-coap-vertx-1.4.0-SNAPSHOT-sources.jar
[withMaven] artifactsPublisher - Archive artifact adapters/http-vertx-base/pom.xml under org/eclipse/hono/hono-adapter-http-vertx-base/1.4.0-SNAPSHOT/hono-adapter-http-vertx-base-1.4.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact adapters/http-vertx-base/target/hono-adapter-http-vertx-base-1.4.0-SNAPSHOT.jar under org/eclipse/hono/hono-adapter-http-vertx-base/1.4.0-SNAPSHOT/hono-adapter-http-vertx-base-1.4.0-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact adapters/http-vertx-base/target/hono-adapter-http-vertx-base-1.4.0-SNAPSHOT-sources.jar under org/eclipse/hono/hono-adapter-http-vertx-base/1.4.0-SNAPSHOT/hono-adapter-http-vertx-base-1.4.0-SNAPSHOT-sources.jar
[withMaven] artifactsPublisher - Archive artifact adapters/http-vertx/pom.xml under org/eclipse/hono/hono-adapter-http-vertx/1.4.0-SNAPSHOT/hono-adapter-http-vertx-1.4.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact adapters/http-vertx/target/hono-adapter-http-vertx-1.4.0-SNAPSHOT.jar under org/eclipse/hono/hono-adapter-http-vertx/1.4.0-SNAPSHOT/hono-adapter-http-vertx-1.4.0-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact adapters/http-vertx/target/hono-adapter-http-vertx-1.4.0-SNAPSHOT-sources.jar under org/eclipse/hono/hono-adapter-http-vertx/1.4.0-SNAPSHOT/hono-adapter-http-vertx-1.4.0-SNAPSHOT-sources.jar
[withMaven] artifactsPublisher - Archive artifact adapters/http-vertx-quarkus/pom.xml under org/eclipse/hono/hono-adapter-http-vertx-quarkus/1.4.0-SNAPSHOT/hono-adapter-http-vertx-quarkus-1.4.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact adapters/http-vertx-quarkus/target/hono-adapter-http-vertx-quarkus-1.4.0-SNAPSHOT.jar under org/eclipse/hono/hono-adapter-http-vertx-quarkus/1.4.0-SNAPSHOT/hono-adapter-http-vertx-quarkus-1.4.0-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact adapters/http-vertx-quarkus/target/hono-adapter-http-vertx-quarkus-1.4.0-SNAPSHOT-sources.jar under org/eclipse/hono/hono-adapter-http-vertx-quarkus/1.4.0-SNAPSHOT/hono-adapter-http-vertx-quarkus-1.4.0-SNAPSHOT-sources.jar
[withMaven] artifactsPublisher - Archive artifact adapters/mqtt-vertx-base/pom.xml under org/eclipse/hono/hono-adapter-mqtt-vertx-base/1.4.0-SNAPSHOT/hono-adapter-mqtt-vertx-base-1.4.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact adapters/mqtt-vertx-base/target/hono-adapter-mqtt-vertx-base-1.4.0-SNAPSHOT.jar under org/eclipse/hono/hono-adapter-mqtt-vertx-base/1.4.0-SNAPSHOT/hono-adapter-mqtt-vertx-base-1.4.0-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact adapters/mqtt-vertx-base/target/hono-adapter-mqtt-vertx-base-1.4.0-SNAPSHOT-sources.jar under org/eclipse/hono/hono-adapter-mqtt-vertx-base/1.4.0-SNAPSHOT/hono-adapter-mqtt-vertx-base-1.4.0-SNAPSHOT-sources.jar
[withMaven] artifactsPublisher - Archive artifact adapters/kura/pom.xml under org/eclipse/hono/hono-adapter-kura/1.4.0-SNAPSHOT/hono-adapter-kura-1.4.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact adapters/kura/target/hono-adapter-kura-1.4.0-SNAPSHOT.jar under org/eclipse/hono/hono-adapter-kura/1.4.0-SNAPSHOT/hono-adapter-kura-1.4.0-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact adapters/kura/target/hono-adapter-kura-1.4.0-SNAPSHOT-sources.jar under org/eclipse/hono/hono-adapter-kura/1.4.0-SNAPSHOT/hono-adapter-kura-1.4.0-SNAPSHOT-sources.jar
[withMaven] artifactsPublisher - Archive artifact adapters/lora-vertx/pom.xml under org/eclipse/hono/hono-adapter-lora-vertx/1.4.0-SNAPSHOT/hono-adapter-lora-vertx-1.4.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact adapters/lora-vertx/target/hono-adapter-lora-vertx-1.4.0-SNAPSHOT.jar under org/eclipse/hono/hono-adapter-lora-vertx/1.4.0-SNAPSHOT/hono-adapter-lora-vertx-1.4.0-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact adapters/lora-vertx/target/hono-adapter-lora-vertx-1.4.0-SNAPSHOT-sources.jar under org/eclipse/hono/hono-adapter-lora-vertx/1.4.0-SNAPSHOT/hono-adapter-lora-vertx-1.4.0-SNAPSHOT-sources.jar
[withMaven] artifactsPublisher - Archive artifact adapters/mqtt-vertx/pom.xml under org/eclipse/hono/hono-adapter-mqtt-vertx/1.4.0-SNAPSHOT/hono-adapter-mqtt-vertx-1.4.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact adapters/mqtt-vertx/target/hono-adapter-mqtt-vertx-1.4.0-SNAPSHOT.jar under org/eclipse/hono/hono-adapter-mqtt-vertx/1.4.0-SNAPSHOT/hono-adapter-mqtt-vertx-1.4.0-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact adapters/mqtt-vertx/target/hono-adapter-mqtt-vertx-1.4.0-SNAPSHOT-sources.jar under org/eclipse/hono/hono-adapter-mqtt-vertx/1.4.0-SNAPSHOT/hono-adapter-mqtt-vertx-1.4.0-SNAPSHOT-sources.jar
[withMaven] artifactsPublisher - Archive artifact adapters/sigfox-vertx/pom.xml under org/eclipse/hono/hono-adapter-sigfox-vertx/1.4.0-SNAPSHOT/hono-adapter-sigfox-vertx-1.4.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact adapters/sigfox-vertx/target/hono-adapter-sigfox-vertx-1.4.0-SNAPSHOT.jar under org/eclipse/hono/hono-adapter-sigfox-vertx/1.4.0-SNAPSHOT/hono-adapter-sigfox-vertx-1.4.0-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact adapters/sigfox-vertx/target/hono-adapter-sigfox-vertx-1.4.0-SNAPSHOT-sources.jar under org/eclipse/hono/hono-adapter-sigfox-vertx/1.4.0-SNAPSHOT/hono-adapter-sigfox-vertx-1.4.0-SNAPSHOT-sources.jar
[withMaven] artifactsPublisher - Archive artifact cli/pom.xml under org/eclipse/hono/hono-cli/1.4.0-SNAPSHOT/hono-cli-1.4.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact cli/target/hono-cli-1.4.0-SNAPSHOT.jar under org/eclipse/hono/hono-cli/1.4.0-SNAPSHOT/hono-cli-1.4.0-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact cli/target/hono-cli-1.4.0-SNAPSHOT-sources.jar under org/eclipse/hono/hono-cli/1.4.0-SNAPSHOT/hono-cli-1.4.0-SNAPSHOT-sources.jar
[withMaven] artifactsPublisher - Archive artifact deploy/pom.xml under org/eclipse/hono/hono-deploy/1.4.0-SNAPSHOT/hono-deploy-1.4.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact deploy/target/hono-deploy-1.4.0-SNAPSHOT.jar under org/eclipse/hono/hono-deploy/1.4.0-SNAPSHOT/hono-deploy-1.4.0-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact examples/pom.xml under org/eclipse/hono/hono-example/1.4.0-SNAPSHOT/hono-example-1.4.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact examples/hono-client-examples/pom.xml under org/eclipse/hono/hono-example-client/1.4.0-SNAPSHOT/hono-example-client-1.4.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact examples/hono-client-examples/target/hono-example-client-1.4.0-SNAPSHOT.jar under org/eclipse/hono/hono-example-client/1.4.0-SNAPSHOT/hono-example-client-1.4.0-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact examples/hono-client-examples/target/hono-example-client-1.4.0-SNAPSHOT-sources.jar under org/eclipse/hono/hono-example-client/1.4.0-SNAPSHOT/hono-example-client-1.4.0-SNAPSHOT-sources.jar
[withMaven] artifactsPublisher - Archive artifact examples/protocol-gateway-example/pom.xml under org/eclipse/hono/protocol-gateway/1.4.0-SNAPSHOT/protocol-gateway-1.4.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact examples/protocol-gateway-example/target/protocol-gateway-1.4.0-SNAPSHOT.jar under org/eclipse/hono/protocol-gateway/1.4.0-SNAPSHOT/protocol-gateway-1.4.0-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact examples/protocol-gateway-example/target/protocol-gateway-1.4.0-SNAPSHOT-sources.jar under org/eclipse/hono/protocol-gateway/1.4.0-SNAPSHOT/protocol-gateway-1.4.0-SNAPSHOT-sources.jar
[withMaven] artifactsPublisher - Archive artifact jmeter/pom.xml under org/eclipse/hono/hono-jmeter/1.4.0-SNAPSHOT/hono-jmeter-1.4.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact jmeter/target/hono-jmeter-1.4.0-SNAPSHOT.jar under org/eclipse/hono/hono-jmeter/1.4.0-SNAPSHOT/hono-jmeter-1.4.0-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact jmeter/target/hono-jmeter-1.4.0-SNAPSHOT-sources.jar under org/eclipse/hono/hono-jmeter/1.4.0-SNAPSHOT/hono-jmeter-1.4.0-SNAPSHOT-sources.jar
[withMaven] artifactsPublisher - Archive artifact services/pom.xml under org/eclipse/hono/hono-services/1.4.0-SNAPSHOT/hono-services-1.4.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact services/auth/pom.xml under org/eclipse/hono/hono-service-auth/1.4.0-SNAPSHOT/hono-service-auth-1.4.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact services/auth/target/hono-service-auth-1.4.0-SNAPSHOT.jar under org/eclipse/hono/hono-service-auth/1.4.0-SNAPSHOT/hono-service-auth-1.4.0-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact services/auth/target/hono-service-auth-1.4.0-SNAPSHOT-sources.jar under org/eclipse/hono/hono-service-auth/1.4.0-SNAPSHOT/hono-service-auth-1.4.0-SNAPSHOT-sources.jar
[withMaven] artifactsPublisher - Archive artifact services/device-registry-base/pom.xml under org/eclipse/hono/hono-service-device-registry-base/1.4.0-SNAPSHOT/hono-service-device-registry-base-1.4.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact services/device-registry-base/target/hono-service-device-registry-base-1.4.0-SNAPSHOT.jar under org/eclipse/hono/hono-service-device-registry-base/1.4.0-SNAPSHOT/hono-service-device-registry-base-1.4.0-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact services/device-registry-base/target/hono-service-device-registry-base-1.4.0-SNAPSHOT-tests.jar under org/eclipse/hono/hono-service-device-registry-base/1.4.0-SNAPSHOT/hono-service-device-registry-base-1.4.0-SNAPSHOT-tests.jar
[withMaven] artifactsPublisher - Archive artifact services/device-registry-base/target/hono-service-device-registry-base-1.4.0-SNAPSHOT-sources.jar under org/eclipse/hono/hono-service-device-registry-base/1.4.0-SNAPSHOT/hono-service-device-registry-base-1.4.0-SNAPSHOT-sources.jar
[withMaven] artifactsPublisher - Archive artifact services/base-jdbc/pom.xml under org/eclipse/hono/hono-service-base-jdbc/1.4.0-SNAPSHOT/hono-service-base-jdbc-1.4.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact services/base-jdbc/target/hono-service-base-jdbc-1.4.0-SNAPSHOT.jar under org/eclipse/hono/hono-service-base-jdbc/1.4.0-SNAPSHOT/hono-service-base-jdbc-1.4.0-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact services/base-jdbc/target/hono-service-base-jdbc-1.4.0-SNAPSHOT-sources.jar under org/eclipse/hono/hono-service-base-jdbc/1.4.0-SNAPSHOT/hono-service-base-jdbc-1.4.0-SNAPSHOT-sources.jar
[withMaven] artifactsPublisher - Archive artifact services/device-connection/pom.xml under org/eclipse/hono/hono-service-device-connection/1.4.0-SNAPSHOT/hono-service-device-connection-1.4.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact services/device-connection/target/hono-service-device-connection-1.4.0-SNAPSHOT.jar under org/eclipse/hono/hono-service-device-connection/1.4.0-SNAPSHOT/hono-service-device-connection-1.4.0-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact services/device-connection/target/hono-service-device-connection-1.4.0-SNAPSHOT-sources.jar under org/eclipse/hono/hono-service-device-connection/1.4.0-SNAPSHOT/hono-service-device-connection-1.4.0-SNAPSHOT-sources.jar
[withMaven] artifactsPublisher - Archive artifact services/device-registry-file/pom.xml under org/eclipse/hono/hono-service-device-registry-file/1.4.0-SNAPSHOT/hono-service-device-registry-file-1.4.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact services/device-registry-file/target/hono-service-device-registry-file-1.4.0-SNAPSHOT.jar under org/eclipse/hono/hono-service-device-registry-file/1.4.0-SNAPSHOT/hono-service-device-registry-file-1.4.0-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact services/device-registry-file/target/hono-service-device-registry-file-1.4.0-SNAPSHOT-sources.jar under org/eclipse/hono/hono-service-device-registry-file/1.4.0-SNAPSHOT/hono-service-device-registry-file-1.4.0-SNAPSHOT-sources.jar
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-legal:jar:1.4.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.4.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.4.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.4.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.4.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.4.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.4.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.4.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): adapters/coap-vertx-base/target/surefire-reports/*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-adapter-coap-vertx:jar:1.4.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): adapters/coap-vertx/target/surefire-reports/*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-adapter-http-vertx-base:jar:1.4.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): adapters/http-vertx-base/target/surefire-reports/*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-adapter-http-vertx:jar:1.4.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): adapters/http-vertx/target/surefire-reports/*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-adapter-http-vertx-quarkus:jar:1.4.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): adapters/http-vertx-quarkus/target/surefire-reports/*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-adapter-mqtt-vertx-base:jar:1.4.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): adapters/mqtt-vertx-base/target/surefire-reports/*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-adapter-kura:jar:1.4.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): adapters/kura/target/surefire-reports/*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-adapter-lora-vertx:jar:1.4.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): adapters/lora-vertx/target/surefire-reports/*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-adapter-mqtt-vertx:jar:1.4.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): adapters/mqtt-vertx/target/surefire-reports/*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-adapter-sigfox-vertx:jar:1.4.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): adapters/sigfox-vertx/target/surefire-reports/*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-cli:jar:1.4.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): cli/target/surefire-reports/*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-deploy:jar:1.4.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): deploy/target/surefire-reports/*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-example-client:jar:1.4.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): examples/hono-client-examples/target/surefire-reports/*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:protocol-gateway:jar:1.4.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): examples/protocol-gateway-example/target/surefire-reports/*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-jmeter:jar:1.4.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): jmeter/target/surefire-reports/*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-service-auth:jar:1.4.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): services/auth/target/surefire-reports/*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-service-device-registry-base:jar:1.4.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): services/device-registry-base/target/surefire-reports/*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-service-base-jdbc:jar:1.4.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): services/base-jdbc/target/surefire-reports/*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-service-device-connection:jar:1.4.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): services/device-connection/target/surefire-reports/*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-service-device-registry-file:jar:1.4.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): services/device-registry-file/target/surefire-reports/*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-service-device-registry-mongodb:jar:1.4.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): services/device-registry-mongodb/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-mongodb:jar:1.4.0-SNAPSHOT generated by maven-failsafe-plugin:integration-test (run-tests): services/device-registry-mongodb/target/failsafe-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: 34 ms, Generated Artifacts Publisher: 1418 ms, Invoker Publisher: 1 ms, Junit Publisher: 904 ms, Concordion Publisher: 1 ms, Dependencies Fingerprint Publisher: 306 ms, JGiven Publisher: 2 ms, Open Task Scanner Publisher: 1 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