Build Logs
kevin-lee/orphan • 3.8.0-RC2:2025-11-26
Errors
0
Warnings
16
Total Lines
432
1##################################
2Clonning https://github.com/kevin-lee/orphan.git into /build/repo using revision v0.5.0
3##################################
4Note: switching to '77687e552ca3f005b1deeea5e8fa9fd62f38d2a9'.
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.3.3
22----
23Preparing build for 3.8.0-RC2
24Scala binary version found: 3.8
25Implicitly using source version 3.8
26Scala binary version found: 3.8
27Implicitly using source version 3.8
28Would try to apply common scalacOption (best-effort, sbt/mill only):
29Append: ,REQUIRE:-source:3.8
30Remove: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
31
32Try apply source patch:
33Path: build.sbt
34Pattern: val Scala3Version = "3.3.3"
35Replacement: val Scala3Version = "3.8.0-RC2"
36Starting compilation server
37Compiling project (Scala 3.7.3, JVM (17))
38Compiled project (Scala 3.7.3, JVM (17))
39Successfully applied pattern 'val Scala3Version = "3.3.3"' in build.sbt
40----
41Starting build for 3.8.0-RC2
42Execute tests: false
43sbt project found:
44Sbt version 1.11.3 is not supported, minimal supported version is 1.11.5
45Enforcing usage of sbt in version 1.11.5
46No prepare script found for project kevin-lee/orphan
47/opencb/project-builder/sbt/prepare-project.sh: line 107: /root/.ssh/config: No such file or directory
48##################################
49Scala version: 3.8.0-RC2
50Targets: io.kevinlee%orphan-cats io.kevinlee%orphan-circe
51Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":[],"sourcePatches":[{"path":"build.sbt","pattern":"val Scala3Version = \"3.3.3\"","replaceWith":"val Scala3Version = \"<SCALA_VERSION>\""}]}
52##################################
53Using extra scalacOptions: ,REQUIRE:-source:3.8
54Filtering out scalacOptions: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
55[sbt_options] declare -a sbt_options=()
56[process_args] java_version = '17'
57[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8/rt.jar'
58# Executing command line:
59java
60-Dfile.encoding=UTF-8
61-Dcommunitybuild.scala=3.8.0-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_17_0_8
68-jar
69/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
70"setCrossScalaVersions 3.8.0-RC2"
71"++3.8.0-RC2 -v"
72"mapScalacOptions ",REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s" ",-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.8.0-RC2 """{"projects":{"exclude":[],"overrides":{}},"java":{},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":[],"sourcePatches":[{"path":"build.sbt","pattern":"val Scala3Version = \"3.3.3\"","replaceWith":"val Scala3Version = \"<SCALA_VERSION>\""}]}""" io.kevinlee%orphan-cats io.kevinlee%orphan-circe"
79
80[info] welcome to sbt 1.11.5 (Eclipse Adoptium Java 17.0.8)
81[info] loading settings for project repo-build from akka.sbt, plugins.sbt...
82[info] loading project definition from /build/repo/project
83[info] compiling 2 Scala sources to /build/repo/project/target/scala-2.12/sbt-1.0/classes ...
84[info] Non-compiled module 'compiler-bridge_2.12' for Scala 2.12.20. Compiling...
85[info] Compilation completed in 8.392s.
86[info] done compiling
87[info] loading settings for project orphan from build.sbt...
88[info] resolving key references (26892 settings) ...
89[info]
90[info] __ __ ___ ____
91[info] ___ / / / /_____/ _ \___ _ __/ __ \___ ___ ___
92[info] (_-</ _ \/ __/___/ // / -_) |/ / /_/ / _ \/ _ \(_-<
93[info] /___/_.__/\__/ /____/\__/|___/\____/\___/ .__/___/
94[info] /_/
95[info]
96[info] orphan 0.5.0+0-77687e55+20251126-1717-SNAPSHOT
97[info] Scala 2.13.16
98[info] -----------------------------------------------------
99[info] Useful sbt tasks:
100[info] r: reload - Run reload
101[info] cln: clean - Run clean
102[info] c: compile - Run compile
103[info] cc: +compile - Run cross-scalaVersion compile
104[info] tc: Test/compile - Run Test/compile
105[info] ctc: +Test/compile - Run cross-scalaVersion Test/compile
106[info] t: test - Run test
107[info] ct: +test - Run cross-scalaVersion test
108[info] fmtchk: scalafmtCheckAll - Run scalafmtCheckAll
109[info] fmt: scalafmtAll - Run scalafmtAll
110[info] cfmtchk: +scalafmtCheckAll - Run +scalafmtCheckAll
111[info] cfmt: +scalafmtAll - Run +scalafmtAll
112[info] fixchk: scalafixAll --check - Run scalafixAll --check
113[info] fix: scalafixAll - Run scalafixAll
114[info] cfixchk: +scalafixAll --check - Run +scalafixAll --check
115[info] cfix: +scalafixAll - Run +scalafixAll
116[info] chk: fmtchk; fixchk - Run scalafmtCheckAll; scalafixAll --check
117[info] cchk: cfmtchk; cfixchk - Run +scalafmtCheckAll; +scalafixAll --check
118[info] pl: publishLocal - Run publishLocal
119[warn] there are 3 keys that are not used by any other settings/tasks:
120[warn]
121[warn] * orphanCirceTestWithoutCirceJS / Test / libraryDependencies
122[warn] +- /build/repo/build.sbt:134
123[warn] * orphanCirceTestWithoutCirceJVM / Test / libraryDependencies
124[warn] +- /build/repo/build.sbt:134
125[warn] * orphanCirceTestWithoutCirceNative / Test / libraryDependencies
126[warn] +- /build/repo/build.sbt:134
127[warn]
128[warn] note: a setting might still be used by a command; to exclude a key from this `lintUnused` check
129[warn] either append it to `Global / excludeLintKeys` or call .withRank(KeyRanks.Invisible) on the key
130Execute setCrossScalaVersions: 3.8.0-RC2
131OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in orphanCirceNative/crossScalaVersions
132OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in orphanCirceTestWithoutCirceJS/crossScalaVersions
133OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in orphanCirceTestWithCirceJVM/crossScalaVersions
134OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in orphanCirceTestWithCirceJS/crossScalaVersions
135OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in orphanCirceTestWithoutCirceNative/crossScalaVersions
136OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in orphanCirceTestNative/crossScalaVersions
137OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in orphan/crossScalaVersions
138OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in orphanCatsTestWithCatsNative/crossScalaVersions
139OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in orphanCatsTestWithoutCatsJVM/crossScalaVersions
140OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in orphanCatsJVM/crossScalaVersions
141OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in orphanCatsTestWithoutCatsJS/crossScalaVersions
142OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in orphanCirceJS/crossScalaVersions
143OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in orphanCatsTestWithCatsJS/crossScalaVersions
144OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in orphanCirceTestJVM/crossScalaVersions
145OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in orphanCatsTestWithCatsJVM/crossScalaVersions
146OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in orphanCatsTestWithoutCatsNative/crossScalaVersions
147OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in orphanCirceTestJS/crossScalaVersions
148OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in orphanCirceJVM/crossScalaVersions
149OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in orphanCatsNative/crossScalaVersions
150OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in orphanCirceTestWithCirceNative/crossScalaVersions
151OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in orphanCatsJS/crossScalaVersions
152OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in orphanCirceTestWithoutCirceJVM/crossScalaVersions
153[info]
154[info] __ __ ___ ____
155[info] ___ / / / /_____/ _ \___ _ __/ __ \___ ___ ___
156[info] (_-</ _ \/ __/___/ // / -_) |/ / /_/ / _ \/ _ \(_-<
157[info] /___/_.__/\__/ /____/\__/|___/\____/\___/ .__/___/
158[info] /_/
159[info]
160[info] orphan 0.5.0+0-77687e55+20251126-1717-SNAPSHOT
161[info] Scala 2.13.16
162[info] -----------------------------------------------------
163[info] Useful sbt tasks:
164[info] r: reload - Run reload
165[info] cln: clean - Run clean
166[info] c: compile - Run compile
167[info] cc: +compile - Run cross-scalaVersion compile
168[info] tc: Test/compile - Run Test/compile
169[info] ctc: +Test/compile - Run cross-scalaVersion Test/compile
170[info] t: test - Run test
171[info] ct: +test - Run cross-scalaVersion test
172[info] fmtchk: scalafmtCheckAll - Run scalafmtCheckAll
173[info] fmt: scalafmtAll - Run scalafmtAll
174[info] cfmtchk: +scalafmtCheckAll - Run +scalafmtCheckAll
175[info] cfmt: +scalafmtAll - Run +scalafmtAll
176[info] fixchk: scalafixAll --check - Run scalafixAll --check
177[info] fix: scalafixAll - Run scalafixAll
178[info] cfixchk: +scalafixAll --check - Run +scalafixAll --check
179[info] cfix: +scalafixAll - Run +scalafixAll
180[info] chk: fmtchk; fixchk - Run scalafmtCheckAll; scalafixAll --check
181[info] cchk: cfmtchk; cfixchk - Run +scalafmtCheckAll; +scalafixAll --check
182[info] pl: publishLocal - Run publishLocal
183[info] Setting Scala version to 3.8.0-RC2 on 22 projects.
184[info] Switching Scala version on:
185[info] orphanCirceTestWithCirceJS (2.13.16, 2.12.18, 3.8.0-RC2)
186[info] orphanCatsJVM (2.13.16, 2.12.18, 3.8.0-RC2)
187[info] orphanCirceJS (2.13.16, 2.12.18, 3.8.0-RC2)
188[info] orphanCatsTestWithoutCatsNative (2.13.16, 2.12.18, 3.8.0-RC2)
189[info] orphanCirceTestNative (2.13.16, 2.12.18, 3.8.0-RC2)
190[info] * orphan (2.13.16, 2.12.18, 3.8.0-RC2)
191[info] orphanCatsJS (2.13.16, 2.12.18, 3.8.0-RC2)
192[info] orphanCirceTestWithoutCirceJVM (2.13.16, 2.12.18, 3.8.0-RC2)
193[info] orphanCatsTestWithCatsJVM (2.13.16, 2.12.18, 3.8.0-RC2)
194[info] orphanCirceTestWithoutCirceNative (2.13.16, 2.12.18, 3.8.0-RC2)
195[info] orphanCirceTestJS (2.13.16, 2.12.18, 3.8.0-RC2)
196[info] orphanCirceTestWithoutCirceJS (2.13.16, 2.12.18, 3.8.0-RC2)
197[info] orphanCatsTestWithCatsNative (2.13.16, 2.12.18, 3.8.0-RC2)
198[info] orphanCirceTestJVM (2.13.16, 2.12.18, 3.8.0-RC2)
199[info] orphanCatsNative (2.13.16, 2.12.18, 3.8.0-RC2)
200[info] orphanCirceJVM (2.13.16, 2.12.18, 3.8.0-RC2)
201[info] orphanCirceTestWithCirceJVM (2.13.16, 2.12.18, 3.8.0-RC2)
202[info] orphanCirceTestWithCirceNative (2.13.16, 2.12.18, 3.8.0-RC2)
203[info] orphanCatsTestWithoutCatsJVM (2.13.16, 2.12.18, 3.8.0-RC2)
204[info] orphanCatsTestWithoutCatsJS (2.13.16, 2.12.18, 3.8.0-RC2)
205[info] orphanCirceNative (2.13.16, 2.12.18, 3.8.0-RC2)
206[info] orphanCatsTestWithCatsJS (2.13.16, 2.12.18, 3.8.0-RC2)
207[info] Excluding projects:
208[info] Reapplying settings...
209[info]
210[info] __ __ ___ ____
211[info] ___ / / / /_____/ _ \___ _ __/ __ \___ ___ ___
212[info] (_-</ _ \/ __/___/ // / -_) |/ / /_/ / _ \/ _ \(_-<
213[info] /___/_.__/\__/ /____/\__/|___/\____/\___/ .__/___/
214[info] /_/
215[info]
216[info] orphan 0.5.0+0-77687e55+20251126-1717-SNAPSHOT
217[info] Scala 3.8.0-RC2
218[info] -----------------------------------------------------
219[info] Useful sbt tasks:
220[info] r: reload - Run reload
221[info] cln: clean - Run clean
222[info] c: compile - Run compile
223[info] cc: +compile - Run cross-scalaVersion compile
224[info] tc: Test/compile - Run Test/compile
225[info] ctc: +Test/compile - Run cross-scalaVersion Test/compile
226[info] t: test - Run test
227[info] ct: +test - Run cross-scalaVersion test
228[info] fmtchk: scalafmtCheckAll - Run scalafmtCheckAll
229[info] fmt: scalafmtAll - Run scalafmtAll
230[info] cfmtchk: +scalafmtCheckAll - Run +scalafmtCheckAll
231[info] cfmt: +scalafmtAll - Run +scalafmtAll
232[info] fixchk: scalafixAll --check - Run scalafixAll --check
233[info] fix: scalafixAll - Run scalafixAll
234[info] cfixchk: +scalafixAll --check - Run +scalafixAll --check
235[info] cfix: +scalafixAll - Run +scalafixAll
236[info] chk: fmtchk; fixchk - Run scalafmtCheckAll; scalafixAll --check
237[info] cchk: cfmtchk; cfixchk - Run +scalafmtCheckAll; +scalafixAll --check
238[info] pl: publishLocal - Run publishLocal
239Execute mapScalacOptions: ,REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
240[info] Reapplying settings...
241[info]
242[info] __ __ ___ ____
243[info] ___ / / / /_____/ _ \___ _ __/ __ \___ ___ ___
244[info] (_-</ _ \/ __/___/ // / -_) |/ / /_/ / _ \/ _ \(_-<
245[info] /___/_.__/\__/ /____/\__/|___/\____/\___/ .__/___/
246[info] /_/
247[info]
248[info] orphan 0.5.0+0-77687e55+20251126-1717-SNAPSHOT
249[info] Scala 3.8.0-RC2
250[info] -----------------------------------------------------
251[info] Useful sbt tasks:
252[info] r: reload - Run reload
253[info] cln: clean - Run clean
254[info] c: compile - Run compile
255[info] cc: +compile - Run cross-scalaVersion compile
256[info] tc: Test/compile - Run Test/compile
257[info] ctc: +Test/compile - Run cross-scalaVersion Test/compile
258[info] t: test - Run test
259[info] ct: +test - Run cross-scalaVersion test
260[info] fmtchk: scalafmtCheckAll - Run scalafmtCheckAll
261[info] fmt: scalafmtAll - Run scalafmtAll
262[info] cfmtchk: +scalafmtCheckAll - Run +scalafmtCheckAll
263[info] cfmt: +scalafmtAll - Run +scalafmtAll
264[info] fixchk: scalafixAll --check - Run scalafixAll --check
265[info] fix: scalafixAll - Run scalafixAll
266[info] cfixchk: +scalafixAll --check - Run +scalafixAll --check
267[info] cfix: +scalafixAll - Run +scalafixAll
268[info] chk: fmtchk; fixchk - Run scalafmtCheckAll; scalafixAll --check
269[info] cchk: cfmtchk; cfixchk - Run +scalafmtCheckAll; +scalafixAll --check
270[info] pl: publishLocal - Run publishLocal
271[info] Defining Global / credentials, credentials and 20 others.
272[info] The new values will be used by Compile / scalafmtOnly, Global / pgpSelectPassphrase and 176 others.
273[info] Run `last` for details.
274[info] Reapplying settings...
275[info]
276[info] __ __ ___ ____
277[info] ___ / / / /_____/ _ \___ _ __/ __ \___ ___ ___
278[info] (_-</ _ \/ __/___/ // / -_) |/ / /_/ / _ \/ _ \(_-<
279[info] /___/_.__/\__/ /____/\__/|___/\____/\___/ .__/___/
280[info] /_/
281[info]
282[info] orphan 0.5.0+0-77687e55+20251126-1717-SNAPSHOT
283[info] Scala 3.8.0-RC2
284[info] -----------------------------------------------------
285[info] Useful sbt tasks:
286[info] r: reload - Run reload
287[info] cln: clean - Run clean
288[info] c: compile - Run compile
289[info] cc: +compile - Run cross-scalaVersion compile
290[info] tc: Test/compile - Run Test/compile
291[info] ctc: +Test/compile - Run cross-scalaVersion Test/compile
292[info] t: test - Run test
293[info] ct: +test - Run cross-scalaVersion test
294[info] fmtchk: scalafmtCheckAll - Run scalafmtCheckAll
295[info] fmt: scalafmtAll - Run scalafmtAll
296[info] cfmtchk: +scalafmtCheckAll - Run +scalafmtCheckAll
297[info] cfmt: +scalafmtAll - Run +scalafmtAll
298[info] fixchk: scalafixAll --check - Run scalafixAll --check
299[info] fix: scalafixAll - Run scalafixAll
300[info] cfixchk: +scalafixAll --check - Run +scalafixAll --check
301[info] cfix: +scalafixAll - Run +scalafixAll
302[info] chk: fmtchk; fixchk - Run scalafmtCheckAll; scalafixAll --check
303[info] cchk: cfmtchk; cfixchk - Run +scalafmtCheckAll; +scalafixAll --check
304[info] pl: publishLocal - Run publishLocal
305Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
306[info] Reapplying settings...
307OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
308
309 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:336)
310 Did you mean orphanCirceJVM / allExcludeDependencies ?
311 , retry without global scopes
312[info] Reapplying settings...
313[info]
314[info] __ __ ___ ____
315[info] ___ / / / /_____/ _ \___ _ __/ __ \___ ___ ___
316[info] (_-</ _ \/ __/___/ // / -_) |/ / /_/ / _ \/ _ \(_-<
317[info] /___/_.__/\__/ /____/\__/|___/\____/\___/ .__/___/
318[info] /_/
319[info]
320[info] orphan 0.5.0+0-77687e55+20251126-1717-SNAPSHOT
321[info] Scala 3.8.0-RC2
322[info] -----------------------------------------------------
323[info] Useful sbt tasks:
324[info] r: reload - Run reload
325[info] cln: clean - Run clean
326[info] c: compile - Run compile
327[info] cc: +compile - Run cross-scalaVersion compile
328[info] tc: Test/compile - Run Test/compile
329[info] ctc: +Test/compile - Run cross-scalaVersion Test/compile
330[info] t: test - Run test
331[info] ct: +test - Run cross-scalaVersion test
332[info] fmtchk: scalafmtCheckAll - Run scalafmtCheckAll
333[info] fmt: scalafmtAll - Run scalafmtAll
334[info] cfmtchk: +scalafmtCheckAll - Run +scalafmtCheckAll
335[info] cfmt: +scalafmtAll - Run +scalafmtAll
336[info] fixchk: scalafixAll --check - Run scalafixAll --check
337[info] fix: scalafixAll - Run scalafixAll
338[info] cfixchk: +scalafixAll --check - Run +scalafixAll --check
339[info] cfix: +scalafixAll - Run +scalafixAll
340[info] chk: fmtchk; fixchk - Run scalafmtCheckAll; scalafixAll --check
341[info] cchk: cfmtchk; cfixchk - Run +scalafmtCheckAll; +scalafixAll --check
342[info] pl: publishLocal - Run publishLocal
343Execute removeScalacOptionsStartingWith: -P:wartremover
344[info] Reapplying settings...
345[info]
346[info] __ __ ___ ____
347[info] ___ / / / /_____/ _ \___ _ __/ __ \___ ___ ___
348[info] (_-</ _ \/ __/___/ // / -_) |/ / /_/ / _ \/ _ \(_-<
349[info] /___/_.__/\__/ /____/\__/|___/\____/\___/ .__/___/
350[info] /_/
351[info]
352[info] orphan 0.5.0+0-77687e55+20251126-1717-SNAPSHOT
353[info] Scala 3.8.0-RC2
354[info] -----------------------------------------------------
355[info] Useful sbt tasks:
356[info] r: reload - Run reload
357[info] cln: clean - Run clean
358[info] c: compile - Run compile
359[info] cc: +compile - Run cross-scalaVersion compile
360[info] tc: Test/compile - Run Test/compile
361[info] ctc: +Test/compile - Run cross-scalaVersion Test/compile
362[info] t: test - Run test
363[info] ct: +test - Run cross-scalaVersion test
364[info] fmtchk: scalafmtCheckAll - Run scalafmtCheckAll
365[info] fmt: scalafmtAll - Run scalafmtAll
366[info] cfmtchk: +scalafmtCheckAll - Run +scalafmtCheckAll
367[info] cfmt: +scalafmtAll - Run +scalafmtAll
368[info] fixchk: scalafixAll --check - Run scalafixAll --check
369[info] fix: scalafixAll - Run scalafixAll
370[info] cfixchk: +scalafixAll --check - Run +scalafixAll --check
371[info] cfix: +scalafixAll - Run +scalafixAll
372[info] chk: fmtchk; fixchk - Run scalafmtCheckAll; scalafixAll --check
373[info] cchk: cfmtchk; cfixchk - Run +scalafmtCheckAll; +scalafixAll --check
374[info] pl: publishLocal - Run publishLocal
375[success] Total time: 0 s, completed Nov 26, 2025, 5:17:52 PM
376Build config: {"projects":{"exclude":[],"overrides":{}},"java":{},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":[],"sourcePatches":[{"path":"build.sbt","pattern":"val Scala3Version = \"3.3.3\"","replaceWith":"val Scala3Version = \"<SCALA_VERSION>\""}]}
377Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly,List()))
378Starting build...
379Projects: Set(orphanCatsJVM, orphanCirceJVM)
380Starting build for ProjectRef(file:/build/repo/,orphanCatsJVM) (orphan-cats)... [0/2]
381OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.8` in Scala 2.12.20 module Global
382OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
383OpenCB::Filter out '-feature', matches setting pattern '^-?-feature'
384OpenCB::Filter out '-Xfatal-warnings', matches setting pattern '^-?-Xfatal-warnings'
385Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-projector, -Wvalue-discard, -Wnonunit-statement, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -no-indent, -Xprint-suspension, -explain, -Xsemanticdb, -semanticdb-target, /build/repo/modules/orphan-cats/jvm/target/scala-3.8.0-RC2/meta, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
386[info] compiling 3 Scala sources to /build/repo/modules/orphan-cats/jvm/target/scala-3.8.0-RC2/classes ...
387[info] done compiling
388[info] compiling 3 Scala sources to /build/repo/modules/orphan-cats/jvm/target/scala-3.8.0-RC2/test-classes ...
389[info] done compiling
390Starting build for ProjectRef(file:/build/repo/,orphanCirceJVM) (orphan-circe)... [1/2]
391Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-projector, -Wvalue-discard, -Wnonunit-statement, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -no-indent, -Xprint-suspension, -explain, -Xsemanticdb, -semanticdb-target, /build/repo/modules/orphan-circe/jvm/target/scala-3.8.0-RC2/meta, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
392[info] compiling 2 Scala sources to /build/repo/modules/orphan-circe/jvm/target/scala-3.8.0-RC2/classes ...
393[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/orphan-circe/shared/src/main/scala-3/orphan/OrphanCirce.scala:35:17
394[warn] 35 | private object CirceIsAvailable {
395[warn] | ^^^^^^^^^^^^^^^^
396[warn] | unused private member
397[warn] one warning found
398[info] done compiling
399[info] compiling 1 Scala source to /build/repo/modules/orphan-circe/jvm/target/scala-3.8.0-RC2/test-classes ...
400[info] done compiling
401
402************************
403Build summary:
404[{
405 "module": "orphan-cats",
406 "compile": {"status": "ok", "tookMs": 6914, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
407 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
408 "test-compile": {"status": "ok", "tookMs": 4482, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
409 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
410 "publish": {"status": "skipped", "tookMs": 0},
411 "metadata": {
412 "crossScalaVersions": ["2.13.16", "2.12.18", "3.3.3"]
413}
414},{
415 "module": "orphan-circe",
416 "compile": {"status": "ok", "tookMs": 562, "warnings": 1, "errors": 0, "sourceVersion": "3.8"},
417 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
418 "test-compile": {"status": "ok", "tookMs": 673, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
419 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
420 "publish": {"status": "skipped", "tookMs": 0},
421 "metadata": {
422 "crossScalaVersions": ["2.13.16", "2.12.18", "3.3.3"]
423}
424}]
425************************
426[success] Total time: 30 s, completed Nov 26, 2025, 5:18:22 PM
427[0JChecking patch project/plugins.sbt...
428Checking patch project/build.properties...
429Checking patch build.sbt...
430Applied patch project/plugins.sbt cleanly.
431Applied patch project/build.properties cleanly.
432Applied patch build.sbt cleanly.