Started by user Matthias Mueller Running as Matthias Mueller Running in Durability level: MAX_SURVIVABILITY [Pipeline] Start of Pipeline [Pipeline] node Running on Jenkins in /var/lib/jenkins/workspace/appNG_Scheduler_Release [Pipeline] { [Pipeline] tool [Pipeline] stage [Pipeline] { (Info) [Pipeline] echo ############################################## [Pipeline] echo Preparing release 1.13.0 for appng-scheduler from branch appng-scheduler-1.13.x, current snapshot is 1.13.0-SNAPSHOT, next version will be 1.13.1-SNAPSHOT [Pipeline] echo ############################################## [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Prepare Release Branch) [Pipeline] sh + rm -rf appng-scheduler [Pipeline] sh + git clone git@github.com:appNG/appng-scheduler.git appng-scheduler Cloning into 'appng-scheduler'... [Pipeline] dir Running in /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler [Pipeline] { [Pipeline] sh + git checkout appng-scheduler-1.13.x Switched to a new branch 'appng-scheduler-1.13.x' Branch appng-scheduler-1.13.x set up to track remote branch appng-scheduler-1.13.x from origin. [Pipeline] sh + sed -i s/1\.13\.0-SNAPSHOT/1\.13\.0/g pom.xml [Pipeline] sh + git status On branch appng-scheduler-1.13.x Your branch is up-to-date with 'origin/appng-scheduler-1.13.x'. Changes not staged for commit: (use "git add <file>..." to update what will be committed) (use "git checkout -- <file>..." to discard changes in working directory) modified: pom.xml no changes added to commit (use "git add" and/or "git commit -a") [Pipeline] sh + git commit -a -m preparing release 1.13.0 [appng-scheduler-1.13.x 1f14185] preparing release 1.13.0 1 file changed, 1 insertion(+), 1 deletion(-) [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Release Branch) [Pipeline] dir Running in /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler [Pipeline] { [Pipeline] sh + /var/lib/jenkins/tools/hudson.tasks.Maven_MavenInstallation/Maven_3.5.0/bin/mvn clean deploy -DoutFolder=/srv/www/appng.org/appng/builds/stable -Pmaven-central [INFO] Scanning for projects... [INFO] Inspecting build with total of 1 modules... [INFO] Installing Nexus Staging features: [INFO] ... total of 1 executions of maven-deploy-plugin replaced with nexus-staging-maven-plugin [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Scheduler 1.13.0 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ appng-scheduler --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-scheduler --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/generated-sources/constants added. [INFO] [INFO] --- appng-maven-plugin:1.20.2:generateApplicationConstants (applicationConstants) @ appng-scheduler --- [INFO] generate application constants for [/var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/application-home/application.xml, org.appng.application.scheduler.PropertyConstants, /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/generated-sources/constants] [INFO] [INFO] --- appng-maven-plugin:1.20.2:generateMessageConstants (messageConstants) @ appng-scheduler --- [INFO] generate message constants for [/var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/application-home/dictionary/messages-scheduler.properties, org.appng.application.scheduler.MessageConstants, /var/lib/jenkins/workspace/appNG_Scheduler_Release/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] skip non existing resourceDirectory /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ appng-scheduler --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 25 source files to /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/classes [INFO] /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/src/main/java/org/appng/application/scheduler/quartz/DriverDelegateWrapper.java: /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/src/main/java/org/appng/application/scheduler/quartz/DriverDelegateWrapper.java uses or overrides a deprecated API. [INFO] /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/src/main/java/org/appng/application/scheduler/quartz/DriverDelegateWrapper.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ appng-scheduler --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 17 resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ appng-scheduler --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /var/lib/jenkins/workspace/appNG_Scheduler_Release/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.SchedulingTest 2020-05-29 10:16:08,396 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] 2020-05-29 10:16:08,434 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@5bfa9431, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@5db250b4, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@223f3642, org.springframework.test.context.support.DirtiesContextTestExecutionListener@38c5cc4c, org.springframework.test.context.transaction.TransactionalTestExecutionListener@37918c79, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@78e94dcf] 2020-05-29 10:16:09,447 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from URL [file:application-home/beans.xml] 2020-05-29 10:16:10,053 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext.xml] 2020-05-29 10:16:10,089 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [beans-test.xml] 2020-05-29 10:16:10,107 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'scheduler' with a different definition: replacing [Generic bean: class [org.appng.application.scheduler.quartz.SchedulerFactoryBean]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in URL [file:application-home/beans.xml]] with [Generic bean: class [org.springframework.scheduling.quartz.SchedulerFactoryBean]; 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.xml]] 2020-05-29 10:16:10,114 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@7ce3cb8e: startup date [Fri May 29 10:16:10 CEST 2020]; root of context hierarchy 2020-05-29 10:16:10,454 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2020-05-29 10:16:11,180 INFO [main] org.quartz.impl.StdSchedulerFactory: Using default implementation for ThreadExecutor 2020-05-29 10:16:11,240 INFO [main] org.quartz.core.SchedulerSignalerImpl: Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl 2020-05-29 10:16:11,240 INFO [main] org.quartz.core.QuartzScheduler: Quartz Scheduler v.2.3.1 created. 2020-05-29 10:16:11,242 INFO [main] org.quartz.simpl.RAMJobStore : RAMJobStore initialized. 2020-05-29 10:16:11,244 INFO [main] org.quartz.core.QuartzScheduler: Scheduler meta-data: Quartz Scheduler (v2.3.1) '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.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered. 2020-05-29 10:16:11,245 INFO [main] org.quartz.impl.StdSchedulerFactory: Quartz scheduler 'Scheduler_localhost' initialized from an externally provided properties instance. 2020-05-29 10:16:11,245 INFO [main] org.quartz.impl.StdSchedulerFactory: Quartz scheduler version: 2.3.1 2020-05-29 10:16:11,246 INFO [main] org.quartz.core.QuartzScheduler: JobFactory set to: org.appng.application.scheduler.TestJobFactory@62d363ab 2020-05-29 10:16:12,795 INFO [main] org.hibernate.validator.internal.util.Version: HV000001: Hibernate Validator 6.0.17.Final 2020-05-29 10:16:13,242 WARN [main] org.appng.api.support.RequestFactoryBean: invalid value for platform property 'uploadDir', folder 'null/target/uploads' does not exist! 2020-05-29 10:16:13,267 INFO [main] org.appng.application.scheduler.SchedulerUtils: Created job: localhost.appng-scheduler_longRunningJob 2020-05-29 10:16:13,291 INFO [main] org.appng.application.scheduler.SchedulerUtils: Created trigger 'localhost.appng-scheduler_longRunningJob-crontrigger-1825923873' for job 'localhost.appng-scheduler_longRunningJob' with expression '0 0/10 * 1/1 * ? *' 2020-05-29 10:16:13,292 INFO [main] org.appng.application.scheduler.SchedulerUtils: Created job: localhost.appng-scheduler_indexJob 2020-05-29 10:16:13,292 INFO [main] org.appng.application.scheduler.SchedulerUtils: Created job: localhost.appng-scheduler_houseKeepingJob 2020-05-29 10:16:13,296 INFO [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED started. 2020-05-29 10:16:13,535 INFO [main] org.appng.application.scheduler.SchedulerUtils: Created job: localhost.appng-scheduler_mytestjob 2020-05-29 10:16:13,538 INFO [main] org.appng.application.scheduler.SchedulerUtils: Created trigger 'localhost.appng-scheduler_mytestjob-crontrigger-1730900666' for job 'localhost.appng-scheduler_mytestjob' with expression '0 0/10 * * * ? 2042' 2020-05-29 10:16:15,071 INFO [main] org.appng.application.scheduler.SchedulerUtils: Created job: localhost.appng-scheduler_anotherJob 2020-05-29 10:16:15,072 INFO [main] org.appng.application.scheduler.SchedulerUtils: Created trigger 'localhost.appng-scheduler_anotherJob-crontrigger-2070003473' for job 'localhost.appng-scheduler_anotherJob' with expression '0 0/20 * * * ? 2042' 2020-05-29 10:16:15,104 INFO [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED started. 2020-05-29 10:16:15,105 INFO [main] org.appng.application.scheduler.SchedulerUtils: Deleted job: localhost.appng-scheduler_mytestjob 2020-05-29 10:16:15,127 INFO [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED started. 2020-05-29 10:16:15,129 INFO [main] org.appng.application.scheduler.SchedulerUtils: Created trigger 'localhost.appng-scheduler_indexJob-crontrigger-482104979' for job 'localhost.appng-scheduler_indexJob' with expression '0 0/5 * * * ? 2042' 2020-05-29 10:16:15,151 INFO [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED started. 2020-05-29 10:16:15,261 INFO [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED started. 2020-05-29 10:16:15,375 INFO [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED started. 2020-05-29 10:16:15,379 INFO [main] org.appng.application.scheduler.SchedulerUtils: Created trigger 'localhost.simpletrigger-548752638' for job 'org.appng.application.scheduler.job.IndexJob' with start time 'Fri May 29 10:16:15 CEST 2020' 2020-05-29 10:16:15,384 INFO [Scheduler_localhost_Worker-1] org.appng.application.scheduler.TestJobFactory: executing localhost.appng-scheduler_indexJob 2020-05-29 10:16:15,400 INFO [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED started. 2020-05-29 10:16:15,401 INFO [main] org.appng.application.scheduler.SchedulerUtils: Deleted trigger 'localhost.appng-scheduler_indexJob-crontrigger-482104979' for job 'localhost.appng-scheduler_indexJob' with expression '0 0/5 * * * ? 2042' 2020-05-29 10:16:15,422 INFO [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED started. 2020-05-29 10:16:15,437 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@7ce3cb8e: startup date [Fri May 29 10:16:10 CEST 2020]; root of context hierarchy 2020-05-29 10:16:15,439 INFO [main] org.springframework.context.support.DefaultLifecycleProcessor: Stopping beans in phase 2147483647 2020-05-29 10:16:15,440 INFO [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED paused. 2020-05-29 10:16:15,441 INFO [main] org.springframework.scheduling.quartz.SchedulerFactoryBean: Shutting down Quartz Scheduler 2020-05-29 10:16:15,441 INFO [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED shutting down. 2020-05-29 10:16:15,441 INFO [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED paused. 2020-05-29 10:16:15,441 INFO [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED shutdown complete. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.534 s - in org.appng.application.scheduler.SchedulingTest [INFO] Running org.appng.application.scheduler.DriverDelegateWrapperTest May 29, 2020 10:16:15 AM ch.sla.jdbcperflogger.Logger info INFO: Using config file jdbcperflogger-fallback.xml 2020-05-29 10:16:15,557 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Starting embedded database: url='jdbc:hsqldb:mem:testdb', username='sa' 2020-05-29 10:16:15,899 INFO [main] org.springframework.jdbc.datasource.init.ScriptUtils: Executing SQL script from class path resource [sql/init_quartz_tables.sql] 2020-05-29 10:16:15,913 INFO [main] org.springframework.jdbc.datasource.init.ScriptUtils: Executed SQL script from class path resource [sql/init_quartz_tables.sql] in 14 ms. 2020-05-29 10:16:15,931 INFO [main] org.quartz.impl.jdbcjobstore.JobStoreTX: Using thread monitor-based data access locking (synchronization). 2020-05-29 10:16:15,932 INFO [main] org.quartz.impl.jdbcjobstore.JobStoreTX: JobStoreTX initialized. 2020-05-29 10:16:15,957 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Starting embedded database: url='jdbc:hsqldb:mem:testdb', username='sa' 2020-05-29 10:16:15,958 INFO [main] org.springframework.jdbc.datasource.init.ScriptUtils: Executing SQL script from class path resource [sql/init_quartz_tables.sql] 2020-05-29 10:16:15,976 INFO [main] org.springframework.jdbc.datasource.init.ScriptUtils: Executed SQL script from class path resource [sql/init_quartz_tables.sql] in 18 ms. 2020-05-29 10:16:15,977 INFO [main] org.quartz.impl.jdbcjobstore.JobStoreTX: Using thread monitor-based data access locking (synchronization). 2020-05-29 10:16:15,977 INFO [main] org.quartz.impl.jdbcjobstore.JobStoreTX: JobStoreTX initialized. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.546 s - in org.appng.application.scheduler.DriverDelegateWrapperTest [INFO] Running org.appng.application.scheduler.business.TestJobRecordings 2020-05-29 10:16:16,050 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] 2020-05-29 10:16:16,051 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@114b203, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@8d810f2, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@537b3be1, org.springframework.test.context.support.DirtiesContextTestExecutionListener@15d58530, org.springframework.test.context.transaction.TransactionalTestExecutionListener@31f5b923, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@79e2606f] 2020-05-29 10:16:16,060 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from URL [file:application-home/beans.xml] 2020-05-29 10:16:16,107 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext.xml] 2020-05-29 10:16:16,117 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-core.xml] 2020-05-29 10:16:16,311 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-jpa.xml] 2020-05-29 10:16:16,329 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [beans-test-core.xml] 2020-05-29 10:16:16,350 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@734cf881: startup date [Fri May 29 10:16:16 CEST 2020]; root of context hierarchy 2020-05-29 10:16:16,586 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2020-05-29 10:16:16,753 INFO [HSQLDB Server @1dfe5dd1] hsqldb.db.HSQLDB725F80CF5B.ENGINE: Checkpoint start 2020-05-29 10:16:16,754 INFO [HSQLDB Server @1dfe5dd1] hsqldb.db.HSQLDB725F80CF5B.ENGINE: checkpointClose start 2020-05-29 10:16:16,760 INFO [HSQLDB Server @1dfe5dd1] hsqldb.db.HSQLDB725F80CF5B.ENGINE: checkpointClose synched 2020-05-29 10:16:16,771 INFO [HSQLDB Server @1dfe5dd1] hsqldb.db.HSQLDB725F80CF5B.ENGINE: checkpointClose script done 2020-05-29 10:16:16,791 INFO [HSQLDB Server @1dfe5dd1] hsqldb.db.HSQLDB725F80CF5B.ENGINE: checkpointClose end 2020-05-29 10:16:16,792 INFO [HSQLDB Server @1dfe5dd1] hsqldb.db.HSQLDB725F80CF5B.ENGINE: Checkpoint end - txts: 1 2020-05-29 10:16:17,016 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'default' 2020-05-29 10:16:17,121 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: default] 2020-05-29 10:16:17,526 INFO [main] org.hibernate.Version : HHH000412: Hibernate Core {5.4.3.Final} 2020-05-29 10:16:18,606 INFO [main] org.hibernate.annotations.common.Version: HCANN000001: Hibernate Commons Annotations {5.1.0.Final} 2020-05-29 10:16:19,219 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2020-05-29 10:16:19,366 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2020-05-29 10:16:22,253 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2020-05-29 10:16:22,259 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'default' 2020-05-29 10:16:23,660 INFO [main] org.quartz.impl.StdSchedulerFactory: Using default implementation for ThreadExecutor 2020-05-29 10:16:23,661 INFO [main] org.quartz.core.SchedulerSignalerImpl: Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl 2020-05-29 10:16:23,661 INFO [main] org.quartz.core.QuartzScheduler: Quartz Scheduler v.2.3.1 created. 2020-05-29 10:16:24,027 INFO [main] org.springframework.scheduling.quartz.LocalDataSourceJobStore: JobStoreCMT initialized. 2020-05-29 10:16:24,027 INFO [main] org.quartz.core.QuartzScheduler: Scheduler meta-data: Quartz Scheduler (v2.3.1) '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. 2020-05-29 10:16:24,027 INFO [main] org.quartz.impl.StdSchedulerFactory: Quartz scheduler 'Scheduler_localhost' initialized from an externally provided properties instance. 2020-05-29 10:16:24,027 INFO [main] org.quartz.impl.StdSchedulerFactory: Quartz scheduler version: 2.3.1 2020-05-29 10:16:24,027 INFO [main] org.quartz.core.QuartzScheduler: JobFactory set to: org.appng.application.scheduler.quartz.SpringQuartzSchedulerFactory@593d0173 2020-05-29 10:16:24,196 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@734cf881: startup date [Fri May 29 10:16:16 CEST 2020]; root of context hierarchy 2020-05-29 10:16:24,663 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.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. 2020-05-29 10:16:24,663 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. 2020-05-29 10:16:24,928 INFO [main] org.springframework.jdbc.datasource.init.ScriptUtils: Executing SQL script from class path resource [org/quartz/impl/jdbcjobstore/tables_hsqldb.sql] 2020-05-29 10:16:24,940 INFO [main] org.springframework.jdbc.datasource.init.ScriptUtils: Executed SQL script from class path resource [org/quartz/impl/jdbcjobstore/tables_hsqldb.sql] in 11 ms. 2020-05-29 10:16:25,000 WARN [main] org.appng.api.support.RequestFactoryBean: invalid value for platform property 'uploadDir', folder 'null/target/uploads' does not exist! 2020-05-29 10:16:26,247 INFO [main] org.appng.application.scheduler.SchedulerUtils: Created job: localhost.appng-scheduler_longRunningJob 2020-05-29 10:16:26,719 INFO [main] org.appng.application.scheduler.SchedulerUtils: Created trigger 'localhost.appng-scheduler_longRunningJob-crontrigger-1548037813' for job 'localhost.appng-scheduler_longRunningJob' with expression '0 0/10 * 1/1 * ? *' 2020-05-29 10:16:27,052 INFO [main] org.appng.application.scheduler.SchedulerUtils: Created job: localhost.appng-scheduler_indexJob 2020-05-29 10:16:27,388 INFO [main] org.appng.application.scheduler.SchedulerUtils: Created job: localhost.appng-scheduler_houseKeepingJob 2020-05-29 10:16:27,505 INFO [main] org.springframework.scheduling.quartz.LocalDataSourceJobStore: Freed 0 triggers from 'acquired' / 'blocked' state. 2020-05-29 10:16:27,512 INFO [main] org.springframework.scheduling.quartz.LocalDataSourceJobStore: Recovering 0 jobs that were in-progress at the time of the last shut-down. 2020-05-29 10:16:27,512 INFO [main] org.springframework.scheduling.quartz.LocalDataSourceJobStore: Recovery complete. 2020-05-29 10:16:27,514 INFO [main] org.springframework.scheduling.quartz.LocalDataSourceJobStore: Removed 0 'complete' triggers. 2020-05-29 10:16:27,515 INFO [main] org.springframework.scheduling.quartz.LocalDataSourceJobStore: Removed 0 stale fired job entries. 2020-05-29 10:16:27,517 INFO [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED started. 2020-05-29 10:16:27,984 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@734cf881: startup date [Fri May 29 10:16:16 CEST 2020]; root of context hierarchy 2020-05-29 10:16:27,985 INFO [main] org.springframework.context.support.DefaultLifecycleProcessor: Stopping beans in phase 2147483647 2020-05-29 10:16:27,986 INFO [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED paused. 2020-05-29 10:16:28,089 INFO [main] org.appng.application.scheduler.quartz.SchedulerFactoryBean: Shutting down Quartz Scheduler 2020-05-29 10:16:28,090 INFO [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED shutting down. 2020-05-29 10:16:28,090 INFO [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED paused. 2020-05-29 10:16:28,093 INFO [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED shutdown complete. 2020-05-29 10:16:28,097 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'default' 2020-05-29 10:16:28,098 INFO [main] org.hibernate.tool.schema.internal.SchemaDropperImpl$DelayedDropActionImpl: HHH000477: Starting delayed evictData of schema as part of SessionFactory shut-down' 2020-05-29 10:16:28,366 INFO [HSQLDB Connection @642f1716] hsqldb.db.HSQLDB725F80CF5B.ENGINE: Database closed [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.529 s - in org.appng.application.scheduler.business.TestJobRecordings [INFO] [INFO] Results: [INFO] [INFO] Tests run: 15, 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_Release/appng-scheduler/target/appng-scheduler-1.13.0.jar [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (generate-docs) @ appng-scheduler --- [INFO] Loading source file /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/src/main/java/org/appng/application/scheduler/service/JobRecordService.java... Loading source file /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/src/main/java/org/appng/application/scheduler/service/RecordsRestController.java... Loading source file /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/src/main/java/org/appng/application/scheduler/job/IndexJob.java... Loading source file /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/src/main/java/org/appng/application/scheduler/job/JobRecordHouseKeepingJob.java... Loading source file /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/src/main/java/org/appng/application/scheduler/quartz/DriverDelegateWrapper.java... Loading source file /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/src/main/java/org/appng/application/scheduler/quartz/SpringQuartzSchedulerFactory.java... Loading source file /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/src/main/java/org/appng/application/scheduler/quartz/SchedulerJobDetail.java... Loading source file /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/src/main/java/org/appng/application/scheduler/quartz/SchedulerFactoryBean.java... Loading source file /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/src/main/java/org/appng/application/scheduler/quartz/RecordingJobListener.java... Loading source file /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/src/main/java/org/appng/application/scheduler/quartz/RunJobEvent.java... Loading source file /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/src/main/java/org/appng/application/scheduler/model/JobRecord.java... Loading source file /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/src/main/java/org/appng/application/scheduler/model/JobForm.java... Loading source file /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/src/main/java/org/appng/application/scheduler/model/JobResult.java... Loading source file /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/src/main/java/org/appng/application/scheduler/model/JobModel.java... Loading source file /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/src/main/java/org/appng/application/scheduler/business/SchedulingController.java... Loading source file /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/src/main/java/org/appng/application/scheduler/business/SetSchedulerStateAction.java... Loading source file /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/src/main/java/org/appng/application/scheduler/business/Records.java... Loading source file /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/src/main/java/org/appng/application/scheduler/business/CreateSchedulerAction.java... Loading source file /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/src/main/java/org/appng/application/scheduler/business/SchedulerDataSource.java... Loading source file /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/src/main/java/org/appng/application/scheduler/business/UpdateSchedulerAction.java... Loading source file /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/src/main/java/org/appng/application/scheduler/business/SchedulerAware.java... Loading source file /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/src/main/java/org/appng/application/scheduler/Constants.java... Loading source file /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/src/main/java/org/appng/application/scheduler/SchedulerUtils.java... Loading source file /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/generated-sources/constants/org/appng/application/scheduler/PropertyConstants.java... Loading source file /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/generated-sources/constants/org/appng/application/scheduler/MessageConstants.java... Constructing Javadoc information... Standard Doclet version 1.8.0_131 Building tree for all the packages and classes... Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/org/appng/application/scheduler/business/CreateSchedulerAction.html... Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/org/appng/application/scheduler/business/Records.html... Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/org/appng/application/scheduler/business/SchedulerDataSource.html... Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/org/appng/application/scheduler/business/SchedulingController.html... Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/org/appng/application/scheduler/business/SetSchedulerStateAction.html... Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/org/appng/application/scheduler/business/UpdateSchedulerAction.html... Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/org/appng/application/scheduler/model/JobForm.html... Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/org/appng/application/scheduler/model/JobModel.html... Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/org/appng/application/scheduler/model/JobRecord.html... Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/org/appng/application/scheduler/model/JobResult.html... Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/org/appng/application/scheduler/quartz/DriverDelegateWrapper.html... Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/org/appng/application/scheduler/quartz/RecordingJobListener.html... Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/org/appng/application/scheduler/quartz/RunJobEvent.html... Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/org/appng/application/scheduler/quartz/SchedulerFactoryBean.html... Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/org/appng/application/scheduler/quartz/SchedulerJobDetail.html... Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/org/appng/application/scheduler/quartz/SpringQuartzSchedulerFactory.html... Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/org/appng/application/scheduler/service/JobRecordService.html... Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/org/appng/application/scheduler/service/RecordsRestController.html... Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/org/appng/application/scheduler/job/IndexJob.html... Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/org/appng/application/scheduler/job/JobRecordHouseKeepingJob.html... Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/org/appng/application/scheduler/Constants.html... Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/org/appng/application/scheduler/MessageConstants.html... Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/org/appng/application/scheduler/PropertyConstants.html... Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/org/appng/application/scheduler/SchedulerUtils.html... Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/overview-frame.html... Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/org/appng/application/scheduler/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/org/appng/application/scheduler/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/org/appng/application/scheduler/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/org/appng/application/scheduler/business/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/org/appng/application/scheduler/business/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/org/appng/application/scheduler/business/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/org/appng/application/scheduler/job/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/org/appng/application/scheduler/job/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/org/appng/application/scheduler/job/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/org/appng/application/scheduler/model/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/org/appng/application/scheduler/model/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/org/appng/application/scheduler/model/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/org/appng/application/scheduler/quartz/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/org/appng/application/scheduler/quartz/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/org/appng/application/scheduler/quartz/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/org/appng/application/scheduler/service/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/org/appng/application/scheduler/service/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/org/appng/application/scheduler/service/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/constant-values.html... Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/serialized-form.html... Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/org/appng/application/scheduler/service/class-use/JobRecordService.html... Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/org/appng/application/scheduler/service/class-use/RecordsRestController.html... Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/org/appng/application/scheduler/job/class-use/IndexJob.html... Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/org/appng/application/scheduler/job/class-use/JobRecordHouseKeepingJob.html... Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/org/appng/application/scheduler/quartz/class-use/DriverDelegateWrapper.html... Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/org/appng/application/scheduler/quartz/class-use/SpringQuartzSchedulerFactory.html... Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/org/appng/application/scheduler/quartz/class-use/SchedulerJobDetail.html... Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/org/appng/application/scheduler/quartz/class-use/SchedulerFactoryBean.html... Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/org/appng/application/scheduler/quartz/class-use/RecordingJobListener.html... Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/org/appng/application/scheduler/quartz/class-use/RunJobEvent.html... Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/org/appng/application/scheduler/model/class-use/JobRecord.html... Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/org/appng/application/scheduler/model/class-use/JobForm.html... Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/org/appng/application/scheduler/model/class-use/JobResult.html... Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/org/appng/application/scheduler/model/class-use/JobModel.html... Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/org/appng/application/scheduler/business/class-use/SchedulingController.html... Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/org/appng/application/scheduler/business/class-use/SetSchedulerStateAction.html... Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/org/appng/application/scheduler/business/class-use/Records.html... Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/org/appng/application/scheduler/business/class-use/CreateSchedulerAction.html... Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/org/appng/application/scheduler/business/class-use/SchedulerDataSource.html... Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/org/appng/application/scheduler/business/class-use/UpdateSchedulerAction.html... Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/org/appng/application/scheduler/class-use/Constants.html... Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/org/appng/application/scheduler/class-use/SchedulerUtils.html... Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/org/appng/application/scheduler/class-use/PropertyConstants.html... Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/org/appng/application/scheduler/class-use/MessageConstants.html... Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/org/appng/application/scheduler/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/org/appng/application/scheduler/business/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/org/appng/application/scheduler/job/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/org/appng/application/scheduler/model/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/org/appng/application/scheduler/quartz/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/org/appng/application/scheduler/service/package-use.html... Building index for all the packages and classes... Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/overview-tree.html... Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/index-all.html... Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/deprecated-list.html... Building index for all classes... Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/allclasses-frame.html... Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/allclasses-noframe.html... Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/index.html... Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/overview-summary.html... Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/help-doc.html... [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/appng-scheduler-1.13.0-javadoc.jar [INFO] [INFO] --- maven-assembly-plugin:3.0.0:single (default) @ appng-scheduler --- [INFO] Building zip: /srv/www/appng.org/appng/builds/stable/appng-scheduler-1.13.0-20200529-0815.zip [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-scheduler --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/appng-scheduler-1.13.0-sources.jar [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ appng-scheduler --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ appng-scheduler --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/appng-scheduler-1.13.0.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-scheduler/1.13.0/appng-scheduler-1.13.0.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-scheduler/1.13.0/appng-scheduler-1.13.0.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/appng-scheduler-1.13.0-javadoc.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-scheduler/1.13.0/appng-scheduler-1.13.0-javadoc.jar [INFO] Installing /srv/www/appng.org/appng/builds/stable/appng-scheduler-1.13.0-20200529-0815.zip to /var/lib/jenkins/.m2/repository/org/appng/appng-scheduler/1.13.0/appng-scheduler-1.13.0.zip [INFO] Installing /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/appng-scheduler-1.13.0-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-scheduler/1.13.0/appng-scheduler-1.13.0-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/appng-scheduler-1.13.0.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-scheduler/1.13.0/appng-scheduler-1.13.0.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/appng-scheduler-1.13.0.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-scheduler/1.13.0/appng-scheduler-1.13.0.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/appng-scheduler-1.13.0-javadoc.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-scheduler/1.13.0/appng-scheduler-1.13.0-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/gpg/srv/www/appng.org/appng/builds/stable/appng-scheduler-1.13.0-20200529-0815.zip.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-scheduler/1.13.0/appng-scheduler-1.13.0.zip.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/appng-scheduler-1.13.0-sources.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-scheduler/1.13.0/appng-scheduler-1.13.0-sources.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.7:deploy (injected-nexus-deploy) @ appng-scheduler --- [INFO] Performing local staging (local stagingDirectory="/var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/nexus-staging/staging")... [INFO] + Using server credentials "sonatype" from Maven settings. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.14.18-01 and edition "Professional" [INFO] * Using staging profile ID "5db33f1e7729b7" (matched by Nexus). [INFO] Installing /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/appng-scheduler-1.13.0.jar to /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-scheduler/1.13.0/appng-scheduler-1.13.0.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/pom.xml to /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-scheduler/1.13.0/appng-scheduler-1.13.0.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/appng-scheduler-1.13.0-javadoc.jar to /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-scheduler/1.13.0/appng-scheduler-1.13.0-javadoc.jar [INFO] Installing /srv/www/appng.org/appng/builds/stable/appng-scheduler-1.13.0-20200529-0815.zip to /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-scheduler/1.13.0/appng-scheduler-1.13.0.zip [INFO] Installing /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/appng-scheduler-1.13.0-sources.jar to /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-scheduler/1.13.0/appng-scheduler-1.13.0-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/appng-scheduler-1.13.0.jar.asc to /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-scheduler/1.13.0/appng-scheduler-1.13.0.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/appng-scheduler-1.13.0.pom.asc to /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-scheduler/1.13.0/appng-scheduler-1.13.0.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/appng-scheduler-1.13.0-javadoc.jar.asc to /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-scheduler/1.13.0/appng-scheduler-1.13.0-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/gpg/srv/www/appng.org/appng/builds/stable/appng-scheduler-1.13.0-20200529-0815.zip.asc to /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-scheduler/1.13.0/appng-scheduler-1.13.0.zip.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/appng-scheduler-1.13.0-sources.jar.asc to /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-scheduler/1.13.0/appng-scheduler-1.13.0-sources.jar.asc [INFO] Performing remote staging... [INFO] [INFO] * Remote staging into staging profile ID "5db33f1e7729b7" [INFO] * Created staging repository with ID "orgappng-1062". [INFO] * Staging repository at https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1062 [INFO] * Uploading locally staged artifacts to profile org.appng Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1062/org/appng/appng-scheduler/1.13.0/appng-scheduler-1.13.0-javadoc.jar Progress (1): 2.0/195 kB Progress (1): 4.1/195 kB Progress (1): 6.1/195 kB Progress (1): 8.2/195 kB Progress (1): 10/195 kB Progress (1): 12/195 kB Progress (1): 14/195 kB Progress (1): 16/195 kB Progress (1): 18/195 kB Progress (1): 20/195 kB Progress (1): 23/195 kB Progress (1): 25/195 kB Progress (1): 27/195 kB Progress (1): 29/195 kB Progress (1): 31/195 kB Progress (1): 33/195 kB Progress (1): 35/195 kB Progress (1): 37/195 kB Progress (1): 39/195 kB Progress (1): 41/195 kB Progress (1): 43/195 kB Progress (1): 45/195 kB Progress (1): 47/195 kB Progress (1): 49/195 kB Progress (1): 51/195 kB Progress (1): 53/195 kB Progress (1): 55/195 kB Progress (1): 57/195 kB Progress (1): 59/195 kB Progress (1): 61/195 kB Progress (1): 63/195 kB Progress (1): 66/195 kB Progress (1): 68/195 kB Progress (1): 70/195 kB Progress (1): 72/195 kB Progress (1): 74/195 kB Progress (1): 76/195 kB Progress (1): 78/195 kB Progress (1): 80/195 kB Progress (1): 82/195 kB Progress (1): 84/195 kB Progress (1): 86/195 kB Progress (1): 88/195 kB Progress (1): 90/195 kB Progress (1): 92/195 kB Progress (1): 94/195 kB Progress (1): 96/195 kB Progress (1): 98/195 kB Progress (1): 100/195 kB Progress (1): 102/195 kB Progress (1): 104/195 kB Progress (1): 106/195 kB Progress (1): 109/195 kB Progress (1): 111/195 kB Progress (1): 113/195 kB Progress (1): 115/195 kB Progress (1): 117/195 kB Progress (1): 119/195 kB Progress (1): 121/195 kB Progress (1): 123/195 kB Progress (1): 125/195 kB Progress (1): 127/195 kB Progress (1): 129/195 kB Progress (1): 131/195 kB Progress (1): 133/195 kB Progress (1): 135/195 kB Progress (1): 137/195 kB Progress (1): 139/195 kB Progress (1): 141/195 kB Progress (1): 143/195 kB Progress (1): 145/195 kB Progress (1): 147/195 kB Progress (1): 150/195 kB Progress (1): 152/195 kB Progress (1): 154/195 kB Progress (1): 156/195 kB Progress (1): 158/195 kB Progress (1): 160/195 kB Progress (1): 162/195 kB Progress (1): 164/195 kB Progress (1): 166/195 kB Progress (1): 168/195 kB Progress (1): 170/195 kB Progress (1): 172/195 kB Progress (1): 174/195 kB Progress (1): 176/195 kB Progress (1): 178/195 kB Progress (1): 180/195 kB Progress (1): 182/195 kB Progress (1): 184/195 kB Progress (1): 186/195 kB Progress (1): 188/195 kB Progress (1): 190/195 kB Progress (1): 193/195 kB Progress (1): 195/195 kB Progress (1): 195 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1062/org/appng/appng-scheduler/1.13.0/appng-scheduler-1.13.0-javadoc.jar (195 kB at 84 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1062/org/appng/appng-scheduler/maven-metadata.xml Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1062/org/appng/appng-scheduler/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1062/org/appng/appng-scheduler/maven-metadata.xml Progress (1): 306 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1062/org/appng/appng-scheduler/maven-metadata.xml (306 B at 51 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1062/org/appng/appng-scheduler/maven-metadata.xml Progress (1): 306 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1062/org/appng/appng-scheduler/maven-metadata.xml (306 B at 375 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1062/org/appng/appng-scheduler/1.13.0/appng-scheduler-1.13.0.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1062/org/appng/appng-scheduler/1.13.0/appng-scheduler-1.13.0.jar.asc (473 B at 2.2 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1062/org/appng/appng-scheduler/maven-metadata.xml Progress (1): 306 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1062/org/appng/appng-scheduler/maven-metadata.xml (306 B at 1.4 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1062/org/appng/appng-scheduler/maven-metadata.xml Progress (1): 306 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1062/org/appng/appng-scheduler/maven-metadata.xml (306 B at 50 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1062/org/appng/appng-scheduler/1.13.0/appng-scheduler-1.13.0-sources.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1062/org/appng/appng-scheduler/1.13.0/appng-scheduler-1.13.0-sources.jar.asc (473 B at 2.3 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1062/org/appng/appng-scheduler/maven-metadata.xml Progress (1): 306 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1062/org/appng/appng-scheduler/maven-metadata.xml (306 B at 857 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1062/org/appng/appng-scheduler/maven-metadata.xml Progress (1): 306 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1062/org/appng/appng-scheduler/maven-metadata.xml (306 B at 434 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1062/org/appng/appng-scheduler/1.13.0/appng-scheduler-1.13.0.pom.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1062/org/appng/appng-scheduler/1.13.0/appng-scheduler-1.13.0.pom.asc (473 B at 2.2 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1062/org/appng/appng-scheduler/maven-metadata.xml Progress (1): 306 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1062/org/appng/appng-scheduler/maven-metadata.xml (306 B at 1.4 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1062/org/appng/appng-scheduler/maven-metadata.xml Progress (1): 306 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1062/org/appng/appng-scheduler/maven-metadata.xml (306 B at 488 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1062/org/appng/appng-scheduler/1.13.0/appng-scheduler-1.13.0.zip Progress (1): 2.0/72 kB Progress (1): 4.1/72 kB Progress (1): 6.1/72 kB Progress (1): 8.2/72 kB Progress (1): 10/72 kB Progress (1): 12/72 kB Progress (1): 14/72 kB Progress (1): 16/72 kB Progress (1): 18/72 kB Progress (1): 20/72 kB Progress (1): 23/72 kB Progress (1): 25/72 kB Progress (1): 27/72 kB Progress (1): 29/72 kB Progress (1): 31/72 kB Progress (1): 33/72 kB Progress (1): 35/72 kB Progress (1): 37/72 kB Progress (1): 39/72 kB Progress (1): 41/72 kB Progress (1): 43/72 kB Progress (1): 45/72 kB Progress (1): 47/72 kB Progress (1): 49/72 kB Progress (1): 51/72 kB Progress (1): 53/72 kB Progress (1): 55/72 kB Progress (1): 57/72 kB Progress (1): 59/72 kB Progress (1): 61/72 kB Progress (1): 63/72 kB Progress (1): 66/72 kB Progress (1): 68/72 kB Progress (1): 70/72 kB Progress (1): 72/72 kB Progress (1): 72 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1062/org/appng/appng-scheduler/1.13.0/appng-scheduler-1.13.0.zip (72 kB at 88 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1062/org/appng/appng-scheduler/maven-metadata.xml Progress (1): 306 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1062/org/appng/appng-scheduler/maven-metadata.xml (306 B at 1.4 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1062/org/appng/appng-scheduler/maven-metadata.xml Progress (1): 306 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1062/org/appng/appng-scheduler/maven-metadata.xml (306 B at 430 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1062/org/appng/appng-scheduler/1.13.0/appng-scheduler-1.13.0-javadoc.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1062/org/appng/appng-scheduler/1.13.0/appng-scheduler-1.13.0-javadoc.jar.asc (473 B at 2.3 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1062/org/appng/appng-scheduler/maven-metadata.xml Progress (1): 306 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1062/org/appng/appng-scheduler/maven-metadata.xml (306 B at 1.4 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1062/org/appng/appng-scheduler/maven-metadata.xml Progress (1): 306 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1062/org/appng/appng-scheduler/maven-metadata.xml (306 B at 409 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1062/org/appng/appng-scheduler/1.13.0/appng-scheduler-1.13.0.jar Progress (1): 2.0/70 kB Progress (1): 4.1/70 kB Progress (1): 6.1/70 kB Progress (1): 8.2/70 kB Progress (1): 10/70 kB Progress (1): 12/70 kB Progress (1): 14/70 kB Progress (1): 16/70 kB Progress (1): 18/70 kB Progress (1): 20/70 kB Progress (1): 23/70 kB Progress (1): 25/70 kB Progress (1): 27/70 kB Progress (1): 29/70 kB Progress (1): 31/70 kB Progress (1): 33/70 kB Progress (1): 35/70 kB Progress (1): 37/70 kB Progress (1): 39/70 kB Progress (1): 41/70 kB Progress (1): 43/70 kB Progress (1): 45/70 kB Progress (1): 47/70 kB Progress (1): 49/70 kB Progress (1): 51/70 kB Progress (1): 53/70 kB Progress (1): 55/70 kB Progress (1): 57/70 kB Progress (1): 59/70 kB Progress (1): 61/70 kB Progress (1): 63/70 kB Progress (1): 66/70 kB Progress (1): 68/70 kB Progress (1): 70/70 kB Progress (1): 70 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1062/org/appng/appng-scheduler/1.13.0/appng-scheduler-1.13.0.jar (70 kB at 110 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1062/org/appng/appng-scheduler/1.13.0/appng-scheduler-1.13.0.pom Progress (1): 2.0/7.5 kB Progress (1): 4.1/7.5 kB Progress (1): 6.1/7.5 kB Progress (1): 7.5 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1062/org/appng/appng-scheduler/1.13.0/appng-scheduler-1.13.0.pom (7.5 kB at 10 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1062/org/appng/appng-scheduler/maven-metadata.xml Progress (1): 306 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1062/org/appng/appng-scheduler/maven-metadata.xml (306 B at 1.4 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1062/org/appng/appng-scheduler/maven-metadata.xml Progress (1): 306 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1062/org/appng/appng-scheduler/maven-metadata.xml (306 B at 508 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1062/org/appng/appng-scheduler/1.13.0/appng-scheduler-1.13.0.zip.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1062/org/appng/appng-scheduler/1.13.0/appng-scheduler-1.13.0.zip.asc (473 B at 2.2 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1062/org/appng/appng-scheduler/maven-metadata.xml Progress (1): 306 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1062/org/appng/appng-scheduler/maven-metadata.xml (306 B at 52 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1062/org/appng/appng-scheduler/maven-metadata.xml Progress (1): 306 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1062/org/appng/appng-scheduler/maven-metadata.xml (306 B at 420 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1062/org/appng/appng-scheduler/1.13.0/appng-scheduler-1.13.0-sources.jar Progress (1): 2.0/43 kB Progress (1): 4.1/43 kB Progress (1): 6.1/43 kB Progress (1): 8.2/43 kB Progress (1): 10/43 kB Progress (1): 12/43 kB Progress (1): 14/43 kB Progress (1): 16/43 kB Progress (1): 18/43 kB Progress (1): 20/43 kB Progress (1): 23/43 kB Progress (1): 25/43 kB Progress (1): 27/43 kB Progress (1): 29/43 kB Progress (1): 31/43 kB Progress (1): 33/43 kB Progress (1): 35/43 kB Progress (1): 37/43 kB Progress (1): 39/43 kB Progress (1): 41/43 kB Progress (1): 43/43 kB Progress (1): 43 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1062/org/appng/appng-scheduler/1.13.0/appng-scheduler-1.13.0-sources.jar (43 kB at 55 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1062/org/appng/appng-scheduler/maven-metadata.xml Progress (1): 306 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1062/org/appng/appng-scheduler/maven-metadata.xml (306 B at 1.4 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1062/org/appng/appng-scheduler/maven-metadata.xml Progress (1): 306 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1062/org/appng/appng-scheduler/maven-metadata.xml (306 B at 439 B/s) [INFO] * Upload of locally staged artifacts finished. [INFO] * Closing staging repository with ID "orgappng-1062". Waiting for operation to complete... ...................... [INFO] Remote staged 1 repositories, finished with success. [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 06:13 min [INFO] Finished at: 2020-05-29T10:21:31+02:00 [INFO] Final Memory: 78M/746M [INFO] ------------------------------------------------------------------------ [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Results) [Pipeline] junit Recording test results [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docs) [Pipeline] dir Running in /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler [Pipeline] { [Pipeline] sh + rm -rf /srv/www/appng.org/appng-scheduler/docs/1.13.0 [Pipeline] sh + mkdir --parents /srv/www/appng.org/appng-scheduler/docs/1.13.0/javadoc [Pipeline] sh + mv -f target/apidocs/allclasses-frame.html target/apidocs/allclasses-noframe.html target/apidocs/constant-values.html target/apidocs/deprecated-list.html target/apidocs/help-doc.html target/apidocs/index-all.html target/apidocs/index.html target/apidocs/org target/apidocs/overview-frame.html target/apidocs/overview-summary.html target/apidocs/overview-tree.html target/apidocs/package-list target/apidocs/script.js target/apidocs/serialized-form.html target/apidocs/stylesheet.css /srv/www/appng.org/appng-scheduler/docs/1.13.0/javadoc [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (merge to master and tag) [Pipeline] dir Running in /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler [Pipeline] { [Pipeline] sh + git checkout master Switched to branch 'master' Your branch is up-to-date with 'origin/master'. [Pipeline] sh + git merge --ff appng-scheduler-1.13.x --strategy-option theirs Removing src/test/resources/xml/TestJobRecordings-testGetRecords.xml Auto-merging src/test/resources/beans-test.xml Removing src/test/java/org/appng/application/scheduler/TestJobRecordings.java Removing src/main/java/org/appng/application/scheduler/model/JobXmlModel.java Merge made by the 'recursive' strategy. application-home/beans.xml | 10 +- application-home/conf/config.xml | 40 +-- application-home/conf/datasource.xml | 93 +++--- application-home/conf/events.xml | 2 +- .../dictionary/messages-scheduler.properties | 10 +- pom.xml | 22 +- .../org/appng/application/scheduler/Constants.java | 3 +- .../application/scheduler/SchedulerUtils.java | 73 +++-- .../scheduler/business/CreateSchedulerAction.java | 6 +- .../application/scheduler/business/Records.java | 69 +++-- .../scheduler/business/SchedulerAware.java | 2 +- .../scheduler/business/SchedulerDataSource.java | 55 ++-- .../scheduler/business/SchedulingController.java | 19 +- .../business/SetSchedulerStateAction.java | 5 +- .../scheduler/business/UpdateSchedulerAction.java | 2 +- .../appng/application/scheduler/job/IndexJob.java | 2 +- .../scheduler/job/JobRecordHouseKeepingJob.java | 7 +- .../appng/application/scheduler/model/JobForm.java | 5 +- .../application/scheduler/model/JobModel.java | 187 +++++++----- .../application/scheduler/model/JobRecord.java | 26 +- .../application/scheduler/model/JobResult.java | 2 +- .../application/scheduler/model/JobXmlModel.java | 101 ------- .../scheduler/quartz/DriverDelegateWrapper.java | 2 +- .../scheduler/quartz/RecordingJobListener.java | 8 +- .../application/scheduler/quartz/RunJobEvent.java | 2 +- .../scheduler/quartz/SchedulerFactoryBean.java | 2 +- .../scheduler/quartz/SchedulerJobDetail.java | 2 +- .../quartz/SpringQuartzSchedulerFactory.java | 24 +- .../scheduler/service/JobRecordService.java | 219 +++++--------- .../scheduler/service/RecordsRestController.java | 12 +- .../scheduler/DriverDelegateWrapperTest.java | 2 +- .../application/scheduler/SchedulingTest.java | 35 ++- .../application/scheduler/TestJobFactory.java | 2 +- .../application/scheduler/TestJobRecordings.java | 152 ---------- .../scheduler/business/TestJobRecordings.java | 171 +++++++++++ .../application/scheduler/job/LongRunningJob.java | 50 ++++ src/test/resources/beans-test-core.xml | 13 + src/test/resources/{beans.xml => beans-test.xml} | 44 +-- .../xml/SchedulingTest-testCreate-job1.xml | 5 +- .../xml/SchedulingTest-testCreate-job2.xml | 5 +- .../resources/xml/SchedulingTest-testDelete.xml | 2 +- .../resources/xml/SchedulingTest-testSchedule.xml | 3 +- .../resources/xml/SchedulingTest-testShowJob.xml | 33 ++- .../resources/xml/SchedulingTest-testShowJobs.xml | 324 ++++++++++++--------- .../resources/xml/SchedulingTest-testStart.xml | 2 +- .../xml/SchedulingTest-testUnschedule.xml | 2 +- .../resources/xml/SchedulingTest-testUpdate.xml | 2 +- .../xml/TestJobRecordings-testGetRecord.xml | 84 ++++++ .../xml/TestJobRecordings-testGetRecords.xml | 76 ----- .../TestJobRecordings-testGetRecordsForJobId.xml | 122 +++++--- .../TestJobRecordings-testGetRecordsWithFilter.xml | 150 +++++----- .../xml/TestJobRecordings-testJobDetails.xml | 49 ++++ 52 files changed, 1232 insertions(+), 1108 deletions(-) delete mode 100644 src/main/java/org/appng/application/scheduler/model/JobXmlModel.java delete mode 100644 src/test/java/org/appng/application/scheduler/TestJobRecordings.java create mode 100644 src/test/java/org/appng/application/scheduler/business/TestJobRecordings.java create mode 100644 src/test/java/org/appng/application/scheduler/job/LongRunningJob.java create mode 100644 src/test/resources/beans-test-core.xml rename src/test/resources/{beans.xml => beans-test.xml} (50%) create mode 100644 src/test/resources/xml/TestJobRecordings-testGetRecord.xml delete mode 100644 src/test/resources/xml/TestJobRecordings-testGetRecords.xml create mode 100644 src/test/resources/xml/TestJobRecordings-testJobDetails.xml [Pipeline] sh + git tag appng-scheduler-1.13.0 [Pipeline] sh + git push origin appng-scheduler-1.13.0 To github.com:appNG/appng-scheduler.git * [new tag] appng-scheduler-1.13.0 -> appng-scheduler-1.13.0 [Pipeline] sh + git push To github.com:appNG/appng-scheduler.git c2eb228..27b26ca master -> master [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (prepare next version) [Pipeline] dir Running in /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler [Pipeline] { [Pipeline] sh + git show-ref --verify refs/heads/appng-scheduler-1.13.x 1f14185533a5e72f49c83a249025b80213b3de26 refs/heads/appng-scheduler-1.13.x [Pipeline] sh + git show-ref --verify --quiet refs/heads/appng-scheduler-1.13.x + git checkout appng-scheduler-1.13.x Switched to branch 'appng-scheduler-1.13.x' Your branch is ahead of 'origin/appng-scheduler-1.13.x' by 1 commit. (use "git push" to publish your local commits) [Pipeline] sh + sed -i s/1\.13\.0/1\.13\.1-SNAPSHOT/g pom.xml [Pipeline] sh + git status On branch appng-scheduler-1.13.x Your branch is ahead of 'origin/appng-scheduler-1.13.x' by 1 commit. (use "git push" to publish your local commits) Changes not staged for commit: (use "git add <file>..." to update what will be committed) (use "git checkout -- <file>..." to discard changes in working directory) modified: pom.xml no changes added to commit (use "git add" and/or "git commit -a") [Pipeline] sh + git commit -a -m preparing next version 1.13.1-SNAPSHOT [appng-scheduler-1.13.x dede3f1] preparing next version 1.13.1-SNAPSHOT 1 file changed, 1 insertion(+), 1 deletion(-) [Pipeline] sh + git push origin appng-scheduler-1.13.x To github.com:appNG/appng-scheduler.git 6f385a4..dede3f1 appng-scheduler-1.13.x -> appng-scheduler-1.13.x [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline Finished: SUCCESS