Build Logs
pme123/orchescala • 3.8.0-RC4:2025-12-22
Errors
20
Warnings
23
Total Lines
910
1##################################
2Clonning https://github.com/pme123/orchescala.git into /build/repo using revision v0.3.0
3##################################
4Note: switching to '0859b9c8943ca13aec83ecae7391ca1b2cab9de6'.
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-RC4
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-RC4
32Execute tests: true
33sbt project found:
34No prepare script found for project pme123/orchescala
35##################################
36Scala version: 3.8.0-RC4
37Targets: io.github.pme123%orchescala-api io.github.pme123%orchescala-dmn io.github.pme123%orchescala-domain io.github.pme123%orchescala-engine io.github.pme123%orchescala-engine-c7 io.github.pme123%orchescala-engine-c8 io.github.pme123%orchescala-engine-gateway io.github.pme123%orchescala-gateway io.github.pme123%orchescala-helper io.github.pme123%orchescala-simulation io.github.pme123%orchescala-worker io.github.pme123%orchescala-worker-c7 io.github.pme123%orchescala-worker-c8
38Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"21"},"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 = '21'
44[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_21/rt.jar'
45# Executing command line:
46java
47-Dfile.encoding=UTF-8
48-Dcommunitybuild.scala=3.8.0-RC4
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_21
55-jar
56/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
57"setCrossScalaVersions 3.8.0-RC4"
58"++3.8.0-RC4 -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-RC4 """{"projects":{"exclude":[],"overrides":{}},"java":{"version":"21"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"full","migrationVersions":[],"sourcePatches":[]}""" io.github.pme123%orchescala-api io.github.pme123%orchescala-dmn io.github.pme123%orchescala-domain io.github.pme123%orchescala-engine io.github.pme123%orchescala-engine-c7 io.github.pme123%orchescala-engine-c8 io.github.pme123%orchescala-engine-gateway io.github.pme123%orchescala-gateway io.github.pme123%orchescala-helper io.github.pme123%orchescala-simulation io.github.pme123%orchescala-worker io.github.pme123%orchescala-worker-c7 io.github.pme123%orchescala-worker-c8"
66
67[info] [launcher] getting org.scala-sbt sbt 1.11.6 (this may take some time)...
68[info] welcome to sbt 1.11.6 (Eclipse Adoptium Java 21)
69[info] loading settings for project repo-build from akka.sbt, plugins.sbt...
70[info] loading project definition from /build/repo/project
71[info] compiling 5 Scala sources to /build/repo/project/target/scala-2.12/sbt-1.0/classes ...
72[info] Non-compiled module 'compiler-bridge_2.12' for Scala 2.12.20. Compiling...
73[info] Compilation completed in 8.049s.
74[info] done compiling
75[info] loading settings for project root from build.sbt...
76[info] resolving key references (15545 settings) ...
77[info] set current project to orchescala (in build file:/build/repo/)
78Execute setCrossScalaVersions: 3.8.0-RC4
79OpenCB::Changing crossVersion 3.7.2 -> 3.8.0-RC4 in worker/crossScalaVersions
80OpenCB::Changing crossVersion 3.7.2 -> 3.8.0-RC4 in api/crossScalaVersions
81OpenCB::Limitting incorrect crossVersions List(2.12.20) -> List(3.8.0-RC4) in api/crossScalaVersions
82OpenCB::Changing crossVersion 3.7.2 -> 3.8.0-RC4 in simulation/crossScalaVersions
83OpenCB::Changing crossVersion 3.7.2 -> 3.8.0-RC4 in engineC7/crossScalaVersions
84OpenCB::Limitting incorrect crossVersions List(2.12.20) -> List(3.8.0-RC4) in engineC7/crossScalaVersions
85OpenCB::Changing crossVersion 3.7.2 -> 3.8.0-RC4 in gateway/crossScalaVersions
86OpenCB::Limitting incorrect crossVersions List(2.12.20) -> List(3.8.0-RC4) in gateway/crossScalaVersions
87OpenCB::Changing crossVersion 3.7.2 -> 3.8.0-RC4 in workerC7/crossScalaVersions
88OpenCB::Limitting incorrect crossVersions List(2.12.20) -> List(3.8.0-RC4) in workerC7/crossScalaVersions
89OpenCB::Changing crossVersion 3.7.2 -> 3.8.0-RC4 in dmn/crossScalaVersions
90OpenCB::Limitting incorrect crossVersions List(2.12.20) -> List(3.8.0-RC4) in dmn/crossScalaVersions
91OpenCB::Changing crossVersion 3.7.2 -> 3.8.0-RC4 in engineGateway/crossScalaVersions
92OpenCB::Limitting incorrect crossVersions List(2.12.20) -> List(3.8.0-RC4) in engineGateway/crossScalaVersions
93OpenCB::Changing crossVersion 3.7.2 -> 3.8.0-RC4 in workerC8/crossScalaVersions
94OpenCB::Limitting incorrect crossVersions List(2.12.20) -> List(3.8.0-RC4) in workerC8/crossScalaVersions
95OpenCB::Changing crossVersion 3.7.2 -> 3.8.0-RC4 in docs/crossScalaVersions
96OpenCB::Limitting incorrect crossVersions List(2.12.20) -> List(3.8.0-RC4) in docs/crossScalaVersions
97OpenCB::Changing crossVersion 3.7.2 -> 3.8.0-RC4 in engineC8/crossScalaVersions
98OpenCB::Limitting incorrect crossVersions List(2.12.20) -> List(3.8.0-RC4) in engineC8/crossScalaVersions
99OpenCB::Changing crossVersion 3.7.2 -> 3.8.0-RC4 in engine/crossScalaVersions
100OpenCB::Limitting incorrect crossVersions List(2.12.20) -> List(3.8.0-RC4) in engine/crossScalaVersions
101OpenCB::Changing crossVersion 3.7.2 -> 3.8.0-RC4 in helper/crossScalaVersions
102OpenCB::Limitting incorrect crossVersions List(2.12.20) -> List(3.8.0-RC4) in helper/crossScalaVersions
103OpenCB::Changing crossVersion 3.7.2 -> 3.8.0-RC4 in domain/crossScalaVersions
104OpenCB::Limitting incorrect crossVersions List(2.12.20) -> List(3.8.0-RC4) in domain/crossScalaVersions
105OpenCB::Limitting incorrect crossVersions List(2.12.20) -> List(3.8.0-RC4) in simulation/crossScalaVersions
106OpenCB::Limitting incorrect crossVersions List(2.12.20) -> List(3.8.0-RC4) in worker/crossScalaVersions
107[info] set current project to orchescala (in build file:/build/repo/)
108[info] Setting Scala version to 3.8.0-RC4 on 14 projects.
109[info] Switching Scala version on:
110[info] engineC8 (3.8.0-RC4)
111[info] domain (3.8.0-RC4)
112[info] docs (3.8.0-RC4)
113[info] workerC8 (3.8.0-RC4)
114[info] workerC7 (3.8.0-RC4)
115[info] dmn (3.8.0-RC4)
116[info] gateway (3.8.0-RC4)
117[info] engineGateway (3.8.0-RC4)
118[info] simulation (3.8.0-RC4)
119[info] helper (3.8.0-RC4)
120[info] engineC7 (3.8.0-RC4)
121[info] api (3.8.0-RC4)
122[info] engine (3.8.0-RC4)
123[info] worker (3.8.0-RC4)
124[info] Excluding projects:
125[info] * root (2.12.20)
126[info] Reapplying settings...
127[info] set current project to orchescala (in build file:/build/repo/)
128Execute mapScalacOptions: ,REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
129[info] Reapplying settings...
130[info] set current project to orchescala (in build file:/build/repo/)
131[info] Defining Global / credentials, api / credentials and 13 others.
132[info] The new values will be used by Global / pgpSelectPassphrase, Global / pgpSigningKey and 74 others.
133[info] Run `last` for details.
134[info] Reapplying settings...
135[info] set current project to orchescala (in build file:/build/repo/)
136Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
137[info] Reapplying settings...
138OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
139
140 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:331)
141 Did you mean engineGateway / allExcludeDependencies ?
142 , retry without global scopes
143[info] Reapplying settings...
144[info] set current project to orchescala (in build file:/build/repo/)
145Execute removeScalacOptionsStartingWith: -P:wartremover
146[info] Reapplying settings...
147[info] set current project to orchescala (in build file:/build/repo/)
148[success] Total time: 0 s, completed Dec 22, 2025, 7:44:24 PM
149Build config: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"21"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"full","migrationVersions":[],"sourcePatches":[]}
150Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),Full,List()))
151Starting build...
152Projects: Set(engineC8, domain, workerC8, workerC7, dmn, gateway, engineGateway, simulation, helper, engineC7, api, engine, worker)
153Starting build for ProjectRef(file:/build/repo/,workerC8) (orchescala-worker-c8)... [0/13]
154OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.8` in Scala 2.12.20 module Global
155Compile scalacOptions: -Yimports:java.lang,scala,scala.Predef,io.circe,io.circe.generic.semiauto,io.circe.derivation,io.circe.syntax,sttp.tapir,sttp.tapir.json.circe, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
156[info] compiling 24 Scala sources to /build/repo/01-domain/target/scala-3.8.0-RC4/classes ...
157[warn] there were 15 feature warnings; re-run with -feature for details
158[warn] there were 197 deprecation warnings; re-run with -deprecation for details
159[warn] two warnings found
160[warn] there were 15 feature warnings; re-run with -feature for details
161[warn] there were 197 deprecation warnings; re-run with -deprecation for details
162[warn] four warnings found
163[info] done compiling
164[info] compiling 35 Scala sources to /build/repo/02-engine/target/scala-3.8.0-RC4/classes ...
165[info] done compiling
166[info] compiling 14 Scala sources to /build/repo/04-engine-c8/target/scala-3.8.0-RC4/classes ...
167[info] compiling 16 Scala sources to /build/repo/03-worker/target/scala-3.8.0-RC4/classes ...
168[info] done compiling
169[info] done compiling
170[info] compiling 3 Scala sources to /build/repo/04-worker-c8/target/scala-3.8.0-RC4/classes ...
171[info] done compiling
172Starting build for ProjectRef(file:/build/repo/,engineGateway) (orchescala-engine-gateway)... [1/13]
173Compile scalacOptions: -Yimports:java.lang,scala,scala.Predef,io.circe,io.circe.generic.semiauto,io.circe.derivation,io.circe.syntax,sttp.tapir,sttp.tapir.json.circe, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
174[info] compiling 14 Scala sources to /build/repo/04-engine-c7/target/scala-3.8.0-RC4/classes ...
175[info] done compiling
176[info] compiling 13 Scala sources to /build/repo/05-engine-gateway/target/scala-3.8.0-RC4/classes ...
177[info] done compiling
178[info] compiling 1 Scala source to /build/repo/05-engine-gateway/target/scala-3.8.0-RC4/test-classes ...
179[info] done compiling
180[info] orchescala.engine.gateway.SortingServicesTest started
181[info] orchescala.engine.gateway.SortingServicesTest:
182[info] orchescala.engine.gateway.SortingServicesTest.sortedFromCache with no cache key returns original order started
183[info] + sortedFromCache with no cache key returns original order 0.02s
184[info] orchescala.engine.gateway.SortingServicesTest.sortedFromCache with cache key but no cache entries returns original order started
185[info] + sortedFromCache with cache key but no cache entries returns original order 0.032s
186[info] orchescala.engine.gateway.SortingServicesTest.sortedFromCache with cache key sorts matching engine types first started
187[info] + sortedFromCache with cache key sorts matching engine types first 0.002s
188[info] orchescala.engine.gateway.SortingServicesTest.sortedFromCache with UUID key prioritizes C8 services started
189[info] + sortedFromCache with UUID key prioritizes C8 services 0.002s
190[info] orchescala.engine.gateway.SortingServicesTest.sortedFromCache with Long key prioritizes C7 services started
191[info] + sortedFromCache with Long key prioritizes C7 services 0.001s
192[info] orchescala.engine.gateway.SortingServicesTest.sortedFromCache with invalid key defaults to the order in the list started
193[info] + sortedFromCache with invalid key defaults to the order in the list 0.0s
194[info] Test run orchescala.engine.gateway.SortingServicesTest finished: 0 failed, 0 ignored, 6 total, 0.096s
195Starting build for ProjectRef(file:/build/repo/,dmn) (orchescala-dmn)... [2/13]
196Compile scalacOptions: -Wconf:msg=can be rewritten automatically under:s, -source:3.8
197[info] compiling 4 Scala sources to /build/repo/03-dmn/target/scala-3.8.0-RC4/classes ...
198[warn] there were 2 deprecation warnings; re-run with -deprecation for details
199[warn] one warning found
200[info] done compiling
201Starting build for ProjectRef(file:/build/repo/,domain) (orchescala-domain)... [3/13]
202Compile scalacOptions: -Yimports:java.lang,scala,scala.Predef,io.circe,io.circe.generic.semiauto,io.circe.derivation,io.circe.syntax,sttp.tapir,sttp.tapir.json.circe, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
203[info] compiling 10 Scala sources to /build/repo/01-domain/target/scala-3.8.0-RC4/test-classes ...
204[info] done compiling
205NewName: GetMyWorker
206OldName1+: myprocessV1.MyWorker.get
207OldName1+: myprocess.MyWorker.delete
208OldName2: MyWorker
209OldName31: myprocess-other-MyWorker
210OldName32: myprocess-GetMyWorker
211OldName4: myprocess.MyWorker
212OldName4: GetMyWorker
213OtherName: mycompany-myproject.myprocess.GetMyWorker
214[info] orchescala.domain.bpmnTest started
215[info] orchescala.domain.bpmnTest:
216[info] orchescala.domain.bpmnTest.mycompany-myproject-myprocessV1-GetMyWorker NEW started
217[info] + mycompany-myproject-myprocessV1-GetMyWorker NEW 0.016s
218[info] orchescala.domain.bpmnTest.mycompany-myproject-myprocessV1.MyWorker.get OLD1 started
219[info] + mycompany-myproject-myprocessV1.MyWorker.get OLD1 0.001s
220[info] orchescala.domain.bpmnTest.mycompany-myproject-myprocess.MyWorker.delete OLD1 started
221[info] + mycompany-myproject-myprocess.MyWorker.delete OLD1 0.0s
222[info] orchescala.domain.bpmnTest.mycompany-myproject-myworker.post OLD1 started
223[info] + mycompany-myproject-myworker.post OLD1 0.001s
224[info] orchescala.domain.bpmnTest.mycompany-myproject-myprocessV1.MyWorker OLD2 started
225[info] + mycompany-myproject-myprocessV1.MyWorker OLD2 0.0s
226[info] orchescala.domain.bpmnTest.mycompany-myproject-myprocess-other-MyWorker OLD31 started
227[info] + mycompany-myproject-myprocess-other-MyWorker OLD31 0.004s
228[info] orchescala.domain.bpmnTest.mycompany-myproject-myprocess-GetMyWorker OLD32 started
229[info] + mycompany-myproject-myprocess-GetMyWorker OLD32 0.001s
230[info] orchescala.domain.bpmnTest.mycompany-myproject-myprocess.MyWorker OLD4 started
231[info] + mycompany-myproject-myprocess.MyWorker OLD4 0.001s
232[info] orchescala.domain.bpmnTest.mycompany-myproject-GetMyWorker OLD4 started
233[info] + mycompany-myproject-GetMyWorker OLD4 0.0s
234[info] orchescala.domain.bpmnTest.mycompany-myproject.myprocess.GetMyWorker REST started
235[info] + mycompany-myproject.myprocess.GetMyWorker REST 0.001s
236[info] Test run orchescala.domain.bpmnTest finished: 0 failed, 0 ignored, 10 total, 0.044s
237[info] orchescala.domain.FieldNameTest started
238[info] orchescala.domain.FieldNameTest:
239[info] orchescala.domain.FieldNameTest.productElementNames Case Class started
240[info] + productElementNames Case Class 0.0s
241[info] orchescala.domain.FieldNameTest.productElementNames Enum started
242[info] + productElementNames Enum 0.001s
243[info] Test run orchescala.domain.FieldNameTest finished: 0 failed, 0 ignored, 2 total, 0.001s
244[info] orchescala.domain.DomainTest started
245[info] orchescala.domain.DomainTest:
246[info] orchescala.domain.DomainTest.niceName started
247[info] + niceName 0.003s
248[info] orchescala.domain.DomainTest.shortName of Generic Service simple started
249[info] + shortName of Generic Service simple 0.0s
250[info] orchescala.domain.DomainTest.shortName of Generic Service started
251[info] + shortName of Generic Service 0.001s
252[info] orchescala.domain.DomainTest.enum derivation started
253[info] + enum derivation 0.117s
254[info] Test run orchescala.domain.DomainTest finished: 0 failed, 0 ignored, 4 total, 0.124s
255[info] orchescala.domain.EnumValueTest started
256[info] orchescala.domain.EnumValueTest:
257[info] orchescala.domain.EnumValueTest.CmsTest encode and decode enum type started
258[info] + CmsTest encode and decode enum type 0.196s
259[info] orchescala.domain.EnumValueTest.bad enum value started
260[info] + bad enum value 0.001s
261[info] Test run orchescala.domain.EnumValueTest finished: 0 failed, 0 ignored, 2 total, 0.208s
262[info] orchescala.domain.CamundaVariableTest started
263[info] orchescala.domain.CamundaVariableTest:
264[info] orchescala.domain.CamundaVariableTest.CamundaVariable valueToCamunda started
265[info] + CamundaVariable valueToCamunda 0.013s
266[info] orchescala.domain.CamundaVariableTest.CamundaVariable valueToCamunda LocalDate started
267[info] + CamundaVariable valueToCamunda LocalDate 0.005s
268[info] orchescala.domain.CamundaVariableTest.CamundaVariable toCamunda started
269[info] + CamundaVariable toCamunda 0.177s
270[info] orchescala.domain.CamundaVariableTest.CamundaVariable toCamunda-1 started
271[info] + CamundaVariable toCamunda-1 0.004s
272[info] Test run orchescala.domain.CamundaVariableTest finished: 0 failed, 0 ignored, 4 total, 0.209s
273[info] orchescala.domain.RefinedTest started
274[info] orchescala.domain.RefinedTest:
275[info] orchescala.domain.RefinedTest.Percentage started
276[info] + Percentage 0.007s
277[info] orchescala.domain.RefinedTest.Iso8601Day started
278[info] + Iso8601Day 0.001s
279[info] orchescala.domain.RefinedTest.Iso8601DateTime started
280[info] + Iso8601DateTime 0.0s
281[info] orchescala.domain.RefinedTest.Iso8601Duration started
282[info] + Iso8601Duration 0.0s
283[info] orchescala.domain.RefinedTest.Iso8601Interval started
284[info] + Iso8601Interval 0.0s
285[info] orchescala.domain.RefinedTest.CronExpr started
286[info] + CronExpr 0.0s
287[info] orchescala.domain.RefinedTest.Iban started
288[info] + Iban 0.0s
289[info] Test run orchescala.domain.RefinedTest finished: 0 failed, 0 ignored, 7 total, 0.01s
290[info] orchescala.domain.MockedServiceResponseTest started
291[info] orchescala.domain.MockedServiceResponseTest:
292[info] orchescala.domain.MockedServiceResponseTest.testCodecSuccess started
293[info] + testCodecSuccess 0.024s
294[info] orchescala.domain.MockedServiceResponseTest.testCodecError started
295[info] + testCodecError 0.003s
296[info] Test run orchescala.domain.MockedServiceResponseTest finished: 0 failed, 0 ignored, 2 total, 0.028s
297[info] orchescala.domain.LocalDateTimeDecoderTest started
298[info] orchescala.domain.LocalDateTimeDecoderTest:
299[info] orchescala.domain.LocalDateTimeDecoderTest.Date format LocalDateTime Format started
300[info] + Date format LocalDateTime Format 0.178s
301[info] orchescala.domain.LocalDateTimeDecoderTest.Date format LocalDateTime Format with milliseconds started
302[info] orchescala.domain.ProcessTest started
303[info] orchescala.domain.ProcessTest:
304[info] orchescala.domain.ProcessTest.camundaInBody started
305[info] + camundaInBody 0.086s
306[info] Test run orchescala.domain.ProcessTest finished: 0 failed, 0 ignored, 1 total, 0.086s
307[info] + Date format LocalDateTime Format with milliseconds 0.001s
308[info] orchescala.domain.LocalDateTimeDecoderTest.Date format ISO Format started
309[info] + Date format ISO Format 0.011s
310[info] orchescala.domain.LocalDateTimeDecoderTest.Date format bad started
311[info] + Date format bad 0.083s
312[info] Test run orchescala.domain.LocalDateTimeDecoderTest finished: 0 failed, 0 ignored, 4 total, 0.283s
313[info] orchescala.domain.InOutTest started
314[info] orchescala.domain.InOutTest:
315[info] orchescala.domain.InOutTest.inVariableNames should return distinct variable names started
316[info] + inVariableNames should return distinct variable names 0.081s
317[info] orchescala.domain.InOutTest.outVariableNames should return distinct variable names started
318[info] + outVariableNames should return distinct variable names 0.001s
319[info] orchescala.domain.InOutTest.inVariables should return distinct variables started
320[info] + inVariables should return distinct variables 0.001s
321[info] orchescala.domain.InOutTest.outVariables should return distinct variables started
322[info] + outVariables should return distinct variables 0.0s
323[info] Test run orchescala.domain.InOutTest finished: 0 failed, 0 ignored, 4 total, 0.084s
324Starting build for ProjectRef(file:/build/repo/,workerC7) (orchescala-worker-c7)... [4/13]
325Compile scalacOptions: -Yimports:java.lang,scala,scala.Predef,io.circe,io.circe.generic.semiauto,io.circe.derivation,io.circe.syntax,sttp.tapir,sttp.tapir.json.circe, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
326[info] compiling 9 Scala sources to /build/repo/04-worker-c7/target/scala-3.8.0-RC4/classes ...
327[info] done compiling
328[info] compiling 1 Scala source to /build/repo/04-worker-c7/target/scala-3.8.0-RC4/test-classes ...
329[info] done compiling
330[info] orchescala.worker.c7.C7WorkerCalcRetriesTest started
331[info] orchescala.worker.c7.C7WorkerCalcRetriesTest:
332[info] orchescala.worker.c7.C7WorkerCalcRetriesTest.calcRetries - normal error with retries > 0 started
333[info] + calcRetries - normal error with retries > 0 0.013s
334[info] orchescala.worker.c7.C7WorkerCalcRetriesTest.calcRetries - normal error with retries = 0 started
335[info] + calcRetries - normal error with retries = 0 0.0s
336[info] orchescala.worker.c7.C7WorkerCalcRetriesTest.calcRetries - retryable error with retries = 0 started
337[info] + calcRetries - retryable error with retries = 0 0.001s
338[info] orchescala.worker.c7.C7WorkerCalcRetriesTest.calcRetries - retryable error with retries > 0 started
339[info] + calcRetries - retryable error with retries > 0 0.0s
340[info] orchescala.worker.c7.C7WorkerCalcRetriesTest.calcRetries - GET request error with retries = 0 started
341[info] + calcRetries - GET request error with retries = 0 0.001s
342[info] orchescala.worker.c7.C7WorkerCalcRetriesTest.calcRetries - PUT request error with retries = 0 started
343[info] + calcRetries - PUT request error with retries = 0 0.0s
344[info] orchescala.worker.c7.C7WorkerCalcRetriesTest.calcRetries - POST request error with retries = 0 (should not retry) started
345[info] + calcRetries - POST request error with retries = 0 (should not retry) 0.001s
346[info] orchescala.worker.c7.C7WorkerCalcRetriesTest.calcRetries - case insensitive matching started
347[info] + calcRetries - case insensitive matching 0.0s
348[info] orchescala.worker.c7.C7WorkerCalcRetriesTest.calcRetries - partial message matching started
349[info] + calcRetries - partial message matching 0.001s
350[info] orchescala.worker.c7.C7WorkerCalcRetriesTest.calcRetries - negative retries with retryable error started
351[info] + calcRetries - negative retries with retryable error 0.0s
352[info] orchescala.worker.c7.C7WorkerCalcRetriesTest.calcRetries - Unexpected error while sending request: Exception when sending request: GET https:// started
353[info] + calcRetries - Unexpected error while sending request: Exception when sending request: GET https:// 0.0s
354[info] orchescala.worker.c7.C7WorkerCalcRetriesTest.calcRetries - Unexpected error in Cause started
355[info] + calcRetries - Unexpected error in Cause 0.002s
356[info] orchescala.worker.c7.C7WorkerCalcRetriesTest.calcRetries - multiple retry conditions started
357[info] + calcRetries - multiple retry conditions 0.001s
358[info] orchescala.worker.c7.C7WorkerCalcRetriesTest.calcRetries - non-retryable errors started
359[info] + calcRetries - non-retryable errors 0.0s
360[info] Test run orchescala.worker.c7.C7WorkerCalcRetriesTest finished: 0 failed, 0 ignored, 14 total, 0.03s
361Starting build for ProjectRef(file:/build/repo/,api) (orchescala-api)... [5/13]
362Compile scalacOptions: -Yimports:java.lang,scala,scala.Predef,io.circe,io.circe.generic.semiauto,io.circe.derivation,io.circe.syntax,sttp.tapir,sttp.tapir.json.circe, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
363[info] compiling 23 Scala sources to /build/repo/03-api/target/scala-3.8.0-RC4/classes ...
364[warn] there were 13 deprecation warnings; re-run with -deprecation for details
365[warn] one warning found
366[info] done compiling
367[info] compiling 6 Scala sources to /build/repo/03-api/target/scala-3.8.0-RC4/test-classes ...
368[warn] there were 3 feature warnings; re-run with -feature for details
369[warn] there were 2 deprecation warnings; re-run with -deprecation for details
370[warn] two warnings found
371[info] done compiling
372ProcessReferenceCreator: orchescala.api.ApiCreatorTest
373[info] orchescala.api.VersionHelperTest started
374[info] orchescala.api.VersionHelperTest:
375[warn] ==> i orchescala.api.VersionHelperTest.repoSearch ignored 0.0s
376[warn] ==> i orchescala.api.VersionHelperTest.repoSearch no result ignored 0.0s
377[info] Test run orchescala.api.VersionHelperTest finished: 0 failed, 2 ignored, 0 total, 0.014s
378[info] orchescala.api.ApiProjectConfigTest started
379[info] orchescala.api.ApiProjectConfigTest:
380[warn] ==> i orchescala.api.ApiProjectConfigTest.ApiProjectConfig ignored 0.0s
381[info] Test run orchescala.api.ApiProjectConfigTest finished: 0 failed, 1 ignored, 0 total, 0.0s
382OtherName: orchescala.api.DefaultApiCreator
383OldName4: myprocess.MyWorker
384OldName1+: myprocess.MyWorker.get
385NewName: MyWorker
386OldName2: MyWorker
387[info] orchescala.api.exportsTest started
388[info] orchescala.api.ApiCreatorTest started
389[info] orchescala.api.ApiCreatorTest:
390[info] orchescala.api.ApiCreatorTest.testReplaceJira started
391[info] + testReplaceJira 0.022s
392[info] orchescala.api.ApiCreatorTest.testReplaceJiraMany started
393[info] + testReplaceJiraMany 0.0s
394[info] orchescala.api.ApiCreatorTest.testReplaceJiraMulti started
395[info] + testReplaceJiraMulti 0.001s
396[info] Test run orchescala.api.ApiCreatorTest finished: 0 failed, 0 ignored, 3 total, 0.03s
397[info] orchescala.api.exportsTest:
398[info] orchescala.api.exportsTest.orchescala.api.DefaultApiCreator UNDEFINED started
399[info] + orchescala.api.DefaultApiCreator UNDEFINED 0.02s
400[info] orchescala.api.exportsTest.mycompany-myproject-myprocess.MyWorker started
401[info] + mycompany-myproject-myprocess.MyWorker 0.001s
402[info] orchescala.api.exportsTest.mycompany-myproject-myprocess.MyWorker.get started
403[info] + mycompany-myproject-myprocess.MyWorker.get 0.001s
404[info] orchescala.api.exportsTest.mycompany-myproject-myprocessV2-GetMyWorker started
405[info] + mycompany-myproject-myprocessV2-GetMyWorker 0.0s
406[info] orchescala.api.exportsTest.mycompany-myproject-myprocessV4.MyWorker started
407[info] + mycompany-myproject-myprocessV4.MyWorker 0.001s
408[info] Test run orchescala.api.exportsTest finished: 0 failed, 0 ignored, 5 total, 0.029s
409[info] orchescala.api.ProjectsConfigTest started
410[info] orchescala.api.ProjectsConfigTest:
411[info] orchescala.api.ProjectsConfigTest.colorForId should return the correct color for a given refName and ownProjectName started
412[info] + colorForId should return the correct color for a given refName and ownProjectName 0.004s
413[info] orchescala.api.ProjectsConfigTest.colorForId should return None if no matching project is found started
414[info] + colorForId should return None if no matching project is found 0.001s
415[info] orchescala.api.ProjectsConfigTest.colorForId should return None if refName starts with ownProjectName started
416[info] + colorForId should return None if refName starts with ownProjectName 0.0s
417[info] orchescala.api.ProjectsConfigTest.projectNameForRef should return the project name if the processRef starts with a project name started
418[info] + projectNameForRef should return the project name if the processRef starts with a project name 0.003s
419[info] orchescala.api.ProjectsConfigTest.projectNameForRef should return the processRef if no project name matches started
420[info] + projectNameForRef should return the processRef if no project name matches 0.0s
421[info] Test run orchescala.api.ProjectsConfigTest finished: 0 failed, 0 ignored, 5 total, 0.009s
422Starting build for ProjectRef(file:/build/repo/,worker) (orchescala-worker)... [6/13]
423Compile scalacOptions: -Yimports:java.lang,scala,scala.Predef,io.circe,io.circe.generic.semiauto,io.circe.derivation,io.circe.syntax,sttp.tapir,sttp.tapir.json.circe, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
424[info] compiling 5 Scala sources to /build/repo/03-worker/target/scala-3.8.0-RC4/test-classes ...
425[info] done compiling
426[info] orchescala.worker.WorkerAppTest started
427[info] orchescala.worker.WorkerAppTest:
428[info] orchescala.worker.WorkerAppTest.workerApps with no dependencies returns single app started
429[info] + workerApps with no dependencies returns single app 0.022s
430[info] orchescala.worker.WorkerAppTest.workerApps with single dependency returns app and dependency started
431[info] + workerApps with single dependency returns app and dependency 0.005s
432[info] orchescala.worker.WorkerAppTest.workerApps with multiple dependencies returns all apps started
433[info] + workerApps with multiple dependencies returns all apps 0.002s
434[info] orchescala.worker.WorkerAppTest.workerApps with nested dependencies returns all apps started
435[info] + workerApps with nested dependencies returns all apps 0.004s
436[info] orchescala.worker.WorkerAppTest.workerApps with complex dependency tree started
437[info] + workerApps with complex dependency tree 0.004s
438[info] orchescala.worker.WorkerAppTest.workerApps maintains order with main app first started
439[info] + workerApps maintains order with main app first 0.0s
440[info] orchescala.worker.WorkerAppTest.workerApps handles empty dependencies correctly started
441[info] + workerApps handles empty dependencies correctly 0.001s
442[info] orchescala.worker.WorkerAppTest.workerApps with diamond dependency pattern started
443[info] + workerApps with diamond dependency pattern 0.001s
444[info] orchescala.worker.WorkerAppTest.workerApps preserves dependency order started
445[info] + workerApps preserves dependency order 0.001s
446[info] orchescala.worker.WorkerAppTest.workerApps with deep nesting started
447[info] + workerApps with deep nesting 0.002s
448[info] orchescala.worker.WorkerAppTest.workerApps with multiple branches at different levels started
449[info] + workerApps with multiple branches at different levels 0.002s
450[info] orchescala.worker.WorkerAppTest.workerApps returns correct sequence type started
451[info] + workerApps returns correct sequence type 0.001s
452[info] orchescala.worker.WorkerAppTest.workerApps with self-referential dependency handling started
453[info] + workerApps with self-referential dependency handling 0.0s
454[info] Test run orchescala.worker.WorkerAppTest finished: 0 failed, 0 ignored, 13 total, 0.057s
455+ WorkerExecutorSpec
45619:47:29.082 [ZScheduler-Worker-0] INFO orchescala.engine.rest.HttpClientProvider -- Creating STTP client backend using shared HTTP client
45719:47:29.088 [ZScheduler-Worker-0] INFO orchescala.engine.rest.HttpClientProvider -- Creating shared AsyncHttpClient
45819:47:29.109 [ZScheduler-Worker-0] DEBUG io.netty.util.internal.logging.InternalLoggerFactory -- Using SLF4J as the default logging framework
45919:47:29.113 [ZScheduler-Worker-0] DEBUG io.netty.util.ResourceLeakDetector -- -Dio.netty.leakDetection.level: simple
46019:47:29.114 [ZScheduler-Worker-0] DEBUG io.netty.util.ResourceLeakDetector -- -Dio.netty.leakDetection.targetRecords: 4
46119:47:29.117 [ZScheduler-Worker-0] DEBUG io.netty.util.ResourceLeakDetectorFactory -- Loaded default ResourceLeakDetector: io.netty.util.ResourceLeakDetector@51e1a951
46219:47:29.137 [ZScheduler-Worker-0] DEBUG io.netty.util.internal.PlatformDependent0 -- -Dio.netty.noUnsafe: false
46319:47:29.137 [ZScheduler-Worker-0] DEBUG io.netty.util.internal.PlatformDependent0 -- Java version: 21
46419:47:29.138 [ZScheduler-Worker-0] DEBUG io.netty.util.internal.PlatformDependent0 -- sun.misc.Unsafe.theUnsafe: available
46519:47:29.138 [ZScheduler-Worker-0] DEBUG io.netty.util.internal.PlatformDependent0 -- sun.misc.Unsafe.copyMemory: available
46619:47:29.139 [ZScheduler-Worker-0] DEBUG io.netty.util.internal.PlatformDependent0 -- java.nio.Buffer.address: available
46719:47:29.139 [ZScheduler-Worker-0] DEBUG io.netty.util.internal.PlatformDependent0 -- direct buffer constructor: unavailable
468java.lang.NoSuchMethodException: java.nio.DirectByteBuffer.<init>(long,int)
469 at java.base/java.lang.Class.getConstructor0(Class.java:3761)
470 at java.base/java.lang.Class.getDeclaredConstructor(Class.java:2930)
471 at io.netty.util.internal.PlatformDependent0$4.run(PlatformDependent0.java:237)
472 at java.base/java.security.AccessController.doPrivileged(AccessController.java:319)
473 at io.netty.util.internal.PlatformDependent0.<clinit>(PlatformDependent0.java:232)
474 at io.netty.util.internal.PlatformDependent.isAndroid(PlatformDependent.java:294)
475 at io.netty.util.internal.PlatformDependent.<clinit>(PlatformDependent.java:93)
476 at io.netty.util.HashedWheelTimer.<init>(HashedWheelTimer.java:109)
477 at io.netty.util.HashedWheelTimer.<init>(HashedWheelTimer.java:218)
478 at io.netty.util.HashedWheelTimer.<init>(HashedWheelTimer.java:197)
479 at org.asynchttpclient.DefaultAsyncHttpClient.newNettyTimer(DefaultAsyncHttpClient.java:111)
480 at org.asynchttpclient.DefaultAsyncHttpClient.<init>(DefaultAsyncHttpClient.java:90)
481 at orchescala.engine.rest.HttpClientProvider$.createHttpClient$lzyINIT1$$anonfun$2$$anonfun$1(HttpClientProvider.scala:38)
482 at zio.ZIOCompanionVersionSpecific.attempt$$anonfun$1(ZIOCompanionVersionSpecific.scala:100)
483 at zio.ZIO$.suspendSucceed$$anonfun$1(ZIO.scala:4887)
484 at zio.internal.FiberRuntime.runLoop(FiberRuntime.scala:1172)
485 at zio.internal.FiberRuntime.runLoop(FiberRuntime.scala:1263)
486 at zio.internal.FiberRuntime.runLoop(FiberRuntime.scala:1203)
487 at zio.internal.FiberRuntime.runLoop(FiberRuntime.scala:1263)
488 at zio.internal.FiberRuntime.runLoop(FiberRuntime.scala:1263)
489 at zio.internal.FiberRuntime.runLoop(FiberRuntime.scala:1203)
490 at zio.internal.FiberRuntime.runLoop(FiberRuntime.scala:1263)
491 at zio.internal.FiberRuntime.evaluateEffect(FiberRuntime.scala:435)
492 at zio.internal.FiberRuntime.start(FiberRuntime.scala:1499)
493 at zio.Runtime$UnsafeAPIV1.runOrFork(Runtime.scala:159)
494 at zio.Runtime$UnsafeAPIV1.run(Runtime.scala:134)
495 at orchescala.engine.rest.HttpClientProvider$.sharedHttpClient$lzyINIT1$$anonfun$1(HttpClientProvider.scala:21)
496 at zio.Unsafe$.unsafe(Unsafe.scala:37)
497 at orchescala.engine.rest.HttpClientProvider$.sharedHttpClient$lzyINIT1(HttpClientProvider.scala:20)
498 at orchescala.engine.rest.HttpClientProvider$.sharedHttpClient(HttpClientProvider.scala:19)
499 at orchescala.engine.rest.HttpClientProvider$.createBackend$lzyINIT1$$anonfun$2$$anonfun$1(HttpClientProvider.scala:46)
500 at zio.ZIOCompanionVersionSpecific.attempt$$anonfun$1(ZIOCompanionVersionSpecific.scala:100)
501 at zio.ZIO$.suspendSucceed$$anonfun$1(ZIO.scala:4887)
502 at zio.internal.FiberRuntime.runLoop(FiberRuntime.scala:1172)
503 at zio.internal.FiberRuntime.runLoop(FiberRuntime.scala:1263)
504 at zio.internal.FiberRuntime.runLoop(FiberRuntime.scala:1203)
505 at zio.internal.FiberRuntime.runLoop(FiberRuntime.scala:1263)
506 at zio.internal.FiberRuntime.runLoop(FiberRuntime.scala:1263)
507 at zio.internal.FiberRuntime.runLoop(FiberRuntime.scala:1203)
508 at zio.internal.FiberRuntime.runLoop(FiberRuntime.scala:1263)
509 at zio.internal.FiberRuntime.evaluateEffect(FiberRuntime.scala:435)
510 at zio.internal.FiberRuntime.start(FiberRuntime.scala:1499)
511 at zio.Runtime$UnsafeAPIV1.runOrFork(Runtime.scala:159)
512 at zio.Runtime$UnsafeAPIV1.run(Runtime.scala:134)
513 at orchescala.engine.rest.HttpClientProvider$.cachedBackend$lzyINIT1$$anonfun$1(HttpClientProvider.scala:16)
514 at zio.Unsafe$.unsafe(Unsafe.scala:37)
515 at orchescala.engine.rest.HttpClientProvider$.cachedBackend$lzyINIT1(HttpClientProvider.scala:15)
516 at orchescala.engine.rest.HttpClientProvider$.cachedBackend(HttpClientProvider.scala:14)
517 at orchescala.engine.rest.HttpClientProvider$.live$lzyINIT1$$anonfun$1(HttpClientProvider.scala:51)
518 at zio.ZLayer$.succeed$$anonfun$2(ZLayer.scala:884)
519 at zio.ZLayer$.fromZIOEnvironment$$anonfun$1(ZLayer.scala:845)
520 at zio.ZLayer.scope$$anonfun$1(ZLayer.scala:404)
521 at zio.ZIO$.suspendSucceed$$anonfun$1(ZIO.scala:4887)
522 at zio.internal.FiberRuntime.runLoop(FiberRuntime.scala:1172)
523 at zio.internal.FiberRuntime.runLoop(FiberRuntime.scala:1176)
524 at zio.internal.FiberRuntime.runLoop(FiberRuntime.scala:1263)
525 at zio.internal.FiberRuntime.runLoop(FiberRuntime.scala:1203)
526 at zio.internal.FiberRuntime.runLoop(FiberRuntime.scala:1263)
527 at zio.internal.FiberRuntime.runLoop(FiberRuntime.scala:1203)
528 at zio.internal.FiberRuntime.runLoop(FiberRuntime.scala:1176)
529 at zio.internal.FiberRuntime.runLoop(FiberRuntime.scala:1263)
530 at zio.internal.FiberRuntime.runLoop(FiberRuntime.scala:1203)
531 at zio.internal.FiberRuntime.runLoop(FiberRuntime.scala:1263)
532 at zio.internal.FiberRuntime.runLoop(FiberRuntime.scala:1263)
533 at zio.internal.FiberRuntime.runLoop(FiberRuntime.scala:1203)
534 at zio.internal.FiberRuntime.runLoop(FiberRuntime.scala:1263)
535 at zio.internal.FiberRuntime.evaluateEffect(FiberRuntime.scala:435)
536 at zio.internal.FiberRuntime.evaluateMessageWhileSuspended(FiberRuntime.scala:510)
537 at zio.internal.FiberRuntime.drainQueueOnCurrentThread(FiberRuntime.scala:272)
538 at zio.internal.FiberRuntime.run(FiberRuntime.scala:160)
539 at zio.internal.ZScheduler$$anon$3.run(ZScheduler.scala:403)
54019:47:29.143 [ZScheduler-Worker-0] DEBUG io.netty.util.internal.PlatformDependent0 -- java.nio.Bits.unaligned: available, true
54119:47:29.151 [ZScheduler-Worker-0] DEBUG io.netty.util.internal.PlatformDependent0 -- jdk.internal.misc.Unsafe.allocateUninitializedArray(int): unavailable
542java.lang.IllegalAccessException: class io.netty.util.internal.PlatformDependent0$6 cannot access class jdk.internal.misc.Unsafe (in module java.base) because module java.base does not export jdk.internal.misc to unnamed module @2a064ab8
543 at java.base/jdk.internal.reflect.Reflection.newIllegalAccessException(Reflection.java:394)
544 at java.base/java.lang.reflect.AccessibleObject.checkAccess(AccessibleObject.java:714)
545 at java.base/java.lang.reflect.Method.invoke(Method.java:571)
546 at io.netty.util.internal.PlatformDependent0$6.run(PlatformDependent0.java:352)
547 at java.base/java.security.AccessController.doPrivileged(AccessController.java:319)
548 at io.netty.util.internal.PlatformDependent0.<clinit>(PlatformDependent0.java:343)
549 at io.netty.util.internal.PlatformDependent.isAndroid(PlatformDependent.java:294)
550 at io.netty.util.internal.PlatformDependent.<clinit>(PlatformDependent.java:93)
551 at io.netty.util.HashedWheelTimer.<init>(HashedWheelTimer.java:109)
552 at io.netty.util.HashedWheelTimer.<init>(HashedWheelTimer.java:218)
553 at io.netty.util.HashedWheelTimer.<init>(HashedWheelTimer.java:197)
554 at org.asynchttpclient.DefaultAsyncHttpClient.newNettyTimer(DefaultAsyncHttpClient.java:111)
555 at org.asynchttpclient.DefaultAsyncHttpClient.<init>(DefaultAsyncHttpClient.java:90)
556 at orchescala.engine.rest.HttpClientProvider$.createHttpClient$lzyINIT1$$anonfun$2$$anonfun$1(HttpClientProvider.scala:38)
557 at zio.ZIOCompanionVersionSpecific.attempt$$anonfun$1(ZIOCompanionVersionSpecific.scala:100)
558 at zio.ZIO$.suspendSucceed$$anonfun$1(ZIO.scala:4887)
559 at zio.internal.FiberRuntime.runLoop(FiberRuntime.scala:1172)
560 at zio.internal.FiberRuntime.runLoop(FiberRuntime.scala:1263)
561 at zio.internal.FiberRuntime.runLoop(FiberRuntime.scala:1203)
562 at zio.internal.FiberRuntime.runLoop(FiberRuntime.scala:1263)
563 at zio.internal.FiberRuntime.runLoop(FiberRuntime.scala:1263)
564 at zio.internal.FiberRuntime.runLoop(FiberRuntime.scala:1203)
565 at zio.internal.FiberRuntime.runLoop(FiberRuntime.scala:1263)
566 at zio.internal.FiberRuntime.evaluateEffect(FiberRuntime.scala:435)
567 at zio.internal.FiberRuntime.start(FiberRuntime.scala:1499)
568 at zio.Runtime$UnsafeAPIV1.runOrFork(Runtime.scala:159)
569 at zio.Runtime$UnsafeAPIV1.run(Runtime.scala:134)
570 at orchescala.engine.rest.HttpClientProvider$.sharedHttpClient$lzyINIT1$$anonfun$1(HttpClientProvider.scala:21)
571 at zio.Unsafe$.unsafe(Unsafe.scala:37)
572 at orchescala.engine.rest.HttpClientProvider$.sharedHttpClient$lzyINIT1(HttpClientProvider.scala:20)
573 at orchescala.engine.rest.HttpClientProvider$.sharedHttpClient(HttpClientProvider.scala:19)
574 at orchescala.engine.rest.HttpClientProvider$.createBackend$lzyINIT1$$anonfun$2$$anonfun$1(HttpClientProvider.scala:46)
575 at zio.ZIOCompanionVersionSpecific.attempt$$anonfun$1(ZIOCompanionVersionSpecific.scala:100)
576 at zio.ZIO$.suspendSucceed$$anonfun$1(ZIO.scala:4887)
577 at zio.internal.FiberRuntime.runLoop(FiberRuntime.scala:1172)
578 at zio.internal.FiberRuntime.runLoop(FiberRuntime.scala:1263)
579 at zio.internal.FiberRuntime.runLoop(FiberRuntime.scala:1203)
580 at zio.internal.FiberRuntime.runLoop(FiberRuntime.scala:1263)
581 at zio.internal.FiberRuntime.runLoop(FiberRuntime.scala:1263)
582 at zio.internal.FiberRuntime.runLoop(FiberRuntime.scala:1203)
583 at zio.internal.FiberRuntime.runLoop(FiberRuntime.scala:1263)
584 at zio.internal.FiberRuntime.evaluateEffect(FiberRuntime.scala:435)
585 at zio.internal.FiberRuntime.start(FiberRuntime.scala:1499)
586 at zio.Runtime$UnsafeAPIV1.runOrFork(Runtime.scala:159)
587 at zio.Runtime$UnsafeAPIV1.run(Runtime.scala:134)
588 at orchescala.engine.rest.HttpClientProvider$.cachedBackend$lzyINIT1$$anonfun$1(HttpClientProvider.scala:16)
589 at zio.Unsafe$.unsafe(Unsafe.scala:37)
590 at orchescala.engine.rest.HttpClientProvider$.cachedBackend$lzyINIT1(HttpClientProvider.scala:15)
591 at orchescala.engine.rest.HttpClientProvider$.cachedBackend(HttpClientProvider.scala:14)
592 at orchescala.engine.rest.HttpClientProvider$.live$lzyINIT1$$anonfun$1(HttpClientProvider.scala:51)
593 at zio.ZLayer$.succeed$$anonfun$2(ZLayer.scala:884)
594 at zio.ZLayer$.fromZIOEnvironment$$anonfun$1(ZLayer.scala:845)
595 at zio.ZLayer.scope$$anonfun$1(ZLayer.scala:404)
596 at zio.ZIO$.suspendSucceed$$anonfun$1(ZIO.scala:4887)
597 at zio.internal.FiberRuntime.runLoop(FiberRuntime.scala:1172)
598 at zio.internal.FiberRuntime.runLoop(FiberRuntime.scala:1176)
599 at zio.internal.FiberRuntime.runLoop(FiberRuntime.scala:1263)
600 at zio.internal.FiberRuntime.runLoop(FiberRuntime.scala:1203)
601 at zio.internal.FiberRuntime.runLoop(FiberRuntime.scala:1263)
602 at zio.internal.FiberRuntime.runLoop(FiberRuntime.scala:1203)
603 at zio.internal.FiberRuntime.runLoop(FiberRuntime.scala:1176)
604 at zio.internal.FiberRuntime.runLoop(FiberRuntime.scala:1263)
605 at zio.internal.FiberRuntime.runLoop(FiberRuntime.scala:1203)
606 at zio.internal.FiberRuntime.runLoop(FiberRuntime.scala:1263)
607 at zio.internal.FiberRuntime.runLoop(FiberRuntime.scala:1263)
608 at zio.internal.FiberRuntime.runLoop(FiberRuntime.scala:1203)
609 at zio.internal.FiberRuntime.runLoop(FiberRuntime.scala:1263)
610 at zio.internal.FiberRuntime.evaluateEffect(FiberRuntime.scala:435)
611 at zio.internal.FiberRuntime.evaluateMessageWhileSuspended(FiberRuntime.scala:510)
612 at zio.internal.FiberRuntime.drainQueueOnCurrentThread(FiberRuntime.scala:272)
613 at zio.internal.FiberRuntime.run(FiberRuntime.scala:160)
614 at zio.internal.ZScheduler$$anon$3.run(ZScheduler.scala:403)
61519:47:29.151 [ZScheduler-Worker-0] DEBUG io.netty.util.internal.PlatformDependent0 -- java.nio.DirectByteBuffer.<init>(long, int): unavailable
61619:47:29.152 [ZScheduler-Worker-0] DEBUG io.netty.util.internal.PlatformDependent -- sun.misc.Unsafe: available
61719:47:29.152 [ZScheduler-Worker-0] DEBUG io.netty.util.internal.PlatformDependent -- maxDirectMemory: 7516192768 bytes (maybe)
61819:47:29.152 [ZScheduler-Worker-0] DEBUG io.netty.util.internal.PlatformDependent -- -Dio.netty.tmpdir: /tmp (java.io.tmpdir)
61919:47:29.152 [ZScheduler-Worker-0] DEBUG io.netty.util.internal.PlatformDependent -- -Dio.netty.bitMode: 64 (sun.arch.data.model)
62019:47:29.155 [ZScheduler-Worker-0] DEBUG io.netty.util.internal.PlatformDependent -- -Dio.netty.maxDirectMemory: -1 bytes
62119:47:29.155 [ZScheduler-Worker-0] DEBUG io.netty.util.internal.PlatformDependent -- -Dio.netty.uninitializedArrayAllocationThreshold: -1
62219:47:29.162 [ZScheduler-Worker-0] DEBUG io.netty.util.internal.CleanerJava9 -- java.nio.ByteBuffer.cleaner(): available
62319:47:29.163 [ZScheduler-Worker-0] DEBUG io.netty.util.internal.PlatformDependent -- -Dio.netty.noPreferDirect: false
62419:47:29.174 [ZScheduler-Worker-0] DEBUG io.netty.util.internal.PlatformDependent -- org.jctools-core.MpscChunkedArrayQueue: available
62519:47:29.210 [ZScheduler-Worker-0] DEBUG io.netty.handler.ssl.JdkSslContext -- Default protocols (JDK): [TLSv1.3, TLSv1.2]
62619:47:29.210 [ZScheduler-Worker-0] DEBUG io.netty.handler.ssl.JdkSslContext -- Default cipher suites (JDK): [TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256, TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA, TLS_RSA_WITH_AES_128_GCM_SHA256, TLS_RSA_WITH_AES_128_CBC_SHA, TLS_RSA_WITH_AES_256_CBC_SHA, TLS_AES_128_GCM_SHA256, TLS_AES_256_GCM_SHA384]
62719:47:29.241 [ZScheduler-Worker-0] DEBUG io.netty.util.internal.InternalThreadLocalMap -- -Dio.netty.threadLocalMap.stringBuilder.initialSize: 1024
62819:47:29.241 [ZScheduler-Worker-0] DEBUG io.netty.util.internal.InternalThreadLocalMap -- -Dio.netty.threadLocalMap.stringBuilder.maxSize: 4096
62919:47:29.250 [ZScheduler-Worker-0] DEBUG io.netty.channel.MultithreadEventLoopGroup -- -Dio.netty.eventLoopThreads: 8
63019:47:29.259 [ZScheduler-Worker-0] DEBUG io.netty.channel.nio.NioEventLoop -- -Dio.netty.noKeySetOptimization: false
63119:47:29.259 [ZScheduler-Worker-0] DEBUG io.netty.channel.nio.NioEventLoop -- -Dio.netty.selectorAutoRebuildThreshold: 512
63219:47:29.283 [ZScheduler-Worker-0] DEBUG io.netty.buffer.PooledByteBufAllocator -- -Dio.netty.allocator.numHeapArenas: 8
63319:47:29.283 [ZScheduler-Worker-0] DEBUG io.netty.buffer.PooledByteBufAllocator -- -Dio.netty.allocator.numDirectArenas: 8
63419:47:29.284 [ZScheduler-Worker-0] DEBUG io.netty.buffer.PooledByteBufAllocator -- -Dio.netty.allocator.pageSize: 8192
63519:47:29.284 [ZScheduler-Worker-0] DEBUG io.netty.buffer.PooledByteBufAllocator -- -Dio.netty.allocator.maxOrder: 11
63619:47:29.284 [ZScheduler-Worker-0] DEBUG io.netty.buffer.PooledByteBufAllocator -- -Dio.netty.allocator.chunkSize: 16777216
63719:47:29.284 [ZScheduler-Worker-0] DEBUG io.netty.buffer.PooledByteBufAllocator -- -Dio.netty.allocator.smallCacheSize: 256
63819:47:29.284 [ZScheduler-Worker-0] DEBUG io.netty.buffer.PooledByteBufAllocator -- -Dio.netty.allocator.normalCacheSize: 64
63919:47:29.284 [ZScheduler-Worker-0] DEBUG io.netty.buffer.PooledByteBufAllocator -- -Dio.netty.allocator.maxCachedBufferCapacity: 32768
64019:47:29.284 [ZScheduler-Worker-0] DEBUG io.netty.buffer.PooledByteBufAllocator -- -Dio.netty.allocator.cacheTrimInterval: 8192
64119:47:29.284 [ZScheduler-Worker-0] DEBUG io.netty.buffer.PooledByteBufAllocator -- -Dio.netty.allocator.cacheTrimIntervalMillis: 0
64219:47:29.284 [ZScheduler-Worker-0] DEBUG io.netty.buffer.PooledByteBufAllocator -- -Dio.netty.allocator.useCacheForAllThreads: true
64319:47:29.285 [ZScheduler-Worker-0] DEBUG io.netty.buffer.PooledByteBufAllocator -- -Dio.netty.allocator.maxCachedByteBuffersPerChunk: 1023
64419:47:29.301 [ZScheduler-Worker-0] DEBUG io.netty.buffer.ByteBufUtil -- -Dio.netty.allocator.type: pooled
64519:47:29.301 [ZScheduler-Worker-0] DEBUG io.netty.buffer.ByteBufUtil -- -Dio.netty.threadLocalDirectBufferSize: 0
64619:47:29.301 [ZScheduler-Worker-0] DEBUG io.netty.buffer.ByteBufUtil -- -Dio.netty.maxThreadLocalCharBufferSize: 16384
647 + InputValidator WithConfig override InConfig
64819:47:29.508 [ZScheduler-Worker-2] DEBUG test -- Mocked Service: orchescala.worker.ServiceHandler
649 - Request URL: http://test.com/api
650 - Request Body: {
651 "name" : "test"
652}
653 - Request Header:
654 - mockedResponse: {
655 "value" : true
656}
657
65819:47:29.508 [ZScheduler-Worker-1] DEBUG test -- Mocked Service: orchescala.worker.ServiceHandler
659 - Request URL: http://test.com/api
660 - Request Body: {
661 "name" : "test"
662}
663 - Request Header:
664 - mockedResponse: {
665 "value" : true
666}
667
668 + InputValidator WithConfig default InConfig
669 + InputValidator WithConfig override InConfig in In
670 + Test optional values are null in JSON
671+ AstSpec
672 + defaultMock Process
673 + defaultMock ServiceTask
674+ RestApiClientTest
675 + NoOutput
676 + NoOutput OK
677 + Seq OK
678 + Bad body OK
679 + no NoOutput
680 + with Output
681 + with optional Output
682 + hasNoOutput
683 + hasNoOutput false
684+ ServiceHandlerSpec
685 + runWorkZIO should return mocked output when outputServiceMock is provided
686 + runWorkZIO should handle error mocks correctly
687 + runWorkZIO should return mocked output when servicesMocked is true
68818 tests passed. 0 tests failed. 0 tests ignored.
689
690Executed in 794 ms
691
692Starting build for ProjectRef(file:/build/repo/,simulation) (orchescala-simulation)... [7/13]
693Compile scalacOptions: -Yimports:java.lang,scala,scala.Predef,io.circe,io.circe.generic.semiauto,io.circe.derivation,io.circe.syntax,sttp.tapir,sttp.tapir.json.circe, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
694[info] compiling 26 Scala sources to /build/repo/03-simulation/target/scala-3.8.0-RC4/classes ...
695Variable name: process
696Variable name: task
697Variable name: event
698Variable name: event
699Variable name: event
700[warn] there was 1 feature warning; re-run with -feature for details
701[warn] there was 1 deprecation warning; re-run with -deprecation for details
702[warn] two warnings found
703[info] done compiling
704Starting build for ProjectRef(file:/build/repo/,engineC7) (orchescala-engine-c7)... [8/13]
705Compile scalacOptions: -Yimports:java.lang,scala,scala.Predef,io.circe,io.circe.generic.semiauto,io.circe.derivation,io.circe.syntax,sttp.tapir,sttp.tapir.json.circe, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
706Starting build for ProjectRef(file:/build/repo/,engineC8) (orchescala-engine-c8)... [9/13]
707Compile scalacOptions: -Yimports:java.lang,scala,scala.Predef,io.circe,io.circe.generic.semiauto,io.circe.derivation,io.circe.syntax,sttp.tapir,sttp.tapir.json.circe, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
708[info] compiling 1 Scala source to /build/repo/04-engine-c8/target/scala-3.8.0-RC4/test-classes ...
709[info] done compiling
710+ Camunda8ProcessEngine
711 - should create engine instance - ignored: 1
712All eligible tests are currently ignored
713Starting build for ProjectRef(file:/build/repo/,engine) (orchescala-engine)... [10/13]
714Compile scalacOptions: -Yimports:java.lang,scala,scala.Predef,io.circe,io.circe.generic.semiauto,io.circe.derivation,io.circe.syntax,sttp.tapir,sttp.tapir.json.circe, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
715Starting build for ProjectRef(file:/build/repo/,helper) (orchescala-helper)... [11/13]
716Compile scalacOptions: -Yimports:java.lang,scala,scala.Predef,io.circe,io.circe.generic.semiauto,io.circe.derivation,io.circe.syntax,sttp.tapir,sttp.tapir.json.circe, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
717[info] compiling 60 Scala sources to /build/repo/04-helper/target/scala-3.8.0-RC4/classes ...
718[warn] there were 21 deprecation warnings; re-run with -deprecation for details
719[warn] one warning found
720[info] done compiling
721[info] compiling 2 Scala sources to /build/repo/04-helper/target/scala-3.8.0-RC4/test-classes ...
722[warn] there was 1 deprecation warning; re-run with -deprecation for details
723[warn] one warning found
724[info] done compiling
725[info] orchescala.helper.util.DevConfigTest started
726[info] orchescala.helper.util.DevConfigTest:
727[info] orchescala.helper.util.DevConfigTest.dependsOn with no dependencies started
728[info] + dependsOn with no dependencies 0.007s
729[info] orchescala.helper.util.DevConfigTest.dependsOn with single level dependency started
730[error] ==> X orchescala.helper.util.DevConfigTest.dependsOn with single level dependency 0.018s munit.ComparisonFailException: 04-helper/src/test/scala/orchescala/helper/util/DevConfigTest.scala:17
731[error] 16: ".dependsOn(engine)"
732[error] 17: )
733[error] 18:
734[error] values are not the same
735[error] => Obtained
736[error] .dependsOn(domain)
737[error] => Diff (- expected, + obtained)
738[error] -.dependsOn(engine)
739[error] +.dependsOn(domain)
740[error] at munit.FunSuite.assertEquals(FunSuite.scala:13)
741[error] at orchescala.helper.util.DevConfigTest.$init$$$anonfun$2(DevConfigTest.scala:17)
742[info] orchescala.helper.util.DevConfigTest.dependsOn with multiple dependencies started
743[info] + dependsOn with multiple dependencies 0.001s
744[info] orchescala.helper.util.DevConfigTest.dependsOn with level higher than available modules started
745[info] + dependsOn with level higher than available modules 0.0s
746[info] Test run orchescala.helper.util.DevConfigTest finished: 1 failed, 0 ignored, 4 total, 0.033s
747Starting build for ProjectRef(file:/build/repo/,gateway) (orchescala-gateway)... [12/13]
748Compile scalacOptions: -Yimports:java.lang,scala,scala.Predef,io.circe,io.circe.generic.semiauto,io.circe.derivation,io.circe.syntax,sttp.tapir,sttp.tapir.json.circe, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
749[info] compiling 14 Scala sources to /build/repo/06-gateway/target/scala-3.8.0-RC4/classes ...
750[info] done compiling
751[info] compiling 3 Scala sources to /build/repo/06-gateway/target/scala-3.8.0-RC4/test-classes ...
752[info] done compiling
753+ GatewayConfig
754 + extractCorrelation
755timestamp=2025-12-22T18:48:28.199062058Z level=INFO thread=#zio-fiber-304 message="Payload: {"preferred_username":"user123","email":"pme@master.ch"}" location=orchescala.gateway.DefaultGatewayConfig.extractCorrelation file=GatewayConfig.scala line=43
756timestamp=2025-12-22T18:48:28.199067924Z level=INFO thread=#zio-fiber-190 message="Payload: {"preferred_username":"user123","email":"pme@master.ch"}" location=orchescala.gateway.DefaultGatewayConfig.extractCorrelation file=GatewayConfig.scala line=43
757timestamp=2025-12-22T18:48:28.203228022Z level=INFO thread=#zio-fiber-190 message="Claims: Map(email -> "pme@master.ch", preferred_username -> "user123")" location=orchescala.gateway.DefaultGatewayConfig.extractCorrelation file=GatewayConfig.scala line=44
758timestamp=2025-12-22T18:48:28.203139170Z level=INFO thread=#zio-fiber-304 message="Claims: Map(email -> "pme@master.ch", preferred_username -> "user123")" location=orchescala.gateway.DefaultGatewayConfig.extractCorrelation file=GatewayConfig.scala line=44
759 + should extract payload from valid JWT
760 + should extract payload from valid JWT no impersonateProcessKey
761 + should fail with invalid JWT
762 + defaultTokenValidator
763 + should succeed with non-empty token
764 + should fail with empty token
765+ OpenAPI Generation
766 + should generate valid OpenAPI YAML
767 + should generate OpenAPI file on server start
7687 tests passed. 0 tests failed. 0 tests ignored.
769
770Executed in 961 ms
771
772
773************************
774Build summary:
775[{
776 "module": "orchescala-worker-c8",
777 "compile": {"status": "ok", "tookMs": 37312, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
778 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
779 "test-compile": {"status": "ok", "tookMs": 754, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
780 "test": {"status": "ok", "tookMs": 490, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
781 "publish": {"status": "skipped", "tookMs": 0},
782 "metadata": {
783 "crossScalaVersions": ["2.12.20"]
784}
785},{
786 "module": "orchescala-engine-gateway",
787 "compile": {"status": "ok", "tookMs": 2868, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
788 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
789 "test-compile": {"status": "ok", "tookMs": 796, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
790 "test": {"status": "ok", "tookMs": 627, "passed": 6, "failed": 0, "ignored": 0, "skipped": 0, "total": 6, "byFramework": [{"framework": "munit", "stats": {"passed": 6, "failed": 0, "ignored": 0, "skipped": 0, "total": 6}}]},
791 "publish": {"status": "skipped", "tookMs": 0},
792 "metadata": {
793 "crossScalaVersions": ["2.12.20"]
794}
795},{
796 "module": "orchescala-dmn",
797 "compile": {"status": "ok", "tookMs": 1163, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
798 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
799 "test-compile": {"status": "ok", "tookMs": 144, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
800 "test": {"status": "ok", "tookMs": 138, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
801 "publish": {"status": "skipped", "tookMs": 0},
802 "metadata": {
803 "crossScalaVersions": ["2.12.20"]
804}
805},{
806 "module": "orchescala-domain",
807 "compile": {"status": "ok", "tookMs": 53, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
808 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
809 "test-compile": {"status": "ok", "tookMs": 2945, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
810 "test": {"status": "ok", "tookMs": 445, "passed": 40, "failed": 0, "ignored": 0, "skipped": 0, "total": 40, "byFramework": [{"framework": "munit", "stats": {"passed": 40, "failed": 0, "ignored": 0, "skipped": 0, "total": 40}}]},
811 "publish": {"status": "skipped", "tookMs": 0},
812 "metadata": {
813 "crossScalaVersions": ["2.12.20"]
814}
815},{
816 "module": "orchescala-worker-c7",
817 "compile": {"status": "ok", "tookMs": 1630, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
818 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
819 "test-compile": {"status": "ok", "tookMs": 665, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
820 "test": {"status": "ok", "tookMs": 317, "passed": 14, "failed": 0, "ignored": 0, "skipped": 0, "total": 14, "byFramework": [{"framework": "munit", "stats": {"passed": 14, "failed": 0, "ignored": 0, "skipped": 0, "total": 14}}]},
821 "publish": {"status": "skipped", "tookMs": 0},
822 "metadata": {
823 "crossScalaVersions": ["2.12.20"]
824}
825},{
826 "module": "orchescala-api",
827 "compile": {"status": "ok", "tookMs": 9232, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
828 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
829 "test-compile": {"status": "ok", "tookMs": 1635, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
830 "test": {"status": "ok", "tookMs": 298, "passed": 13, "failed": 0, "ignored": 3, "skipped": 0, "total": 16, "byFramework": [{"framework": "munit", "stats": {"passed": 13, "failed": 0, "ignored": 3, "skipped": 0, "total": 16}}]},
831 "publish": {"status": "skipped", "tookMs": 0},
832 "metadata": {
833 "crossScalaVersions": ["2.12.20"]
834}
835},{
836 "module": "orchescala-worker",
837 "compile": {"status": "ok", "tookMs": 153, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
838 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
839 "test-compile": {"status": "ok", "tookMs": 2194, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
840 "test": {"status": "ok", "tookMs": 1492, "passed": 31, "failed": 0, "ignored": 0, "skipped": 0, "total": 31, "byFramework": [{"framework": "munit", "stats": {"passed": 13, "failed": 0, "ignored": 0, "skipped": 0, "total": 13}},{"framework": "unknown", "stats": {"passed": 18, "failed": 0, "ignored": 0, "skipped": 0, "total": 18}}]},
841 "publish": {"status": "skipped", "tookMs": 0},
842 "metadata": {
843 "crossScalaVersions": ["2.12.20"]
844}
845},{
846 "module": "orchescala-simulation",
847 "compile": {"status": "ok", "tookMs": 2820, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
848 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
849 "test-compile": {"status": "ok", "tookMs": 192, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
850 "test": {"status": "ok", "tookMs": 142, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
851 "publish": {"status": "skipped", "tookMs": 0},
852 "metadata": {
853 "crossScalaVersions": ["2.12.20"]
854}
855},{
856 "module": "orchescala-engine-c7",
857 "compile": {"status": "ok", "tookMs": 118, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
858 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
859 "test-compile": {"status": "ok", "tookMs": 205, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
860 "test": {"status": "ok", "tookMs": 153, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
861 "publish": {"status": "skipped", "tookMs": 0},
862 "metadata": {
863 "crossScalaVersions": ["2.12.20"]
864}
865},{
866 "module": "orchescala-engine-c8",
867 "compile": {"status": "ok", "tookMs": 112, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
868 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
869 "test-compile": {"status": "ok", "tookMs": 532, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
870 "test": {"status": "ok", "tookMs": 762, "passed": 0, "failed": 0, "ignored": 1, "skipped": 0, "total": 1, "byFramework": [{"framework": "unknown", "stats": {"passed": 0, "failed": 0, "ignored": 1, "skipped": 0, "total": 1}}]},
871 "publish": {"status": "skipped", "tookMs": 0},
872 "metadata": {
873 "crossScalaVersions": ["2.12.20"]
874}
875},{
876 "module": "orchescala-engine",
877 "compile": {"status": "ok", "tookMs": 101, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
878 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
879 "test-compile": {"status": "ok", "tookMs": 125, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
880 "test": {"status": "ok", "tookMs": 122, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
881 "publish": {"status": "skipped", "tookMs": 0},
882 "metadata": {
883 "crossScalaVersions": ["2.12.20"]
884}
885},{
886 "module": "orchescala-helper",
887 "compile": {"status": "ok", "tookMs": 3880, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
888 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
889 "test-compile": {"status": "ok", "tookMs": 666, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
890 "test": {"status": "failed", "tookMs": 450, "passed": 3, "failed": 1, "ignored": 0, "skipped": 0, "total": 4, "byFramework": [{"framework": "munit", "stats": {"passed": 3, "failed": 1, "ignored": 0, "skipped": 0, "total": 4}}]},
891 "publish": {"status": "skipped", "tookMs": 0},
892 "metadata": {
893 "crossScalaVersions": ["2.12.20"]
894}
895},{
896 "module": "orchescala-gateway",
897 "compile": {"status": "ok", "tookMs": 2362, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
898 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
899 "test-compile": {"status": "ok", "tookMs": 1083, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
900 "test": {"status": "ok", "tookMs": 1816, "passed": 7, "failed": 0, "ignored": 0, "skipped": 0, "total": 7, "byFramework": [{"framework": "unknown", "stats": {"passed": 7, "failed": 0, "ignored": 0, "skipped": 0, "total": 7}}]},
901 "publish": {"status": "skipped", "tookMs": 0},
902 "metadata": {
903 "crossScalaVersions": ["2.12.20"]
904}
905}]
906************************
907[error] Scala3CommunityBuild$ProjectBuildFailureException: 1 module(s) finished with failures: orchescala-helper
908[error] (Global / runBuild) Scala3CommunityBuild$ProjectBuildFailureException: 1 module(s) finished with failures: orchescala-helper
909[error] Total time: 245 s (0:04:05.0), completed Dec 22, 2025, 7:48:29 PM
910[0JBuild failed, not retrying.