Build Logs

quadstingray/quartz-manager • 3.8.1-RC1:2026-01-13

Errors

0

Warnings

43

Total Lines

385

1##################################
2Clonning https://github.com/quadstingray/quartz-manager.git into /build/repo using revision v0.9.0
3##################################
4Note: switching to 'ed64727393aefaaeaee59a3a67b34ef04a8ed0a6'.
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.1-RC1
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.1-RC1
32Execute tests: true
33sbt project found:
34No prepare script found for project quadstingray/quartz-manager
35##################################
36Scala version: 3.8.1-RC1
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.1-RC1
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.1-RC1"
58"++3.8.1-RC1 -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.1-RC1 """{"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 7.965s.
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.1-RC1
100OpenCB::Changing crossVersion 3.7.4 -> 3.8.1-RC1 in quartz-manager-parent/crossScalaVersions
101OpenCB::Changing crossVersion 3.7.4 -> 3.8.1-RC1 in quartz-manager-api/crossScalaVersions
102OpenCB::Changing crossVersion 3.7.4 -> 3.8.1-RC1 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.1-RC1 on 3 projects.
105[info] Switching Scala version on:
106[info] * quartz-manager-parent (2.13.18, 3.8.1-RC1)
107[info] quartz-manager-api (2.13.18, 3.8.1-RC1)
108[info] quartz-manager-ui (2.13.18, 3.8.1-RC1)
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 Jan 13, 2026, 8:39:04 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 39 Scala sources to /build/repo/quartz-manager-api/target/scala-3.8.1-RC1/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.1-RC1/classes ...
155[info] done compiling
156[info] compiling 25 Scala sources to /build/repo/quartz-manager-api/target/scala-3.8.1-RC1/test-classes ...
157[warn] -- Warning: /build/repo/quartz-manager-api/src/test/scala/dev/quadstingray/quartz/manager/client/api/JobsApi.scala:119:4
158[warn] 119 | val withAuth = if (bearerToken.nonEmpty) request.auth.bearer(bearerToken) else request
159[warn] | ^
160[warn] | Line is indented too far to the left, or a `}` is missing
161[warn] -- Warning: /build/repo/quartz-manager-api/src/test/scala/dev/quadstingray/quartz/manager/client/api/JobsApi.scala:121:4
162[warn] 121 | withAuth.auth
163[warn] | ^
164[warn] | Line is indented too far to the left, or a `}` is missing
165[warn] there were 10 deprecation warnings; re-run with -deprecation for details
166[warn] three warnings found
167[info] done compiling
168[info] compiling 1 Scala source to /build/repo/quartz-manager-api/target/scala-3.8.1-RC1/classes ...
169[info] done compiling
17020:39:29.494 [pool-18-thread-4] INFO org.quartz.impl.StdSchedulerFactory -- Using default implementation for ThreadExecutor
17120:39:29.497 [pool-18-thread-4] INFO org.quartz.simpl.SimpleThreadPool -- Job execution threads will use class loader of thread: pool-18-thread-4
17220:39:29.507 [pool-18-thread-4] INFO org.quartz.core.SchedulerSignalerImpl -- Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
17320:39:29.507 [pool-18-thread-4] INFO org.quartz.core.QuartzScheduler -- Quartz Scheduler v2.5.2 created.
17420:39:29.508 [pool-18-thread-4] INFO org.quartz.simpl.RAMJobStore -- RAMJobStore initialized.
17520:39:29.509 [pool-18-thread-4] INFO org.quartz.core.QuartzScheduler -- Scheduler meta-data: Quartz Scheduler (v2.5.2) 'DefaultQuartzScheduler' with instanceId 'NON_CLUSTERED'
176 Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
177 NOT STARTED.
178 Currently in standby mode.
179 Number of jobs executed: 0
180 Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
181 Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
182
18320:39:29.509 [pool-18-thread-4] INFO org.quartz.impl.StdSchedulerFactory -- Quartz scheduler 'DefaultQuartzScheduler' initialized from default resource file in Quartz package: 'quartz.properties'
18420:39:29.509 [pool-18-thread-4] INFO org.quartz.impl.StdSchedulerFactory -- Quartz scheduler version: 2.5.2
18520:39:29.580 [pool-18-thread-4] INFO org.quartz.core.QuartzScheduler -- Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED started.
18620:39:29.580 [DefaultQuartzScheduler_QuartzSchedulerThread] DEBUG org.quartz.core.QuartzSchedulerThread -- batch acquisition of 0 triggers
18720:39:31.057 [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
18820:39:31.057 [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
18920:39:32.361 [DefaultQuartzScheduler_QuartzSchedulerThread] DEBUG org.quartz.core.QuartzSchedulerThread -- batch acquisition of 0 triggers
19020:39:32.382 [quartz-manager-api-requests-pekko.actor.default-dispatcher-8] DEBUG sttp.tapir.server.pekkohttp.PekkoHttpServerInterpreter$ -- Request: PUT /api/jobs, handled by: [registerJob], took: 1078ms; response: 200
19120:39:32.515 [DefaultQuartzScheduler_QuartzSchedulerThread] DEBUG org.quartz.core.QuartzSchedulerThread -- batch acquisition of 0 triggers
19220:39:32.516 [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
19320:39:32.528 [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
19420:39:32.529 [DefaultQuartzScheduler_QuartzSchedulerThread] DEBUG org.quartz.core.QuartzSchedulerThread -- batch acquisition of 0 triggers
19520:39:32.541 [DefaultQuartzScheduler_QuartzSchedulerThread] DEBUG org.quartz.core.QuartzSchedulerThread -- batch acquisition of 0 triggers
19620:39:32.542 [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
19720:39:32.552 [DefaultQuartzScheduler_QuartzSchedulerThread] DEBUG org.quartz.core.QuartzSchedulerThread -- batch acquisition of 0 triggers
19820:39:32.553 [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
19920:39:32.560 [DefaultQuartzScheduler_QuartzSchedulerThread] DEBUG org.quartz.core.QuartzSchedulerThread -- batch acquisition of 0 triggers
20020:39:32.561 [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
20120:39:32.569 [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
20220:39:32.569 [DefaultQuartzScheduler_QuartzSchedulerThread] DEBUG org.quartz.core.QuartzSchedulerThread -- batch acquisition of 0 triggers
20320:39:32.578 [DefaultQuartzScheduler_QuartzSchedulerThread] DEBUG org.quartz.core.QuartzSchedulerThread -- batch acquisition of 0 triggers
20420:39:32.579 [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
20520:39:32.589 [DefaultQuartzScheduler_QuartzSchedulerThread] DEBUG org.quartz.core.QuartzSchedulerThread -- batch acquisition of 0 triggers
20620:39:32.589 [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
20720:39:32.598 [DefaultQuartzScheduler_QuartzSchedulerThread] DEBUG org.quartz.core.QuartzSchedulerThread -- batch acquisition of 0 triggers
20820:39:32.598 [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
20920:39:32.608 [DefaultQuartzScheduler_QuartzSchedulerThread] DEBUG org.quartz.core.QuartzSchedulerThread -- batch acquisition of 0 triggers
21020:39:32.608 [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
21120:39:32.615 [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
21220:39:32.615 [DefaultQuartzScheduler_QuartzSchedulerThread] DEBUG org.quartz.core.QuartzSchedulerThread -- batch acquisition of 0 triggers
21320:39:32.623 [DefaultQuartzScheduler_QuartzSchedulerThread] DEBUG org.quartz.core.QuartzSchedulerThread -- batch acquisition of 0 triggers
21420:39:32.624 [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
21520:39:32.632 [DefaultQuartzScheduler_QuartzSchedulerThread] DEBUG org.quartz.core.QuartzSchedulerThread -- batch acquisition of 0 triggers
21620:39:32.632 [quartz-manager-api-requests-pekko.actor.default-dispatcher-6] DEBUG sttp.tapir.server.pekkohttp.PekkoHttpServerInterpreter$ -- Request: PUT /api/jobs, handled by: [registerJob], took: 1ms; response: 200
21720:39:32.641 [DefaultQuartzScheduler_QuartzSchedulerThread] DEBUG org.quartz.core.QuartzSchedulerThread -- batch acquisition of 0 triggers
21820:39:32.641 [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
21920:39:32.648 [DefaultQuartzScheduler_QuartzSchedulerThread] DEBUG org.quartz.core.QuartzSchedulerThread -- batch acquisition of 0 triggers
22020:39:32.648 [quartz-manager-api-requests-pekko.actor.default-dispatcher-8] DEBUG sttp.tapir.server.pekkohttp.PekkoHttpServerInterpreter$ -- Request: PUT /api/jobs, handled by: [registerJob], took: 1ms; response: 200
22120:39:32.672 [quartz-manager-api-requests-pekko.actor.default-dispatcher-6] DEBUG sttp.tapir.server.pekkohttp.PekkoHttpServerInterpreter$ -- Request: PUT /api/jobs, handled by: [registerJob], took: 10ms; response: 200
22220:39:32.673 [DefaultQuartzScheduler_QuartzSchedulerThread] DEBUG org.quartz.core.QuartzSchedulerThread -- batch acquisition of 0 triggers
22320:39:32.682 [DefaultQuartzScheduler_QuartzSchedulerThread] DEBUG org.quartz.core.QuartzSchedulerThread -- batch acquisition of 0 triggers
22420:39:32.683 [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
22520:39:32.693 [DefaultQuartzScheduler_QuartzSchedulerThread] DEBUG org.quartz.core.QuartzSchedulerThread -- batch acquisition of 0 triggers
22620:39:32.694 [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
22720:39:32.700 [DefaultQuartzScheduler_QuartzSchedulerThread] DEBUG org.quartz.core.QuartzSchedulerThread -- batch acquisition of 0 triggers
22820:39:32.700 [quartz-manager-api-requests-pekko.actor.default-dispatcher-8] DEBUG sttp.tapir.server.pekkohttp.PekkoHttpServerInterpreter$ -- Request: PUT /api/jobs, handled by: [registerJob], took: 1ms; response: 200
22920:39:32.706 [DefaultQuartzScheduler_QuartzSchedulerThread] DEBUG org.quartz.core.QuartzSchedulerThread -- batch acquisition of 0 triggers
23020:39:32.706 [quartz-manager-api-requests-pekko.actor.default-dispatcher-9] DEBUG sttp.tapir.server.pekkohttp.PekkoHttpServerInterpreter$ -- Request: PUT /api/jobs, handled by: [registerJob], took: 1ms; response: 200
23120:39:32.726 [quartz-manager-api-requests-pekko.actor.default-dispatcher-8] DEBUG sttp.tapir.server.pekkohttp.PekkoHttpServerInterpreter$ -- Request: GET /api/jobs/classes, handled by: [possibleJobsList], took: 4ms; response: 200
23220:39:32.743 [DefaultQuartzScheduler_QuartzSchedulerThread] DEBUG org.quartz.core.QuartzSchedulerThread -- batch acquisition of 0 triggers
23320:39:32.743 [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
23420:39:32.782 [quartz-manager-api-requests-pekko.actor.default-dispatcher-9] DEBUG sttp.tapir.server.pekkohttp.PekkoHttpServerInterpreter$ -- Request: GET /api/jobsrowsPerPage=100, handled by: [jobsList], took: 15ms; response: 200
23520:39:32.799 [quartz-manager-api-requests-pekko.actor.default-dispatcher-8] DEBUG sttp.tapir.server.pekkohttp.PekkoHttpServerInterpreter$ -- Request: GET /api/jobssort=name, handled by: [jobsList], took: 5ms; response: 200
23620:39:32.921 [quartz-manager-api-requests-pekko.actor.default-dispatcher-8] DEBUG sttp.tapir.server.pekkohttp.PekkoHttpServerInterpreter$ -- Request: GET /api/jobsquery=group:testGroup, handled by: [jobsList], took: 65ms; response: 200
23720:39:32.959 [quartz-manager-api-requests-pekko.actor.default-dispatcher-9] DEBUG sttp.tapir.server.pekkohttp.PekkoHttpServerInterpreter$ -- Request: GET /api/jobsquery=group:testGroup+AND+jobClassName:dev.quadstingray.quartz.manager.SampleJob, handled by: [jobsList], took: 24ms; response: 200
23820:39:32.975 [quartz-manager-api-requests-pekko.actor.default-dispatcher-8] DEBUG sttp.tapir.server.pekkohttp.PekkoHttpServerInterpreter$ -- Request: GET /api/jobsquery=name:jobForTesting8+OR+name:jobForTesting0, handled by: [jobsList], took: 5ms; response: 200
23920:39:32.986 [quartz-manager-api-requests-pekko.actor.default-dispatcher-9] DEBUG sttp.tapir.server.pekkohttp.PekkoHttpServerInterpreter$ -- Request: GET /api/jobsrowsPerPage=5&page=1, handled by: [jobsList], took: 3ms; response: 200
24020:39:32.996 [quartz-manager-api-requests-pekko.actor.default-dispatcher-9] DEBUG sttp.tapir.server.pekkohttp.PekkoHttpServerInterpreter$ -- Request: GET /api/jobsrowsPerPage=10&page=1, handled by: [jobsList], took: 3ms; response: 200
24120:39:33.008 [quartz-manager-api-requests-pekko.actor.default-dispatcher-9] DEBUG sttp.tapir.server.pekkohttp.PekkoHttpServerInterpreter$ -- Request: GET /api/jobsrowsPerPage=10&page=2, handled by: [jobsList], took: 4ms; response: 200
24220:39:33.030 [quartz-manager-api-requests-pekko.actor.default-dispatcher-8] DEBUG sttp.tapir.server.pekkohttp.PekkoHttpServerInterpreter$ -- Request: PATCH /api/jobs/testGroup/jobForTesting10, handled by: [updateJob], took: 6ms; response: 200
24320:39:33.031 [DefaultQuartzScheduler_QuartzSchedulerThread] DEBUG org.quartz.core.QuartzSchedulerThread -- batch acquisition of 0 triggers
24420:39:33.058 [quartz-manager-api-requests-pekko.actor.default-dispatcher-8] DEBUG sttp.tapir.server.pekkohttp.PekkoHttpServerInterpreter$ -- Request: POST /api/jobs/testGroup/jobForTesting0, handled by: [executeJob], took: 3ms; response: 204
24520:39:33.063 [DefaultQuartzScheduler_QuartzSchedulerThread] DEBUG org.quartz.core.QuartzSchedulerThread -- batch acquisition of 1 triggers
24620:39:33.065 [DefaultQuartzScheduler_QuartzSchedulerThread] DEBUG org.quartz.simpl.PropertySettingJobFactory -- Producing instance of Job 'testGroup.jobForTesting0', class=dev.quadstingray.quartz.manager.SampleJob
24720:39:33.076 [quartz-manager-api-requests-pekko.actor.default-dispatcher-8] DEBUG sttp.tapir.server.pekkohttp.PekkoHttpServerInterpreter$ -- Request: DELETE /api/jobs/testGroup/jobForTesting2, handled by: [deleteJob], took: 4ms; response: 204
24820:39:33.098 [quartz-manager-api-requests-pekko.actor.default-dispatcher-8] DEBUG sttp.tapir.server.pekkohttp.PekkoHttpServerInterpreter$ -- Request: GET /api/jobsrowsPerPage=100, handled by: [jobsList], took: 9ms; response: 200
24920:39:33.109 [pool-18-thread-4] INFO org.quartz.core.QuartzScheduler -- Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED started.
25020:39:33.112 [DefaultQuartzScheduler_Worker-1] DEBUG org.quartz.core.JobRunShell -- Calling execute on job testGroup.jobForTesting0
25120:39:33.114 [DefaultQuartzScheduler_QuartzSchedulerThread] DEBUG org.quartz.core.QuartzSchedulerThread -- batch acquisition of 0 triggers
252dev.quadstingray.quartz.manager.api.JobsApiSuite:
253 + List all possible jobs 0.025s
254 + Register a new job 0.018s
255==> i dev.quadstingray.quartz.manager.api.JobsApiSuite.Register a job with invalid cron expression ignored 0.0s
256 + List all registered jobs 0.035s
257 + List all registered jobs - sort by name ascending 0.015s
258 + List all registered jobs - query by single parameter 0.125s
259 + List all registered jobs - query with two parameters 0.036s
260 + List all registered jobs - query with OR operator 0.013s
261 + List all registered jobs - pagination with page 1 and rowsPerPage 5 0.009s
262 + List all registered jobs - pagination page 2 with rowsPerPage 10 0.027s
263 + Update an existing job 0.02s
264 + Trigger an existing job 0.031s
265 + Delete an existing job 0.04s
26620:39:33.165 [pool-18-thread-4] INFO org.quartz.core.QuartzScheduler -- Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED started.
26720:39:33.216 [DefaultQuartzScheduler_QuartzSchedulerThread] DEBUG org.quartz.core.QuartzSchedulerThread -- batch acquisition of 0 triggers
26820:39:33.351 [quartz-manager-api-requests-pekko.actor.default-dispatcher-5] WARN dev.quadstingray.quartz.manager.api.Server -- init server with interface: 0.0.0.0 at port: 8080
26920:39:33.351 [quartz-manager-api-requests-pekko.actor.default-dispatcher-5] WARN dev.quadstingray.quartz.manager.api.Server -- For Swagger go to: http://0.0.0.0:8080/docs
27020:39:33.352 [pool-18-thread-4] INFO org.quartz.core.QuartzScheduler -- Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED paused.
27120:39:33.365 [quartz-manager-api-requests-pekko.actor.default-dispatcher-8] INFO org.quartz.core.QuartzScheduler -- Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED started.
27220:39:33.365 [quartz-manager-api-requests-pekko.actor.default-dispatcher-8] DEBUG sttp.tapir.server.pekkohttp.PekkoHttpServerInterpreter$ -- Request: POST /api/scheduler/start, handled by: [startScheduler], took: 2ms; response: 204
27320:39:33.365 [DefaultQuartzScheduler_QuartzSchedulerThread] DEBUG org.quartz.core.QuartzSchedulerThread -- batch acquisition of 0 triggers
27420:39:33.369 [pool-18-thread-4] INFO org.quartz.core.QuartzScheduler -- Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED started.
27520:39:33.369 [DefaultQuartzScheduler_QuartzSchedulerThread] DEBUG org.quartz.core.QuartzSchedulerThread -- batch acquisition of 0 triggers
27620:39:33.375 [quartz-manager-api-requests-pekko.actor.default-dispatcher-5] INFO org.quartz.core.QuartzScheduler -- Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED paused.
27720:39:33.375 [quartz-manager-api-requests-pekko.actor.default-dispatcher-5] DEBUG sttp.tapir.server.pekkohttp.PekkoHttpServerInterpreter$ -- Request: POST /api/scheduler/standby, handled by: [standbyScheduler], took: 1ms; response: 204
27820:39:33.379 [DefaultQuartzScheduler_QuartzSchedulerThread] DEBUG org.quartz.core.QuartzSchedulerThread -- batch acquisition of 0 triggers
27920:39:33.379 [pool-18-thread-4] INFO org.quartz.core.QuartzScheduler -- Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED started.
280dev.quadstingray.quartz.manager.api.SchedulerApiSuite:
281 + Start Scheduler 0.017s
282 + Standby Scheduler 0.009s
283==> i dev.quadstingray.quartz.manager.api.SchedulerApiSuite.Shutdown Scheduler ignored 0.0s
28420:39:33.393 [pool-18-thread-4] INFO org.quartz.core.QuartzScheduler -- Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED started.
28520:39:33.393 [DefaultQuartzScheduler_QuartzSchedulerThread] DEBUG org.quartz.core.QuartzSchedulerThread -- batch acquisition of 0 triggers
28620:39:33.460 [quartz-manager-api-requests-pekko.actor.default-dispatcher-11] WARN dev.quadstingray.quartz.manager.api.Server -- init server with interface: 0.0.0.0 at port: 8080
28720:39:33.461 [quartz-manager-api-requests-pekko.actor.default-dispatcher-11] WARN dev.quadstingray.quartz.manager.api.Server -- For Swagger go to: http://0.0.0.0:8080/docs
28820:39:33.461 [pool-18-thread-4] INFO org.quartz.core.QuartzScheduler -- Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED started.
28920:39:33.462 [DefaultQuartzScheduler_QuartzSchedulerThread] DEBUG org.quartz.core.QuartzSchedulerThread -- batch acquisition of 0 triggers
29020:39:33.471 [DefaultQuartzScheduler_QuartzSchedulerThread] DEBUG org.quartz.core.QuartzSchedulerThread -- batch acquisition of 0 triggers
29120:39:33.471 [quartz-manager-api-requests-pekko.actor.default-dispatcher-10] DEBUG sttp.tapir.server.pekkohttp.PekkoHttpServerInterpreter$ -- Request: PUT /api/jobs, handled by: [registerJob], took: 2ms; response: 200
29220:39:33.480 [DefaultQuartzScheduler_QuartzSchedulerThread] DEBUG org.quartz.core.QuartzSchedulerThread -- batch acquisition of 1 triggers
29320:39:33.480 [DefaultQuartzScheduler_QuartzSchedulerThread] DEBUG org.quartz.simpl.PropertySettingJobFactory -- Producing instance of Job 'testGroup.jobForTesting', class=dev.quadstingray.quartz.manager.SampleJob
29420:39:33.480 [DefaultQuartzScheduler_QuartzSchedulerThread] DEBUG org.quartz.core.QuartzSchedulerThread -- batch acquisition of 0 triggers
29520:39:33.480 [DefaultQuartzScheduler_Worker-2] DEBUG org.quartz.core.JobRunShell -- Calling execute on job testGroup.jobForTesting
29620:39:33.481 [quartz-manager-api-requests-pekko.actor.default-dispatcher-6] DEBUG sttp.tapir.server.pekkohttp.PekkoHttpServerInterpreter$ -- Request: POST /api/jobs/testGroup/jobForTesting, handled by: [executeJob], took: 2ms; response: 204
29720:39:33.487 [DefaultQuartzScheduler_QuartzSchedulerThread] DEBUG org.quartz.core.QuartzSchedulerThread -- batch acquisition of 0 triggers
29820:39:33.488 [quartz-manager-api-requests-pekko.actor.default-dispatcher-11] DEBUG sttp.tapir.server.pekkohttp.PekkoHttpServerInterpreter$ -- Request: PUT /api/jobs, handled by: [registerJob], took: 3ms; response: 200
29920:39:33.493 [DefaultQuartzScheduler_QuartzSchedulerThread] DEBUG org.quartz.core.QuartzSchedulerThread -- batch acquisition of 1 triggers
30020:39:33.493 [quartz-manager-api-requests-pekko.actor.default-dispatcher-11] DEBUG sttp.tapir.server.pekkohttp.PekkoHttpServerInterpreter$ -- Request: POST /api/jobs/testGroup/jobForTesting2, handled by: [executeJob], took: 0ms; response: 204
30120:39:33.494 [DefaultQuartzScheduler_QuartzSchedulerThread] DEBUG org.quartz.simpl.PropertySettingJobFactory -- Producing instance of Job 'testGroup.jobForTesting2', class=dev.quadstingray.quartz.manager.SampleJob
30220:39:33.494 [DefaultQuartzScheduler_Worker-3] DEBUG org.quartz.core.JobRunShell -- Calling execute on job testGroup.jobForTesting2
30320:39:33.495 [DefaultQuartzScheduler_QuartzSchedulerThread] DEBUG org.quartz.core.QuartzSchedulerThread -- batch acquisition of 0 triggers
30420:39:43.498 [pool-18-thread-4] INFO org.quartz.core.QuartzScheduler -- Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED paused.
30520:39:43.519 [quartz-manager-api-requests-pekko.actor.default-dispatcher-6] DEBUG sttp.tapir.server.pekkohttp.PekkoHttpServerInterpreter$ -- Request: GET /api/history, handled by: [historyList], took: 16ms; response: 200
30620:39:43.530 [quartz-manager-api-requests-pekko.actor.default-dispatcher-5] DEBUG sttp.tapir.server.pekkohttp.PekkoHttpServerInterpreter$ -- Request: GET /api/historysort=-date, handled by: [historyList], took: 2ms; response: 200
30720:39:43.539 [quartz-manager-api-requests-pekko.actor.default-dispatcher-6] DEBUG sttp.tapir.server.pekkohttp.PekkoHttpServerInterpreter$ -- Request: GET /api/historyquery=jobGroup:testGroup, handled by: [historyList], took: 1ms; response: 200
30820:39:43.551 [quartz-manager-api-requests-pekko.actor.default-dispatcher-5] DEBUG sttp.tapir.server.pekkohttp.PekkoHttpServerInterpreter$ -- Request: GET /api/historyquery=jobGroup:testGroup+AND+className:dev.quadstingray.quartz.manager.SampleJob, handled by: [historyList], took: 2ms; response: 200
30920:39:43.559 [quartz-manager-api-requests-pekko.actor.default-dispatcher-6] DEBUG sttp.tapir.server.pekkohttp.PekkoHttpServerInterpreter$ -- Request: GET /api/historyquery=jobName:jobForTesting+OR+jobName:nonExistentJob, handled by: [historyList], took: 1ms; response: 200
310List(LogRecord(b472c28e-d965-45f5-bc55-294069a1b0a3,dev.quadstingray.quartz.manager.SampleJob,2026-01-13T20:39:33.494+01:00,Some(List(LogMessage(2026-01-13T20:39:33.494+01:00,DEBUG,SampleJob is instantiated), LogMessage(2026-01-13T20:39:33.495+01:00,INFO,Job `SampleJob` execution started), LogMessage(2026-01-13T20:39:33.495+01:00,INFO,Hello Sample Job), LogMessage(2026-01-13T20:39:33.495+01:00,ERROR,Error), LogMessage(2026-01-13T20:39:33.495+01:00,DEBUG,Bllu), LogMessage(2026-01-13T20:39:33.495+01:00,INFO,Job `SampleJob` execution finished))),Some(testGroup),Some(jobForTesting2)), LogRecord(b0990602-2aeb-46c4-8ab1-95aeba185529,dev.quadstingray.quartz.manager.SampleJob,2026-01-13T20:39:33.480+01:00,Some(List(LogMessage(2026-01-13T20:39:33.480+01:00,DEBUG,SampleJob is instantiated), LogMessage(2026-01-13T20:39:33.480+01:00,INFO,Job `SampleJob` execution started), LogMessage(2026-01-13T20:39:33.480+01:00,INFO,Hello Sample Job), LogMessage(2026-01-13T20:39:33.480+01:00,ERROR,Error), LogMessage(2026-01-13T20:39:33.480+01:00,DEBUG,Bllu), LogMessage(2026-01-13T20:39:33.480+01:00,INFO,Job `SampleJob` execution finished))),Some(testGroup),Some(jobForTesting)), LogRecord(7c884fbd-8a58-4bc7-a1fd-e6e1c04a9614,dev.quadstingray.quartz.manager.SampleJob,2026-01-13T20:39:33.106+01:00,Some(List(LogMessage(2026-01-13T20:39:33.103+01:00,DEBUG,SampleJob is instantiated), LogMessage(2026-01-13T20:39:33.112+01:00,INFO,Job `SampleJob` execution started), LogMessage(2026-01-13T20:39:33.117+01:00,INFO,Hello Sample Job), LogMessage(2026-01-13T20:39:33.117+01:00,ERROR,Error), LogMessage(2026-01-13T20:39:33.117+01:00,DEBUG,Bllu), LogMessage(2026-01-13T20:39:33.117+01:00,INFO,Job `SampleJob` execution finished))),Some(testGroup),Some(jobForTesting0)))
31120:39:43.571 [quartz-manager-api-requests-pekko.actor.default-dispatcher-6] DEBUG sttp.tapir.server.pekkohttp.PekkoHttpServerInterpreter$ -- Request: GET /api/historyrowsPerPage=1&page=1, handled by: [historyList], took: 1ms; response: 200
31220:39:43.577 [quartz-manager-api-requests-pekko.actor.default-dispatcher-5] DEBUG sttp.tapir.server.pekkohttp.PekkoHttpServerInterpreter$ -- Request: GET /api/history, handled by: [historyList], took: 1ms; response: 200
31320:39:43.582 [quartz-manager-api-requests-pekko.actor.default-dispatcher-6] DEBUG sttp.tapir.server.pekkohttp.PekkoHttpServerInterpreter$ -- Request: GET /api/historyrowsPerPage=1&page=2, handled by: [historyList], took: 1ms; response: 200
31420:39:43.585 [pool-18-thread-4] INFO org.quartz.core.QuartzScheduler -- Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED started.
31520:39:43.585 [DefaultQuartzScheduler_QuartzSchedulerThread] DEBUG org.quartz.core.QuartzSchedulerThread -- batch acquisition of 0 triggers
316dev.quadstingray.quartz.manager.api.HistoryApiSuite:
317 + Job History List 0.028s
318 + Job History List - sort by date descending 0.008s
319 + Job History List - query by single parameter 0.011s
320 + Job History List - query with two parameters 0.01s
321 + Job History List - query with OR operator 0.012s
322 + Job History List - pagination with page 1 and rowsPerPage 1 0.007s
323 + Job History List - pagination page 2 0.011s
324[info] compiling 1 Scala source to /build/repo/quartz-manager-api/target/scala-3.8.1-RC1/classes ...
325[info] done compiling
326[info] compiling 1 Scala source to /build/repo/quartz-manager-api/target/scala-3.8.1-RC1/classes ...
327[info] done compiling
328Starting build for ProjectRef(file:/build/repo/,quartz-manager-ui) (quartz-manager-ui)... [1/2]
329Compile scalacOptions: -Wconf:msg=can be rewritten automatically under:s, -source:3.8
330[info] compiling 1 Scala source to /build/repo/quartz-manager-api/target/scala-3.8.1-RC1/classes ...
331[info] done compiling
332[info] compiling 2 Scala sources to /build/repo/quartz-manager-ui/target/scala-3.8.1-RC1/classes ...
333[info] done compiling
334[info] compiling 1 Scala source to /build/repo/quartz-manager-api/target/scala-3.8.1-RC1/classes ...
335[info] done compiling
336[info] compiling 1 Scala source to /build/repo/quartz-manager-ui/target/scala-3.8.1-RC1/classes ...
337[info] done compiling
338[info] compiling 3 Scala sources to /build/repo/quartz-manager-ui/target/scala-3.8.1-RC1/test-classes ...
339[warn] there was 1 deprecation warning; re-run with -deprecation for details
340[warn] one warning found
341[info] done compiling
342[info] compiling 1 Scala source to /build/repo/quartz-manager-api/target/scala-3.8.1-RC1/classes ...
343[info] done compiling
344[info] compiling 1 Scala source to /build/repo/quartz-manager-ui/target/scala-3.8.1-RC1/classes ...
345[info] done compiling
346dev.quadstingray.quartz.manager.api.UiServerSuite:
347 + list users as admin 0.006s
348[info] compiling 1 Scala source to /build/repo/quartz-manager-api/target/scala-3.8.1-RC1/classes ...
349[info] done compiling
350[info] compiling 1 Scala source to /build/repo/quartz-manager-ui/target/scala-3.8.1-RC1/classes ...
351[info] done compiling
352[info] compiling 1 Scala source to /build/repo/quartz-manager-api/target/scala-3.8.1-RC1/classes ...
353[info] done compiling
354[info] compiling 1 Scala source to /build/repo/quartz-manager-ui/target/scala-3.8.1-RC1/classes ...
355[info] done compiling
356
357************************
358Build summary:
359[{
360 "module": "quartz-manager-api",
361 "compile": {"status": "ok", "tookMs": 18865, "warnings": 2, "errors": 0, "sourceVersion": "3.8"},
362 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
363 "test-compile": {"status": "ok", "tookMs": 3645, "warnings": 2, "errors": 0, "sourceVersion": "3.8"},
364 "test": {"status": "ok", "tookMs": 14705, "passed": 21, "failed": 0, "ignored": 2, "skipped": 0, "total": 23, "byFramework": [{"framework": "munit", "stats": {"passed": 21, "failed": 0, "ignored": 2, "skipped": 0, "total": 23}}]},
365 "publish": {"status": "skipped", "tookMs": 0},
366 "metadata": {
367 "crossScalaVersions": ["2.13.18", "3.7.4"]
368}
369},{
370 "module": "quartz-manager-ui",
371 "compile": {"status": "ok", "tookMs": 817, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
372 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
373 "test-compile": {"status": "ok", "tookMs": 1067, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
374 "test": {"status": "ok", "tookMs": 724, "passed": 1, "failed": 0, "ignored": 0, "skipped": 0, "total": 1, "byFramework": [{"framework": "munit", "stats": {"passed": 1, "failed": 0, "ignored": 0, "skipped": 0, "total": 1}}]},
375 "publish": {"status": "skipped", "tookMs": 0},
376 "metadata": {
377 "crossScalaVersions": ["2.13.18", "3.7.4"]
378}
379}]
380************************
381[success] Total time: 44 s, completed Jan 13, 2026, 8:39:48 PM
382[0JChecking patch project/plugins.sbt...
383Checking patch build.sbt...
384Applied patch project/plugins.sbt cleanly.
385Applied patch build.sbt cleanly.