Skip to content

Console Output

Started by user Matthias Mueller
Running as Matthias Mueller
[Pipeline] Start of Pipeline
[Pipeline] node
Running on Jenkins in /var/lib/jenkins/workspace/appNG_Scheduler
[Pipeline] {
[Pipeline] tool
[Pipeline] stage
[Pipeline] { (git clone)
[Pipeline] git
The recommended git tool is: NONE
No credentials specified
 > git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/appNG_Scheduler/.git # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url git@github.com:appNG/appng-scheduler.git # timeout=10
Fetching upstream changes from git@github.com:appNG/appng-scheduler.git
 > git --version # timeout=10
 > git --version # 'git version 2.30.2'
 > git fetch --tags --force --progress -- git@github.com:appNG/appng-scheduler.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/appng-scheduler-1.16.x^{commit} # timeout=10
Checking out Revision c8800a17c3dc6eb3ac60e4930cc3ded80818fc71 (refs/remotes/origin/appng-scheduler-1.16.x)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f c8800a17c3dc6eb3ac60e4930cc3ded80818fc71 # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git checkout -b appng-scheduler-1.16.x c8800a17c3dc6eb3ac60e4930cc3ded80818fc71 # timeout=10
Commit message: "SCHED-50"
First time build. Skipping changelog.
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Maven Build)
[Pipeline] sh
+ /var/lib/jenkins/tools/hudson.tasks.Maven_MavenInstallation/Maven_3.6.3/bin/mvn clean deploy
[INFO] Scanning for projects...
[INFO] 
[INFO] ---------------------< org.appng:appng-scheduler >----------------------
[INFO] Building Scheduler 1.16.0-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ appng-scheduler ---
[INFO] Deleting /var/lib/jenkins/workspace/appNG_Scheduler/target
[INFO] 
[INFO] --- openapi-generator-maven-plugin:5.3.0:generate (rest-api) @ appng-scheduler ---
[INFO] Generating with dryRun=false
[INFO] Output directory (/var/lib/jenkins/workspace/appNG_Scheduler/target/generated-sources/openapi) does not exist, or is inaccessible. No file (.openapi-generator-ignore) will be evaluated.
[INFO] OpenAPI Generator: spring (server)
[INFO] Generator 'spring' is considered stable.
[INFO] ----------------------------------
[WARNING] java8 option has been deprecated as it's set to true by default (JDK7 support has been deprecated)
[INFO] Set base package to invoker package (org.appng.scheduler.openapi.invoke)
[INFO] Environment variable JAVA_POST_PROCESS_FILE not defined so the Java code may not be properly formatted. To define it, try 'export JAVA_POST_PROCESS_FILE="/usr/local/bin/clang-format -i"' (Linux/Mac)
[INFO] NOTE: To enable file post-processing, 'enablePostProcessFile' must be set to `true` (--enable-post-process-file for CLI).
[INFO] Processing operation getJobState
[INFO] Processing operation getJobs
[INFO] 'host' (OAS 2.0) or 'servers' (OAS 3.0) not defined in the spec. Default to [http://localhost] for server URL [http://localhost/]
[INFO] 'host' (OAS 2.0) or 'servers' (OAS 3.0) not defined in the spec. Default to [http://localhost] for server URL [http://localhost/]
[INFO] 'host' (OAS 2.0) or 'servers' (OAS 3.0) not defined in the spec. Default to [http://localhost] for server URL [http://localhost/]
[INFO] writing file /var/lib/jenkins/workspace/appNG_Scheduler/target/generated-sources/openapi/src/main/java/org/appng/scheduler/openapi/model/Job.java
[INFO] writing file /var/lib/jenkins/workspace/appNG_Scheduler/target/generated-sources/openapi/src/main/java/org/appng/scheduler/openapi/model/JobRecord.java
[INFO] writing file /var/lib/jenkins/workspace/appNG_Scheduler/target/generated-sources/openapi/src/main/java/org/appng/scheduler/openapi/model/JobState.java
[INFO] writing file /var/lib/jenkins/workspace/appNG_Scheduler/target/generated-sources/openapi/src/main/java/org/appng/scheduler/openapi/model/Jobs.java
[INFO] 'host' (OAS 2.0) or 'servers' (OAS 3.0) not defined in the spec. Default to [http://localhost] for server URL [http://localhost/]
[INFO] writing file /var/lib/jenkins/workspace/appNG_Scheduler/target/generated-sources/openapi/src/main/java/org/appng/scheduler/openapi/JobStateApi.java
[INFO] 'host' (OAS 2.0) or 'servers' (OAS 3.0) not defined in the spec. Default to [http://localhost] for server URL [http://localhost/]
[INFO] writing file /var/lib/jenkins/workspace/appNG_Scheduler/target/generated-sources/openapi/pom.xml
[INFO] writing file /var/lib/jenkins/workspace/appNG_Scheduler/target/generated-sources/openapi/README.md
[INFO] writing file /var/lib/jenkins/workspace/appNG_Scheduler/target/generated-sources/openapi/src/main/java/org/appng/scheduler/openapi/ApiUtil.java
[INFO] writing file /var/lib/jenkins/workspace/appNG_Scheduler/target/generated-sources/openapi/.openapi-generator-ignore
[INFO] writing file /var/lib/jenkins/workspace/appNG_Scheduler/target/generated-sources/openapi/.openapi-generator/VERSION
[INFO] writing file /var/lib/jenkins/workspace/appNG_Scheduler/target/generated-sources/openapi/.openapi-generator/FILES
################################################################################
# Thanks for using OpenAPI Generator.                                          #
# Please consider donation to help us maintain this project 🙏                 #
# https://opencollective.com/openapi_generator/donate                          #
################################################################################
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-scheduler ---
[INFO] Source directory: /var/lib/jenkins/workspace/appNG_Scheduler/target/generated-sources/constants added.
[INFO] Source directory: /var/lib/jenkins/workspace/appNG_Scheduler/target/generated-sources/openapi/src/main/java added.
[INFO] 
[INFO] --- appng-maven-plugin:1.24.4:generateApplicationConstants (applicationConstants) @ appng-scheduler ---
[INFO] generate application constants for [/var/lib/jenkins/workspace/appNG_Scheduler/application-home/application.xml, org.appng.application.scheduler.PropertyConstants, /var/lib/jenkins/workspace/appNG_Scheduler/target/generated-sources/constants]
[INFO] 
[INFO] --- appng-maven-plugin:1.24.4:generateMessageConstants (messageConstants) @ appng-scheduler ---
[INFO] generate message constants for [/var/lib/jenkins/workspace/appNG_Scheduler/application-home/dictionary/messages-scheduler.properties, org.appng.application.scheduler.MessageConstants, /var/lib/jenkins/workspace/appNG_Scheduler/target/generated-sources/constants]
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ appng-scheduler ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ appng-scheduler ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 34 source files to /var/lib/jenkins/workspace/appNG_Scheduler/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ appng-scheduler ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 21 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ appng-scheduler ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 9 source files to /var/lib/jenkins/workspace/appNG_Scheduler/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ appng-scheduler ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.appng.application.scheduler.business.TestJobRecordings
2022-06-01 16:07:37,455 INFO  [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener]
2022-06-01 16:07:37,510 INFO  [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@30b7c004, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@79efed2d, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@2928854b, org.springframework.test.context.support.DirtiesContextTestExecutionListener@27ae2fd0, org.springframework.test.context.transaction.TransactionalTestExecutionListener@29176cc1, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@2f177a4b]
2022-06-01 16:07:39,814 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from URL [file:application-home/beans.xml]
2022-06-01 16:07:40,881 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-core.xml]
2022-06-01 16:07:41,671 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-jpa.xml]
2022-06-01 16:07:41,732 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [beans-test-core.xml]
2022-06-01 16:07:41,783 INFO  [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'server' with a different definition: replacing [Generic bean: class [org.appng.testsupport.persistence.HsqlServerFactoryBean]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=init; destroyMethodName=destroy; defined in class path resource [org/appng/testsupport/application-testcontext-jpa.xml]] with [Generic bean: class [java.lang.Object]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=true; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [beans-test-core.xml]]
2022-06-01 16:07:41,802 INFO  [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'datasource' with a different definition: replacing [Generic bean: class [org.springframework.jdbc.datasource.DriverManagerDataSource]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [org/appng/testsupport/application-testcontext-jpa.xml]] with [Generic bean: class [org.springframework.jdbc.datasource.DriverManagerDataSource]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [beans-test-core.xml]]
2022-06-01 16:07:41,828 INFO  [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@3c22fc4c: startup date [Wed Jun 01 16:07:41 CEST 2022]; root of context hierarchy
2022-06-01 16:07:42,833 INFO  [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'byteArrayHttpMessageConverter' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=schedulerTestConfig; factoryMethodName=byteArrayHttpMessageConverter; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.application.scheduler.config.SchedulerTestConfig] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=schedulerConfig; factoryMethodName=byteArrayHttpMessageConverter; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.application.scheduler.configuration.SchedulerConfig]
2022-06-01 16:07:43,578 INFO  [main] org.appng.api.config.RestConfig: [appng:appng-scheduler] Found 0 MappingJackson2HttpMessageConverters: 
2022-06-01 16:07:43,581 INFO  [main] org.appng.api.config.RestConfig: [appng:appng-scheduler] Found 0 ObjectMappers: 
2022-06-01 16:07:43,582 INFO  [main] org.appng.api.config.RestConfig: [appng:appng-scheduler] Found 0 Modules: 
2022-06-01 16:07:43,606 INFO  [main] org.appng.api.config.RestConfig: [appng:appng-scheduler] Found 0 @Primary Beans: 
2022-06-01 16:07:44,105 INFO  [main] org.appng.api.config.RestConfig: [appng:appng-scheduler] No ObjectMapper found in context, creating default.
2022-06-01 16:07:44,147 INFO  [main] org.appng.api.config.RestConfig: [appng:appng-scheduler] No MappingJackson2HttpMessageConverter found in context, creating default.
2022-06-01 16:07:44,204 INFO  [main] org.appng.api.config.RestConfig: [appng:appng-scheduler] Registering ObjectMapper 'defaultObjectMapper'
2022-06-01 16:07:44,211 INFO  [main] org.appng.api.config.RestConfig: [appng:appng-scheduler] Registering MappingJackson2HttpMessageConverter 'defaultJacksonConverter'
2022-06-01 16:07:44,239 INFO  [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
2022-06-01 16:07:45,052 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'default'
2022-06-01 16:07:45,198 INFO  [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: default]
2022-06-01 16:07:45,772 INFO  [main] org.hibernate.Version         : HHH000412: Hibernate ORM core version 5.4.32.Final
2022-06-01 16:07:46,799 INFO  [main] org.hibernate.annotations.common.Version: HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
Jun 01, 2022 4:07:47 PM ch.sla.jdbcperflogger.Logger info
INFO: Using config file jdbcperflogger-fallback.xml
2022-06-01 16:07:48,893 INFO  [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect
2022-06-01 16:07:49,000 INFO  [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true
2022-06-01 16:07:50,321 INFO  [main] org.hibernate.validator.internal.util.Version: HV000001: Hibernate Validator 6.2.0.Final
2022-06-01 16:07:53,476 INFO  [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-06-01 16:07:53,501 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'default'
2022-06-01 16:07:53,894 INFO  [main] org.quartz.impl.StdSchedulerFactory: Using default implementation for ThreadExecutor
2022-06-01 16:07:53,923 INFO  [main] org.quartz.core.SchedulerSignalerImpl: Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
2022-06-01 16:07:53,930 INFO  [main] org.quartz.core.QuartzScheduler: Quartz Scheduler v.2.3.2 created.
2022-06-01 16:07:53,974 INFO  [main] org.springframework.scheduling.quartz.LocalDataSourceJobStore: JobStoreCMT initialized.
2022-06-01 16:07:53,977 INFO  [main] org.quartz.core.QuartzScheduler: Scheduler meta-data: Quartz Scheduler (v2.3.2) 'Scheduler_localhost' with instanceId 'NON_CLUSTERED'
  Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
  NOT STARTED.
  Currently in standby mode.
  Number of jobs executed: 0
  Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 3 threads.
  Using job-store 'org.springframework.scheduling.quartz.LocalDataSourceJobStore' - which supports persistence. and is not clustered.

2022-06-01 16:07:53,980 INFO  [main] org.quartz.impl.StdSchedulerFactory: Quartz scheduler 'Scheduler_localhost' initialized from an externally provided properties instance.
2022-06-01 16:07:53,982 INFO  [main] org.quartz.impl.StdSchedulerFactory: Quartz scheduler version: 2.3.2
2022-06-01 16:07:53,982 INFO  [main] org.quartz.core.QuartzScheduler: JobFactory set to: org.appng.application.scheduler.quartz.SpringQuartzSchedulerFactory@5d0e703a
2022-06-01 16:07:56,002 INFO  [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@3c22fc4c: startup date [Wed Jun 01 16:07:41 CEST 2022]; root of context hierarchy
2022-06-01 16:07:56,931 INFO  [main] org.springframework.aop.framework.CglibAopProxy: Method [org.appng.core.service.MigrationService$MigrationStatus org.appng.core.service.DatabaseService.migrateApplication(java.io.File,org.appng.core.domain.SiteApplication,java.lang.String)] is package-visible across different ClassLoaders and cannot get proxied via CGLIB: Declare this method as public or protected if you need to support invocations through the proxy.
2022-06-01 16:07:56,934 INFO  [main] org.springframework.aop.framework.CglibAopProxy: Method [org.appng.core.service.MigrationService$MigrationStatus org.appng.core.service.DatabaseService.dropDataBaseAndUser(org.appng.core.domain.DatabaseConnection)] is package-visible across different ClassLoaders and cannot get proxied via CGLIB: Declare this method as public or protected if you need to support invocations through the proxy.
2022-06-01 16:07:57,248 INFO  [main] org.springframework.jdbc.datasource.init.ScriptUtils: Executing SQL script from class path resource [org/quartz/impl/jdbcjobstore/tables_hsqldb.sql]
2022-06-01 16:07:57,281 INFO  [main] org.springframework.jdbc.datasource.init.ScriptUtils: Executed SQL script from class path resource [org/quartz/impl/jdbcjobstore/tables_hsqldb.sql] in 27 ms.
2022-06-01 16:07:58,321 WARN  [main] org.appng.api.support.RequestFactoryBean: invalid value for platform property 'uploadDir', folder 'null/target/uploads' does not exist!
2022-06-01 16:08:03,101 INFO  [main] org.appng.application.scheduler.SchedulerUtils: Created job: localhost.appng-scheduler_longRunningJob
2022-06-01 16:08:03,210 INFO  [main] org.appng.application.scheduler.SchedulerUtils: Created trigger 'localhost.appng-scheduler_longRunningJob-crontrigger-1210252371' for job 'localhost.appng-scheduler_longRunningJob' with expression '0 0/10 * 1/1 * ? *'
2022-06-01 16:08:03,225 INFO  [main] org.appng.application.scheduler.SchedulerUtils: Created job: localhost.appng-scheduler_indexJob
2022-06-01 16:08:03,226 INFO  [main] org.appng.application.scheduler.business.SchedulingController: Job 'indexJob' is disabled (site: localhost, application: appng-scheduler)
2022-06-01 16:08:03,238 INFO  [main] org.appng.application.scheduler.SchedulerUtils: Created job: localhost.appng-scheduler_houseKeepingJob
2022-06-01 16:08:03,239 INFO  [main] org.appng.application.scheduler.business.SchedulingController: Job 'houseKeepingJob' is disabled (site: localhost, application: appng-scheduler)
2022-06-01 16:08:03,251 INFO  [main] org.springframework.scheduling.quartz.LocalDataSourceJobStore: Freed 0 triggers from 'acquired' / 'blocked' state.
2022-06-01 16:08:03,260 INFO  [main] org.springframework.scheduling.quartz.LocalDataSourceJobStore: Recovering 0 jobs that were in-progress at the time of the last shut-down.
2022-06-01 16:08:03,261 INFO  [main] org.springframework.scheduling.quartz.LocalDataSourceJobStore: Recovery complete.
2022-06-01 16:08:03,264 INFO  [main] org.springframework.scheduling.quartz.LocalDataSourceJobStore: Removed 0 'complete' triggers.
2022-06-01 16:08:03,266 INFO  [main] org.springframework.scheduling.quartz.LocalDataSourceJobStore: Removed 0 stale fired job entries.
2022-06-01 16:08:03,272 INFO  [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED started.
2022-06-01 16:08:03,486 INFO  [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@3c22fc4c: startup date [Wed Jun 01 16:07:41 CEST 2022]; root of context hierarchy
2022-06-01 16:08:03,491 INFO  [main] org.springframework.context.support.DefaultLifecycleProcessor: Stopping beans in phase 2147483647
2022-06-01 16:08:03,498 INFO  [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED paused.
2022-06-01 16:08:03,513 INFO  [main] org.springframework.scheduling.quartz.SchedulerFactoryBean: Shutting down Quartz Scheduler
2022-06-01 16:08:03,514 INFO  [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED shutting down.
2022-06-01 16:08:03,515 INFO  [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED paused.
2022-06-01 16:08:03,517 INFO  [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED shutdown complete.
2022-06-01 16:08:03,519 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'default'
2022-06-01 16:08:03,520 INFO  [main] org.hibernate.tool.schema.internal.SchemaDropperImpl$DelayedDropActionImpl: HHH000477: Starting delayed evictData of schema as part of SessionFactory shut-down'
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 27.865 s - in org.appng.application.scheduler.business.TestJobRecordings
[INFO] Running org.appng.application.scheduler.SchedulerUtilsTest
2022-06-01 16:08:03,573 INFO  [main] org.appng.application.scheduler.SchedulerUtils: Job 'mysite.myjob' was disabled forcefully and is being reenabled.
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.appng.application.scheduler.SchedulerUtilsTest
[INFO] Running org.appng.application.scheduler.SchedulingTest
2022-06-01 16:08:03,645 INFO  [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener]
2022-06-01 16:08:03,650 INFO  [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@8b727cb, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@6030eff1, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@194a653d, org.springframework.test.context.support.DirtiesContextTestExecutionListener@5a02fca5, org.springframework.test.context.transaction.TransactionalTestExecutionListener@6b3a1151, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@c9234a0]
2022-06-01 16:08:03,713 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from URL [file:application-home/beans.xml]
2022-06-01 16:08:03,989 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-core.xml]
2022-06-01 16:08:04,151 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-jpa.xml]
2022-06-01 16:08:04,195 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [beans-test.xml]
2022-06-01 16:08:04,232 INFO  [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'jobExecutionRecordRepository' with a different definition: replacing [Root bean: class [org.appng.persistence.repository.SearchRepositoryFactoryBean]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null] with [Generic bean: class [org.mockito.Mockito]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=mock; initMethodName=null; destroyMethodName=null; defined in class path resource [beans-test.xml]]
2022-06-01 16:08:04,242 INFO  [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@46bbcb82: startup date [Wed Jun 01 16:08:04 CEST 2022]; root of context hierarchy
2022-06-01 16:08:04,359 INFO  [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'byteArrayHttpMessageConverter' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=schedulerTestConfig; factoryMethodName=byteArrayHttpMessageConverter; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.application.scheduler.config.SchedulerTestConfig] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=schedulerConfig; factoryMethodName=byteArrayHttpMessageConverter; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.application.scheduler.configuration.SchedulerConfig]
2022-06-01 16:08:04,416 INFO  [main] org.appng.api.config.RestConfig: [appng:appng-scheduler] Found 0 MappingJackson2HttpMessageConverters: 
2022-06-01 16:08:04,417 INFO  [main] org.appng.api.config.RestConfig: [appng:appng-scheduler] Found 0 ObjectMappers: 
2022-06-01 16:08:04,418 INFO  [main] org.appng.api.config.RestConfig: [appng:appng-scheduler] Found 0 Modules: 
2022-06-01 16:08:04,426 INFO  [main] org.appng.api.config.RestConfig: [appng:appng-scheduler] Found 0 @Primary Beans: 
2022-06-01 16:08:04,427 INFO  [main] org.appng.api.config.RestConfig: [appng:appng-scheduler] No ObjectMapper found in context, creating default.
2022-06-01 16:08:04,428 INFO  [main] org.appng.api.config.RestConfig: [appng:appng-scheduler] No MappingJackson2HttpMessageConverter found in context, creating default.
2022-06-01 16:08:04,429 INFO  [main] org.appng.api.config.RestConfig: [appng:appng-scheduler] Registering ObjectMapper 'defaultObjectMapper'
2022-06-01 16:08:04,431 INFO  [main] org.appng.api.config.RestConfig: [appng:appng-scheduler] Registering MappingJackson2HttpMessageConverter 'defaultJacksonConverter'
2022-06-01 16:08:04,439 INFO  [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
2022-06-01 16:08:04,603 INFO  [HSQLDB Server @533a8540] hsqldb.db.HSQLDB811F984FC8.ENGINE: Checkpoint start
2022-06-01 16:08:04,604 INFO  [HSQLDB Server @533a8540] hsqldb.db.HSQLDB811F984FC8.ENGINE: checkpointClose start
2022-06-01 16:08:04,630 INFO  [HSQLDB Server @533a8540] hsqldb.db.HSQLDB811F984FC8.ENGINE: checkpointClose synched
2022-06-01 16:08:04,657 INFO  [HSQLDB Server @533a8540] hsqldb.db.HSQLDB811F984FC8.ENGINE: checkpointClose script done
2022-06-01 16:08:04,859 INFO  [HSQLDB Server @533a8540] hsqldb.db.HSQLDB811F984FC8.ENGINE: checkpointClose end
2022-06-01 16:08:04,860 INFO  [HSQLDB Server @533a8540] hsqldb.db.HSQLDB811F984FC8.ENGINE: Checkpoint end - txts: 1
2022-06-01 16:08:05,037 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'default'
2022-06-01 16:08:05,044 INFO  [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: default]
2022-06-01 16:08:05,365 INFO  [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect
2022-06-01 16:08:05,396 INFO  [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true
2022-06-01 16:08:06,485 INFO  [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-06-01 16:08:06,488 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'default'
2022-06-01 16:08:06,584 INFO  [main] org.quartz.impl.StdSchedulerFactory: Using default implementation for ThreadExecutor
2022-06-01 16:08:06,594 INFO  [main] org.quartz.core.SchedulerSignalerImpl: Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
2022-06-01 16:08:06,594 INFO  [main] org.quartz.core.QuartzScheduler: Quartz Scheduler v.2.3.2 created.
2022-06-01 16:08:06,595 INFO  [main] org.springframework.scheduling.quartz.LocalDataSourceJobStore: JobStoreCMT initialized.
2022-06-01 16:08:06,595 INFO  [main] org.quartz.core.QuartzScheduler: Scheduler meta-data: Quartz Scheduler (v2.3.2) 'Scheduler_localhost' with instanceId 'NON_CLUSTERED'
  Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
  NOT STARTED.
  Currently in standby mode.
  Number of jobs executed: 0
  Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 3 threads.
  Using job-store 'org.springframework.scheduling.quartz.LocalDataSourceJobStore' - which supports persistence. and is not clustered.

2022-06-01 16:08:06,595 INFO  [main] org.quartz.impl.StdSchedulerFactory: Quartz scheduler 'Scheduler_localhost' initialized from an externally provided properties instance.
2022-06-01 16:08:06,595 INFO  [main] org.quartz.impl.StdSchedulerFactory: Quartz scheduler version: 2.3.2
2022-06-01 16:08:06,595 INFO  [main] org.quartz.core.QuartzScheduler: JobFactory set to: org.appng.application.scheduler.quartz.SpringQuartzSchedulerFactory@62a9e9bf
2022-06-01 16:08:06,784 INFO  [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@46bbcb82: startup date [Wed Jun 01 16:08:04 CEST 2022]; root of context hierarchy
2022-06-01 16:08:08,071 INFO  [main] org.springframework.jdbc.datasource.init.ScriptUtils: Executing SQL script from class path resource [org/quartz/impl/jdbcjobstore/tables_hsqldb.sql]
2022-06-01 16:08:08,097 INFO  [main] org.springframework.jdbc.datasource.init.ScriptUtils: Executed SQL script from class path resource [org/quartz/impl/jdbcjobstore/tables_hsqldb.sql] in 19 ms.
2022-06-01 16:08:08,315 WARN  [main] org.appng.api.support.RequestFactoryBean: invalid value for platform property 'uploadDir', folder 'null/target/uploads' does not exist!
2022-06-01 16:08:08,347 INFO  [main] org.appng.application.scheduler.SchedulerUtils: Created job: localhost.appng-scheduler_longRunningJob
2022-06-01 16:08:08,375 INFO  [main] org.appng.application.scheduler.SchedulerUtils: Created trigger 'localhost.appng-scheduler_longRunningJob-crontrigger-994236383' for job 'localhost.appng-scheduler_longRunningJob' with expression '0 0/10 * 1/1 * ? *'
2022-06-01 16:08:08,381 INFO  [main] org.appng.application.scheduler.SchedulerUtils: Created job: localhost.appng-scheduler_indexJob
2022-06-01 16:08:08,382 INFO  [main] org.appng.application.scheduler.business.SchedulingController: Job 'indexJob' is disabled (site: localhost, application: appng-scheduler)
2022-06-01 16:08:08,402 INFO  [main] org.appng.application.scheduler.SchedulerUtils: Created job: localhost.appng-scheduler_houseKeepingJob
2022-06-01 16:08:08,403 INFO  [main] org.appng.application.scheduler.business.SchedulingController: Job 'houseKeepingJob' is disabled (site: localhost, application: appng-scheduler)
2022-06-01 16:08:08,405 INFO  [main] org.springframework.scheduling.quartz.LocalDataSourceJobStore: Freed 0 triggers from 'acquired' / 'blocked' state.
2022-06-01 16:08:08,410 INFO  [main] org.springframework.scheduling.quartz.LocalDataSourceJobStore: Recovering 0 jobs that were in-progress at the time of the last shut-down.
2022-06-01 16:08:08,412 INFO  [main] org.springframework.scheduling.quartz.LocalDataSourceJobStore: Recovery complete.
2022-06-01 16:08:08,413 INFO  [main] org.springframework.scheduling.quartz.LocalDataSourceJobStore: Removed 0 'complete' triggers.
2022-06-01 16:08:08,414 INFO  [main] org.springframework.scheduling.quartz.LocalDataSourceJobStore: Removed 0 stale fired job entries.
2022-06-01 16:08:08,422 INFO  [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED started.
2022-06-01 16:08:08,559 INFO  [main] org.appng.application.scheduler.SchedulerUtils: Created job: localhost.appng-scheduler_mytestjob
2022-06-01 16:08:08,570 INFO  [main] org.appng.application.scheduler.SchedulerUtils: Created trigger 'localhost.appng-scheduler_mytestjob-crontrigger-1482169014' for job 'localhost.appng-scheduler_mytestjob' with expression '0 0/10 * * * ? 2042'
2022-06-01 16:08:08,649 INFO  [main] org.appng.application.scheduler.SchedulerUtils: Created job: localhost.appng-scheduler_anotherJob
2022-06-01 16:08:08,671 INFO  [main] org.appng.application.scheduler.SchedulerUtils: Created trigger 'localhost.appng-scheduler_anotherJob-crontrigger-374972671' for job 'localhost.appng-scheduler_anotherJob' with expression '0 0/20 * * * ? 2042'
2022-06-01 16:08:08,770 INFO  [main] org.appng.application.scheduler.business.SchedulingController: Job 'indexJob' is disabled (site: localhost, application: appng-scheduler)
2022-06-01 16:08:08,783 INFO  [main] org.appng.application.scheduler.business.SchedulingController: Job 'houseKeepingJob' is disabled (site: localhost, application: appng-scheduler)
2022-06-01 16:08:08,786 INFO  [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED started.
2022-06-01 16:08:08,838 INFO  [main] org.appng.application.scheduler.SchedulerUtils: Deleted job: localhost.appng-scheduler_mytestjob
2022-06-01 16:08:08,946 INFO  [main] org.appng.application.scheduler.business.SchedulingController: Job 'indexJob' is disabled (site: localhost, application: appng-scheduler)
2022-06-01 16:08:08,953 INFO  [main] org.appng.application.scheduler.business.SchedulingController: Job 'houseKeepingJob' is disabled (site: localhost, application: appng-scheduler)
2022-06-01 16:08:08,955 INFO  [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED started.
2022-06-01 16:08:08,983 INFO  [main] org.appng.application.scheduler.SchedulerUtils: Created trigger 'localhost.appng-scheduler_indexJob-crontrigger-1435238201' for job 'localhost.appng-scheduler_indexJob' with expression '0 0/5 * * * ? 2042'
2022-06-01 16:08:09,100 INFO  [main] org.appng.application.scheduler.business.SchedulingController: Job 'houseKeepingJob' is disabled (site: localhost, application: appng-scheduler)
2022-06-01 16:08:09,106 INFO  [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED started.
2022-06-01 16:08:09,242 INFO  [main] org.appng.application.scheduler.business.SchedulingController: Job 'houseKeepingJob' is disabled (site: localhost, application: appng-scheduler)
2022-06-01 16:08:09,244 INFO  [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED started.
2022-06-01 16:08:09,456 INFO  [main] org.appng.application.scheduler.business.SchedulingController: Job 'houseKeepingJob' is disabled (site: localhost, application: appng-scheduler)
2022-06-01 16:08:09,457 INFO  [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED started.
2022-06-01 16:08:09,473 INFO  [main] org.appng.application.scheduler.SchedulerUtils: Created trigger 'localhost.appng-scheduler_indexJob-simpletrigger-1242057968' for job 'org.appng.application.scheduler.job.IndexJob' with start time 'Wed Jun 01 16:08:09 CEST 2022'
2022-06-01 16:08:09,602 INFO  [main] org.appng.application.scheduler.business.SchedulingController: Job 'houseKeepingJob' is disabled (site: localhost, application: appng-scheduler)
2022-06-01 16:08:09,605 INFO  [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED started.
2022-06-01 16:08:09,630 INFO  [main] org.appng.application.scheduler.SchedulerUtils: Deleted trigger 'localhost.appng-scheduler_indexJob-crontrigger-1435238201' for job 'localhost.appng-scheduler_indexJob' with expression '0 0/5 * * * ? 2042'
2022-06-01 16:08:10,016 ERROR [Scheduler_localhost] org.quartz.core.ErrorLogger   : An error occured instantiating job to be executed. job= 'localhost.appng-scheduler_indexJob'
org.quartz.SchedulerException: Job instantiation failed [See nested exception: java.lang.ClassCastException: org.springframework.context.support.GenericApplicationContext cannot be cast to org.appng.core.model.ApplicationContext]
	at org.springframework.scheduling.quartz.AdaptableJobFactory.newJob(AdaptableJobFactory.java:45)
	at org.quartz.core.JobRunShell.initialize(JobRunShell.java:127)
	at org.quartz.core.QuartzSchedulerThread.run(QuartzSchedulerThread.java:392)
Caused by: java.lang.ClassCastException: org.springframework.context.support.GenericApplicationContext cannot be cast to org.appng.core.model.ApplicationContext
	at org.appng.application.scheduler.quartz.SpringQuartzSchedulerFactory.createJobInstance(SpringQuartzSchedulerFactory.java:68)
	at org.appng.application.scheduler.quartz.SpringQuartzSchedulerFactory.createJobInstance(SpringQuartzSchedulerFactory.java:53)
	at org.springframework.scheduling.quartz.AdaptableJobFactory.newJob(AdaptableJobFactory.java:41)
	... 2 more
2022-06-01 16:08:10,027 INFO  [Scheduler_localhost] org.springframework.scheduling.quartz.LocalDataSourceJobStore: All triggers of Job localhost.appng-scheduler_indexJob-simpletrigger-1242057968 set to ERROR state.
2022-06-01 16:08:10,117 INFO  [main] org.appng.application.scheduler.business.SchedulingController: Job 'indexJob' is disabled (site: localhost, application: appng-scheduler)
2022-06-01 16:08:10,130 INFO  [main] org.appng.application.scheduler.business.SchedulingController: Job 'houseKeepingJob' is disabled (site: localhost, application: appng-scheduler)
2022-06-01 16:08:10,131 INFO  [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED started.
2022-06-01 16:08:10,237 INFO  [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@46bbcb82: startup date [Wed Jun 01 16:08:04 CEST 2022]; root of context hierarchy
2022-06-01 16:08:10,240 INFO  [main] org.springframework.context.support.DefaultLifecycleProcessor: Stopping beans in phase 2147483647
2022-06-01 16:08:10,241 INFO  [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED paused.
2022-06-01 16:08:10,246 INFO  [main] org.springframework.scheduling.quartz.SchedulerFactoryBean: Shutting down Quartz Scheduler
2022-06-01 16:08:10,250 INFO  [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED shutting down.
2022-06-01 16:08:10,253 INFO  [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED paused.
2022-06-01 16:08:10,257 INFO  [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED shutdown complete.
2022-06-01 16:08:10,257 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'default'
2022-06-01 16:08:10,259 INFO  [main] org.hibernate.tool.schema.internal.SchemaDropperImpl$DelayedDropActionImpl: HHH000477: Starting delayed evictData of schema as part of SessionFactory shut-down'
2022-06-01 16:08:10,740 INFO  [HSQLDB Connection @1a8829ac] hsqldb.db.HSQLDB811F984FC8.ENGINE: Database closed
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.2 s - in org.appng.application.scheduler.SchedulingTest
[INFO] Running org.appng.application.scheduler.DriverDelegateWrapperTest
2022-06-01 16:08:10,973 INFO  [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Starting embedded database: url='jdbc:hsqldb:mem:testdb', username='sa'
2022-06-01 16:08:11,045 INFO  [main] org.springframework.jdbc.datasource.init.ScriptUtils: Executing SQL script from class path resource [sql/init_quartz_tables.sql]
2022-06-01 16:08:11,061 INFO  [main] org.springframework.jdbc.datasource.init.ScriptUtils: Executed SQL script from class path resource [sql/init_quartz_tables.sql] in 14 ms.
2022-06-01 16:08:11,077 INFO  [main] org.quartz.impl.jdbcjobstore.JobStoreTX: Using thread monitor-based data access locking (synchronization).
2022-06-01 16:08:11,082 INFO  [main] org.quartz.impl.jdbcjobstore.JobStoreTX: JobStoreTX initialized.
2022-06-01 16:08:11,084 INFO  [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Starting embedded database: url='jdbc:hsqldb:mem:testdb', username='sa'
2022-06-01 16:08:11,086 INFO  [main] org.springframework.jdbc.datasource.init.ScriptUtils: Executing SQL script from class path resource [sql/init_quartz_tables.sql]
2022-06-01 16:08:11,112 INFO  [main] org.springframework.jdbc.datasource.init.ScriptUtils: Executed SQL script from class path resource [sql/init_quartz_tables.sql] in 23 ms.
2022-06-01 16:08:11,114 INFO  [main] org.quartz.impl.jdbcjobstore.JobStoreTX: Using thread monitor-based data access locking (synchronization).
2022-06-01 16:08:11,122 INFO  [main] org.quartz.impl.jdbcjobstore.JobStoreTX: JobStoreTX initialized.
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.172 s - in org.appng.application.scheduler.DriverDelegateWrapperTest
[INFO] Running org.appng.application.scheduler.service.JobStateRestControllerTest
2022-06-01 16:08:11,176 INFO  [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener]
2022-06-01 16:08:11,188 INFO  [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@238bee26, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@2fc51db0, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@22d178d3, org.springframework.test.context.support.DirtiesContextTestExecutionListener@2cb962ed, org.springframework.test.context.transaction.TransactionalTestExecutionListener@503f5382, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@5710fca8]
2022-06-01 16:08:11,218 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from URL [file:application-home/beans.xml]
2022-06-01 16:08:11,313 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-core.xml]
2022-06-01 16:08:11,441 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-jpa.xml]
2022-06-01 16:08:11,471 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [beans-test-core.xml]
2022-06-01 16:08:11,535 INFO  [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'server' with a different definition: replacing [Generic bean: class [org.appng.testsupport.persistence.HsqlServerFactoryBean]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=init; destroyMethodName=destroy; defined in class path resource [org/appng/testsupport/application-testcontext-jpa.xml]] with [Generic bean: class [java.lang.Object]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=true; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [beans-test-core.xml]]
2022-06-01 16:08:11,535 INFO  [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'datasource' with a different definition: replacing [Generic bean: class [org.springframework.jdbc.datasource.DriverManagerDataSource]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [org/appng/testsupport/application-testcontext-jpa.xml]] with [Generic bean: class [org.springframework.jdbc.datasource.DriverManagerDataSource]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [beans-test-core.xml]]
2022-06-01 16:08:11,536 INFO  [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@7e2e1179: startup date [Wed Jun 01 16:08:11 CEST 2022]; root of context hierarchy
2022-06-01 16:08:11,613 INFO  [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'byteArrayHttpMessageConverter' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=schedulerTestConfig; factoryMethodName=byteArrayHttpMessageConverter; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.application.scheduler.config.SchedulerTestConfig] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=schedulerConfig; factoryMethodName=byteArrayHttpMessageConverter; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.application.scheduler.configuration.SchedulerConfig]
2022-06-01 16:08:11,635 INFO  [main] org.appng.api.config.RestConfig: [appng:appng-scheduler] Found 0 MappingJackson2HttpMessageConverters: 
2022-06-01 16:08:11,637 INFO  [main] org.appng.api.config.RestConfig: [appng:appng-scheduler] Found 0 ObjectMappers: 
2022-06-01 16:08:11,642 INFO  [main] org.appng.api.config.RestConfig: [appng:appng-scheduler] Found 0 Modules: 
2022-06-01 16:08:11,645 INFO  [main] org.appng.api.config.RestConfig: [appng:appng-scheduler] Found 0 @Primary Beans: 
2022-06-01 16:08:11,646 INFO  [main] org.appng.api.config.RestConfig: [appng:appng-scheduler] No ObjectMapper found in context, creating default.
2022-06-01 16:08:11,646 INFO  [main] org.appng.api.config.RestConfig: [appng:appng-scheduler] No MappingJackson2HttpMessageConverter found in context, creating default.
2022-06-01 16:08:11,648 INFO  [main] org.appng.api.config.RestConfig: [appng:appng-scheduler] Registering ObjectMapper 'defaultObjectMapper'
2022-06-01 16:08:11,648 INFO  [main] org.appng.api.config.RestConfig: [appng:appng-scheduler] Registering MappingJackson2HttpMessageConverter 'defaultJacksonConverter'
2022-06-01 16:08:11,651 INFO  [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
2022-06-01 16:08:11,700 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'default'
2022-06-01 16:08:11,704 INFO  [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: default]
2022-06-01 16:08:11,849 INFO  [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect
2022-06-01 16:08:11,863 INFO  [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true
2022-06-01 16:08:12,606 INFO  [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-06-01 16:08:12,607 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'default'
2022-06-01 16:08:12,639 INFO  [main] org.quartz.impl.StdSchedulerFactory: Using default implementation for ThreadExecutor
2022-06-01 16:08:12,650 INFO  [main] org.quartz.core.SchedulerSignalerImpl: Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
2022-06-01 16:08:12,650 INFO  [main] org.quartz.core.QuartzScheduler: Quartz Scheduler v.2.3.2 created.
2022-06-01 16:08:12,650 INFO  [main] org.springframework.scheduling.quartz.LocalDataSourceJobStore: JobStoreCMT initialized.
2022-06-01 16:08:12,655 INFO  [main] org.quartz.core.QuartzScheduler: Scheduler meta-data: Quartz Scheduler (v2.3.2) 'Scheduler_localhost' with instanceId 'NON_CLUSTERED'
  Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
  NOT STARTED.
  Currently in standby mode.
  Number of jobs executed: 0
  Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 3 threads.
  Using job-store 'org.springframework.scheduling.quartz.LocalDataSourceJobStore' - which supports persistence. and is not clustered.

2022-06-01 16:08:12,655 INFO  [main] org.quartz.impl.StdSchedulerFactory: Quartz scheduler 'Scheduler_localhost' initialized from an externally provided properties instance.
2022-06-01 16:08:12,655 INFO  [main] org.quartz.impl.StdSchedulerFactory: Quartz scheduler version: 2.3.2
2022-06-01 16:08:12,655 INFO  [main] org.quartz.core.QuartzScheduler: JobFactory set to: org.appng.application.scheduler.quartz.SpringQuartzSchedulerFactory@3ebda1be
2022-06-01 16:08:13,008 INFO  [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@7e2e1179: startup date [Wed Jun 01 16:08:11 CEST 2022]; root of context hierarchy
2022-06-01 16:08:13,756 INFO  [main] org.springframework.jdbc.datasource.init.ScriptUtils: Executing SQL script from class path resource [org/quartz/impl/jdbcjobstore/tables_hsqldb.sql]
2022-06-01 16:08:13,775 INFO  [main] org.springframework.jdbc.datasource.init.ScriptUtils: Executed SQL script from class path resource [org/quartz/impl/jdbcjobstore/tables_hsqldb.sql] in 18 ms.
2022-06-01 16:08:13,928 WARN  [main] org.appng.api.support.RequestFactoryBean: invalid value for platform property 'uploadDir', folder 'null/target/uploads' does not exist!
2022-06-01 16:08:14,584 INFO  [main] org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder$StaticRequestMappingHandlerMapping: Mapped "{[/jobState/list],methods=[GET],produces=[application/json]}" onto public org.springframework.http.ResponseEntity<org.appng.scheduler.openapi.model.Jobs> org.appng.application.scheduler.service.JobStateRestController.getJobs(java.lang.Boolean,java.lang.Boolean,java.lang.Boolean)
2022-06-01 16:08:14,594 INFO  [main] org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder$StaticRequestMappingHandlerMapping: Mapped "{[/jobState/{application}/{job}],methods=[GET],produces=[application/json]}" onto public org.springframework.http.ResponseEntity<org.appng.scheduler.openapi.model.JobState> org.appng.application.scheduler.service.JobStateRestController.getJobState(java.lang.String,java.lang.String,java.lang.Integer,java.lang.Boolean)
2022-06-01 16:08:14,854 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.test.web.servlet.setup.StubWebApplicationContext@9aa9e4a
2022-06-01 16:08:15,021 INFO  [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet ''
2022-06-01 16:08:15,022 INFO  [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started
2022-06-01 16:08:15,026 INFO  [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 3 ms
2022-06-01 16:08:15,066 INFO  [main] org.appng.application.scheduler.SchedulerUtils: Created job: appng.appng-scheduler_longRunningJob
2022-06-01 16:08:15,082 INFO  [main] org.appng.application.scheduler.SchedulerUtils: Created trigger 'appng.appng-scheduler_longRunningJob-crontrigger-1471164807' for job 'appng.appng-scheduler_longRunningJob' with expression '0 0/10 * 1/1 * ? *'
2022-06-01 16:08:15,090 INFO  [main] org.appng.application.scheduler.SchedulerUtils: Created job: appng.appng-scheduler_indexJob
2022-06-01 16:08:15,090 INFO  [main] org.appng.application.scheduler.business.SchedulingController: Job 'indexJob' is disabled (site: appng, application: appng-scheduler)
2022-06-01 16:08:15,098 INFO  [main] org.appng.application.scheduler.SchedulerUtils: Created job: appng.appng-scheduler_houseKeepingJob
2022-06-01 16:08:15,099 INFO  [main] org.appng.application.scheduler.business.SchedulingController: Job 'houseKeepingJob' is disabled (site: appng, application: appng-scheduler)
2022-06-01 16:08:15,101 INFO  [main] org.springframework.scheduling.quartz.LocalDataSourceJobStore: Freed 0 triggers from 'acquired' / 'blocked' state.
2022-06-01 16:08:15,106 INFO  [main] org.springframework.scheduling.quartz.LocalDataSourceJobStore: Recovering 0 jobs that were in-progress at the time of the last shut-down.
2022-06-01 16:08:15,110 INFO  [main] org.springframework.scheduling.quartz.LocalDataSourceJobStore: Recovery complete.
2022-06-01 16:08:15,111 INFO  [main] org.springframework.scheduling.quartz.LocalDataSourceJobStore: Removed 0 'complete' triggers.
2022-06-01 16:08:15,112 INFO  [main] org.springframework.scheduling.quartz.LocalDataSourceJobStore: Removed 0 stale fired job entries.
2022-06-01 16:08:15,117 INFO  [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED started.
2022-06-01 16:08:15,768 INFO  [main] org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder$StaticRequestMappingHandlerMapping: Mapped "{[/jobState/list],methods=[GET],produces=[application/json]}" onto public org.springframework.http.ResponseEntity<org.appng.scheduler.openapi.model.Jobs> org.appng.application.scheduler.service.JobStateRestController.getJobs(java.lang.Boolean,java.lang.Boolean,java.lang.Boolean)
2022-06-01 16:08:15,770 INFO  [main] org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder$StaticRequestMappingHandlerMapping: Mapped "{[/jobState/{application}/{job}],methods=[GET],produces=[application/json]}" onto public org.springframework.http.ResponseEntity<org.appng.scheduler.openapi.model.JobState> org.appng.application.scheduler.service.JobStateRestController.getJobState(java.lang.String,java.lang.String,java.lang.Integer,java.lang.Boolean)
2022-06-01 16:08:15,798 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.test.web.servlet.setup.StubWebApplicationContext@c2c1622
2022-06-01 16:08:15,805 INFO  [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet ''
2022-06-01 16:08:15,810 INFO  [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started
2022-06-01 16:08:15,810 INFO  [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 0 ms
2022-06-01 16:08:15,834 INFO  [main] org.appng.application.scheduler.business.SchedulingController: Job 'indexJob' is disabled (site: appng, application: appng-scheduler)
2022-06-01 16:08:15,839 INFO  [main] org.appng.application.scheduler.business.SchedulingController: Job 'houseKeepingJob' is disabled (site: appng, application: appng-scheduler)
2022-06-01 16:08:15,841 INFO  [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED started.
2022-06-01 16:08:16,006 INFO  [main] org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder$StaticRequestMappingHandlerMapping: Mapped "{[/jobState/list],methods=[GET],produces=[application/json]}" onto public org.springframework.http.ResponseEntity<org.appng.scheduler.openapi.model.Jobs> org.appng.application.scheduler.service.JobStateRestController.getJobs(java.lang.Boolean,java.lang.Boolean,java.lang.Boolean)
2022-06-01 16:08:16,008 INFO  [main] org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder$StaticRequestMappingHandlerMapping: Mapped "{[/jobState/{application}/{job}],methods=[GET],produces=[application/json]}" onto public org.springframework.http.ResponseEntity<org.appng.scheduler.openapi.model.JobState> org.appng.application.scheduler.service.JobStateRestController.getJobState(java.lang.String,java.lang.String,java.lang.Integer,java.lang.Boolean)
2022-06-01 16:08:16,052 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.test.web.servlet.setup.StubWebApplicationContext@4c0ac628
2022-06-01 16:08:16,067 INFO  [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet ''
2022-06-01 16:08:16,068 INFO  [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started
2022-06-01 16:08:16,068 INFO  [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 0 ms
2022-06-01 16:08:16,095 INFO  [main] org.appng.application.scheduler.business.SchedulingController: Job 'indexJob' is disabled (site: appng, application: appng-scheduler)
2022-06-01 16:08:16,102 INFO  [main] org.appng.application.scheduler.business.SchedulingController: Job 'houseKeepingJob' is disabled (site: appng, application: appng-scheduler)
2022-06-01 16:08:16,103 INFO  [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED started.
2022-06-01 16:08:16,187 INFO  [main] org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder$StaticRequestMappingHandlerMapping: Mapped "{[/jobState/list],methods=[GET],produces=[application/json]}" onto public org.springframework.http.ResponseEntity<org.appng.scheduler.openapi.model.Jobs> org.appng.application.scheduler.service.JobStateRestController.getJobs(java.lang.Boolean,java.lang.Boolean,java.lang.Boolean)
2022-06-01 16:08:16,190 INFO  [main] org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder$StaticRequestMappingHandlerMapping: Mapped "{[/jobState/{application}/{job}],methods=[GET],produces=[application/json]}" onto public org.springframework.http.ResponseEntity<org.appng.scheduler.openapi.model.JobState> org.appng.application.scheduler.service.JobStateRestController.getJobState(java.lang.String,java.lang.String,java.lang.Integer,java.lang.Boolean)
2022-06-01 16:08:16,220 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.test.web.servlet.setup.StubWebApplicationContext@179563ce
2022-06-01 16:08:16,227 INFO  [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet ''
2022-06-01 16:08:16,232 INFO  [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started
2022-06-01 16:08:16,232 INFO  [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 0 ms
2022-06-01 16:08:16,248 INFO  [main] org.appng.application.scheduler.business.SchedulingController: Job 'indexJob' is disabled (site: appng, application: appng-scheduler)
2022-06-01 16:08:16,262 INFO  [main] org.appng.application.scheduler.business.SchedulingController: Job 'houseKeepingJob' is disabled (site: appng, application: appng-scheduler)
2022-06-01 16:08:16,263 INFO  [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED started.
2022-06-01 16:08:16,326 INFO  [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@7e2e1179: startup date [Wed Jun 01 16:08:11 CEST 2022]; root of context hierarchy
2022-06-01 16:08:16,336 INFO  [main] org.springframework.context.support.DefaultLifecycleProcessor: Stopping beans in phase 2147483647
2022-06-01 16:08:16,336 INFO  [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED paused.
2022-06-01 16:08:16,343 INFO  [main] org.springframework.scheduling.quartz.SchedulerFactoryBean: Shutting down Quartz Scheduler
2022-06-01 16:08:16,344 INFO  [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED shutting down.
2022-06-01 16:08:16,350 INFO  [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED paused.
2022-06-01 16:08:16,351 INFO  [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED shutdown complete.
2022-06-01 16:08:16,352 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'default'
2022-06-01 16:08:16,353 INFO  [main] org.hibernate.tool.schema.internal.SchemaDropperImpl$DelayedDropActionImpl: HHH000477: Starting delayed evictData of schema as part of SessionFactory shut-down'
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.23 s - in org.appng.application.scheduler.service.JobStateRestControllerTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ appng-scheduler ---
[INFO] Building jar: /var/lib/jenkins/workspace/appNG_Scheduler/target/appng-scheduler-1.16.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-javadoc-plugin:2.10.4:jar (generate-docs) @ appng-scheduler ---
[INFO] 
Loading source file /var/lib/jenkins/workspace/appNG_Scheduler/target/generated-sources/openapi/src/main/java/org/appng/scheduler/openapi/ApiUtil.java...
Loading source file /var/lib/jenkins/workspace/appNG_Scheduler/target/generated-sources/openapi/src/main/java/org/appng/scheduler/openapi/model/JobRecord.java...
Loading source file /var/lib/jenkins/workspace/appNG_Scheduler/target/generated-sources/openapi/src/main/java/org/appng/scheduler/openapi/model/Job.java...
Loading source file /var/lib/jenkins/workspace/appNG_Scheduler/target/generated-sources/openapi/src/main/java/org/appng/scheduler/openapi/model/JobState.java...
Loading source file /var/lib/jenkins/workspace/appNG_Scheduler/target/generated-sources/openapi/src/main/java/org/appng/scheduler/openapi/model/Jobs.java...
Loading source file /var/lib/jenkins/workspace/appNG_Scheduler/target/generated-sources/openapi/src/main/java/org/appng/scheduler/openapi/JobStateApi.java...
Constructing Javadoc information...
Standard Doclet version 1.8.0_333
Building tree for all the packages and classes...
Generating /var/lib/jenkins/workspace/appNG_Scheduler/target/apidocs/org/appng/scheduler/openapi/ApiUtil.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler/target/apidocs/org/appng/scheduler/openapi/JobStateApi.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler/target/apidocs/org/appng/scheduler/openapi/model/Job.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler/target/apidocs/org/appng/scheduler/openapi/model/JobRecord.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler/target/apidocs/org/appng/scheduler/openapi/model/JobRecord.StateEnum.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler/target/apidocs/org/appng/scheduler/openapi/model/Jobs.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler/target/apidocs/org/appng/scheduler/openapi/model/JobState.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler/target/apidocs/org/appng/scheduler/openapi/model/JobState.StateNameEnum.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler/target/apidocs/overview-frame.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler/target/apidocs/org/appng/scheduler/openapi/package-frame.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler/target/apidocs/org/appng/scheduler/openapi/package-summary.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler/target/apidocs/org/appng/scheduler/openapi/package-tree.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler/target/apidocs/org/appng/scheduler/openapi/model/package-frame.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler/target/apidocs/org/appng/scheduler/openapi/model/package-summary.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler/target/apidocs/org/appng/scheduler/openapi/model/package-tree.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler/target/apidocs/constant-values.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler/target/apidocs/org/appng/scheduler/openapi/class-use/ApiUtil.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler/target/apidocs/org/appng/scheduler/openapi/model/class-use/JobRecord.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler/target/apidocs/org/appng/scheduler/openapi/model/class-use/JobRecord.StateEnum.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler/target/apidocs/org/appng/scheduler/openapi/model/class-use/Job.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler/target/apidocs/org/appng/scheduler/openapi/model/class-use/JobState.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler/target/apidocs/org/appng/scheduler/openapi/model/class-use/JobState.StateNameEnum.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler/target/apidocs/org/appng/scheduler/openapi/model/class-use/Jobs.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler/target/apidocs/org/appng/scheduler/openapi/class-use/JobStateApi.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler/target/apidocs/org/appng/scheduler/openapi/package-use.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler/target/apidocs/org/appng/scheduler/openapi/model/package-use.html...
Building index for all the packages and classes...
Generating /var/lib/jenkins/workspace/appNG_Scheduler/target/apidocs/overview-tree.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler/target/apidocs/index-all.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /var/lib/jenkins/workspace/appNG_Scheduler/target/apidocs/allclasses-frame.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler/target/apidocs/allclasses-noframe.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler/target/apidocs/index.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler/target/apidocs/overview-summary.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler/target/apidocs/help-doc.html...
[INFO] Building jar: /var/lib/jenkins/workspace/appNG_Scheduler/target/appng-scheduler-1.16.0-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- maven-assembly-plugin:3.0.0:single (default) @ appng-scheduler ---
[INFO] Building zip: /var/lib/jenkins/workspace/appNG_Scheduler/target/appng-scheduler-1.16.0-SNAPSHOT-20220601-1405.zip
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-scheduler ---
[INFO] Building jar: /var/lib/jenkins/workspace/appNG_Scheduler/target/appng-scheduler-1.16.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ appng-scheduler ---
[INFO] Installing /var/lib/jenkins/workspace/appNG_Scheduler/target/appng-scheduler-1.16.0-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-scheduler/1.16.0-SNAPSHOT/appng-scheduler-1.16.0-SNAPSHOT.jar
[INFO] Installing /var/lib/jenkins/workspace/appNG_Scheduler/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-scheduler/1.16.0-SNAPSHOT/appng-scheduler-1.16.0-SNAPSHOT.pom
[INFO] Installing /var/lib/jenkins/workspace/appNG_Scheduler/target/appng-scheduler-1.16.0-SNAPSHOT-javadoc.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-scheduler/1.16.0-SNAPSHOT/appng-scheduler-1.16.0-SNAPSHOT-javadoc.jar
[INFO] Installing /var/lib/jenkins/workspace/appNG_Scheduler/target/appng-scheduler-1.16.0-SNAPSHOT-20220601-1405.zip to /var/lib/jenkins/.m2/repository/org/appng/appng-scheduler/1.16.0-SNAPSHOT/appng-scheduler-1.16.0-SNAPSHOT.zip
[INFO] Installing /var/lib/jenkins/workspace/appNG_Scheduler/target/appng-scheduler-1.16.0-SNAPSHOT-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-scheduler/1.16.0-SNAPSHOT/appng-scheduler-1.16.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ appng-scheduler ---
Downloading from appng-snapshot: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-scheduler/1.16.0-SNAPSHOT/maven-metadata.xml
Uploading to appng-snapshot: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-scheduler/1.16.0-SNAPSHOT/appng-scheduler-1.16.0-20220601.140835-1.jar
Progress (1): 4.1/109 kB
Progress (1): 8.2/109 kB
Progress (1): 12/109 kB 
Progress (1): 16/109 kB
Progress (1): 20/109 kB
Progress (1): 25/109 kB
Progress (1): 29/109 kB
Progress (1): 33/109 kB
Progress (1): 37/109 kB
Progress (1): 41/109 kB
Progress (1): 45/109 kB
Progress (1): 49/109 kB
Progress (1): 53/109 kB
Progress (1): 57/109 kB
Progress (1): 61/109 kB
Progress (1): 66/109 kB
Progress (1): 70/109 kB
Progress (1): 74/109 kB
Progress (1): 78/109 kB
Progress (1): 82/109 kB
Progress (1): 86/109 kB
Progress (1): 90/109 kB
Progress (1): 94/109 kB
Progress (1): 98/109 kB
Progress (1): 102/109 kB
Progress (1): 106/109 kB
Progress (1): 109 kB    
                    
Uploaded to appng-snapshot: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-scheduler/1.16.0-SNAPSHOT/appng-scheduler-1.16.0-20220601.140835-1.jar (109 kB at 69 kB/s)
Uploading to appng-snapshot: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-scheduler/1.16.0-SNAPSHOT/appng-scheduler-1.16.0-20220601.140835-1.pom
Progress (1): 4.1/10 kB
Progress (1): 8.2/10 kB
Progress (1): 10 kB    
                   
Uploaded to appng-snapshot: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-scheduler/1.16.0-SNAPSHOT/appng-scheduler-1.16.0-20220601.140835-1.pom (10 kB at 15 kB/s)
Downloading from appng-snapshot: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-scheduler/maven-metadata.xml
Progress (1): 654 B
                   
Downloaded from appng-snapshot: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-scheduler/maven-metadata.xml (654 B at 2.5 kB/s)
Uploading to appng-snapshot: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-scheduler/1.16.0-SNAPSHOT/maven-metadata.xml
Progress (1): 777 B
                   
Uploaded to appng-snapshot: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-scheduler/1.16.0-SNAPSHOT/maven-metadata.xml (777 B at 2.6 kB/s)
Uploading to appng-snapshot: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-scheduler/maven-metadata.xml
Progress (1): 695 B
                   
Uploaded to appng-snapshot: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-scheduler/maven-metadata.xml (695 B at 604 B/s)
Uploading to appng-snapshot: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-scheduler/1.16.0-SNAPSHOT/appng-scheduler-1.16.0-20220601.140835-1-javadoc.jar
Progress (1): 4.1/77 kB
Progress (1): 8.2/77 kB
Progress (1): 12/77 kB 
Progress (1): 16/77 kB
Progress (1): 20/77 kB
Progress (1): 25/77 kB
Progress (1): 29/77 kB
Progress (1): 33/77 kB
Progress (1): 37/77 kB
Progress (1): 41/77 kB
Progress (1): 45/77 kB
Progress (1): 49/77 kB
Progress (1): 53/77 kB
Progress (1): 57/77 kB
Progress (1): 61/77 kB
Progress (1): 66/77 kB
Progress (1): 70/77 kB
Progress (1): 74/77 kB
Progress (1): 77 kB   
                   
Uploaded to appng-snapshot: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-scheduler/1.16.0-SNAPSHOT/appng-scheduler-1.16.0-20220601.140835-1-javadoc.jar (77 kB at 144 kB/s)
Uploading to appng-snapshot: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-scheduler/1.16.0-SNAPSHOT/maven-metadata.xml
Progress (1): 992 B
                   
Uploaded to appng-snapshot: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-scheduler/1.16.0-SNAPSHOT/maven-metadata.xml (992 B at 2.0 kB/s)
Uploading to appng-snapshot: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-scheduler/1.16.0-SNAPSHOT/appng-scheduler-1.16.0-20220601.140835-1.zip
Progress (1): 0/1.1 MB
Progress (1): 0/1.1 MB
Progress (1): 0/1.1 MB
Progress (1): 0/1.1 MB
Progress (1): 0/1.1 MB
Progress (1): 0/1.1 MB
Progress (1): 0.1/1.1 MB
Progress (1): 0.1/1.1 MB
Progress (1): 0.1/1.1 MB
Progress (1): 0.1/1.1 MB
Progress (1): 0.1/1.1 MB
Progress (1): 0.1/1.1 MB
Progress (1): 0.1/1.1 MB
Progress (1): 0.1/1.1 MB
Progress (1): 0.1/1.1 MB
Progress (1): 0.1/1.1 MB
Progress (1): 0.1/1.1 MB
Progress (1): 0.1/1.1 MB
Progress (1): 0.2/1.1 MB
Progress (1): 0.2/1.1 MB
Progress (1): 0.2/1.1 MB
Progress (1): 0.2/1.1 MB
Progress (1): 0.2/1.1 MB
Progress (1): 0.2/1.1 MB
Progress (1): 0.2/1.1 MB
Progress (1): 0.2/1.1 MB
Progress (1): 0.2/1.1 MB
Progress (1): 0.2/1.1 MB
Progress (1): 0.2/1.1 MB
Progress (1): 0.2/1.1 MB
Progress (1): 0.3/1.1 MB
Progress (1): 0.3/1.1 MB
Progress (1): 0.3/1.1 MB
Progress (1): 0.3/1.1 MB
Progress (1): 0.3/1.1 MB
Progress (1): 0.3/1.1 MB
Progress (1): 0.3/1.1 MB
Progress (1): 0.3/1.1 MB
Progress (1): 0.3/1.1 MB
Progress (1): 0.3/1.1 MB
Progress (1): 0.3/1.1 MB
Progress (1): 0.3/1.1 MB
Progress (1): 0.4/1.1 MB
Progress (1): 0.4/1.1 MB
Progress (1): 0.4/1.1 MB
Progress (1): 0.4/1.1 MB
Progress (1): 0.4/1.1 MB
Progress (1): 0.4/1.1 MB
Progress (1): 0.4/1.1 MB
Progress (1): 0.4/1.1 MB
Progress (1): 0.4/1.1 MB
Progress (1): 0.4/1.1 MB
Progress (1): 0.4/1.1 MB
Progress (1): 0.4/1.1 MB
Progress (1): 0.5/1.1 MB
Progress (1): 0.5/1.1 MB
Progress (1): 0.5/1.1 MB
Progress (1): 0.5/1.1 MB
Progress (1): 0.5/1.1 MB
Progress (1): 0.5/1.1 MB
Progress (1): 0.5/1.1 MB
Progress (1): 0.5/1.1 MB
Progress (1): 0.5/1.1 MB
Progress (1): 0.5/1.1 MB
Progress (1): 0.5/1.1 MB
Progress (1): 0.5/1.1 MB
Progress (1): 0.5/1.1 MB
Progress (1): 0.6/1.1 MB
Progress (1): 0.6/1.1 MB
Progress (1): 0.6/1.1 MB
Progress (1): 0.6/1.1 MB
Progress (1): 0.6/1.1 MB
Progress (1): 0.6/1.1 MB
Progress (1): 0.6/1.1 MB
Progress (1): 0.6/1.1 MB
Progress (1): 0.6/1.1 MB
Progress (1): 0.6/1.1 MB
Progress (1): 0.6/1.1 MB
Progress (1): 0.6/1.1 MB
Progress (1): 0.7/1.1 MB
Progress (1): 0.7/1.1 MB
Progress (1): 0.7/1.1 MB
Progress (1): 0.7/1.1 MB
Progress (1): 0.7/1.1 MB
Progress (1): 0.7/1.1 MB
Progress (1): 0.7/1.1 MB
Progress (1): 0.7/1.1 MB
Progress (1): 0.7/1.1 MB
Progress (1): 0.7/1.1 MB
Progress (1): 0.7/1.1 MB
Progress (1): 0.7/1.1 MB
Progress (1): 0.8/1.1 MB
Progress (1): 0.8/1.1 MB
Progress (1): 0.8/1.1 MB
Progress (1): 0.8/1.1 MB
Progress (1): 0.8/1.1 MB
Progress (1): 0.8/1.1 MB
Progress (1): 0.8/1.1 MB
Progress (1): 0.8/1.1 MB
Progress (1): 0.8/1.1 MB
Progress (1): 0.8/1.1 MB
Progress (1): 0.8/1.1 MB
Progress (1): 0.8/1.1 MB
Progress (1): 0.9/1.1 MB
Progress (1): 0.9/1.1 MB
Progress (1): 0.9/1.1 MB
Progress (1): 0.9/1.1 MB
Progress (1): 0.9/1.1 MB
Progress (1): 0.9/1.1 MB
Progress (1): 0.9/1.1 MB
Progress (1): 0.9/1.1 MB
Progress (1): 0.9/1.1 MB
Progress (1): 0.9/1.1 MB
Progress (1): 0.9/1.1 MB
Progress (1): 0.9/1.1 MB
Progress (1): 1.0/1.1 MB
Progress (1): 1.0/1.1 MB
Progress (1): 1.0/1.1 MB
Progress (1): 1.0/1.1 MB
Progress (1): 1.0/1.1 MB
Progress (1): 1.0/1.1 MB
Progress (1): 1.0/1.1 MB
Progress (1): 1.0/1.1 MB
Progress (1): 1.0/1.1 MB
Progress (1): 1.0/1.1 MB
Progress (1): 1.0/1.1 MB
Progress (1): 1.0/1.1 MB
Progress (1): 1.0/1.1 MB
Progress (1): 1.1/1.1 MB
Progress (1): 1.1/1.1 MB
Progress (1): 1.1/1.1 MB
Progress (1): 1.1/1.1 MB
Progress (1): 1.1/1.1 MB
Progress (1): 1.1/1.1 MB
Progress (1): 1.1/1.1 MB
Progress (1): 1.1 MB    
                    
Uploaded to appng-snapshot: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-scheduler/1.16.0-SNAPSHOT/appng-scheduler-1.16.0-20220601.140835-1.zip (1.1 MB at 2.9 MB/s)
Uploading to appng-snapshot: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-scheduler/1.16.0-SNAPSHOT/maven-metadata.xml
Progress (1): 1.2 kB
                    
Uploaded to appng-snapshot: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-scheduler/1.16.0-SNAPSHOT/maven-metadata.xml (1.2 kB at 1.4 kB/s)
Uploading to appng-snapshot: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-scheduler/1.16.0-SNAPSHOT/appng-scheduler-1.16.0-20220601.140835-1-sources.jar
Progress (1): 4.1/64 kB
Progress (1): 8.2/64 kB
Progress (1): 12/64 kB 
Progress (1): 16/64 kB
Progress (1): 20/64 kB
Progress (1): 25/64 kB
Progress (1): 29/64 kB
Progress (1): 33/64 kB
Progress (1): 37/64 kB
Progress (1): 41/64 kB
Progress (1): 45/64 kB
Progress (1): 49/64 kB
Progress (1): 53/64 kB
Progress (1): 57/64 kB
Progress (1): 61/64 kB
Progress (1): 64 kB   
                   
Uploaded to appng-snapshot: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-scheduler/1.16.0-SNAPSHOT/appng-scheduler-1.16.0-20220601.140835-1-sources.jar (64 kB at 161 kB/s)
Uploading to appng-snapshot: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-scheduler/1.16.0-SNAPSHOT/maven-metadata.xml
Progress (1): 1.4 kB
                    
Uploaded to appng-snapshot: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-scheduler/1.16.0-SNAPSHOT/maven-metadata.xml (1.4 kB at 2.7 kB/s)
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  03:34 min
[INFO] Finished at: 2022-06-01T16:08:42+02:00
[INFO] ------------------------------------------------------------------------
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Stash the Build)
[Pipeline] dir
Running in /var/lib/jenkins/workspace/appNG_Scheduler/target
[Pipeline] {
[Pipeline] stash
Stashed 1 file(s)
[Pipeline] }
[Pipeline] // dir
[Pipeline] dir
Running in /var/lib/jenkins/workspace/appNG_Scheduler/target/apidocs
[Pipeline] {
[Pipeline] stash
Stashed 37 file(s)
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Results)
[Pipeline] junit
Recording test results
[Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // node
[Pipeline] node
Running on Jenkins in /var/lib/jenkins/workspace/appNG_Scheduler
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Prepare doc folder)
[Pipeline] sh
+ rm -rf /srv/www/appng.org/appng-scheduler/docs/1.15.x
[Pipeline] sh
+ mkdir --parents /srv/www/appng.org/appng-scheduler/docs/1.15.x/javadoc
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Unstash Build)
[Pipeline] dir
Running in /srv/www/appng.org/appng/builds/snapshot
[Pipeline] {
[Pipeline] unstash
[Pipeline] }
[Pipeline] // dir
[Pipeline] dir
Running in /srv/www/appng.org/appng-scheduler/docs/1.15.x/javadoc
[Pipeline] {
[Pipeline] unstash
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
Finished: SUCCESS