Package: src:libquartz-java
Version: 1:1.8.6-8
Severity: serious
Tags: ftbfs forky sid

Dear maintainer:

During a rebuild of all packages in unstable, this package failed to build.

Below you will find the last part of the build log (probably the most
relevant part, but not necessarily). If required, the full build log
is available here:

https://people.debian.org/~sanvila/build-logs/202512/

About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.

If you cannot reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.

If this is really a bug in one of the build-depends, please use
reassign and add an affects on src:libquartz-java, so that this is still
visible in the BTS web page for this package.

Thanks.

--------------------------------------------------------------------------------
[...]
 debian/rules clean
dh clean --with javahelper
   dh_auto_clean
        bash -c "for dir in \$(find . -name target -type d); do if [ -f \$(echo 
\$dir | sed -e s/target\$/pom.xml/) ]; then rm -Rf \$dir; fi done"
        mh_unpatchpoms -plibquartz-java
   jh_clean
Duplicate specification "unlink|u" for option "u"
   dh_clean
 debian/rules binary
dh binary --with javahelper
   dh_update_autotools_config
   dh_autoreconf
   dh_auto_configure
        mh_patchpoms -plibquartz-java --debian-build --keep-pom-version 
--maven-repo=/<<PKGBUILDDIR>>/debian/maven-repo
   jh_linkjars
   dh_auto_build
        /usr/lib/jvm/default-java/bin/java -noverify -cp 
/usr/share/maven/boot/plexus-classworlds-2.x.jar -Dmaven.home=/usr/share/maven 
-Dmaven.multiModuleProjectDirectory=/<<PKGBUILDDIR>> 
-Dclassworlds.conf=/etc/maven/m2-debian.conf 
-Dproperties.file.manual=/<<PKGBUILDDIR>>/debian/maven.properties 
org.codehaus.plexus.classworlds.launcher.Launcher 
-s/etc/maven/settings-debian.xml -Ddebian.dir=/<<PKGBUILDDIR>>/debian 
-Dmaven.repo.local=/<<PKGBUILDDIR>>/debian/maven-repo --batch-mode package 
-DskipTests -Dnotimestamp=true -Dlocale=en_US
OpenJDK 64-Bit Server VM warning: Options -Xverify:none and -noverify were 
deprecated in JDK 13 and will likely be removed in a future release.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Quartz Parent POM                                                  [pom]
[INFO] Quartz Enterprise Job Scheduler                                    [jar]
[INFO] 
[INFO] -----------------< org.quartz-scheduler:quartz-parent >-----------------
[INFO] Building Quartz Parent POM 1.8.6                                   [1/2]
[INFO]   from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --------------------< org.quartz-scheduler:quartz >---------------------
[INFO] Building Quartz Enterprise Job Scheduler 1.8.6                     [2/2]
[INFO]   from quartz/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[WARNING] The artifact org.apache.maven.plugins:maven-jar-plugin:jar:3.1.2 has 
been relocated to org.apache.maven.plugins:maven-jar-plugin:jar:3.3.0
[WARNING] The artifact org.hamcrest:hamcrest-library:jar:debian has been 
relocated to org.hamcrest:hamcrest:jar:debian
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ quartz ---
[WARNING] File encoding has not been set, using platform encoding UTF-8. Build 
is platform dependent!
[WARNING] See https://maven.apache.org/general.html#encoding-warning
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, 
i.e. build is platform dependent!
[INFO] Copying 3 resources from src/main/resources to target/classes
[INFO] The encoding used to copy filtered properties files has not been set. 
This means that the same encoding will be used to copy filtered properties 
files as when copying other filtered resources. This might not be what you 
want! Run your build with --debug to see which files might be affected. Read 
more at 
https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ quartz ---
[INFO] Recompiling the module because of changed source code.
[WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. 
build is platform dependent!
[INFO] Compiling 172 source files with javac [debug release 8] to target/classes
[WARNING] source value 8 is obsolete and will be removed in a future release
[WARNING] target value 8 is obsolete and will be removed in a future release
[WARNING] To suppress warnings about obsolete options, use -Xlint:-options.
[INFO] 
/<<PKGBUILDDIR>>/quartz/src/main/java/org/quartz/simpl/SimpleTimeBroker.java: 
Some input files use or override a deprecated API.
[INFO] 
/<<PKGBUILDDIR>>/quartz/src/main/java/org/quartz/simpl/SimpleTimeBroker.java: 
Recompile with -Xlint:deprecation for details.
[INFO] 
/<<PKGBUILDDIR>>/quartz/src/main/java/org/quartz/utils/PropertiesParser.java: 
Some input files use unchecked or unsafe operations.
[INFO] 
/<<PKGBUILDDIR>>/quartz/src/main/java/org/quartz/utils/PropertiesParser.java: 
Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ quartz ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, 
i.e. build is platform dependent!
[INFO] Copying 14 resources from src/test/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ quartz ---
[INFO] Recompiling the module because of changed dependency.
[WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. 
build is platform dependent!
[INFO] Compiling 24 source files with javac [debug release 8] to 
target/test-classes
[WARNING] source value 8 is obsolete and will be removed in a future release
[WARNING] target value 8 is obsolete and will be removed in a future release
[WARNING] To suppress warnings about obsolete options, use -Xlint:-options.
[INFO] /<<PKGBUILDDIR>>/quartz/src/test/java/org/quartz/JobDataMapTest.java: 
Some input files use or override a deprecated API.
[INFO] /<<PKGBUILDDIR>>/quartz/src/test/java/org/quartz/JobDataMapTest.java: 
Recompile with -Xlint:deprecation for details.
[INFO] /<<PKGBUILDDIR>>/quartz/src/test/java/org/quartz/SimpleTriggerTest.java: 
Some input files use unchecked or unsafe operations.
[INFO] /<<PKGBUILDDIR>>/quartz/src/test/java/org/quartz/SimpleTriggerTest.java: 
Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- surefire:2.22.3:test (default-test) @ quartz ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use 
systemPropertyVariables instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ quartz ---
[INFO] Building jar: /<<PKGBUILDDIR>>/quartz/target/quartz-1.8.6.jar
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Quartz Parent POM 1.8.6:
[INFO] 
[INFO] Quartz Parent POM .................................. SUCCESS [  0.001 s]
[INFO] Quartz Enterprise Job Scheduler .................... SUCCESS [  3.124 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.217 s
[INFO] Finished at: 2025-12-16T15:13:24Z
[INFO] ------------------------------------------------------------------------
   dh_auto_test
        /usr/lib/jvm/default-java/bin/java -noverify -cp 
/usr/share/maven/boot/plexus-classworlds-2.x.jar -Dmaven.home=/usr/share/maven 
-Dmaven.multiModuleProjectDirectory=/<<PKGBUILDDIR>> 
-Dclassworlds.conf=/etc/maven/m2-debian.conf 
-Dproperties.file.manual=/<<PKGBUILDDIR>>/debian/maven.properties 
org.codehaus.plexus.classworlds.launcher.Launcher 
-s/etc/maven/settings-debian.xml -Ddebian.dir=/<<PKGBUILDDIR>>/debian 
-Dmaven.repo.local=/<<PKGBUILDDIR>>/debian/maven-repo --batch-mode test
OpenJDK 64-Bit Server VM warning: Options -Xverify:none and -noverify were 
deprecated in JDK 13 and will likely be removed in a future release.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Quartz Parent POM                                                  [pom]
[INFO] Quartz Enterprise Job Scheduler                                    [jar]
[INFO] 
[INFO] -----------------< org.quartz-scheduler:quartz-parent >-----------------
[INFO] Building Quartz Parent POM 1.8.6                                   [1/2]
[INFO]   from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --------------------< org.quartz-scheduler:quartz >---------------------
[INFO] Building Quartz Enterprise Job Scheduler 1.8.6                     [2/2]
[INFO]   from quartz/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[WARNING] The artifact org.hamcrest:hamcrest-library:jar:debian has been 
relocated to org.hamcrest:hamcrest:jar:debian
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ quartz ---
[WARNING] File encoding has not been set, using platform encoding UTF-8. Build 
is platform dependent!
[WARNING] See https://maven.apache.org/general.html#encoding-warning
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, 
i.e. build is platform dependent!
[INFO] Copying 3 resources from src/main/resources to target/classes
[INFO] The encoding used to copy filtered properties files has not been set. 
This means that the same encoding will be used to copy filtered properties 
files as when copying other filtered resources. This might not be what you 
want! Run your build with --debug to see which files might be affected. Read 
more at 
https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ quartz ---
[INFO] Nothing to compile - all classes are up to date.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ quartz ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, 
i.e. build is platform dependent!
[INFO] Copying 14 resources from src/test/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ quartz ---
[INFO] Nothing to compile - all classes are up to date.
[INFO] 
[INFO] --- surefire:2.22.3:test (default-test) @ quartz ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use 
systemPropertyVariables instead.
[WARNING] The parameter forkMode is deprecated since version 2.14. Use 
forkCount and reuseForks instead.
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.quartz.NthIncludedDayTriggerTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 s 
- in org.quartz.NthIncludedDayTriggerTest
[INFO] Running org.quartz.xml.XMLSchedulingDataProcessorTest
2025-12-16 15:13:56,859 INFO [org.quartz.impl.StdSchedulerFactory] - Using 
default implementation for ThreadExecutor
2025-12-16 15:13:56,861 INFO [org.quartz.simpl.SimpleThreadPool] - Job 
execution threads will use class loader of thread: main
2025-12-16 15:13:56,874 INFO [org.quartz.core.SchedulerSignalerImpl] - 
Initialized Scheduler Signaller of type: class 
org.quartz.core.SchedulerSignalerImpl
2025-12-16 15:13:56,874 INFO [org.quartz.core.QuartzScheduler] - Quartz 
Scheduler v.1.8.6 created.
2025-12-16 15:13:56,875 INFO [org.quartz.simpl.RAMJobStore] - RAMJobStore 
initialized.
2025-12-16 15:13:56,875 INFO [org.quartz.core.QuartzScheduler] - Scheduler 
meta-data: Quartz Scheduler (v1.8.6) 'DefaultQuartzScheduler' 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 10 threads.
  Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support 
persistence. and is not clustered.

2025-12-16 15:13:56,875 INFO [org.quartz.impl.StdSchedulerFactory] - Quartz 
scheduler 'DefaultQuartzScheduler' initialized from default resource file in 
Quartz package: 'quartz.properties'
2025-12-16 15:13:56,875 INFO [org.quartz.impl.StdSchedulerFactory] - Quartz 
scheduler version: 1.8.6
2025-12-16 15:13:56,895 INFO [org.quartz.xml.XMLSchedulingDataProcessor] - 
Parsing XML file: quartz_data.xml with systemId: 
/<<PKGBUILDDIR>>/quartz/quartz_data.xml
2025-12-16 15:13:56,971 INFO [org.quartz.xml.XMLSchedulingDataProcessor] - 
Adding 1 jobs, 1 triggers.
2025-12-16 15:13:56,971 INFO [org.quartz.core.QuartzScheduler] - Scheduler 
DefaultQuartzScheduler_$_NON_CLUSTERED shutting down.
2025-12-16 15:13:56,972 INFO [org.quartz.core.QuartzScheduler] - Scheduler 
DefaultQuartzScheduler_$_NON_CLUSTERED paused.
2025-12-16 15:13:56,972 INFO [org.quartz.core.QuartzScheduler] - Scheduler 
DefaultQuartzScheduler_$_NON_CLUSTERED shutdown complete.
2025-12-16 15:13:56,974 INFO [org.quartz.impl.StdSchedulerFactory] - Using 
default implementation for ThreadExecutor
2025-12-16 15:13:56,974 INFO [org.quartz.simpl.SimpleThreadPool] - Job 
execution threads will use class loader of thread: main
2025-12-16 15:13:56,976 INFO [org.quartz.core.SchedulerSignalerImpl] - 
Initialized Scheduler Signaller of type: class 
org.quartz.core.SchedulerSignalerImpl
2025-12-16 15:13:56,976 INFO [org.quartz.core.QuartzScheduler] - Quartz 
Scheduler v.1.8.6 created.
2025-12-16 15:13:56,976 INFO [org.quartz.simpl.RAMJobStore] - RAMJobStore 
initialized.
2025-12-16 15:13:56,976 INFO [org.quartz.core.QuartzScheduler] - Scheduler 
meta-data: Quartz Scheduler (v1.8.6) 'DefaultQuartzScheduler' 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 10 threads.
  Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support 
persistence. and is not clustered.

2025-12-16 15:13:56,977 INFO [org.quartz.impl.StdSchedulerFactory] - Quartz 
scheduler 'DefaultQuartzScheduler' initialized from default resource file in 
Quartz package: 'quartz.properties'
2025-12-16 15:13:56,977 INFO [org.quartz.impl.StdSchedulerFactory] - Quartz 
scheduler version: 1.8.6
2025-12-16 15:13:56,979 INFO [org.quartz.xml.XMLSchedulingDataProcessor] - 
Parsing XML file: org/quartz/xml/bad-job-config.xml with systemId: 
/<<PKGBUILDDIR>>/quartz/target/test-classes/org/quartz/xml/bad-job-config.xml
2025-12-16 15:13:56,982 INFO [org.quartz.core.QuartzScheduler] - Scheduler 
DefaultQuartzScheduler_$_NON_CLUSTERED shutting down.
2025-12-16 15:13:56,982 INFO [org.quartz.core.QuartzScheduler] - Scheduler 
DefaultQuartzScheduler_$_NON_CLUSTERED paused.
2025-12-16 15:13:56,983 INFO [org.quartz.core.QuartzScheduler] - Scheduler 
DefaultQuartzScheduler_$_NON_CLUSTERED shutdown complete.
2025-12-16 15:13:56,985 INFO [org.quartz.impl.StdSchedulerFactory] - Using 
default implementation for ThreadExecutor
2025-12-16 15:13:56,985 INFO [org.quartz.simpl.SimpleThreadPool] - Job 
execution threads will use class loader of thread: main
2025-12-16 15:13:56,995 INFO [org.quartz.core.SchedulerSignalerImpl] - 
Initialized Scheduler Signaller of type: class 
org.quartz.core.SchedulerSignalerImpl
2025-12-16 15:13:56,995 INFO [org.quartz.core.QuartzScheduler] - Quartz 
Scheduler v.1.8.6 created.
2025-12-16 15:13:56,995 INFO [org.quartz.simpl.RAMJobStore] - RAMJobStore 
initialized.
2025-12-16 15:13:56,995 INFO [org.quartz.core.QuartzScheduler] - Scheduler 
meta-data: Quartz Scheduler (v1.8.6) 'DefaultQuartzScheduler' 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 10 threads.
  Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support 
persistence. and is not clustered.

2025-12-16 15:13:56,996 INFO [org.quartz.impl.StdSchedulerFactory] - Quartz 
scheduler 'DefaultQuartzScheduler' initialized from default resource file in 
Quartz package: 'quartz.properties'
2025-12-16 15:13:56,996 INFO [org.quartz.impl.StdSchedulerFactory] - Quartz 
scheduler version: 1.8.6
2025-12-16 15:13:56,999 INFO [org.quartz.xml.XMLSchedulingDataProcessor] - 
Parsing XML file: org/quartz/xml/directives_no-overwrite_ignoredups.xml with 
systemId: 
/<<PKGBUILDDIR>>/quartz/target/test-classes/org/quartz/xml/directives_no-overwrite_ignoredups.xml
2025-12-16 15:13:57,026 INFO [org.quartz.xml.XMLSchedulingDataProcessor] - 
Adding 2 jobs, 2 triggers.
2025-12-16 15:13:57,028 INFO [org.quartz.xml.XMLSchedulingDataProcessor] - Not 
overwriting existing job: DEFAULT.job1
2025-12-16 15:13:57,028 INFO [org.quartz.xml.XMLSchedulingDataProcessor] - Not 
overwriting existing job: DEFAULT.job2
2025-12-16 15:13:57,028 INFO [org.quartz.xml.XMLSchedulingDataProcessor] - Not 
overwriting existing trigger: DEFAULT.job1
2025-12-16 15:13:57,028 INFO [org.quartz.xml.XMLSchedulingDataProcessor] - Not 
overwriting existing trigger: DEFAULT.job2
2025-12-16 15:13:57,028 INFO [org.quartz.core.QuartzScheduler] - Scheduler 
DefaultQuartzScheduler_$_NON_CLUSTERED shutting down.
2025-12-16 15:13:57,028 INFO [org.quartz.core.QuartzScheduler] - Scheduler 
DefaultQuartzScheduler_$_NON_CLUSTERED paused.
2025-12-16 15:13:57,028 INFO [org.quartz.core.QuartzScheduler] - Scheduler 
DefaultQuartzScheduler_$_NON_CLUSTERED shutdown complete.
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.247 s 
- in org.quartz.xml.XMLSchedulingDataProcessorTest
[INFO] Running org.quartz.PriorityTest
2025-12-16 15:14:27,570 INFO [org.quartz.impl.StdSchedulerFactory] - Using 
default implementation for ThreadExecutor
2025-12-16 15:14:27,572 INFO [org.quartz.simpl.SimpleThreadPool] - Job 
execution threads will use class loader of thread: main
2025-12-16 15:14:27,580 INFO [org.quartz.core.SchedulerSignalerImpl] - 
Initialized Scheduler Signaller of type: class 
org.quartz.core.SchedulerSignalerImpl
2025-12-16 15:14:27,580 INFO [org.quartz.core.QuartzScheduler] - Quartz 
Scheduler v.1.8.6 created.
2025-12-16 15:14:27,580 INFO [org.quartz.simpl.RAMJobStore] - RAMJobStore 
initialized.
2025-12-16 15:14:27,581 INFO [org.quartz.core.QuartzScheduler] - Scheduler 
meta-data: Quartz Scheduler (v1.8.6) 'DefaultQuartzScheduler' 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 10 threads.
  Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support 
persistence. and is not clustered.

2025-12-16 15:14:27,581 INFO [org.quartz.impl.StdSchedulerFactory] - Quartz 
scheduler 'DefaultQuartzScheduler' initialized from default resource file in 
Quartz package: 'quartz.properties'
2025-12-16 15:14:27,581 INFO [org.quartz.impl.StdSchedulerFactory] - Quartz 
scheduler version: 1.8.6
2025-12-16 15:14:27,582 INFO [org.quartz.core.QuartzScheduler] - Scheduler 
DefaultQuartzScheduler_$_NON_CLUSTERED started.
2025-12-16 15:14:28,586 INFO [org.quartz.core.QuartzScheduler] - Scheduler 
DefaultQuartzScheduler_$_NON_CLUSTERED shutting down.
2025-12-16 15:14:28,587 INFO [org.quartz.core.QuartzScheduler] - Scheduler 
DefaultQuartzScheduler_$_NON_CLUSTERED paused.
2025-12-16 15:14:28,587 INFO [org.quartz.core.QuartzScheduler] - Scheduler 
DefaultQuartzScheduler_$_NON_CLUSTERED shutdown complete.
2025-12-16 15:14:28,591 INFO [org.quartz.impl.StdSchedulerFactory] - Using 
default implementation for ThreadExecutor
2025-12-16 15:14:28,591 INFO [org.quartz.simpl.SimpleThreadPool] - Job 
execution threads will use class loader of thread: main
2025-12-16 15:14:28,593 INFO [org.quartz.core.SchedulerSignalerImpl] - 
Initialized Scheduler Signaller of type: class 
org.quartz.core.SchedulerSignalerImpl
2025-12-16 15:14:28,593 INFO [org.quartz.core.QuartzScheduler] - Quartz 
Scheduler v.1.8.6 created.
2025-12-16 15:14:28,593 INFO [org.quartz.simpl.RAMJobStore] - RAMJobStore 
initialized.
2025-12-16 15:14:28,593 INFO [org.quartz.core.QuartzScheduler] - Scheduler 
meta-data: Quartz Scheduler (v1.8.6) 'DefaultQuartzScheduler' 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 10 threads.
  Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support 
persistence. and is not clustered.

2025-12-16 15:14:28,593 INFO [org.quartz.impl.StdSchedulerFactory] - Quartz 
scheduler 'DefaultQuartzScheduler' initialized from default resource file in 
Quartz package: 'quartz.properties'
2025-12-16 15:14:28,593 INFO [org.quartz.impl.StdSchedulerFactory] - Quartz 
scheduler version: 1.8.6
2025-12-16 15:14:28,594 INFO [org.quartz.core.QuartzScheduler] - Scheduler 
DefaultQuartzScheduler_$_NON_CLUSTERED started.
2025-12-16 15:14:29,594 INFO [org.quartz.core.QuartzScheduler] - Scheduler 
DefaultQuartzScheduler_$_NON_CLUSTERED shutting down.
2025-12-16 15:14:29,594 INFO [org.quartz.core.QuartzScheduler] - Scheduler 
DefaultQuartzScheduler_$_NON_CLUSTERED paused.
2025-12-16 15:14:29,594 INFO [org.quartz.core.QuartzScheduler] - Scheduler 
DefaultQuartzScheduler_$_NON_CLUSTERED shutdown complete.
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.112 s 
- in org.quartz.PriorityTest
[INFO] Running org.quartz.impl.jdbcjobstore.StdJDBCDelegateTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.106 s 
- in org.quartz.impl.jdbcjobstore.StdJDBCDelegateTest
[INFO] Running org.quartz.impl.DirectSchedulerFactoryTest
2025-12-16 15:15:30,631 INFO [org.quartz.core.SchedulerSignalerImpl] - 
Initialized Scheduler Signaller of type: class 
org.quartz.core.SchedulerSignalerImpl
2025-12-16 15:15:30,632 INFO [org.quartz.core.QuartzScheduler] - Quartz 
Scheduler v.1.8.6 created.
2025-12-16 15:15:30,633 INFO [org.quartz.simpl.RAMJobStore] - RAMJobStore 
initialized.
2025-12-16 15:15:30,634 INFO [org.quartz.core.QuartzScheduler] - Scheduler 
meta-data: Quartz Scheduler (v1.8.6) 'MyScheduler' with instanceId 'Instance1'
  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 1 threads.
  Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support 
persistence. and is not clustered.

2025-12-16 15:15:30,635 INFO [org.quartz.impl.DirectSchedulerFactory] - Quartz 
scheduler 'MyScheduler
2025-12-16 15:15:30,635 INFO [org.quartz.impl.DirectSchedulerFactory] - Quartz 
scheduler version: 1.8.6
2025-12-16 15:15:30,635 INFO [org.quartz.core.QuartzScheduler] - Scheduler 
MyScheduler_$_Instance1 started.
2025-12-16 15:15:30,635 INFO [org.quartz.core.QuartzScheduler] - Scheduler 
MyScheduler_$_Instance1 shutting down.
2025-12-16 15:15:30,635 INFO [org.quartz.core.QuartzScheduler] - Scheduler 
MyScheduler_$_Instance1 paused.
2025-12-16 15:15:30,636 INFO [org.quartz.core.QuartzScheduler] - Scheduler 
MyScheduler_$_Instance1 shutdown complete.
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.078 s 
- in org.quartz.impl.DirectSchedulerFactoryTest
[INFO] Running org.quartz.impl.calendar.DailyCalendarTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 s 
- in org.quartz.impl.calendar.DailyCalendarTest
[INFO] Running org.quartz.impl.calendar.BaseCalendarTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s 
- in org.quartz.impl.calendar.BaseCalendarTest
[INFO] Running org.quartz.impl.SchedulerDetailsSetterTest
2025-12-16 15:17:02,075 INFO [org.quartz.impl.StdSchedulerFactory] - Using 
default implementation for ThreadExecutor
2025-12-16 15:17:02,080 INFO [org.quartz.core.SchedulerSignalerImpl] - 
Initialized Scheduler Signaller of type: class 
org.quartz.core.SchedulerSignalerImpl
2025-12-16 15:17:02,080 INFO [org.quartz.core.QuartzScheduler] - Quartz 
Scheduler v.1.8.6 created.
2025-12-16 15:17:02,080 INFO 
[org.quartz.impl.SchedulerDetailsSetterTest$MyJobStore] - RAMJobStore 
initialized.
2025-12-16 15:17:02,080 INFO [org.quartz.core.QuartzScheduler] - Scheduler 
meta-data: Quartz Scheduler (v1.8.6) 'DefaultQuartzScheduler' 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.impl.SchedulerDetailsSetterTest$MyThreadPool' - 
with 10 threads.
  Using job-store 'org.quartz.impl.SchedulerDetailsSetterTest$MyJobStore' - 
which does not support persistence. and is not clustered.

2025-12-16 15:17:02,080 INFO [org.quartz.impl.StdSchedulerFactory] - Quartz 
scheduler 'DefaultQuartzScheduler' initialized from an externally provided 
properties instance.
2025-12-16 15:17:02,080 INFO [org.quartz.impl.StdSchedulerFactory] - Quartz 
scheduler version: 1.8.6
2025-12-16 15:17:02,082 INFO [org.quartz.core.SchedulerSignalerImpl] - 
Initialized Scheduler Signaller of type: class 
org.quartz.core.SchedulerSignalerImpl
2025-12-16 15:17:02,082 INFO [org.quartz.core.QuartzScheduler] - Quartz 
Scheduler v.1.8.6 created.
2025-12-16 15:17:02,082 INFO 
[org.quartz.impl.SchedulerDetailsSetterTest$MyJobStore] - RAMJobStore 
initialized.
2025-12-16 15:17:02,082 INFO [org.quartz.core.QuartzScheduler] - Scheduler 
meta-data: Quartz Scheduler (v1.8.6) 'SimpleQuartzScheduler' with instanceId 
'SIMPLE_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.impl.SchedulerDetailsSetterTest$MyThreadPool' - 
with -1 threads.
  Using job-store 'org.quartz.impl.SchedulerDetailsSetterTest$MyJobStore' - 
which does not support persistence. and is not clustered.

2025-12-16 15:17:02,083 INFO [org.quartz.impl.DirectSchedulerFactory] - Quartz 
scheduler 'SimpleQuartzScheduler
2025-12-16 15:17:02,083 INFO [org.quartz.impl.DirectSchedulerFactory] - Quartz 
scheduler version: 1.8.6
2025-12-16 15:17:02,083 WARN [org.quartz.impl.SchedulerDetailsSetter] - 
java.lang.Object does not contain public method setInstanceName(String)
2025-12-16 15:17:02,083 WARN [org.quartz.impl.SchedulerDetailsSetter] - 
java.lang.Object does not contain public method setInstanceId(String)
2025-12-16 15:17:02,089 WARN [org.quartz.impl.SchedulerDetailsSetter] - 
IncompleteThreadPool does not implement setInstanceName(String)
2025-12-16 15:17:02,089 WARN [org.quartz.impl.SchedulerDetailsSetter] - 
IncompleteThreadPool does not implement setInstanceId(String)
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.108 s 
- in org.quartz.impl.SchedulerDetailsSetterTest
[INFO] Running org.quartz.Quartz601Test
[0, 1, 2, 3, 4, 5, 6, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23]
[1, 2, 6, 7]
[0, 1, 2, 3, 55, 56, 57, 58, 59]
[0, 1, 2, 56, 57, 58, 59]
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 s - 
in org.quartz.Quartz601Test
[INFO] Running org.quartz.simpl.PropertySettingJobFactoryTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.096 s 
- in org.quartz.simpl.PropertySettingJobFactoryTest
[INFO] Running org.quartz.simpl.RAMJobStoreTest
2025-12-16 15:18:33,589 INFO [org.quartz.simpl.RAMJobStore] - RAMJobStore 
initialized.
2025-12-16 15:18:33,592 INFO [org.quartz.simpl.RAMJobStore] - RAMJobStore 
initialized.
2025-12-16 15:18:33,593 INFO [org.quartz.simpl.RAMJobStore] - RAMJobStore 
initialized.
2025-12-16 15:18:33,594 INFO [org.quartz.simpl.RAMJobStore] - RAMJobStore 
initialized.
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.081 s 
- in org.quartz.simpl.RAMJobStoreTest
[INFO] Running org.quartz.CronExpressionTest
[ERROR] Tests run: 6, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.074 s 
<<< FAILURE! - in org.quartz.CronExpressionTest
[ERROR] testSerialization(org.quartz.CronExpressionTest)  Time elapsed: 0.006 s 
 <<< FAILURE!
junit.framework.AssertionFailedError: 
expected:<sun.util.calendar.ZoneInfo[id="US/Eastern",offset=-18000000,dstSavings=3600000,useDaylight=true,transitions=361,lastRule=java.util.SimpleTimeZone[id=US/Eastern,offset=-18000000,dstSavings=3600000,useDaylight=true,startYear=0,startMode=3,startMonth=2,startDay=8,startDayOfWeek=1,startTime=7200000,startTimeMode=0,endMode=3,endMonth=10,endDay=1,endDayOfWeek=1,endTime=7200000,endTimeMode=0]]>
 but 
was:<sun.util.calendar.ZoneInfo[id="US/Eastern",offset=-18000000,dstSavings=3600000,useDaylight=true,transitions=235,lastRule=java.util.SimpleTimeZone[id=US/Eastern,offset=-18000000,dstSavings=3600000,useDaylight=true,startYear=0,startMode=3,startMonth=2,startDay=8,startDayOfWeek=1,startTime=7200000,startTimeMode=0,endMode=3,endMonth=10,endDay=1,endDayOfWeek=1,endTime=7200000,endTimeMode=0]]>
        at junit.framework.Assert.fail(Assert.java:47)
        at junit.framework.Assert.failNotEquals(Assert.java:280)
        at junit.framework.Assert.assertEquals(Assert.java:64)
        at junit.framework.Assert.assertEquals(Assert.java:71)
        at org.quartz.CronExpressionTest.verifyMatch(CronExpressionTest.java:58)
        at 
org.quartz.SerializationTestSupport.testSerialization(SerializationTestSupport.java:60)
        at 
java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
        at java.base/java.lang.reflect.Method.invoke(Method.java:580)
        at junit.framework.TestCase.runTest(TestCase.java:164)
        at junit.framework.TestCase.runBare(TestCase.java:130)
        at junit.framework.TestResult$1.protect(TestResult.java:106)
        at junit.framework.TestResult.runProtected(TestResult.java:124)
        at junit.framework.TestResult.run(TestResult.java:109)
        at junit.framework.TestCase.run(TestCase.java:120)
        at junit.framework.TestSuite.runTest(TestSuite.java:230)
        at junit.framework.TestSuite.run(TestSuite.java:225)
        at 
java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
        at java.base/java.lang.reflect.Method.invoke(Method.java:580)
        at 
org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:100)
        at 
org.apache.maven.surefire.junit.JUnit3Provider.executeTestSet(JUnit3Provider.java:140)
        at 
org.apache.maven.surefire.junit.JUnit3Provider.invoke(JUnit3Provider.java:113)
        at 
org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
        at 
org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
        at 
org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
        at 
org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)

[INFO] Running org.quartz.MonthlyCalendarTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 s 
- in org.quartz.MonthlyCalendarTest
[INFO] Running org.quartz.CronTriggerTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 s 
- in org.quartz.CronTriggerTest
[INFO] Running org.quartz.SimpleTriggerTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 s 
- in org.quartz.SimpleTriggerTest
[INFO] Running org.quartz.utils.PairTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s 
- in org.quartz.utils.PairTest
[INFO] Running org.quartz.utils.PropertiesParserTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s 
- in org.quartz.utils.PropertiesParserTest
[INFO] Running org.quartz.utils.DirtyFlagMapTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s 
- in org.quartz.utils.DirtyFlagMapTest
[INFO] Running org.quartz.VersionTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s 
- in org.quartz.VersionTest
[INFO] Running org.quartz.DateIntervalTriggerTest
targetCalendar:Wed Nov 16 09:30:17 UTC 2005
fifthTimeeWed Nov 16 09:30:17 UTC 2005
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 s 
- in org.quartz.DateIntervalTriggerTest
[INFO] Running org.quartz.JobDataMapTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s 
- in org.quartz.JobDataMapTest
[INFO] Running org.quartz.AnnualCalendarTest
[ERROR] Tests run: 5, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.065 s 
<<< FAILURE! - in org.quartz.AnnualCalendarTest
[ERROR] testSerialization(org.quartz.AnnualCalendarTest)  Time elapsed: 0.015 s 
 <<< FAILURE!
junit.framework.AssertionFailedError: expected:<[java.util.G 
[too-long-redacted] FFSET=-18000000,DST_OFFSET=0]]>
        at junit.framework.Assert.fail(Assert.java:47)
        at junit.framework.Assert.failNotEquals(Assert.java:280)
        at junit.framework.Assert.assertEquals(Assert.java:64)
        at junit.framework.Assert.assertEquals(Assert.java:71)
        at org.quartz.AnnualCalendarTest.verifyMatch(AnnualCalendarTest.java:69)
        at 
org.quartz.SerializationTestSupport.testSerialization(SerializationTestSupport.java:60)
        at 
java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
        at java.base/java.lang.reflect.Method.invoke(Method.java:580)
        at junit.framework.TestCase.runTest(TestCase.java:164)
        at junit.framework.TestCase.runBare(TestCase.java:130)
        at junit.framework.TestResult$1.protect(TestResult.java:106)
        at junit.framework.TestResult.runProtected(TestResult.java:124)
        at junit.framework.TestResult.run(TestResult.java:109)
        at junit.framework.TestCase.run(TestCase.java:120)
        at junit.framework.TestSuite.runTest(TestSuite.java:230)
        at junit.framework.TestSuite.run(TestSuite.java:225)
        at 
java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
        at java.base/java.lang.reflect.Method.invoke(Method.java:580)
        at 
org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:100)
        at 
org.apache.maven.surefire.junit.JUnit3Provider.executeTestSet(JUnit3Provider.java:140)
        at 
org.apache.maven.surefire.junit.JUnit3Provider.invoke(JUnit3Provider.java:113)
        at 
org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
        at 
org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
        at 
org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
        at 
org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)

[INFO] Running org.quartz.JobDetailTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s 
- in org.quartz.JobDetailTest
[INFO] 
[INFO] Results:
[INFO] 
[ERROR] Failures: 
[ERROR]   org.quartz.AnnualCalendarTest#testSerialization AssertionFailedError 
expected:...
[ERROR]   org.quartz.CronExpressionTest#testSerialization AssertionFailedError 
expected:...
[INFO] 
[ERROR] Tests run: 89, Failures: 2, Errors: 0, Skipped: 0
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Quartz Parent POM 1.8.6:
[INFO] 
[INFO] Quartz Parent POM .................................. SUCCESS [  0.001 s]
[INFO] Quartz Enterprise Job Scheduler .................... FAILURE [11:43 min]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  11:44 min
[INFO] Finished at: 2025-12-16T15:25:09Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-surefire-plugin:2.22.3:test (default-test) on 
project quartz: There are test failures.
[ERROR] 
[ERROR] Please refer to /<<PKGBUILDDIR>>/quartz/target/surefire-reports for the 
individual test results.
[ERROR] Please refer to dump files (if any exist) [date].dump, 
[date]-jvmRun[N].dump and [date].dumpstream.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e 
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please 
read the following articles:
[ERROR] [Help 1] 
http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :quartz
dh_auto_test: error: /usr/lib/jvm/default-java/bin/java -noverify -cp 
/usr/share/maven/boot/plexus-classworlds-2.x.jar -Dmaven.home=/usr/share/maven 
-Dmaven.multiModuleProjectDirectory=/<<PKGBUILDDIR>> 
-Dclassworlds.conf=/etc/maven/m2-debian.conf 
-Dproperties.file.manual=/<<PKGBUILDDIR>>/debian/maven.properties 
org.codehaus.plexus.classworlds.launcher.Launcher 
-s/etc/maven/settings-debian.xml -Ddebian.dir=/<<PKGBUILDDIR>>/debian 
-Dmaven.repo.local=/<<PKGBUILDDIR>>/debian/maven-repo --batch-mode test 
returned exit code 1
make: *** [debian/rules:4: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------

Reply via email to