Build Logs

scalapb-json/scalapb-json-common • 3.8.0-RC2:2025-11-26

Errors

0

Warnings

28

Total Lines

423

1##################################
2Clonning https://github.com/scalapb-json/scalapb-json-common.git into /build/repo using revision v0.10.0
3##################################
4Note: switching to '8c4980f9b8befd010db4ecd9d65f8fde43df2ede'.
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
22Using target Scala version for migration: 3.7.4-RC2
23Migrating project for -source:3.4 using Scala 3.7.4-RC2
24----
25Preparing build for 3.7.4-RC2
26Would try to apply common scalacOption (best-effort, sbt/mill only):
27Append: -rewrite,REQUIRE:-source:3.4-migration
28Remove: -indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
29
30Try apply source patch:
31Path: build.sbt
32Pattern: val Scala3 = "3.3.3"
33Replacement: val Scala3 = "3.7.4-RC2"
34Starting compilation server
35Compiling project (Scala 3.7.3, JVM (17))
36Compiled project (Scala 3.7.3, JVM (17))
37Successfully applied pattern 'val Scala3 = "3.3.3"' in build.sbt
38----
39Starting build for 3.7.4-RC2
40Execute tests: false
41sbt project found:
42Sbt version 1.10.0 is not supported, minimal supported version is 1.11.5
43Enforcing usage of sbt in version 1.11.5
44No prepare script found for project scalapb-json/scalapb-json-common
45/opencb/project-builder/sbt/prepare-project.sh: line 107: /root/.ssh/config: No such file or directory
46##################################
47Scala version: 3.7.4-RC2
48Targets: io.github.scalapb-json%scalapb-json-common io.github.scalapb-json%scalapb-json-macros io.github.scalapb-json%scalapb-json-macros-java
49Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.4"],"sourcePatches":[{"path":"build.sbt","pattern":"val Scala3 = \"3.3.3\"","replaceWith":"val Scala3 = \"<SCALA_VERSION>\""}]}
50##################################
51Using extra scalacOptions: -rewrite,REQUIRE:-source:3.4-migration
52Filtering out scalacOptions: -indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
53[sbt_options] declare -a sbt_options=()
54[process_args] java_version = '17'
55[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8/rt.jar'
56# Executing command line:
57java
58-Dfile.encoding=UTF-8
59-Dcommunitybuild.scala=3.7.4-RC2
60-Dcommunitybuild.project.dependencies.add=
61-Xmx7G
62-Xms4G
63-Xss8M
64-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
65-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8
66-jar
67/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
68"setCrossScalaVersions 3.7.4-RC2"
69"++3.7.4-RC2 -v"
70"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""
71"set every credentials := Nil"
72"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
73"removeScalacOptionsStartingWith -P:wartremover"
74
75moduleMappings
76"runBuild 3.7.4-RC2 """{"projects":{"exclude":[],"overrides":{}},"java":{},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.4"],"sourcePatches":[{"path":"build.sbt","pattern":"val Scala3 = \"3.3.3\"","replaceWith":"val Scala3 = \"<SCALA_VERSION>\""}]}""" io.github.scalapb-json%scalapb-json-common io.github.scalapb-json%scalapb-json-macros io.github.scalapb-json%scalapb-json-macros-java"
77
78[info] welcome to sbt 1.11.5 (Eclipse Adoptium Java 17.0.8)
79[info] loading settings for project repo-build from akka.sbt, plugins.sbt...
80[info] loading project definition from /build/repo/project
81[info] compiling 3 Scala sources to /build/repo/project/target/scala-2.12/sbt-1.0/classes ...
82[info] Non-compiled module 'compiler-bridge_2.12' for Scala 2.12.20. Compiling...
83[info] Compilation completed in 9.394s.
84[info] done compiling
85[info] loading settings for project repo from build.sbt, version.sbt...
86[info] resolving key references (10456 settings) ...
87[info] set current project to repo (in build file:/build/repo/)
88[warn] there are 3 keys that are not used by any other settings/tasks:
89[warn]
90[warn] * testsJS / Compile / doc / scalacOptions
91[warn] +- (sbt.Defaults.docTaskSettings) Defaults.scala:2228
92[warn] +- /build/repo/build.sbt:386
93[warn] * testsJVM / Compile / doc / scalacOptions
94[warn] +- (sbt.Defaults.docTaskSettings) Defaults.scala:2228
95[warn] +- /build/repo/build.sbt:386
96[warn] * testsNative / Compile / doc / scalacOptions
97[warn] +- (sbt.Defaults.docTaskSettings) Defaults.scala:2228
98[warn] +- /build/repo/build.sbt:386
99[warn]
100[warn] note: a setting might still be used by a command; to exclude a key from this `lintUnused` check
101[warn] either append it to `Global / excludeLintKeys` or call .withRank(KeyRanks.Invisible) on the key
102Execute setCrossScalaVersions: 3.7.4-RC2
103OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in coreJVM/crossScalaVersions
104OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in forkCompilerProject/crossScalaVersions
105OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in repo/crossScalaVersions
106OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in coreJS/crossScalaVersions
107OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in testsJVM/crossScalaVersions
108OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in macrosJava/crossScalaVersions
109OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in coreNative/crossScalaVersions
110OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in macros/crossScalaVersions
111[info] set current project to repo (in build file:/build/repo/)
112[info] Setting Scala version to 3.7.4-RC2 on 8 projects.
113[info] Switching Scala version on:
114[info] coreNative (2.12.19, 2.13.14, 3.7.4-RC2)
115[info] macrosJava (2.12.19, 2.13.14, 3.7.4-RC2)
116[info] forkCompilerProject (2.12.19, 2.13.14, 3.7.4-RC2)
117[info] coreJS (2.12.19, 2.13.14, 3.7.4-RC2)
118[info] coreJVM (2.12.19, 2.13.14, 3.7.4-RC2)
119[info] macros (2.12.19, 2.13.14, 3.7.4-RC2)
120[info] * repo (2.12.19, 2.13.14, 3.7.4-RC2)
121[info] testsJVM (2.12.19, 2.13.14, 3.7.4-RC2)
122[info] Excluding projects:
123[info] testsJS (2.12.19, 2.13.14)
124[info] testsNative (2.12.19, 2.13.14)
125[info] Reapplying settings...
126[info] set current project to repo (in build file:/build/repo/)
127Execute 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
128[info] Reapplying settings...
129[info] set current project to repo (in build file:/build/repo/)
130[info] Defining Global / credentials, coreJS / credentials and 8 others.
131[info] The new values will be used by Compile / scalafmtOnly, Global / pgpSelectPassphrase and 79 others.
132[info] Run `last` for details.
133[info] Reapplying settings...
134[info] set current project to repo (in build file:/build/repo/)
135Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
136[info] Reapplying settings...
137OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
138
139 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:336)
140 Did you mean allExcludeDependencies ?
141 , retry without global scopes
142[info] Reapplying settings...
143[info] set current project to repo (in build file:/build/repo/)
144Execute removeScalacOptionsStartingWith: -P:wartremover
145[info] Reapplying settings...
146[info] set current project to repo (in build file:/build/repo/)
147[success] Total time: 0 s, completed Nov 26, 2025, 5:50:48 PM
148Build config: {"projects":{"exclude":[],"overrides":{}},"java":{},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.4"],"sourcePatches":[{"path":"build.sbt","pattern":"val Scala3 = \"3.3.3\"","replaceWith":"val Scala3 = \"<SCALA_VERSION>\""}]}
149Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly,List()))
150Starting build...
151Projects: Set(coreJVM, macros, macrosJava)
152Starting build for ProjectRef(file:/build/repo/,coreJVM) (scalapb-json-common)... [0/3]
153OpenCB::Exclude Scala3 specific scalacOption `-rewrite` in Scala 2.12.20 module Global
154OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.4-migration` in Scala 2.12.20 module Global
155OpenCB::Filter out '-feature', matches setting pattern '^-?-feature'
156OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
157Compile scalacOptions: -language:existentials, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
158[info] compiling 9 Scala sources to /build/repo/core/jvm/target/scala-3.7.4-RC2/classes ...
159[info] [patched file /build/repo/core/shared/src/main/scala/scalapb_json/NameUtils.scala]
160[info] [patched file /build/repo/core/shared/src/main/scala/scalapb_json/ScalapbJsonCommon.scala]
161[info] [patched file /build/repo/core/shared/src/main/scala/scalapb_json/Timestamps.scala]
162[info] done compiling
163[info] compiling 3 Scala sources to /build/repo/core/jvm/target/scala-3.7.4-RC2/classes ...
164[info] done compiling
165[info] Compiling 4 protobuf files to /build/repo/core/jvm/target/scala-3.7.4-RC2/src_managed/test
166[info] compiling 20 Scala sources and 4 Java sources to /build/repo/core/jvm/target/scala-3.7.4-RC2/test-classes ...
167[info] /build/repo/core/jvm/target/scala-3.7.4-RC2/src_managed/test/jsontest/Test.java: Some input files use or override a deprecated API.
168[info] /build/repo/core/jvm/target/scala-3.7.4-RC2/src_managed/test/jsontest/Test.java: Recompile with -Xlint:deprecation for details.
169[info] [patched file /build/repo/core/jvm/src/test/scala/scalapb_json/NameUtilsJVMTest.scala]
170[info] done compiling
171[info] compiling 1 Scala source to /build/repo/core/jvm/target/scala-3.7.4-RC2/test-classes ...
172[info] done compiling
173Starting build for ProjectRef(file:/build/repo/,macros) (scalapb-json-macros)... [1/3]
174Compile scalacOptions: -language:existentials, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
175[info] compiling 2 Scala sources to /build/repo/macros/target/scala-3.7.4-RC2/classes ...
176[info] done compiling
177[info] compiling 1 Scala source to /build/repo/macros/target/scala-3.7.4-RC2/test-classes ...
178[info] [patched file /build/repo/macros/src/test/scala-3/scalapb_json/ProtoMacrosCommonTest.scala]
179[info] done compiling
180[info] compiling 1 Scala source to /build/repo/macros/target/scala-3.7.4-RC2/test-classes ...
181[info] done compiling
182Starting build for ProjectRef(file:/build/repo/,macrosJava) (scalapb-json-macros-java)... [2/3]
183Compile scalacOptions: -language:existentials, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
184[info] compiling 1 Scala source to /build/repo/macrosJava/target/scala-3.7.4-RC2/classes ...
185[info] [patched file /build/repo/macrosJava/src/main/scala-3/scalapb_json/ProtoMacrosJava.scala]
186[info] done compiling
187[info] compiling 1 Scala source to /build/repo/macrosJava/target/scala-3.7.4-RC2/classes ...
188[info] done compiling
189
190************************
191Build summary:
192[{
193 "module": "scalapb-json-common",
194 "compile": {"status": "ok", "tookMs": 7144, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
195 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
196 "test-compile": {"status": "ok", "tookMs": 18867, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
197 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
198 "publish": {"status": "skipped", "tookMs": 0},
199 "metadata": {
200 "crossScalaVersions": ["2.12.19", "2.13.14", "3.3.3"]
201}
202},{
203 "module": "scalapb-json-macros",
204 "compile": {"status": "ok", "tookMs": 1775, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
205 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
206 "test-compile": {"status": "ok", "tookMs": 662, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
207 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
208 "publish": {"status": "skipped", "tookMs": 0},
209 "metadata": {
210 "crossScalaVersions": ["2.12.19", "2.13.14", "3.3.3"]
211}
212},{
213 "module": "scalapb-json-macros-java",
214 "compile": {"status": "ok", "tookMs": 892, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
215 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
216 "test-compile": {"status": "ok", "tookMs": 734, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
217 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
218 "publish": {"status": "skipped", "tookMs": 0},
219 "metadata": {
220 "crossScalaVersions": ["2.12.19", "2.13.14", "3.3.3"]
221}
222}]
223************************
224[success] Total time: 59 s, completed Nov 26, 2025, 5:51:47 PM
225[0JChecking patch project/plugins.sbt...
226Checking patch project/build.properties...
227Checking patch build.sbt...
228Applied patch project/plugins.sbt cleanly.
229Applied patch project/build.properties cleanly.
230Applied patch build.sbt cleanly.
231Commit migration rewrites
232Switched to a new branch 'opencb/migrate-source-3.4'
233[opencb/migrate-source-3.4 bbb822d] Apply Scala compiler rewrites using -source:3.4-migration using Scala 3.7.4-RC2
234 6 files changed, 24 insertions(+), 24 deletions(-)
235----
236Preparing build for 3.8.0-RC2
237Scala binary version found: 3.8
238Implicitly using source version 3.8
239Scala binary version found: 3.8
240Implicitly using source version 3.8
241Would try to apply common scalacOption (best-effort, sbt/mill only):
242Append: ,REQUIRE:-source:3.8
243Remove: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
244
245Try apply source patch:
246Path: build.sbt
247Pattern: val Scala3 = "3.3.3"
248Replacement: val Scala3 = "3.8.0-RC2"
249Successfully applied pattern 'val Scala3 = "3.3.3"' in build.sbt
250----
251Starting build for 3.8.0-RC2
252Execute tests: false
253sbt project found:
254Sbt version 1.10.0 is not supported, minimal supported version is 1.11.5
255Enforcing usage of sbt in version 1.11.5
256No prepare script found for project scalapb-json/scalapb-json-common
257/opencb/project-builder/sbt/prepare-project.sh: line 107: /root/.ssh/config: No such file or directory
258##################################
259Scala version: 3.8.0-RC2
260Targets: io.github.scalapb-json%scalapb-json-common io.github.scalapb-json%scalapb-json-macros io.github.scalapb-json%scalapb-json-macros-java
261Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.4"],"sourcePatches":[{"path":"build.sbt","pattern":"val Scala3 = \"3.3.3\"","replaceWith":"val Scala3 = \"<SCALA_VERSION>\""}]}
262##################################
263Using extra scalacOptions: ,REQUIRE:-source:3.8
264Filtering out scalacOptions: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
265[sbt_options] declare -a sbt_options=()
266[process_args] java_version = '17'
267[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8/rt.jar'
268# Executing command line:
269java
270-Dfile.encoding=UTF-8
271-Dcommunitybuild.scala=3.8.0-RC2
272-Dcommunitybuild.project.dependencies.add=
273-Xmx7G
274-Xms4G
275-Xss8M
276-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
277-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8
278-jar
279/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
280"setCrossScalaVersions 3.8.0-RC2"
281"++3.8.0-RC2 -v"
282"mapScalacOptions ",REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s" ",-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e""
283"set every credentials := Nil"
284"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
285"removeScalacOptionsStartingWith -P:wartremover"
286
287moduleMappings
288"runBuild 3.8.0-RC2 """{"projects":{"exclude":[],"overrides":{}},"java":{},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.4"],"sourcePatches":[{"path":"build.sbt","pattern":"val Scala3 = \"3.3.3\"","replaceWith":"val Scala3 = \"<SCALA_VERSION>\""}]}""" io.github.scalapb-json%scalapb-json-common io.github.scalapb-json%scalapb-json-macros io.github.scalapb-json%scalapb-json-macros-java"
289
290[info] welcome to sbt 1.11.5 (Eclipse Adoptium Java 17.0.8)
291[info] loading settings for project repo-build from akka.sbt, plugins.sbt...
292[info] loading project definition from /build/repo/project
293[info] loading settings for project repo from build.sbt, version.sbt...
294[info] resolving key references (10456 settings) ...
295[info] set current project to repo (in build file:/build/repo/)
296[warn] there are 3 keys that are not used by any other settings/tasks:
297[warn]
298[warn] * testsJS / Compile / doc / scalacOptions
299[warn] +- (sbt.Defaults.docTaskSettings) Defaults.scala:2228
300[warn] +- /build/repo/build.sbt:386
301[warn] * testsJVM / Compile / doc / scalacOptions
302[warn] +- (sbt.Defaults.docTaskSettings) Defaults.scala:2228
303[warn] +- /build/repo/build.sbt:386
304[warn] * testsNative / Compile / doc / scalacOptions
305[warn] +- (sbt.Defaults.docTaskSettings) Defaults.scala:2228
306[warn] +- /build/repo/build.sbt:386
307[warn]
308[warn] note: a setting might still be used by a command; to exclude a key from this `lintUnused` check
309[warn] either append it to `Global / excludeLintKeys` or call .withRank(KeyRanks.Invisible) on the key
310Execute setCrossScalaVersions: 3.8.0-RC2
311OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in coreJVM/crossScalaVersions
312OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in forkCompilerProject/crossScalaVersions
313OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in repo/crossScalaVersions
314OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in coreJS/crossScalaVersions
315OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in testsJVM/crossScalaVersions
316OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in macrosJava/crossScalaVersions
317OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in coreNative/crossScalaVersions
318OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in macros/crossScalaVersions
319[info] set current project to repo (in build file:/build/repo/)
320[info] Setting Scala version to 3.8.0-RC2 on 8 projects.
321[info] Switching Scala version on:
322[info] coreNative (2.12.19, 2.13.14, 3.8.0-RC2)
323[info] macrosJava (2.12.19, 2.13.14, 3.8.0-RC2)
324[info] forkCompilerProject (2.12.19, 2.13.14, 3.8.0-RC2)
325[info] coreJS (2.12.19, 2.13.14, 3.8.0-RC2)
326[info] coreJVM (2.12.19, 2.13.14, 3.8.0-RC2)
327[info] macros (2.12.19, 2.13.14, 3.8.0-RC2)
328[info] * repo (2.12.19, 2.13.14, 3.8.0-RC2)
329[info] testsJVM (2.12.19, 2.13.14, 3.8.0-RC2)
330[info] Excluding projects:
331[info] testsJS (2.12.19, 2.13.14)
332[info] testsNative (2.12.19, 2.13.14)
333[info] Reapplying settings...
334[info] set current project to repo (in build file:/build/repo/)
335Execute mapScalacOptions: ,REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
336[info] Reapplying settings...
337[info] set current project to repo (in build file:/build/repo/)
338[info] Defining Global / credentials, coreJS / credentials and 8 others.
339[info] The new values will be used by Compile / scalafmtOnly, Global / pgpSelectPassphrase and 79 others.
340[info] Run `last` for details.
341[info] Reapplying settings...
342[info] set current project to repo (in build file:/build/repo/)
343Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
344[info] Reapplying settings...
345OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
346
347 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:336)
348 Did you mean allExcludeDependencies ?
349 , retry without global scopes
350[info] Reapplying settings...
351[info] set current project to repo (in build file:/build/repo/)
352Execute removeScalacOptionsStartingWith: -P:wartremover
353[info] Reapplying settings...
354[info] set current project to repo (in build file:/build/repo/)
355[success] Total time: 0 s, completed Nov 26, 2025, 5:52:06 PM
356Build config: {"projects":{"exclude":[],"overrides":{}},"java":{},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.4"],"sourcePatches":[{"path":"build.sbt","pattern":"val Scala3 = \"3.3.3\"","replaceWith":"val Scala3 = \"<SCALA_VERSION>\""}]}
357Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly,List()))
358Starting build...
359Projects: Set(coreJVM, macros, macrosJava)
360Starting build for ProjectRef(file:/build/repo/,coreJVM) (scalapb-json-common)... [0/3]
361OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.8` in Scala 2.12.20 module Global
362OpenCB::Filter out '-feature', matches setting pattern '^-?-feature'
363OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
364Compile scalacOptions: -language:existentials, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
365[info] compiling 9 Scala sources to /build/repo/core/jvm/target/scala-3.8.0-RC2/classes ...
366[info] done compiling
367[info] Compiling 4 protobuf files to /build/repo/core/jvm/target/scala-3.8.0-RC2/src_managed/test
368[info] compiling 20 Scala sources and 4 Java sources to /build/repo/core/jvm/target/scala-3.8.0-RC2/test-classes ...
369[info] /build/repo/core/jvm/target/scala-3.8.0-RC2/src_managed/test/jsontest/Test.java: Some input files use or override a deprecated API.
370[info] /build/repo/core/jvm/target/scala-3.8.0-RC2/src_managed/test/jsontest/Test.java: Recompile with -Xlint:deprecation for details.
371[info] done compiling
372Starting build for ProjectRef(file:/build/repo/,macros) (scalapb-json-macros)... [1/3]
373Compile scalacOptions: -language:existentials, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
374[info] compiling 2 Scala sources to /build/repo/macros/target/scala-3.8.0-RC2/classes ...
375[info] done compiling
376[info] compiling 1 Scala source to /build/repo/macros/target/scala-3.8.0-RC2/test-classes ...
377[info] done compiling
378Starting build for ProjectRef(file:/build/repo/,macrosJava) (scalapb-json-macros-java)... [2/3]
379Compile scalacOptions: -language:existentials, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
380[info] compiling 1 Scala source to /build/repo/macrosJava/target/scala-3.8.0-RC2/classes ...
381[info] done compiling
382
383************************
384Build summary:
385[{
386 "module": "scalapb-json-common",
387 "compile": {"status": "ok", "tookMs": 9629, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
388 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
389 "test-compile": {"status": "ok", "tookMs": 14021, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
390 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
391 "publish": {"status": "skipped", "tookMs": 0},
392 "metadata": {
393 "crossScalaVersions": ["2.12.19", "2.13.14", "3.3.3"]
394}
395},{
396 "module": "scalapb-json-macros",
397 "compile": {"status": "ok", "tookMs": 1699, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
398 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
399 "test-compile": {"status": "ok", "tookMs": 954, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
400 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
401 "publish": {"status": "skipped", "tookMs": 0},
402 "metadata": {
403 "crossScalaVersions": ["2.12.19", "2.13.14", "3.3.3"]
404}
405},{
406 "module": "scalapb-json-macros-java",
407 "compile": {"status": "ok", "tookMs": 800, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
408 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
409 "test-compile": {"status": "ok", "tookMs": 277, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
410 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
411 "publish": {"status": "skipped", "tookMs": 0},
412 "metadata": {
413 "crossScalaVersions": ["2.12.19", "2.13.14", "3.3.3"]
414}
415}]
416************************
417[success] Total time: 41 s, completed Nov 26, 2025, 5:52:47 PM
418[0JChecking patch project/plugins.sbt...
419Checking patch project/build.properties...
420Checking patch build.sbt...
421Applied patch project/plugins.sbt cleanly.
422Applied patch project/build.properties cleanly.
423Applied patch build.sbt cleanly.