Build Logs

geirolz/cats-xml • dotty-staging/dotty:fix-23773:2025-11-22

Errors

0

Warnings

79

Total Lines

596

1##################################
2Clonning https://github.com/geirolz/cats-xml.git into /build/repo using revision v0.0.20
3##################################
4Note: switching to '9287e57e4fcd3f526cd1271b8262c2badbf6fe3a'.
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-RC2
22Migrating project for -source:3.4 using Scala 3.7.4-RC2
23----
24Preparing build for 3.7.4-RC2
25Would try to apply common scalacOption (best-effort, sbt/mill only):
26Append: -rewrite,REQUIRE:-source:3.4-migration
27Remove: -indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
28----
29Starting build for 3.7.4-RC2
30Execute tests: false
31sbt project found:
32Sbt version 1.10.10 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 geirolz/cats-xml
35/opencb/project-builder/sbt/prepare-project.sh: line 107: /root/.ssh/config: No such file or directory
36##################################
37Scala version: 3.7.4-RC2
38Targets: com.github.geirolz%cats-xml com.github.geirolz%cats-xml-effect com.github.geirolz%cats-xml-generic com.github.geirolz%cats-xml-internal-utils com.github.geirolz%cats-xml-scalaxml com.github.geirolz%cats-xml-xpath
39Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.4"],"sourcePatches":[]}
40##################################
41Using extra scalacOptions: -rewrite,REQUIRE:-source:3.4-migration
42Filtering out scalacOptions: -indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
43[sbt_options] declare -a sbt_options=()
44[process_args] java_version = '17'
45[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8/rt.jar'
46# Executing command line:
47java
48-Dfile.encoding=UTF-8
49-Dcommunitybuild.scala=3.7.4-RC2
50-Dcommunitybuild.project.dependencies.add=
51-Xmx7G
52-Xms4G
53-Xss8M
54-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
55-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8
56-jar
57/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
58"setCrossScalaVersions 3.7.4-RC2"
59"++3.7.4-RC2 -v"
60"mapScalacOptions "-rewrite,REQUIRE:-source:3.4-migration,-Wconf:msg=can be rewritten automatically under:s" "-indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e""
61"set every credentials := Nil"
62"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
63"removeScalacOptionsStartingWith -P:wartremover"
64
65moduleMappings
66"runBuild 3.7.4-RC2 """{"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.4"],"sourcePatches":[]}""" com.github.geirolz%cats-xml com.github.geirolz%cats-xml-effect com.github.geirolz%cats-xml-generic com.github.geirolz%cats-xml-internal-utils com.github.geirolz%cats-xml-scalaxml com.github.geirolz%cats-xml-xpath"
67
68[info] welcome to sbt 1.11.5 (Eclipse Adoptium Java 17.0.8)
69[info] loading settings for project repo-build-build-build from metals.sbt...
70[info] loading project definition from /build/repo/project/project/project
71[info] loading settings for project repo-build-build from metals.sbt...
72[info] loading project definition from /build/repo/project/project
73[success] Generated .bloop/repo-build-build.json
74[success] Total time: 3 s, completed Nov 22, 2025, 5:55:57 PM
75[info] loading settings for project repo-build from akka.sbt, metals.sbt, plugins.sbt...
76[info] loading project definition from /build/repo/project
77[success] Generated .bloop/repo-build.json
78[info] compiling 4 Scala sources to /build/repo/project/target/scala-2.12/sbt-1.0/classes ...
79[info] Non-compiled module 'compiler-bridge_2.12' for Scala 2.12.20. Compiling...
80[info] Compilation completed in 8.663s.
81[warn] /build/repo/project/ProjectResolvers.scala:13:16: 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:
82[warn] resolvers += Resolver.sonatypeCentralSnapshots
83[warn] Resolver.sonatypeOssRepos("public"),
84[warn] ^
85[warn] /build/repo/project/ProjectResolvers.scala:14:16: 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:
86[warn] resolvers += Resolver.sonatypeCentralSnapshots
87[warn] Resolver.sonatypeOssRepos("snapshots"),
88[warn] ^
89[warn] /build/repo/project/ProjectResolvers.scala:15:16: 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:
90[warn] resolvers += Resolver.sonatypeCentralSnapshots
91[warn] Resolver.sonatypeOssRepos("releases"),
92[warn] ^
93[warn] three warnings found
94[info] done compiling
95[success] Total time: 19 s, completed Nov 22, 2025, 5:56:19 PM
96[info] loading settings for project root from build.sbt...
97[info] set current project to cats-xml (in build file:/build/repo/)
98Execute setCrossScalaVersions: 3.7.4-RC2
99OpenCB::Changing crossVersion 3.3.5 -> 3.7.4-RC2 in core/crossScalaVersions
100OpenCB::Changing crossVersion 3.3.5 -> 3.7.4-RC2 in scalaxml/crossScalaVersions
101OpenCB::Changing crossVersion 3.3.5 -> 3.7.4-RC2 in generic/crossScalaVersions
102OpenCB::Changing crossVersion 3.3.5 -> 3.7.4-RC2 in metrics/crossScalaVersions
103OpenCB::Changing crossVersion 3.3.5 -> 3.7.4-RC2 in docs/crossScalaVersions
104OpenCB::Changing crossVersion 3.3.5 -> 3.7.4-RC2 in effect/crossScalaVersions
105OpenCB::Limitting incorrect crossVersions List() -> List(2.13.16) in root/crossScalaVersions
106OpenCB::Changing crossVersion 3.3.5 -> 3.7.4-RC2 in xpath/crossScalaVersions
107OpenCB::Changing crossVersion 3.3.5 -> 3.7.4-RC2 in internal-utils/crossScalaVersions
108[info] set current project to cats-xml (in build file:/build/repo/)
109[info] Setting Scala version to 3.7.4-RC2 on 8 projects.
110[info] Switching Scala version on:
111[info] effect (2.13.16, 3.7.4-RC2)
112[info] docs (2.13.16, 3.7.4-RC2)
113[info] generic (2.13.16, 3.7.4-RC2)
114[info] scalaxml (2.13.16, 3.7.4-RC2)
115[info] internal-utils (2.13.16, 3.7.4-RC2)
116[info] xpath (2.13.16, 3.7.4-RC2)
117[info] metrics (2.13.16, 3.7.4-RC2)
118[info] core (2.13.16, 3.7.4-RC2)
119[info] Excluding projects:
120[info] * root (2.13.16)
121[info] Reapplying settings...
122[info] set current project to cats-xml (in build file:/build/repo/)
123Execute mapScalacOptions: -rewrite,REQUIRE:-source:3.4-migration,-Wconf:msg=can be rewritten automatically under:s -indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
124[info] Reapplying settings...
125[info] set current project to cats-xml (in build file:/build/repo/)
126[info] Defining Global / credentials, core / credentials and 7 others.
127[info] The new values will be used by Compile / scalafmtOnly, Global / pgpSelectPassphrase and 71 others.
128[info] Run `last` for details.
129[info] Reapplying settings...
130[info] set current project to cats-xml (in build file:/build/repo/)
131Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
132[info] Reapplying settings...
133OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
134
135 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:336)
136 Did you mean allExcludeDependencies ?
137 , retry without global scopes
138[info] Reapplying settings...
139[info] set current project to cats-xml (in build file:/build/repo/)
140Execute removeScalacOptionsStartingWith: -P:wartremover
141[info] Reapplying settings...
142[info] set current project to cats-xml (in build file:/build/repo/)
143[success] Total time: 0 s, completed Nov 22, 2025, 5:56:31 PM
144Build config: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.4"],"sourcePatches":[]}
145Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly,List()))
146Starting build...
147Projects: Set(effect, docs, generic, scalaxml, internal-utils, xpath, core)
148Starting build for ProjectRef(file:/build/repo/,scalaxml) (cats-xml-scalaxml)... [0/7]
149OpenCB::Exclude Scala3 specific scalacOption `-rewrite` in Scala 2.12.20 module Global
150OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.4-migration` in Scala 2.12.20 module Global
151OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
152OpenCB::Filter out '-feature', matches setting pattern '^-?-feature'
153OpenCB::Filter out '-Xfatal-warnings', matches setting pattern '^-?-Xfatal-warnings'
154Compile scalacOptions: -encoding, utf-8, -language:existentials, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -language:dynamics, -Ykind-projector, -explain-types, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
155[info] scalafmt: Formatting 4 Scala sources (/build/repo/internal-utils)...
156[info] scalafmt: Formatting 3 Scala sources (/build/repo/modules/scalaxml)...
157[info] scalafmt: Formatting 25 Scala sources (/build/repo/core)...
158[info] scalafmt: Formatting 5 Scala sources (/build/repo/modules/scalaxml)...
159[info] scalafmt: Formatting 13 Scala sources (/build/repo/internal-utils)...
160[info] compiling 13 Scala sources to /build/repo/internal-utils/target/scala-3.7.4-RC2/classes ...
161[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
162[info] scalafmt: Formatting 22 Scala sources (/build/repo/core)...
163[warn] one warning found
164[info] done compiling
165[info] compiling 22 Scala sources to /build/repo/core/target/scala-3.7.4-RC2/classes ...
166[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
167[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/core/src/main/scala/cats/xml/Xml.scala:131:6
168[warn] 131 | (x, y) match {
169[warn] | ^^^^^^
170[warn] | match may not be exhaustive.
171[warn] |
172[warn] | It would fail on pattern case: (_, _)
173[warn] |
174[warn] | longer explanation available when compiling with `-explain`
175[info] [patched file /build/repo/core/src/main/scala/cats/xml/codec/Encoder.scala]
176[info] [patched file /build/repo/core/src/main/scala/cats/xml/codec/Decoder.scala]
177[info] [patched file /build/repo/core/src/main/scala/cats/xml/xmlData.scala]
178[warn] two warnings found
179[info] done compiling
180[info] compiling 5 Scala sources to /build/repo/modules/scalaxml/target/scala-3.7.4-RC2/classes ...
181[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
182[warn] one warning found
183[info] done compiling
184[info] scalafmt: Formatting 3 Scala sources (/build/repo/core)...
185[info] compiling 3 Scala sources to /build/repo/core/target/scala-3.7.4-RC2/classes ...
186[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
187[warn] one warning found
188[info] done compiling
189[info] compiling 3 Scala sources to /build/repo/modules/scalaxml/target/scala-3.7.4-RC2/test-classes ...
190[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
191[warn] one warning found
192[info] done compiling
193Starting build for ProjectRef(file:/build/repo/,xpath) (cats-xml-xpath)... [1/7]
194Compile scalacOptions: -encoding, utf-8, -language:existentials, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -language:dynamics, -Ykind-projector, -explain-types, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
195[info] scalafmt: Formatting 1 Scala sources (/build/repo/modules/xpath)...
196[info] scalafmt: Formatting 6 Scala sources (/build/repo/modules/xpath)...
197[info] compiling 6 Scala sources to /build/repo/modules/xpath/target/scala-3.7.4-RC2/classes ...
198[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
199[warn] one warning found
200[info] done compiling
201[info] compiling 1 Scala source to /build/repo/modules/xpath/target/scala-3.7.4-RC2/test-classes ...
202[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
203[warn] one warning found
204[info] done compiling
205Starting build for ProjectRef(file:/build/repo/,core) (cats-xml)... [2/7]
206Compile scalacOptions: -encoding, utf-8, -language:existentials, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -language:dynamics, -Ykind-projector, -explain-types, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
207[info] compiling 25 Scala sources to /build/repo/core/target/scala-3.7.4-RC2/test-classes ...
208[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
209[warn] one warning found
210[info] done compiling
211Starting build for ProjectRef(file:/build/repo/,docs) (cats-xml)... [3/7]
212Compile scalacOptions: -encoding, utf-8, -language:existentials, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -language:dynamics, -Ykind-projector, -explain-types, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
213[info] scalafmt: Formatting 2 Scala sources (/build/repo/modules/generic)...
214[info] scalafmt: Formatting 1 Scala sources (/build/repo/modules/effect)...
215[info] scalafmt: Formatting 4 Scala sources (/build/repo/modules/generic)...
216[info] scalafmt: Formatting 2 Scala sources (/build/repo/modules/effect)...
217[info] compiling 2 Scala sources to /build/repo/modules/effect/target/scala-3.7.4-RC2/classes ...
218[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
219[info] compiling 4 Scala sources to /build/repo/modules/generic/target/scala-3.7.4-RC2/classes ...
220[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
221[warn] one warning found
222[info] done compiling
223[warn] one warning found
224[info] done compiling
225Starting build for ProjectRef(file:/build/repo/,effect) (cats-xml-effect)... [4/7]
226Compile scalacOptions: -encoding, utf-8, -language:existentials, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -language:dynamics, -Ykind-projector, -explain-types, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
227[info] compiling 1 Scala source to /build/repo/modules/effect/target/scala-3.7.4-RC2/test-classes ...
228[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
229[warn] one warning found
230[info] done compiling
231Starting build for ProjectRef(file:/build/repo/,generic) (cats-xml-generic)... [5/7]
232Compile scalacOptions: -encoding, utf-8, -language:existentials, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -language:dynamics, -Ykind-projector, -explain-types, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
233[info] compiling 2 Scala sources to /build/repo/modules/generic/target/scala-3.7.4-RC2/test-classes ...
234[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
235[warn] one warning found
236[info] done compiling
237Starting build for ProjectRef(file:/build/repo/,internal-utils) (cats-xml-internal-utils)... [6/7]
238Compile scalacOptions: -encoding, utf-8, -language:existentials, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -language:dynamics, -Ykind-projector, -explain-types, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
239[info] compiling 4 Scala sources to /build/repo/internal-utils/target/scala-3.7.4-RC2/test-classes ...
240[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
241[warn] one warning found
242[info] done compiling
243
244************************
245Build summary:
246[{
247 "module": "cats-xml-scalaxml",
248 "compile": {"status": "ok", "tookMs": 33538, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
249 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
250 "test-compile": {"status": "ok", "tookMs": 4612, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
251 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
252 "publish": {"status": "skipped", "tookMs": 0},
253 "metadata": {
254 "crossScalaVersions": ["2.13.16", "3.3.5"]
255}
256},{
257 "module": "cats-xml-xpath",
258 "compile": {"status": "ok", "tookMs": 2093, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
259 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
260 "test-compile": {"status": "ok", "tookMs": 1706, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
261 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
262 "publish": {"status": "skipped", "tookMs": 0},
263 "metadata": {
264 "crossScalaVersions": ["2.13.16", "3.3.5"]
265}
266},{
267 "module": "cats-xml",
268 "compile": {"status": "ok", "tookMs": 117, "warnings": 1, "errors": 0, "sourceVersion": "3.4-migration"},
269 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
270 "test-compile": {"status": "ok", "tookMs": 6197, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
271 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
272 "publish": {"status": "skipped", "tookMs": 0},
273 "metadata": {
274 "crossScalaVersions": ["2.13.16", "3.3.5"]
275}
276},{
277 "module": "cats-xml",
278 "compile": {"status": "ok", "tookMs": 1649, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
279 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
280 "test-compile": {"status": "ok", "tookMs": 499, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
281 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
282 "publish": {"status": "ok", "tookMs": 1},
283 "metadata": {
284 "crossScalaVersions": ["2.13.16", "3.3.5"]
285}
286},{
287 "module": "cats-xml-effect",
288 "compile": {"status": "ok", "tookMs": 167, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
289 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
290 "test-compile": {"status": "ok", "tookMs": 603, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
291 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
292 "publish": {"status": "skipped", "tookMs": 0},
293 "metadata": {
294 "crossScalaVersions": ["2.13.16", "3.3.5"]
295}
296},{
297 "module": "cats-xml-generic",
298 "compile": {"status": "ok", "tookMs": 125, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
299 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
300 "test-compile": {"status": "ok", "tookMs": 270, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
301 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
302 "publish": {"status": "skipped", "tookMs": 0},
303 "metadata": {
304 "crossScalaVersions": ["2.13.16", "3.3.5"]
305}
306},{
307 "module": "cats-xml-internal-utils",
308 "compile": {"status": "ok", "tookMs": 73, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
309 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
310 "test-compile": {"status": "ok", "tookMs": 748, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
311 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
312 "publish": {"status": "skipped", "tookMs": 0},
313 "metadata": {
314 "crossScalaVersions": ["2.13.16", "3.3.5"]
315}
316}]
317************************
318[success] Total time: 126 s (0:02:06.0), completed Nov 22, 2025, 5:58:36 PM
319[0JChecking patch project/plugins.sbt...
320Checking patch project/build.properties...
321Checking patch build.sbt...
322Applied patch project/plugins.sbt cleanly.
323Applied patch project/build.properties cleanly.
324Applied patch build.sbt cleanly.
325Commit migration rewrites
326Switched to a new branch 'opencb/migrate-source-3.4'
327[opencb/migrate-source-3.4 89249c0] Apply Scala compiler rewrites using -source:3.4-migration using Scala 3.7.4-RC2
328 3 files changed, 4 insertions(+), 4 deletions(-)
329----
330Preparing build for 3.8.1-RC1-bin-20251120-60444cb
331Scala binary version found: 3.8
332Implicitly using source version 3.8
333Scala binary version found: 3.8
334Implicitly using source version 3.8
335Would try to apply common scalacOption (best-effort, sbt/mill only):
336Append: ,REQUIRE:-source:3.8
337Remove: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
338----
339Starting build for 3.8.1-RC1-bin-20251120-60444cb
340Execute tests: false
341sbt project found:
342Sbt version 1.10.10 is not supported, minimal supported version is 1.11.5
343Enforcing usage of sbt in version 1.11.5
344No prepare script found for project geirolz/cats-xml
345/opencb/project-builder/sbt/prepare-project.sh: line 107: /root/.ssh/config: No such file or directory
346##################################
347Scala version: 3.8.1-RC1-bin-20251120-60444cb
348Targets: com.github.geirolz%cats-xml com.github.geirolz%cats-xml-effect com.github.geirolz%cats-xml-generic com.github.geirolz%cats-xml-internal-utils com.github.geirolz%cats-xml-scalaxml com.github.geirolz%cats-xml-xpath
349Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.4"],"sourcePatches":[]}
350##################################
351Using extra scalacOptions: ,REQUIRE:-source:3.8
352Filtering out scalacOptions: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
353[sbt_options] declare -a sbt_options=()
354[process_args] java_version = '17'
355[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8/rt.jar'
356# Executing command line:
357java
358-Dfile.encoding=UTF-8
359-Dcommunitybuild.scala=3.8.1-RC1-bin-20251120-60444cb
360-Dcommunitybuild.project.dependencies.add=
361-Xmx7G
362-Xms4G
363-Xss8M
364-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
365-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8
366-jar
367/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
368"setCrossScalaVersions 3.8.1-RC1-bin-20251120-60444cb"
369"++3.8.1-RC1-bin-20251120-60444cb -v"
370"mapScalacOptions ",REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s" ",-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e""
371"set every credentials := Nil"
372"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
373"removeScalacOptionsStartingWith -P:wartremover"
374
375moduleMappings
376"runBuild 3.8.1-RC1-bin-20251120-60444cb """{"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.4"],"sourcePatches":[]}""" com.github.geirolz%cats-xml com.github.geirolz%cats-xml-effect com.github.geirolz%cats-xml-generic com.github.geirolz%cats-xml-internal-utils com.github.geirolz%cats-xml-scalaxml com.github.geirolz%cats-xml-xpath"
377
378[info] welcome to sbt 1.11.5 (Eclipse Adoptium Java 17.0.8)
379[info] loading settings for project repo-build-build-build from metals.sbt...
380[info] loading project definition from /build/repo/project/project/project
381[info] loading settings for project repo-build-build from metals.sbt...
382[info] loading project definition from /build/repo/project/project
383[success] Generated .bloop/repo-build-build.json
384[success] Total time: 2 s, completed Nov 22, 2025, 5:58:43 PM
385[info] loading settings for project repo-build from akka.sbt, metals.sbt, plugins.sbt...
386[info] loading project definition from /build/repo/project
387[success] Generated .bloop/repo-build.json
388[success] Total time: 2 s, completed Nov 22, 2025, 5:58:45 PM
389[info] loading settings for project root from build.sbt...
390[info] set current project to cats-xml (in build file:/build/repo/)
391Execute setCrossScalaVersions: 3.8.1-RC1-bin-20251120-60444cb
392OpenCB::Changing crossVersion 3.3.5 -> 3.8.1-RC1-bin-20251120-60444cb in core/crossScalaVersions
393OpenCB::Changing crossVersion 3.3.5 -> 3.8.1-RC1-bin-20251120-60444cb in generic/crossScalaVersions
394OpenCB::Changing crossVersion 3.3.5 -> 3.8.1-RC1-bin-20251120-60444cb in scalaxml/crossScalaVersions
395OpenCB::Changing crossVersion 3.3.5 -> 3.8.1-RC1-bin-20251120-60444cb in metrics/crossScalaVersions
396OpenCB::Changing crossVersion 3.3.5 -> 3.8.1-RC1-bin-20251120-60444cb in docs/crossScalaVersions
397OpenCB::Limitting incorrect crossVersions List() -> List(2.13.16) in root/crossScalaVersions
398OpenCB::Changing crossVersion 3.3.5 -> 3.8.1-RC1-bin-20251120-60444cb in xpath/crossScalaVersions
399OpenCB::Changing crossVersion 3.3.5 -> 3.8.1-RC1-bin-20251120-60444cb in effect/crossScalaVersions
400OpenCB::Changing crossVersion 3.3.5 -> 3.8.1-RC1-bin-20251120-60444cb in internal-utils/crossScalaVersions
401[info] set current project to cats-xml (in build file:/build/repo/)
402[info] Setting Scala version to 3.8.1-RC1-bin-20251120-60444cb on 8 projects.
403[info] Switching Scala version on:
404[info] effect (2.13.16, 3.8.1-RC1-bin-20251120-60444cb)
405[info] docs (2.13.16, 3.8.1-RC1-bin-20251120-60444cb)
406[info] generic (2.13.16, 3.8.1-RC1-bin-20251120-60444cb)
407[info] scalaxml (2.13.16, 3.8.1-RC1-bin-20251120-60444cb)
408[info] internal-utils (2.13.16, 3.8.1-RC1-bin-20251120-60444cb)
409[info] xpath (2.13.16, 3.8.1-RC1-bin-20251120-60444cb)
410[info] metrics (2.13.16, 3.8.1-RC1-bin-20251120-60444cb)
411[info] core (2.13.16, 3.8.1-RC1-bin-20251120-60444cb)
412[info] Excluding projects:
413[info] * root (2.13.16)
414[info] Reapplying settings...
415[info] set current project to cats-xml (in build file:/build/repo/)
416Execute mapScalacOptions: ,REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
417[info] Reapplying settings...
418[info] set current project to cats-xml (in build file:/build/repo/)
419[info] Defining Global / credentials, core / credentials and 7 others.
420[info] The new values will be used by Compile / scalafmtOnly, Global / pgpSelectPassphrase and 71 others.
421[info] Run `last` for details.
422[info] Reapplying settings...
423[info] set current project to cats-xml (in build file:/build/repo/)
424Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
425[info] Reapplying settings...
426OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
427
428 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:336)
429 Did you mean allExcludeDependencies ?
430 , retry without global scopes
431[info] Reapplying settings...
432[info] set current project to cats-xml (in build file:/build/repo/)
433Execute removeScalacOptionsStartingWith: -P:wartremover
434[info] Reapplying settings...
435[info] set current project to cats-xml (in build file:/build/repo/)
436[success] Total time: 0 s, completed Nov 22, 2025, 5:58:52 PM
437Build config: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.4"],"sourcePatches":[]}
438Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly,List()))
439Starting build...
440Projects: Set(effect, docs, generic, scalaxml, internal-utils, xpath, core)
441Starting build for ProjectRef(file:/build/repo/,scalaxml) (cats-xml-scalaxml)... [0/7]
442OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.8` in Scala 2.12.20 module Global
443OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
444OpenCB::Filter out '-feature', matches setting pattern '^-?-feature'
445OpenCB::Filter out '-Xfatal-warnings', matches setting pattern '^-?-Xfatal-warnings'
446Compile scalacOptions: -encoding, utf-8, -language:existentials, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -language:dynamics, -Ykind-projector, -explain-types, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
447[info] compiling 13 Scala sources to /build/repo/internal-utils/target/scala-3.8.1-RC1-bin-20251120-60444cb/classes ...
448[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
449[warn] one warning found
450[info] done compiling
451[info] compiling 22 Scala sources to /build/repo/core/target/scala-3.8.1-RC1-bin-20251120-60444cb/classes ...
452[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
453[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/core/src/main/scala/cats/xml/Xml.scala:131:6
454[warn] 131 | (x, y) match {
455[warn] | ^^^^^^
456[warn] | match may not be exhaustive.
457[warn] |
458[warn] | It would fail on pattern case: (_, _)
459[warn] |
460[warn] | longer explanation available when compiling with `-explain`
461[warn] two warnings found
462[info] done compiling
463[info] compiling 5 Scala sources to /build/repo/modules/scalaxml/target/scala-3.8.1-RC1-bin-20251120-60444cb/classes ...
464[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
465[warn] one warning found
466[info] done compiling
467[info] compiling 3 Scala sources to /build/repo/modules/scalaxml/target/scala-3.8.1-RC1-bin-20251120-60444cb/test-classes ...
468[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
469[warn] one warning found
470[info] done compiling
471Starting build for ProjectRef(file:/build/repo/,xpath) (cats-xml-xpath)... [1/7]
472Compile scalacOptions: -encoding, utf-8, -language:existentials, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -language:dynamics, -Ykind-projector, -explain-types, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
473[info] compiling 6 Scala sources to /build/repo/modules/xpath/target/scala-3.8.1-RC1-bin-20251120-60444cb/classes ...
474[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
475[warn] one warning found
476[info] done compiling
477[info] compiling 1 Scala source to /build/repo/modules/xpath/target/scala-3.8.1-RC1-bin-20251120-60444cb/test-classes ...
478[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
479[warn] one warning found
480[info] done compiling
481Starting build for ProjectRef(file:/build/repo/,core) (cats-xml)... [2/7]
482Compile scalacOptions: -encoding, utf-8, -language:existentials, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -language:dynamics, -Ykind-projector, -explain-types, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
483[info] compiling 25 Scala sources to /build/repo/core/target/scala-3.8.1-RC1-bin-20251120-60444cb/test-classes ...
484[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
485[warn] one warning found
486[info] done compiling
487Starting build for ProjectRef(file:/build/repo/,docs) (cats-xml)... [3/7]
488Compile scalacOptions: -encoding, utf-8, -language:existentials, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -language:dynamics, -Ykind-projector, -explain-types, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
489[info] compiling 2 Scala sources to /build/repo/modules/effect/target/scala-3.8.1-RC1-bin-20251120-60444cb/classes ...
490[info] compiling 4 Scala sources to /build/repo/modules/generic/target/scala-3.8.1-RC1-bin-20251120-60444cb/classes ...
491[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
492[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
493[warn] one warning found
494[info] done compiling
495[warn] one warning found
496[info] done compiling
497Starting build for ProjectRef(file:/build/repo/,effect) (cats-xml-effect)... [4/7]
498Compile scalacOptions: -encoding, utf-8, -language:existentials, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -language:dynamics, -Ykind-projector, -explain-types, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
499[info] compiling 1 Scala source to /build/repo/modules/effect/target/scala-3.8.1-RC1-bin-20251120-60444cb/test-classes ...
500[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
501[warn] one warning found
502[info] done compiling
503Starting build for ProjectRef(file:/build/repo/,generic) (cats-xml-generic)... [5/7]
504Compile scalacOptions: -encoding, utf-8, -language:existentials, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -language:dynamics, -Ykind-projector, -explain-types, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
505[info] compiling 2 Scala sources to /build/repo/modules/generic/target/scala-3.8.1-RC1-bin-20251120-60444cb/test-classes ...
506[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
507[warn] one warning found
508[info] done compiling
509Starting build for ProjectRef(file:/build/repo/,internal-utils) (cats-xml-internal-utils)... [6/7]
510Compile scalacOptions: -encoding, utf-8, -language:existentials, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -language:dynamics, -Ykind-projector, -explain-types, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
511[info] compiling 4 Scala sources to /build/repo/internal-utils/target/scala-3.8.1-RC1-bin-20251120-60444cb/test-classes ...
512[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
513[warn] one warning found
514[info] done compiling
515
516************************
517Build summary:
518[{
519 "module": "cats-xml-scalaxml",
520 "compile": {"status": "ok", "tookMs": 21637, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
521 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
522 "test-compile": {"status": "ok", "tookMs": 1661, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
523 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
524 "publish": {"status": "skipped", "tookMs": 0},
525 "metadata": {
526 "crossScalaVersions": ["2.13.16", "3.3.5"]
527}
528},{
529 "module": "cats-xml-xpath",
530 "compile": {"status": "ok", "tookMs": 2042, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
531 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
532 "test-compile": {"status": "ok", "tookMs": 1498, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
533 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
534 "publish": {"status": "skipped", "tookMs": 0},
535 "metadata": {
536 "crossScalaVersions": ["2.13.16", "3.3.5"]
537}
538},{
539 "module": "cats-xml",
540 "compile": {"status": "ok", "tookMs": 136, "warnings": 1, "errors": 0, "sourceVersion": "3.8"},
541 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
542 "test-compile": {"status": "ok", "tookMs": 6366, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
543 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
544 "publish": {"status": "skipped", "tookMs": 0},
545 "metadata": {
546 "crossScalaVersions": ["2.13.16", "3.3.5"]
547}
548},{
549 "module": "cats-xml",
550 "compile": {"status": "ok", "tookMs": 1687, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
551 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
552 "test-compile": {"status": "ok", "tookMs": 556, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
553 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
554 "publish": {"status": "ok", "tookMs": 0},
555 "metadata": {
556 "crossScalaVersions": ["2.13.16", "3.3.5"]
557}
558},{
559 "module": "cats-xml-effect",
560 "compile": {"status": "ok", "tookMs": 220, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
561 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
562 "test-compile": {"status": "ok", "tookMs": 875, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
563 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
564 "publish": {"status": "skipped", "tookMs": 0},
565 "metadata": {
566 "crossScalaVersions": ["2.13.16", "3.3.5"]
567}
568},{
569 "module": "cats-xml-generic",
570 "compile": {"status": "ok", "tookMs": 201, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
571 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
572 "test-compile": {"status": "ok", "tookMs": 271, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
573 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
574 "publish": {"status": "skipped", "tookMs": 0},
575 "metadata": {
576 "crossScalaVersions": ["2.13.16", "3.3.5"]
577}
578},{
579 "module": "cats-xml-internal-utils",
580 "compile": {"status": "ok", "tookMs": 78, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
581 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
582 "test-compile": {"status": "ok", "tookMs": 879, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
583 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
584 "publish": {"status": "skipped", "tookMs": 0},
585 "metadata": {
586 "crossScalaVersions": ["2.13.16", "3.3.5"]
587}
588}]
589************************
590[success] Total time: 50 s, completed Nov 22, 2025, 5:59:42 PM
591[0JChecking patch project/plugins.sbt...
592Checking patch project/build.properties...
593Checking patch build.sbt...
594Applied patch project/plugins.sbt cleanly.
595Applied patch project/build.properties cleanly.
596Applied patch build.sbt cleanly.