Build Logs

quadstingray/quartz-manager • 3.8.0:2026-01-13

Errors

0

Warnings

43

Total Lines

386

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.0
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
32Execute tests: true
33sbt project found:
34No prepare script found for project quadstingray/quartz-manager
35##################################
36Scala version: 3.8.0
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
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"
58"++3.8.0 -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 """{"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.932s.
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
100OpenCB::Changing crossVersion 3.7.4 -> 3.8.0 in quartz-manager-parent/crossScalaVersions
101OpenCB::Changing crossVersion 3.7.4 -> 3.8.0 in quartz-manager-api/crossScalaVersions
102OpenCB::Changing crossVersion 3.7.4 -> 3.8.0 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 on 3 projects.
105[info] Switching Scala version on:
106[info] * quartz-manager-parent (2.13.18, 3.8.0)
107[info] quartz-manager-api (2.13.18, 3.8.0)
108[info] quartz-manager-ui (2.13.18, 3.8.0)
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, 3:50:48 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.0/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/classes ...
155[info] done compiling
156[info] compiling 25 Scala sources to /build/repo/quartz-manager-api/target/scala-3.8.0/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.0/classes ...
169[info] done compiling
17015:51:14.079 [pool-18-thread-3] INFO org.quartz.impl.StdSchedulerFactory -- Using default implementation for ThreadExecutor
17115:51:14.083 [pool-18-thread-3] INFO org.quartz.simpl.SimpleThreadPool -- Job execution threads will use class loader of thread: pool-18-thread-3
17215:51:14.098 [pool-18-thread-3] INFO org.quartz.core.SchedulerSignalerImpl -- Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
17315:51:14.100 [pool-18-thread-3] INFO org.quartz.core.QuartzScheduler -- Quartz Scheduler v2.5.2 created.
17415:51:14.101 [pool-18-thread-3] INFO org.quartz.simpl.RAMJobStore -- RAMJobStore initialized.
17515:51:14.102 [pool-18-thread-3] 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
18315:51:14.102 [pool-18-thread-3] INFO org.quartz.impl.StdSchedulerFactory -- Quartz scheduler 'DefaultQuartzScheduler' initialized from default resource file in Quartz package: 'quartz.properties'
18415:51:14.102 [pool-18-thread-3] INFO org.quartz.impl.StdSchedulerFactory -- Quartz scheduler version: 2.5.2
18515:51:14.187 [pool-18-thread-3] INFO org.quartz.core.QuartzScheduler -- Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED started.
18615:51:14.188 [DefaultQuartzScheduler_QuartzSchedulerThread] DEBUG org.quartz.core.QuartzSchedulerThread -- batch acquisition of 0 triggers
18715:51:15.839 [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
18815:51:15.839 [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
18915:51:17.261 [DefaultQuartzScheduler_QuartzSchedulerThread] DEBUG org.quartz.core.QuartzSchedulerThread -- batch acquisition of 0 triggers
19015:51:17.286 [quartz-manager-api-requests-pekko.actor.default-dispatcher-5] DEBUG sttp.tapir.server.pekkohttp.PekkoHttpServerInterpreter$ -- Request: PUT /api/jobs, handled by: [registerJob], took: 1183ms; response: 200
19115:51:17.408 [quartz-manager-api-requests-pekko.actor.default-dispatcher-5] DEBUG sttp.tapir.server.pekkohttp.PekkoHttpServerInterpreter$ -- Request: PUT /api/jobs, handled by: [registerJob], took: 3ms; response: 200
19215:51:17.408 [DefaultQuartzScheduler_QuartzSchedulerThread] DEBUG org.quartz.core.QuartzSchedulerThread -- batch acquisition of 0 triggers
19315:51:17.421 [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
19415:51:17.421 [DefaultQuartzScheduler_QuartzSchedulerThread] DEBUG org.quartz.core.QuartzSchedulerThread -- batch acquisition of 0 triggers
19515:51:17.432 [DefaultQuartzScheduler_QuartzSchedulerThread] DEBUG org.quartz.core.QuartzSchedulerThread -- batch acquisition of 0 triggers
19615:51:17.432 [quartz-manager-api-requests-pekko.actor.default-dispatcher-5] DEBUG sttp.tapir.server.pekkohttp.PekkoHttpServerInterpreter$ -- Request: PUT /api/jobs, handled by: [registerJob], took: 2ms; response: 200
19715:51:17.444 [DefaultQuartzScheduler_QuartzSchedulerThread] DEBUG org.quartz.core.QuartzSchedulerThread -- batch acquisition of 0 triggers
19815:51:17.444 [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
19915:51:17.455 [DefaultQuartzScheduler_QuartzSchedulerThread] DEBUG org.quartz.core.QuartzSchedulerThread -- batch acquisition of 0 triggers
20015:51:17.456 [quartz-manager-api-requests-pekko.actor.default-dispatcher-5] DEBUG sttp.tapir.server.pekkohttp.PekkoHttpServerInterpreter$ -- Request: PUT /api/jobs, handled by: [registerJob], took: 3ms; response: 200
20115:51:17.466 [quartz-manager-api-requests-pekko.actor.default-dispatcher-5] DEBUG sttp.tapir.server.pekkohttp.PekkoHttpServerInterpreter$ -- Request: PUT /api/jobs, handled by: [registerJob], took: 2ms; response: 200
20215:51:17.466 [DefaultQuartzScheduler_QuartzSchedulerThread] DEBUG org.quartz.core.QuartzSchedulerThread -- batch acquisition of 0 triggers
20315:51:17.481 [DefaultQuartzScheduler_QuartzSchedulerThread] DEBUG org.quartz.core.QuartzSchedulerThread -- batch acquisition of 0 triggers
20415:51:17.482 [quartz-manager-api-requests-pekko.actor.default-dispatcher-8] DEBUG sttp.tapir.server.pekkohttp.PekkoHttpServerInterpreter$ -- Request: PUT /api/jobs, handled by: [registerJob], took: 7ms; response: 200
20515:51:17.493 [DefaultQuartzScheduler_QuartzSchedulerThread] DEBUG org.quartz.core.QuartzSchedulerThread -- batch acquisition of 0 triggers
20615:51:17.494 [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
20715:51:17.502 [DefaultQuartzScheduler_QuartzSchedulerThread] DEBUG org.quartz.core.QuartzSchedulerThread -- batch acquisition of 0 triggers
20815:51:17.503 [quartz-manager-api-requests-pekko.actor.default-dispatcher-5] DEBUG sttp.tapir.server.pekkohttp.PekkoHttpServerInterpreter$ -- Request: PUT /api/jobs, handled by: [registerJob], took: 2ms; response: 200
20915:51:17.514 [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
21015:51:17.514 [DefaultQuartzScheduler_QuartzSchedulerThread] DEBUG org.quartz.core.QuartzSchedulerThread -- batch acquisition of 0 triggers
21115:51:17.525 [DefaultQuartzScheduler_QuartzSchedulerThread] DEBUG org.quartz.core.QuartzSchedulerThread -- batch acquisition of 0 triggers
21215:51:17.527 [quartz-manager-api-requests-pekko.actor.default-dispatcher-5] DEBUG sttp.tapir.server.pekkohttp.PekkoHttpServerInterpreter$ -- Request: PUT /api/jobs, handled by: [registerJob], took: 4ms; response: 200
21315:51:17.555 [quartz-manager-api-requests-pekko.actor.default-dispatcher-5] DEBUG sttp.tapir.server.pekkohttp.PekkoHttpServerInterpreter$ -- Request: PUT /api/jobs, handled by: [registerJob], took: 11ms; response: 200
21415:51:17.556 [DefaultQuartzScheduler_QuartzSchedulerThread] DEBUG org.quartz.core.QuartzSchedulerThread -- batch acquisition of 0 triggers
21515:51:17.567 [DefaultQuartzScheduler_QuartzSchedulerThread] DEBUG org.quartz.core.QuartzSchedulerThread -- batch acquisition of 0 triggers
21615:51:17.567 [quartz-manager-api-requests-pekko.actor.default-dispatcher-4] DEBUG sttp.tapir.server.pekkohttp.PekkoHttpServerInterpreter$ -- Request: PUT /api/jobs, handled by: [registerJob], took: 2ms; response: 200
21715:51:17.576 [DefaultQuartzScheduler_QuartzSchedulerThread] DEBUG org.quartz.core.QuartzSchedulerThread -- batch acquisition of 0 triggers
21815:51:17.577 [quartz-manager-api-requests-pekko.actor.default-dispatcher-4] DEBUG sttp.tapir.server.pekkohttp.PekkoHttpServerInterpreter$ -- Request: PUT /api/jobs, handled by: [registerJob], took: 2ms; response: 200
21915:51:17.590 [DefaultQuartzScheduler_QuartzSchedulerThread] DEBUG org.quartz.core.QuartzSchedulerThread -- batch acquisition of 0 triggers
22015:51:17.591 [quartz-manager-api-requests-pekko.actor.default-dispatcher-5] DEBUG sttp.tapir.server.pekkohttp.PekkoHttpServerInterpreter$ -- Request: PUT /api/jobs, handled by: [registerJob], took: 5ms; response: 200
22115:51:17.600 [quartz-manager-api-requests-pekko.actor.default-dispatcher-4] DEBUG sttp.tapir.server.pekkohttp.PekkoHttpServerInterpreter$ -- Request: PUT /api/jobs, handled by: [registerJob], took: 2ms; response: 200
22215:51:17.601 [DefaultQuartzScheduler_QuartzSchedulerThread] DEBUG org.quartz.core.QuartzSchedulerThread -- batch acquisition of 0 triggers
22315:51:17.610 [quartz-manager-api-requests-pekko.actor.default-dispatcher-5] DEBUG sttp.tapir.server.pekkohttp.PekkoHttpServerInterpreter$ -- Request: PUT /api/jobs, handled by: [registerJob], took: 1ms; response: 200
22415:51:17.611 [DefaultQuartzScheduler_QuartzSchedulerThread] DEBUG org.quartz.core.QuartzSchedulerThread -- batch acquisition of 0 triggers
22515:51:17.620 [DefaultQuartzScheduler_QuartzSchedulerThread] DEBUG org.quartz.core.QuartzSchedulerThread -- batch acquisition of 0 triggers
22615:51:17.622 [quartz-manager-api-requests-pekko.actor.default-dispatcher-5] DEBUG sttp.tapir.server.pekkohttp.PekkoHttpServerInterpreter$ -- Request: PUT /api/jobs, handled by: [registerJob], took: 3ms; response: 200
22715:51:17.634 [DefaultQuartzScheduler_QuartzSchedulerThread] DEBUG org.quartz.core.QuartzSchedulerThread -- batch acquisition of 0 triggers
22815:51:17.635 [quartz-manager-api-requests-pekko.actor.default-dispatcher-8] DEBUG sttp.tapir.server.pekkohttp.PekkoHttpServerInterpreter$ -- Request: PUT /api/jobs, handled by: [registerJob], took: 4ms; response: 200
22915:51:17.645 [DefaultQuartzScheduler_QuartzSchedulerThread] DEBUG org.quartz.core.QuartzSchedulerThread -- batch acquisition of 0 triggers
23015:51:17.645 [quartz-manager-api-requests-pekko.actor.default-dispatcher-5] DEBUG sttp.tapir.server.pekkohttp.PekkoHttpServerInterpreter$ -- Request: PUT /api/jobs, handled by: [registerJob], took: 2ms; response: 200
23115:51:17.669 [quartz-manager-api-requests-pekko.actor.default-dispatcher-5] DEBUG sttp.tapir.server.pekkohttp.PekkoHttpServerInterpreter$ -- Request: GET /api/jobs/classes, handled by: [possibleJobsList], took: 5ms; response: 200
23215:51:17.689 [DefaultQuartzScheduler_QuartzSchedulerThread] DEBUG org.quartz.core.QuartzSchedulerThread -- batch acquisition of 0 triggers
23315:51:17.690 [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
23415:51:17.731 [quartz-manager-api-requests-pekko.actor.default-dispatcher-8] DEBUG sttp.tapir.server.pekkohttp.PekkoHttpServerInterpreter$ -- Request: GET /api/jobsrowsPerPage=100, handled by: [jobsList], took: 14ms; response: 200
23515:51:17.751 [quartz-manager-api-requests-pekko.actor.default-dispatcher-5] DEBUG sttp.tapir.server.pekkohttp.PekkoHttpServerInterpreter$ -- Request: GET /api/jobssort=name, handled by: [jobsList], took: 7ms; response: 200
23615:51:17.818 [quartz-manager-api-requests-pekko.actor.default-dispatcher-5] DEBUG sttp.tapir.server.pekkohttp.PekkoHttpServerInterpreter$ -- Request: GET /api/jobsquery=group:testGroup, handled by: [jobsList], took: 56ms; response: 200
23715:51:17.851 [quartz-manager-api-requests-pekko.actor.default-dispatcher-8] DEBUG sttp.tapir.server.pekkohttp.PekkoHttpServerInterpreter$ -- Request: GET /api/jobsquery=group:testGroup+AND+jobClassName:dev.quadstingray.quartz.manager.SampleJob, handled by: [jobsList], took: 22ms; response: 200
23815:51:17.867 [quartz-manager-api-requests-pekko.actor.default-dispatcher-5] DEBUG sttp.tapir.server.pekkohttp.PekkoHttpServerInterpreter$ -- Request: GET /api/jobsquery=name:jobForTesting8+OR+name:jobForTesting0, handled by: [jobsList], took: 5ms; response: 200
23915:51:18.000 [quartz-manager-api-requests-pekko.actor.default-dispatcher-8] DEBUG sttp.tapir.server.pekkohttp.PekkoHttpServerInterpreter$ -- Request: GET /api/jobsrowsPerPage=5&page=1, handled by: [jobsList], took: 6ms; response: 200
24015:51:18.012 [quartz-manager-api-requests-pekko.actor.default-dispatcher-5] DEBUG sttp.tapir.server.pekkohttp.PekkoHttpServerInterpreter$ -- Request: GET /api/jobsrowsPerPage=10&page=1, handled by: [jobsList], took: 2ms; response: 200
24115:51:18.022 [quartz-manager-api-requests-pekko.actor.default-dispatcher-8] DEBUG sttp.tapir.server.pekkohttp.PekkoHttpServerInterpreter$ -- Request: GET /api/jobsrowsPerPage=10&page=2, handled by: [jobsList], took: 3ms; response: 200
24215:51:18.037 [DefaultQuartzScheduler_QuartzSchedulerThread] DEBUG org.quartz.core.QuartzSchedulerThread -- batch acquisition of 0 triggers
24315:51:18.038 [DefaultQuartzScheduler_QuartzSchedulerThread] DEBUG org.quartz.core.QuartzSchedulerThread -- batch acquisition of 0 triggers
24415:51:18.038 [quartz-manager-api-requests-pekko.actor.default-dispatcher-5] DEBUG sttp.tapir.server.pekkohttp.PekkoHttpServerInterpreter$ -- Request: PATCH /api/jobs/testGroup/jobForTesting10, handled by: [updateJob], took: 3ms; response: 200
24515:51:18.060 [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: 7ms; response: 204
24615:51:18.061 [DefaultQuartzScheduler_QuartzSchedulerThread] DEBUG org.quartz.core.QuartzSchedulerThread -- batch acquisition of 1 triggers
24715:51:18.063 [DefaultQuartzScheduler_QuartzSchedulerThread] DEBUG org.quartz.simpl.PropertySettingJobFactory -- Producing instance of Job 'testGroup.jobForTesting0', class=dev.quadstingray.quartz.manager.SampleJob
24815:51:18.069 [quartz-manager-api-requests-pekko.actor.default-dispatcher-5] DEBUG sttp.tapir.server.pekkohttp.PekkoHttpServerInterpreter$ -- Request: DELETE /api/jobs/testGroup/jobForTesting2, handled by: [deleteJob], took: 1ms; response: 204
24915:51:18.083 [quartz-manager-api-requests-pekko.actor.default-dispatcher-5] DEBUG sttp.tapir.server.pekkohttp.PekkoHttpServerInterpreter$ -- Request: GET /api/jobsrowsPerPage=100, handled by: [jobsList], took: 4ms; response: 200
25015:51:18.092 [pool-18-thread-3] INFO org.quartz.core.QuartzScheduler -- Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED started.
25115:51:18.105 [DefaultQuartzScheduler_QuartzSchedulerThread] DEBUG org.quartz.core.QuartzSchedulerThread -- batch acquisition of 0 triggers
25215:51:18.106 [DefaultQuartzScheduler_Worker-1] DEBUG org.quartz.core.JobRunShell -- Calling execute on job testGroup.jobForTesting0
253dev.quadstingray.quartz.manager.api.JobsApiSuite:
254 + List all possible jobs 0.028s
255 + Register a new job 0.022s
256==> i dev.quadstingray.quartz.manager.api.JobsApiSuite.Register a job with invalid cron expression ignored 0.0s
257 + List all registered jobs 0.036s
258 + List all registered jobs - sort by name ascending 0.019s
259 + List all registered jobs - query by single parameter 0.066s
260 + List all registered jobs - query with two parameters 0.034s
261 + List all registered jobs - query with OR operator 0.014s
262 + List all registered jobs - pagination with page 1 and rowsPerPage 5 0.133s
263 + List all registered jobs - pagination page 2 with rowsPerPage 10 0.023s
264 + Update an existing job 0.015s
265 + Trigger an existing job 0.02s
266 + Delete an existing job 0.026s
26715:51:18.151 [pool-18-thread-3] INFO org.quartz.core.QuartzScheduler -- Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED started.
26815:51:18.151 [DefaultQuartzScheduler_QuartzSchedulerThread] DEBUG org.quartz.core.QuartzSchedulerThread -- batch acquisition of 0 triggers
26915:51:18.258 [quartz-manager-api-requests-pekko.actor.default-dispatcher-4] WARN dev.quadstingray.quartz.manager.api.Server -- init server with interface: 0.0.0.0 at port: 8080
27015:51:18.258 [quartz-manager-api-requests-pekko.actor.default-dispatcher-4] WARN dev.quadstingray.quartz.manager.api.Server -- For Swagger go to: http://0.0.0.0:8080/docs
27115:51:18.260 [pool-18-thread-3] INFO org.quartz.core.QuartzScheduler -- Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED paused.
27215:51:18.272 [DefaultQuartzScheduler_QuartzSchedulerThread] DEBUG org.quartz.core.QuartzSchedulerThread -- batch acquisition of 0 triggers
27315:51:18.272 [quartz-manager-api-requests-pekko.actor.default-dispatcher-4] INFO org.quartz.core.QuartzScheduler -- Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED started.
27415:51:18.273 [quartz-manager-api-requests-pekko.actor.default-dispatcher-4] DEBUG sttp.tapir.server.pekkohttp.PekkoHttpServerInterpreter$ -- Request: POST /api/scheduler/start, handled by: [startScheduler], took: 2ms; response: 204
27515:51:18.276 [pool-18-thread-3] INFO org.quartz.core.QuartzScheduler -- Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED started.
27615:51:18.277 [DefaultQuartzScheduler_QuartzSchedulerThread] DEBUG org.quartz.core.QuartzSchedulerThread -- batch acquisition of 0 triggers
27715:51:18.281 [quartz-manager-api-requests-pekko.actor.default-dispatcher-5] INFO org.quartz.core.QuartzScheduler -- Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED paused.
27815:51:18.282 [quartz-manager-api-requests-pekko.actor.default-dispatcher-5] DEBUG sttp.tapir.server.pekkohttp.PekkoHttpServerInterpreter$ -- Request: POST /api/scheduler/standby, handled by: [standbyScheduler], took: 2ms; response: 204
27915:51:18.286 [pool-18-thread-3] INFO org.quartz.core.QuartzScheduler -- Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED started.
28015:51:18.286 [DefaultQuartzScheduler_QuartzSchedulerThread] DEBUG org.quartz.core.QuartzSchedulerThread -- batch acquisition of 0 triggers
281dev.quadstingray.quartz.manager.api.SchedulerApiSuite:
282 + Start Scheduler 0.016s
283 + Standby Scheduler 0.009s
284==> i dev.quadstingray.quartz.manager.api.SchedulerApiSuite.Shutdown Scheduler ignored 0.0s
28515:51:18.296 [DefaultQuartzScheduler_QuartzSchedulerThread] DEBUG org.quartz.core.QuartzSchedulerThread -- batch acquisition of 0 triggers
28615:51:18.296 [pool-18-thread-3] INFO org.quartz.core.QuartzScheduler -- Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED started.
28715:51:18.381 [quartz-manager-api-requests-pekko.actor.default-dispatcher-8] WARN dev.quadstingray.quartz.manager.api.Server -- init server with interface: 0.0.0.0 at port: 8080
28815:51:18.381 [quartz-manager-api-requests-pekko.actor.default-dispatcher-8] WARN dev.quadstingray.quartz.manager.api.Server -- For Swagger go to: http://0.0.0.0:8080/docs
28915:51:18.381 [pool-18-thread-3] INFO org.quartz.core.QuartzScheduler -- Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED started.
29015:51:18.381 [DefaultQuartzScheduler_QuartzSchedulerThread] DEBUG org.quartz.core.QuartzSchedulerThread -- batch acquisition of 0 triggers
29115:51:18.393 [DefaultQuartzScheduler_QuartzSchedulerThread] DEBUG org.quartz.core.QuartzSchedulerThread -- batch acquisition of 0 triggers
29215:51:18.394 [quartz-manager-api-requests-pekko.actor.default-dispatcher-5] DEBUG sttp.tapir.server.pekkohttp.PekkoHttpServerInterpreter$ -- Request: PUT /api/jobs, handled by: [registerJob], took: 2ms; response: 200
29315:51:18.459 [quartz-manager-api-requests-pekko.actor.default-dispatcher-5] DEBUG sttp.tapir.server.pekkohttp.PekkoHttpServerInterpreter$ -- Request: POST /api/jobs/testGroup/jobForTesting, handled by: [executeJob], took: 1ms; response: 204
29415:51:18.460 [DefaultQuartzScheduler_QuartzSchedulerThread] DEBUG org.quartz.core.QuartzSchedulerThread -- batch acquisition of 1 triggers
29515:51:18.460 [DefaultQuartzScheduler_QuartzSchedulerThread] DEBUG org.quartz.simpl.PropertySettingJobFactory -- Producing instance of Job 'testGroup.jobForTesting', class=dev.quadstingray.quartz.manager.SampleJob
29615:51:18.461 [DefaultQuartzScheduler_Worker-2] DEBUG org.quartz.core.JobRunShell -- Calling execute on job testGroup.jobForTesting
29715:51:18.462 [DefaultQuartzScheduler_QuartzSchedulerThread] DEBUG org.quartz.core.QuartzSchedulerThread -- batch acquisition of 0 triggers
29815:51:18.477 [quartz-manager-api-requests-pekko.actor.default-dispatcher-5] DEBUG sttp.tapir.server.pekkohttp.PekkoHttpServerInterpreter$ -- Request: PUT /api/jobs, handled by: [registerJob], took: 5ms; response: 200
29915:51:18.477 [DefaultQuartzScheduler_QuartzSchedulerThread] DEBUG org.quartz.core.QuartzSchedulerThread -- batch acquisition of 0 triggers
30015:51:18.491 [DefaultQuartzScheduler_QuartzSchedulerThread] DEBUG org.quartz.core.QuartzSchedulerThread -- batch acquisition of 1 triggers
30115:51:18.491 [DefaultQuartzScheduler_QuartzSchedulerThread] DEBUG org.quartz.simpl.PropertySettingJobFactory -- Producing instance of Job 'testGroup.jobForTesting2', class=dev.quadstingray.quartz.manager.SampleJob
30215:51:18.491 [quartz-manager-api-requests-pekko.actor.default-dispatcher-4] DEBUG sttp.tapir.server.pekkohttp.PekkoHttpServerInterpreter$ -- Request: POST /api/jobs/testGroup/jobForTesting2, handled by: [executeJob], took: 2ms; response: 204
30315:51:18.492 [DefaultQuartzScheduler_Worker-3] DEBUG org.quartz.core.JobRunShell -- Calling execute on job testGroup.jobForTesting2
30415:51:18.492 [DefaultQuartzScheduler_QuartzSchedulerThread] DEBUG org.quartz.core.QuartzSchedulerThread -- batch acquisition of 0 triggers
30515:51:28.496 [pool-18-thread-3] INFO org.quartz.core.QuartzScheduler -- Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED paused.
30615:51:28.518 [quartz-manager-api-requests-pekko.actor.default-dispatcher-4] DEBUG sttp.tapir.server.pekkohttp.PekkoHttpServerInterpreter$ -- Request: GET /api/history, handled by: [historyList], took: 18ms; response: 200
30715:51:28.528 [quartz-manager-api-requests-pekko.actor.default-dispatcher-5] DEBUG sttp.tapir.server.pekkohttp.PekkoHttpServerInterpreter$ -- Request: GET /api/historysort=-date, handled by: [historyList], took: 1ms; response: 200
30815:51:28.536 [quartz-manager-api-requests-pekko.actor.default-dispatcher-4] DEBUG sttp.tapir.server.pekkohttp.PekkoHttpServerInterpreter$ -- Request: GET /api/historyquery=jobGroup:testGroup, handled by: [historyList], took: 2ms; response: 200
30915:51:28.547 [quartz-manager-api-requests-pekko.actor.default-dispatcher-4] 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
31015:51:28.556 [quartz-manager-api-requests-pekko.actor.default-dispatcher-5] DEBUG sttp.tapir.server.pekkohttp.PekkoHttpServerInterpreter$ -- Request: GET /api/historyquery=jobName:jobForTesting+OR+jobName:nonExistentJob, handled by: [historyList], took: 2ms; response: 200
311List(LogRecord(8826df31-5f6a-4883-b384-0368b7d4d8fd,dev.quadstingray.quartz.manager.SampleJob,2026-01-13T15:51:18.491+01:00,Some(List(LogMessage(2026-01-13T15:51:18.491+01:00,DEBUG,SampleJob is instantiated), LogMessage(2026-01-13T15:51:18.492+01:00,INFO,Job `SampleJob` execution started), LogMessage(2026-01-13T15:51:18.492+01:00,INFO,Hello Sample Job), LogMessage(2026-01-13T15:51:18.492+01:00,ERROR,Error), LogMessage(2026-01-13T15:51:18.492+01:00,DEBUG,Bllu), LogMessage(2026-01-13T15:51:18.492+01:00,INFO,Job `SampleJob` execution finished))),Some(testGroup),Some(jobForTesting2)), LogRecord(72ce535f-790d-423a-ad02-f6edd4d95da0,dev.quadstingray.quartz.manager.SampleJob,2026-01-13T15:51:18.100+01:00,Some(List(LogMessage(2026-01-13T15:51:18.098+01:00,DEBUG,SampleJob is instantiated), LogMessage(2026-01-13T15:51:18.106+01:00,INFO,Job `SampleJob` execution started), LogMessage(2026-01-13T15:51:18.107+01:00,INFO,Hello Sample Job), LogMessage(2026-01-13T15:51:18.107+01:00,ERROR,Error), LogMessage(2026-01-13T15:51:18.107+01:00,DEBUG,Bllu), LogMessage(2026-01-13T15:51:18.107+01:00,INFO,Job `SampleJob` execution finished))),Some(testGroup),Some(jobForTesting0)), LogRecord(a2ff2136-aa58-4b59-b2f1-2be085b89dbc,dev.quadstingray.quartz.manager.SampleJob,2026-01-13T15:51:18.460+01:00,Some(List(LogMessage(2026-01-13T15:51:18.460+01:00,DEBUG,SampleJob is instantiated), LogMessage(2026-01-13T15:51:18.461+01:00,INFO,Job `SampleJob` execution started), LogMessage(2026-01-13T15:51:18.461+01:00,INFO,Hello Sample Job), LogMessage(2026-01-13T15:51:18.461+01:00,ERROR,Error), LogMessage(2026-01-13T15:51:18.462+01:00,DEBUG,Bllu), LogMessage(2026-01-13T15:51:18.462+01:00,INFO,Job `SampleJob` execution finished))),Some(testGroup),Some(jobForTesting)))
31215:51:28.567 [quartz-manager-api-requests-pekko.actor.default-dispatcher-4] DEBUG sttp.tapir.server.pekkohttp.PekkoHttpServerInterpreter$ -- Request: GET /api/historyrowsPerPage=1&page=1, handled by: [historyList], took: 1ms; response: 200
31315:51:28.573 [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
31415:51:28.579 [quartz-manager-api-requests-pekko.actor.default-dispatcher-4] DEBUG sttp.tapir.server.pekkohttp.PekkoHttpServerInterpreter$ -- Request: GET /api/historyrowsPerPage=1&page=2, handled by: [historyList], took: 1ms; response: 200
31515:51:28.583 [pool-18-thread-3] INFO org.quartz.core.QuartzScheduler -- Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED started.
31615:51:28.583 [DefaultQuartzScheduler_QuartzSchedulerThread] DEBUG org.quartz.core.QuartzSchedulerThread -- batch acquisition of 0 triggers
317dev.quadstingray.quartz.manager.api.HistoryApiSuite:
318 + Job History List 0.028s
319 + Job History List - sort by date descending 0.008s
320 + Job History List - query by single parameter 0.01s
321 + Job History List - query with two parameters 0.009s
322 + Job History List - query with OR operator 0.012s
323 + Job History List - pagination with page 1 and rowsPerPage 1 0.007s
324 + Job History List - pagination page 2 0.013s
325[info] compiling 1 Scala source to /build/repo/quartz-manager-api/target/scala-3.8.0/classes ...
326[info] done compiling
327[info] compiling 1 Scala source to /build/repo/quartz-manager-api/target/scala-3.8.0/classes ...
328[info] done compiling
329Starting build for ProjectRef(file:/build/repo/,quartz-manager-ui) (quartz-manager-ui)... [1/2]
330Compile scalacOptions: -Wconf:msg=can be rewritten automatically under:s, -source:3.8
331[info] compiling 1 Scala source to /build/repo/quartz-manager-api/target/scala-3.8.0/classes ...
332[info] done compiling
333[info] compiling 2 Scala sources to /build/repo/quartz-manager-ui/target/scala-3.8.0/classes ...
334[info] done compiling
335[info] compiling 1 Scala source to /build/repo/quartz-manager-api/target/scala-3.8.0/classes ...
336[info] done compiling
337[info] compiling 1 Scala source to /build/repo/quartz-manager-ui/target/scala-3.8.0/classes ...
338[info] done compiling
339[info] compiling 3 Scala sources to /build/repo/quartz-manager-ui/target/scala-3.8.0/test-classes ...
340[warn] there was 1 deprecation warning; re-run with -deprecation for details
341[warn] one warning found
342[info] done compiling
343[info] compiling 1 Scala source to /build/repo/quartz-manager-api/target/scala-3.8.0/classes ...
344[info] done compiling
345[info] compiling 1 Scala source to /build/repo/quartz-manager-ui/target/scala-3.8.0/classes ...
346[info] done compiling
347dev.quadstingray.quartz.manager.api.UiServerSuite:
348 + list users as admin 0.005s
349[info] compiling 1 Scala source to /build/repo/quartz-manager-api/target/scala-3.8.0/classes ...
350[info] done compiling
351[info] compiling 1 Scala source to /build/repo/quartz-manager-ui/target/scala-3.8.0/classes ...
352[info] done compiling
353[info] compiling 1 Scala source to /build/repo/quartz-manager-api/target/scala-3.8.0/classes ...
354[info] done compiling
355[info] compiling 1 Scala source to /build/repo/quartz-manager-ui/target/scala-3.8.0/classes ...
356[info] done compiling
357
358************************
359Build summary:
360[{
361 "module": "quartz-manager-api",
362 "compile": {"status": "ok", "tookMs": 18809, "warnings": 2, "errors": 0, "sourceVersion": "3.8"},
363 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
364 "test-compile": {"status": "ok", "tookMs": 3349, "warnings": 2, "errors": 0, "sourceVersion": "3.8"},
365 "test": {"status": "ok", "tookMs": 15297, "passed": 21, "failed": 0, "ignored": 2, "skipped": 0, "total": 23, "byFramework": [{"framework": "munit", "stats": {"passed": 21, "failed": 0, "ignored": 2, "skipped": 0, "total": 23}}]},
366 "publish": {"status": "skipped", "tookMs": 0},
367 "metadata": {
368 "crossScalaVersions": ["2.13.18", "3.7.4"]
369}
370},{
371 "module": "quartz-manager-ui",
372 "compile": {"status": "ok", "tookMs": 639, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
373 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
374 "test-compile": {"status": "ok", "tookMs": 768, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
375 "test": {"status": "ok", "tookMs": 509, "passed": 1, "failed": 0, "ignored": 0, "skipped": 0, "total": 1, "byFramework": [{"framework": "munit", "stats": {"passed": 1, "failed": 0, "ignored": 0, "skipped": 0, "total": 1}}]},
376 "publish": {"status": "skipped", "tookMs": 0},
377 "metadata": {
378 "crossScalaVersions": ["2.13.18", "3.7.4"]
379}
380}]
381************************
382[success] Total time: 44 s, completed Jan 13, 2026, 3:51:32 PM
383[0JChecking patch project/plugins.sbt...
384Checking patch build.sbt...
385Applied patch project/plugins.sbt cleanly.
386Applied patch build.sbt cleanly.