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

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

Changes:


------------------------------------------
[...truncated 498 lines...]
[INFO] /jobs/genie.hono/Hono CI Pipeline/workspace/service-base/src/main/java/org/eclipse/hono/service/auth/DeviceUser.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-dependency-plugin:3.1.1:unpack-dependencies (copy_demo_certs) @ hono-service-base ---
[INFO] Unpacking /jobs/genie.hono/Hono CI Pipeline/workspace/demo-certs/target/hono-demo-certs-1.3.0-SNAPSHOT.jar to /jobs/genie.hono/Hono CI Pipeline/workspace/service-base/target/certs with includes "" and excludes "META-INF/**"
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-service-base ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hono-service-base ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 27 source files to /jobs/genie.hono/Hono CI Pipeline/workspace/service-base/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-service-base ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.hono.service.auth.device.X509AuthProviderTest
[INFO] Running org.eclipse.hono.service.http.HonoChainAuthHandlerTest
[INFO] Running org.eclipse.hono.service.http.TenantTraceSamplingHandlerTest
[INFO] Running org.eclipse.hono.service.auth.device.UsernamePasswordAuthProviderTest
[INFO] Running org.eclipse.hono.service.auth.device.TenantServiceBasedX509AuthenticationTest
[INFO] Running org.eclipse.hono.service.http.DefaultFailureHandlerTest
[INFO] Running org.eclipse.hono.service.AbstractApplicationTest
[INFO] Running org.eclipse.hono.service.auth.device.CredentialsApiAuthProviderTest
[INFO] Running org.eclipse.hono.service.http.HonoBasicAuthHandlerTest
[INFO] Running org.eclipse.hono.service.http.HttpUtilsTest
[INFO] Running org.eclipse.hono.service.resourcelimits.PrometheusBasedResourceLimitChecksTest
[INFO] Running org.eclipse.hono.service.auth.device.UsernamePasswordCredentialsTest
[INFO] Running org.eclipse.hono.service.auth.AuthTokenHelperImplTest
[INFO] Running org.eclipse.hono.service.http.X509AuthHandlerTest
[INFO] Running org.eclipse.hono.service.auth.device.SubjectDnCredentialsTest
[INFO] Running org.eclipse.hono.service.auth.EventBusAuthenticationServiceTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.195 s - in org.eclipse.hono.service.auth.device.SubjectDnCredentialsTest
[INFO] Running org.eclipse.hono.service.limiting.MemoryBasedConnectionLimitStrategyTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.hono.service.limiting.MemoryBasedConnectionLimitStrategyTest
[INFO] Running org.eclipse.hono.service.limiting.DefaultConnectionLimitManagerTest
SLF4J: A number (99) 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
01:57:48.784 [ForkJoinPool-1-worker-31] WARN  o.e.h.s.l.MemoryBasedConnectionLimitStrategy - Not enough memory. It is recommended to provide more than 100 MB (currently max. available memory: -200MB).
01:57:48.788 [ForkJoinPool-1-worker-31] WARN  o.e.h.s.l.MemoryBasedConnectionLimitStrategy - Not enough memory. It is recommended to provide more than 100 MB (currently max. available memory: 100MB).
01:57:48.792 [ForkJoinPool-1-worker-1] INFO  org.eclipse.hono.util.JwtHelper - using token lifetime of 100 seconds
01:57:48.792 [ForkJoinPool-1-worker-1] INFO  org.eclipse.hono.util.JwtHelper - using shared secret [36 bytes] for signing tokens
01:57:48.793 [ForkJoinPool-1-worker-1] INFO  org.eclipse.hono.util.JwtHelper - using shared secret [36 bytes] for validating tokens
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 s - in org.eclipse.hono.service.auth.device.UsernamePasswordCredentialsTest
[INFO] Running org.eclipse.hono.service.cache.SpringBasedExpiringValueCacheTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.236 s - in org.eclipse.hono.service.auth.AuthTokenHelperImplTest
[INFO] Running org.eclipse.hono.service.EventBusServiceTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.hono.service.EventBusServiceTest
[INFO] Running org.eclipse.hono.service.metric.MicrometerBasedMetricsTest
01:57:49.068 [vert.x-eventloop-thread-9] ERROR o.e.h.s.a.EventBusAuthenticationService - got illegal status code in authentication response exception: 200
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.hono.service.auth.EventBusAuthenticationServiceTest
[INFO] Running org.eclipse.hono.service.metric.DeviceConnectionDurationTrackerTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.248 s - in org.eclipse.hono.service.http.HttpUtilsTest
[INFO] Running org.eclipse.hono.service.VertxBasedHealthCheckServerTest
01:57:49.341 [ForkJoinPool-1-worker-13] WARN  o.e.h.s.VertxBasedHealthCheckServer - cannot start secure health checks HTTP server: no key material configured
01:57:49.342 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.VertxBasedHealthCheckServer - won't start insecure health checks HTTP server: no bind address configured.
01:57:49.349 [ForkJoinPool-1-worker-13] ERROR o.e.h.s.VertxBasedHealthCheckServer - failed to start Health Check server
io.vertx.core.impl.NoStackTraceThrowable: no bind address configured for insecure server
01:57:49.377 [ForkJoinPool-1-worker-13] WARN  o.e.h.s.VertxBasedHealthCheckServer - secure health checks HTTP server will bind to loopback device only
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 s - in org.eclipse.hono.service.auth.device.X509AuthProviderTest
[INFO] Running org.eclipse.hono.service.AbstractServiceBaseTest
01:57:49.404 [ForkJoinPool-1-worker-29] INFO  o.e.h.s.l.DefaultConnectionLimitManager - Setting connection limit to 2 (based on null)
01:57:49.407 [ForkJoinPool-1-worker-29] WARN  o.e.h.s.l.DefaultConnectionLimitManager - Configured connection limit 2 is too high: Recommended is maximum 0 (based on null)
01:57:49.409 [ForkJoinPool-1-worker-29] INFO  o.e.h.s.l.DefaultConnectionLimitManager - Setting connection limit to 2 (based on null)
01:57:49.411 [ForkJoinPool-1-worker-29] WARN  o.e.h.s.l.DefaultConnectionLimitManager - Configured connection limit 1 is too high: Recommended is maximum 0 (based on null)
01:57:49.414 [ForkJoinPool-1-worker-29] 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.016 s - in org.eclipse.hono.service.limiting.DefaultConnectionLimitManagerTest
[INFO] Running org.eclipse.hono.service.AbstractProtocolAdapterBaseTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.hono.service.AbstractApplicationTest
[INFO] Running org.eclipse.hono.service.amqp.RequestResponseEndpointTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 s - in org.eclipse.hono.service.http.HonoChainAuthHandlerTest
[INFO] Running org.eclipse.hono.service.amqp.AmqpServiceBaseTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.hono.service.http.DefaultFailureHandlerTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s - in org.eclipse.hono.service.cache.SpringBasedExpiringValueCacheTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 s - in org.eclipse.hono.service.auth.device.CredentialsApiAuthProviderTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.1 s - in org.eclipse.hono.service.metric.DeviceConnectionDurationTrackerTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.149 s - in org.eclipse.hono.service.auth.device.TenantServiceBasedX509AuthenticationTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.186 s - in org.eclipse.hono.service.http.X509AuthHandlerTest
01:57:49.697 [ForkJoinPool-1-worker-21] ERROR o.e.h.s.AbstractServiceBaseTest$1 - configuration must have at least one of key & certificate or insecure port set to start up
01:57:49.703 [ForkJoinPool-1-worker-21] INFO  o.e.h.s.AbstractServiceBaseTest$1 - using JDK's default SSL engine
01:57:49.704 [ForkJoinPool-1-worker-21] INFO  o.e.h.s.AbstractServiceBaseTest$1 - enabling secure protocol [TLSv1.1]
01:57:49.704 [ForkJoinPool-1-worker-21] INFO  o.e.h.s.AbstractServiceBaseTest$1 - Service supports TLS ServerNameIndication: true
01:57:49.706 [ForkJoinPool-1-worker-13] WARN  o.e.h.s.VertxBasedHealthCheckServer - insecure health checks HTTP server will bind to loopback device only
01:57:49.707 [ForkJoinPool-1-worker-21] INFO  o.e.h.s.AbstractServiceBaseTest$1 - using JDK's default SSL engine
01:57:49.707 [ForkJoinPool-1-worker-21] INFO  o.e.h.s.AbstractServiceBaseTest$1 - enabling secure protocol [TLSv1.2]
01:57:49.707 [ForkJoinPool-1-worker-21] INFO  o.e.h.s.AbstractServiceBaseTest$1 - Service supports TLS ServerNameIndication: false
01:57:49.713 [ForkJoinPool-1-worker-21] INFO  o.e.h.s.AbstractServiceBaseTest$1 - using JDK's default SSL engine
01:57:49.713 [ForkJoinPool-1-worker-21] INFO  o.e.h.s.AbstractServiceBaseTest$1 - enabling secure protocol [TLSv1]
01:57:49.714 [ForkJoinPool-1-worker-21] INFO  o.e.h.s.AbstractServiceBaseTest$1 - enabling secure protocol [TLSv1.1]
01:57:49.714 [ForkJoinPool-1-worker-21] INFO  o.e.h.s.AbstractServiceBaseTest$1 - Service supports TLS ServerNameIndication: false
01:57:49.721 [ForkJoinPool-1-worker-21] ERROR o.e.h.s.AbstractServiceBaseTest$1 - secure and insecure ports must be configured to bind to different port numbers
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.239 s - in org.eclipse.hono.service.AbstractServiceBaseTest
01:57:49.721 [vert.x-eventloop-thread-2] INFO  o.e.h.s.VertxBasedHealthCheckServer - successfully started secure health checks HTTP server
01:57:49.722 [vert.x-eventloop-thread-2] INFO  o.e.h.s.VertxBasedHealthCheckServer - readiness probe available at https://127.0.0.1:52056/readiness
01:57:49.722 [vert.x-eventloop-thread-2] INFO  o.e.h.s.VertxBasedHealthCheckServer - liveness probe available at https://127.0.0.1:52056/liveness
01:57:49.724 [vert.x-eventloop-thread-3] INFO  o.e.h.s.VertxBasedHealthCheckServer - successfully started insecure health checks HTTP server
01:57:49.724 [vert.x-eventloop-thread-3] INFO  o.e.h.s.VertxBasedHealthCheckServer - readiness probe available at http://127.0.0.1:51501/readiness
01:57:49.724 [vert.x-eventloop-thread-3] INFO  o.e.h.s.VertxBasedHealthCheckServer - liveness probe available at http://127.0.0.1:51501/liveness
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.316 s - in org.eclipse.hono.service.http.HonoBasicAuthHandlerTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.374 s - in org.eclipse.hono.service.auth.device.UsernamePasswordAuthProviderTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.401 s - in org.eclipse.hono.service.http.TenantTraceSamplingHandlerTest
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.468 s - in org.eclipse.hono.service.metric.MicrometerBasedMetricsTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.499 s - in org.eclipse.hono.service.amqp.AmqpServiceBaseTest
01:57:50.020 [ForkJoinPool-1-worker-3] WARN  o.e.h.s.r.PrometheusBasedResourceLimitChecks - failed to run Prometheus query [URL: http://localhost:9090/api/v1/query, query: sum(hono_connections_authenticated{tenant="DEFAULT_TENANT"})]: null
01:57:50.036 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.VertxBasedHealthCheckServer - closing secure health check HTTP server [127.0.0.1:52056]
01:57:50.046 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.VertxBasedHealthCheckServer - closing insecure health check HTTP server [127.0.0.1:51501]
01:57:50.058 [ForkJoinPool-1-worker-29] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - using [Hono Event API based implementation] for reporting connection events, if applicable for device protocol
01:57:50.060 [ForkJoinPool-1-worker-13] WARN  o.e.h.s.VertxBasedHealthCheckServer - cannot start secure health checks HTTP server: no key material configured
01:57:50.060 [ForkJoinPool-1-worker-13] WARN  o.e.h.s.VertxBasedHealthCheckServer - insecure health checks HTTP server will bind to loopback device only
01:57:50.063 [vert.x-eventloop-thread-1] INFO  o.e.h.s.VertxBasedHealthCheckServer - successfully started insecure health checks HTTP server
01:57:50.063 [vert.x-eventloop-thread-1] INFO  o.e.h.s.VertxBasedHealthCheckServer - readiness probe available at http://127.0.0.1:56391/readiness
01:57:50.063 [vert.x-eventloop-thread-1] INFO  o.e.h.s.VertxBasedHealthCheckServer - liveness probe available at http://127.0.0.1:56391/liveness
01:57:50.072 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.VertxBasedHealthCheckServer - closing insecure health check HTTP server [127.0.0.1:56391]
01:57:50.082 [ForkJoinPool-1-worker-13] WARN  o.e.h.s.VertxBasedHealthCheckServer - secure health checks HTTP server will bind to loopback device only
01:57:50.101 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.VertxBasedHealthCheckServer - won't start insecure health checks HTTP server: no bind address configured.
01:57:50.104 [vert.x-eventloop-thread-1] INFO  o.e.h.s.VertxBasedHealthCheckServer - successfully started secure health checks HTTP server
01:57:50.104 [vert.x-eventloop-thread-1] INFO  o.e.h.s.VertxBasedHealthCheckServer - readiness probe available at https://127.0.0.1:45633/readiness
01:57:50.105 [vert.x-eventloop-thread-1] INFO  o.e.h.s.VertxBasedHealthCheckServer - liveness probe available at https://127.0.0.1:45633/liveness
01:57:50.124 [ForkJoinPool-1-worker-3] WARN  o.e.h.s.r.PrometheusBasedResourceLimitChecks - failed to run Prometheus query [URL: http://localhost:9090/api/v1/query, query: minute( sum( increase( hono_connections_authenticated_duration_seconds_sum {tenant="tenant"} [21d])))]: null
01:57:50.146 [ForkJoinPool-1-worker-3] WARN  o.e.h.s.r.PrometheusBasedResourceLimitChecks - failed to run Prometheus query [URL: http://localhost:9090/api/v1/query, query: floor(sum(increase(hono_messages_payload_bytes_sum{status=~"forwarded|unprocessable", tenant="tenant"} [21d]) or hono_commands_payload_bytes_sum*0) + sum(increase(hono_commands_payload_bytes_sum{status=~"forwarded|unprocessable", tenant="tenant"} [21d]) or hono_messages_payload_bytes_sum*0))]: null
01:57:50.162 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.VertxBasedHealthCheckServer - closing secure health check HTTP server [127.0.0.1:45633]
[INFO] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.697 s - in org.eclipse.hono.service.VertxBasedHealthCheckServerTest
01:57:50.186 [ForkJoinPool-1-worker-29] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - using ResourceLimitChecks [org.eclipse.hono.service.resourcelimits.NoopResourceLimitChecks]
01:57:50.187 [ForkJoinPool-1-worker-29] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - connected to Tenant service
01:57:50.188 [ForkJoinPool-1-worker-29] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - connected to AMQP Messaging Network
01:57:50.188 [ForkJoinPool-1-worker-29] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - connected to Device Registration service
01:57:50.188 [ForkJoinPool-1-worker-29] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - connected to Credentials service
01:57:50.189 [ForkJoinPool-1-worker-29] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - connected to Device Connection service
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.707 s - in org.eclipse.hono.service.amqp.RequestResponseEndpointTest
01:57:50.189 [ForkJoinPool-1-worker-29] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - connected to Command & Control
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.746 s - in org.eclipse.hono.service.resourcelimits.PrometheusBasedResourceLimitChecksTest
01:57:50.237 [ForkJoinPool-1-worker-29] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - using ResourceLimitChecks [org.eclipse.hono.service.resourcelimits.NoopResourceLimitChecks]
01:57:50.238 [ForkJoinPool-1-worker-29] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - connected to Tenant service
01:57:50.238 [ForkJoinPool-1-worker-29] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - connected to AMQP Messaging Network
01:57:50.238 [ForkJoinPool-1-worker-29] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - connected to Device Registration service
01:57:50.239 [ForkJoinPool-1-worker-29] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - connected to Credentials service
01:57:50.239 [ForkJoinPool-1-worker-29] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - connected to Device Connection service
01:57:50.239 [ForkJoinPool-1-worker-29] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - connected to Command & Control
01:57:50.241 [ForkJoinPool-1-worker-29] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - lost connection to Command & Control
01:57:50.242 [ForkJoinPool-1-worker-29] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - connection to Command & Control re-established
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.768 s - in org.eclipse.hono.service.AbstractProtocolAdapterBaseTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 159, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-dependency-plugin:3.1.1:unpack-dependencies (copy_legal_docs) @ hono-service-base ---
[INFO] Unpacking /jobs/genie.hono/Hono CI Pipeline/workspace/legal/target/hono-legal-1.3.0-SNAPSHOT.jar to /jobs/genie.hono/Hono CI Pipeline/workspace/service-base/target/classes/META-INF with includes "legal/**" and excludes ""
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy_legal_docs_for_test_jar) @ hono-service-base ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 38 resources
[INFO] 
[INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @ hono-service-base ---
[INFO] Building jar: /jobs/genie.hono/Hono CI Pipeline/workspace/service-base/target/hono-service-base-1.3.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.1.0:jar-no-fork (attach-sources) @ hono-service-base ---
[INFO] Building jar: /jobs/genie.hono/Hono CI Pipeline/workspace/service-base/target/hono-service-base-1.3.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ hono-service-base ---
[INFO] There is 1 error reported by Checkstyle 8.30 with checkstyle/default.xml ruleset.
[ERROR] src/main/java/org/eclipse/hono/service/AbstractProtocolAdapterBase.java:[21,8] (imports) UnusedImports: Unused import - java.util.function.BiConsumer.
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Hono 1.3.0-SNAPSHOT:
[INFO] 
[INFO] Hono ............................................... SUCCESS [  1.655 s]
[INFO] Hono Dependencies .................................. SUCCESS [  0.034 s]
[INFO] Legal Documents .................................... SUCCESS [  0.977 s]
[INFO] Hono Demo Certs .................................... SUCCESS [  0.101 s]
[INFO] Hono Core .......................................... SUCCESS [ 14.432 s]
[INFO] Hono Client ........................................ SUCCESS [  9.998 s]
[INFO] Hono Service base .................................. FAILURE [  9.109 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:  40.523 s
[INFO] Finished at: 2020-05-18T01:57:54-04:00
[INFO] ------------------------------------------------------------------------
[INFO] [jenkins-event-spy] Generated /jobs/genie.hono/Hono CI Pipeline/workspace@tmp/withMaven1b788444/maven-spy-20200518-015713-33111325517714890552542.log
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-checkstyle-plugin:3.1.1:check (checkstyle-check) on project hono-service-base: You have 1 Checkstyle violation. -> [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] 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] 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: 177 ms, Generated Artifacts Publisher: 39 ms, Invoker Publisher: 1 ms, Junit Publisher: 107 ms, Dependencies Fingerprint Publisher: 9 ms, JGiven Publisher: 1 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