Skip to content

Console Output

Skipping 4,267 KB.. Full Log
2024-01-11 16:33:55,905  INFO main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'org.springframework.cloud.stream.binder.rabbit.config.ExtendedBindingHandlerMappingsProviderConfiguration' of type [org.springframework.cloud.stream.binder.rabbit.config.ExtendedBindingHandlerMappingsProviderConfiguration$$EnhancerBySpringCGLIB$$5169e688] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-01-11 16:33:55,906  INFO main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'rabbitExtendedPropertiesDefaultMappingsProvider' of type [org.springframework.cloud.stream.binder.rabbit.config.ExtendedBindingHandlerMappingsProviderConfiguration$$Lambda$950/0x00007f002859daf0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-01-11 16:33:55,908  INFO main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'BindingHandlerAdvise' of type [org.springframework.cloud.stream.config.BindingHandlerAdvise] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-01-11 16:33:55,911  INFO main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'spelConverter' of type [org.springframework.cloud.stream.config.SpelExpressionConverterConfiguration$SpelConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-01-11 16:33:55,913  INFO main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-01-11 16:33:55,914  INFO main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'stringOrNumberMigrationVersionConverter' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration$StringOrNumberToMigrationVersionConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-01-11 16:33:55,921  INFO main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'spring.datasource-org.springframework.boot.autoconfigure.jdbc.DataSourceProperties' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-01-11 16:33:55,936  INFO main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'dataSource' of type [com.zaxxer.hikari.HikariDataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-01-11 16:33:55,942  INFO main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'spring.jpa-org.springframework.boot.autoconfigure.orm.jpa.JpaProperties' of type [org.springframework.boot.autoconfigure.orm.jpa.JpaProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-01-11 16:33:55,946  INFO main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'org.eclipse.hawkbit.repository.jpa.RepositoryApplicationConfiguration' of type [org.eclipse.hawkbit.repository.jpa.RepositoryApplicationConfiguration$$EnhancerBySpringCGLIB$$58de3e7c] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-01-11 16:33:56,199  INFO main o.f.c.i.l.VersionPrinter:37 - Flyway Community Edition 8.5.13 by Redgate
2024-01-11 16:33:56,199  INFO main o.f.c.i.l.VersionPrinter:37 - See what's new here: https://flywaydb.org/documentation/learnmore/releaseNotes#8.5.13
2024-01-11 16:33:56,199  INFO main o.f.c.i.l.VersionPrinter:37 - 
2024-01-11 16:33:56,202  INFO main c.z.h.HikariDataSource:110 - HikariPool-3 - Starting...
2024-01-11 16:33:56,203  INFO main c.z.h.HikariDataSource:123 - HikariPool-3 - Start completed.
2024-01-11 16:33:56,204  INFO main o.f.c.i.d.b.BaseDatabaseType:37 - Database: jdbc:h2:mem:testdb (H2 2.2)
2024-01-11 16:33:56,206  WARN main o.f.c.i.d.b.Database:41 - Flyway upgrade recommended: H2 2.2.222 is newer than this version of Flyway and support has not been tested. The latest supported version of H2 is 2.1.210.
2024-01-11 16:33:56,222  INFO main o.f.c.i.c.DbValidate:37 - Successfully validated 47 migrations (execution time 00:00.014s)
2024-01-11 16:33:56,224  INFO main o.f.c.i.c.DbMigrate:37 - Current version of schema "PUBLIC": 1.12.27
2024-01-11 16:33:56,225  INFO main o.f.c.i.c.DbMigrate:37 - Schema "PUBLIC" is up to date. No migration necessary.
2024-01-11 16:33:56,281  INFO main o.s.o.j.LocalContainerEntityManagerFactoryBean:437 - Initialized JPA EntityManagerFactory for persistence unit 'default'
2024-01-11 16:33:56,907  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:339 - Usage of Spring Data projections detected on persistence provider EclipseLink. Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-01-11 16:33:56,907  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:343 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countRolloutsByStatusForDistributionSet(java.lang.Long)
2024-01-11 16:33:56,910  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:343 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countActionsByStatusForDistributionSet(java.lang.Long)
2024-01-11 16:33:57,658  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:339 - Usage of Spring Data projections detected on persistence provider EclipseLink. Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-01-11 16:33:57,658  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:343 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.lang.Long)
2024-01-11 16:33:57,659  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:343 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.util.List)
2024-01-11 16:33:57,677  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:343 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.util.List)
2024-01-11 16:33:57,678  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:343 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.lang.Long)
2024-01-11 16:33:58,375  INFO main o.s.s.w.DefaultSecurityFilterChain:55 - Will secure Or [Ant [pattern='/rest/**'], Ant [pattern='/system/admin/**']] with [org.springframework.security.web.session.DisableEncodeUrlFilter@4accfd63, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@63358912, org.springframework.security.web.context.SecurityContextPersistenceFilter@6a38e577, org.springframework.security.web.header.HeaderWriterFilter@28ff12df, org.springframework.security.web.authentication.logout.LogoutFilter@96345d9, org.eclipse.hawkbit.autoconfigure.security.SecurityManagedConfiguration$RestSecurityConfigurationAdapter$1@3472205c, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@59123615, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@272cee7e, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@771569ae, org.springframework.security.web.session.SessionManagementFilter@79455bd7, org.eclipse.hawkbit.autoconfigure.security.SecurityManagedConfiguration$RestSecurityConfigurationAdapter$$Lambda$1407/0x00007f00289e2018@7c181a59, org.springframework.security.web.access.ExceptionTranslationFilter@63e5c781, org.springframework.security.web.access.intercept.AuthorizationFilter@15f84d0d]
2024-01-11 16:33:58,391  INFO main o.s.s.w.DefaultSecurityFilterChain:55 - Will secure Ant [pattern='/**/downloadId/**'] with [org.springframework.security.web.session.DisableEncodeUrlFilter@422c5c9e, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@7cb5bf31, org.springframework.security.web.context.SecurityContextPersistenceFilter@54d9e857, org.springframework.security.web.header.HeaderWriterFilter@43540055, org.springframework.security.web.authentication.logout.LogoutFilter@2d427ca6, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@a42b963, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@69f746d6, org.springframework.security.web.session.SessionManagementFilter@2bae8891, org.springframework.security.web.access.ExceptionTranslationFilter@5e7006a1, org.eclipse.hawkbit.security.HttpDownloadAuthenticationFilter@6c7fdb5a, org.springframework.security.web.access.intercept.AuthorizationFilter@614660b6]
2024-01-11 16:33:58,734  WARN main o.s.b.a.o.j.JpaBaseConfiguration$JpaWebConfiguration:223 - spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2024-01-11 16:34:00,000  INFO main o.s.c.s.m.DirectWithAttributesChannel:174 - Channel 'mgmt-server.springCloudBusInput' has 1 subscriber(s).
2024-01-11 16:34:00,240  INFO main o.s.i.e.EventDrivenConsumer:174 - Adding {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-01-11 16:34:00,240  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'mgmt-server.errorChannel' has 1 subscriber(s).
2024-01-11 16:34:00,240  INFO main o.s.i.e.EventDrivenConsumer:292 - started bean '_org.springframework.integration.errorLogger'
2024-01-11 16:34:00,248  INFO main o.e.h.a.m.AllowedHostNamesTest:61 - Started AllowedHostNamesTest in 5.054 seconds (JVM running for 36.055)
2024-01-11 16:34:00,295  INFO main o.s.b.t.m.w.SpringBootMockServletContext:455 - Initializing Spring TestDispatcherServlet ''
2024-01-11 16:34:00,295  INFO main o.s.t.w.s.TestDispatcherServlet:525 - Initializing Servlet ''
2024-01-11 16:34:00,296  INFO main o.s.t.w.s.TestDispatcherServlet:547 - Completed initialization in 1 ms
2024-01-11 16:34:00,321  INFO main o.s.b.t.m.w.SpringBootMockServletContext:455 - Initializing Spring TestDispatcherServlet ''
2024-01-11 16:34:00,321  INFO main o.s.t.w.s.TestDispatcherServlet:525 - Initializing Servlet ''
2024-01-11 16:34:00,323  INFO main o.s.t.w.s.TestDispatcherServlet:547 - Completed initialization in 1 ms
2024-01-11 16:34:00,337  INFO main o.s.b.t.m.w.SpringBootMockServletContext:455 - Initializing Spring TestDispatcherServlet ''
2024-01-11 16:34:00,337  INFO main o.s.t.w.s.TestDispatcherServlet:525 - Initializing Servlet ''
2024-01-11 16:34:00,339  INFO main o.s.t.w.s.TestDispatcherServlet:547 - Completed initialization in 2 ms
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.168 s -- in org.eclipse.hawkbit.app.mgmt.AllowedHostNamesTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.2.2:jar (default-jar) @ hawkbit-mgmt-server ---
[INFO] Building jar: /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-mgmt-server/target/hawkbit-mgmt-server-0.4.1.jar
[INFO] 
[INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ hawkbit-mgmt-server >>>
[INFO] 
[INFO] --- enforcer:3.3.0:enforce (enforce-no-snapshots) @ hawkbit-mgmt-server ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ hawkbit-mgmt-server <<<
[INFO] 
[INFO] 
[INFO] --- source:3.2.1:jar (attach-sources) @ hawkbit-mgmt-server ---
[INFO] Building jar: /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-mgmt-server/target/hawkbit-mgmt-server-0.4.1-sources.jar
[INFO] 
[INFO] --- spring-boot:2.7.18:repackage (repackage) @ hawkbit-mgmt-server ---
[INFO] Replacing main artifact with repackaged archive
[INFO] 
[INFO] --- spring-boot:2.7.18:repackage (default) @ hawkbit-mgmt-server ---
[INFO] Layout: JAR
[INFO] Replacing main artifact with repackaged archive
[INFO] 
[INFO] --- jacoco:0.8.8:prepare-agent-integration (prepare-it-agent) @ hawkbit-mgmt-server ---
[INFO] jacoco.agent.it.arg set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-mgmt-server/target/jacoco-it.exec
[INFO] 
[INFO] --- license-tool:1.0.2:license-check (license-check) @ hawkbit-mgmt-server ---
[INFO] 
[INFO] --- gpg:1.6:sign (sign-artifacts) @ hawkbit-mgmt-server ---
[INFO] 
[INFO] --- install:2.5.2:install (default-install) @ hawkbit-mgmt-server ---
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-mgmt-server/target/hawkbit-mgmt-server-0.4.1.jar to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-mgmt-server/0.4.1/hawkbit-mgmt-server-0.4.1.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-mgmt-server/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-mgmt-server/0.4.1/hawkbit-mgmt-server-0.4.1.pom
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-mgmt-server/target/hawkbit-mgmt-server-0.4.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-mgmt-server/0.4.1/hawkbit-mgmt-server-0.4.1-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-mgmt-server/target/hawkbit-mgmt-server-0.4.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-mgmt-server/0.4.1/hawkbit-mgmt-server-0.4.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-mgmt-server/target/hawkbit-mgmt-server-0.4.1.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-mgmt-server/0.4.1/hawkbit-mgmt-server-0.4.1.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-mgmt-server/target/hawkbit-mgmt-server-0.4.1.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-mgmt-server/0.4.1/hawkbit-mgmt-server-0.4.1.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-mgmt-server/target/hawkbit-mgmt-server-0.4.1-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-mgmt-server/0.4.1/hawkbit-mgmt-server-0.4.1-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-mgmt-server/target/hawkbit-mgmt-server-0.4.1-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-mgmt-server/0.4.1/hawkbit-mgmt-server-0.4.1-sources.jar.asc
[INFO] 
[INFO] --- nexus-staging:1.6.13:deploy (injected-nexus-deploy) @ hawkbit-mgmt-server ---
[INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging")...
[INFO]  + Using server credentials "ossrh" from Maven settings.
[INFO]  * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional"
[INFO]  * Using staging profile ID "1d2b23f380235e" (matched by Nexus).
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-mgmt-server/target/hawkbit-mgmt-server-0.4.1.jar to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-mgmt-server/0.4.1/hawkbit-mgmt-server-0.4.1.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-mgmt-server/.flattened-pom.xml to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-mgmt-server/0.4.1/hawkbit-mgmt-server-0.4.1.pom
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-mgmt-server/target/hawkbit-mgmt-server-0.4.1-javadoc.jar to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-mgmt-server/0.4.1/hawkbit-mgmt-server-0.4.1-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-mgmt-server/target/hawkbit-mgmt-server-0.4.1-sources.jar to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-mgmt-server/0.4.1/hawkbit-mgmt-server-0.4.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-mgmt-server/target/hawkbit-mgmt-server-0.4.1.jar.asc to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-mgmt-server/0.4.1/hawkbit-mgmt-server-0.4.1.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-mgmt-server/target/hawkbit-mgmt-server-0.4.1.pom.asc to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-mgmt-server/0.4.1/hawkbit-mgmt-server-0.4.1.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-mgmt-server/target/hawkbit-mgmt-server-0.4.1-javadoc.jar.asc to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-mgmt-server/0.4.1/hawkbit-mgmt-server-0.4.1-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-mgmt-server/target/hawkbit-mgmt-server-0.4.1-sources.jar.asc to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-mgmt-server/0.4.1/hawkbit-mgmt-server-0.4.1-sources.jar.asc
[INFO] Execution skipped to the last project...
[INFO] 
[INFO] ---------------< org.eclipse.hawkbit:hawkbit-simple-ui >----------------
[INFO] Building hawkBit :: Runtime :: Simple UI 0.4.1                   [36/37]
[INFO]   from hawkbit-runtime/hawkbit-simple-ui/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ hawkbit-simple-ui ---
[INFO] 
[INFO] --- flatten:1.5.0:clean (flatten.clean) @ hawkbit-simple-ui ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ hawkbit-simple-ui ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] Copying 3 resources from src/main/resources to target/classes
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ hawkbit-simple-ui ---
[INFO] Generating flattened POM of project org.eclipse.hawkbit:hawkbit-simple-ui:jar:0.4.1...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ hawkbit-simple-ui ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 16 source files with javac [debug release 17] to target/classes
[INFO] 
[INFO] --- vaadin:24.2.2:build-frontend (default) @ hawkbit-simple-ui ---
[INFO] Reflections took 2983 ms to scan 157 urls, producing 6766 keys and 38050 values
[INFO] Scanning classes to find frontend configurations and dependencies...
[INFO] Visited 5719 classes. Took 3362 ms.
[INFO] Checking if a production mode bundle build is needed
[INFO] A production mode bundle build is not needed
[INFO] Copying frontend resources from jar files ...
[INFO] Visited 156 resources. Took 103 ms.
[INFO] Reflections took 2421 ms to scan 157 urls, producing 6766 keys and 38050 values
[INFO] Scanning classes to find frontend configurations and dependencies...
[INFO] Visited 5719 classes. Took 3112 ms.
[INFO] Build frontend completed in 12508 ms.
[INFO] 
[INFO] --- license:2.11:check (default-cli) @ hawkbit-simple-ui ---
[INFO] Checking licenses...
[INFO] 
[INFO] --- javadoc:3.5.0:jar (default-cli) @ hawkbit-simple-ui ---
[INFO] No previous run data found, generating javadoc.
[WARNING] Javadoc Warnings
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/src/main/java/org/eclipse/hawkbit/ui/view/AboutView.java:26: warning: no comment
[WARNING] public class AboutView extends VerticalLayout {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/src/main/java/org/eclipse/hawkbit/ui/view/AboutView.java:28: warning: no comment
[WARNING] public AboutView() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/src/main/java/org/eclipse/hawkbit/ui/security/AuthenticatedUser.java:18: warning: no comment
[WARNING] public class AuthenticatedUser {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/src/main/java/org/eclipse/hawkbit/ui/security/AuthenticatedUser.java:21: warning: no comment
[WARNING] public AuthenticatedUser(final AuthenticationContext authenticationContext) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/src/main/java/org/eclipse/hawkbit/ui/security/AuthenticatedUser.java:25: warning: no comment
[WARNING] public Optional<String> getName() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/src/main/java/org/eclipse/hawkbit/ui/security/AuthenticatedUser.java:29: warning: no comment
[WARNING] public void logout() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/src/main/java/org/eclipse/hawkbit/ui/view/Constants.java:12: warning: no comment
[WARNING] public interface Constants {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/src/main/java/org/eclipse/hawkbit/ui/view/Constants.java:36: warning: no comment
[WARNING] String ACTION_TYPE = "Action Type";
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/src/main/java/org/eclipse/hawkbit/ui/view/Constants.java:31: warning: no comment
[WARNING] String ACTIONS = "Actions";
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/src/main/java/org/eclipse/hawkbit/ui/view/Constants.java:43: warning: no comment
[WARNING] String AUTO = "Auto";
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/src/main/java/org/eclipse/hawkbit/ui/view/Constants.java:22: warning: no comment
[WARNING] String CREATED_AT = "Created at";
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/src/main/java/org/eclipse/hawkbit/ui/view/Constants.java:21: warning: no comment
[WARNING] String CREATED_BY = "Created by";
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/src/main/java/org/eclipse/hawkbit/ui/view/Constants.java:17: warning: no comment
[WARNING] String DESCRIPTION = "Description";
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/src/main/java/org/eclipse/hawkbit/ui/view/Constants.java:35: warning: no comment
[WARNING] String DISTRIBUTION_SET = "Distribution Set";
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/src/main/java/org/eclipse/hawkbit/ui/view/Constants.java:40: warning: no comment
[WARNING] String DOWNLOAD_ONLY = "Download Only";
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/src/main/java/org/eclipse/hawkbit/ui/view/Constants.java:39: warning: no comment
[WARNING] String FORCED = "Forced";
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/src/main/java/org/eclipse/hawkbit/ui/view/Constants.java:27: warning: no comment
[WARNING] String GROUP_COUNT = "Group Count";
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/src/main/java/org/eclipse/hawkbit/ui/view/Constants.java:15: warning: no comment
[WARNING] String ID = "Id";
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/src/main/java/org/eclipse/hawkbit/ui/view/Constants.java:24: warning: no comment
[WARNING] String LAST_MODIFIED_AT = "Last modified at";
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/src/main/java/org/eclipse/hawkbit/ui/view/Constants.java:23: warning: no comment
[WARNING] String LAST_MODIFIED_BY = "Last modified by";
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/src/main/java/org/eclipse/hawkbit/ui/view/Constants.java:42: warning: no comment
[WARNING] String MANUAL = "Manual";
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/src/main/java/org/eclipse/hawkbit/ui/view/Constants.java:16: warning: no comment
[WARNING] String NAME = "Name";
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/src/main/java/org/eclipse/hawkbit/ui/view/Constants.java:45: warning: no comment
[WARNING] String NAME_ASC = "name:asc";
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/src/main/java/org/eclipse/hawkbit/ui/view/Constants.java:38: warning: no comment
[WARNING] String SOFT = "Soft";
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/src/main/java/org/eclipse/hawkbit/ui/view/Constants.java:37: warning: no comment
[WARNING] String START_AT = "Start At";
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/src/main/java/org/eclipse/hawkbit/ui/view/Constants.java:41: warning: no comment
[WARNING] String START_TYPE = "Start Type";
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/src/main/java/org/eclipse/hawkbit/ui/view/Constants.java:29: warning: no comment
[WARNING] String STATS = "Stats";
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/src/main/java/org/eclipse/hawkbit/ui/view/Constants.java:30: warning: no comment
[WARNING] String STATUS = "Status";
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/src/main/java/org/eclipse/hawkbit/ui/view/Constants.java:28: warning: no comment
[WARNING] String TARGET_COUNT = "Target Count";
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/src/main/java/org/eclipse/hawkbit/ui/view/Constants.java:34: warning: no comment
[WARNING] String TARGET_FILTER = "Target Filter";
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/src/main/java/org/eclipse/hawkbit/ui/view/Constants.java:20: warning: no comment
[WARNING] String TYPE = "Type";
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/src/main/java/org/eclipse/hawkbit/ui/view/Constants.java:19: warning: no comment
[WARNING] String VENDOR = "Vendor";
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/src/main/java/org/eclipse/hawkbit/ui/view/Constants.java:18: warning: no comment
[WARNING] String VERSION = "Version";
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/src/main/java/org/eclipse/hawkbit/ui/view/DistributionSetView.java:57: warning: no comment
[WARNING] public class DistributionSetView extends TableView<MgmtDistributionSet, Long> {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/src/main/java/org/eclipse/hawkbit/ui/view/DistributionSetView.java:59: warning: no comment
[WARNING] public DistributionSetView(final HawkbitClient hawkbitClient) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/src/main/java/org/eclipse/hawkbit/ui/view/util/Filter.java:31: warning: no comment
[WARNING] public class Filter extends Div {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/src/main/java/org/eclipse/hawkbit/ui/view/util/Filter.java:154: warning: no comment
[WARNING] public interface Rsql {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/src/main/java/org/eclipse/hawkbit/ui/view/util/Filter.java:35: warning: no comment
[WARNING] public Filter(final Consumer<String> changeListener, final Rsql primaryRsql, final Rsql secondaryOptionalRsql) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/src/main/java/org/eclipse/hawkbit/ui/view/util/Filter.java:86: warning: no comment
[WARNING] public static String filter(final Map<String, Object> keyToValues) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/src/main/java/org/eclipse/hawkbit/ui/view/util/Filter.java:156: warning: no comment
[WARNING] List<Component> components();
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/src/main/java/org/eclipse/hawkbit/ui/view/util/Filter.java:158: warning: no comment
[WARNING] String filter();
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/src/main/java/org/eclipse/hawkbit/ui/HawkbitClient.java:43: warning: no comment
[WARNING] public class HawkbitClient {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/src/main/java/org/eclipse/hawkbit/ui/view/LoginView.java:26: warning: no comment
[WARNING] public class LoginView extends LoginOverlay implements BeforeEnterObserver {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/src/main/java/org/eclipse/hawkbit/ui/view/LoginView.java:30: warning: no comment
[WARNING] public LoginView(final AuthenticatedUser authenticatedUser) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/src/main/java/org/eclipse/hawkbit/ui/MainLayout.java:54: warning: no comment
[WARNING] public MainLayout(final AuthenticatedUser authenticatedUser, final AccessAnnotationChecker accessChecker) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/src/main/java/org/eclipse/hawkbit/ui/view/RolloutView.java:61: warning: no comment
[WARNING] public class RolloutView extends TableView<MgmtRolloutResponseBody, Long> {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/src/main/java/org/eclipse/hawkbit/ui/view/RolloutView.java:63: warning: no comment
[WARNING] public RolloutView(final HawkbitClient hawkbitClient) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/src/main/java/org/eclipse/hawkbit/ui/security/SecurityConfiguration.java:24: warning: no comment
[WARNING] public class SecurityConfiguration extends VaadinWebSecurity {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/src/main/java/org/eclipse/hawkbit/ui/security/SecurityConfiguration.java:27: warning: no comment
[WARNING] public PasswordEncoder passwordEncoder() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/src/main/java/org/eclipse/hawkbit/ui/view/util/SelectionGrid.java:26: warning: no comment
[WARNING] public class SelectionGrid<T,ID> extends Grid<T> {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/src/main/java/org/eclipse/hawkbit/ui/view/util/SelectionGrid.java:85: warning: no comment
[WARNING] public static abstract class EntityRepresentation<T, ID> {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/src/main/java/org/eclipse/hawkbit/ui/view/util/SelectionGrid.java:31: warning: no comment
[WARNING] public SelectionGrid(
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/src/main/java/org/eclipse/hawkbit/ui/view/util/SelectionGrid.java:36: warning: no comment
[WARNING] public SelectionGrid(
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/src/main/java/org/eclipse/hawkbit/ui/view/util/SelectionGrid.java:72: warning: no comment
[WARNING] public void refreshGrid(final boolean keepSelection) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/src/main/java/org/eclipse/hawkbit/ui/view/util/SelectionGrid.java:65: warning: no comment
[WARNING] public void setRsqlFilter(final String rsqlFilter) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/src/main/java/org/eclipse/hawkbit/ui/view/util/SelectionGrid.java:90: warning: no comment
[WARNING] protected EntityRepresentation(final Class<T> beanType, final Function<T, ID> idFn) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/src/main/java/org/eclipse/hawkbit/ui/view/util/SelectionGrid.java:95: warning: no comment
[WARNING] protected abstract void addColumns(final Grid<T> grid);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/src/main/java/org/eclipse/hawkbit/ui/SimpleUIApp.java:39: warning: no comment
[WARNING] public class SimpleUIApp implements AppShellConfigurator {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/src/main/java/org/eclipse/hawkbit/ui/SimpleUIApp.java:41: warning: no comment
[WARNING] public static void main(String[] args) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/src/main/java/org/eclipse/hawkbit/ui/view/SoftwareModuleView.java:63: warning: no comment
[WARNING] public class SoftwareModuleView extends TableView<MgmtSoftwareModule, Long> {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/src/main/java/org/eclipse/hawkbit/ui/view/SoftwareModuleView.java:70: warning: no comment
[WARNING] public SoftwareModuleView(final boolean isParent, final HawkbitClient hawkbitClient) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/src/main/java/org/eclipse/hawkbit/ui/view/SoftwareModuleView.java:66: warning: no comment
[WARNING] public SoftwareModuleView(final HawkbitClient hawkbitClient) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/src/main/java/org/eclipse/hawkbit/ui/view/SoftwareModuleView.java:104: warning: no comment
[WARNING] public Set<MgmtSoftwareModule> getSelection() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/src/main/java/org/eclipse/hawkbit/ui/view/util/TableView.java:22: warning: no comment
[WARNING] public class TableView<T, ID> extends Div implements Constants {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/src/main/java/org/eclipse/hawkbit/ui/view/util/TableView.java:24: warning: no comment
[WARNING] protected SelectionGrid<T, ID> selectionGrid;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/src/main/java/org/eclipse/hawkbit/ui/view/util/TableView.java:33: warning: no comment
[WARNING] public TableView(
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/src/main/java/org/eclipse/hawkbit/ui/view/util/TableView.java:47: warning: no comment
[WARNING] public TableView(
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/src/main/java/org/eclipse/hawkbit/ui/view/util/TableView.java:27: warning: no comment
[WARNING] public TableView(
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/src/main/java/org/eclipse/hawkbit/ui/view/util/TableView.java:39: warning: no comment
[WARNING] public TableView(
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/src/main/java/org/eclipse/hawkbit/ui/view/TargetView.java:58: warning: no comment
[WARNING] public class TargetView extends TableView<MgmtTarget, String> {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/src/main/java/org/eclipse/hawkbit/ui/view/TargetView.java:60: warning: no comment
[WARNING] public static final String CONTROLLER_ID = "Controller Id";
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/src/main/java/org/eclipse/hawkbit/ui/view/TargetView.java:61: warning: no comment
[WARNING] public static final String TAG = "Tag";
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/src/main/java/org/eclipse/hawkbit/ui/view/TargetView.java:63: warning: no comment
[WARNING] public TargetView(final HawkbitClient hawkbitClient) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/src/main/java/org/eclipse/hawkbit/ui/view/util/Utils.java:39: warning: no comment
[WARNING] public class Utils {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/src/main/java/org/eclipse/hawkbit/ui/view/util/Utils.java:148: warning: no comment
[WARNING] public static class BaseDialog<T> extends Dialog {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/src/main/java/org/eclipse/hawkbit/ui/view/util/Utils.java:75: warning: no comment
[WARNING] public static <T, ID> HorizontalLayout addRemoveControls(
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/src/main/java/org/eclipse/hawkbit/ui/view/util/Utils.java:120: warning: no comment
[WARNING] public static void errorNotification(final Throwable t) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/src/main/java/org/eclipse/hawkbit/ui/view/util/Utils.java:60: warning: no comment
[WARNING] public static NumberField numberField(final String label) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/src/main/java/org/eclipse/hawkbit/ui/view/util/Utils.java:63: warning: no comment
[WARNING] public static NumberField numberField(final String label, final Consumer<HasValue.ValueChangeEvent<Double>> changeListener) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/src/main/java/org/eclipse/hawkbit/ui/view/util/Utils.java:109: warning: no comment
[WARNING] public static <T> void remove(final Collection<T> remove, final Set<T> from, final Function<T, ?> idFn) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/src/main/java/org/eclipse/hawkbit/ui/view/util/Utils.java:45: warning: no comment
[WARNING] public static TextField textField(final String label) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/src/main/java/org/eclipse/hawkbit/ui/view/util/Utils.java:48: warning: no comment
[WARNING] public static TextField textField(final String label, final Consumer<HasValue.ValueChangeEvent<String>> changeListener) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/src/main/java/org/eclipse/hawkbit/ui/view/util/Utils.java:141: warning: no comment
[WARNING] public static <T extends Component> T tooltip(final T component, final String text) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/src/main/java/org/eclipse/hawkbit/ui/view/util/Utils.java:150: warning: no comment
[WARNING] protected final transient CompletableFuture<T> result = new CompletableFuture<>();
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/src/main/java/org/eclipse/hawkbit/ui/view/util/Utils.java:152: warning: no comment
[WARNING] protected BaseDialog(final String headerTitle) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/src/main/java/org/eclipse/hawkbit/ui/view/util/Utils.java:171: warning: no comment
[WARNING] public CompletionStage<T> result() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/src/main/java/org/eclipse/hawkbit/ui/MainLayout.java:52: warning: no comment
[WARNING] private final AccessAnnotationChecker accessChecker;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/src/main/java/org/eclipse/hawkbit/ui/MainLayout.java:49: warning: no comment
[WARNING] private H2 viewTitle;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/src/main/java/org/eclipse/hawkbit/ui/view/util/SelectionGrid.java:28: warning: no comment
[WARNING] private volatile String rsqlFilter;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/src/main/java/org/eclipse/hawkbit/ui/view/util/TableView.java:25: warning: no comment
[WARNING] private final Filter filter;
[WARNING] ^
[WARNING] 90 warnings
[INFO] Building jar: /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/target/hawkbit-simple-ui-0.4.1-javadoc.jar
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ hawkbit-simple-ui ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] Copying 3 resources from src/main/resources to target/classes
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ hawkbit-simple-ui ---
[INFO] Generating flattened POM of project org.eclipse.hawkbit:hawkbit-simple-ui:jar:0.4.1...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ hawkbit-simple-ui ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 16 source files with javac [debug release 17] to target/classes
[INFO] 
[INFO] --- vaadin:24.2.2:build-frontend (default) @ hawkbit-simple-ui ---
[INFO] Reflections took 2307 ms to scan 157 urls, producing 6766 keys and 38050 values
[INFO] Scanning classes to find frontend configurations and dependencies...
[INFO] Visited 5719 classes. Took 2401 ms.
[INFO] Checking if a production mode bundle build is needed
[INFO] A production mode bundle build is not needed
[INFO] Copying frontend resources from jar files ...
[INFO] Visited 156 resources. Took 80 ms.
[INFO] Reflections took 1905 ms to scan 157 urls, producing 6766 keys and 38050 values
[INFO] Scanning classes to find frontend configurations and dependencies...
[INFO] Visited 5719 classes. Took 2215 ms.
[INFO] Build frontend completed in 9361 ms.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ hawkbit-simple-ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ hawkbit-simple-ui ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.0.0:test (default-test) @ hawkbit-simple-ui ---
[INFO] No tests to run.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ hawkbit-simple-ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/target/hawkbit-simple-ui-0.4.1.jar
[INFO] 
[INFO] --- spring-boot:3.1.5:repackage (repackage) @ hawkbit-simple-ui ---
[INFO] Replacing main artifact /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/target/hawkbit-simple-ui-0.4.1.jar with repackaged archive, adding nested dependencies in BOOT-INF/.
[INFO] The original artifact has been renamed to /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/target/hawkbit-simple-ui-0.4.1.jar.original
[INFO] 
[INFO] --- license-tool:1.0.2:license-check (license-check) @ hawkbit-simple-ui ---
[INFO] 
[INFO] --- gpg:1.6:sign (sign-artifacts) @ hawkbit-simple-ui ---
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ hawkbit-simple-ui ---
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-simple-ui/0.4.1/hawkbit-simple-ui-0.4.1.pom
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/target/hawkbit-simple-ui-0.4.1.jar to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-simple-ui/0.4.1/hawkbit-simple-ui-0.4.1.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/target/hawkbit-simple-ui-0.4.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-simple-ui/0.4.1/hawkbit-simple-ui-0.4.1-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/target/hawkbit-simple-ui-0.4.1.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-simple-ui/0.4.1/hawkbit-simple-ui-0.4.1.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/target/hawkbit-simple-ui-0.4.1.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-simple-ui/0.4.1/hawkbit-simple-ui-0.4.1.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/target/hawkbit-simple-ui-0.4.1-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-simple-ui/0.4.1/hawkbit-simple-ui-0.4.1-javadoc.jar.asc
[INFO] 
[INFO] --- nexus-staging:1.6.13:deploy (injected-nexus-deploy) @ hawkbit-simple-ui ---
[INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging")...
[INFO]  + Using server credentials "ossrh" from Maven settings.
[INFO]  * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional"
[INFO]  * Using staging profile ID "1d2b23f380235e" (matched by Nexus).
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/target/hawkbit-simple-ui-0.4.1.jar to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-simple-ui/0.4.1/hawkbit-simple-ui-0.4.1.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/.flattened-pom.xml to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-simple-ui/0.4.1/hawkbit-simple-ui-0.4.1.pom
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/target/hawkbit-simple-ui-0.4.1-javadoc.jar to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-simple-ui/0.4.1/hawkbit-simple-ui-0.4.1-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/target/hawkbit-simple-ui-0.4.1.jar.asc to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-simple-ui/0.4.1/hawkbit-simple-ui-0.4.1.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/target/hawkbit-simple-ui-0.4.1.pom.asc to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-simple-ui/0.4.1/hawkbit-simple-ui-0.4.1.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/target/hawkbit-simple-ui-0.4.1-javadoc.jar.asc to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-simple-ui/0.4.1/hawkbit-simple-ui-0.4.1-javadoc.jar.asc
[INFO] Execution skipped to the last project...
[INFO] 
[INFO] -----------------< org.eclipse.hawkbit:hawkbit-vv8-ui >-----------------
[INFO] Building hawkBit :: Runtime :: Vaadin v8 UI 0.4.1                [37/37]
[INFO]   from hawkbit-runtime/hawkbit-vv8-ui/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ hawkbit-vv8-ui ---
[INFO] 
[INFO] --- flatten:1.5.0:clean (flatten.clean) @ hawkbit-vv8-ui ---
[INFO] 
[INFO] --- enforcer:3.3.0:enforce (enforce-no-snapshots) @ hawkbit-vv8-ui ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ hawkbit-vv8-ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 7 resources
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ hawkbit-vv8-ui ---
[INFO] Generating flattened POM of project org.eclipse.hawkbit:hawkbit-vv8-ui:jar:0.4.1...
[INFO] 
[INFO] --- compiler:3.10.1:compile (default-compile) @ hawkbit-vv8-ui ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-vv8-ui/target/classes
[INFO] 
[INFO] --- license:2.11:check (default-cli) @ hawkbit-vv8-ui ---
[INFO] Checking licenses...
[INFO] 
[INFO] --- javadoc:3.4.1:jar (default-cli) @ hawkbit-vv8-ui ---
[INFO] The goal 'org.apache.maven.plugins:maven-javadoc-plugin:3.4.1:javadoc' has not been previously called for the module: 'org.eclipse.hawkbit:hawkbit-boot-starter-mgmt-ui:jar:0.4.1'. Trying to invoke it...
[WARNING] Creating fake javadoc directory to prevent repeated invocations: /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-starters/hawkbit-boot-starter-mgmt-ui/target/apidocs
[ERROR] Error fetching link: /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-starters/hawkbit-boot-starter-mgmt-ui/target/apidocs. Ignored it.
[INFO] No previous run data found, generating javadoc.
[INFO] Building jar: /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-vv8-ui/target/hawkbit-vv8-ui-0.4.1-javadoc.jar
[INFO] 
[INFO] --- enforcer:3.3.0:enforce (enforce-no-snapshots) @ hawkbit-vv8-ui ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ hawkbit-vv8-ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 7 resources
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ hawkbit-vv8-ui ---
[INFO] Generating flattened POM of project org.eclipse.hawkbit:hawkbit-vv8-ui:jar:0.4.1...
[INFO] 
[INFO] --- compiler:3.10.1:compile (default-compile) @ hawkbit-vv8-ui ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-vv8-ui/target/classes
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ hawkbit-vv8-ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-vv8-ui/src/test/resources
[INFO] 
[INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ hawkbit-vv8-ui ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-vv8-ui/target/test-classes
[INFO] 
[INFO] --- jacoco:0.8.8:prepare-agent (prepare-ut-agent) @ hawkbit-vv8-ui ---
[INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-vv8-ui/target/jacoco.exec
[INFO] 
[INFO] --- surefire:3.1.2:test (default-test) @ hawkbit-vv8-ui ---
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.hawkbit.app.vv8ui.AllowedHostNamesTest
16:34:49.508 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating CacheAwareContextLoaderDelegate from class [org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate]
16:34:49.529 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating BootstrapContext using constructor [public org.springframework.test.context.support.DefaultBootstrapContext(java.lang.Class,org.springframework.test.context.CacheAwareContextLoaderDelegate)]
16:34:49.602 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating TestContextBootstrapper for test class [org.eclipse.hawkbit.app.vv8ui.AllowedHostNamesTest] from class [org.springframework.boot.test.context.SpringBootTestContextBootstrapper]
16:34:49.617 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Neither @ContextConfiguration nor @ContextHierarchy found for test class [org.eclipse.hawkbit.app.vv8ui.AllowedHostNamesTest], using SpringBootContextLoader
16:34:49.625 [main] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [org.eclipse.hawkbit.app.vv8ui.AllowedHostNamesTest]: class path resource [org/eclipse/hawkbit/app/vv8ui/AllowedHostNamesTest-context.xml] does not exist
16:34:49.625 [main] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [org.eclipse.hawkbit.app.vv8ui.AllowedHostNamesTest]: class path resource [org/eclipse/hawkbit/app/vv8ui/AllowedHostNamesTestContext.groovy] does not exist
16:34:49.626 [main] INFO org.springframework.test.context.support.AbstractContextLoader - Could not detect default resource locations for test class [org.eclipse.hawkbit.app.vv8ui.AllowedHostNamesTest]: no resource found for suffixes {-context.xml, Context.groovy}.
16:34:49.626 [main] INFO org.springframework.test.context.support.AnnotationConfigContextLoaderUtils - Could not detect default configuration classes for test class [org.eclipse.hawkbit.app.vv8ui.AllowedHostNamesTest]: AllowedHostNamesTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
16:34:49.715 [main] DEBUG org.springframework.test.context.support.ActiveProfilesUtils - Could not find an 'annotation declaring class' for annotation type [org.springframework.test.context.ActiveProfiles] and class [org.eclipse.hawkbit.app.vv8ui.AllowedHostNamesTest]
16:34:49.851 [main] DEBUG org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider - Identified candidate component class: file [/home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-vv8-ui/target/classes/org/eclipse/hawkbit/app/vv8ui/Vaadin8UIStart.class]
16:34:49.871 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Found @SpringBootConfiguration org.eclipse.hawkbit.app.vv8ui.Vaadin8UIStart for test class org.eclipse.hawkbit.app.vv8ui.AllowedHostNamesTest
16:34:50.020 [main] DEBUG org.springframework.boot.test.context.SpringBootTestContextBootstrapper - @TestExecutionListeners is not present for class [org.eclipse.hawkbit.app.vv8ui.AllowedHostNamesTest]: using defaults.
16:34:50.020 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener, org.springframework.boot.test.autoconfigure.webservices.client.MockWebServiceServerTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.event.ApplicationEventsTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener, org.springframework.test.context.event.EventPublishingTestExecutionListener, org.springframework.security.test.context.support.WithSecurityContextTestExecutionListener, org.springframework.security.test.context.support.ReactorContextTestExecutionListener]
16:34:50.071 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@7fbf26fc, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@11c78080, org.springframework.test.context.event.ApplicationEventsTestExecutionListener@662be9f7, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@4962b41e, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@4fecf308, org.springframework.test.context.support.DirtiesContextTestExecutionListener@6282b9f5, org.springframework.test.context.transaction.TransactionalTestExecutionListener@5b5f9003, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@7c11d32, org.springframework.test.context.event.EventPublishingTestExecutionListener@2f9dda71, org.springframework.security.test.context.support.WithSecurityContextTestExecutionListener@58278366, org.springframework.security.test.context.support.ReactorContextTestExecutionListener@7f5fcfe9, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@707865bd, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@31f77791, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@552fee7a, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@548e43b1, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@67688110, org.springframework.boot.test.autoconfigure.webservices.client.MockWebServiceServerTestExecutionListener@6d293993]
16:34:50.076 [main] DEBUG org.springframework.test.context.support.AbstractDirtiesContextTestExecutionListener - Before test class: context [DefaultTestContext@118acf70 testClass = AllowedHostNamesTest, testInstance = [null], testMethod = [null], testException = [null], mergedContextConfiguration = [WebMergedContextConfiguration@72557746 testClass = AllowedHostNamesTest, locations = '{}', classes = '{class org.eclipse.hawkbit.app.vv8ui.Vaadin8UIStart}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{hawkbit.dmf.rabbitmq.enabled=false, hawkbit.server.security.allowedHostNames=localhost, hawkbit.server.security.httpFirewallIgnoredPaths=/index.html, org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@7b66322e, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@370c1968, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@5e922647, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@1bb740f2, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a8df0b3, org.springframework.boot.test.context.SpringBootTestArgs@1, org.springframework.boot.test.context.SpringBootTestWebEnvironment@7a2e0858], resourceBasePath = 'src/main/webapp', contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]], attributes = map['org.springframework.test.context.web.ServletTestExecutionListener.activateListener' -> true]], class annotated with @DirtiesContext [false] with mode [null].
16:34:50.087 [main] DEBUG org.eclipse.hawkbit.repository.test.util.DatasourceContext - Datasource environment variables: [database: null, username: null, password: null, datasourceUrl: null]
16:34:50.089 [main] INFO org.eclipse.hawkbit.repository.test.util.SharedSqlTestDatabaseExtension - Schema generation skipped... No datasource environment variables found!
  ______     _ _                  _                    _    ____  _ _
 |  ____|   | (_)                | |                  | |  |  _ \(_) |
 | |__   ___| |_ _ __  ___  ___  | |__   __ ___      _| | _| |_) |_| |_
 |  __| / __| | | '_ \/ __|/ _ \ | '_ \ / _` \ \ /\ / / |/ /  _ <| | __|
 | |___| (__| | | |_) \__ \  __/ | | | | (_| |\ V  V /|   <| |_) | | |_
 |______\___|_|_| .__/|___/\___| |_| |_|\__,_| \_/\_/ |_|\_\____/|_|\__|
 __      __     | |     _ _                ___    _    _ _____
 \ \    / /     |_|    | (_)              / _ \  | |  | |_   _|
  \ \  / /_ _  __ _  __| |_ _ __   __   _| (_) | | |  | | | |
   \ \/ / _` |/ _` |/ _` | | '_ \  \ \ / /> _ <  | |  | | | |
    \  / (_| | (_| | (_| | | | | |  \ V /| (_) | | |__| |_| |_
     \/ \__,_|\__,_|\__,_|_|_| |_|   \_/  \___/   \____/|_____|

Eclipse hawkBit Vaadin v8 UI 
using Spring Boot  (v2.7.18)

Go to https://www.eclipse.org/hawkbit for more information.
        
2024-01-11 16:34:50,976  INFO main o.e.h.a.v.AllowedHostNamesTest:55 - Starting AllowedHostNamesTest using Java 17.0.9 on basic-bw2k7 with PID 5193 (started by jenkins in /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-vv8-ui)
2024-01-11 16:34:50,978  INFO main o.e.h.a.v.AllowedHostNamesTest:632 - No active profile set, falling back to 1 default profile: "default"
2024-01-11 16:34:53,126  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:132 - Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2024-01-11 16:34:53,435  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:201 - Finished Spring Data repository scanning in 296 ms. Found 20 JPA repository interfaces.
2024-01-11 16:34:54,202  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'errorChannel' has been explicitly defined. Therefore, a default PublishSubscribeChannel will be created.
2024-01-11 16:34:54,227  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'integrationHeaderChannelRegistry' has been explicitly defined. Therefore, a default DefaultHeaderChannelRegistry will be created.
2024-01-11 16:34:54,255  INFO main o.s.c.a.ConfigurationClassPostProcessor:426 - Cannot enhance @Configuration bean definition 'com.vaadin.spring.VaadinConfiguration' since its singleton instance has been created too early. The typical cause is a non-static @Bean method with a BeanDefinitionRegistryPostProcessor return type: Consider declaring such methods as 'static'.
2024-01-11 16:34:54,609  INFO main o.s.c.c.s.GenericScope:283 - BeanFactory id=ec90f50e-aa29-3b6b-9347-0270d794d04b
2024-01-11 16:34:54,926  INFO main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-01-11 16:34:54,942  INFO main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration' of type [org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-01-11 16:34:54,945  INFO main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-01-11 16:34:54,948  INFO main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'loadBalancerClientsDefaultsMappingsProvider' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration$$Lambda$907/0x00007f1e7c5c62b8] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-01-11 16:34:54,952  INFO main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'defaultsBindHandlerAdvisor' of type [org.springframework.cloud.commons.config.DefaultsBindHandlerAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-01-11 16:34:54,989  INFO main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'org.springframework.cloud.stream.binder.rabbit.config.ExtendedBindingHandlerMappingsProviderConfiguration' of type [org.springframework.cloud.stream.binder.rabbit.config.ExtendedBindingHandlerMappingsProviderConfiguration$$EnhancerBySpringCGLIB$$eef26b1d] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-01-11 16:34:55,003  INFO main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'rabbitExtendedPropertiesDefaultMappingsProvider' of type [org.springframework.cloud.stream.binder.rabbit.config.ExtendedBindingHandlerMappingsProviderConfiguration$$Lambda$911/0x00007f1e7c5cf070] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-01-11 16:34:55,006  INFO main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'BindingHandlerAdvise' of type [org.springframework.cloud.stream.config.BindingHandlerAdvise] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-01-11 16:34:55,029  INFO main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'spelConverter' of type [org.springframework.cloud.stream.config.SpelExpressionConverterConfiguration$SpelConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-01-11 16:34:55,075  INFO main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'spring.datasource-org.springframework.boot.autoconfigure.jdbc.DataSourceProperties' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-01-11 16:34:55,124  INFO main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'dataSource' of type [com.zaxxer.hikari.HikariDataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-01-11 16:34:55,137  INFO main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'spring.jpa-org.springframework.boot.autoconfigure.orm.jpa.JpaProperties' of type [org.springframework.boot.autoconfigure.orm.jpa.JpaProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-01-11 16:34:55,192  INFO main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'org.eclipse.hawkbit.repository.jpa.RepositoryApplicationConfiguration' of type [org.eclipse.hawkbit.repository.jpa.RepositoryApplicationConfiguration$$EnhancerBySpringCGLIB$$f666c311] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-01-11 16:34:55,758  INFO main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'UISecurityConfigurationAdapter.UIMethodSecurity' of type [org.eclipse.hawkbit.ui.autoconfigure.UISecurityConfigurationAdapter$UIMethodSecurity$$EnhancerBySpringCGLIB$$dfe03883] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-01-11 16:34:55,943  INFO main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'org.vaadin.spring.events.config.EventBusConfiguration' of type [org.vaadin.spring.events.config.EventBusConfiguration$$EnhancerBySpringCGLIB$$f1d637b2] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-01-11 16:34:55,985  INFO main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'org.vaadin.spring.security.config.VaadinSharedSecurityConfiguration' of type [org.vaadin.spring.security.config.VaadinSharedSecurityConfiguration$$EnhancerBySpringCGLIB$$bd952d39] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-01-11 16:34:57,914  INFO main o.s.o.j.LocalContainerEntityManagerFactoryBean:437 - Initialized JPA EntityManagerFactory for persistence unit 'default'
2024-01-11 16:34:58,527  INFO main o.e.h.u.a.UISecurityConfigurationAdapter:169 - ******************
** Requires HTTPS Security has been disabled for UI, should only be used for developing purposes **
******************
2024-01-11 16:34:58,796  INFO main o.s.s.w.DefaultSecurityFilterChain:55 - Will secure Ant [pattern='/**/UI/**'] with [org.springframework.security.web.session.DisableEncodeUrlFilter@4063c453, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@1ae629e1, org.springframework.security.web.context.SecurityContextPersistenceFilter@5fe09f92, org.springframework.security.web.header.HeaderWriterFilter@7593bb15, org.springframework.security.web.authentication.logout.LogoutFilter@a45802c, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@4bc81323, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@108f19c7, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@77071c0b, org.springframework.security.web.session.SessionManagementFilter@34d27ee3, org.springframework.security.web.access.ExceptionTranslationFilter@26d6daec, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@7e47eb95]
2024-01-11 16:34:58,814  WARN main o.s.s.c.a.w.b.WebSecurity:305 - You are asking Spring Security to ignore Ant [pattern='/documentation/**']. This is not recommended -- please use permitAll via HttpSecurity#authorizeHttpRequests instead.
2024-01-11 16:34:58,814  INFO main o.s.s.w.DefaultSecurityFilterChain:52 - Will not secure Ant [pattern='/documentation/**']
2024-01-11 16:34:58,815  WARN main o.s.s.c.a.w.b.WebSecurity:305 - You are asking Spring Security to ignore Ant [pattern='/VAADIN/**']. This is not recommended -- please use permitAll via HttpSecurity#authorizeHttpRequests instead.
2024-01-11 16:34:58,815  INFO main o.s.s.w.DefaultSecurityFilterChain:52 - Will not secure Ant [pattern='/VAADIN/**']
2024-01-11 16:34:58,816  WARN main o.s.s.c.a.w.b.WebSecurity:305 - You are asking Spring Security to ignore Ant [pattern='/*.*']. This is not recommended -- please use permitAll via HttpSecurity#authorizeHttpRequests instead.
2024-01-11 16:34:58,816  INFO main o.s.s.w.DefaultSecurityFilterChain:52 - Will not secure Ant [pattern='/*.*']
2024-01-11 16:34:58,816  WARN main o.s.s.c.a.w.b.WebSecurity:305 - You are asking Spring Security to ignore Ant [pattern='/docs/**']. This is not recommended -- please use permitAll via HttpSecurity#authorizeHttpRequests instead.
2024-01-11 16:34:58,817  INFO main o.s.s.w.DefaultSecurityFilterChain:52 - Will not secure Ant [pattern='/docs/**']
2024-01-11 16:34:59,473  WARN main o.s.b.a.o.j.JpaBaseConfiguration$JpaWebConfiguration:223 - spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2024-01-11 16:35:00,300  INFO main c.v.s.b.i.VaadinServletConfiguration:261 - Registering Vaadin servlet
2024-01-11 16:35:00,301  INFO main c.v.s.b.i.VaadinServletConfiguration:263 - Servlet will be mapped to URLs [/UI, /UI/*, /VAADIN/*]
2024-01-11 16:35:00,321  INFO main o.v.s.s.Vaadin4SpringServlet:61 - Using custom Vaadin4Spring servlet
2024-01-11 16:35:00,338  INFO main c.v.s.b.i.VaadinServletConfiguration:282 - Setting servlet init parameters
2024-01-11 16:35:00,338  INFO main c.v.s.b.i.VaadinServletConfiguration:306 - Set servlet init parameter [productionMode] = [true]
2024-01-11 16:35:00,338  INFO main c.v.s.b.i.VaadinServletConfiguration:306 - Set servlet init parameter [resourceCacheTime] = [3600]
2024-01-11 16:35:00,339  INFO main c.v.s.b.i.VaadinServletConfiguration:306 - Set servlet init parameter [heartbeatInterval] = [60]
2024-01-11 16:35:00,339  INFO main c.v.s.b.i.VaadinServletConfiguration:306 - Set servlet init parameter [closeIdleSessions] = [false]
2024-01-11 16:35:00,756  INFO main c.v.s.b.i.VaadinServletConfiguration:206 - Registering Vaadin servlet of type [org.vaadin.spring.servlet.Vaadin4SpringServlet]
2024-01-11 16:35:01,290  INFO main c.z.h.HikariDataSource:110 - HikariPool-1 - Starting...
2024-01-11 16:35:01,872  INFO main c.z.h.HikariDataSource:123 - HikariPool-1 - Start completed.
2024-01-11 16:35:04,115  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:339 - Usage of Spring Data projections detected on persistence provider EclipseLink. Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-01-11 16:35:04,116  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:343 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countRolloutsByStatusForDistributionSet(java.lang.Long)
2024-01-11 16:35:04,129  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:343 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countActionsByStatusForDistributionSet(java.lang.Long)
2024-01-11 16:35:05,326  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:339 - Usage of Spring Data projections detected on persistence provider EclipseLink. Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-01-11 16:35:05,326  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:343 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.lang.Long)
2024-01-11 16:35:05,330  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:343 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.util.List)
2024-01-11 16:35:05,373  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:343 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.util.List)
2024-01-11 16:35:05,376  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:343 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.lang.Long)
2024-01-11 16:35:06,839  INFO main o.v.s.s.AbstractVaadinSecurity:94 - Using authentication manager org.springframework.security.authentication.ProviderManager@5d9d1953
2024-01-11 16:35:06,840  INFO main o.v.s.s.AbstractVaadinSecurity:101 - Using access decision manager AffirmativeBased [DecisionVoters=[org.springframework.security.access.prepost.PreInvocationAuthorizationAdviceVoter@7225ecc9, org.springframework.security.access.vote.RoleVoter@1d77a31d, org.springframework.security.access.vote.AuthenticatedVoter@197e53dd], AllowIfAllAbstainDecisions=false]
2024-01-11 16:35:06,841  INFO main o.v.s.s.AbstractVaadinSecurity:112 - No RememberMeServices found. Using NullRememberMeServices.
2024-01-11 16:35:06,841  INFO main o.v.s.s.s.DefaultVaadinSharedSecurity:235 - No session authentication strategy found in application context, using null strategy
2024-01-11 16:35:06,842  INFO main o.v.s.s.s.DefaultVaadinSharedSecurity:244 - Using authentication success handler org.eclipse.hawkbit.ui.autoconfigure.UISecurityConfigurationAdapter$TenantMetadataSavedRequestAwareVaadinAuthenticationSuccessHandler@3c55364
2024-01-11 16:35:06,843  INFO main o.v.s.s.s.DefaultVaadinSharedSecurity:250 - Using logout handler org.vaadin.spring.security.shared.VaadinRedirectLogoutHandler@2c9fafbc
2024-01-11 16:35:08,200  INFO main o.s.c.s.m.DirectWithAttributesChannel:174 - Channel 'vv8-ui-server.springCloudBusInput' has 1 subscriber(s).
2024-01-11 16:35:08,586  INFO main o.s.i.e.EventDrivenConsumer:174 - Adding {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-01-11 16:35:08,587  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'vv8-ui-server.errorChannel' has 1 subscriber(s).
2024-01-11 16:35:08,587  INFO main o.s.i.e.EventDrivenConsumer:292 - started bean '_org.springframework.integration.errorLogger'
2024-01-11 16:35:08,683  INFO main o.e.h.a.v.AllowedHostNamesTest:61 - Started AllowedHostNamesTest in 18.536 seconds (JVM running for 21.189)
2024-01-11 16:35:09,546  INFO main o.s.b.t.m.w.SpringBootMockServletContext:455 - Initializing Spring TestDispatcherServlet ''
2024-01-11 16:35:09,546  INFO main o.s.t.w.s.TestDispatcherServlet:525 - Initializing Servlet ''
2024-01-11 16:35:09,550  INFO main o.s.t.w.s.TestDispatcherServlet:547 - Completed initialization in 3 ms
2024-01-11 16:35:09,910  INFO main o.s.b.t.m.w.SpringBootMockServletContext:455 - Initializing Spring TestDispatcherServlet ''
2024-01-11 16:35:09,910  INFO main o.s.t.w.s.TestDispatcherServlet:525 - Initializing Servlet ''
2024-01-11 16:35:09,913  INFO main o.s.t.w.s.TestDispatcherServlet:547 - Completed initialization in 2 ms
2024-01-11 16:35:10,063  INFO main o.s.b.t.m.w.SpringBootMockServletContext:455 - Initializing Spring TestDispatcherServlet ''
2024-01-11 16:35:10,063  INFO main o.s.t.w.s.TestDispatcherServlet:525 - Initializing Servlet ''
2024-01-11 16:35:10,066  INFO main o.s.t.w.s.TestDispatcherServlet:547 - Completed initialization in 3 ms
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 20.64 s -- in org.eclipse.hawkbit.app.vv8ui.AllowedHostNamesTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.2.2:jar (default-jar) @ hawkbit-vv8-ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-vv8-ui/target/hawkbit-vv8-ui-0.4.1.jar
[INFO] 
[INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ hawkbit-vv8-ui >>>
[INFO] 
[INFO] --- enforcer:3.3.0:enforce (enforce-no-snapshots) @ hawkbit-vv8-ui ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ hawkbit-vv8-ui <<<
[INFO] 
[INFO] 
[INFO] --- source:3.2.1:jar (attach-sources) @ hawkbit-vv8-ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-vv8-ui/target/hawkbit-vv8-ui-0.4.1-sources.jar
[INFO] 
[INFO] --- spring-boot:2.7.18:repackage (repackage) @ hawkbit-vv8-ui ---
[INFO] Replacing main artifact with repackaged archive
[INFO] 
[INFO] --- spring-boot:2.7.18:repackage (default) @ hawkbit-vv8-ui ---
[INFO] Layout: JAR
[INFO] Replacing main artifact with repackaged archive
[INFO] 
[INFO] --- jacoco:0.8.8:prepare-agent-integration (prepare-it-agent) @ hawkbit-vv8-ui ---
[INFO] jacoco.agent.it.arg set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-vv8-ui/target/jacoco-it.exec
[INFO] 
[INFO] --- license-tool:1.0.2:license-check (license-check) @ hawkbit-vv8-ui ---
[INFO] 
[INFO] --- gpg:1.6:sign (sign-artifacts) @ hawkbit-vv8-ui ---
[INFO] 
[INFO] --- install:2.5.2:install (default-install) @ hawkbit-vv8-ui ---
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-vv8-ui/target/hawkbit-vv8-ui-0.4.1.jar to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-vv8-ui/0.4.1/hawkbit-vv8-ui-0.4.1.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-vv8-ui/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-vv8-ui/0.4.1/hawkbit-vv8-ui-0.4.1.pom
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-vv8-ui/target/hawkbit-vv8-ui-0.4.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-vv8-ui/0.4.1/hawkbit-vv8-ui-0.4.1-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-vv8-ui/target/hawkbit-vv8-ui-0.4.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-vv8-ui/0.4.1/hawkbit-vv8-ui-0.4.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-vv8-ui/target/hawkbit-vv8-ui-0.4.1.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-vv8-ui/0.4.1/hawkbit-vv8-ui-0.4.1.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-vv8-ui/target/hawkbit-vv8-ui-0.4.1.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-vv8-ui/0.4.1/hawkbit-vv8-ui-0.4.1.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-vv8-ui/target/hawkbit-vv8-ui-0.4.1-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-vv8-ui/0.4.1/hawkbit-vv8-ui-0.4.1-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-vv8-ui/target/hawkbit-vv8-ui-0.4.1-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-vv8-ui/0.4.1/hawkbit-vv8-ui-0.4.1-sources.jar.asc
[INFO] 
[INFO] --- nexus-staging:1.6.13:deploy (injected-nexus-deploy) @ hawkbit-vv8-ui ---
[INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging")...
[INFO]  + Using server credentials "ossrh" from Maven settings.
[INFO]  * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional"
[INFO]  * Using staging profile ID "1d2b23f380235e" (matched by Nexus).
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-vv8-ui/target/hawkbit-vv8-ui-0.4.1.jar to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-vv8-ui/0.4.1/hawkbit-vv8-ui-0.4.1.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-vv8-ui/.flattened-pom.xml to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-vv8-ui/0.4.1/hawkbit-vv8-ui-0.4.1.pom
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-vv8-ui/target/hawkbit-vv8-ui-0.4.1-javadoc.jar to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-vv8-ui/0.4.1/hawkbit-vv8-ui-0.4.1-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-vv8-ui/target/hawkbit-vv8-ui-0.4.1-sources.jar to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-vv8-ui/0.4.1/hawkbit-vv8-ui-0.4.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-vv8-ui/target/hawkbit-vv8-ui-0.4.1.jar.asc to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-vv8-ui/0.4.1/hawkbit-vv8-ui-0.4.1.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-vv8-ui/target/hawkbit-vv8-ui-0.4.1.pom.asc to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-vv8-ui/0.4.1/hawkbit-vv8-ui-0.4.1.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-vv8-ui/target/hawkbit-vv8-ui-0.4.1-javadoc.jar.asc to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-vv8-ui/0.4.1/hawkbit-vv8-ui-0.4.1-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-vv8-ui/target/hawkbit-vv8-ui-0.4.1-sources.jar.asc to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-vv8-ui/0.4.1/hawkbit-vv8-ui-0.4.1-sources.jar.asc
[INFO] Performing remote staging...
[INFO] 
[INFO]  * Remote staging into staging profile ID "1d2b23f380235e"
[INFO]  * Created staging repository with ID "orgeclipsehawkbit-1078".
[INFO]  * Staging repository at https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehawkbit-1078
[INFO]  * Uploading locally staged artifacts to profile org.eclipse.hawkbit
[INFO]  * Upload of locally staged artifacts finished.
[INFO]  * Closing staging repository with ID "orgeclipsehawkbit-1078".

Waiting for operation to complete...
............

[ERROR] Rule failure while trying to close staging repository with ID "orgeclipsehawkbit-1078".
[ERROR] 
[ERROR] Nexus Staging Rules Failure Report
[ERROR] ==================================
[ERROR] 
[ERROR] Repository "orgeclipsehawkbit-1078" failures
[ERROR]   Rule "sources-staging" failures
[ERROR]     * Missing: no sources jar found in folder '/org/eclipse/hawkbit/hawkbit-simple-ui/0.4.1'
[ERROR] 
[ERROR] 
[ERROR] Cleaning up local stage directory after a Rule failure during close of staging repositories: [orgeclipsehawkbit-1078]
[ERROR]  * Deleting context 1d2b23f380235e.properties
[ERROR] Cleaning up remote stage repositories after a Rule failure during close of staging repositories: [orgeclipsehawkbit-1078]
[ERROR]  * Dropping failed staging repository with ID "orgeclipsehawkbit-1078" (Rule failure during close of staging repositories: [orgeclipsehawkbit-1078]).

Waiting for operation to complete...
...

[ERROR] Remote staging finished with a failure: Staging rules failure!
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Skipping hawkBit :: Parent
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for hawkBit :: Parent 0.4.1:
[INFO] 
[INFO] hawkBit :: Parent .................................. SUCCESS [ 50.259 s]
[INFO] hawkBit :: Core .................................... SUCCESS [ 16.693 s]
[INFO] hawkBit :: Core Security ........................... SUCCESS [ 11.612 s]
[INFO] hawkBit :: Repository .............................. SUCCESS [  0.958 s]
[INFO] hawkBit :: Repository :: API ....................... SUCCESS [ 16.456 s]
[INFO] hawkBit :: Repository :: Core Implementation Support SUCCESS [ 10.539 s]
[INFO] hawkBit :: Artifact Repository :: Filesystem ....... SUCCESS [  8.225 s]
[INFO] hawkBit :: Repository :: Test Utilities ............ SUCCESS [  7.362 s]
[INFO] hawkBit :: Repository :: JPA Implementation ........ SUCCESS [06:38 min]
[INFO] hawkBit :: Security Integration .................... SUCCESS [  9.489 s]
[INFO] hawkBit :: HTTP Security ........................... SUCCESS [  9.204 s]
[INFO] hawkBit :: DMF ..................................... SUCCESS [  0.704 s]
[INFO] hawkBit :: DMF :: API .............................. SUCCESS [  4.894 s]
[INFO] hawkBit :: DMF :: RabbitMq Test module ............. SUCCESS [  4.911 s]
[INFO] hawkBit :: DMF :: AMQP 0.9 Implementation .......... SUCCESS [ 35.214 s]
[INFO] hawkBit :: REST .................................... SUCCESS [  0.869 s]
[INFO] hawkBit :: REST :: Core ............................ SUCCESS [ 10.693 s]
[INFO] hawkBit :: REST :: DDI API ......................... SUCCESS [ 10.534 s]
[INFO] hawkBit :: REST :: DDI Resources ................... SUCCESS [01:57 min]
[INFO] hawkBit :: REST :: Management API .................. SUCCESS [ 12.561 s]
[INFO] hawkBit :: REST :: Management Resources ............ SUCCESS [02:37 min]
[INFO] hawkBit :: Spring Boot Autoconfigure ............... SUCCESS [  5.615 s]
[INFO] hawkBit :: Mgmt UI ................................. SUCCESS [04:21 min]
[INFO] hawkBit :: Spring Boot Starters .................... SUCCESS [  0.670 s]
[INFO] hawkBit :: Spring Boot Starter DDI API ............. SUCCESS [  1.035 s]
[INFO] hawkBit :: Spring Boot Starter DMF API ............. SUCCESS [  1.027 s]
[INFO] hawkBit :: Spring Boot Starter Management API ...... SUCCESS [  1.003 s]
[INFO] hawkBit :: Spring Boot Starter Management UI ....... SUCCESS [  1.044 s]
[INFO] hawkBit :: Spring Boot Starter ..................... SUCCESS [  1.156 s]
[INFO] hawkBit :: Runtime :: Parent ....................... SUCCESS [  1.888 s]
[INFO] hawkBit :: Runtime :: Update Server (Monolith) ..... SUCCESS [ 50.684 s]
[INFO] hawkBit :: Test Report ............................. SUCCESS [  5.728 s]
[INFO] hawkBit :: Runtime :: DDI Server ................... SUCCESS [ 41.877 s]
[INFO] hawkBit :: Runtime :: DMF Server ................... SUCCESS [  8.586 s]
[INFO] hawkBit :: Runtime :: Management Server ............ SUCCESS [ 46.015 s]
[INFO] hawkBit :: Runtime :: Simple UI .................... SUCCESS [ 37.275 s]
[INFO] hawkBit :: Runtime :: Vaadin v8 UI ................. FAILURE [02:16 min]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  25:12 min
[INFO] Finished at: 2024-01-11T16:36:56Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.sonatype.plugins:nexus-staging-maven-plugin:1.6.13:deploy (injected-nexus-deploy) on project hawkbit-vv8-ui: Remote staging failed: Staging rules failure! -> [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 :hawkbit-vv8-ui
Build step 'Invoke top-level Maven targets' marked build as failure
Finished: FAILURE