Started by user Matthias Mueller [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.1 for appng-scheduler from branch appng-scheduler-1.13.x, current snapshot is 1.13.1-SNAPSHOT, next version will be 1.13.2-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\.1-SNAPSHOT/1\.13\.1/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 ..." to update what will be committed) (use "git restore ..." 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.1 [appng-scheduler-1.13.x 3a136df] preparing release 1.13.1 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.6.3/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] ---------------------< org.appng:appng-scheduler >---------------------- [INFO] Building Scheduler 1.13.1 [INFO] --------------------------------[ jar ]--------------------------------- [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.business.TestJobRecordings 2022-08-18 10:43:33,019 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-08-18 10:43:33,036 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@1e730495, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@7d3a22a9, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@1d082e88, org.springframework.test.context.support.DirtiesContextTestExecutionListener@60704c, org.springframework.test.context.transaction.TransactionalTestExecutionListener@6b19b79, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@2a32de6c] 2022-08-18 10:43:33,659 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from URL [file:application-home/beans.xml] 2022-08-18 10:43:33,899 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext.xml] 2022-08-18 10:43:33,922 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-core.xml] 2022-08-18 10:43:34,027 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-jpa.xml] 2022-08-18 10:43:34,045 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [beans-test-core.xml] 2022-08-18 10:43:34,065 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@778d1062: startup date [Thu Aug 18 10:43:34 CEST 2022]; root of context hierarchy 2022-08-18 10:43:34,415 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring Aug 18, 2022 10:43:34 AM ch.sla.jdbcperflogger.Logger info INFO: Using config file jdbcperflogger-fallback.xml 2022-08-18 10:43:34,892 INFO [HSQLDB Server @245a26e1] hsqldb.db.HSQLDB82B01F4255.ENGINE: Checkpoint start 2022-08-18 10:43:34,892 INFO [HSQLDB Server @245a26e1] hsqldb.db.HSQLDB82B01F4255.ENGINE: checkpointClose start 2022-08-18 10:43:34,897 INFO [HSQLDB Server @245a26e1] hsqldb.db.HSQLDB82B01F4255.ENGINE: checkpointClose synched 2022-08-18 10:43:34,905 INFO [HSQLDB Server @245a26e1] hsqldb.db.HSQLDB82B01F4255.ENGINE: checkpointClose script done 2022-08-18 10:43:35,243 INFO [HSQLDB Server @245a26e1] hsqldb.db.HSQLDB82B01F4255.ENGINE: checkpointClose end 2022-08-18 10:43:35,245 INFO [HSQLDB Server @245a26e1] hsqldb.db.HSQLDB82B01F4255.ENGINE: Checkpoint end - txts: 1 2022-08-18 10:43:35,446 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'default' 2022-08-18 10:43:35,473 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: default] 2022-08-18 10:43:35,610 INFO [main] org.hibernate.Version : HHH000412: Hibernate Core {5.4.3.Final} 2022-08-18 10:43:35,884 INFO [main] org.hibernate.annotations.common.Version: HCANN000001: Hibernate Commons Annotations {5.1.0.Final} 2022-08-18 10:43:36,305 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2022-08-18 10:43:36,395 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2022-08-18 10:43:37,036 INFO [main] org.hibernate.validator.internal.util.Version: HV000001: Hibernate Validator 6.0.17.Final 2022-08-18 10:43:38,875 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-08-18 10:43:38,879 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'default' 2022-08-18 10:43:39,863 INFO [main] org.appng.application.scheduler.quartz.SchedulerFactoryBean: Quartz properties: {org.quartz.jobStore.clusterCheckinInterval=20000, org.quartz.scheduler.skipUpdateCheck=true, org.quartz.jobStore.driverDelegateClass=org.appng.application.scheduler.quartz.DriverDelegateWrapper, org.quartz.scheduler.instanceIdGenerator.class=org.quartz.simpl.HostnameInstanceIdGenerator, org.quartz.threadPool.threadCount=3, org.quartz.scheduler.interruptJobsOnShutdown=true, org.quartz.scheduler.instanceName=Scheduler_localhost, org.quartz.jobStore.driverDelegateInitString=delegate=org.quartz.impl.jdbcjobstore.HSQLDBDelegate, org.quartz.scheduler.threadName=Scheduler_localhost, org.quartz.scheduler.instanceId=AUTO, org.quartz.jobStore.isClustered=false} 2022-08-18 10:43:39,908 INFO [main] org.quartz.impl.StdSchedulerFactory: Using default implementation for ThreadExecutor 2022-08-18 10:43:39,930 INFO [main] org.quartz.core.SchedulerSignalerImpl: Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl 2022-08-18 10:43:39,930 INFO [main] org.quartz.core.QuartzScheduler: Quartz Scheduler v.2.3.1 created. 2022-08-18 10:43:40,042 INFO [main] org.springframework.scheduling.quartz.LocalDataSourceJobStore: JobStoreCMT initialized. 2022-08-18 10:43:40,043 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. 2022-08-18 10:43:40,043 INFO [main] org.quartz.impl.StdSchedulerFactory: Quartz scheduler 'Scheduler_localhost' initialized from an externally provided properties instance. 2022-08-18 10:43:40,043 INFO [main] org.quartz.impl.StdSchedulerFactory: Quartz scheduler version: 2.3.1 2022-08-18 10:43:40,043 INFO [main] org.quartz.core.QuartzScheduler: JobFactory set to: org.appng.application.scheduler.quartz.SpringQuartzSchedulerFactory@4e96cb04 2022-08-18 10:43:40,606 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@778d1062: startup date [Thu Aug 18 10:43:34 CEST 2022]; root of context hierarchy 2022-08-18 10:43:41,073 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. 2022-08-18 10:43:41,073 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-08-18 10:43:41,344 INFO [main] org.springframework.jdbc.datasource.init.ScriptUtils: Executing SQL script from class path resource [org/quartz/impl/jdbcjobstore/tables_hsqldb.sql] 2022-08-18 10:43:41,365 INFO [main] org.springframework.jdbc.datasource.init.ScriptUtils: Executed SQL script from class path resource [org/quartz/impl/jdbcjobstore/tables_hsqldb.sql] in 21 ms. 2022-08-18 10:43:41,784 WARN [main] org.appng.api.support.RequestFactoryBean: invalid value for platform property 'uploadDir', folder 'null/target/uploads' does not exist! 2022-08-18 10:43:44,021 INFO [main] org.appng.application.scheduler.SchedulerUtils: Created job: localhost.appng-scheduler_longRunningJob 2022-08-18 10:43:44,748 INFO [main] org.appng.application.scheduler.SchedulerUtils: Created trigger 'localhost.appng-scheduler_longRunningJob-crontrigger-1731311293' for job 'localhost.appng-scheduler_longRunningJob' with expression '0 0/10 * 1/1 * ? *' 2022-08-18 10:43:45,073 INFO [main] org.appng.application.scheduler.SchedulerUtils: Created job: localhost.appng-scheduler_indexJob 2022-08-18 10:43:45,411 INFO [main] org.appng.application.scheduler.SchedulerUtils: Created job: localhost.appng-scheduler_houseKeepingJob 2022-08-18 10:43:45,521 INFO [main] org.springframework.scheduling.quartz.LocalDataSourceJobStore: Freed 0 triggers from 'acquired' / 'blocked' state. 2022-08-18 10:43:45,525 INFO [main] org.springframework.scheduling.quartz.LocalDataSourceJobStore: Recovering 0 jobs that were in-progress at the time of the last shut-down. 2022-08-18 10:43:45,525 INFO [main] org.springframework.scheduling.quartz.LocalDataSourceJobStore: Recovery complete. 2022-08-18 10:43:45,526 INFO [main] org.springframework.scheduling.quartz.LocalDataSourceJobStore: Removed 0 'complete' triggers. 2022-08-18 10:43:45,527 INFO [main] org.springframework.scheduling.quartz.LocalDataSourceJobStore: Removed 0 stale fired job entries. 2022-08-18 10:43:45,529 INFO [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED started. 2022-08-18 10:43:46,038 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@778d1062: startup date [Thu Aug 18 10:43:34 CEST 2022]; root of context hierarchy 2022-08-18 10:43:46,040 INFO [main] org.springframework.context.support.DefaultLifecycleProcessor: Stopping beans in phase 2147483647 2022-08-18 10:43:46,041 INFO [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED paused. 2022-08-18 10:43:46,144 INFO [main] org.appng.application.scheduler.quartz.SchedulerFactoryBean: Shutting down Quartz Scheduler 2022-08-18 10:43:46,144 INFO [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED shutting down. 2022-08-18 10:43:46,144 INFO [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED paused. 2022-08-18 10:43:46,145 INFO [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED shutdown complete. 2022-08-18 10:43:46,148 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'default' 2022-08-18 10:43:46,149 INFO [main] org.hibernate.tool.schema.internal.SchemaDropperImpl$DelayedDropActionImpl: HHH000477: Starting delayed evictData of schema as part of SessionFactory shut-down' 2022-08-18 10:43:46,628 INFO [HSQLDB Connection @502ea9ba] hsqldb.db.HSQLDB82B01F4255.ENGINE: Database closed [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.166 s - in org.appng.application.scheduler.business.TestJobRecordings [INFO] Running org.appng.application.scheduler.SchedulingTest 2022-08-18 10:43:46,839 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-08-18 10:43:46,839 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@24381e4a, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@6c3627c, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@e5d9fa7, org.springframework.test.context.support.DirtiesContextTestExecutionListener@4010f232, org.springframework.test.context.transaction.TransactionalTestExecutionListener@24be6e34, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@39f3285d] 2022-08-18 10:43:46,845 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from URL [file:application-home/beans.xml] 2022-08-18 10:43:46,897 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext.xml] 2022-08-18 10:43:46,912 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [beans-test.xml] 2022-08-18 10:43:46,921 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]] 2022-08-18 10:43:46,921 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@5b312863: startup date [Thu Aug 18 10:43:46 CEST 2022]; root of context hierarchy 2022-08-18 10:43:46,948 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2022-08-18 10:43:47,001 INFO [main] org.quartz.impl.StdSchedulerFactory: Using default implementation for ThreadExecutor 2022-08-18 10:43:47,002 INFO [main] org.quartz.core.SchedulerSignalerImpl: Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl 2022-08-18 10:43:47,002 INFO [main] org.quartz.core.QuartzScheduler: Quartz Scheduler v.2.3.1 created. 2022-08-18 10:43:47,002 INFO [main] org.quartz.simpl.RAMJobStore : RAMJobStore initialized. 2022-08-18 10:43:47,002 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. 2022-08-18 10:43:47,002 INFO [main] org.quartz.impl.StdSchedulerFactory: Quartz scheduler 'Scheduler_localhost' initialized from an externally provided properties instance. 2022-08-18 10:43:47,002 INFO [main] org.quartz.impl.StdSchedulerFactory: Quartz scheduler version: 2.3.1 2022-08-18 10:43:47,002 INFO [main] org.quartz.core.QuartzScheduler: JobFactory set to: org.appng.application.scheduler.TestJobFactory@6821d4e1 2022-08-18 10:43:47,065 WARN [main] org.appng.api.support.RequestFactoryBean: invalid value for platform property 'uploadDir', folder 'null/target/uploads' does not exist! 2022-08-18 10:43:47,069 INFO [main] org.appng.application.scheduler.SchedulerUtils: Created job: localhost.appng-scheduler_longRunningJob 2022-08-18 10:43:47,071 INFO [main] org.appng.application.scheduler.SchedulerUtils: Created trigger 'localhost.appng-scheduler_longRunningJob-crontrigger-880740688' for job 'localhost.appng-scheduler_longRunningJob' with expression '0 0/10 * 1/1 * ? *' 2022-08-18 10:43:47,071 INFO [main] org.appng.application.scheduler.SchedulerUtils: Created job: localhost.appng-scheduler_indexJob 2022-08-18 10:43:47,071 INFO [main] org.appng.application.scheduler.SchedulerUtils: Created job: localhost.appng-scheduler_houseKeepingJob 2022-08-18 10:43:47,071 INFO [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED started. 2022-08-18 10:43:47,101 INFO [main] org.appng.application.scheduler.SchedulerUtils: Created job: localhost.appng-scheduler_mytestjob 2022-08-18 10:43:47,102 INFO [main] org.appng.application.scheduler.SchedulerUtils: Created trigger 'localhost.appng-scheduler_mytestjob-crontrigger-117629468' for job 'localhost.appng-scheduler_mytestjob' with expression '0 0/10 * * * ? 2042' 2022-08-18 10:43:47,117 INFO [main] org.appng.application.scheduler.SchedulerUtils: Created job: localhost.appng-scheduler_anotherJob 2022-08-18 10:43:47,118 INFO [main] org.appng.application.scheduler.SchedulerUtils: Created trigger 'localhost.appng-scheduler_anotherJob-crontrigger-1088692104' for job 'localhost.appng-scheduler_anotherJob' with expression '0 0/20 * * * ? 2042' 2022-08-18 10:43:47,138 INFO [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED started. 2022-08-18 10:43:47,140 INFO [main] org.appng.application.scheduler.SchedulerUtils: Deleted job: localhost.appng-scheduler_mytestjob 2022-08-18 10:43:47,158 INFO [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED started. 2022-08-18 10:43:47,160 INFO [main] org.appng.application.scheduler.SchedulerUtils: Created trigger 'localhost.appng-scheduler_indexJob-crontrigger-2032586898' for job 'localhost.appng-scheduler_indexJob' with expression '0 0/5 * * * ? 2042' 2022-08-18 10:43:47,176 INFO [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED started. 2022-08-18 10:43:47,194 INFO [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED started. 2022-08-18 10:43:47,251 INFO [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED started. 2022-08-18 10:43:47,252 INFO [main] org.appng.application.scheduler.SchedulerUtils: Created trigger 'localhost.simpletrigger-917491823' for job 'org.appng.application.scheduler.job.IndexJob' with start time 'Thu Aug 18 10:43:47 CEST 2022' 2022-08-18 10:43:47,259 INFO [Scheduler_localhost_Worker-1] org.appng.application.scheduler.TestJobFactory: executing localhost.appng-scheduler_indexJob 2022-08-18 10:43:47,280 INFO [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED started. 2022-08-18 10:43:47,282 INFO [main] org.appng.application.scheduler.SchedulerUtils: Deleted trigger 'localhost.appng-scheduler_indexJob-crontrigger-2032586898' for job 'localhost.appng-scheduler_indexJob' with expression '0 0/5 * * * ? 2042' 2022-08-18 10:43:47,305 INFO [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED started. 2022-08-18 10:43:47,331 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@5b312863: startup date [Thu Aug 18 10:43:46 CEST 2022]; root of context hierarchy 2022-08-18 10:43:47,332 INFO [main] org.springframework.context.support.DefaultLifecycleProcessor: Stopping beans in phase 2147483647 2022-08-18 10:43:47,332 INFO [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED paused. 2022-08-18 10:43:47,333 INFO [main] org.springframework.scheduling.quartz.SchedulerFactoryBean: Shutting down Quartz Scheduler 2022-08-18 10:43:47,333 INFO [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED shutting down. 2022-08-18 10:43:47,333 INFO [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED paused. 2022-08-18 10:43:47,333 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: 0.469 s - in org.appng.application.scheduler.SchedulingTest [INFO] Running org.appng.application.scheduler.DriverDelegateWrapperTest 2022-08-18 10:43:47,352 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Starting embedded database: url='jdbc:hsqldb:mem:testdb', username='sa' 2022-08-18 10:43:47,389 INFO [main] org.springframework.jdbc.datasource.init.ScriptUtils: Executing SQL script from class path resource [sql/init_quartz_tables.sql] 2022-08-18 10:43:47,400 INFO [main] org.springframework.jdbc.datasource.init.ScriptUtils: Executed SQL script from class path resource [sql/init_quartz_tables.sql] in 11 ms. 2022-08-18 10:43:47,406 INFO [main] org.quartz.impl.jdbcjobstore.JobStoreTX: Using thread monitor-based data access locking (synchronization). 2022-08-18 10:43:47,406 INFO [main] org.quartz.impl.jdbcjobstore.JobStoreTX: JobStoreTX initialized. 2022-08-18 10:43:47,408 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Starting embedded database: url='jdbc:hsqldb:mem:testdb', username='sa' 2022-08-18 10:43:47,408 INFO [main] org.springframework.jdbc.datasource.init.ScriptUtils: Executing SQL script from class path resource [sql/init_quartz_tables.sql] 2022-08-18 10:43:47,425 INFO [main] org.springframework.jdbc.datasource.init.ScriptUtils: Executed SQL script from class path resource [sql/init_quartz_tables.sql] in 17 ms. 2022-08-18 10:43:47,426 INFO [main] org.quartz.impl.jdbcjobstore.JobStoreTX: Using thread monitor-based data access locking (synchronization). 2022-08-18 10:43:47,426 INFO [main] org.quartz.impl.jdbcjobstore.JobStoreTX: JobStoreTX initialized. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.097 s - in org.appng.application.scheduler.DriverDelegateWrapperTest [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.1.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/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/JobModel.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/SchedulerUtils.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/SchedulingController.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/SchedulerAware.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/CreateSchedulerAction.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/Constants.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/SchedulerFactoryBean.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/DriverDelegateWrapper.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/service/RecordsRestController.java... 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/target/generated-sources/constants/org/appng/application/scheduler/MessageConstants.java... Loading source file /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/generated-sources/constants/org/appng/application/scheduler/PropertyConstants.java... Constructing Javadoc information... Standard Doclet version 1.8.0_332 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/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/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/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/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/JobModel.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/class-use/SchedulerUtils.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/SchedulingController.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/business/class-use/CreateSchedulerAction.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/class-use/Constants.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/SchedulerFactoryBean.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/DriverDelegateWrapper.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/service/class-use/RecordsRestController.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/class-use/MessageConstants.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/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.1-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.1-20220818-0843.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.1-sources.jar [INFO] [INFO] --- maven-gpg-plugin:3.0.1: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.1.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-scheduler/1.13.1/appng-scheduler-1.13.1.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.1/appng-scheduler-1.13.1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/appng-scheduler-1.13.1-javadoc.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-scheduler/1.13.1/appng-scheduler-1.13.1-javadoc.jar [INFO] Installing /srv/www/appng.org/appng/builds/stable/appng-scheduler-1.13.1-20220818-0843.zip to /var/lib/jenkins/.m2/repository/org/appng/appng-scheduler/1.13.1/appng-scheduler-1.13.1.zip [INFO] Installing /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/appng-scheduler-1.13.1-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-scheduler/1.13.1/appng-scheduler-1.13.1-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/appng-scheduler-1.13.1.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-scheduler/1.13.1/appng-scheduler-1.13.1.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/appng-scheduler-1.13.1.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-scheduler/1.13.1/appng-scheduler-1.13.1.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/appng-scheduler-1.13.1-javadoc.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-scheduler/1.13.1/appng-scheduler-1.13.1-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.1-20220818-0843.zip.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-scheduler/1.13.1/appng-scheduler-1.13.1.zip.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/appng-scheduler-1.13.1-sources.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-scheduler/1.13.1/appng-scheduler-1.13.1-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.15.1-02 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.1.jar to /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-scheduler/1.13.1/appng-scheduler-1.13.1.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.1/appng-scheduler-1.13.1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/appng-scheduler-1.13.1-javadoc.jar to /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-scheduler/1.13.1/appng-scheduler-1.13.1-javadoc.jar [INFO] Installing /srv/www/appng.org/appng/builds/stable/appng-scheduler-1.13.1-20220818-0843.zip to /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-scheduler/1.13.1/appng-scheduler-1.13.1.zip [INFO] Installing /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/appng-scheduler-1.13.1-sources.jar to /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-scheduler/1.13.1/appng-scheduler-1.13.1-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/appng-scheduler-1.13.1.jar.asc to /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-scheduler/1.13.1/appng-scheduler-1.13.1.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/appng-scheduler-1.13.1.pom.asc to /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-scheduler/1.13.1/appng-scheduler-1.13.1.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/appng-scheduler-1.13.1-javadoc.jar.asc to /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-scheduler/1.13.1/appng-scheduler-1.13.1-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.1-20220818-0843.zip.asc to /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-scheduler/1.13.1/appng-scheduler-1.13.1.zip.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/appng-scheduler-1.13.1-sources.jar.asc to /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-scheduler/1.13.1/appng-scheduler-1.13.1-sources.jar.asc [INFO] Performing remote staging... [INFO] [INFO] * Remote staging into staging profile ID "5db33f1e7729b7" [INFO] * Created staging repository with ID "orgappng-1109". [INFO] * Staging repository at https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1109 [INFO] * Uploading locally staged artifacts to profile org.appng Uploading to sonatype: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1109/org/appng/appng-scheduler/1.13.1/appng-scheduler-1.13.1-javadoc.jar.asc Progress (1): 488 B Uploaded to sonatype: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1109/org/appng/appng-scheduler/1.13.1/appng-scheduler-1.13.1-javadoc.jar.asc (488 B at 810 B/s) Downloading from sonatype: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1109/org/appng/appng-scheduler/maven-metadata.xml Uploading to sonatype: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1109/org/appng/appng-scheduler/maven-metadata.xml Progress (1): 306 B Uploaded to sonatype: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1109/org/appng/appng-scheduler/maven-metadata.xml (306 B at 533 B/s) Uploading to sonatype: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1109/org/appng/appng-scheduler/1.13.1/appng-scheduler-1.13.1.jar Progress (1): 4.1/71 kB Progress (1): 8.2/71 kB Progress (1): 12/71 kB Progress (1): 16/71 kB Progress (1): 20/71 kB Progress (1): 25/71 kB Progress (1): 29/71 kB Progress (1): 33/71 kB Progress (1): 37/71 kB Progress (1): 41/71 kB Progress (1): 45/71 kB Progress (1): 49/71 kB Progress (1): 53/71 kB Progress (1): 57/71 kB Progress (1): 61/71 kB Progress (1): 66/71 kB Progress (1): 70/71 kB Progress (1): 71 kB Uploaded to sonatype: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1109/org/appng/appng-scheduler/1.13.1/appng-scheduler-1.13.1.jar (71 kB at 94 kB/s) Uploading to sonatype: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1109/org/appng/appng-scheduler/1.13.1/appng-scheduler-1.13.1.pom Progress (1): 4.1/7.6 kB Progress (1): 7.6 kB Uploaded to sonatype: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1109/org/appng/appng-scheduler/1.13.1/appng-scheduler-1.13.1.pom (7.6 kB at 13 kB/s) Uploading to sonatype: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1109/org/appng/appng-scheduler/1.13.1/appng-scheduler-1.13.1-sources.jar Progress (1): 4.1/44 kB Progress (1): 8.2/44 kB Progress (1): 12/44 kB Progress (1): 16/44 kB Progress (1): 20/44 kB Progress (1): 25/44 kB Progress (1): 29/44 kB Progress (1): 33/44 kB Progress (1): 37/44 kB Progress (1): 41/44 kB Progress (1): 44 kB Uploaded to sonatype: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1109/org/appng/appng-scheduler/1.13.1/appng-scheduler-1.13.1-sources.jar (44 kB at 76 kB/s) Uploading to sonatype: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1109/org/appng/appng-scheduler/1.13.1/appng-scheduler-1.13.1.jar.asc Progress (1): 488 B Uploaded to sonatype: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1109/org/appng/appng-scheduler/1.13.1/appng-scheduler-1.13.1.jar.asc (488 B at 2.5 kB/s) Uploading to sonatype: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1109/org/appng/appng-scheduler/1.13.1/appng-scheduler-1.13.1-javadoc.jar Progress (1): 4.1/195 kB Progress (1): 8.2/195 kB Progress (1): 12/195 kB Progress (1): 16/195 kB Progress (1): 20/195 kB Progress (1): 25/195 kB Progress (1): 29/195 kB Progress (1): 33/195 kB Progress (1): 37/195 kB Progress (1): 41/195 kB Progress (1): 45/195 kB Progress (1): 49/195 kB Progress (1): 53/195 kB Progress (1): 57/195 kB Progress (1): 61/195 kB Progress (1): 66/195 kB Progress (1): 70/195 kB Progress (1): 74/195 kB Progress (1): 78/195 kB Progress (1): 82/195 kB Progress (1): 86/195 kB Progress (1): 90/195 kB Progress (1): 94/195 kB Progress (1): 98/195 kB Progress (1): 102/195 kB Progress (1): 106/195 kB Progress (1): 111/195 kB Progress (1): 115/195 kB Progress (1): 119/195 kB Progress (1): 123/195 kB Progress (1): 127/195 kB Progress (1): 131/195 kB Progress (1): 135/195 kB Progress (1): 139/195 kB Progress (1): 143/195 kB Progress (1): 147/195 kB Progress (1): 152/195 kB Progress (1): 156/195 kB Progress (1): 160/195 kB Progress (1): 164/195 kB Progress (1): 168/195 kB Progress (1): 172/195 kB Progress (1): 176/195 kB Progress (1): 180/195 kB Progress (1): 184/195 kB Progress (1): 188/195 kB Progress (1): 193/195 kB Progress (1): 195 kB Uploaded to sonatype: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1109/org/appng/appng-scheduler/1.13.1/appng-scheduler-1.13.1-javadoc.jar (195 kB at 289 kB/s) Uploading to sonatype: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1109/org/appng/appng-scheduler/1.13.1/appng-scheduler-1.13.1.pom.asc Progress (1): 488 B Uploaded to sonatype: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1109/org/appng/appng-scheduler/1.13.1/appng-scheduler-1.13.1.pom.asc (488 B at 2.5 kB/s) Uploading to sonatype: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1109/org/appng/appng-scheduler/1.13.1/appng-scheduler-1.13.1.zip.asc Progress (1): 488 B Uploaded to sonatype: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1109/org/appng/appng-scheduler/1.13.1/appng-scheduler-1.13.1.zip.asc (488 B at 2.6 kB/s) Uploading to sonatype: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1109/org/appng/appng-scheduler/1.13.1/appng-scheduler-1.13.1.zip Progress (1): 4.1/73 kB Progress (1): 8.2/73 kB Progress (1): 12/73 kB Progress (1): 16/73 kB Progress (1): 20/73 kB Progress (1): 25/73 kB Progress (1): 29/73 kB Progress (1): 33/73 kB Progress (1): 37/73 kB Progress (1): 41/73 kB Progress (1): 45/73 kB Progress (1): 49/73 kB Progress (1): 53/73 kB Progress (1): 57/73 kB Progress (1): 61/73 kB Progress (1): 66/73 kB Progress (1): 70/73 kB Progress (1): 73 kB Uploaded to sonatype: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1109/org/appng/appng-scheduler/1.13.1/appng-scheduler-1.13.1.zip (73 kB at 127 kB/s) Uploading to sonatype: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1109/org/appng/appng-scheduler/1.13.1/appng-scheduler-1.13.1-sources.jar.asc Progress (1): 488 B Uploaded to sonatype: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1109/org/appng/appng-scheduler/1.13.1/appng-scheduler-1.13.1-sources.jar.asc (488 B at 2.5 kB/s) [INFO] * Upload of locally staged artifacts finished. [INFO] * Closing staging repository with ID "orgappng-1109". Waiting for operation to complete... ........... [INFO] Remote staged 1 repositories, finished with success. [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:17 min [INFO] Finished at: 2022-08-18T10:44:43+02:00 [INFO] ------------------------------------------------------------------------ [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] 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.1 [Pipeline] sh + mkdir --parents /srv/www/appng.org/appng-scheduler/docs/1.13.1/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.1/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 tag appng-scheduler-1.13.1 [Pipeline] sh + git push origin appng-scheduler-1.13.1 To github.com:appNG/appng-scheduler.git * [new tag] appng-scheduler-1.13.1 -> appng-scheduler-1.13.1 [Pipeline] sh + git push To github.com:appNG/appng-scheduler.git 34aed31..3a136df appng-scheduler-1.13.x -> appng-scheduler-1.13.x [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 3a136dfb05c3f2a4d09db61265e44472a369aa2b 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 Already on 'appng-scheduler-1.13.x' Your branch is up to date with 'origin/appng-scheduler-1.13.x'. [Pipeline] sh + sed -i s/1\.13\.1/1\.13\.2-SNAPSHOT/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 ..." to update what will be committed) (use "git restore ..." 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.2-SNAPSHOT [appng-scheduler-1.13.x cd906ce] preparing next version 1.13.2-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 3a136df..cd906ce 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