Build Logs
dragonfly-ai/matrix • 3.8.0-RC5:2025-12-31
Errors
0
Warnings
19
Total Lines
338
1##################################
2Clonning https://github.com/dragonfly-ai/matrix.git into /build/repo using revision v0.101
3##################################
4Note: switching to '53325e04dd7196d0d3fd290c57fb17ca6f8e7834'.
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
21Using target Scala version for migration: 3.7.4
22Migrating project for -source:3.7 using Scala 3.7.4
23----
24Preparing build for 3.7.4
25Would try to apply common scalacOption (best-effort, sbt/mill only):
26Append: -rewrite,REQUIRE:-source:3.7-migration
27Remove: -indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
28----
29Starting build for 3.7.4
30Execute tests: false
31sbt project found:
32Sbt version 1.8.3 is not supported, minimal supported version is 1.11.5
33Enforcing usage of sbt in version 1.11.5
34No prepare script found for project dragonfly-ai/matrix
35##################################
36Scala version: 3.7.4
37Targets: ai.dragonfly%matrix
38Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.7"],"sourcePatches":[]}
39##################################
40Using extra scalacOptions: -rewrite,REQUIRE:-source:3.7-migration
41Filtering out scalacOptions: -indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
42[sbt_options] declare -a sbt_options=()
43[process_args] java_version = '17'
44[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8/rt.jar'
45# Executing command line:
46java
47-Dfile.encoding=UTF-8
48-Dcommunitybuild.scala=3.7.4
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_17_0_8
55-jar
56/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
57"setCrossScalaVersions 3.7.4"
58"++3.7.4 -v"
59"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""
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.7.4 """{"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.7"],"sourcePatches":[]}""" ai.dragonfly%matrix"
66
67[info] welcome to sbt 1.11.5 (Eclipse Adoptium Java 17.0.8)
68[info] loading settings for project repo-build from akka.sbt, plugins.sbt...
69[info] loading project definition from /build/repo/project
70[info] compiling 2 Scala sources to /build/repo/project/target/scala-2.12/sbt-1.0/classes ...
71[info] Non-compiled module 'compiler-bridge_2.12' for Scala 2.12.20. Compiling...
72[info] Compilation completed in 8.913s.
73[info] done compiling
74/build/repo/build.sbt:6: warning: method sonatypeOssRepos in class ResolverFunctions is deprecated (since 1.11.2): Sonatype OSS Repository Hosting (OSSRH) was sunset on 2025-06-30; remove this resolver. If snapshots are required, use:
75 resolvers += Resolver.sonatypeCentralSnapshots
76ThisBuild / resolvers := Resolver.sonatypeOssRepos("releases")
77 ^
78[info] loading settings for project root from build.sbt...
79[info] resolving key references (13629 settings) ...
80[info] set scmInfo to https://github.com/dragonfly-ai/matrix
81[info] set current project to matrix (in build file:/build/repo/)
82[warn] there's a key that's not used by any other settings/tasks:
83[warn]
84[warn] * Global / resolvers
85[warn] +- (sbt.Classpaths.baseGlobalDefaults) Defaults.scala:3143
86[warn] +- /build/repo/project/CommunityBuildPlugin.scala:385
87[warn] +- /build/repo/build.sbt:79
88[warn]
89[warn] note: a setting might still be used by a command; to exclude a key from this `lintUnused` check
90[warn] either append it to `Global / excludeLintKeys` or call .withRank(KeyRanks.Invisible) on the key
91Execute setCrossScalaVersions: 3.7.4
92OpenCB::Changing crossVersion 3.2.2 -> 3.7.4 in root/crossScalaVersions
93OpenCB::Changing crossVersion 3.2.2 -> 3.7.4 in demoJVM/crossScalaVersions
94OpenCB::Changing crossVersion 3.2.2 -> 3.7.4 in unidocs/crossScalaVersions
95OpenCB::Changing crossVersion 3.2.2 -> 3.7.4 in docs/crossScalaVersions
96OpenCB::Changing crossVersion 3.2.2 -> 3.7.4 in verification/crossScalaVersions
97OpenCB::Changing crossVersion 3.2.2 -> 3.7.4 in matrixJS/crossScalaVersions
98[info] set scmInfo to https://github.com/dragonfly-ai/matrix
99OpenCB::Changing crossVersion 3.2.2 -> 3.7.4 in rootNative/crossScalaVersions
100OpenCB::Changing crossVersion 3.2.2 -> 3.7.4 in matrixNative/crossScalaVersions
101OpenCB::Changing crossVersion 3.2.2 -> 3.7.4 in rootJS/crossScalaVersions
102OpenCB::Changing crossVersion 3.2.2 -> 3.7.4 in demoNative/crossScalaVersions
103OpenCB::Changing crossVersion 3.2.2 -> 3.7.4 in demoJS/crossScalaVersions
104OpenCB::Changing crossVersion 3.2.2 -> 3.7.4 in rootJVM/crossScalaVersions
105OpenCB::Changing crossVersion 3.2.2 -> 3.7.4 in matrixJVM/crossScalaVersions
106[info] set current project to matrix (in build file:/build/repo/)
107[info] Setting Scala version to 3.7.4 on 13 projects.
108[info] Switching Scala version on:
109[info] * root (3.7.4)
110[info] unidocs (3.7.4)
111[info] rootJS (3.7.4)
112[info] docs (3.7.4)
113[info] matrixNative (3.7.4)
114[info] matrixJVM (3.7.4)
115[info] matrixJS (3.7.4)
116[info] verification (3.7.4)
117[info] rootJVM (3.7.4)
118[info] rootNative (3.7.4)
119[info] demoJVM (3.7.4)
120[info] demoNative (3.7.4)
121[info] demoJS (3.7.4)
122[info] Excluding projects:
123[info] Reapplying settings...
124[info] set scmInfo to https://github.com/dragonfly-ai/matrix
125[info] set current project to matrix (in build file:/build/repo/)
126Execute 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
127[info] Reapplying settings...
128[info] set scmInfo to https://github.com/dragonfly-ai/matrix
129[info] set current project to matrix (in build file:/build/repo/)
130[info] Defining Global / credentials, credentials and 11 others.
131[info] The new values will be used by allCredentials, credentials and 75 others.
132[info] Run `last` for details.
133[info] Reapplying settings...
134[info] set scmInfo to https://github.com/dragonfly-ai/matrix
135[info] set current project to matrix (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 rootJVM / allExcludeDependencies ?
142 , retry without global scopes
143[info] Reapplying settings...
144[info] set scmInfo to https://github.com/dragonfly-ai/matrix
145[info] set current project to matrix (in build file:/build/repo/)
146Execute removeScalacOptionsStartingWith: -P:wartremover
147[info] Reapplying settings...
148[info] set scmInfo to https://github.com/dragonfly-ai/matrix
149[info] set current project to matrix (in build file:/build/repo/)
150[success] Total time: 0 s, completed Dec 31, 2025, 9:49:13 PM
151Build config: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.7"],"sourcePatches":[]}
152Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly,List()))
153Starting build...
154Projects: Set(root)
155Starting build for ProjectRef(file:/build/repo/,root) (matrix)... [0/1]
156OpenCB::Exclude Scala3 specific scalacOption `-rewrite` in Scala 2.12.20 module Global
157OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.7-migration` in Scala 2.12.20 module Global
158OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
159OpenCB::Filter out '-feature', matches setting pattern '^-?-feature'
160Compile scalacOptions: -encoding, UTF-8, -unchecked, -Ykind-projector:underscores, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.7-migration
161
162************************
163Build summary:
164[{
165 "module": "matrix",
166 "compile": {"status": "ok", "tookMs": 151, "warnings": 0, "errors": 0, "sourceVersion": "3.7-migration"},
167 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
168 "test-compile": {"status": "ok", "tookMs": 100, "warnings": 0, "errors": 0, "sourceVersion": "3.7-migration"},
169 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
170 "publish": {"status": "ok", "tookMs": 1},
171 "metadata": {
172 "crossScalaVersions": ["3.2.2"]
173}
174}]
175************************
176[success] Total time: 1 s, completed Dec 31, 2025, 9:49:14 PM
177[0JChecking patch project/plugins.sbt...
178Checking patch project/build.properties...
179Checking patch build.sbt...
180Applied patch project/plugins.sbt cleanly.
181Applied patch project/build.properties cleanly.
182Applied patch build.sbt cleanly.
183No migration rewrite changes found, would not commit
184----
185Preparing build for 3.8.0-RC5
186Scala binary version found: 3.8
187Implicitly using source version 3.8
188Scala binary version found: 3.8
189Implicitly using source version 3.8
190Would try to apply common scalacOption (best-effort, sbt/mill only):
191Append: ,REQUIRE:-source:3.8
192Remove: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
193----
194Starting build for 3.8.0-RC5
195Execute tests: true
196sbt project found:
197Sbt version 1.8.3 is not supported, minimal supported version is 1.11.5
198Enforcing usage of sbt in version 1.11.5
199No prepare script found for project dragonfly-ai/matrix
200##################################
201Scala version: 3.8.0-RC5
202Targets: ai.dragonfly%matrix
203Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"full","migrationVersions":["3.7"],"sourcePatches":[]}
204##################################
205Using extra scalacOptions: ,REQUIRE:-source:3.8
206Filtering out scalacOptions: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
207[sbt_options] declare -a sbt_options=()
208[process_args] java_version = '17'
209[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8/rt.jar'
210# Executing command line:
211java
212-Dfile.encoding=UTF-8
213-Dcommunitybuild.scala=3.8.0-RC5
214-Dcommunitybuild.project.dependencies.add=
215-Xmx7G
216-Xms4G
217-Xss8M
218-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
219-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8
220-jar
221/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
222"setCrossScalaVersions 3.8.0-RC5"
223"++3.8.0-RC5 -v"
224"mapScalacOptions ",REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s" ",-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e""
225"set every credentials := Nil"
226"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
227"removeScalacOptionsStartingWith -P:wartremover"
228
229moduleMappings
230"runBuild 3.8.0-RC5 """{"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"full","migrationVersions":["3.7"],"sourcePatches":[]}""" ai.dragonfly%matrix"
231
232[info] welcome to sbt 1.11.5 (Eclipse Adoptium Java 17.0.8)
233[info] loading settings for project repo-build from akka.sbt, plugins.sbt...
234[info] loading project definition from /build/repo/project
235[info] loading settings for project root from build.sbt...
236[info] resolving key references (13629 settings) ...
237[info] set scmInfo to https://github.com/dragonfly-ai/matrix
238[info] set current project to matrix (in build file:/build/repo/)
239[warn] there's a key that's not used by any other settings/tasks:
240[warn]
241[warn] * Global / resolvers
242[warn] +- (sbt.Classpaths.baseGlobalDefaults) Defaults.scala:3143
243[warn] +- /build/repo/project/CommunityBuildPlugin.scala:385
244[warn] +- /build/repo/build.sbt:79
245[warn]
246[warn] note: a setting might still be used by a command; to exclude a key from this `lintUnused` check
247[warn] either append it to `Global / excludeLintKeys` or call .withRank(KeyRanks.Invisible) on the key
248Execute setCrossScalaVersions: 3.8.0-RC5
249OpenCB::Changing crossVersion 3.2.2 -> 3.8.0-RC5 in unidocs/crossScalaVersions
250OpenCB::Changing crossVersion 3.2.2 -> 3.8.0-RC5 in root/crossScalaVersions
251OpenCB::Changing crossVersion 3.2.2 -> 3.8.0-RC5 in docs/crossScalaVersions
252OpenCB::Changing crossVersion 3.2.2 -> 3.8.0-RC5 in verification/crossScalaVersions
253OpenCB::Changing crossVersion 3.2.2 -> 3.8.0-RC5 in matrixJS/crossScalaVersions
254OpenCB::Changing crossVersion 3.2.2 -> 3.8.0-RC5 in demoJVM/crossScalaVersions
255OpenCB::Changing crossVersion 3.2.2 -> 3.8.0-RC5 in rootNative/crossScalaVersions
256[info] set scmInfo to https://github.com/dragonfly-ai/matrix
257OpenCB::Changing crossVersion 3.2.2 -> 3.8.0-RC5 in matrixNative/crossScalaVersions
258OpenCB::Changing crossVersion 3.2.2 -> 3.8.0-RC5 in rootJS/crossScalaVersions
259OpenCB::Changing crossVersion 3.2.2 -> 3.8.0-RC5 in demoNative/crossScalaVersions
260OpenCB::Changing crossVersion 3.2.2 -> 3.8.0-RC5 in demoJS/crossScalaVersions
261OpenCB::Changing crossVersion 3.2.2 -> 3.8.0-RC5 in rootJVM/crossScalaVersions
262OpenCB::Changing crossVersion 3.2.2 -> 3.8.0-RC5 in matrixJVM/crossScalaVersions
263[info] set current project to matrix (in build file:/build/repo/)
264[info] Setting Scala version to 3.8.0-RC5 on 13 projects.
265[info] Switching Scala version on:
266[info] * root (3.8.0-RC5)
267[info] unidocs (3.8.0-RC5)
268[info] rootJS (3.8.0-RC5)
269[info] docs (3.8.0-RC5)
270[info] matrixNative (3.8.0-RC5)
271[info] matrixJVM (3.8.0-RC5)
272[info] matrixJS (3.8.0-RC5)
273[info] verification (3.8.0-RC5)
274[info] rootJVM (3.8.0-RC5)
275[info] rootNative (3.8.0-RC5)
276[info] demoJVM (3.8.0-RC5)
277[info] demoNative (3.8.0-RC5)
278[info] demoJS (3.8.0-RC5)
279[info] Excluding projects:
280[info] Reapplying settings...
281[info] set scmInfo to https://github.com/dragonfly-ai/matrix
282[info] set current project to matrix (in build file:/build/repo/)
283Execute mapScalacOptions: ,REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
284[info] Reapplying settings...
285[info] set scmInfo to https://github.com/dragonfly-ai/matrix
286[info] set current project to matrix (in build file:/build/repo/)
287[info] Defining Global / credentials, credentials and 11 others.
288[info] The new values will be used by allCredentials, credentials and 75 others.
289[info] Run `last` for details.
290[info] Reapplying settings...
291[info] set scmInfo to https://github.com/dragonfly-ai/matrix
292[info] set current project to matrix (in build file:/build/repo/)
293Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
294[info] Reapplying settings...
295OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
296
297 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:331)
298 Did you mean rootJVM / allExcludeDependencies ?
299 , retry without global scopes
300[info] Reapplying settings...
301[info] set scmInfo to https://github.com/dragonfly-ai/matrix
302[info] set current project to matrix (in build file:/build/repo/)
303Execute removeScalacOptionsStartingWith: -P:wartremover
304[info] Reapplying settings...
305[info] set scmInfo to https://github.com/dragonfly-ai/matrix
306[info] set current project to matrix (in build file:/build/repo/)
307[success] Total time: 0 s, completed Dec 31, 2025, 9:49:31 PM
308Build config: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"full","migrationVersions":["3.7"],"sourcePatches":[]}
309Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),Full,List()))
310Starting build...
311Projects: Set(root)
312Starting build for ProjectRef(file:/build/repo/,root) (matrix)... [0/1]
313OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.8` in Scala 2.12.20 module Global
314OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
315OpenCB::Filter out '-feature', matches setting pattern '^-?-feature'
316Compile scalacOptions: -encoding, UTF-8, -unchecked, -Ykind-projector:underscores, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
317
318************************
319Build summary:
320[{
321 "module": "matrix",
322 "compile": {"status": "ok", "tookMs": 348, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
323 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
324 "test-compile": {"status": "ok", "tookMs": 149, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
325 "test": {"status": "ok", "tookMs": 111, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
326 "publish": {"status": "ok", "tookMs": 1},
327 "metadata": {
328 "crossScalaVersions": ["3.2.2"]
329}
330}]
331************************
332[success] Total time: 3 s, completed Dec 31, 2025, 9:49:34 PM
333[0JChecking patch project/plugins.sbt...
334Checking patch project/build.properties...
335Checking patch build.sbt...
336Applied patch project/plugins.sbt cleanly.
337Applied patch project/build.properties cleanly.
338Applied patch build.sbt cleanly.