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

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

Changes:


------------------------------------------
[...truncated 2874 lines...]
	at de.flapdoodle.embed.process.runtime.Executable.stop(Executable.java:80)
	at de.flapdoodle.embed.process.runtime.Executable$JobKiller.run(Executable.java:97)
	at java.base/java.lang.Thread.run(Thread.java:834)
03:45:32.851 [ForkJoinPool-1-worker-19] INFO  org.mongodb.driver.cluster - Cluster created with settings {hosts=[localhost:60493], mode=SINGLE, requiredClusterType=UNKNOWN, serverSelectionTimeout='30000 ms', maxWaitQueueSize=500}
03:45:32.902 [Thread-0] WARN  d.f.embed.mongo.AbstractMongoProcess - could not stop mongod with db command, try next
03:45:32.903 [Thread-0] WARN  d.f.embed.mongo.AbstractMongoProcess - could not stop mongod, try next
03:45:32.903 [Thread-0] WARN  d.f.embed.mongo.AbstractMongoProcess - could not stop mongod the second time, try one last thing
03:45:32.907 [ForkJoinPool-1-worker-19] INFO  org.mongodb.driver.cluster - No server chosen by com.mongodb.async.client.ClientSessionHelper$1@45a7dafb from cluster description ClusterDescription{type=UNKNOWN, connectionMode=SINGLE, serverDescriptions=[ServerDescription{address=localhost:60493, type=UNKNOWN, state=CONNECTING}]}. Waiting for 30000 ms before timing out
03:45:32.953 [cluster-ClusterId{value='5ea7df1c4ca2640ffa413f96', description='null'}-localhost:60493] INFO  org.mongodb.driver.cluster - Exception in monitor thread while connecting to server localhost:60493
com.mongodb.MongoSocketOpenException: Exception opening socket
	at com.mongodb.internal.connection.AsynchronousSocketChannelStream$OpenCompletionHandler.failed(AsynchronousSocketChannelStream.java:117)
	at java.base/sun.nio.ch.Invoker.invokeUnchecked(Invoker.java:129)
	at java.base/sun.nio.ch.UnixAsynchronousSocketChannelImpl.finishConnect(UnixAsynchronousSocketChannelImpl.java:282)
	at java.base/sun.nio.ch.UnixAsynchronousSocketChannelImpl.finish(UnixAsynchronousSocketChannelImpl.java:198)
	at java.base/sun.nio.ch.UnixAsynchronousSocketChannelImpl.onEvent(UnixAsynchronousSocketChannelImpl.java:213)
	at java.base/sun.nio.ch.EPollPort$EventHandlerTask.run(EPollPort.java:306)
	at java.base/sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:112)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: java.net.ConnectException: Connection refused
	at java.base/sun.nio.ch.UnixAsynchronousSocketChannelImpl.checkConnect(Native Method)
	at java.base/sun.nio.ch.UnixAsynchronousSocketChannelImpl.finishConnect(UnixAsynchronousSocketChannelImpl.java:252)
	... 7 common frames omitted
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Hono 1.3.0-SNAPSHOT:
[INFO] 
[INFO] Hono ............................................... SUCCESS [  4.395 s]
[INFO] Hono Dependencies .................................. SUCCESS [  0.040 s]
[INFO] Legal Documents .................................... SUCCESS [  1.461 s]
[INFO] Hono Demo Certs .................................... SUCCESS [  0.126 s]
[INFO] Hono Core .......................................... SUCCESS [ 19.761 s]
[INFO] Hono Client ........................................ SUCCESS [  9.260 s]
[INFO] Hono Service base .................................. SUCCESS [ 19.254 s]
[INFO] Hotrod Device Connection client .................... SUCCESS [  5.684 s]
[INFO] Hono Protocol Adapters ............................. SUCCESS [  0.576 s]
[INFO] Hono AMQP Adapter .................................. SUCCESS [  6.510 s]
[INFO] Hono CoAP Adapter base ............................. SUCCESS [  9.286 s]
[INFO] Hono CoAP Adapter .................................. SUCCESS [  0.881 s]
[INFO] Hono HTTP Adapter base ............................. SUCCESS [  4.361 s]
[INFO] Hono HTTP Adapter .................................. SUCCESS [  4.030 s]
[INFO] Hono MQTT Adapter base ............................. SUCCESS [  3.916 s]
[INFO] Hono Kura Adapter .................................. SUCCESS [  2.590 s]
[INFO] Hono LoRa Adapter .................................. SUCCESS [  7.979 s]
[INFO] Hono MQTT Adapter .................................. SUCCESS [  6.239 s]
[INFO] Hono Sigfox Adapter ................................ SUCCESS [  0.724 s]
[INFO] Hono command-line interface ........................ SUCCESS [  2.860 s]
[INFO] Hono Deployment .................................... SUCCESS [  0.524 s]
[INFO] Hono Examples ...................................... SUCCESS [  0.062 s]
[INFO] Hono Client Examples ............................... SUCCESS [  0.963 s]
[INFO] Hono Protocol Gateway example ...................... SUCCESS [  0.423 s]
[INFO] Hono JMeter Plugin ................................. SUCCESS [  8.606 s]
[INFO] Hono Services ...................................... SUCCESS [  0.628 s]
[INFO] Hono Auth .......................................... SUCCESS [  2.627 s]
[INFO] Hono Service Device Registry Base .................. SUCCESS [  3.681 s]
[INFO] Base classes for JDBC services ..................... SUCCESS [  2.692 s]
[INFO] Hono Device Connection service ..................... SUCCESS [ 12.821 s]
[INFO] Hono File Based Device Registry .................... SUCCESS [  5.554 s]
[INFO] Hono Mongodb Based Device Registry ................. FAILURE [6 d 19:18 h]
[INFO] Hono Site .......................................... SKIPPED
[INFO] Hono Integration Tests ............................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  6 d 19:21 h
[INFO] Finished at: 2020-04-28T03:45:33-04:00
[INFO] ------------------------------------------------------------------------
[INFO] [jenkins-event-spy] Generated /jobs/genie.hono/Hono CI Pipeline/workspace@tmp/withMavenc7925616/maven-spy-20200421-082414-9687372080172281130452.log
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.22.2:test (default-test) 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/surefire-reports for the individual test results.
[ERROR] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
[ERROR] The forked VM terminated without properly saying goodbye. VM crash or System.exit called?
[ERROR] Command was /bin/sh -c cd "/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-mongodb" && /opt/public/common/java/openjdk/jdk-11/bin/java -jar '/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-mongodb/target/surefire/surefirebooter565048621528810312.jar' '/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-mongodb/target/surefire' 2020-04-21T08-24-27_124-jvmRun1 surefire14255816734511710367tmp surefire_16917259650528811113tmp
[ERROR] Error occurred in starting fork, check output in log
[ERROR] Process Exit Code: 143
[ERROR] Crashed tests:
[ERROR] org.eclipse.hono.deviceregistry.mongodb.service.MongoDbBasedRegistrationServiceTest
[ERROR] org.apache.maven.surefire.booter.SurefireBooterForkException: The forked VM terminated without properly saying goodbye. VM crash or System.exit called?
[ERROR] Command was /bin/sh -c cd "/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-mongodb" && /opt/public/common/java/openjdk/jdk-11/bin/java -jar '/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-mongodb/target/surefire/surefirebooter565048621528810312.jar' '/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-mongodb/target/surefire' 2020-04-21T08-24-27_124-jvmRun1 surefire14255816734511710367tmp surefire_16917259650528811113tmp
[ERROR] Error occurred in starting fork, check output in log
[ERROR] Process Exit Code: 143
[ERROR] Crashed tests:
[ERROR] org.eclipse.hono.deviceregistry.mongodb.service.MongoDbBasedRegistrationServiceTest
[ERROR] 	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.fork(ForkStarter.java:669)
[ERROR] 	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:282)
[ERROR] 	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:245)
[ERROR] 	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeProvider(AbstractSurefireMojo.java:1183)
[ERROR] 	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked(AbstractSurefireMojo.java:1011)
[ERROR] 	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute(AbstractSurefireMojo.java:857)
[ERROR] 	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:137)
[ERROR] 	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:210)
[ERROR] 	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:156)
[ERROR] 	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:148)
[ERROR] 	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:117)
[ERROR] 	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:81)
[ERROR] 	at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:56)
[ERROR] 	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
[ERROR] 	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:305)
[ERROR] 	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:192)
[ERROR] 	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:105)
[ERROR] 	at org.apache.maven.cli.MavenCli.execute(MavenCli.java:957)
[ERROR] 	at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:289)
[ERROR] 	at org.apache.maven.cli.MavenCli.main(MavenCli.java:193)
[ERROR] 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[ERROR] 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[ERROR] 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[ERROR] 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
[ERROR] 	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:282)
[ERROR] 	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:225)
[ERROR] 	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:406)
[ERROR] 	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:347)
[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/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :hono-service-device-registry-mongodb
script returned exit code 143
[Pipeline] }
[withMaven] artifactsPublisher - Archive artifact pom.xml under org/eclipse/hono/hono-parent/1.3.0-SNAPSHOT/hono-parent-1.3.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact bom/pom.xml under org/eclipse/hono/hono-bom/1.3.0-SNAPSHOT/hono-bom-1.3.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact legal/pom.xml under org/eclipse/hono/hono-legal/1.3.0-SNAPSHOT/hono-legal-1.3.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact legal/target/hono-legal-1.3.0-SNAPSHOT.jar under org/eclipse/hono/hono-legal/1.3.0-SNAPSHOT/hono-legal-1.3.0-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact demo-certs/pom.xml under org/eclipse/hono/hono-demo-certs/1.3.0-SNAPSHOT/hono-demo-certs-1.3.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact demo-certs/target/hono-demo-certs-1.3.0-SNAPSHOT.jar under org/eclipse/hono/hono-demo-certs/1.3.0-SNAPSHOT/hono-demo-certs-1.3.0-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact core/pom.xml under org/eclipse/hono/hono-core/1.3.0-SNAPSHOT/hono-core-1.3.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact core/target/hono-core-1.3.0-SNAPSHOT.jar under org/eclipse/hono/hono-core/1.3.0-SNAPSHOT/hono-core-1.3.0-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact core/target/hono-core-1.3.0-SNAPSHOT-sources.jar under org/eclipse/hono/hono-core/1.3.0-SNAPSHOT/hono-core-1.3.0-SNAPSHOT-sources.jar
[withMaven] artifactsPublisher - Archive artifact client/pom.xml under org/eclipse/hono/hono-client/1.3.0-SNAPSHOT/hono-client-1.3.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact client/target/hono-client-1.3.0-SNAPSHOT.jar under org/eclipse/hono/hono-client/1.3.0-SNAPSHOT/hono-client-1.3.0-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact client/target/hono-client-1.3.0-SNAPSHOT-sources.jar under org/eclipse/hono/hono-client/1.3.0-SNAPSHOT/hono-client-1.3.0-SNAPSHOT-sources.jar
[withMaven] artifactsPublisher - Archive artifact service-base/pom.xml under org/eclipse/hono/hono-service-base/1.3.0-SNAPSHOT/hono-service-base-1.3.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact service-base/target/hono-service-base-1.3.0-SNAPSHOT.jar under org/eclipse/hono/hono-service-base/1.3.0-SNAPSHOT/hono-service-base-1.3.0-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact service-base/target/hono-service-base-1.3.0-SNAPSHOT-tests.jar under org/eclipse/hono/hono-service-base/1.3.0-SNAPSHOT/hono-service-base-1.3.0-SNAPSHOT-tests.jar
[withMaven] artifactsPublisher - Archive artifact service-base/target/hono-service-base-1.3.0-SNAPSHOT-sources.jar under org/eclipse/hono/hono-service-base/1.3.0-SNAPSHOT/hono-service-base-1.3.0-SNAPSHOT-sources.jar
[withMaven] artifactsPublisher - Archive artifact client-device-connection-infinispan/pom.xml under org/eclipse/hono/client-device-connection-infinispan/1.3.0-SNAPSHOT/client-device-connection-infinispan-1.3.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact client-device-connection-infinispan/target/client-device-connection-infinispan-1.3.0-SNAPSHOT.jar under org/eclipse/hono/client-device-connection-infinispan/1.3.0-SNAPSHOT/client-device-connection-infinispan-1.3.0-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact client-device-connection-infinispan/target/client-device-connection-infinispan-1.3.0-SNAPSHOT-sources.jar under org/eclipse/hono/client-device-connection-infinispan/1.3.0-SNAPSHOT/client-device-connection-infinispan-1.3.0-SNAPSHOT-sources.jar
[withMaven] artifactsPublisher - Archive artifact adapters/pom.xml under org/eclipse/hono/hono-adapters/1.3.0-SNAPSHOT/hono-adapters-1.3.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact adapters/amqp-vertx/pom.xml under org/eclipse/hono/hono-adapter-amqp-vertx/1.3.0-SNAPSHOT/hono-adapter-amqp-vertx-1.3.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact adapters/amqp-vertx/target/hono-adapter-amqp-vertx-1.3.0-SNAPSHOT.jar under org/eclipse/hono/hono-adapter-amqp-vertx/1.3.0-SNAPSHOT/hono-adapter-amqp-vertx-1.3.0-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact adapters/amqp-vertx/target/hono-adapter-amqp-vertx-1.3.0-SNAPSHOT-sources.jar under org/eclipse/hono/hono-adapter-amqp-vertx/1.3.0-SNAPSHOT/hono-adapter-amqp-vertx-1.3.0-SNAPSHOT-sources.jar
[withMaven] artifactsPublisher - Archive artifact adapters/coap-vertx-base/pom.xml under org/eclipse/hono/hono-adapter-coap-vertx-base/1.3.0-SNAPSHOT/hono-adapter-coap-vertx-base-1.3.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact adapters/coap-vertx-base/target/hono-adapter-coap-vertx-base-1.3.0-SNAPSHOT.jar under org/eclipse/hono/hono-adapter-coap-vertx-base/1.3.0-SNAPSHOT/hono-adapter-coap-vertx-base-1.3.0-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact adapters/coap-vertx-base/target/hono-adapter-coap-vertx-base-1.3.0-SNAPSHOT-sources.jar under org/eclipse/hono/hono-adapter-coap-vertx-base/1.3.0-SNAPSHOT/hono-adapter-coap-vertx-base-1.3.0-SNAPSHOT-sources.jar
[withMaven] artifactsPublisher - Archive artifact adapters/coap-vertx/pom.xml under org/eclipse/hono/hono-adapter-coap-vertx/1.3.0-SNAPSHOT/hono-adapter-coap-vertx-1.3.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact adapters/coap-vertx/target/hono-adapter-coap-vertx-1.3.0-SNAPSHOT.jar under org/eclipse/hono/hono-adapter-coap-vertx/1.3.0-SNAPSHOT/hono-adapter-coap-vertx-1.3.0-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact adapters/coap-vertx/target/hono-adapter-coap-vertx-1.3.0-SNAPSHOT-sources.jar under org/eclipse/hono/hono-adapter-coap-vertx/1.3.0-SNAPSHOT/hono-adapter-coap-vertx-1.3.0-SNAPSHOT-sources.jar
[withMaven] artifactsPublisher - Archive artifact adapters/http-vertx-base/pom.xml under org/eclipse/hono/hono-adapter-http-vertx-base/1.3.0-SNAPSHOT/hono-adapter-http-vertx-base-1.3.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact adapters/http-vertx-base/target/hono-adapter-http-vertx-base-1.3.0-SNAPSHOT.jar under org/eclipse/hono/hono-adapter-http-vertx-base/1.3.0-SNAPSHOT/hono-adapter-http-vertx-base-1.3.0-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact adapters/http-vertx-base/target/hono-adapter-http-vertx-base-1.3.0-SNAPSHOT-sources.jar under org/eclipse/hono/hono-adapter-http-vertx-base/1.3.0-SNAPSHOT/hono-adapter-http-vertx-base-1.3.0-SNAPSHOT-sources.jar
[withMaven] artifactsPublisher - Archive artifact adapters/http-vertx/pom.xml under org/eclipse/hono/hono-adapter-http-vertx/1.3.0-SNAPSHOT/hono-adapter-http-vertx-1.3.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact adapters/http-vertx/target/hono-adapter-http-vertx-1.3.0-SNAPSHOT.jar under org/eclipse/hono/hono-adapter-http-vertx/1.3.0-SNAPSHOT/hono-adapter-http-vertx-1.3.0-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact adapters/http-vertx/target/hono-adapter-http-vertx-1.3.0-SNAPSHOT-sources.jar under org/eclipse/hono/hono-adapter-http-vertx/1.3.0-SNAPSHOT/hono-adapter-http-vertx-1.3.0-SNAPSHOT-sources.jar
[withMaven] artifactsPublisher - Archive artifact adapters/mqtt-vertx-base/pom.xml under org/eclipse/hono/hono-adapter-mqtt-vertx-base/1.3.0-SNAPSHOT/hono-adapter-mqtt-vertx-base-1.3.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact adapters/mqtt-vertx-base/target/hono-adapter-mqtt-vertx-base-1.3.0-SNAPSHOT.jar under org/eclipse/hono/hono-adapter-mqtt-vertx-base/1.3.0-SNAPSHOT/hono-adapter-mqtt-vertx-base-1.3.0-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact adapters/mqtt-vertx-base/target/hono-adapter-mqtt-vertx-base-1.3.0-SNAPSHOT-sources.jar under org/eclipse/hono/hono-adapter-mqtt-vertx-base/1.3.0-SNAPSHOT/hono-adapter-mqtt-vertx-base-1.3.0-SNAPSHOT-sources.jar
[withMaven] artifactsPublisher - Archive artifact adapters/kura/pom.xml under org/eclipse/hono/hono-adapter-kura/1.3.0-SNAPSHOT/hono-adapter-kura-1.3.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact adapters/kura/target/hono-adapter-kura-1.3.0-SNAPSHOT.jar under org/eclipse/hono/hono-adapter-kura/1.3.0-SNAPSHOT/hono-adapter-kura-1.3.0-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact adapters/kura/target/hono-adapter-kura-1.3.0-SNAPSHOT-sources.jar under org/eclipse/hono/hono-adapter-kura/1.3.0-SNAPSHOT/hono-adapter-kura-1.3.0-SNAPSHOT-sources.jar
[withMaven] artifactsPublisher - Archive artifact adapters/lora-vertx/pom.xml under org/eclipse/hono/hono-adapter-lora-vertx/1.3.0-SNAPSHOT/hono-adapter-lora-vertx-1.3.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact adapters/lora-vertx/target/hono-adapter-lora-vertx-1.3.0-SNAPSHOT.jar under org/eclipse/hono/hono-adapter-lora-vertx/1.3.0-SNAPSHOT/hono-adapter-lora-vertx-1.3.0-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact adapters/lora-vertx/target/hono-adapter-lora-vertx-1.3.0-SNAPSHOT-sources.jar under org/eclipse/hono/hono-adapter-lora-vertx/1.3.0-SNAPSHOT/hono-adapter-lora-vertx-1.3.0-SNAPSHOT-sources.jar
[withMaven] artifactsPublisher - Archive artifact adapters/mqtt-vertx/pom.xml under org/eclipse/hono/hono-adapter-mqtt-vertx/1.3.0-SNAPSHOT/hono-adapter-mqtt-vertx-1.3.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact adapters/mqtt-vertx/target/hono-adapter-mqtt-vertx-1.3.0-SNAPSHOT.jar under org/eclipse/hono/hono-adapter-mqtt-vertx/1.3.0-SNAPSHOT/hono-adapter-mqtt-vertx-1.3.0-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact adapters/mqtt-vertx/target/hono-adapter-mqtt-vertx-1.3.0-SNAPSHOT-sources.jar under org/eclipse/hono/hono-adapter-mqtt-vertx/1.3.0-SNAPSHOT/hono-adapter-mqtt-vertx-1.3.0-SNAPSHOT-sources.jar
[withMaven] artifactsPublisher - Archive artifact adapters/sigfox-vertx/pom.xml under org/eclipse/hono/hono-adapter-sigfox-vertx/1.3.0-SNAPSHOT/hono-adapter-sigfox-vertx-1.3.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact adapters/sigfox-vertx/target/hono-adapter-sigfox-vertx-1.3.0-SNAPSHOT.jar under org/eclipse/hono/hono-adapter-sigfox-vertx/1.3.0-SNAPSHOT/hono-adapter-sigfox-vertx-1.3.0-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact adapters/sigfox-vertx/target/hono-adapter-sigfox-vertx-1.3.0-SNAPSHOT-sources.jar under org/eclipse/hono/hono-adapter-sigfox-vertx/1.3.0-SNAPSHOT/hono-adapter-sigfox-vertx-1.3.0-SNAPSHOT-sources.jar
[withMaven] artifactsPublisher - Archive artifact cli/pom.xml under org/eclipse/hono/hono-cli/1.3.0-SNAPSHOT/hono-cli-1.3.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact cli/target/hono-cli-1.3.0-SNAPSHOT.jar under org/eclipse/hono/hono-cli/1.3.0-SNAPSHOT/hono-cli-1.3.0-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact cli/target/hono-cli-1.3.0-SNAPSHOT-sources.jar under org/eclipse/hono/hono-cli/1.3.0-SNAPSHOT/hono-cli-1.3.0-SNAPSHOT-sources.jar
[withMaven] artifactsPublisher - Archive artifact deploy/pom.xml under org/eclipse/hono/hono-deploy/1.3.0-SNAPSHOT/hono-deploy-1.3.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact deploy/target/hono-deploy-1.3.0-SNAPSHOT.jar under org/eclipse/hono/hono-deploy/1.3.0-SNAPSHOT/hono-deploy-1.3.0-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact example/pom.xml under org/eclipse/hono/hono-example/1.3.0-SNAPSHOT/hono-example-1.3.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact example/hono-client-examples/pom.xml under org/eclipse/hono/hono-example-client/1.3.0-SNAPSHOT/hono-example-client-1.3.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact example/hono-client-examples/target/hono-example-client-1.3.0-SNAPSHOT.jar under org/eclipse/hono/hono-example-client/1.3.0-SNAPSHOT/hono-example-client-1.3.0-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact example/hono-client-examples/target/hono-example-client-1.3.0-SNAPSHOT-sources.jar under org/eclipse/hono/hono-example-client/1.3.0-SNAPSHOT/hono-example-client-1.3.0-SNAPSHOT-sources.jar
[withMaven] artifactsPublisher - Archive artifact example/protocol-gateway-example/pom.xml under org/eclipse/hono/protocol-gateway/1.3.0-SNAPSHOT/protocol-gateway-1.3.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact example/protocol-gateway-example/target/protocol-gateway-1.3.0-SNAPSHOT.jar under org/eclipse/hono/protocol-gateway/1.3.0-SNAPSHOT/protocol-gateway-1.3.0-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact example/protocol-gateway-example/target/protocol-gateway-1.3.0-SNAPSHOT-sources.jar under org/eclipse/hono/protocol-gateway/1.3.0-SNAPSHOT/protocol-gateway-1.3.0-SNAPSHOT-sources.jar
[withMaven] artifactsPublisher - Archive artifact jmeter/pom.xml under org/eclipse/hono/hono-jmeter/1.3.0-SNAPSHOT/hono-jmeter-1.3.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact jmeter/target/hono-jmeter-1.3.0-SNAPSHOT.jar under org/eclipse/hono/hono-jmeter/1.3.0-SNAPSHOT/hono-jmeter-1.3.0-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact jmeter/target/hono-jmeter-1.3.0-SNAPSHOT-sources.jar under org/eclipse/hono/hono-jmeter/1.3.0-SNAPSHOT/hono-jmeter-1.3.0-SNAPSHOT-sources.jar
[withMaven] artifactsPublisher - Archive artifact services/pom.xml under org/eclipse/hono/hono-services/1.3.0-SNAPSHOT/hono-services-1.3.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact services/auth/pom.xml under org/eclipse/hono/hono-service-auth/1.3.0-SNAPSHOT/hono-service-auth-1.3.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact services/auth/target/hono-service-auth-1.3.0-SNAPSHOT.jar under org/eclipse/hono/hono-service-auth/1.3.0-SNAPSHOT/hono-service-auth-1.3.0-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact services/auth/target/hono-service-auth-1.3.0-SNAPSHOT-sources.jar under org/eclipse/hono/hono-service-auth/1.3.0-SNAPSHOT/hono-service-auth-1.3.0-SNAPSHOT-sources.jar
[withMaven] artifactsPublisher - Archive artifact services/device-registry-base/pom.xml under org/eclipse/hono/hono-service-device-registry-base/1.3.0-SNAPSHOT/hono-service-device-registry-base-1.3.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact services/device-registry-base/target/hono-service-device-registry-base-1.3.0-SNAPSHOT.jar under org/eclipse/hono/hono-service-device-registry-base/1.3.0-SNAPSHOT/hono-service-device-registry-base-1.3.0-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact services/device-registry-base/target/hono-service-device-registry-base-1.3.0-SNAPSHOT-sources.jar under org/eclipse/hono/hono-service-device-registry-base/1.3.0-SNAPSHOT/hono-service-device-registry-base-1.3.0-SNAPSHOT-sources.jar
[withMaven] artifactsPublisher - Archive artifact services/base-jdbc/pom.xml under org/eclipse/hono/hono-service-base-jdbc/1.3.0-SNAPSHOT/hono-service-base-jdbc-1.3.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact services/base-jdbc/target/hono-service-base-jdbc-1.3.0-SNAPSHOT.jar under org/eclipse/hono/hono-service-base-jdbc/1.3.0-SNAPSHOT/hono-service-base-jdbc-1.3.0-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact services/base-jdbc/target/hono-service-base-jdbc-1.3.0-SNAPSHOT-sources.jar under org/eclipse/hono/hono-service-base-jdbc/1.3.0-SNAPSHOT/hono-service-base-jdbc-1.3.0-SNAPSHOT-sources.jar
[withMaven] artifactsPublisher - Archive artifact services/device-connection/pom.xml under org/eclipse/hono/hono-service-device-connection/1.3.0-SNAPSHOT/hono-service-device-connection-1.3.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact services/device-connection/target/hono-service-device-connection-1.3.0-SNAPSHOT.jar under org/eclipse/hono/hono-service-device-connection/1.3.0-SNAPSHOT/hono-service-device-connection-1.3.0-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact services/device-connection/target/hono-service-device-connection-1.3.0-SNAPSHOT-sources.jar under org/eclipse/hono/hono-service-device-connection/1.3.0-SNAPSHOT/hono-service-device-connection-1.3.0-SNAPSHOT-sources.jar
[withMaven] artifactsPublisher - Archive artifact services/device-registry-file/pom.xml under org/eclipse/hono/hono-service-device-registry-file/1.3.0-SNAPSHOT/hono-service-device-registry-file-1.3.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact services/device-registry-file/target/hono-service-device-registry-file-1.3.0-SNAPSHOT.jar under org/eclipse/hono/hono-service-device-registry-file/1.3.0-SNAPSHOT/hono-service-device-registry-file-1.3.0-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact services/device-registry-file/target/hono-service-device-registry-file-1.3.0-SNAPSHOT-sources.jar under org/eclipse/hono/hono-service-device-registry-file/1.3.0-SNAPSHOT/hono-service-device-registry-file-1.3.0-SNAPSHOT-sources.jar
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-legal:jar:1.3.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): legal/target/surefire-reports/*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-demo-certs:jar:1.3.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): demo-certs/target/surefire-reports/*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-core:bundle:1.3.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): core/target/surefire-reports/*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-client:bundle:1.3.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): client/target/surefire-reports/*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-service-base:jar:1.3.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): service-base/target/surefire-reports/*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:client-device-connection-infinispan:jar:1.3.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): client-device-connection-infinispan/target/surefire-reports/*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-adapter-amqp-vertx:jar:1.3.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): adapters/amqp-vertx/target/surefire-reports/*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-adapter-coap-vertx-base:jar:1.3.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): adapters/coap-vertx-base/target/surefire-reports/*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-adapter-coap-vertx:jar:1.3.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.3.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.3.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-mqtt-vertx-base:jar:1.3.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.3.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.3.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.3.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.3.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.3.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.3.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.3.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): example/hono-client-examples/target/surefire-reports/*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:protocol-gateway:jar:1.3.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): example/protocol-gateway-example/target/surefire-reports/*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-jmeter:jar:1.3.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.3.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.3.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.3.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.3.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.3.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.3.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
Click here to forcibly terminate running steps
[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: 20 ms, Generated Artifacts Publisher: 2100 ms, Invoker Publisher: 1 ms, Junit Publisher: 6353 ms, Concordion Publisher: 1 ms, Dependencies Fingerprint Publisher: 138 ms, JGiven Publisher: 2 ms, Open Task Scanner Publisher: 1 ms
[Pipeline] // withMaven
[Pipeline] }
[Pipeline] // stage
[Pipeline] echo
Error: org.jenkinsci.plugins.workflow.steps.FlowInterruptedException
[Pipeline] echo
Build status: FAILURE
[Pipeline] step


Back to the top