Build Logs
quadstingray/quartz-manager • 3.8.0-RC5:2025-12-31
Errors
0
Warnings
35
Total Lines
344
1##################################
2Clonning https://github.com/quadstingray/quartz-manager.git into /build/repo using revision v0.8.0
3##################################
4Note: switching to '60db0ab7136ad1389829a58103127b655acddac8'.
5
6You are in 'detached HEAD' state. You can look around, make experimental
7changes and commit them, and you can discard any commits you make in this
8state without impacting any branches by switching back to a branch.
9
10If you want to create a new branch to retain commits you create, you may
11do so (now or later) by using -c with the switch command. Example:
12
13 git switch -c <new-branch-name>
14
15Or undo this operation with:
16
17 git switch -
18
19Turn off this advice by setting config variable advice.detachedHead to false
20
21----
22Preparing build for 3.8.0-RC5
23Scala binary version found: 3.8
24Implicitly using source version 3.8
25Scala binary version found: 3.8
26Implicitly using source version 3.8
27Would try to apply common scalacOption (best-effort, sbt/mill only):
28Append: ,REQUIRE:-source:3.8
29Remove: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
30----
31Starting build for 3.8.0-RC5
32Execute tests: true
33sbt project found:
34No prepare script found for project quadstingray/quartz-manager
35##################################
36Scala version: 3.8.0-RC5
37Targets: dev.quadstingray%quartz-manager-api dev.quadstingray%quartz-manager-ui
38Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"25"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"full","migrationVersions":[],"sourcePatches":[]}
39##################################
40Using extra scalacOptions: ,REQUIRE:-source:3.8
41Filtering out scalacOptions: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
42[sbt_options] declare -a sbt_options=()
43[process_args] java_version = '25'
44[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_25/rt.jar'
45# Executing command line:
46java
47-Dfile.encoding=UTF-8
48-Dcommunitybuild.scala=3.8.0-RC5
49-Dcommunitybuild.project.dependencies.add=
50-Xmx7G
51-Xms4G
52-Xss8M
53-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
54-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_25
55-jar
56/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
57"setCrossScalaVersions 3.8.0-RC5"
58"++3.8.0-RC5 -v"
59"mapScalacOptions ",REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s" ",-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e""
60"set every credentials := Nil"
61"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
62"removeScalacOptionsStartingWith -P:wartremover"
63
64moduleMappings
65"runBuild 3.8.0-RC5 """{"projects":{"exclude":[],"overrides":{}},"java":{"version":"25"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"full","migrationVersions":[],"sourcePatches":[]}""" dev.quadstingray%quartz-manager-api dev.quadstingray%quartz-manager-ui"
66
67[info] [launcher] getting org.scala-sbt sbt 1.11.7 (this may take some time)...
68WARNING: A terminally deprecated method in sun.misc.Unsafe has been called
69WARNING: sun.misc.Unsafe::arrayBaseOffset has been called by net.openhft.hashing.UnsafeAccess (file:/root/.sbt/boot/scala-2.12.20/org.scala-sbt/sbt/1.11.7/zero-allocation-hashing-0.16.jar)
70WARNING: Please consider reporting this to the maintainers of class net.openhft.hashing.UnsafeAccess
71WARNING: sun.misc.Unsafe::arrayBaseOffset will be removed in a future release
72WARNING: A restricted method in java.lang.System has been called
73WARNING: java.lang.System::load has been called by com.sun.jna.Native in an unnamed module (file:/root/.sbt/boot/scala-2.12.20/org.scala-sbt/sbt/1.11.7/jna-5.12.0.jar)
74WARNING: Use --enable-native-access=ALL-UNNAMED to avoid a warning for callers in this module
75WARNING: Restricted methods will be blocked in a future release unless native access is enabled
76
77[info] welcome to sbt 1.11.7 (Eclipse Adoptium Java 25)
78[info] loading settings for project repo-build from akka.sbt, plugins.sbt...
79[info] loading project definition from /build/repo/project
80[info] compiling 3 Scala sources to /build/repo/project/target/scala-2.12/sbt-1.0/classes ...
81[info] Non-compiled module 'compiler-bridge_2.12' for Scala 2.12.20. Compiling...
82[info] Compilation completed in 8.188s.
83[info] done compiling
84[info] loading settings for project quartz-manager-parent from build.sbt, build_info.sbt, build_publish_sonartype.sbt, build_release.sbt, build_test.sbt, version.sbt...
85[info] loading settings for project quartz-manager-api from build.sbt, build_test.sbt...
86[info] loading settings for project quartz-manager-ui from build.sbt, build_test.sbt...
87[info] set current project to quartz-manager-parent (in build file:/build/repo/)
88[warn] there are 2 keys that are not used by any other settings/tasks:
89[warn]
90[warn] * ThisBuild / Test / scalacOptions
91[warn] +- /build/repo/build_test.sbt:7
92[warn] +- /build/repo/quartz-manager-api/build_test.sbt:7
93[warn] +- /build/repo/quartz-manager-ui/build_test.sbt:7
94[warn] * ThisBuild / parallelExecution
95[warn] +- /build/repo/quartz-manager-ui/build_test.sbt:3
96[warn]
97[warn] note: a setting might still be used by a command; to exclude a key from this `lintUnused` check
98[warn] either append it to `Global / excludeLintKeys` or call .withRank(KeyRanks.Invisible) on the key
99Execute setCrossScalaVersions: 3.8.0-RC5
100OpenCB::Changing crossVersion 3.7.4 -> 3.8.0-RC5 in quartz-manager-parent/crossScalaVersions
101OpenCB::Changing crossVersion 3.7.4 -> 3.8.0-RC5 in quartz-manager-api/crossScalaVersions
102OpenCB::Changing crossVersion 3.7.4 -> 3.8.0-RC5 in quartz-manager-ui/crossScalaVersions
103[info] set current project to quartz-manager-parent (in build file:/build/repo/)
104[info] Setting Scala version to 3.8.0-RC5 on 3 projects.
105[info] Switching Scala version on:
106[info] * quartz-manager-parent (2.13.18, 3.8.0-RC5)
107[info] quartz-manager-api (2.13.18, 3.8.0-RC5)
108[info] quartz-manager-ui (2.13.18, 3.8.0-RC5)
109[info] Excluding projects:
110[info] Reapplying settings...
111[info] set current project to quartz-manager-parent (in build file:/build/repo/)
112Execute mapScalacOptions: ,REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
113[info] Reapplying settings...
114[info] set current project to quartz-manager-parent (in build file:/build/repo/)
115[info] Defining Global / credentials, ThisBuild / credentials and 2 others.
116[info] The new values will be used by Compile / scalafmtOnly, Global / pgpSelectPassphrase and 27 others.
117[info] Run `last` for details.
118[info] Reapplying settings...
119[info] set current project to quartz-manager-parent (in build file:/build/repo/)
120Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
121[info] Reapplying settings...
122OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
123
124 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:331)
125 Did you mean quartz-manager-ui / allExcludeDependencies ?
126 , retry without global scopes
127[info] Reapplying settings...
128[info] set current project to quartz-manager-parent (in build file:/build/repo/)
129Execute removeScalacOptionsStartingWith: -P:wartremover
130[info] Reapplying settings...
131[info] set current project to quartz-manager-parent (in build file:/build/repo/)
132[success] Total time: 0 s, completed Dec 31, 2025, 10:42:56 PM
133Build config: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"25"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"full","migrationVersions":[],"sourcePatches":[]}
134Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),Full,List()))
135Starting build...
136Projects: Set(quartz-manager-api, quartz-manager-ui)
137Starting build for ProjectRef(file:/build/repo/,quartz-manager-api) (quartz-manager-api)... [0/2]
138OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.8` in Scala 2.12.20 module Global
139Compile scalacOptions: -Wconf:msg=can be rewritten automatically under:s, -source:3.8
140[info] compiling 33 Scala sources to /build/repo/quartz-manager-api/target/scala-3.8.0-RC5/classes ...
141[warn] -- [E121] Pattern Match Warning: /build/repo/quartz-manager-api/src/main/scala/dev/quadstingray/quartz/manager/api/json/CirceSchema.scala:173:11
142[warn] 173 | case _ =>
143[warn] | ^
144[warn] |Unreachable case except for null (if this is intentional, consider writing case null => instead).
145[warn] -- [E092] Pattern Match Unchecked Warning: /build/repo/quartz-manager-api/src/main/scala/dev/quadstingray/quartz/manager/api/json/CirceSchema.scala:140:11
146[warn] 140 | case m: Map[String, _] => encodeMapStringAny(m)
147[warn] | ^
148[warn] |the type test for Map[String, _] @_ cannot be checked at runtime because its type arguments can't be determined from Any
149[warn] |
150[warn] | longer explanation available when compiling with `-explain`
151[warn] there were 4 deprecation warnings; re-run with -deprecation for details
152[warn] three warnings found
153[info] done compiling
154[info] compiling 1 Scala source to /build/repo/quartz-manager-api/target/scala-3.8.0-RC5/classes ...
155[info] done compiling
156[info] compiling 22 Scala sources to /build/repo/quartz-manager-api/target/scala-3.8.0-RC5/test-classes ...
157[warn] there were 5 deprecation warnings; re-run with -deprecation for details
158[warn] one warning found
159[info] done compiling
160[info] compiling 1 Scala source to /build/repo/quartz-manager-api/target/scala-3.8.0-RC5/classes ...
161[info] done compiling
16222:43:22.420 [pool-18-thread-1] INFO org.quartz.impl.StdSchedulerFactory -- Using default implementation for ThreadExecutor
16322:43:22.423 [pool-18-thread-1] INFO org.quartz.simpl.SimpleThreadPool -- Job execution threads will use class loader of thread: pool-18-thread-1
16422:43:22.436 [pool-18-thread-1] INFO org.quartz.core.SchedulerSignalerImpl -- Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
16522:43:22.436 [pool-18-thread-1] INFO org.quartz.core.QuartzScheduler -- Quartz Scheduler v2.5.2 created.
16622:43:22.437 [pool-18-thread-1] INFO org.quartz.simpl.RAMJobStore -- RAMJobStore initialized.
16722:43:22.437 [pool-18-thread-1] INFO org.quartz.core.QuartzScheduler -- Scheduler meta-data: Quartz Scheduler (v2.5.2) 'DefaultQuartzScheduler' with instanceId 'NON_CLUSTERED'
168 Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
169 NOT STARTED.
170 Currently in standby mode.
171 Number of jobs executed: 0
172 Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
173 Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
174
17522:43:22.437 [pool-18-thread-1] INFO org.quartz.impl.StdSchedulerFactory -- Quartz scheduler 'DefaultQuartzScheduler' initialized from default resource file in Quartz package: 'quartz.properties'
17622:43:22.437 [pool-18-thread-1] INFO org.quartz.impl.StdSchedulerFactory -- Quartz scheduler version: 2.5.2
17722:43:22.511 [pool-18-thread-1] INFO org.quartz.core.QuartzScheduler -- Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED started.
17822:43:22.511 [DefaultQuartzScheduler_QuartzSchedulerThread] DEBUG org.quartz.core.QuartzSchedulerThread -- batch acquisition of 0 triggers
17922:43:24.033 [quartz-manager-api-requests-pekko.actor.default-dispatcher-6] WARN dev.quadstingray.quartz.manager.api.Server -- init server with interface: 0.0.0.0 at port: 8080
18022:43:24.034 [quartz-manager-api-requests-pekko.actor.default-dispatcher-6] WARN dev.quadstingray.quartz.manager.api.Server -- For Swagger go to: http://0.0.0.0:8080/docs
18122:43:25.235 [DefaultQuartzScheduler_QuartzSchedulerThread] DEBUG org.quartz.core.QuartzSchedulerThread -- batch acquisition of 0 triggers
18222:43:25.258 [quartz-manager-api-requests-pekko.actor.default-dispatcher-6] DEBUG sttp.tapir.server.pekkohttp.PekkoHttpServerInterpreter$ -- Request: PUT /api/jobs, handled by: [registerJob], took: 954ms; response: 200
18322:43:25.395 [DefaultQuartzScheduler_QuartzSchedulerThread] DEBUG org.quartz.core.QuartzSchedulerThread -- batch acquisition of 0 triggers
18422:43:25.396 [quartz-manager-api-requests-pekko.actor.default-dispatcher-6] DEBUG sttp.tapir.server.pekkohttp.PekkoHttpServerInterpreter$ -- Request: PUT /api/jobs, handled by: [registerJob], took: 3ms; response: 200
18522:43:25.410 [DefaultQuartzScheduler_QuartzSchedulerThread] DEBUG org.quartz.core.QuartzSchedulerThread -- batch acquisition of 0 triggers
18622:43:25.410 [quartz-manager-api-requests-pekko.actor.default-dispatcher-6] DEBUG sttp.tapir.server.pekkohttp.PekkoHttpServerInterpreter$ -- Request: PUT /api/jobs, handled by: [registerJob], took: 3ms; response: 200
18722:43:25.424 [DefaultQuartzScheduler_QuartzSchedulerThread] DEBUG org.quartz.core.QuartzSchedulerThread -- batch acquisition of 0 triggers
18822:43:25.425 [quartz-manager-api-requests-pekko.actor.default-dispatcher-8] DEBUG sttp.tapir.server.pekkohttp.PekkoHttpServerInterpreter$ -- Request: PUT /api/jobs, handled by: [registerJob], took: 3ms; response: 200
18922:43:25.436 [DefaultQuartzScheduler_QuartzSchedulerThread] DEBUG org.quartz.core.QuartzSchedulerThread -- batch acquisition of 0 triggers
19022:43:25.437 [quartz-manager-api-requests-pekko.actor.default-dispatcher-8] DEBUG sttp.tapir.server.pekkohttp.PekkoHttpServerInterpreter$ -- Request: PUT /api/jobs, handled by: [registerJob], took: 3ms; response: 200
19122:43:25.449 [DefaultQuartzScheduler_QuartzSchedulerThread] DEBUG org.quartz.core.QuartzSchedulerThread -- batch acquisition of 0 triggers
19222:43:25.449 [quartz-manager-api-requests-pekko.actor.default-dispatcher-8] DEBUG sttp.tapir.server.pekkohttp.PekkoHttpServerInterpreter$ -- Request: PUT /api/jobs, handled by: [registerJob], took: 2ms; response: 200
19322:43:25.461 [DefaultQuartzScheduler_QuartzSchedulerThread] DEBUG org.quartz.core.QuartzSchedulerThread -- batch acquisition of 0 triggers
19422:43:25.461 [quartz-manager-api-requests-pekko.actor.default-dispatcher-8] DEBUG sttp.tapir.server.pekkohttp.PekkoHttpServerInterpreter$ -- Request: PUT /api/jobs, handled by: [registerJob], took: 2ms; response: 200
19522:43:25.470 [DefaultQuartzScheduler_QuartzSchedulerThread] DEBUG org.quartz.core.QuartzSchedulerThread -- batch acquisition of 0 triggers
19622:43:25.471 [quartz-manager-api-requests-pekko.actor.default-dispatcher-8] DEBUG sttp.tapir.server.pekkohttp.PekkoHttpServerInterpreter$ -- Request: PUT /api/jobs, handled by: [registerJob], took: 2ms; response: 200
19722:43:25.481 [DefaultQuartzScheduler_QuartzSchedulerThread] DEBUG org.quartz.core.QuartzSchedulerThread -- batch acquisition of 0 triggers
19822:43:25.481 [quartz-manager-api-requests-pekko.actor.default-dispatcher-6] DEBUG sttp.tapir.server.pekkohttp.PekkoHttpServerInterpreter$ -- Request: PUT /api/jobs, handled by: [registerJob], took: 2ms; response: 200
19922:43:25.491 [DefaultQuartzScheduler_QuartzSchedulerThread] DEBUG org.quartz.core.QuartzSchedulerThread -- batch acquisition of 0 triggers
20022:43:25.491 [quartz-manager-api-requests-pekko.actor.default-dispatcher-6] DEBUG sttp.tapir.server.pekkohttp.PekkoHttpServerInterpreter$ -- Request: PUT /api/jobs, handled by: [registerJob], took: 2ms; response: 200
20122:43:25.523 [DefaultQuartzScheduler_QuartzSchedulerThread] DEBUG org.quartz.core.QuartzSchedulerThread -- batch acquisition of 0 triggers
20222:43:25.523 [quartz-manager-api-requests-pekko.actor.default-dispatcher-8] DEBUG sttp.tapir.server.pekkohttp.PekkoHttpServerInterpreter$ -- Request: PUT /api/jobs, handled by: [registerJob], took: 12ms; response: 200
20322:43:25.533 [DefaultQuartzScheduler_QuartzSchedulerThread] DEBUG org.quartz.core.QuartzSchedulerThread -- batch acquisition of 0 triggers
20422:43:25.534 [quartz-manager-api-requests-pekko.actor.default-dispatcher-6] DEBUG sttp.tapir.server.pekkohttp.PekkoHttpServerInterpreter$ -- Request: PUT /api/jobs, handled by: [registerJob], took: 3ms; response: 200
20522:43:25.545 [DefaultQuartzScheduler_QuartzSchedulerThread] DEBUG org.quartz.core.QuartzSchedulerThread -- batch acquisition of 0 triggers
20622:43:25.545 [quartz-manager-api-requests-pekko.actor.default-dispatcher-8] DEBUG sttp.tapir.server.pekkohttp.PekkoHttpServerInterpreter$ -- Request: PUT /api/jobs, handled by: [registerJob], took: 2ms; response: 200
20722:43:25.556 [DefaultQuartzScheduler_QuartzSchedulerThread] DEBUG org.quartz.core.QuartzSchedulerThread -- batch acquisition of 0 triggers
20822:43:25.557 [quartz-manager-api-requests-pekko.actor.default-dispatcher-8] DEBUG sttp.tapir.server.pekkohttp.PekkoHttpServerInterpreter$ -- Request: PUT /api/jobs, handled by: [registerJob], took: 2ms; response: 200
20922:43:25.567 [DefaultQuartzScheduler_QuartzSchedulerThread] DEBUG org.quartz.core.QuartzSchedulerThread -- batch acquisition of 0 triggers
21022:43:25.568 [quartz-manager-api-requests-pekko.actor.default-dispatcher-6] DEBUG sttp.tapir.server.pekkohttp.PekkoHttpServerInterpreter$ -- Request: PUT /api/jobs, handled by: [registerJob], took: 2ms; response: 200
21122:43:25.578 [DefaultQuartzScheduler_QuartzSchedulerThread] DEBUG org.quartz.core.QuartzSchedulerThread -- batch acquisition of 0 triggers
21222:43:25.579 [quartz-manager-api-requests-pekko.actor.default-dispatcher-6] DEBUG sttp.tapir.server.pekkohttp.PekkoHttpServerInterpreter$ -- Request: PUT /api/jobs, handled by: [registerJob], took: 2ms; response: 200
21322:43:25.588 [DefaultQuartzScheduler_QuartzSchedulerThread] DEBUG org.quartz.core.QuartzSchedulerThread -- batch acquisition of 0 triggers
21422:43:25.589 [quartz-manager-api-requests-pekko.actor.default-dispatcher-8] DEBUG sttp.tapir.server.pekkohttp.PekkoHttpServerInterpreter$ -- Request: PUT /api/jobs, handled by: [registerJob], took: 2ms; response: 200
21522:43:25.600 [quartz-manager-api-requests-pekko.actor.default-dispatcher-8] DEBUG sttp.tapir.server.pekkohttp.PekkoHttpServerInterpreter$ -- Request: PUT /api/jobs, handled by: [registerJob], took: 2ms; response: 200
21622:43:25.601 [DefaultQuartzScheduler_QuartzSchedulerThread] DEBUG org.quartz.core.QuartzSchedulerThread -- batch acquisition of 0 triggers
21722:43:25.612 [quartz-manager-api-requests-pekko.actor.default-dispatcher-6] DEBUG sttp.tapir.server.pekkohttp.PekkoHttpServerInterpreter$ -- Request: PUT /api/jobs, handled by: [registerJob], took: 2ms; response: 200
21822:43:25.612 [DefaultQuartzScheduler_QuartzSchedulerThread] DEBUG org.quartz.core.QuartzSchedulerThread -- batch acquisition of 0 triggers
21922:43:25.627 [quartz-manager-api-requests-pekko.actor.default-dispatcher-6] DEBUG sttp.tapir.server.pekkohttp.PekkoHttpServerInterpreter$ -- Request: PUT /api/jobs, handled by: [registerJob], took: 4ms; response: 200
22022:43:25.630 [DefaultQuartzScheduler_QuartzSchedulerThread] DEBUG org.quartz.core.QuartzSchedulerThread -- batch acquisition of 0 triggers
22122:43:25.639 [quartz-manager-api-requests-pekko.actor.default-dispatcher-9] DEBUG sttp.tapir.server.pekkohttp.PekkoHttpServerInterpreter$ -- Request: PUT /api/jobs, handled by: [registerJob], took: 2ms; response: 200
22222:43:25.640 [DefaultQuartzScheduler_QuartzSchedulerThread] DEBUG org.quartz.core.QuartzSchedulerThread -- batch acquisition of 0 triggers
22322:43:25.663 [quartz-manager-api-requests-pekko.actor.default-dispatcher-9] DEBUG sttp.tapir.server.pekkohttp.PekkoHttpServerInterpreter$ -- Request: GET /api/jobs/classes, handled by: [possibleJobsList], took: 5ms; response: 200
22422:43:25.693 [DefaultQuartzScheduler_QuartzSchedulerThread] DEBUG org.quartz.core.QuartzSchedulerThread -- batch acquisition of 0 triggers
22522:43:25.695 [quartz-manager-api-requests-pekko.actor.default-dispatcher-9] DEBUG sttp.tapir.server.pekkohttp.PekkoHttpServerInterpreter$ -- Request: PUT /api/jobs, handled by: [registerJob], took: 5ms; response: 200
22622:43:25.719 [quartz-manager-api-requests-pekko.actor.default-dispatcher-8] DEBUG sttp.tapir.server.pekkohttp.PekkoHttpServerInterpreter$ -- Request: GET /api/jobs, handled by: [jobsList], took: 8ms; response: 200
22722:43:25.736 [DefaultQuartzScheduler_QuartzSchedulerThread] DEBUG org.quartz.core.QuartzSchedulerThread -- batch acquisition of 0 triggers
22822:43:25.736 [DefaultQuartzScheduler_QuartzSchedulerThread] DEBUG org.quartz.core.QuartzSchedulerThread -- batch acquisition of 0 triggers
22922:43:25.737 [quartz-manager-api-requests-pekko.actor.default-dispatcher-6] DEBUG sttp.tapir.server.pekkohttp.PekkoHttpServerInterpreter$ -- Request: PATCH /api/jobs/testGroup/jobForTesting10, handled by: [updateJob], took: 5ms; response: 200
23022:43:25.892 [quartz-manager-api-requests-pekko.actor.default-dispatcher-9] DEBUG sttp.tapir.server.pekkohttp.PekkoHttpServerInterpreter$ -- Request: POST /api/jobs/testGroup/jobForTesting0, handled by: [executeJob], took: 10ms; response: 204
23122:43:25.893 [DefaultQuartzScheduler_QuartzSchedulerThread] DEBUG org.quartz.core.QuartzSchedulerThread -- batch acquisition of 1 triggers
23222:43:25.895 [DefaultQuartzScheduler_QuartzSchedulerThread] DEBUG org.quartz.simpl.PropertySettingJobFactory -- Producing instance of Job 'testGroup.jobForTesting0', class=dev.quadstingray.quartz.manager.SampleJob
23322:43:25.907 [quartz-manager-api-requests-pekko.actor.default-dispatcher-9] DEBUG sttp.tapir.server.pekkohttp.PekkoHttpServerInterpreter$ -- Request: DELETE /api/jobs/testGroup/jobForTesting2, handled by: [deleteJob], took: 1ms; response: 204
23422:43:25.919 [quartz-manager-api-requests-pekko.actor.default-dispatcher-9] DEBUG sttp.tapir.server.pekkohttp.PekkoHttpServerInterpreter$ -- Request: GET /api/jobs, handled by: [jobsList], took: 5ms; response: 200
23522:43:25.931 [pool-18-thread-1] INFO org.quartz.core.QuartzScheduler -- Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED started.
23622:43:25.937 [DefaultQuartzScheduler_Worker-1] DEBUG org.quartz.core.JobRunShell -- Calling execute on job testGroup.jobForTesting0
23722:43:25.939 [DefaultQuartzScheduler_QuartzSchedulerThread] DEBUG org.quartz.core.QuartzSchedulerThread -- batch acquisition of 0 triggers
238dev.quadstingray.quartz.manager.api.JobsApiSuite:
239 + List all possible jobs 0.035s
240 + Register a new job 0.024s
241==> i dev.quadstingray.quartz.manager.api.JobsApiSuite.Register a job with invalid cron expression ignored 0.0s
242 + List all registered jobs 0.02s
243 + Update an existing job 0.016s
244 + Trigger an existing job 0.157s
245 + Delete an existing job 0.03s
24622:43:25.993 [DefaultQuartzScheduler_QuartzSchedulerThread] DEBUG org.quartz.core.QuartzSchedulerThread -- batch acquisition of 0 triggers
24722:43:25.993 [pool-18-thread-1] INFO org.quartz.core.QuartzScheduler -- Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED started.
24822:43:26.173 [quartz-manager-api-requests-pekko.actor.default-dispatcher-9] WARN dev.quadstingray.quartz.manager.api.Server -- init server with interface: 0.0.0.0 at port: 8080
24922:43:26.174 [quartz-manager-api-requests-pekko.actor.default-dispatcher-9] WARN dev.quadstingray.quartz.manager.api.Server -- For Swagger go to: http://0.0.0.0:8080/docs
25022:43:26.174 [pool-18-thread-1] INFO org.quartz.core.QuartzScheduler -- Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED paused.
25122:43:26.190 [DefaultQuartzScheduler_QuartzSchedulerThread] DEBUG org.quartz.core.QuartzSchedulerThread -- batch acquisition of 0 triggers
25222:43:26.190 [quartz-manager-api-requests-pekko.actor.default-dispatcher-8] INFO org.quartz.core.QuartzScheduler -- Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED started.
25322:43:26.191 [quartz-manager-api-requests-pekko.actor.default-dispatcher-8] DEBUG sttp.tapir.server.pekkohttp.PekkoHttpServerInterpreter$ -- Request: POST /api/scheduler/start, handled by: [startScheduler], took: 3ms; response: 204
25422:43:26.198 [DefaultQuartzScheduler_QuartzSchedulerThread] DEBUG org.quartz.core.QuartzSchedulerThread -- batch acquisition of 0 triggers
25522:43:26.198 [pool-18-thread-1] INFO org.quartz.core.QuartzScheduler -- Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED started.
25622:43:26.206 [quartz-manager-api-requests-pekko.actor.default-dispatcher-8] INFO org.quartz.core.QuartzScheduler -- Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED paused.
25722:43:26.207 [quartz-manager-api-requests-pekko.actor.default-dispatcher-8] DEBUG sttp.tapir.server.pekkohttp.PekkoHttpServerInterpreter$ -- Request: POST /api/scheduler/standby, handled by: [standbyScheduler], took: 2ms; response: 204
25822:43:26.211 [pool-18-thread-1] INFO org.quartz.core.QuartzScheduler -- Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED started.
25922:43:26.211 [DefaultQuartzScheduler_QuartzSchedulerThread] DEBUG org.quartz.core.QuartzSchedulerThread -- batch acquisition of 0 triggers
260dev.quadstingray.quartz.manager.api.SchedulerApiSuite:
261 + Start Scheduler 0.022s
262 + Standby Scheduler 0.012s
263==> i dev.quadstingray.quartz.manager.api.SchedulerApiSuite.Shutdown Scheduler ignored 0.0s
26422:43:26.225 [DefaultQuartzScheduler_QuartzSchedulerThread] DEBUG org.quartz.core.QuartzSchedulerThread -- batch acquisition of 0 triggers
26522:43:26.225 [pool-18-thread-1] INFO org.quartz.core.QuartzScheduler -- Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED started.
26622:43:26.299 [quartz-manager-api-requests-pekko.actor.default-dispatcher-9] WARN dev.quadstingray.quartz.manager.api.Server -- init server with interface: 0.0.0.0 at port: 8080
26722:43:26.300 [quartz-manager-api-requests-pekko.actor.default-dispatcher-9] WARN dev.quadstingray.quartz.manager.api.Server -- For Swagger go to: http://0.0.0.0:8080/docs
26822:43:26.301 [DefaultQuartzScheduler_QuartzSchedulerThread] DEBUG org.quartz.core.QuartzSchedulerThread -- batch acquisition of 0 triggers
26922:43:26.301 [pool-18-thread-1] INFO org.quartz.core.QuartzScheduler -- Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED started.
27022:43:26.313 [DefaultQuartzScheduler_QuartzSchedulerThread] DEBUG org.quartz.core.QuartzSchedulerThread -- batch acquisition of 0 triggers
27122:43:26.315 [quartz-manager-api-requests-pekko.actor.default-dispatcher-6] DEBUG sttp.tapir.server.pekkohttp.PekkoHttpServerInterpreter$ -- Request: PUT /api/jobs, handled by: [registerJob], took: 4ms; response: 200
27222:43:26.324 [quartz-manager-api-requests-pekko.actor.default-dispatcher-9] DEBUG sttp.tapir.server.pekkohttp.PekkoHttpServerInterpreter$ -- Request: POST /api/jobs/testGroup/jobForTesting, handled by: [executeJob], took: 0ms; response: 204
27322:43:26.324 [DefaultQuartzScheduler_QuartzSchedulerThread] DEBUG org.quartz.core.QuartzSchedulerThread -- batch acquisition of 1 triggers
27422:43:26.324 [DefaultQuartzScheduler_QuartzSchedulerThread] DEBUG org.quartz.simpl.PropertySettingJobFactory -- Producing instance of Job 'testGroup.jobForTesting', class=dev.quadstingray.quartz.manager.SampleJob
27522:43:26.325 [DefaultQuartzScheduler_QuartzSchedulerThread] DEBUG org.quartz.core.QuartzSchedulerThread -- batch acquisition of 0 triggers
27622:43:26.325 [DefaultQuartzScheduler_Worker-2] DEBUG org.quartz.core.JobRunShell -- Calling execute on job testGroup.jobForTesting
27722:43:36.327 [pool-18-thread-1] INFO org.quartz.core.QuartzScheduler -- Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED paused.
27822:43:36.340 [quartz-manager-api-requests-pekko.actor.default-dispatcher-10] DEBUG sttp.tapir.server.pekkohttp.PekkoHttpServerInterpreter$ -- Request: GET /api/history, handled by: [historyList], took: 8ms; response: 200
27922:43:36.347 [pool-18-thread-1] INFO org.quartz.core.QuartzScheduler -- Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED started.
28022:43:36.347 [DefaultQuartzScheduler_QuartzSchedulerThread] DEBUG org.quartz.core.QuartzSchedulerThread -- batch acquisition of 0 triggers
281dev.quadstingray.quartz.manager.api.HistoryApiSuite:
282 + Job History List 0.02s
283[info] compiling 1 Scala source to /build/repo/quartz-manager-api/target/scala-3.8.0-RC5/classes ...
284[info] done compiling
285[info] compiling 1 Scala source to /build/repo/quartz-manager-api/target/scala-3.8.0-RC5/classes ...
286[info] done compiling
287Starting build for ProjectRef(file:/build/repo/,quartz-manager-ui) (quartz-manager-ui)... [1/2]
288Compile scalacOptions: -Wconf:msg=can be rewritten automatically under:s, -source:3.8
289[info] compiling 1 Scala source to /build/repo/quartz-manager-api/target/scala-3.8.0-RC5/classes ...
290[info] done compiling
291[info] compiling 2 Scala sources to /build/repo/quartz-manager-ui/target/scala-3.8.0-RC5/classes ...
292[info] done compiling
293[info] compiling 1 Scala source to /build/repo/quartz-manager-api/target/scala-3.8.0-RC5/classes ...
294[info] done compiling
295[info] compiling 1 Scala source to /build/repo/quartz-manager-ui/target/scala-3.8.0-RC5/classes ...
296[info] done compiling
297[info] compiling 3 Scala sources to /build/repo/quartz-manager-ui/target/scala-3.8.0-RC5/test-classes ...
298[warn] there was 1 deprecation warning; re-run with -deprecation for details
299[warn] one warning found
300[info] done compiling
301[info] compiling 1 Scala source to /build/repo/quartz-manager-api/target/scala-3.8.0-RC5/classes ...
302[info] done compiling
303[info] compiling 1 Scala source to /build/repo/quartz-manager-ui/target/scala-3.8.0-RC5/classes ...
304[info] done compiling
305dev.quadstingray.quartz.manager.api.UiServerSuite:
306 + list users as admin 0.007s
307[info] compiling 1 Scala source to /build/repo/quartz-manager-api/target/scala-3.8.0-RC5/classes ...
308[info] done compiling
309[info] compiling 1 Scala source to /build/repo/quartz-manager-ui/target/scala-3.8.0-RC5/classes ...
310[info] done compiling
311[info] compiling 1 Scala source to /build/repo/quartz-manager-api/target/scala-3.8.0-RC5/classes ...
312[info] done compiling
313[info] compiling 1 Scala source to /build/repo/quartz-manager-ui/target/scala-3.8.0-RC5/classes ...
314[info] done compiling
315
316************************
317Build summary:
318[{
319 "module": "quartz-manager-api",
320 "compile": {"status": "ok", "tookMs": 19534, "warnings": 2, "errors": 0, "sourceVersion": "3.8"},
321 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
322 "test-compile": {"status": "ok", "tookMs": 3248, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
323 "test": {"status": "ok", "tookMs": 14698, "passed": 9, "failed": 0, "ignored": 2, "skipped": 0, "total": 11, "byFramework": [{"framework": "munit", "stats": {"passed": 9, "failed": 0, "ignored": 2, "skipped": 0, "total": 11}}]},
324 "publish": {"status": "skipped", "tookMs": 0},
325 "metadata": {
326 "crossScalaVersions": ["2.13.18", "3.7.4"]
327}
328},{
329 "module": "quartz-manager-ui",
330 "compile": {"status": "ok", "tookMs": 954, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
331 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
332 "test-compile": {"status": "ok", "tookMs": 1152, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
333 "test": {"status": "ok", "tookMs": 744, "passed": 1, "failed": 0, "ignored": 0, "skipped": 0, "total": 1, "byFramework": [{"framework": "munit", "stats": {"passed": 1, "failed": 0, "ignored": 0, "skipped": 0, "total": 1}}]},
334 "publish": {"status": "skipped", "tookMs": 0},
335 "metadata": {
336 "crossScalaVersions": ["2.13.18", "3.7.4"]
337}
338}]
339************************
340[success] Total time: 46 s, completed Dec 31, 2025, 10:43:42 PM
341[0JChecking patch project/plugins.sbt...
342Checking patch build.sbt...
343Applied patch project/plugins.sbt cleanly.
344Applied patch build.sbt cleanly.