Build Logs

argonaut-io/argonaut • dotty-staging/dotty:fix-23773:2025-11-22

Errors

0

Warnings

167

Total Lines

688

1##################################
2Clonning https://github.com/argonaut-io/argonaut.git into /build/repo using revision v6.3.10
3##################################
4Note: switching to '4780169d660c31684687666643ccb8d712aa382e'.
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
29Try apply source patch:
30Path: project/ScalaSettings.scala
31Pattern: def Scala3 = "3.3.3"
32Replacement: def Scala3 = "3.7.4-RC2"
33Starting compilation server
34Compiling project (Scala 3.7.3, JVM (17))
35Compiled project (Scala 3.7.3, JVM (17))
36Successfully applied pattern 'def Scala3 = "3.3.3"' in project/ScalaSettings.scala
37----
38Starting build for 3.7.4-RC2
39Execute tests: false
40sbt project found:
41Sbt version 1.10.0 is not supported, minimal supported version is 1.11.5
42Enforcing usage of sbt in version 1.11.5
43No prepare script found for project argonaut-io/argonaut
44/opencb/project-builder/sbt/prepare-project.sh: line 107: /root/.ssh/config: No such file or directory
45##################################
46Scala version: 3.7.4-RC2
47Targets: io.argonaut%argonaut io.argonaut%argonaut-cats io.argonaut%argonaut-jawn io.argonaut%argonaut-monocle3 io.argonaut%argonaut-scalaz
48Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.4"],"sourcePatches":[{"path":"project/ScalaSettings.scala","pattern":"def Scala3 = \"3.3.3\"","replaceWith":"def Scala3 = \"<SCALA_VERSION>\""}]}
49##################################
50Using extra scalacOptions: -rewrite,REQUIRE:-source:3.4-migration
51Filtering out scalacOptions: -indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
52[sbt_options] declare -a sbt_options=()
53[process_args] java_version = '17'
54[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8/rt.jar'
55# Executing command line:
56java
57-Dfile.encoding=UTF-8
58-Dcommunitybuild.scala=3.7.4-RC2
59-Dcommunitybuild.project.dependencies.add=
60-Xmx7G
61-Xms4G
62-Xss8M
63-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
64-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8
65-jar
66/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
67"setCrossScalaVersions 3.7.4-RC2"
68"++3.7.4-RC2 -v"
69"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""
70"set every credentials := Nil"
71"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
72"removeScalacOptionsStartingWith -P:wartremover"
73
74moduleMappings
75"runBuild 3.7.4-RC2 """{"projects":{"exclude":[],"overrides":{}},"java":{},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.4"],"sourcePatches":[{"path":"project/ScalaSettings.scala","pattern":"def Scala3 = \"3.3.3\"","replaceWith":"def Scala3 = \"<SCALA_VERSION>\""}]}""" io.argonaut%argonaut io.argonaut%argonaut-cats io.argonaut%argonaut-jawn io.argonaut%argonaut-monocle3 io.argonaut%argonaut-scalaz"
76
77[info] welcome to sbt 1.11.5 (Eclipse Adoptium Java 17.0.8)
78[info] loading settings for project repo-build from akka.sbt, plugins.sbt...
79[info] loading project definition from /build/repo/project
80[info] compiling 8 Scala sources to /build/repo/project/target/scala-2.12/sbt-1.0/classes ...
81[info] Non-compiled module 'compiler-bridge_2.12' for Scala 2.12.20. Compiling...
82[info] Compilation completed in 8.46s.
83[info] done compiling
84[info] loading settings for project repo from build.sbt, version.sbt...
85[info] resolving key references (19510 settings) ...
86[info] set current project to argonaut-parent (in build file:/build/repo/)
87[warn] there are 3 keys that are not used by any other settings/tasks:
88[warn]
89[warn] * jsParent / previousVersions
90[warn] +- /build/repo/build.sbt:169
91[warn] * jvmParent / previousVersions
92[warn] +- /build/repo/build.sbt:169
93[warn] * repo / previousVersions
94[warn] +- /build/repo/build.sbt:214
95[warn]
96[warn] note: a setting might still be used by a command; to exclude a key from this `lintUnused` check
97[warn] either append it to `Global / excludeLintKeys` or call .withRank(KeyRanks.Invisible) on the key
98Execute setCrossScalaVersions: 3.7.4-RC2
99OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in argonaut-monocleJS/crossScalaVersions
100OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in argonaut-monocleJVM/crossScalaVersions
101OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in argonaut-scalazJVM/crossScalaVersions
102OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in argonaut-catsJVM/crossScalaVersions
103OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in nativeParent/crossScalaVersions
104OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in argonaut-jawnJS/crossScalaVersions
105OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in argonautJS/crossScalaVersions
106OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in jsParent/crossScalaVersions
107OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in argonaut-benchmark/crossScalaVersions
108OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in argonaut-catsJS/crossScalaVersions
109OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in argonaut-jawnNative/crossScalaVersions
110OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in argonaut-jawnJVM/crossScalaVersions
111OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in argonaut-scalazJS/crossScalaVersions
112OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in argonaut-scalazNative/crossScalaVersions
113OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in argonaut-catsNative/crossScalaVersions
114OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in jvmParent/crossScalaVersions
115OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in argonautNative/crossScalaVersions
116OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in argonautJVM/crossScalaVersions
117OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in repo/crossScalaVersions
118[info] set current project to argonaut-parent (in build file:/build/repo/)
119[info] Setting Scala version to 3.7.4-RC2 on 19 projects.
120[info] Switching Scala version on:
121[info] argonaut-jawnJS (2.12.19, 2.13.14, 3.7.4-RC2)
122[info] argonaut-jawnNative (2.12.19, 2.13.14, 3.7.4-RC2)
123[info] argonaut-monocleJS (2.12.19, 2.13.14, 3.7.4-RC2)
124[info] jvmParent (2.12.19, 2.13.14, 3.7.4-RC2)
125[info] argonaut-monocleJVM (2.12.19, 2.13.14, 3.7.4-RC2)
126[info] argonaut-jawnJVM (2.12.19, 2.13.14, 3.7.4-RC2)
127[info] argonaut-scalazJS (2.12.19, 2.13.14, 3.7.4-RC2)
128[info] argonaut-catsNative (2.12.19, 2.13.14, 3.7.4-RC2)
129[info] argonaut-catsJS (2.12.19, 2.13.14, 3.7.4-RC2)
130[info] argonaut-catsJVM (2.12.19, 2.13.14, 3.7.4-RC2)
131[info] argonautJS (2.12.19, 2.13.14, 3.7.4-RC2)
132[info] argonaut-scalazJVM (2.12.19, 2.13.14, 3.7.4-RC2)
133[info] argonautJVM (2.12.19, 2.13.14, 3.7.4-RC2)
134[info] * repo (2.12.19, 2.13.14, 3.7.4-RC2)
135[info] nativeParent (2.12.19, 2.13.14, 3.7.4-RC2)
136[info] argonautNative (2.12.19, 2.13.14, 3.7.4-RC2)
137[info] jsParent (2.12.19, 2.13.14, 3.7.4-RC2)
138[info] argonaut-scalazNative (2.12.19, 2.13.14, 3.7.4-RC2)
139[info] argonaut-benchmark (2.12.19, 2.13.14, 3.7.4-RC2)
140[info] Excluding projects:
141[info] Reapplying settings...
142[info] set current project to argonaut-parent (in build file:/build/repo/)
143Execute 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
144[info] Reapplying settings...
145[info] set current project to argonaut-parent (in build file:/build/repo/)
146[info] Defining Global / credentials, argonaut-benchmark / credentials and 17 others.
147[info] The new values will be used by Compile / scalafmtOnly, Global / pgpSelectPassphrase and 151 others.
148[info] Run `last` for details.
149[info] Reapplying settings...
150[info] set current project to argonaut-parent (in build file:/build/repo/)
151Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
152[info] Reapplying settings...
153OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
154
155 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:336)
156 Did you mean argonaut-catsJS / allExcludeDependencies ?
157 , retry without global scopes
158[info] Reapplying settings...
159[info] set current project to argonaut-parent (in build file:/build/repo/)
160Execute removeScalacOptionsStartingWith: -P:wartremover
161[info] Reapplying settings...
162[info] set current project to argonaut-parent (in build file:/build/repo/)
163[success] Total time: 0 s, completed Nov 22, 2025, 5:35:34 PM
164Build config: {"projects":{"exclude":[],"overrides":{}},"java":{},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.4"],"sourcePatches":[{"path":"project/ScalaSettings.scala","pattern":"def Scala3 = \"3.3.3\"","replaceWith":"def Scala3 = \"<SCALA_VERSION>\""}]}
165Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly,List()))
166Starting build...
167Projects: Set(argonaut-monocleJVM, argonaut-jawnJVM, argonaut-catsJVM, argonaut-scalazJVM, argonautJVM)
168Starting build for ProjectRef(file:/build/repo/,argonaut-jawnJVM) (argonaut-jawn)... [0/5]
169OpenCB::Exclude Scala3 specific scalacOption `-rewrite` in Scala 2.12.20 module Global
170OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.4-migration` in Scala 2.12.20 module Global
171OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
172OpenCB::Filter out '-feature', matches setting pattern '^-?-feature'
173Compile scalacOptions: -unchecked, -language:implicitConversions, -language:higherKinds, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
174[info] compiling 30 Scala sources to /build/repo/argonaut/jvm/target/scala-3.7.4-RC2/classes ...
175[warn] -- [E197] Potential Issue Warning: /build/repo/argonaut/shared/src/main/scala-3/argonaut/internal/Macros.scala:70:4
176[warn] 70 | new EncodeJson[A] {
177[warn] | ^
178[warn] | New anonymous class definition will be duplicated at each inline site
179[warn] |
180[warn] | longer explanation available when compiling with `-explain`
181[warn] -- [E197] Potential Issue Warning: /build/repo/argonaut/shared/src/main/scala-3/argonaut/internal/Macros.scala:112:8
182[warn] 112 | new AbstractIterator[DecodeResult[AnyRef]] {
183[warn] | ^
184[warn] | New anonymous class definition will be duplicated at each inline site
185[warn] |
186[warn] | longer explanation available when compiling with `-explain`
187[warn] -- [E197] Potential Issue Warning: /build/repo/argonaut/shared/src/main/scala-3/argonaut/internal/Macros.scala:151:16
188[warn] 151 | new Product {
189[warn] | ^
190[warn] | New anonymous class definition will be duplicated at each inline site
191[warn] |
192[warn] | longer explanation available when compiling with `-explain`
193[warn] -- [E197] Potential Issue Warning: /build/repo/argonaut/shared/src/main/scala-3/argonaut/internal/Macros.scala:105:4
194[warn] 105 | new DecodeJson[A] {
195[warn] | ^
196[warn] | New anonymous class definition will be duplicated at each inline site
197[warn] |
198[warn] | longer explanation available when compiling with `-explain`
199[info] [patched file /build/repo/argonaut/shared/src/main/scala/argonaut/DecodeJson.scala]
200[info] [patched file /build/repo/argonaut/shared/src/main/scala/argonaut/JsonParser.scala]
201[info] [patched file /build/repo/argonaut/shared/src/main/scala-3/argonaut/internal/Macros.scala]
202[info] [patched file /build/repo/argonaut/shared/src/main/scala/argonaut/JsonNumber.scala]
203[info] [patched file /build/repo/argonaut/shared/src/main/scala/argonaut/Json.scala]
204[info] [patched file /build/repo/argonaut/shared/src/main/scala/argonaut/PrettyParams.scala]
205[info] [patched file /build/repo/argonaut/shared/src/main/scala/argonaut/Cursor.scala]
206[warn] there were 4 deprecation warnings; re-run with -deprecation for details
207[warn] 5 warnings found
208[info] done compiling
209[info] compiling 1 Scala source to /build/repo/argonaut-jawn/jvm/target/scala-3.7.4-RC2/classes ...
210[info] done compiling
211[info] compiling 7 Scala sources to /build/repo/argonaut/jvm/target/scala-3.7.4-RC2/classes ...
212[warn] -- [E197] Potential Issue Warning: /build/repo/argonaut/shared/src/main/scala-3/argonaut/internal/Macros.scala:70:4
213[warn] 70 | new EncodeJson[A] {
214[warn] | ^
215[warn] | New anonymous class definition will be duplicated at each inline site
216[warn] |
217[warn] | longer explanation available when compiling with `-explain`
218[warn] -- [E197] Potential Issue Warning: /build/repo/argonaut/shared/src/main/scala-3/argonaut/internal/Macros.scala:112:8
219[warn] 112 | new AbstractIterator[DecodeResult[AnyRef]] {
220[warn] | ^
221[warn] | New anonymous class definition will be duplicated at each inline site
222[warn] |
223[warn] | longer explanation available when compiling with `-explain`
224[warn] -- [E197] Potential Issue Warning: /build/repo/argonaut/shared/src/main/scala-3/argonaut/internal/Macros.scala:151:16
225[warn] 151 | new Product {
226[warn] | ^
227[warn] | New anonymous class definition will be duplicated at each inline site
228[warn] |
229[warn] | longer explanation available when compiling with `-explain`
230[warn] -- [E197] Potential Issue Warning: /build/repo/argonaut/shared/src/main/scala-3/argonaut/internal/Macros.scala:105:4
231[warn] 105 | new DecodeJson[A] {
232[warn] | ^
233[warn] | New anonymous class definition will be duplicated at each inline site
234[warn] |
235[warn] | longer explanation available when compiling with `-explain`
236[warn] there were 3 deprecation warnings; re-run with -deprecation for details
237[warn] 5 warnings found
238[info] done compiling
239[info] compiling 4 Scala sources to /build/repo/argonaut/jvm/target/scala-3.7.4-RC2/classes ...
240[warn] there were 3 deprecation warnings; re-run with -deprecation for details
241[warn] 6 warnings found
242[info] done compiling
243[info] compiling 29 Scala sources to /build/repo/argonaut/jvm/target/scala-3.7.4-RC2/test-classes ...
244[warn] -- Warning: /build/repo/argonaut/shared/src/test/scala/argonaut/example/CodecExample.scala:22:4
245[warn] 22 | implicit val EncodePerson: EncodeJson[Person] =
246[warn] | ^
247[warn] | Line is indented too far to the left, or a `}` is missing
248[warn] -- Warning: /build/repo/argonaut/shared/src/test/scala/argonaut/example/CodecExample.scala:25:4
249[warn] 25 | encodeDecode("""["Fred",40]""")}
250[warn] | ^
251[warn] | Line is indented too far to the left, or a `}` is missing
252[warn] -- Warning: /build/repo/argonaut/shared/src/test/scala/argonaut/example/CodecExample.scala:29:4
253[warn] 29 | implicit val EncodePerson: EncodeJson[Person] =
254[warn] | ^
255[warn] | Line is indented too far to the left, or a `}` is missing
256[warn] -- Warning: /build/repo/argonaut/shared/src/test/scala/argonaut/example/CodecExample.scala:32:4
257[warn] 32 | encodeDecode("""{"name":"Fred","age":40}""")}
258[warn] | ^
259[warn] | Line is indented too far to the left, or a `}` is missing
260[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/argonaut/shared/src/test/scala/argonaut/JsonNumberSpecification.scala:32:4
261[warn] 32 | x match {
262[warn] | ^
263[warn] | match may not be exhaustive.
264[warn] |
265[warn] | It would fail on pattern case: argonaut.JsonBigDecimal(_)
266[warn] |
267[warn] | longer explanation available when compiling with `-explain`
268[info] [patched file /build/repo/argonaut/shared/src/test/scala/argonaut/JsonNumberSpecification.scala]
269[info] [patched file /build/repo/argonaut/shared/src/test/scala/argonaut/CursorSpecification.scala]
270[info] [patched file /build/repo/argonaut/shared/src/test/scala/argonaut/JsonSpecification.scala]
271[info] [patched file /build/repo/argonaut/shared/src/test/scala/argonaut/Data.scala]
272[warn] there was 1 deprecation warning; re-run with -deprecation for details
273[warn] 6 warnings found
274[info] done compiling
275[info] compiling 1 Scala source to /build/repo/argonaut-jawn/jvm/target/scala-3.7.4-RC2/test-classes ...
276[info] done compiling
277[info] compiling 4 Scala sources to /build/repo/argonaut/jvm/target/scala-3.7.4-RC2/test-classes ...
278[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/argonaut/shared/src/test/scala/argonaut/JsonNumberSpecification.scala:32:4
279[warn] 32 | x match {
280[warn] | ^
281[warn] | match may not be exhaustive.
282[warn] |
283[warn] | It would fail on pattern case: argonaut.JsonBigDecimal(_)
284[warn] |
285[warn] | longer explanation available when compiling with `-explain`
286[warn] one warning found
287[info] done compiling
288Starting build for ProjectRef(file:/build/repo/,argonautJVM) (argonaut)... [1/5]
289Compile scalacOptions: -unchecked, -language:implicitConversions, -language:higherKinds, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
290Starting build for ProjectRef(file:/build/repo/,argonaut-catsJVM) (argonaut-cats)... [2/5]
291Compile scalacOptions: -unchecked, -language:implicitConversions, -language:higherKinds, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
292[info] compiling 18 Scala sources to /build/repo/argonaut-cats/jvm/target/scala-3.7.4-RC2/classes ...
293[info] [patched file /build/repo/argonaut-cats/shared/src/main/scala/argonaut/DecodeResultCats.scala]
294[info] [patched file /build/repo/argonaut-cats/shared/src/main/scala/argonaut/DecodeJsonCats.scala]
295[info] [patched file /build/repo/argonaut-cats/shared/src/main/scala/argonaut/EncodeJsonCats.scala]
296[info] done compiling
297[info] compiling 3 Scala sources to /build/repo/argonaut-cats/jvm/target/scala-3.7.4-RC2/classes ...
298[info] done compiling
299[info] compiling 6 Scala sources to /build/repo/argonaut-cats/jvm/target/scala-3.7.4-RC2/test-classes ...
300[info] [patched file /build/repo/argonaut-cats/shared/src/test/scala/argonaut/arbitrary.scala]
301[info] done compiling
302[info] compiling 1 Scala source to /build/repo/argonaut-cats/jvm/target/scala-3.7.4-RC2/test-classes ...
303[info] done compiling
304Starting build for ProjectRef(file:/build/repo/,argonaut-scalazJVM) (argonaut-scalaz)... [3/5]
305Compile scalacOptions: -unchecked, -language:implicitConversions, -language:higherKinds, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
306[info] compiling 18 Scala sources to /build/repo/argonaut-scalaz/jvm/target/scala-3.7.4-RC2/classes ...
307[info] [patched file /build/repo/argonaut-scalaz/shared/src/main/scala/argonaut/EncodeJsonScalaz.scala]
308[info] [patched file /build/repo/argonaut-scalaz/shared/src/main/scala/argonaut/DecodeResultScalaz.scala]
309[info] [patched file /build/repo/argonaut-scalaz/shared/src/main/scala/argonaut/DecodeJsonScalaz.scala]
310[info] done compiling
311[info] compiling 3 Scala sources to /build/repo/argonaut-scalaz/jvm/target/scala-3.7.4-RC2/classes ...
312[info] done compiling
313[info] compiling 2 Scala sources to /build/repo/argonaut-scalaz/jvm/target/scala-3.7.4-RC2/test-classes ...
314[info] done compiling
315Starting build for ProjectRef(file:/build/repo/,argonaut-monocleJVM) (argonaut-monocle3)... [4/5]
316Compile scalacOptions: -unchecked, -language:implicitConversions, -language:higherKinds, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
317[info] compiling 11 Scala sources to /build/repo/argonaut-monocle/jvm/target/scala-3.7.4-RC2/classes ...
318[info] [patched file /build/repo/argonaut-monocle/shared/src/main/scala/argonaut/JsonNumberMonocle.scala]
319[warn] there were 3 deprecation warnings; re-run with -deprecation for details
320[warn] one warning found
321[info] done compiling
322[info] compiling 1 Scala source to /build/repo/argonaut-monocle/jvm/target/scala-3.7.4-RC2/classes ...
323[info] done compiling
324[info] compiling 3 Scala sources to /build/repo/argonaut-monocle/jvm/target/scala-3.7.4-RC2/test-classes ...
325[info] done compiling
326
327************************
328Build summary:
329[{
330 "module": "argonaut-jawn",
331 "compile": {"status": "ok", "tookMs": 19717, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
332 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
333 "test-compile": {"status": "ok", "tookMs": 19828, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
334 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
335 "publish": {"status": "skipped", "tookMs": 0},
336 "metadata": {
337 "crossScalaVersions": ["2.12.19", "2.13.14"]
338}
339},{
340 "module": "argonaut",
341 "compile": {"status": "ok", "tookMs": 53, "warnings": 8, "errors": 0, "sourceVersion": "3.4-migration"},
342 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
343 "test-compile": {"status": "ok", "tookMs": 133, "warnings": 5, "errors": 0, "sourceVersion": "3.4-migration"},
344 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
345 "publish": {"status": "skipped", "tookMs": 0},
346 "metadata": {
347 "crossScalaVersions": ["2.12.19", "2.13.14"]
348}
349},{
350 "module": "argonaut-cats",
351 "compile": {"status": "ok", "tookMs": 1760, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
352 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
353 "test-compile": {"status": "ok", "tookMs": 2526, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
354 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
355 "publish": {"status": "skipped", "tookMs": 0},
356 "metadata": {
357 "crossScalaVersions": ["2.12.19", "2.13.14"]
358}
359},{
360 "module": "argonaut-scalaz",
361 "compile": {"status": "ok", "tookMs": 1756, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
362 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
363 "test-compile": {"status": "ok", "tookMs": 2786, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
364 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
365 "publish": {"status": "skipped", "tookMs": 0},
366 "metadata": {
367 "crossScalaVersions": ["2.12.19", "2.13.14"]
368}
369},{
370 "module": "argonaut-monocle3",
371 "compile": {"status": "ok", "tookMs": 1863, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
372 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
373 "test-compile": {"status": "ok", "tookMs": 1603, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
374 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
375 "publish": {"status": "skipped", "tookMs": 0},
376 "metadata": {
377 "crossScalaVersions": ["2.12.19", "2.13.14"]
378}
379}]
380************************
381[success] Total time: 86 s (0:01:26.0), completed Nov 22, 2025, 5:36:59 PM
382[0JChecking patch project/plugins.sbt...
383Checking patch project/build.properties...
384Checking patch project/ScalaSettings.scala...
385Checking patch build.sbt...
386Applied patch project/plugins.sbt cleanly.
387Applied patch project/build.properties cleanly.
388Applied patch project/ScalaSettings.scala cleanly.
389Applied patch build.sbt cleanly.
390Commit migration rewrites
391Switched to a new branch 'opencb/migrate-source-3.4'
392[opencb/migrate-source-3.4 0c721ec] Apply Scala compiler rewrites using -source:3.4-migration using Scala 3.7.4-RC2
393 19 files changed, 92 insertions(+), 92 deletions(-)
394----
395Preparing build for 3.8.1-RC1-bin-20251120-60444cb
396Scala binary version found: 3.8
397Implicitly using source version 3.8
398Scala binary version found: 3.8
399Implicitly using source version 3.8
400Would try to apply common scalacOption (best-effort, sbt/mill only):
401Append: ,REQUIRE:-source:3.8
402Remove: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
403
404Try apply source patch:
405Path: project/ScalaSettings.scala
406Pattern: def Scala3 = "3.3.3"
407Replacement: def Scala3 = "3.8.1-RC1-bin-20251120-60444cb"
408Successfully applied pattern 'def Scala3 = "3.3.3"' in project/ScalaSettings.scala
409----
410Starting build for 3.8.1-RC1-bin-20251120-60444cb
411Execute tests: false
412sbt project found:
413Sbt version 1.10.0 is not supported, minimal supported version is 1.11.5
414Enforcing usage of sbt in version 1.11.5
415No prepare script found for project argonaut-io/argonaut
416/opencb/project-builder/sbt/prepare-project.sh: line 107: /root/.ssh/config: No such file or directory
417##################################
418Scala version: 3.8.1-RC1-bin-20251120-60444cb
419Targets: io.argonaut%argonaut io.argonaut%argonaut-cats io.argonaut%argonaut-jawn io.argonaut%argonaut-monocle3 io.argonaut%argonaut-scalaz
420Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.4"],"sourcePatches":[{"path":"project/ScalaSettings.scala","pattern":"def Scala3 = \"3.3.3\"","replaceWith":"def Scala3 = \"<SCALA_VERSION>\""}]}
421##################################
422Using extra scalacOptions: ,REQUIRE:-source:3.8
423Filtering out scalacOptions: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
424[sbt_options] declare -a sbt_options=()
425[process_args] java_version = '17'
426[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8/rt.jar'
427# Executing command line:
428java
429-Dfile.encoding=UTF-8
430-Dcommunitybuild.scala=3.8.1-RC1-bin-20251120-60444cb
431-Dcommunitybuild.project.dependencies.add=
432-Xmx7G
433-Xms4G
434-Xss8M
435-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
436-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8
437-jar
438/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
439"setCrossScalaVersions 3.8.1-RC1-bin-20251120-60444cb"
440"++3.8.1-RC1-bin-20251120-60444cb -v"
441"mapScalacOptions ",REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s" ",-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e""
442"set every credentials := Nil"
443"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
444"removeScalacOptionsStartingWith -P:wartremover"
445
446moduleMappings
447"runBuild 3.8.1-RC1-bin-20251120-60444cb """{"projects":{"exclude":[],"overrides":{}},"java":{},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.4"],"sourcePatches":[{"path":"project/ScalaSettings.scala","pattern":"def Scala3 = \"3.3.3\"","replaceWith":"def Scala3 = \"<SCALA_VERSION>\""}]}""" io.argonaut%argonaut io.argonaut%argonaut-cats io.argonaut%argonaut-jawn io.argonaut%argonaut-monocle3 io.argonaut%argonaut-scalaz"
448
449[info] welcome to sbt 1.11.5 (Eclipse Adoptium Java 17.0.8)
450[info] loading settings for project repo-build from akka.sbt, plugins.sbt...
451[info] loading project definition from /build/repo/project
452[info] compiling 1 Scala source to /build/repo/project/target/scala-2.12/sbt-1.0/classes ...
453[info] done compiling
454[info] loading settings for project repo from build.sbt, version.sbt...
455[info] resolving key references (19510 settings) ...
456[info] set current project to argonaut-parent (in build file:/build/repo/)
457[warn] there are 3 keys that are not used by any other settings/tasks:
458[warn]
459[warn] * jsParent / previousVersions
460[warn] +- /build/repo/build.sbt:169
461[warn] * jvmParent / previousVersions
462[warn] +- /build/repo/build.sbt:169
463[warn] * repo / previousVersions
464[warn] +- /build/repo/build.sbt:214
465[warn]
466[warn] note: a setting might still be used by a command; to exclude a key from this `lintUnused` check
467[warn] either append it to `Global / excludeLintKeys` or call .withRank(KeyRanks.Invisible) on the key
468Execute setCrossScalaVersions: 3.8.1-RC1-bin-20251120-60444cb
469OpenCB::Changing crossVersion 3.8.1-RC1-bin-20251120-60444cb -> 3.8.1-RC1-bin-20251120-60444cb in argonaut-monocleJS/crossScalaVersions
470OpenCB::Changing crossVersion 3.8.1-RC1-bin-20251120-60444cb -> 3.8.1-RC1-bin-20251120-60444cb in argonaut-monocleJVM/crossScalaVersions
471OpenCB::Changing crossVersion 3.8.1-RC1-bin-20251120-60444cb -> 3.8.1-RC1-bin-20251120-60444cb in argonaut-scalazJVM/crossScalaVersions
472OpenCB::Changing crossVersion 3.8.1-RC1-bin-20251120-60444cb -> 3.8.1-RC1-bin-20251120-60444cb in argonaut-catsJVM/crossScalaVersions
473OpenCB::Changing crossVersion 3.8.1-RC1-bin-20251120-60444cb -> 3.8.1-RC1-bin-20251120-60444cb in nativeParent/crossScalaVersions
474OpenCB::Changing crossVersion 3.8.1-RC1-bin-20251120-60444cb -> 3.8.1-RC1-bin-20251120-60444cb in argonaut-jawnJS/crossScalaVersions
475OpenCB::Changing crossVersion 3.8.1-RC1-bin-20251120-60444cb -> 3.8.1-RC1-bin-20251120-60444cb in argonautJS/crossScalaVersions
476OpenCB::Changing crossVersion 3.8.1-RC1-bin-20251120-60444cb -> 3.8.1-RC1-bin-20251120-60444cb in jsParent/crossScalaVersions
477OpenCB::Changing crossVersion 3.8.1-RC1-bin-20251120-60444cb -> 3.8.1-RC1-bin-20251120-60444cb in argonaut-benchmark/crossScalaVersions
478OpenCB::Changing crossVersion 3.8.1-RC1-bin-20251120-60444cb -> 3.8.1-RC1-bin-20251120-60444cb in argonaut-catsJS/crossScalaVersions
479OpenCB::Changing crossVersion 3.8.1-RC1-bin-20251120-60444cb -> 3.8.1-RC1-bin-20251120-60444cb in argonaut-jawnNative/crossScalaVersions
480OpenCB::Changing crossVersion 3.8.1-RC1-bin-20251120-60444cb -> 3.8.1-RC1-bin-20251120-60444cb in argonaut-jawnJVM/crossScalaVersions
481OpenCB::Changing crossVersion 3.8.1-RC1-bin-20251120-60444cb -> 3.8.1-RC1-bin-20251120-60444cb in argonaut-scalazJS/crossScalaVersions
482OpenCB::Changing crossVersion 3.8.1-RC1-bin-20251120-60444cb -> 3.8.1-RC1-bin-20251120-60444cb in argonaut-catsNative/crossScalaVersions
483OpenCB::Changing crossVersion 3.8.1-RC1-bin-20251120-60444cb -> 3.8.1-RC1-bin-20251120-60444cb in argonaut-scalazNative/crossScalaVersions
484OpenCB::Changing crossVersion 3.8.1-RC1-bin-20251120-60444cb -> 3.8.1-RC1-bin-20251120-60444cb in jvmParent/crossScalaVersions
485OpenCB::Changing crossVersion 3.8.1-RC1-bin-20251120-60444cb -> 3.8.1-RC1-bin-20251120-60444cb in argonautNative/crossScalaVersions
486OpenCB::Changing crossVersion 3.8.1-RC1-bin-20251120-60444cb -> 3.8.1-RC1-bin-20251120-60444cb in argonautJVM/crossScalaVersions
487OpenCB::Changing crossVersion 3.8.1-RC1-bin-20251120-60444cb -> 3.8.1-RC1-bin-20251120-60444cb in repo/crossScalaVersions
488[info] set current project to argonaut-parent (in build file:/build/repo/)
489[info] Setting Scala version to 3.8.1-RC1-bin-20251120-60444cb on 19 projects.
490[info] Switching Scala version on:
491[info] argonaut-jawnJS (2.12.19, 2.13.14, 3.8.1-RC1-bin-20251120-60444cb)
492[info] argonaut-jawnNative (2.12.19, 2.13.14, 3.8.1-RC1-bin-20251120-60444cb)
493[info] argonaut-monocleJS (2.12.19, 2.13.14, 3.8.1-RC1-bin-20251120-60444cb)
494[info] jvmParent (2.12.19, 2.13.14, 3.8.1-RC1-bin-20251120-60444cb)
495[info] argonaut-monocleJVM (2.12.19, 2.13.14, 3.8.1-RC1-bin-20251120-60444cb)
496[info] argonaut-jawnJVM (2.12.19, 2.13.14, 3.8.1-RC1-bin-20251120-60444cb)
497[info] argonaut-scalazJS (2.12.19, 2.13.14, 3.8.1-RC1-bin-20251120-60444cb)
498[info] argonaut-catsNative (2.12.19, 2.13.14, 3.8.1-RC1-bin-20251120-60444cb)
499[info] argonaut-catsJS (2.12.19, 2.13.14, 3.8.1-RC1-bin-20251120-60444cb)
500[info] argonaut-catsJVM (2.12.19, 2.13.14, 3.8.1-RC1-bin-20251120-60444cb)
501[info] argonautJS (2.12.19, 2.13.14, 3.8.1-RC1-bin-20251120-60444cb)
502[info] argonaut-scalazJVM (2.12.19, 2.13.14, 3.8.1-RC1-bin-20251120-60444cb)
503[info] argonautJVM (2.12.19, 2.13.14, 3.8.1-RC1-bin-20251120-60444cb)
504[info] * repo (2.12.19, 2.13.14, 3.8.1-RC1-bin-20251120-60444cb)
505[info] nativeParent (2.12.19, 2.13.14, 3.8.1-RC1-bin-20251120-60444cb)
506[info] argonautNative (2.12.19, 2.13.14, 3.8.1-RC1-bin-20251120-60444cb)
507[info] jsParent (2.12.19, 2.13.14, 3.8.1-RC1-bin-20251120-60444cb)
508[info] argonaut-scalazNative (2.12.19, 2.13.14, 3.8.1-RC1-bin-20251120-60444cb)
509[info] argonaut-benchmark (2.12.19, 2.13.14, 3.8.1-RC1-bin-20251120-60444cb)
510[info] Excluding projects:
511[info] Reapplying settings...
512[info] set current project to argonaut-parent (in build file:/build/repo/)
513Execute mapScalacOptions: ,REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
514[info] Reapplying settings...
515[info] set current project to argonaut-parent (in build file:/build/repo/)
516[info] Defining Global / credentials, argonaut-benchmark / credentials and 17 others.
517[info] The new values will be used by Compile / scalafmtOnly, Global / pgpSelectPassphrase and 151 others.
518[info] Run `last` for details.
519[info] Reapplying settings...
520[info] set current project to argonaut-parent (in build file:/build/repo/)
521Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
522[info] Reapplying settings...
523OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
524
525 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:336)
526 Did you mean argonaut-catsJS / allExcludeDependencies ?
527 , retry without global scopes
528[info] Reapplying settings...
529[info] set current project to argonaut-parent (in build file:/build/repo/)
530Execute removeScalacOptionsStartingWith: -P:wartremover
531[info] Reapplying settings...
532[info] set current project to argonaut-parent (in build file:/build/repo/)
533[success] Total time: 0 s, completed Nov 22, 2025, 5:37:23 PM
534Build config: {"projects":{"exclude":[],"overrides":{}},"java":{},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.4"],"sourcePatches":[{"path":"project/ScalaSettings.scala","pattern":"def Scala3 = \"3.3.3\"","replaceWith":"def Scala3 = \"<SCALA_VERSION>\""}]}
535Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly,List()))
536Starting build...
537Projects: Set(argonaut-monocleJVM, argonaut-jawnJVM, argonaut-catsJVM, argonaut-scalazJVM, argonautJVM)
538Starting build for ProjectRef(file:/build/repo/,argonaut-jawnJVM) (argonaut-jawn)... [0/5]
539OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.8` in Scala 2.12.20 module Global
540OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
541OpenCB::Filter out '-feature', matches setting pattern '^-?-feature'
542Compile scalacOptions: -unchecked, -language:implicitConversions, -language:higherKinds, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
543[info] compiling 30 Scala sources to /build/repo/argonaut/jvm/target/scala-3.8.1-RC1-bin-20251120-60444cb/classes ...
544[warn] -- [E197] Potential Issue Warning: /build/repo/argonaut/shared/src/main/scala-3/argonaut/internal/Macros.scala:70:4
545[warn] 70 | new EncodeJson[A] {
546[warn] | ^
547[warn] | New anonymous class definition will be duplicated at each inline site
548[warn] |
549[warn] | longer explanation available when compiling with `-explain`
550[warn] -- [E197] Potential Issue Warning: /build/repo/argonaut/shared/src/main/scala-3/argonaut/internal/Macros.scala:112:8
551[warn] 112 | new AbstractIterator[DecodeResult[AnyRef]] {
552[warn] | ^
553[warn] | New anonymous class definition will be duplicated at each inline site
554[warn] |
555[warn] | longer explanation available when compiling with `-explain`
556[warn] -- [E197] Potential Issue Warning: /build/repo/argonaut/shared/src/main/scala-3/argonaut/internal/Macros.scala:151:16
557[warn] 151 | new Product {
558[warn] | ^
559[warn] | New anonymous class definition will be duplicated at each inline site
560[warn] |
561[warn] | longer explanation available when compiling with `-explain`
562[warn] -- [E197] Potential Issue Warning: /build/repo/argonaut/shared/src/main/scala-3/argonaut/internal/Macros.scala:105:4
563[warn] 105 | new DecodeJson[A] {
564[warn] | ^
565[warn] | New anonymous class definition will be duplicated at each inline site
566[warn] |
567[warn] | longer explanation available when compiling with `-explain`
568[warn] there were 4 deprecation warnings; re-run with -deprecation for details
569[warn] 5 warnings found
570[info] done compiling
571[info] compiling 1 Scala source to /build/repo/argonaut-jawn/jvm/target/scala-3.8.1-RC1-bin-20251120-60444cb/classes ...
572[info] done compiling
573[info] compiling 29 Scala sources to /build/repo/argonaut/jvm/target/scala-3.8.1-RC1-bin-20251120-60444cb/test-classes ...
574[warn] -- Warning: /build/repo/argonaut/shared/src/test/scala/argonaut/example/CodecExample.scala:22:4
575[warn] 22 | implicit val EncodePerson: EncodeJson[Person] =
576[warn] | ^
577[warn] | Line is indented too far to the left, or a `}` is missing
578[warn] -- Warning: /build/repo/argonaut/shared/src/test/scala/argonaut/example/CodecExample.scala:25:4
579[warn] 25 | encodeDecode("""["Fred",40]""")}
580[warn] | ^
581[warn] | Line is indented too far to the left, or a `}` is missing
582[warn] -- Warning: /build/repo/argonaut/shared/src/test/scala/argonaut/example/CodecExample.scala:29:4
583[warn] 29 | implicit val EncodePerson: EncodeJson[Person] =
584[warn] | ^
585[warn] | Line is indented too far to the left, or a `}` is missing
586[warn] -- Warning: /build/repo/argonaut/shared/src/test/scala/argonaut/example/CodecExample.scala:32:4
587[warn] 32 | encodeDecode("""{"name":"Fred","age":40}""")}
588[warn] | ^
589[warn] | Line is indented too far to the left, or a `}` is missing
590[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/argonaut/shared/src/test/scala/argonaut/JsonNumberSpecification.scala:32:4
591[warn] 32 | x match {
592[warn] | ^
593[warn] | match may not be exhaustive.
594[warn] |
595[warn] | It would fail on pattern case: argonaut.JsonBigDecimal(_)
596[warn] |
597[warn] | longer explanation available when compiling with `-explain`
598[warn] there was 1 deprecation warning; re-run with -deprecation for details
599[warn] 6 warnings found
600[info] done compiling
601[info] compiling 1 Scala source to /build/repo/argonaut-jawn/jvm/target/scala-3.8.1-RC1-bin-20251120-60444cb/test-classes ...
602[info] done compiling
603Starting build for ProjectRef(file:/build/repo/,argonautJVM) (argonaut)... [1/5]
604Compile scalacOptions: -unchecked, -language:implicitConversions, -language:higherKinds, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
605Starting build for ProjectRef(file:/build/repo/,argonaut-catsJVM) (argonaut-cats)... [2/5]
606Compile scalacOptions: -unchecked, -language:implicitConversions, -language:higherKinds, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
607[info] compiling 18 Scala sources to /build/repo/argonaut-cats/jvm/target/scala-3.8.1-RC1-bin-20251120-60444cb/classes ...
608[info] done compiling
609[info] compiling 6 Scala sources to /build/repo/argonaut-cats/jvm/target/scala-3.8.1-RC1-bin-20251120-60444cb/test-classes ...
610[info] done compiling
611Starting build for ProjectRef(file:/build/repo/,argonaut-scalazJVM) (argonaut-scalaz)... [3/5]
612Compile scalacOptions: -unchecked, -language:implicitConversions, -language:higherKinds, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
613[info] compiling 18 Scala sources to /build/repo/argonaut-scalaz/jvm/target/scala-3.8.1-RC1-bin-20251120-60444cb/classes ...
614[info] done compiling
615[info] compiling 2 Scala sources to /build/repo/argonaut-scalaz/jvm/target/scala-3.8.1-RC1-bin-20251120-60444cb/test-classes ...
616[info] done compiling
617Starting build for ProjectRef(file:/build/repo/,argonaut-monocleJVM) (argonaut-monocle3)... [4/5]
618Compile scalacOptions: -unchecked, -language:implicitConversions, -language:higherKinds, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
619[info] compiling 11 Scala sources to /build/repo/argonaut-monocle/jvm/target/scala-3.8.1-RC1-bin-20251120-60444cb/classes ...
620[warn] there were 3 deprecation warnings; re-run with -deprecation for details
621[warn] one warning found
622[info] done compiling
623[info] compiling 3 Scala sources to /build/repo/argonaut-monocle/jvm/target/scala-3.8.1-RC1-bin-20251120-60444cb/test-classes ...
624[info] done compiling
625
626************************
627Build summary:
628[{
629 "module": "argonaut-jawn",
630 "compile": {"status": "ok", "tookMs": 22282, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
631 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
632 "test-compile": {"status": "ok", "tookMs": 16940, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
633 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
634 "publish": {"status": "skipped", "tookMs": 0},
635 "metadata": {
636 "crossScalaVersions": ["2.12.19", "2.13.14"]
637}
638},{
639 "module": "argonaut",
640 "compile": {"status": "ok", "tookMs": 66, "warnings": 4, "errors": 0, "sourceVersion": "3.8"},
641 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
642 "test-compile": {"status": "ok", "tookMs": 131, "warnings": 5, "errors": 0, "sourceVersion": "3.8"},
643 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
644 "publish": {"status": "skipped", "tookMs": 0},
645 "metadata": {
646 "crossScalaVersions": ["2.12.19", "2.13.14"]
647}
648},{
649 "module": "argonaut-cats",
650 "compile": {"status": "ok", "tookMs": 1699, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
651 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
652 "test-compile": {"status": "ok", "tookMs": 2278, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
653 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
654 "publish": {"status": "skipped", "tookMs": 0},
655 "metadata": {
656 "crossScalaVersions": ["2.12.19", "2.13.14"]
657}
658},{
659 "module": "argonaut-scalaz",
660 "compile": {"status": "ok", "tookMs": 1728, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
661 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
662 "test-compile": {"status": "ok", "tookMs": 1791, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
663 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
664 "publish": {"status": "skipped", "tookMs": 0},
665 "metadata": {
666 "crossScalaVersions": ["2.12.19", "2.13.14"]
667}
668},{
669 "module": "argonaut-monocle3",
670 "compile": {"status": "ok", "tookMs": 2194, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
671 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
672 "test-compile": {"status": "ok", "tookMs": 1799, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
673 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
674 "publish": {"status": "skipped", "tookMs": 0},
675 "metadata": {
676 "crossScalaVersions": ["2.12.19", "2.13.14"]
677}
678}]
679************************
680[success] Total time: 60 s, completed Nov 22, 2025, 5:38:23 PM
681[0JChecking patch project/plugins.sbt...
682Checking patch project/build.properties...
683Checking patch project/ScalaSettings.scala...
684Checking patch build.sbt...
685Applied patch project/plugins.sbt cleanly.
686Applied patch project/build.properties cleanly.
687Applied patch project/ScalaSettings.scala cleanly.
688Applied patch build.sbt cleanly.