Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[hono-dev] Build failed in Jenkins: Hono-Nightly Pipeline #597

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

Changes:


------------------------------------------
[...truncated 468 lines...]
[INFO] Running org.eclipse.hono.service.tenant.TenantMessageFilterTest
[INFO] Running org.eclipse.hono.service.AbstractProtocolAdapterBaseTest
[INFO] Running org.eclipse.hono.service.limiting.MemoryBasedConnectionLimitStrategyTest
[INFO] Running org.eclipse.hono.service.amqp.RequestResponseEndpointTest
[INFO] Running org.eclipse.hono.service.metric.MicrometerBasedMetricsTest
[INFO] Running org.eclipse.hono.service.http.TenantTraceSamplingHandlerTest
[INFO] Running org.eclipse.hono.service.http.DefaultFailureHandlerTest
[INFO] Running org.eclipse.hono.service.limiting.DefaultConnectionLimitManagerTest
[INFO] Running org.eclipse.hono.service.http.X509AuthHandlerTest
[INFO] Running org.eclipse.hono.service.cache.SpringBasedExpiringValueCacheTest
[INFO] Running org.eclipse.hono.service.http.HonoChainAuthHandlerTest
[INFO] Running org.eclipse.hono.service.http.HonoBasicAuthHandlerTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 s - in org.eclipse.hono.service.tenant.TenantMessageFilterTest
[INFO] Running org.eclipse.hono.service.AbstractApplicationTest
SLF4J: A number (70) of logging calls during the initialization phase have been intercepted and are
SLF4J: now being replayed. These are subject to the filtering rules of the underlying logging system.
SLF4J: See also http://www.slf4j.org/codes.html#replay
20:14:11.185 [ForkJoinPool-1-worker-25] WARN  o.e.h.s.VertxBasedHealthCheckServer - cannot start secure health checks HTTP server: no key material configured
20:14:11.187 [ForkJoinPool-1-worker-25] INFO  o.e.h.s.VertxBasedHealthCheckServer - won't start insecure health checks HTTP server: no bind address configured.
20:14:11.189 [ForkJoinPool-1-worker-25] ERROR o.e.h.s.VertxBasedHealthCheckServer - failed to start Health Check server
io.vertx.core.impl.NoStackTraceThrowable: no bind address configured for insecure server
20:14:11.201 [ForkJoinPool-1-worker-1] WARN  o.e.h.s.VertxBasedHealthCheckServer - secure health checks HTTP server will bind to loopback device only
20:14:11.200 [ForkJoinPool-1-worker-25] WARN  o.e.h.s.l.MemoryBasedConnectionLimitStrategy - Not enough memory. It is recommended to provide more than 100 MB (currently max. available memory: -200MB).
20:14:11.205 [ForkJoinPool-1-worker-25] WARN  o.e.h.s.l.MemoryBasedConnectionLimitStrategy - Not enough memory. It is recommended to provide more than 100 MB (currently max. available memory: 100MB).
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.182 s - in org.eclipse.hono.service.limiting.MemoryBasedConnectionLimitStrategyTest
[INFO] Running org.eclipse.hono.service.auth.device.X509AuthProviderTest
20:14:11.562 [ForkJoinPool-1-worker-1] WARN  o.e.h.s.VertxBasedHealthCheckServer - insecure health checks HTTP server will bind to loopback device only
20:14:11.579 [vert.x-eventloop-thread-2] INFO  o.e.h.s.VertxBasedHealthCheckServer - successfully started insecure health checks HTTP server
20:14:11.579 [vert.x-eventloop-thread-2] INFO  o.e.h.s.VertxBasedHealthCheckServer - readiness probe available at http://127.0.0.1:57665/readiness
20:14:11.579 [vert.x-eventloop-thread-2] INFO  o.e.h.s.VertxBasedHealthCheckServer - liveness probe available at http://127.0.0.1:57665/liveness
20:14:11.589 [vert.x-eventloop-thread-3] INFO  o.e.h.s.VertxBasedHealthCheckServer - successfully started secure health checks HTTP server
20:14:11.589 [vert.x-eventloop-thread-3] INFO  o.e.h.s.VertxBasedHealthCheckServer - readiness probe available at https://127.0.0.1:43369/readiness
20:14:11.589 [vert.x-eventloop-thread-3] INFO  o.e.h.s.VertxBasedHealthCheckServer - liveness probe available at https://127.0.0.1:43369/liveness
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.407 s - in org.eclipse.hono.service.metric.DeviceConnectionDurationTrackerTest
[INFO] Running org.eclipse.hono.service.auth.device.UsernamePasswordCredentialsTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.hono.service.auth.device.UsernamePasswordCredentialsTest
[INFO] Running org.eclipse.hono.service.auth.device.UsernamePasswordAuthProviderTest
20:14:11.665 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.VertxBasedHealthCheckServer - closing secure health check HTTP server [127.0.0.1:43369]
20:14:11.668 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.VertxBasedHealthCheckServer - closing insecure health check HTTP server [127.0.0.1:57665]
20:14:11.677 [vert.x-acceptor-thread-0] WARN  io.netty.bootstrap.ServerBootstrap - Failed to register an accepted channel: [id: 0x2db1c53b, L:0.0.0.0/0.0.0.0:57665]
java.lang.IllegalStateException: null
	at io.vertx.core.net.impl.VertxEventLoopGroup.next(VertxEventLoopGroup.java:37)
	at io.vertx.core.net.impl.VertxEventLoopGroup.register(VertxEventLoopGroup.java:53)
	at io.netty.bootstrap.ServerBootstrap$ServerBootstrapAcceptor.channelRead(ServerBootstrap.java:218)
	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379)
	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365)
	at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357)
	at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1410)
	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379)
	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365)
	at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919)
	at io.netty.channel.nio.AbstractNioMessageChannel$NioMessageUnsafe.read(AbstractNioMessageChannel.java:93)
	at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:714)
	at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:650)
	at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:576)
	at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:484)
	at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:989)
	at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
	at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
	at java.base/java.lang.Thread.run(Thread.java:834)
20:14:11.734 [ForkJoinPool-1-worker-1] WARN  o.e.h.s.VertxBasedHealthCheckServer - cannot start secure health checks HTTP server: no key material configured
20:14:11.734 [ForkJoinPool-1-worker-1] WARN  o.e.h.s.VertxBasedHealthCheckServer - insecure health checks HTTP server will bind to loopback device only
20:14:11.737 [vert.x-eventloop-thread-1] INFO  o.e.h.s.VertxBasedHealthCheckServer - successfully started insecure health checks HTTP server
20:14:11.737 [vert.x-eventloop-thread-1] INFO  o.e.h.s.VertxBasedHealthCheckServer - readiness probe available at http://127.0.0.1:35840/readiness
20:14:11.737 [vert.x-eventloop-thread-1] INFO  o.e.h.s.VertxBasedHealthCheckServer - liveness probe available at http://127.0.0.1:35840/liveness
[ERROR] Tests run: 3, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.116 s <<< FAILURE! - in org.eclipse.hono.service.auth.device.X509AuthProviderTest
[ERROR] testHealthCheckServerWithSecureAndInsecureEndpoint{Vertx, VertxTestContext}  Time elapsed: 0.101 s  <<< ERROR!
io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: /127.0.0.1:0
Caused by: java.net.ConnectException: Connection refused

[INFO] Running org.eclipse.hono.service.auth.device.SubjectDnCredentialsTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.hono.service.auth.device.SubjectDnCredentialsTest
[INFO] Running org.eclipse.hono.service.auth.device.TenantServiceBasedX509AuthenticationTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s - in org.eclipse.hono.service.cache.SpringBasedExpiringValueCacheTest
[INFO] Running org.eclipse.hono.service.auth.device.CredentialsApiAuthProviderTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.107 s - in org.eclipse.hono.service.http.DefaultFailureHandlerTest
[INFO] Running org.eclipse.hono.service.auth.AuthTokenHelperImplTest
20:14:11.899 [ForkJoinPool-1-worker-11] INFO  o.e.h.s.l.DefaultConnectionLimitManager - Setting connection limit to 2 (based on null)
20:14:11.901 [ForkJoinPool-1-worker-11] WARN  o.e.h.s.l.DefaultConnectionLimitManager - Configured connection limit 2 is too high: Recommended is maximum 0 (based on null)
20:14:11.904 [ForkJoinPool-1-worker-11] INFO  o.e.h.s.l.DefaultConnectionLimitManager - Setting connection limit to 2 (based on null)
20:14:11.905 [ForkJoinPool-1-worker-11] WARN  o.e.h.s.l.DefaultConnectionLimitManager - Configured connection limit 1 is too high: Recommended is maximum 0 (based on null)
20:14:11.907 [ForkJoinPool-1-worker-11] WARN  o.e.h.s.l.DefaultConnectionLimitManager - Configured connection limit 1 is too high: Recommended is maximum 0 (based on null)
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.hono.service.limiting.DefaultConnectionLimitManagerTest
[INFO] Running org.eclipse.hono.service.auth.EventBusAuthenticationServiceTest
20:14:11.913 [ForkJoinPool-1-worker-11] INFO  org.eclipse.hono.util.JwtHelper - using token lifetime of 100 seconds
20:14:11.914 [ForkJoinPool-1-worker-11] INFO  org.eclipse.hono.util.JwtHelper - using shared secret [36 bytes] for signing tokens
20:14:11.914 [ForkJoinPool-1-worker-11] INFO  org.eclipse.hono.util.JwtHelper - using shared secret [36 bytes] for validating tokens
20:14:11.943 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.VertxBasedHealthCheckServer - closing insecure health check HTTP server [127.0.0.1:35840]
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.125 s - in org.eclipse.hono.service.auth.AuthTokenHelperImplTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.258 s - in org.eclipse.hono.service.http.HonoChainAuthHandlerTest
[INFO] Running org.eclipse.hono.service.management.tenant.TenantTest
[INFO] Running org.eclipse.hono.service.resourcelimits.PrometheusBasedResourceLimitChecksTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.hono.service.AbstractApplicationTest
[INFO] Running org.eclipse.hono.service.management.tenant.TrustedCertificateAuthorityTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.hono.service.http.HttpUtilsTest
20:14:12.057 [vert.x-eventloop-thread-9] ERROR o.e.h.s.a.EventBusAuthenticationService - got illegal status code in authentication response exception: 200
[INFO] Running org.eclipse.hono.service.management.credentials.CredentialsTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.hono.service.auth.EventBusAuthenticationServiceTest
[INFO] Running org.eclipse.hono.service.management.credentials.SecretsTest
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.hono.service.management.credentials.SecretsTest
[INFO] Running org.eclipse.hono.service.management.device.DeviceTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.hono.service.management.credentials.CredentialsTest
[INFO] Running org.eclipse.hono.service.management.device.AutoProvisioningEnabledDeviceBackendTest
20:14:12.188 [ForkJoinPool-1-worker-1] WARN  o.e.h.s.VertxBasedHealthCheckServer - secure health checks HTTP server will bind to loopback device only
[INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s - in org.eclipse.hono.service.metric.MicrometerBasedMetricsTest
[INFO] Running org.eclipse.hono.service.credentials.CredentialsMessageFilterTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.hono.service.management.device.DeviceTest
[INFO] Running org.eclipse.hono.service.registration.RegistrationMessageFilterTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.hono.service.auth.device.CredentialsApiAuthProviderTest
[INFO] Running org.eclipse.hono.service.EventBusServiceTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.hono.service.registration.RegistrationMessageFilterTest
[INFO] Running org.eclipse.hono.service.AbstractServiceBaseTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.hono.service.credentials.CredentialsMessageFilterTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.hono.service.EventBusServiceTest
20:14:12.232 [ForkJoinPool-1-worker-11] ERROR o.e.h.s.AbstractServiceBaseTest$1 - configuration must have at least one of key & certificate or insecure port set to start up
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.hono.service.auth.device.UsernamePasswordAuthProviderTest
20:14:12.237 [ForkJoinPool-1-worker-11] INFO  o.e.h.s.AbstractServiceBaseTest$1 - using JDK's default SSL engine
20:14:12.237 [ForkJoinPool-1-worker-11] INFO  o.e.h.s.AbstractServiceBaseTest$1 - enabling secure protocol [TLSv1.1]
20:14:12.237 [ForkJoinPool-1-worker-11] INFO  o.e.h.s.AbstractServiceBaseTest$1 - Service supports TLS ServerNameIndication: true
20:14:12.238 [ForkJoinPool-1-worker-11] INFO  o.e.h.s.AbstractServiceBaseTest$1 - using JDK's default SSL engine
20:14:12.238 [ForkJoinPool-1-worker-11] INFO  o.e.h.s.AbstractServiceBaseTest$1 - enabling secure protocol [TLSv1.2]
20:14:12.238 [ForkJoinPool-1-worker-11] INFO  o.e.h.s.AbstractServiceBaseTest$1 - Service supports TLS ServerNameIndication: false
20:14:12.242 [ForkJoinPool-1-worker-11] INFO  o.e.h.s.AbstractServiceBaseTest$1 - using JDK's default SSL engine
20:14:12.242 [ForkJoinPool-1-worker-11] INFO  o.e.h.s.AbstractServiceBaseTest$1 - enabling secure protocol [TLSv1]
20:14:12.242 [ForkJoinPool-1-worker-11] INFO  o.e.h.s.AbstractServiceBaseTest$1 - enabling secure protocol [TLSv1.1]
20:14:12.242 [ForkJoinPool-1-worker-11] INFO  o.e.h.s.AbstractServiceBaseTest$1 - Service supports TLS ServerNameIndication: false
20:14:12.244 [ForkJoinPool-1-worker-11] ERROR o.e.h.s.AbstractServiceBaseTest$1 - secure and insecure ports must be configured to bind to different port numbers
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.hono.service.AbstractServiceBaseTest
20:14:12.265 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.VertxBasedHealthCheckServer - won't start insecure health checks HTTP server: no bind address configured.
20:14:12.269 [vert.x-eventloop-thread-1] INFO  o.e.h.s.VertxBasedHealthCheckServer - successfully started secure health checks HTTP server
20:14:12.269 [vert.x-eventloop-thread-1] INFO  o.e.h.s.VertxBasedHealthCheckServer - readiness probe available at https://127.0.0.1:39303/readiness
20:14:12.270 [vert.x-eventloop-thread-1] INFO  o.e.h.s.VertxBasedHealthCheckServer - liveness probe available at https://127.0.0.1:39303/liveness
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.104 s - in org.eclipse.hono.service.http.X509AuthHandlerTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.12 s - in org.eclipse.hono.service.management.tenant.TrustedCertificateAuthorityTest
[INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.152 s - in org.eclipse.hono.service.management.tenant.TenantTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.162 s - in org.eclipse.hono.service.http.HonoBasicAuthHandlerTest
20:14:12.426 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.VertxBasedHealthCheckServer - closing secure health check HTTP server [127.0.0.1:39303]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.212 s - in org.eclipse.hono.service.VertxBasedHealthCheckServerTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.218 s - in org.eclipse.hono.service.amqp.AmqpServiceBaseTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.302 s - in org.eclipse.hono.service.auth.device.TenantServiceBasedX509AuthenticationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.306 s - in org.eclipse.hono.service.http.TenantTraceSamplingHandlerTest
20:14:12.587 [ForkJoinPool-1-worker-19] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - using ResourceLimitChecks [org.eclipse.hono.service.resourcelimits.NoopResourceLimitChecks]
20:14:12.588 [ForkJoinPool-1-worker-19] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - connected to Tenant service
20:14:12.588 [ForkJoinPool-1-worker-19] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - connected to AMQP Messaging Network
20:14:12.589 [ForkJoinPool-1-worker-19] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - connected to Device Registration service
20:14:12.589 [ForkJoinPool-1-worker-19] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - connected to Credentials service
20:14:12.589 [ForkJoinPool-1-worker-19] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - connected to Device Connection service
20:14:12.590 [ForkJoinPool-1-worker-19] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - connected to Command & Control
20:14:12.618 [ForkJoinPool-1-worker-19] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - using ResourceLimitChecks [org.eclipse.hono.service.resourcelimits.NoopResourceLimitChecks]
20:14:12.618 [ForkJoinPool-1-worker-19] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - connected to Tenant service
20:14:12.618 [ForkJoinPool-1-worker-19] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - connected to AMQP Messaging Network
20:14:12.618 [ForkJoinPool-1-worker-19] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - connected to Device Registration service
20:14:12.619 [ForkJoinPool-1-worker-19] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - connected to Credentials service
20:14:12.619 [ForkJoinPool-1-worker-19] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - connected to Device Connection service
20:14:12.619 [ForkJoinPool-1-worker-19] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - connected to Command & Control
20:14:12.620 [ForkJoinPool-1-worker-19] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - lost connection to Command & Control
20:14:12.621 [ForkJoinPool-1-worker-19] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - connection to Command & Control re-established
[INFO] Tests run: 33, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.391 s - in org.eclipse.hono.service.AbstractProtocolAdapterBaseTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.395 s - in org.eclipse.hono.service.amqp.RequestResponseEndpointTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.44 s - in org.eclipse.hono.service.resourcelimits.PrometheusBasedResourceLimitChecksTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.962 s - in org.eclipse.hono.service.management.device.AutoProvisioningEnabledDeviceBackendTest
[INFO] 
[INFO] Results:
[INFO] 
[ERROR] Errors: 
[ERROR]   VertxBasedHealthCheckServerTest.testHealthCheckServerWithSecureAndInsecureEndpoint ยป AnnotatedConnect
[INFO] 
[ERROR] Tests run: 214, Failures: 0, Errors: 1, Skipped: 0
[INFO] 
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Hono
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Hono 1.3.0-SNAPSHOT:
[INFO] 
[INFO] Hono ............................................... SUCCESS [  3.948 s]
[INFO] Hono Dependencies .................................. SUCCESS [  0.009 s]
[INFO] Legal Documents .................................... SUCCESS [  2.112 s]
[INFO] Hono Demo Certs .................................... SUCCESS [  0.183 s]
[INFO] Hono Core .......................................... SUCCESS [ 18.648 s]
[INFO] Hono Client ........................................ SUCCESS [  6.966 s]
[INFO] Hono Service base .................................. FAILURE [ 22.026 s]
[INFO] Hotrod Device Connection client .................... SKIPPED
[INFO] Hono Protocol Adapters ............................. SKIPPED
[INFO] Hono AMQP Adapter .................................. SKIPPED
[INFO] Hono CoAP Adapter base ............................. SKIPPED
[INFO] Hono CoAP Adapter .................................. SKIPPED
[INFO] Hono HTTP Adapter base ............................. SKIPPED
[INFO] Hono HTTP Adapter .................................. SKIPPED
[INFO] Hono MQTT Adapter base ............................. SKIPPED
[INFO] Hono Kura Adapter .................................. SKIPPED
[INFO] Hono LoRa Adapter .................................. SKIPPED
[INFO] Hono MQTT Adapter .................................. SKIPPED
[INFO] Hono Sigfox Adapter ................................ SKIPPED
[INFO] Hono command-line interface ........................ SKIPPED
[INFO] Hono Deployment .................................... SKIPPED
[INFO] Hono Examples ...................................... SKIPPED
[INFO] Hono Client Examples ............................... SKIPPED
[INFO] Hono Protocol Gateway example ...................... SKIPPED
[INFO] Hono JMeter Plugin ................................. SKIPPED
[INFO] Hono Services ...................................... SKIPPED
[INFO] Hono Auth .......................................... SKIPPED
[INFO] Hono Service Device Registry Base .................. SKIPPED
[INFO] Base classes for JDBC services ..................... SKIPPED
[INFO] Hono Device Connection service ..................... SKIPPED
[INFO] Hono File Based Device Registry .................... SKIPPED
[INFO] Hono Mongodb Based Device Registry ................. SKIPPED
[INFO] Hono Site .......................................... SKIPPED
[INFO] Hono Integration Tests ............................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  01:04 min
[INFO] Finished at: 2020-04-21T20:14:13-04:00
[INFO] ------------------------------------------------------------------------
[INFO] [jenkins-event-spy] Generated /jobs/genie.hono/Hono-Nightly Pipeline/workspace@tmp/withMavendc376c1b/maven-spy-20200421-201308-92917563419373399437124.log
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.22.2:test (default-test) on project hono-service-base: There are test failures.
[ERROR] 
[ERROR] Please refer to /jobs/genie.hono/Hono-Nightly Pipeline/workspace/service-base/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] -> [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-base
[Pipeline] }
[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 - 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: 72 ms, Junit Publisher: 248 ms, Dependencies Fingerprint Publisher: 12 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