Build Logs

kevin-lee/orphan • 3.8.0-RC3:2025-12-04

Errors

0

Warnings

16

Total Lines

448

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-RC3
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-RC3"
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-RC3
42Execute tests: true
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##################################
48Scala version: 3.8.0-RC3
49Targets: io.kevinlee%orphan-cats io.kevinlee%orphan-circe
50Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"full","migrationVersions":[],"sourcePatches":[{"path":"build.sbt","pattern":"val Scala3Version = \"3.3.3\"","replaceWith":"val Scala3Version = \"<SCALA_VERSION>\""}]}
51##################################
52Using extra scalacOptions: ,REQUIRE:-source:3.8
53Filtering out scalacOptions: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
54[sbt_options] declare -a sbt_options=()
55[process_args] java_version = '17'
56[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8/rt.jar'
57# Executing command line:
58java
59-Dfile.encoding=UTF-8
60-Dcommunitybuild.scala=3.8.0-RC3
61-Dcommunitybuild.project.dependencies.add=
62-Xmx7G
63-Xms4G
64-Xss8M
65-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
66-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8
67-jar
68/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
69"setCrossScalaVersions 3.8.0-RC3"
70"++3.8.0-RC3 -v"
71"mapScalacOptions ",REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s" ",-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e""
72"set every credentials := Nil"
73"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
74"removeScalacOptionsStartingWith -P:wartremover"
75
76moduleMappings
77"runBuild 3.8.0-RC3 """{"projects":{"exclude":[],"overrides":{}},"java":{},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"full","migrationVersions":[],"sourcePatches":[{"path":"build.sbt","pattern":"val Scala3Version = \"3.3.3\"","replaceWith":"val Scala3Version = \"<SCALA_VERSION>\""}]}""" io.kevinlee%orphan-cats io.kevinlee%orphan-circe"
78
79[info] welcome to sbt 1.11.5 (Eclipse Adoptium Java 17.0.8)
80[info] loading settings for project repo-build from akka.sbt, plugins.sbt...
81[info] loading project definition from /build/repo/project
82[info] compiling 2 Scala sources to /build/repo/project/target/scala-2.12/sbt-1.0/classes ...
83[info] Non-compiled module 'compiler-bridge_2.12' for Scala 2.12.20. Compiling...
84[info] Compilation completed in 8.987s.
85[info] done compiling
86[info] loading settings for project orphan from build.sbt...
87[info] resolving key references (26892 settings) ...
88[info]
89[info] __ __ ___ ____
90[info] ___ / / / /_____/ _ \___ _ __/ __ \___ ___ ___
91[info] (_-</ _ \/ __/___/ // / -_) |/ / /_/ / _ \/ _ \(_-<
92[info] /___/_.__/\__/ /____/\__/|___/\____/\___/ .__/___/
93[info] /_/
94[info]
95[info] orphan 0.5.0+0-77687e55+20251204-1407-SNAPSHOT
96[info] Scala 2.13.16
97[info] -----------------------------------------------------
98[info] Useful sbt tasks:
99[info] r: reload - Run reload
100[info] cln: clean - Run clean
101[info] c: compile - Run compile
102[info] cc: +compile - Run cross-scalaVersion compile
103[info] tc: Test/compile - Run Test/compile
104[info] ctc: +Test/compile - Run cross-scalaVersion Test/compile
105[info] t: test - Run test
106[info] ct: +test - Run cross-scalaVersion test
107[info] fmtchk: scalafmtCheckAll - Run scalafmtCheckAll
108[info] fmt: scalafmtAll - Run scalafmtAll
109[info] cfmtchk: +scalafmtCheckAll - Run +scalafmtCheckAll
110[info] cfmt: +scalafmtAll - Run +scalafmtAll
111[info] fixchk: scalafixAll --check - Run scalafixAll --check
112[info] fix: scalafixAll - Run scalafixAll
113[info] cfixchk: +scalafixAll --check - Run +scalafixAll --check
114[info] cfix: +scalafixAll - Run +scalafixAll
115[info] chk: fmtchk; fixchk - Run scalafmtCheckAll; scalafixAll --check
116[info] cchk: cfmtchk; cfixchk - Run +scalafmtCheckAll; +scalafixAll --check
117[info] pl: publishLocal - Run publishLocal
118[warn] there are 3 keys that are not used by any other settings/tasks:
119[warn]
120[warn] * orphanCirceTestWithoutCirceJS / Test / libraryDependencies
121[warn] +- /build/repo/build.sbt:134
122[warn] * orphanCirceTestWithoutCirceJVM / Test / libraryDependencies
123[warn] +- /build/repo/build.sbt:134
124[warn] * orphanCirceTestWithoutCirceNative / Test / libraryDependencies
125[warn] +- /build/repo/build.sbt:134
126[warn]
127[warn] note: a setting might still be used by a command; to exclude a key from this `lintUnused` check
128[warn] either append it to `Global / excludeLintKeys` or call .withRank(KeyRanks.Invisible) on the key
129Execute setCrossScalaVersions: 3.8.0-RC3
130OpenCB::Changing crossVersion 3.8.0-RC3 -> 3.8.0-RC3 in orphanCirceNative/crossScalaVersions
131OpenCB::Changing crossVersion 3.8.0-RC3 -> 3.8.0-RC3 in orphanCirceTestWithCirceJS/crossScalaVersions
132OpenCB::Changing crossVersion 3.8.0-RC3 -> 3.8.0-RC3 in orphanCirceTestWithoutCirceJS/crossScalaVersions
133OpenCB::Changing crossVersion 3.8.0-RC3 -> 3.8.0-RC3 in orphanCirceTestWithCirceJVM/crossScalaVersions
134OpenCB::Changing crossVersion 3.8.0-RC3 -> 3.8.0-RC3 in orphanCirceTestWithoutCirceNative/crossScalaVersions
135OpenCB::Changing crossVersion 3.8.0-RC3 -> 3.8.0-RC3 in orphanCirceTestNative/crossScalaVersions
136OpenCB::Changing crossVersion 3.8.0-RC3 -> 3.8.0-RC3 in orphan/crossScalaVersions
137OpenCB::Changing crossVersion 3.8.0-RC3 -> 3.8.0-RC3 in orphanCatsTestWithCatsNative/crossScalaVersions
138OpenCB::Changing crossVersion 3.8.0-RC3 -> 3.8.0-RC3 in orphanCatsTestWithoutCatsJVM/crossScalaVersions
139OpenCB::Changing crossVersion 3.8.0-RC3 -> 3.8.0-RC3 in orphanCatsJVM/crossScalaVersions
140OpenCB::Changing crossVersion 3.8.0-RC3 -> 3.8.0-RC3 in orphanCatsTestWithoutCatsJS/crossScalaVersions
141OpenCB::Changing crossVersion 3.8.0-RC3 -> 3.8.0-RC3 in orphanCirceJS/crossScalaVersions
142OpenCB::Changing crossVersion 3.8.0-RC3 -> 3.8.0-RC3 in orphanCatsTestWithCatsJS/crossScalaVersions
143OpenCB::Changing crossVersion 3.8.0-RC3 -> 3.8.0-RC3 in orphanCirceTestJVM/crossScalaVersions
144OpenCB::Changing crossVersion 3.8.0-RC3 -> 3.8.0-RC3 in orphanCatsTestWithoutCatsNative/crossScalaVersions
145OpenCB::Changing crossVersion 3.8.0-RC3 -> 3.8.0-RC3 in orphanCatsTestWithCatsJVM/crossScalaVersions
146OpenCB::Changing crossVersion 3.8.0-RC3 -> 3.8.0-RC3 in orphanCirceTestJS/crossScalaVersions
147OpenCB::Changing crossVersion 3.8.0-RC3 -> 3.8.0-RC3 in orphanCirceJVM/crossScalaVersions
148OpenCB::Changing crossVersion 3.8.0-RC3 -> 3.8.0-RC3 in orphanCatsNative/crossScalaVersions
149OpenCB::Changing crossVersion 3.8.0-RC3 -> 3.8.0-RC3 in orphanCirceTestWithCirceNative/crossScalaVersions
150OpenCB::Changing crossVersion 3.8.0-RC3 -> 3.8.0-RC3 in orphanCatsJS/crossScalaVersions
151OpenCB::Changing crossVersion 3.8.0-RC3 -> 3.8.0-RC3 in orphanCirceTestWithoutCirceJVM/crossScalaVersions
152[info]
153[info] __ __ ___ ____
154[info] ___ / / / /_____/ _ \___ _ __/ __ \___ ___ ___
155[info] (_-</ _ \/ __/___/ // / -_) |/ / /_/ / _ \/ _ \(_-<
156[info] /___/_.__/\__/ /____/\__/|___/\____/\___/ .__/___/
157[info] /_/
158[info]
159[info] orphan 0.5.0+0-77687e55+20251204-1407-SNAPSHOT
160[info] Scala 2.13.16
161[info] -----------------------------------------------------
162[info] Useful sbt tasks:
163[info] r: reload - Run reload
164[info] cln: clean - Run clean
165[info] c: compile - Run compile
166[info] cc: +compile - Run cross-scalaVersion compile
167[info] tc: Test/compile - Run Test/compile
168[info] ctc: +Test/compile - Run cross-scalaVersion Test/compile
169[info] t: test - Run test
170[info] ct: +test - Run cross-scalaVersion test
171[info] fmtchk: scalafmtCheckAll - Run scalafmtCheckAll
172[info] fmt: scalafmtAll - Run scalafmtAll
173[info] cfmtchk: +scalafmtCheckAll - Run +scalafmtCheckAll
174[info] cfmt: +scalafmtAll - Run +scalafmtAll
175[info] fixchk: scalafixAll --check - Run scalafixAll --check
176[info] fix: scalafixAll - Run scalafixAll
177[info] cfixchk: +scalafixAll --check - Run +scalafixAll --check
178[info] cfix: +scalafixAll - Run +scalafixAll
179[info] chk: fmtchk; fixchk - Run scalafmtCheckAll; scalafixAll --check
180[info] cchk: cfmtchk; cfixchk - Run +scalafmtCheckAll; +scalafixAll --check
181[info] pl: publishLocal - Run publishLocal
182[info] Setting Scala version to 3.8.0-RC3 on 22 projects.
183[info] Switching Scala version on:
184[info] orphanCirceTestWithCirceJS (2.13.16, 2.12.18, 3.8.0-RC3)
185[info] orphanCatsJVM (2.13.16, 2.12.18, 3.8.0-RC3)
186[info] orphanCirceJS (2.13.16, 2.12.18, 3.8.0-RC3)
187[info] orphanCatsTestWithoutCatsNative (2.13.16, 2.12.18, 3.8.0-RC3)
188[info] orphanCirceTestNative (2.13.16, 2.12.18, 3.8.0-RC3)
189[info] * orphan (2.13.16, 2.12.18, 3.8.0-RC3)
190[info] orphanCatsJS (2.13.16, 2.12.18, 3.8.0-RC3)
191[info] orphanCirceTestWithoutCirceJVM (2.13.16, 2.12.18, 3.8.0-RC3)
192[info] orphanCatsTestWithCatsJVM (2.13.16, 2.12.18, 3.8.0-RC3)
193[info] orphanCirceTestWithoutCirceNative (2.13.16, 2.12.18, 3.8.0-RC3)
194[info] orphanCirceTestJS (2.13.16, 2.12.18, 3.8.0-RC3)
195[info] orphanCirceTestWithoutCirceJS (2.13.16, 2.12.18, 3.8.0-RC3)
196[info] orphanCatsTestWithCatsNative (2.13.16, 2.12.18, 3.8.0-RC3)
197[info] orphanCirceTestJVM (2.13.16, 2.12.18, 3.8.0-RC3)
198[info] orphanCatsNative (2.13.16, 2.12.18, 3.8.0-RC3)
199[info] orphanCirceJVM (2.13.16, 2.12.18, 3.8.0-RC3)
200[info] orphanCirceTestWithCirceJVM (2.13.16, 2.12.18, 3.8.0-RC3)
201[info] orphanCirceTestWithCirceNative (2.13.16, 2.12.18, 3.8.0-RC3)
202[info] orphanCatsTestWithoutCatsJVM (2.13.16, 2.12.18, 3.8.0-RC3)
203[info] orphanCatsTestWithoutCatsJS (2.13.16, 2.12.18, 3.8.0-RC3)
204[info] orphanCirceNative (2.13.16, 2.12.18, 3.8.0-RC3)
205[info] orphanCatsTestWithCatsJS (2.13.16, 2.12.18, 3.8.0-RC3)
206[info] Excluding projects:
207[info] Reapplying settings...
208[info]
209[info] __ __ ___ ____
210[info] ___ / / / /_____/ _ \___ _ __/ __ \___ ___ ___
211[info] (_-</ _ \/ __/___/ // / -_) |/ / /_/ / _ \/ _ \(_-<
212[info] /___/_.__/\__/ /____/\__/|___/\____/\___/ .__/___/
213[info] /_/
214[info]
215[info] orphan 0.5.0+0-77687e55+20251204-1407-SNAPSHOT
216[info] Scala 3.8.0-RC3
217[info] -----------------------------------------------------
218[info] Useful sbt tasks:
219[info] r: reload - Run reload
220[info] cln: clean - Run clean
221[info] c: compile - Run compile
222[info] cc: +compile - Run cross-scalaVersion compile
223[info] tc: Test/compile - Run Test/compile
224[info] ctc: +Test/compile - Run cross-scalaVersion Test/compile
225[info] t: test - Run test
226[info] ct: +test - Run cross-scalaVersion test
227[info] fmtchk: scalafmtCheckAll - Run scalafmtCheckAll
228[info] fmt: scalafmtAll - Run scalafmtAll
229[info] cfmtchk: +scalafmtCheckAll - Run +scalafmtCheckAll
230[info] cfmt: +scalafmtAll - Run +scalafmtAll
231[info] fixchk: scalafixAll --check - Run scalafixAll --check
232[info] fix: scalafixAll - Run scalafixAll
233[info] cfixchk: +scalafixAll --check - Run +scalafixAll --check
234[info] cfix: +scalafixAll - Run +scalafixAll
235[info] chk: fmtchk; fixchk - Run scalafmtCheckAll; scalafixAll --check
236[info] cchk: cfmtchk; cfixchk - Run +scalafmtCheckAll; +scalafixAll --check
237[info] pl: publishLocal - Run publishLocal
238Execute mapScalacOptions: ,REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
239[info] Reapplying settings...
240[info]
241[info] __ __ ___ ____
242[info] ___ / / / /_____/ _ \___ _ __/ __ \___ ___ ___
243[info] (_-</ _ \/ __/___/ // / -_) |/ / /_/ / _ \/ _ \(_-<
244[info] /___/_.__/\__/ /____/\__/|___/\____/\___/ .__/___/
245[info] /_/
246[info]
247[info] orphan 0.5.0+0-77687e55+20251204-1407-SNAPSHOT
248[info] Scala 3.8.0-RC3
249[info] -----------------------------------------------------
250[info] Useful sbt tasks:
251[info] r: reload - Run reload
252[info] cln: clean - Run clean
253[info] c: compile - Run compile
254[info] cc: +compile - Run cross-scalaVersion compile
255[info] tc: Test/compile - Run Test/compile
256[info] ctc: +Test/compile - Run cross-scalaVersion Test/compile
257[info] t: test - Run test
258[info] ct: +test - Run cross-scalaVersion test
259[info] fmtchk: scalafmtCheckAll - Run scalafmtCheckAll
260[info] fmt: scalafmtAll - Run scalafmtAll
261[info] cfmtchk: +scalafmtCheckAll - Run +scalafmtCheckAll
262[info] cfmt: +scalafmtAll - Run +scalafmtAll
263[info] fixchk: scalafixAll --check - Run scalafixAll --check
264[info] fix: scalafixAll - Run scalafixAll
265[info] cfixchk: +scalafixAll --check - Run +scalafixAll --check
266[info] cfix: +scalafixAll - Run +scalafixAll
267[info] chk: fmtchk; fixchk - Run scalafmtCheckAll; scalafixAll --check
268[info] cchk: cfmtchk; cfixchk - Run +scalafmtCheckAll; +scalafixAll --check
269[info] pl: publishLocal - Run publishLocal
270[info] Defining Global / credentials, credentials and 20 others.
271[info] The new values will be used by Compile / scalafmtOnly, Global / pgpSelectPassphrase and 176 others.
272[info] Run `last` for details.
273[info] Reapplying settings...
274[info]
275[info] __ __ ___ ____
276[info] ___ / / / /_____/ _ \___ _ __/ __ \___ ___ ___
277[info] (_-</ _ \/ __/___/ // / -_) |/ / /_/ / _ \/ _ \(_-<
278[info] /___/_.__/\__/ /____/\__/|___/\____/\___/ .__/___/
279[info] /_/
280[info]
281[info] orphan 0.5.0+0-77687e55+20251204-1407-SNAPSHOT
282[info] Scala 3.8.0-RC3
283[info] -----------------------------------------------------
284[info] Useful sbt tasks:
285[info] r: reload - Run reload
286[info] cln: clean - Run clean
287[info] c: compile - Run compile
288[info] cc: +compile - Run cross-scalaVersion compile
289[info] tc: Test/compile - Run Test/compile
290[info] ctc: +Test/compile - Run cross-scalaVersion Test/compile
291[info] t: test - Run test
292[info] ct: +test - Run cross-scalaVersion test
293[info] fmtchk: scalafmtCheckAll - Run scalafmtCheckAll
294[info] fmt: scalafmtAll - Run scalafmtAll
295[info] cfmtchk: +scalafmtCheckAll - Run +scalafmtCheckAll
296[info] cfmt: +scalafmtAll - Run +scalafmtAll
297[info] fixchk: scalafixAll --check - Run scalafixAll --check
298[info] fix: scalafixAll - Run scalafixAll
299[info] cfixchk: +scalafixAll --check - Run +scalafixAll --check
300[info] cfix: +scalafixAll - Run +scalafixAll
301[info] chk: fmtchk; fixchk - Run scalafmtCheckAll; scalafixAll --check
302[info] cchk: cfmtchk; cfixchk - Run +scalafmtCheckAll; +scalafixAll --check
303[info] pl: publishLocal - Run publishLocal
304Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
305[info] Reapplying settings...
306OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
307
308 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:331)
309 Did you mean orphanCirceJVM / allExcludeDependencies ?
310 , retry without global scopes
311[info] Reapplying settings...
312[info]
313[info] __ __ ___ ____
314[info] ___ / / / /_____/ _ \___ _ __/ __ \___ ___ ___
315[info] (_-</ _ \/ __/___/ // / -_) |/ / /_/ / _ \/ _ \(_-<
316[info] /___/_.__/\__/ /____/\__/|___/\____/\___/ .__/___/
317[info] /_/
318[info]
319[info] orphan 0.5.0+0-77687e55+20251204-1407-SNAPSHOT
320[info] Scala 3.8.0-RC3
321[info] -----------------------------------------------------
322[info] Useful sbt tasks:
323[info] r: reload - Run reload
324[info] cln: clean - Run clean
325[info] c: compile - Run compile
326[info] cc: +compile - Run cross-scalaVersion compile
327[info] tc: Test/compile - Run Test/compile
328[info] ctc: +Test/compile - Run cross-scalaVersion Test/compile
329[info] t: test - Run test
330[info] ct: +test - Run cross-scalaVersion test
331[info] fmtchk: scalafmtCheckAll - Run scalafmtCheckAll
332[info] fmt: scalafmtAll - Run scalafmtAll
333[info] cfmtchk: +scalafmtCheckAll - Run +scalafmtCheckAll
334[info] cfmt: +scalafmtAll - Run +scalafmtAll
335[info] fixchk: scalafixAll --check - Run scalafixAll --check
336[info] fix: scalafixAll - Run scalafixAll
337[info] cfixchk: +scalafixAll --check - Run +scalafixAll --check
338[info] cfix: +scalafixAll - Run +scalafixAll
339[info] chk: fmtchk; fixchk - Run scalafmtCheckAll; scalafixAll --check
340[info] cchk: cfmtchk; cfixchk - Run +scalafmtCheckAll; +scalafixAll --check
341[info] pl: publishLocal - Run publishLocal
342Execute removeScalacOptionsStartingWith: -P:wartremover
343[info] Reapplying settings...
344[info]
345[info] __ __ ___ ____
346[info] ___ / / / /_____/ _ \___ _ __/ __ \___ ___ ___
347[info] (_-</ _ \/ __/___/ // / -_) |/ / /_/ / _ \/ _ \(_-<
348[info] /___/_.__/\__/ /____/\__/|___/\____/\___/ .__/___/
349[info] /_/
350[info]
351[info] orphan 0.5.0+0-77687e55+20251204-1407-SNAPSHOT
352[info] Scala 3.8.0-RC3
353[info] -----------------------------------------------------
354[info] Useful sbt tasks:
355[info] r: reload - Run reload
356[info] cln: clean - Run clean
357[info] c: compile - Run compile
358[info] cc: +compile - Run cross-scalaVersion compile
359[info] tc: Test/compile - Run Test/compile
360[info] ctc: +Test/compile - Run cross-scalaVersion Test/compile
361[info] t: test - Run test
362[info] ct: +test - Run cross-scalaVersion test
363[info] fmtchk: scalafmtCheckAll - Run scalafmtCheckAll
364[info] fmt: scalafmtAll - Run scalafmtAll
365[info] cfmtchk: +scalafmtCheckAll - Run +scalafmtCheckAll
366[info] cfmt: +scalafmtAll - Run +scalafmtAll
367[info] fixchk: scalafixAll --check - Run scalafixAll --check
368[info] fix: scalafixAll - Run scalafixAll
369[info] cfixchk: +scalafixAll --check - Run +scalafixAll --check
370[info] cfix: +scalafixAll - Run +scalafixAll
371[info] chk: fmtchk; fixchk - Run scalafmtCheckAll; scalafixAll --check
372[info] cchk: cfmtchk; cfixchk - Run +scalafmtCheckAll; +scalafixAll --check
373[info] pl: publishLocal - Run publishLocal
374[success] Total time: 0 s, completed Dec 4, 2025, 2:07:41 PM
375Build config: {"projects":{"exclude":[],"overrides":{}},"java":{},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"full","migrationVersions":[],"sourcePatches":[{"path":"build.sbt","pattern":"val Scala3Version = \"3.3.3\"","replaceWith":"val Scala3Version = \"<SCALA_VERSION>\""}]}
376Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),Full,List()))
377Starting build...
378Projects: Set(orphanCatsJVM, orphanCirceJVM)
379Starting build for ProjectRef(file:/build/repo/,orphanCatsJVM) (orphan-cats)... [0/2]
380OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.8` in Scala 2.12.20 module Global
381OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
382OpenCB::Filter out '-feature', matches setting pattern '^-?-feature'
383OpenCB::Filter out '-Xfatal-warnings', matches setting pattern '^-?-Xfatal-warnings'
384Compile 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-RC3/meta, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
385[info] compiling 3 Scala sources to /build/repo/modules/orphan-cats/jvm/target/scala-3.8.0-RC3/classes ...
386[info] done compiling
387[info] compiling 3 Scala sources to /build/repo/modules/orphan-cats/jvm/target/scala-3.8.0-RC3/test-classes ...
388[info] done compiling
389[info] Using random seed: 279252055544
390[info] + orphan.OrphanCatsMessagesSpec.OrphanCatsMessages.ExpectedMessageForCatsShow should contain expected strings: OK, passed 1 tests
391[info] + orphan.OrphanCatsMessagesSpec.OrphanCatsMessages.ExpectedMessageForCatsInvariant should contain expected strings: OK, passed 1 tests
392[info] + orphan.OrphanCatsMessagesSpec.OrphanCatsMessages.ExpectedMessageForCatsContravariant should contain expected strings: OK, passed 1 tests
393[info] + orphan.OrphanCatsMessagesSpec.OrphanCatsMessages.ExpectedMessageForCatsFunctor should contain expected strings: OK, passed 1 tests
394[info] + orphan.OrphanCatsMessagesSpec.OrphanCatsMessages.ExpectedMessageForCatsApplicative should contain expected strings: OK, passed 1 tests
395[info] + orphan.OrphanCatsMessagesSpec.OrphanCatsMessages.ExpectedMessageForCatsMonad should contain expected strings: OK, passed 1 tests
396[info] + orphan.OrphanCatsMessagesSpec.OrphanCatsMessages.ExpectedMessageForCatsTraverse should contain expected strings: OK, passed 1 tests
397[info] + orphan.OrphanCatsMessagesSpec.OrphanCatsMessages.ExpectedMessageForCatsSemigroup should contain expected strings: OK, passed 1 tests
398[info] + orphan.OrphanCatsMessagesSpec.OrphanCatsMessages.ExpectedMessageForCatsMonoid should contain expected strings: OK, passed 1 tests
399[info] + orphan.OrphanCatsMessagesSpec.OrphanCatsMessages.ExpectedMessageForCatsEq should contain expected strings: OK, passed 1 tests
400[info] + orphan.OrphanCatsMessagesSpec.OrphanCatsMessages.ExpectedMessageForCatsHash should contain expected strings: OK, passed 1 tests
401[info] + orphan.OrphanCatsMessagesSpec.OrphanCatsMessages.ExpectedMessageForCatsOrder should contain expected strings: OK, passed 1 tests
402Starting build for ProjectRef(file:/build/repo/,orphanCirceJVM) (orphan-circe)... [1/2]
403Compile 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-RC3/meta, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
404[info] compiling 2 Scala sources to /build/repo/modules/orphan-circe/jvm/target/scala-3.8.0-RC3/classes ...
405[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/orphan-circe/shared/src/main/scala-3/orphan/OrphanCirce.scala:35:17
406[warn] 35 | private object CirceIsAvailable {
407[warn] | ^^^^^^^^^^^^^^^^
408[warn] | unused private member
409[warn] one warning found
410[info] done compiling
411[info] compiling 1 Scala source to /build/repo/modules/orphan-circe/jvm/target/scala-3.8.0-RC3/test-classes ...
412[info] done compiling
413[info] Using random seed: 287023202696
414[info] + orphan.OrphanCirceMessagesSpec.OrphanCirceMessages.MissingCirceEncoder should contain expected strings: OK, passed 1 tests
415[info] + orphan.OrphanCirceMessagesSpec.OrphanCirceMessages.MissingCirceDecoder should contain expected strings: OK, passed 1 tests
416[info] + orphan.OrphanCirceMessagesSpec.OrphanCirceMessages.MissingCirceCodec should contain expected strings: OK, passed 1 tests
417
418************************
419Build summary:
420[{
421 "module": "orphan-cats",
422 "compile": {"status": "ok", "tookMs": 6762, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
423 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
424 "test-compile": {"status": "ok", "tookMs": 4491, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
425 "test": {"status": "ok", "tookMs": 633, "passed": 12, "failed": 0, "ignored": 0, "skipped": 0, "total": 12, "byFramework": [{"framework": "unknown", "stats": {"passed": 12, "failed": 0, "ignored": 0, "skipped": 0, "total": 12}}]},
426 "publish": {"status": "skipped", "tookMs": 0},
427 "metadata": {
428 "crossScalaVersions": ["2.13.16", "2.12.18", "3.3.3"]
429}
430},{
431 "module": "orphan-circe",
432 "compile": {"status": "ok", "tookMs": 508, "warnings": 1, "errors": 0, "sourceVersion": "3.8"},
433 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
434 "test-compile": {"status": "ok", "tookMs": 633, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
435 "test": {"status": "ok", "tookMs": 501, "passed": 3, "failed": 0, "ignored": 0, "skipped": 0, "total": 3, "byFramework": [{"framework": "unknown", "stats": {"passed": 3, "failed": 0, "ignored": 0, "skipped": 0, "total": 3}}]},
436 "publish": {"status": "skipped", "tookMs": 0},
437 "metadata": {
438 "crossScalaVersions": ["2.13.16", "2.12.18", "3.3.3"]
439}
440}]
441************************
442[success] Total time: 32 s, completed Dec 4, 2025, 2:08:13 PM
443[0JChecking patch project/plugins.sbt...
444Checking patch project/build.properties...
445Checking patch build.sbt...
446Applied patch project/plugins.sbt cleanly.
447Applied patch project/build.properties cleanly.
448Applied patch build.sbt cleanly.