Build Logs

outr/spice • scheduled_3.8.0-RC1-bin-20251107-3bea2f3-NIGHTLY

Errors

0

Warnings

58

Total Lines

688

1##################################
2Clonning https://github.com/outr/spice.git into /build/repo using revision 0.10.15
3##################################
4Note: switching to '9644920e3e4df5c7d1c82c77e7f1de3efd88f067'.
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
21Would override fixed Scala version: 3.7.3
22Using target Scala version for migration: 3.7.4-RC2
23Migrating project for -source:3.7 using Scala 3.7.4-RC2
24----
25Preparing build for 3.7.4-RC2
26Would try to apply common scalacOption (best-effort, sbt/mill only):
27Append: -rewrite,REQUIRE:-source:3.7-migration
28Remove: -indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
29
30Try apply source patch:
31Path: build.sbt
32Pattern: val scala3: String = "3.7.3"
33Replacement: val scala3: String = "3.7.4-RC2"
34Starting compilation server
35Compiling project (Scala 3.7.3, JVM (25))
36Compiled project (Scala 3.7.3, JVM (25))
37WARNING: A terminally deprecated method in sun.misc.Unsafe has been called
38WARNING: sun.misc.Unsafe::objectFieldOffset has been called by scala.runtime.LazyVals$ (file:/root/.cache/coursier/v1/https/repo1.maven.org/maven2/org/scala-lang/scala3-library_3/3.7.3/scala3-library_3-3.7.3.jar)
39WARNING: Please consider reporting this to the maintainers of class scala.runtime.LazyVals$
40WARNING: sun.misc.Unsafe::objectFieldOffset will be removed in a future release
41Successfully applied pattern 'val scala3: String = "3.7.3"' in build.sbt
42----
43Starting build for 3.7.4-RC2
44Execute tests: false
45sbt project found:
46No prepare script found for project outr/spice
47/opencb/project-builder/sbt/prepare-project.sh: line 107: /root/.ssh/config: No such file or directory
48##################################
49Scala version: 3.7.4-RC2
50Targets: com.outr%spice com.outr%spice-client com.outr%spice-client-jvm com.outr%spice-client-netty com.outr%spice-client-okhttp com.outr%spice-core com.outr%spice-delta com.outr%spice-openapi com.outr%spice-server com.outr%spice-server-undertow
51Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"25"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.7"],"sourcePatches":[{"path":"build.sbt","pattern":"val scala3: String = \"3.7.3\"","replaceWith":"val scala3: String = \"<SCALA_VERSION>\""}]}
52##################################
53Using extra scalacOptions: -rewrite,REQUIRE:-source:3.7-migration
54Filtering out scalacOptions: -indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
55[sbt_options] declare -a sbt_options=()
56[process_args] java_version = '25'
57[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_25/rt.jar'
58# Executing command line:
59java
60-Dfile.encoding=UTF-8
61-Dcommunitybuild.scala=3.7.4-RC2
62-Dcommunitybuild.project.dependencies.add=
63-Xmx7G
64-Xms4G
65-Xss8M
66-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
67-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_25
68-jar
69/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
70"setCrossScalaVersions 3.7.4-RC2"
71"++3.7.4-RC2 -v"
72"mapScalacOptions "-rewrite,REQUIRE:-source:3.7-migration,-Wconf:msg=can be rewritten automatically under:s" "-indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e""
73"set every credentials := Nil"
74"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
75"removeScalacOptionsStartingWith -P:wartremover"
76
77moduleMappings
78"runBuild 3.7.4-RC2 """{"projects":{"exclude":[],"overrides":{}},"java":{"version":"25"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.7"],"sourcePatches":[{"path":"build.sbt","pattern":"val scala3: String = \"3.7.3\"","replaceWith":"val scala3: String = \"<SCALA_VERSION>\""}]}""" com.outr%spice com.outr%spice-client com.outr%spice-client-jvm com.outr%spice-client-netty com.outr%spice-client-okhttp com.outr%spice-core com.outr%spice-delta com.outr%spice-openapi com.outr%spice-server com.outr%spice-server-undertow"
79
80[info] [launcher] getting org.scala-sbt sbt 1.11.7 (this may take some time)...
81WARNING: A terminally deprecated method in sun.misc.Unsafe has been called
82WARNING: 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)
83WARNING: Please consider reporting this to the maintainers of class net.openhft.hashing.UnsafeAccess
84WARNING: sun.misc.Unsafe::arrayBaseOffset will be removed in a future release
85WARNING: A restricted method in java.lang.System has been called
86WARNING: 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)
87WARNING: Use --enable-native-access=ALL-UNNAMED to avoid a warning for callers in this module
88WARNING: Restricted methods will be blocked in a future release unless native access is enabled
89
90[info] welcome to sbt 1.11.7 (Eclipse Adoptium Java 25)
91[info] loading settings for project repo-build from akka.sbt, plugins.sbt...
92[info] loading project definition from /build/repo/project
93[info] compiling 3 Scala sources to /build/repo/project/target/scala-2.12/sbt-1.0/classes ...
94[info] Non-compiled module 'compiler-bridge_2.12' for Scala 2.12.20. Compiling...
95[info] Compilation completed in 7.733s.
96[info] done compiling
97[info] loading settings for project root from build.sbt...
98[info] resolving key references (10786 settings) ...
99[info] set current project to spice (in build file:/build/repo/)
100Execute setCrossScalaVersions: 3.7.4-RC2
101OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in server/crossScalaVersions
102OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in clientJVM/crossScalaVersions
103OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in coreJVM/crossScalaVersions
104OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in clientImplementationJVM/crossScalaVersions
105OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in coreJS/crossScalaVersions
106OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in clientImplementationOkHttp/crossScalaVersions
107OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in clientJS/crossScalaVersions
108OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in root/crossScalaVersions
109OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in clientImplementationNetty/crossScalaVersions
110OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in serverImplementationUndertow/crossScalaVersions
111OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in openAPI/crossScalaVersions
112OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in delta/crossScalaVersions
113[info] set current project to spice (in build file:/build/repo/)
114[info] Setting Scala version to 3.7.4-RC2 on 12 projects.
115[info] Switching Scala version on:
116[info] server (2.13.17, 3.7.4-RC2)
117[info] openAPI (2.13.17, 3.7.4-RC2)
118[info] * root (2.13.17, 3.7.4-RC2)
119[info] clientJS (2.13.17, 3.7.4-RC2)
120[info] clientImplementationNetty (2.13.17, 3.7.4-RC2)
121[info] clientJVM (2.13.17, 3.7.4-RC2)
122[info] coreJS (2.13.17, 3.7.4-RC2)
123[info] clientImplementationOkHttp (2.13.17, 3.7.4-RC2)
124[info] coreJVM (2.13.17, 3.7.4-RC2)
125[info] delta (2.13.17, 3.7.4-RC2)
126[info] serverImplementationUndertow (2.13.17, 3.7.4-RC2)
127[info] clientImplementationJVM (2.13.17, 3.7.4-RC2)
128[info] Excluding projects:
129[info] Reapplying settings...
130[info] set current project to spice (in build file:/build/repo/)
131Execute mapScalacOptions: -rewrite,REQUIRE:-source:3.7-migration,-Wconf:msg=can be rewritten automatically under:s -indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
132[info] Reapplying settings...
133[info] set current project to spice (in build file:/build/repo/)
134[info] Defining Global / credentials, clientImplementationJVM / credentials and 10 others.
135[info] The new values will be used by Global / pgpSelectPassphrase, Global / pgpSigningKey and 59 others.
136[info] Run `last` for details.
137[info] Reapplying settings...
138[info] set current project to spice (in build file:/build/repo/)
139Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
140[info] Reapplying settings...
141OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
142
143 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:336)
144 Did you mean allExcludeDependencies ?
145 , retry without global scopes
146[info] Reapplying settings...
147[info] set current project to spice (in build file:/build/repo/)
148Execute removeScalacOptionsStartingWith: -P:wartremover
149[info] Reapplying settings...
150[info] set current project to spice (in build file:/build/repo/)
151[success] Total time: 0 s, completed Nov 8, 2025, 1:28:34 AM
152Build config: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"25"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.7"],"sourcePatches":[{"path":"build.sbt","pattern":"val scala3: String = \"3.7.3\"","replaceWith":"val scala3: String = \"<SCALA_VERSION>\""}]}
153Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly,List()))
154Starting build...
155Projects: Set(server, openAPI, root, clientImplementationNetty, clientJVM, clientImplementationOkHttp, coreJVM, delta, serverImplementationUndertow, clientImplementationJVM)
156Starting build for ProjectRef(file:/build/repo/,openAPI) (spice-openapi)... [0/10]
157OpenCB::Exclude Scala3 specific scalacOption `-rewrite` in Scala 2.12.20 module Global
158OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.7-migration` in Scala 2.12.20 module Global
159OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
160Compile scalacOptions: -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.7-migration
161[info] compiling 92 Scala sources to /build/repo/core/jvm/target/scala-3.7.4-RC2/classes ...
162[info] [patched file /build/repo/core/shared/src/main/scala/spice/http/content/SharedContentHelpers.scala]
163[info] [patched file /build/repo/core/shared/src/main/scala/spice/http/Headers.scala]
164[info] [patched file /build/repo/core/shared/src/main/scala/spice/util/BufferManager.scala]
165[info] done compiling
166[info] compiling 22 Scala sources to /build/repo/delta/target/scala-3.7.4-RC2/classes ...
167[info] done compiling
168[info] compiling 49 Scala sources to /build/repo/server/target/scala-3.7.4-RC2/classes ...
169[info] [patched file /build/repo/server/src/main/scala/spice/http/server/rest/Restful.scala]
170[info] [patched file /build/repo/server/src/main/scala/spice/http/server/dsl/LastConnectionFilter.scala]
171[info] [patched file /build/repo/server/src/main/scala/spice/http/server/handler/HttpHandlerBuilder.scala]
172[info] [patched file /build/repo/server/src/main/scala/spice/http/server/dsl/package.scala]
173[info] done compiling
174[info] compiling 29 Scala sources to /build/repo/openapi/target/scala-3.7.4-RC2/classes ...
175[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/openapi/src/main/scala/spice/openapi/generator/dart/OpenAPIDartGenerator.scala:30:24
176[warn] 30 | api.componentByRef(s) match {
177[warn] | ^^^^^^^^^^^^^^^^^^^^^
178[warn] |match may not be exhaustive.
179[warn] |
180[warn] |It would fail on pattern case: Some(_: spice.openapi.OpenAPISchema.MultiSchema)
181[warn] |
182[warn] | longer explanation available when compiling with `-explain`
183[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/openapi/src/main/scala/spice/openapi/generator/dart/OpenAPIDartGenerator.scala:548:20
184[warn] 548 | case ref: OpenAPISchema.Ref => ref.ref.ref2Type
185[warn] | ^
186[warn] |match may not be exhaustive.
187[warn] |
188[warn] |It would fail on pattern case: _: spice.openapi.OpenAPISchema.MultiSchema, spice.openapi.OpenAPISchema.Not(_, _)
189[warn] |
190[warn] | longer explanation available when compiling with `-explain`
191[info] [patched file /build/repo/openapi/src/main/scala/spice/openapi/OpenAPISchema.scala]
192[info] [patched file /build/repo/openapi/src/main/scala/spice/openapi/server/ServiceCall.scala]
193[info] [patched file /build/repo/openapi/src/main/scala/spice/openapi/OpenAPIContent.scala]
194[info] [patched file /build/repo/openapi/src/main/scala/spice/openapi/OpenAPIPath.scala]
195[info] [patched file /build/repo/openapi/src/main/scala/spice/openapi/server/OpenAPIHttpServer.scala]
196[warn] two warnings found
197[info] done compiling
198[info] compiling 3 Scala sources to /build/repo/core/jvm/target/scala-3.7.4-RC2/classes ...
199[info] done compiling
200[info] compiling 17 Scala sources to /build/repo/client/jvm/target/scala-3.7.4-RC2/classes ...
201[info] compiling 4 Scala sources to /build/repo/server/target/scala-3.7.4-RC2/classes ...
202[info] done compiling
203[info] compiling 5 Scala sources to /build/repo/openapi/target/scala-3.7.4-RC2/classes ...
204[info] done compiling
205[info] compiling 3 Scala sources to /build/repo/client/implementation/jvm/target/scala-3.7.4-RC2/classes ...
206[info] [patched file /build/repo/client/implementation/jvm/src/main/scala/spice/http/client/JVMHttpClientWebSocket.scala]
207[info] [patched file /build/repo/client/implementation/jvm/src/main/scala/spice/http/client/JVMHttpClientInstance.scala]
208[info] done compiling
209[info] compiling 1 Scala source to /build/repo/client/implementation/jvm/target/scala-3.7.4-RC2/test-classes ...
210[info] done compiling
211[info] compiling 5 Scala sources to /build/repo/server/target/scala-3.7.4-RC2/test-classes ...
212[info] done compiling
213[info] compiling 4 Scala sources to /build/repo/openapi/target/scala-3.7.4-RC2/classes ...
214[info] done compiling
215[info] done compiling
216[info] compiling 5 Scala sources to /build/repo/openapi/target/scala-3.7.4-RC2/test-classes ...
217[info] done compiling
218[info] compiling 3 Scala sources to /build/repo/client/implementation/jvm/target/scala-3.7.4-RC2/classes ...
219[info] done compiling
220Starting build for ProjectRef(file:/build/repo/,clientImplementationOkHttp) (spice-client-okhttp)... [1/10]
221Compile scalacOptions: -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.7-migration
222[info] compiling 4 Scala sources to /build/repo/client/implementation/okhttp/target/scala-3.7.4-RC2/classes ...
223[info] done compiling
224[info] compiling 1 Scala source to /build/repo/client/implementation/okhttp/target/scala-3.7.4-RC2/test-classes ...
225[info] done compiling
226Starting build for ProjectRef(file:/build/repo/,clientImplementationJVM) (spice-client-jvm)... [2/10]
227Compile scalacOptions: -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.7-migration
228Starting build for ProjectRef(file:/build/repo/,root) (spice)... [3/10]
229Compile scalacOptions: -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.7-migration
230Starting build for ProjectRef(file:/build/repo/,coreJVM) (spice-core)... [4/10]
231Compile scalacOptions: -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.7-migration
232[info] compiling 7 Scala sources to /build/repo/core/jvm/target/scala-3.7.4-RC2/test-classes ...
2332025.11.08 01:29:41:277 pool-48-thread-7 WARN spice.net.EmailAddress.parse:52
234 Unrecognized email address: [test]
235[info] done compiling
236Starting build for ProjectRef(file:/build/repo/,clientImplementationNetty) (spice-client-netty)... [5/10]
237Compile scalacOptions: -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.7-migration
238[info] compiling 5 Scala sources to /build/repo/client/implementation/netty/target/scala-3.7.4-RC2/classes ...
239[info] [patched file /build/repo/client/implementation/netty/src/main/scala/spice/http/client/NettyHttpClientInstance.scala]
240[info] done compiling
241[info] compiling 1 Scala source to /build/repo/client/implementation/netty/target/scala-3.7.4-RC2/classes ...
242[info] done compiling
243[info] compiling 1 Scala source to /build/repo/client/implementation/netty/target/scala-3.7.4-RC2/test-classes ...
244[info] done compiling
245Starting build for ProjectRef(file:/build/repo/,delta) (spice-delta)... [6/10]
246Compile scalacOptions: -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.7-migration
247[info] compiling 1 Scala source to /build/repo/delta/target/scala-3.7.4-RC2/test-classes ...
248[info] done compiling
249Starting build for ProjectRef(file:/build/repo/,clientJVM) (spice-client)... [7/10]
250Compile scalacOptions: -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.7-migration
251Starting build for ProjectRef(file:/build/repo/,server) (spice-server)... [8/10]
252Compile scalacOptions: -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.7-migration
253Starting build for ProjectRef(file:/build/repo/,serverImplementationUndertow) (spice-server-undertow)... [9/10]
254Compile scalacOptions: -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.7-migration
255[info] compiling 5 Scala sources to /build/repo/server/implementation/undertow/target/scala-3.7.4-RC2/classes ...
256[info] done compiling
257[info] compiling 3 Scala sources to /build/repo/server/implementation/undertow/target/scala-3.7.4-RC2/test-classes ...
258[info] [patched file /build/repo/server/implementation/undertow/src/test/scala/spec/UndertowWebSocketSpec.scala]
259[info] done compiling
260[info] compiling 1 Scala source to /build/repo/server/implementation/undertow/target/scala-3.7.4-RC2/test-classes ...
261[info] done compiling
262
263************************
264Build summary:
265[{
266 "module": "spice-openapi",
267 "compile": {"status": "ok", "tookMs": 23689, "warnings": 2, "errors": 0, "sourceVersion": "3.7-migration"},
268 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
269 "test-compile": {"status": "ok", "tookMs": 8279, "warnings": 0, "errors": 0, "sourceVersion": "3.7-migration"},
270 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
271 "publish": {"status": "skipped", "tookMs": 0},
272 "metadata": {
273 "crossScalaVersions": ["2.13.17", "3.7.3"]
274}
275},{
276 "module": "spice-client-okhttp",
277 "compile": {"status": "ok", "tookMs": 787, "warnings": 0, "errors": 0, "sourceVersion": "3.7-migration"},
278 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
279 "test-compile": {"status": "ok", "tookMs": 998, "warnings": 0, "errors": 0, "sourceVersion": "3.7-migration"},
280 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
281 "publish": {"status": "skipped", "tookMs": 0},
282 "metadata": {
283 "crossScalaVersions": ["2.13.17", "3.7.3"]
284}
285},{
286 "module": "spice-client-jvm",
287 "compile": {"status": "ok", "tookMs": 96, "warnings": 0, "errors": 0, "sourceVersion": "3.7-migration"},
288 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
289 "test-compile": {"status": "ok", "tookMs": 147, "warnings": 0, "errors": 0, "sourceVersion": "3.7-migration"},
290 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
291 "publish": {"status": "skipped", "tookMs": 0},
292 "metadata": {
293 "crossScalaVersions": ["2.13.17", "3.7.3"]
294}
295},{
296 "module": "spice",
297 "compile": {"status": "ok", "tookMs": 35, "warnings": 0, "errors": 0, "sourceVersion": "3.7-migration"},
298 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
299 "test-compile": {"status": "ok", "tookMs": 59, "warnings": 0, "errors": 0, "sourceVersion": "3.7-migration"},
300 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
301 "publish": {"status": "skipped", "tookMs": 0},
302 "metadata": {
303 "crossScalaVersions": ["2.13.17", "3.7.3"]
304}
305},{
306 "module": "spice-core",
307 "compile": {"status": "ok", "tookMs": 37, "warnings": 0, "errors": 0, "sourceVersion": "3.7-migration"},
308 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
309 "test-compile": {"status": "ok", "tookMs": 1867, "warnings": 0, "errors": 0, "sourceVersion": "3.7-migration"},
310 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
311 "publish": {"status": "skipped", "tookMs": 0},
312 "metadata": {
313 "crossScalaVersions": ["2.13.17", "3.7.3"]
314}
315},{
316 "module": "spice-client-netty",
317 "compile": {"status": "ok", "tookMs": 916, "warnings": 0, "errors": 0, "sourceVersion": "3.7-migration"},
318 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
319 "test-compile": {"status": "ok", "tookMs": 1457, "warnings": 0, "errors": 0, "sourceVersion": "3.7-migration"},
320 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
321 "publish": {"status": "skipped", "tookMs": 0},
322 "metadata": {
323 "crossScalaVersions": ["2.13.17", "3.7.3"]
324}
325},{
326 "module": "spice-delta",
327 "compile": {"status": "ok", "tookMs": 73, "warnings": 0, "errors": 0, "sourceVersion": "3.7-migration"},
328 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
329 "test-compile": {"status": "ok", "tookMs": 459, "warnings": 0, "errors": 0, "sourceVersion": "3.7-migration"},
330 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
331 "publish": {"status": "skipped", "tookMs": 0},
332 "metadata": {
333 "crossScalaVersions": ["2.13.17", "3.7.3"]
334}
335},{
336 "module": "spice-client",
337 "compile": {"status": "ok", "tookMs": 64, "warnings": 0, "errors": 0, "sourceVersion": "3.7-migration"},
338 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
339 "test-compile": {"status": "ok", "tookMs": 99, "warnings": 0, "errors": 0, "sourceVersion": "3.7-migration"},
340 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
341 "publish": {"status": "skipped", "tookMs": 0},
342 "metadata": {
343 "crossScalaVersions": ["2.13.17", "3.7.3"]
344}
345},{
346 "module": "spice-server",
347 "compile": {"status": "ok", "tookMs": 142, "warnings": 0, "errors": 0, "sourceVersion": "3.7-migration"},
348 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
349 "test-compile": {"status": "ok", "tookMs": 203, "warnings": 0, "errors": 0, "sourceVersion": "3.7-migration"},
350 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
351 "publish": {"status": "skipped", "tookMs": 0},
352 "metadata": {
353 "crossScalaVersions": ["2.13.17", "3.7.3"]
354}
355},{
356 "module": "spice-server-undertow",
357 "compile": {"status": "ok", "tookMs": 907, "warnings": 0, "errors": 0, "sourceVersion": "3.7-migration"},
358 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
359 "test-compile": {"status": "ok", "tookMs": 1613, "warnings": 0, "errors": 0, "sourceVersion": "3.7-migration"},
360 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
361 "publish": {"status": "skipped", "tookMs": 0},
362 "metadata": {
363 "crossScalaVersions": ["2.13.17", "3.7.3"]
364}
365}]
366************************
367[success] Total time: 95 s (0:01:35.0), completed Nov 8, 2025, 1:30:09 AM
368[0JChecking patch project/plugins.sbt...
369Checking patch build.sbt...
370Applied patch project/plugins.sbt cleanly.
371Applied patch build.sbt cleanly.
372Commit migration rewrites
373Switched to a new branch 'opencb/migrate-source-3.7'
374[opencb/migrate-source-3.7 df706f3] Apply Scala compiler rewrites using -source:3.7-migration using Scala 3.7.4-RC2
375 16 files changed, 22 insertions(+), 22 deletions(-)
376----
377Preparing build for 3.8.0-RC1-bin-20251107-3bea2f3-NIGHTLY
378Scala binary version found: 3.8
379Implicitly using source version 3.8
380Scala binary version found: 3.8
381Implicitly using source version 3.8
382Would try to apply common scalacOption (best-effort, sbt/mill only):
383Append: ,REQUIRE:-source:3.8
384Remove: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
385
386Try apply source patch:
387Path: build.sbt
388Pattern: val scala3: String = "3.7.3"
389Replacement: val scala3: String = "3.8.0-RC1-bin-20251107-3bea2f3-NIGHTLY"
390WARNING: A terminally deprecated method in sun.misc.Unsafe has been called
391WARNING: sun.misc.Unsafe::objectFieldOffset has been called by scala.runtime.LazyVals$ (file:/root/.cache/coursier/v1/https/repo1.maven.org/maven2/org/scala-lang/scala3-library_3/3.7.3/scala3-library_3-3.7.3.jar)
392WARNING: Please consider reporting this to the maintainers of class scala.runtime.LazyVals$
393WARNING: sun.misc.Unsafe::objectFieldOffset will be removed in a future release
394Successfully applied pattern 'val scala3: String = "3.7.3"' in build.sbt
395----
396Starting build for 3.8.0-RC1-bin-20251107-3bea2f3-NIGHTLY
397Execute tests: false
398sbt project found:
399No prepare script found for project outr/spice
400/opencb/project-builder/sbt/prepare-project.sh: line 107: /root/.ssh/config: No such file or directory
401##################################
402Scala version: 3.8.0-RC1-bin-20251107-3bea2f3-NIGHTLY
403Targets: com.outr%spice com.outr%spice-client com.outr%spice-client-jvm com.outr%spice-client-netty com.outr%spice-client-okhttp com.outr%spice-core com.outr%spice-delta com.outr%spice-openapi com.outr%spice-server com.outr%spice-server-undertow
404Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"25"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.7"],"sourcePatches":[{"path":"build.sbt","pattern":"val scala3: String = \"3.7.3\"","replaceWith":"val scala3: String = \"<SCALA_VERSION>\""}]}
405##################################
406Using extra scalacOptions: ,REQUIRE:-source:3.8
407Filtering out scalacOptions: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
408[sbt_options] declare -a sbt_options=()
409[process_args] java_version = '25'
410[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_25/rt.jar'
411# Executing command line:
412java
413-Dfile.encoding=UTF-8
414-Dcommunitybuild.scala=3.8.0-RC1-bin-20251107-3bea2f3-NIGHTLY
415-Dcommunitybuild.project.dependencies.add=
416-Xmx7G
417-Xms4G
418-Xss8M
419-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
420-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_25
421-jar
422/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
423"setCrossScalaVersions 3.8.0-RC1-bin-20251107-3bea2f3-NIGHTLY"
424"++3.8.0-RC1-bin-20251107-3bea2f3-NIGHTLY -v"
425"mapScalacOptions ",REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s" ",-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e""
426"set every credentials := Nil"
427"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
428"removeScalacOptionsStartingWith -P:wartremover"
429
430moduleMappings
431"runBuild 3.8.0-RC1-bin-20251107-3bea2f3-NIGHTLY """{"projects":{"exclude":[],"overrides":{}},"java":{"version":"25"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.7"],"sourcePatches":[{"path":"build.sbt","pattern":"val scala3: String = \"3.7.3\"","replaceWith":"val scala3: String = \"<SCALA_VERSION>\""}]}""" com.outr%spice com.outr%spice-client com.outr%spice-client-jvm com.outr%spice-client-netty com.outr%spice-client-okhttp com.outr%spice-core com.outr%spice-delta com.outr%spice-openapi com.outr%spice-server com.outr%spice-server-undertow"
432
433WARNING: A terminally deprecated method in sun.misc.Unsafe has been called
434WARNING: 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)
435WARNING: Please consider reporting this to the maintainers of class net.openhft.hashing.UnsafeAccess
436WARNING: sun.misc.Unsafe::arrayBaseOffset will be removed in a future release
437WARNING: A restricted method in java.lang.System has been called
438WARNING: 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)
439WARNING: Use --enable-native-access=ALL-UNNAMED to avoid a warning for callers in this module
440WARNING: Restricted methods will be blocked in a future release unless native access is enabled
441
442[info] welcome to sbt 1.11.7 (Eclipse Adoptium Java 25)
443[info] loading settings for project repo-build from akka.sbt, plugins.sbt...
444[info] loading project definition from /build/repo/project
445[info] loading settings for project root from build.sbt...
446[info] resolving key references (10786 settings) ...
447[info] set current project to spice (in build file:/build/repo/)
448Execute setCrossScalaVersions: 3.8.0-RC1-bin-20251107-3bea2f3-NIGHTLY
449OpenCB::Changing crossVersion 3.8.0-RC1-bin-20251107-3bea2f3-NIGHTLY -> 3.8.0-RC1-bin-20251107-3bea2f3-NIGHTLY in server/crossScalaVersions
450OpenCB::Changing crossVersion 3.8.0-RC1-bin-20251107-3bea2f3-NIGHTLY -> 3.8.0-RC1-bin-20251107-3bea2f3-NIGHTLY in clientJVM/crossScalaVersions
451OpenCB::Changing crossVersion 3.8.0-RC1-bin-20251107-3bea2f3-NIGHTLY -> 3.8.0-RC1-bin-20251107-3bea2f3-NIGHTLY in coreJVM/crossScalaVersions
452OpenCB::Changing crossVersion 3.8.0-RC1-bin-20251107-3bea2f3-NIGHTLY -> 3.8.0-RC1-bin-20251107-3bea2f3-NIGHTLY in clientImplementationJVM/crossScalaVersions
453OpenCB::Changing crossVersion 3.8.0-RC1-bin-20251107-3bea2f3-NIGHTLY -> 3.8.0-RC1-bin-20251107-3bea2f3-NIGHTLY in coreJS/crossScalaVersions
454OpenCB::Changing crossVersion 3.8.0-RC1-bin-20251107-3bea2f3-NIGHTLY -> 3.8.0-RC1-bin-20251107-3bea2f3-NIGHTLY in clientJS/crossScalaVersions
455OpenCB::Changing crossVersion 3.8.0-RC1-bin-20251107-3bea2f3-NIGHTLY -> 3.8.0-RC1-bin-20251107-3bea2f3-NIGHTLY in root/crossScalaVersions
456OpenCB::Changing crossVersion 3.8.0-RC1-bin-20251107-3bea2f3-NIGHTLY -> 3.8.0-RC1-bin-20251107-3bea2f3-NIGHTLY in clientImplementationNetty/crossScalaVersions
457OpenCB::Changing crossVersion 3.8.0-RC1-bin-20251107-3bea2f3-NIGHTLY -> 3.8.0-RC1-bin-20251107-3bea2f3-NIGHTLY in serverImplementationUndertow/crossScalaVersions
458OpenCB::Changing crossVersion 3.8.0-RC1-bin-20251107-3bea2f3-NIGHTLY -> 3.8.0-RC1-bin-20251107-3bea2f3-NIGHTLY in openAPI/crossScalaVersions
459OpenCB::Changing crossVersion 3.8.0-RC1-bin-20251107-3bea2f3-NIGHTLY -> 3.8.0-RC1-bin-20251107-3bea2f3-NIGHTLY in delta/crossScalaVersions
460OpenCB::Changing crossVersion 3.8.0-RC1-bin-20251107-3bea2f3-NIGHTLY -> 3.8.0-RC1-bin-20251107-3bea2f3-NIGHTLY in clientImplementationOkHttp/crossScalaVersions
461[info] set current project to spice (in build file:/build/repo/)
462[info] Setting Scala version to 3.8.0-RC1-bin-20251107-3bea2f3-NIGHTLY on 12 projects.
463[info] Switching Scala version on:
464[info] server (2.13.17, 3.8.0-RC1-bin-20251107-3bea2f3-NIGHTLY)
465[info] openAPI (2.13.17, 3.8.0-RC1-bin-20251107-3bea2f3-NIGHTLY)
466[info] * root (2.13.17, 3.8.0-RC1-bin-20251107-3bea2f3-NIGHTLY)
467[info] clientJS (2.13.17, 3.8.0-RC1-bin-20251107-3bea2f3-NIGHTLY)
468[info] clientImplementationNetty (2.13.17, 3.8.0-RC1-bin-20251107-3bea2f3-NIGHTLY)
469[info] clientJVM (2.13.17, 3.8.0-RC1-bin-20251107-3bea2f3-NIGHTLY)
470[info] coreJS (2.13.17, 3.8.0-RC1-bin-20251107-3bea2f3-NIGHTLY)
471[info] clientImplementationOkHttp (2.13.17, 3.8.0-RC1-bin-20251107-3bea2f3-NIGHTLY)
472[info] coreJVM (2.13.17, 3.8.0-RC1-bin-20251107-3bea2f3-NIGHTLY)
473[info] delta (2.13.17, 3.8.0-RC1-bin-20251107-3bea2f3-NIGHTLY)
474[info] serverImplementationUndertow (2.13.17, 3.8.0-RC1-bin-20251107-3bea2f3-NIGHTLY)
475[info] clientImplementationJVM (2.13.17, 3.8.0-RC1-bin-20251107-3bea2f3-NIGHTLY)
476[info] Excluding projects:
477[info] Reapplying settings...
478[info] set current project to spice (in build file:/build/repo/)
479Execute mapScalacOptions: ,REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
480[info] Reapplying settings...
481[info] set current project to spice (in build file:/build/repo/)
482[info] Defining Global / credentials, clientImplementationJVM / credentials and 10 others.
483[info] The new values will be used by Global / pgpSelectPassphrase, Global / pgpSigningKey and 59 others.
484[info] Run `last` for details.
485[info] Reapplying settings...
486[info] set current project to spice (in build file:/build/repo/)
487Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
488[info] Reapplying settings...
489OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
490
491 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:336)
492 Did you mean allExcludeDependencies ?
493 , retry without global scopes
494[info] Reapplying settings...
495[info] set current project to spice (in build file:/build/repo/)
496Execute removeScalacOptionsStartingWith: -P:wartremover
497[info] Reapplying settings...
498[info] set current project to spice (in build file:/build/repo/)
499[success] Total time: 0 s, completed Nov 8, 2025, 1:30:25 AM
500Build config: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"25"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.7"],"sourcePatches":[{"path":"build.sbt","pattern":"val scala3: String = \"3.7.3\"","replaceWith":"val scala3: String = \"<SCALA_VERSION>\""}]}
501Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly,List()))
502Starting build...
503Projects: Set(server, openAPI, root, clientImplementationNetty, clientJVM, clientImplementationOkHttp, coreJVM, delta, serverImplementationUndertow, clientImplementationJVM)
504Starting build for ProjectRef(file:/build/repo/,openAPI) (spice-openapi)... [0/10]
505OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.8` in Scala 2.12.20 module Global
506OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
507Compile scalacOptions: -Wconf:msg=can be rewritten automatically under:s, -source:3.8
508[info] compiling 92 Scala sources to /build/repo/core/jvm/target/scala-3.8.0-RC1-bin-20251107-3bea2f3-NIGHTLY/classes ...
509[info] done compiling
510[info] compiling 22 Scala sources to /build/repo/delta/target/scala-3.8.0-RC1-bin-20251107-3bea2f3-NIGHTLY/classes ...
511[info] done compiling
512[info] compiling 49 Scala sources to /build/repo/server/target/scala-3.8.0-RC1-bin-20251107-3bea2f3-NIGHTLY/classes ...
513[info] done compiling
514[info] compiling 29 Scala sources to /build/repo/openapi/target/scala-3.8.0-RC1-bin-20251107-3bea2f3-NIGHTLY/classes ...
515[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/openapi/src/main/scala/spice/openapi/generator/dart/OpenAPIDartGenerator.scala:30:24
516[warn] 30 | api.componentByRef(s) match {
517[warn] | ^^^^^^^^^^^^^^^^^^^^^
518[warn] |match may not be exhaustive.
519[warn] |
520[warn] |It would fail on pattern case: Some(_: spice.openapi.OpenAPISchema.MultiSchema)
521[warn] |
522[warn] | longer explanation available when compiling with `-explain`
523[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/openapi/src/main/scala/spice/openapi/generator/dart/OpenAPIDartGenerator.scala:548:20
524[warn] 548 | case ref: OpenAPISchema.Ref => ref.ref.ref2Type
525[warn] | ^
526[warn] |match may not be exhaustive.
527[warn] |
528[warn] |It would fail on pattern case: _: spice.openapi.OpenAPISchema.MultiSchema, spice.openapi.OpenAPISchema.Not(_, _)
529[warn] |
530[warn] | longer explanation available when compiling with `-explain`
531[warn] two warnings found
532[info] done compiling
533[info] compiling 17 Scala sources to /build/repo/client/jvm/target/scala-3.8.0-RC1-bin-20251107-3bea2f3-NIGHTLY/classes ...
534[info] done compiling
535[info] compiling 3 Scala sources to /build/repo/client/implementation/jvm/target/scala-3.8.0-RC1-bin-20251107-3bea2f3-NIGHTLY/classes ...
536[info] done compiling
537[info] compiling 1 Scala source to /build/repo/client/implementation/jvm/target/scala-3.8.0-RC1-bin-20251107-3bea2f3-NIGHTLY/test-classes ...
538[info] done compiling
539[info] compiling 5 Scala sources to /build/repo/server/target/scala-3.8.0-RC1-bin-20251107-3bea2f3-NIGHTLY/test-classes ...
540[info] done compiling
541[info] compiling 5 Scala sources to /build/repo/openapi/target/scala-3.8.0-RC1-bin-20251107-3bea2f3-NIGHTLY/test-classes ...
542[info] done compiling
543Starting build for ProjectRef(file:/build/repo/,clientImplementationOkHttp) (spice-client-okhttp)... [1/10]
544Compile scalacOptions: -Wconf:msg=can be rewritten automatically under:s, -source:3.8
545[info] compiling 4 Scala sources to /build/repo/client/implementation/okhttp/target/scala-3.8.0-RC1-bin-20251107-3bea2f3-NIGHTLY/classes ...
546[info] done compiling
547[info] compiling 1 Scala source to /build/repo/client/implementation/okhttp/target/scala-3.8.0-RC1-bin-20251107-3bea2f3-NIGHTLY/test-classes ...
548[info] done compiling
549Starting build for ProjectRef(file:/build/repo/,clientImplementationJVM) (spice-client-jvm)... [2/10]
550Compile scalacOptions: -Wconf:msg=can be rewritten automatically under:s, -source:3.8
551Starting build for ProjectRef(file:/build/repo/,root) (spice)... [3/10]
552Compile scalacOptions: -Wconf:msg=can be rewritten automatically under:s, -source:3.8
553Starting build for ProjectRef(file:/build/repo/,coreJVM) (spice-core)... [4/10]
554Compile scalacOptions: -Wconf:msg=can be rewritten automatically under:s, -source:3.8
555[info] compiling 7 Scala sources to /build/repo/core/jvm/target/scala-3.8.0-RC1-bin-20251107-3bea2f3-NIGHTLY/test-classes ...
5562025.11.08 01:31:10:789 pool-48-thread-4 WARN spice.net.EmailAddress.parse:52
557 Unrecognized email address: [test]
558[info] done compiling
559Starting build for ProjectRef(file:/build/repo/,clientImplementationNetty) (spice-client-netty)... [5/10]
560Compile scalacOptions: -Wconf:msg=can be rewritten automatically under:s, -source:3.8
561[info] compiling 5 Scala sources to /build/repo/client/implementation/netty/target/scala-3.8.0-RC1-bin-20251107-3bea2f3-NIGHTLY/classes ...
562[info] done compiling
563[info] compiling 1 Scala source to /build/repo/client/implementation/netty/target/scala-3.8.0-RC1-bin-20251107-3bea2f3-NIGHTLY/test-classes ...
564[info] done compiling
565Starting build for ProjectRef(file:/build/repo/,delta) (spice-delta)... [6/10]
566Compile scalacOptions: -Wconf:msg=can be rewritten automatically under:s, -source:3.8
567[info] compiling 1 Scala source to /build/repo/delta/target/scala-3.8.0-RC1-bin-20251107-3bea2f3-NIGHTLY/test-classes ...
568[info] done compiling
569Starting build for ProjectRef(file:/build/repo/,clientJVM) (spice-client)... [7/10]
570Compile scalacOptions: -Wconf:msg=can be rewritten automatically under:s, -source:3.8
571Starting build for ProjectRef(file:/build/repo/,server) (spice-server)... [8/10]
572Compile scalacOptions: -Wconf:msg=can be rewritten automatically under:s, -source:3.8
573Starting build for ProjectRef(file:/build/repo/,serverImplementationUndertow) (spice-server-undertow)... [9/10]
574Compile scalacOptions: -Wconf:msg=can be rewritten automatically under:s, -source:3.8
575[info] compiling 5 Scala sources to /build/repo/server/implementation/undertow/target/scala-3.8.0-RC1-bin-20251107-3bea2f3-NIGHTLY/classes ...
576[info] done compiling
577[info] compiling 3 Scala sources to /build/repo/server/implementation/undertow/target/scala-3.8.0-RC1-bin-20251107-3bea2f3-NIGHTLY/test-classes ...
578[info] done compiling
579
580************************
581Build summary:
582[{
583 "module": "spice-openapi",
584 "compile": {"status": "ok", "tookMs": 25573, "warnings": 2, "errors": 0, "sourceVersion": "3.8"},
585 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
586 "test-compile": {"status": "ok", "tookMs": 7401, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
587 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
588 "publish": {"status": "skipped", "tookMs": 0},
589 "metadata": {
590 "crossScalaVersions": ["2.13.17", "3.7.3"]
591}
592},{
593 "module": "spice-client-okhttp",
594 "compile": {"status": "ok", "tookMs": 710, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
595 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
596 "test-compile": {"status": "ok", "tookMs": 1087, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
597 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
598 "publish": {"status": "skipped", "tookMs": 0},
599 "metadata": {
600 "crossScalaVersions": ["2.13.17", "3.7.3"]
601}
602},{
603 "module": "spice-client-jvm",
604 "compile": {"status": "ok", "tookMs": 134, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
605 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
606 "test-compile": {"status": "ok", "tookMs": 151, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
607 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
608 "publish": {"status": "skipped", "tookMs": 0},
609 "metadata": {
610 "crossScalaVersions": ["2.13.17", "3.7.3"]
611}
612},{
613 "module": "spice",
614 "compile": {"status": "ok", "tookMs": 44, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
615 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
616 "test-compile": {"status": "ok", "tookMs": 61, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
617 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
618 "publish": {"status": "skipped", "tookMs": 0},
619 "metadata": {
620 "crossScalaVersions": ["2.13.17", "3.7.3"]
621}
622},{
623 "module": "spice-core",
624 "compile": {"status": "ok", "tookMs": 46, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
625 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
626 "test-compile": {"status": "ok", "tookMs": 1420, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
627 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
628 "publish": {"status": "skipped", "tookMs": 0},
629 "metadata": {
630 "crossScalaVersions": ["2.13.17", "3.7.3"]
631}
632},{
633 "module": "spice-client-netty",
634 "compile": {"status": "ok", "tookMs": 796, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
635 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
636 "test-compile": {"status": "ok", "tookMs": 843, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
637 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
638 "publish": {"status": "skipped", "tookMs": 0},
639 "metadata": {
640 "crossScalaVersions": ["2.13.17", "3.7.3"]
641}
642},{
643 "module": "spice-delta",
644 "compile": {"status": "ok", "tookMs": 103, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
645 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
646 "test-compile": {"status": "ok", "tookMs": 700, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
647 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
648 "publish": {"status": "skipped", "tookMs": 0},
649 "metadata": {
650 "crossScalaVersions": ["2.13.17", "3.7.3"]
651}
652},{
653 "module": "spice-client",
654 "compile": {"status": "ok", "tookMs": 84, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
655 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
656 "test-compile": {"status": "ok", "tookMs": 129, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
657 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
658 "publish": {"status": "skipped", "tookMs": 0},
659 "metadata": {
660 "crossScalaVersions": ["2.13.17", "3.7.3"]
661}
662},{
663 "module": "spice-server",
664 "compile": {"status": "ok", "tookMs": 146, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
665 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
666 "test-compile": {"status": "ok", "tookMs": 242, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
667 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
668 "publish": {"status": "skipped", "tookMs": 0},
669 "metadata": {
670 "crossScalaVersions": ["2.13.17", "3.7.3"]
671}
672},{
673 "module": "spice-server-undertow",
674 "compile": {"status": "ok", "tookMs": 948, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
675 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
676 "test-compile": {"status": "ok", "tookMs": 1600, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
677 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
678 "publish": {"status": "skipped", "tookMs": 0},
679 "metadata": {
680 "crossScalaVersions": ["2.13.17", "3.7.3"]
681}
682}]
683************************
684[success] Total time: 55 s, completed Nov 8, 2025, 1:31:20 AM
685[0JChecking patch project/plugins.sbt...
686Checking patch build.sbt...
687Applied patch project/plugins.sbt cleanly.
688Applied patch build.sbt cleanly.