Build Logs
nrkno/bigquery-scala • scheduled_3.8.0-RC1-bin-20251114-d221ef5-NIGHTLY
Errors
0
Warnings
69
Total Lines
635
1##################################
2Clonning https://github.com/nrkno/bigquery-scala.git into /build/repo using revision v0.19.3
3##################################
4Note: switching to 'd4420d8cfc2a9aa3d96f30fde185a2a362a0228d'.
5
6You are in 'detached HEAD' state. You can look around, make experimental
7changes and commit them, and you can discard any commits you make in this
8state without impacting any branches by switching back to a branch.
9
10If you want to create a new branch to retain commits you create, you may
11do so (now or later) by using -c with the switch command. Example:
12
13 git switch -c <new-branch-name>
14
15Or undo this operation with:
16
17 git switch -
18
19Turn off this advice by setting config variable advice.detachedHead to false
20
21Using target Scala version for migration: 3.7.4-RC2
22Migrating project for -source:3.4 using Scala 3.7.4-RC2
23----
24Preparing build for 3.7.4-RC2
25Would try to apply common scalacOption (best-effort, sbt/mill only):
26Append: -rewrite,REQUIRE:-source:3.4-migration
27Remove: -indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
28----
29Starting build for 3.7.4-RC2
30Execute tests: false
31sbt project found:
32Sbt version 1.10.7 is not supported, minimal supported version is 1.11.5
33Enforcing usage of sbt in version 1.11.5
34No prepare script found for project nrkno/bigquery-scala
35/opencb/project-builder/sbt/prepare-project.sh: line 107: /root/.ssh/config: No such file or directory
36##################################
37Scala version: 3.7.4-RC2
38Targets: no.nrk.bigquery%bigquery-codegen no.nrk.bigquery%bigquery-core no.nrk.bigquery%bigquery-google-client no.nrk.bigquery%bigquery-http4s-client no.nrk.bigquery%bigquery-prometheus no.nrk.bigquery%bigquery-testing no.nrk.bigquery%bigquery-transfer-client no.nrk.bigquery%bigquery-zetasql
39Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.4"],"sourcePatches":[]}
40##################################
41Using extra scalacOptions: -rewrite,REQUIRE:-source:3.4-migration
42Filtering out scalacOptions: -indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
43[sbt_options] declare -a sbt_options=()
44[process_args] java_version = '17'
45[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8/rt.jar'
46# Executing command line:
47java
48-Dfile.encoding=UTF-8
49-Dcommunitybuild.scala=3.7.4-RC2
50-Dcommunitybuild.project.dependencies.add=
51-Xmx7G
52-Xms4G
53-Xss8M
54-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
55-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8
56-jar
57/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
58"setCrossScalaVersions 3.7.4-RC2"
59"++3.7.4-RC2 -v"
60"mapScalacOptions "-rewrite,REQUIRE:-source:3.4-migration,-Wconf:msg=can be rewritten automatically under:s" "-indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e""
61"set every credentials := Nil"
62"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
63"removeScalacOptionsStartingWith -P:wartremover"
64
65moduleMappings
66"runBuild 3.7.4-RC2 """{"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.4"],"sourcePatches":[]}""" no.nrk.bigquery%bigquery-codegen no.nrk.bigquery%bigquery-core no.nrk.bigquery%bigquery-google-client no.nrk.bigquery%bigquery-http4s-client no.nrk.bigquery%bigquery-prometheus no.nrk.bigquery%bigquery-testing no.nrk.bigquery%bigquery-transfer-client no.nrk.bigquery%bigquery-zetasql"
67
68[info] welcome to sbt 1.11.5 (Eclipse Adoptium Java 17.0.8)
69[info] loading settings for project repo-build from akka.sbt, plugins.sbt...
70[info] loading project definition from /build/repo/project
71[info] compiling 2 Scala sources to /build/repo/project/target/scala-2.12/sbt-1.0/classes ...
72[info] Non-compiled module 'compiler-bridge_2.12' for Scala 2.12.20. Compiling...
73[info] Compilation completed in 8.375s.
74[info] done compiling
75/build/repo/build.sbt:159: warning: method sonatypeOssRepos in class ResolverFunctions is deprecated (since 1.11.2): Sonatype OSS Repository Hosting (OSSRH) was sunset on 2025-06-30; remove this resolver. If snapshots are required, use:
76 resolvers += Resolver.sonatypeCentralSnapshots
77 resolvers ++= Resolver.sonatypeOssRepos("snapshots"),
78 ^
79/build/repo/build.sbt:20: warning: lazy value tlSonatypeUseLegacyHost in object autoImport is deprecated (since 0.7.3): Use ThisBuild / sonatypeCredentialHost := xerial.sbt.Sonatype.sonatypeLegacy
80ThisBuild / tlSonatypeUseLegacyHost := true
81 ^
82[info] loading settings for project root from build.sbt...
83[info] resolving key references (13814 settings) ...
84[info] set scmInfo to https://github.com/nrkno/bigquery-scala
85[info] set current project to bigquery-scala (in build file:/build/repo/)
86Execute setCrossScalaVersions: 3.7.4-RC2
87OpenCB::Changing crossVersion 3.3.4 -> 3.7.4-RC2 in google-client/crossScalaVersions
88OpenCB::Changing crossVersion 3.3.4 -> 3.7.4-RC2 in docs/crossScalaVersions
89OpenCB::Changing crossVersion 3.3.4 -> 3.7.4-RC2 in testing/crossScalaVersions
90[info] set scmInfo to https://github.com/nrkno/bigquery-scala
91OpenCB::Changing crossVersion 3.3.4 -> 3.7.4-RC2 in rootNative/crossScalaVersions
92OpenCB::Changing crossVersion 3.3.4 -> 3.7.4-RC2 in core/crossScalaVersions
93OpenCB::Changing crossVersion 3.3.4 -> 3.7.4-RC2 in rootJS/crossScalaVersions
94OpenCB::Changing crossVersion 3.3.4 -> 3.7.4-RC2 in codegenTests/crossScalaVersions
95OpenCB::Changing crossVersion 3.3.4 -> 3.7.4-RC2 in http4s-client/crossScalaVersions
96OpenCB::Changing crossVersion 3.3.4 -> 3.7.4-RC2 in prometheus/crossScalaVersions
97OpenCB::Changing crossVersion 3.3.4 -> 3.7.4-RC2 in transfer-client/crossScalaVersions
98OpenCB::Limitting incorrect crossVersions List() -> List(2.13.15) in root/crossScalaVersions
99OpenCB::Changing crossVersion 3.3.4 -> 3.7.4-RC2 in rootJVM/crossScalaVersions
100OpenCB::Changing crossVersion 3.3.4 -> 3.7.4-RC2 in codegen/crossScalaVersions
101OpenCB::Changing crossVersion 3.3.4 -> 3.7.4-RC2 in zetasql/crossScalaVersions
102[info] set current project to bigquery-scala (in build file:/build/repo/)
103[info] Setting Scala version to 3.7.4-RC2 on 13 projects.
104[info] Switching Scala version on:
105[info] transfer-client (2.13.15, 3.7.4-RC2)
106[info] google-client (2.13.15, 3.7.4-RC2)
107[info] rootJS (2.13.15, 3.7.4-RC2)
108[info] docs (2.13.15, 3.7.4-RC2)
109[info] codegen (2.13.15, 3.7.4-RC2)
110[info] prometheus (2.13.15, 3.7.4-RC2)
111[info] testing (2.13.15, 3.7.4-RC2)
112[info] rootJVM (2.13.15, 3.7.4-RC2)
113[info] rootNative (2.13.15, 3.7.4-RC2)
114[info] http4s-client (2.13.15, 3.7.4-RC2)
115[info] core (2.13.15, 3.7.4-RC2)
116[info] zetasql (2.13.15, 3.7.4-RC2)
117[info] codegenTests (2.13.15, 3.7.4-RC2)
118[info] Excluding projects:
119[info] * root (2.13.15)
120[info] Reapplying settings...
121[info] set scmInfo to https://github.com/nrkno/bigquery-scala
122[info] set current project to bigquery-scala (in build file:/build/repo/)
123Execute mapScalacOptions: -rewrite,REQUIRE:-source:3.4-migration,-Wconf:msg=can be rewritten automatically under:s -indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
124[info] Reapplying settings...
125[info] set scmInfo to https://github.com/nrkno/bigquery-scala
126[info] set current project to bigquery-scala (in build file:/build/repo/)
127[info] Defining Global / credentials, codegen / credentials and 12 others.
128[info] The new values will be used by Compile / scalafmtOnly, IntegrationTest / scalafmtOnly and 123 others.
129[info] Run `last` for details.
130[info] Reapplying settings...
131[info] set scmInfo to https://github.com/nrkno/bigquery-scala
132[info] set current project to bigquery-scala (in build file:/build/repo/)
133Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
134[info] Reapplying settings...
135OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
136
137 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:336)
138 Did you mean transfer-client / allExcludeDependencies ?
139 , retry without global scopes
140[info] Reapplying settings...
141[info] set scmInfo to https://github.com/nrkno/bigquery-scala
142[info] set current project to bigquery-scala (in build file:/build/repo/)
143Execute removeScalacOptionsStartingWith: -P:wartremover
144[info] Reapplying settings...
145[info] set scmInfo to https://github.com/nrkno/bigquery-scala
146[info] set current project to bigquery-scala (in build file:/build/repo/)
147[success] Total time: 0 s, completed Nov 15, 2025, 2:02:42 AM
148Build config: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.4"],"sourcePatches":[]}
149Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly,List()))
150Starting build...
151Projects: Set(transfer-client, google-client, codegen, prometheus, testing, http4s-client, core, zetasql)
152Starting build for ProjectRef(file:/build/repo/,testing) (bigquery-testing)... [0/8]
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 '-deprecation', matches setting pattern '^-?-deprecation'
156OpenCB::Filter out '-feature', matches setting pattern '^-?-feature'
157OpenCB::Filter out '-source:3.2-migration', matches setting pattern '^-?-source(:.*)?'
158OpenCB::Filter out '-no-indent', matches setting pattern '^-?-no-indent'
159Compile scalacOptions: -encoding, UTF-8, -unchecked, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Wvalue-discard, -language:implicitConversions, -Xkind-projector, -java-output-version, 8, -old-syntax, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
160[info] compiling 59 Scala sources to /build/repo/core/.jvm/target/scala-3.7.4-RC2/classes ...
161[warn] -- [E121] Pattern Match Warning: /build/repo/core/src/main/scala/no/nrk/bigquery/BQPartitionId.scala:64:11
162[warn] 64 | case other => sys.error(s"Unexpected $other")
163[warn] | ^^^^^
164[warn] |Unreachable case except for null (if this is intentional, consider writing case null => instead).
165[warn] -- [E121] Pattern Match Warning: /build/repo/core/src/main/scala/no/nrk/bigquery/BQPartitionId.scala:102:11
166[warn] 102 | case other => sys.error(s"Unexpected $other")
167[warn] | ^^^^^
168[warn] |Unreachable case except for null (if this is intentional, consider writing case null => instead).
169[warn] -- [E121] Pattern Match Warning: /build/repo/core/src/main/scala/no/nrk/bigquery/BQPartitionId.scala:121:11
170[warn] 121 | case other => sys.error(s"Unexpected $other")
171[warn] | ^^^^^
172[warn] |Unreachable case except for null (if this is intentional, consider writing case null => instead).
173[info] [patched file /build/repo/core/src/main/scala-3/no/nrk/bigquery/util/NatImpl.scala]
174[info] [patched file /build/repo/core/src/main/scala/no/nrk/bigquery/PartitionLoader.scala]
175[warn] three warnings found
176[info] done compiling
177[info] compiling 8 Scala sources to /build/repo/testing/.jvm/target/scala-3.7.4-RC2/classes ...
178[info] done compiling
179[info] compiling 2 Scala sources to /build/repo/core/.jvm/target/scala-3.7.4-RC2/classes ...
180[info] done compiling
181[info] compiling 2 Scala sources to /build/repo/core/.jvm/target/scala-3.7.4-RC2/classes ...
182[info] done compiling
183[info] compiling 11 Scala sources to /build/repo/core/.jvm/target/scala-3.7.4-RC2/classes ...
184[warn] -- [E121] Pattern Match Warning: /build/repo/core/src/main/scala/no/nrk/bigquery/BQPartitionId.scala:64:11
185[warn] 64 | case other => sys.error(s"Unexpected $other")
186[warn] | ^^^^^
187[warn] |Unreachable case except for null (if this is intentional, consider writing case null => instead).
188[warn] -- [E121] Pattern Match Warning: /build/repo/core/src/main/scala/no/nrk/bigquery/BQPartitionId.scala:102:11
189[warn] 102 | case other => sys.error(s"Unexpected $other")
190[warn] | ^^^^^
191[warn] |Unreachable case except for null (if this is intentional, consider writing case null => instead).
192[warn] -- [E121] Pattern Match Warning: /build/repo/core/src/main/scala/no/nrk/bigquery/BQPartitionId.scala:121:11
193[warn] 121 | case other => sys.error(s"Unexpected $other")
194[warn] | ^^^^^
195[warn] |Unreachable case except for null (if this is intentional, consider writing case null => instead).
196[warn] three warnings found
197[info] done compiling
198[info] compiling 59 Scala sources to /build/repo/core/.jvm/target/scala-3.7.4-RC2/classes ...
199[warn] three warnings found
200[info] done compiling
201[info] compiling 1 Scala source to /build/repo/testing/.jvm/target/scala-3.7.4-RC2/classes ...
202[info] compiling 10 Scala sources to /build/repo/http4s-client/.jvm/target/scala-3.7.4-RC2/classes ...
203[info] compiling 11 Scala sources to /build/repo/google-client/.jvm/target/scala-3.7.4-RC2/classes ...
204[info] done compiling
205[info] done compiling
206[info] done compiling
207[info] compiling 8 Scala sources to /build/repo/testing/.jvm/target/scala-3.7.4-RC2/test-classes ...
208[info] done compiling
209Starting build for ProjectRef(file:/build/repo/,zetasql) (bigquery-zetasql)... [1/8]
210Compile scalacOptions: -encoding, UTF-8, -unchecked, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Wvalue-discard, -language:implicitConversions, -Xkind-projector, -java-output-version, 8, -old-syntax, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
211[info] compiling 1 Scala source to /build/repo/zetasql/.jvm/target/scala-3.7.4-RC2/classes ...
212[info] done compiling
213[info] compiling 1 Scala source to /build/repo/zetasql/.jvm/target/scala-3.7.4-RC2/test-classes ...
214[info] done compiling
215Starting build for ProjectRef(file:/build/repo/,core) (bigquery-core)... [2/8]
216Compile scalacOptions: -encoding, UTF-8, -unchecked, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Wvalue-discard, -language:implicitConversions, -Xkind-projector, -java-output-version, 8, -old-syntax, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
217[info] compiling 16 Scala sources to /build/repo/core/.jvm/target/scala-3.7.4-RC2/test-classes ...
218[info] done compiling
219Starting build for ProjectRef(file:/build/repo/,google-client) (bigquery-google-client)... [3/8]
220Compile scalacOptions: -encoding, UTF-8, -unchecked, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Wvalue-discard, -language:implicitConversions, -Xkind-projector, -java-output-version, 8, -old-syntax, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
221[info] compiling 3 Scala sources to /build/repo/google-client/.jvm/target/scala-3.7.4-RC2/test-classes ...
222[info] done compiling
223Starting build for ProjectRef(file:/build/repo/,http4s-client) (bigquery-http4s-client)... [4/8]
224Compile scalacOptions: -encoding, UTF-8, -unchecked, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Wvalue-discard, -language:implicitConversions, -Xkind-projector, -java-output-version, 8, -old-syntax, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
225Starting build for ProjectRef(file:/build/repo/,prometheus) (bigquery-prometheus)... [5/8]
226Compile scalacOptions: -encoding, UTF-8, -unchecked, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Wvalue-discard, -language:implicitConversions, -Xkind-projector, -java-output-version, 8, -old-syntax, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
227[info] compiling 1 Scala source to /build/repo/prometheus/.jvm/target/scala-3.7.4-RC2/classes ...
228[info] done compiling
229Starting build for ProjectRef(file:/build/repo/,codegen) (bigquery-codegen)... [6/8]
230Compile scalacOptions: -encoding, UTF-8, -unchecked, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Wvalue-discard, -language:implicitConversions, -Xkind-projector, -java-output-version, 8, -old-syntax, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
231[info] compiling 1 Scala source to /build/repo/codegen/.jvm/target/scala-3.7.4-RC2/classes ...
232[info] done compiling
233[info] compiling 1 Scala source to /build/repo/codegen/.jvm/target/scala-3.7.4-RC2/test-classes ...
234[info] done compiling
235Starting build for ProjectRef(file:/build/repo/,transfer-client) (bigquery-transfer-client)... [7/8]
236Compile scalacOptions: -encoding, UTF-8, -unchecked, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Wvalue-discard, -language:implicitConversions, -Xkind-projector, -java-output-version, 8, -old-syntax, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
237[info] compiling 1 Scala source to /build/repo/transfer-client/.jvm/target/scala-3.7.4-RC2/classes ...
238[info] done compiling
239
240************************
241Build summary:
242[{
243 "module": "bigquery-testing",
244 "compile": {"status": "ok", "tookMs": 24676, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
245 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
246 "test-compile": {"status": "ok", "tookMs": 20522, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
247 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
248 "publish": {"status": "skipped", "tookMs": 0},
249 "metadata": {
250 "crossScalaVersions": ["2.13.15", "3.3.4"]
251}
252},{
253 "module": "bigquery-zetasql",
254 "compile": {"status": "ok", "tookMs": 1564, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
255 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
256 "test-compile": {"status": "ok", "tookMs": 1194, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
257 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
258 "publish": {"status": "skipped", "tookMs": 0},
259 "metadata": {
260 "crossScalaVersions": ["2.13.15", "3.3.4"]
261}
262},{
263 "module": "bigquery-core",
264 "compile": {"status": "ok", "tookMs": 46, "warnings": 6, "errors": 0, "sourceVersion": "3.4-migration"},
265 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
266 "test-compile": {"status": "ok", "tookMs": 1643, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
267 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
268 "publish": {"status": "skipped", "tookMs": 0},
269 "metadata": {
270 "crossScalaVersions": ["2.13.15", "3.3.4"]
271}
272},{
273 "module": "bigquery-google-client",
274 "compile": {"status": "ok", "tookMs": 93, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
275 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
276 "test-compile": {"status": "ok", "tookMs": 879, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
277 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
278 "publish": {"status": "skipped", "tookMs": 0},
279 "metadata": {
280 "crossScalaVersions": ["2.13.15", "3.3.4"]
281}
282},{
283 "module": "bigquery-http4s-client",
284 "compile": {"status": "ok", "tookMs": 89, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
285 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
286 "test-compile": {"status": "ok", "tookMs": 129, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
287 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
288 "publish": {"status": "skipped", "tookMs": 0},
289 "metadata": {
290 "crossScalaVersions": ["2.13.15", "3.3.4"]
291}
292},{
293 "module": "bigquery-prometheus",
294 "compile": {"status": "ok", "tookMs": 700, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
295 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
296 "test-compile": {"status": "ok", "tookMs": 136, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
297 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
298 "publish": {"status": "skipped", "tookMs": 0},
299 "metadata": {
300 "crossScalaVersions": ["2.13.15", "3.3.4"]
301}
302},{
303 "module": "bigquery-codegen",
304 "compile": {"status": "ok", "tookMs": 558, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
305 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
306 "test-compile": {"status": "ok", "tookMs": 553, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
307 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
308 "publish": {"status": "skipped", "tookMs": 0},
309 "metadata": {
310 "crossScalaVersions": ["2.13.15", "3.3.4"]
311}
312},{
313 "module": "bigquery-transfer-client",
314 "compile": {"status": "ok", "tookMs": 543, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
315 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
316 "test-compile": {"status": "ok", "tookMs": 154, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
317 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
318 "publish": {"status": "skipped", "tookMs": 0},
319 "metadata": {
320 "crossScalaVersions": ["2.13.15", "3.3.4"]
321}
322}]
323************************
324[success] Total time: 197 s (0:03:17.0), completed Nov 15, 2025, 2:05:59 AM
325[0JChecking patch project/plugins.sbt...
326Checking patch project/build.properties...
327Checking patch build.sbt...
328Applied patch project/plugins.sbt cleanly.
329Applied patch project/build.properties cleanly.
330Applied patch build.sbt cleanly.
331Commit migration rewrites
332Switched to a new branch 'opencb/migrate-source-3.4'
333[opencb/migrate-source-3.4 9589984] Apply Scala compiler rewrites using -source:3.4-migration using Scala 3.7.4-RC2
334 2 files changed, 42 insertions(+), 42 deletions(-)
335 rewrite core/src/main/scala-3/no/nrk/bigquery/util/NatImpl.scala (77%)
336----
337Preparing build for 3.8.0-RC1-bin-20251114-d221ef5-NIGHTLY
338Scala binary version found: 3.8
339Implicitly using source version 3.8
340Scala binary version found: 3.8
341Implicitly using source version 3.8
342Would try to apply common scalacOption (best-effort, sbt/mill only):
343Append: ,REQUIRE:-source:3.8
344Remove: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
345----
346Starting build for 3.8.0-RC1-bin-20251114-d221ef5-NIGHTLY
347Execute tests: false
348sbt project found:
349Sbt version 1.10.7 is not supported, minimal supported version is 1.11.5
350Enforcing usage of sbt in version 1.11.5
351No prepare script found for project nrkno/bigquery-scala
352/opencb/project-builder/sbt/prepare-project.sh: line 107: /root/.ssh/config: No such file or directory
353##################################
354Scala version: 3.8.0-RC1-bin-20251114-d221ef5-NIGHTLY
355Targets: no.nrk.bigquery%bigquery-codegen no.nrk.bigquery%bigquery-core no.nrk.bigquery%bigquery-google-client no.nrk.bigquery%bigquery-http4s-client no.nrk.bigquery%bigquery-prometheus no.nrk.bigquery%bigquery-testing no.nrk.bigquery%bigquery-transfer-client no.nrk.bigquery%bigquery-zetasql
356Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.4"],"sourcePatches":[]}
357##################################
358Using extra scalacOptions: ,REQUIRE:-source:3.8
359Filtering out scalacOptions: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
360[sbt_options] declare -a sbt_options=()
361[process_args] java_version = '17'
362[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8/rt.jar'
363# Executing command line:
364java
365-Dfile.encoding=UTF-8
366-Dcommunitybuild.scala=3.8.0-RC1-bin-20251114-d221ef5-NIGHTLY
367-Dcommunitybuild.project.dependencies.add=
368-Xmx7G
369-Xms4G
370-Xss8M
371-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
372-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8
373-jar
374/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
375"setCrossScalaVersions 3.8.0-RC1-bin-20251114-d221ef5-NIGHTLY"
376"++3.8.0-RC1-bin-20251114-d221ef5-NIGHTLY -v"
377"mapScalacOptions ",REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s" ",-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e""
378"set every credentials := Nil"
379"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
380"removeScalacOptionsStartingWith -P:wartremover"
381
382moduleMappings
383"runBuild 3.8.0-RC1-bin-20251114-d221ef5-NIGHTLY """{"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.4"],"sourcePatches":[]}""" no.nrk.bigquery%bigquery-codegen no.nrk.bigquery%bigquery-core no.nrk.bigquery%bigquery-google-client no.nrk.bigquery%bigquery-http4s-client no.nrk.bigquery%bigquery-prometheus no.nrk.bigquery%bigquery-testing no.nrk.bigquery%bigquery-transfer-client no.nrk.bigquery%bigquery-zetasql"
384
385[info] welcome to sbt 1.11.5 (Eclipse Adoptium Java 17.0.8)
386[info] loading settings for project repo-build from akka.sbt, plugins.sbt...
387[info] loading project definition from /build/repo/project
388[info] loading settings for project root from build.sbt...
389[info] resolving key references (13814 settings) ...
390[info] set scmInfo to https://github.com/nrkno/bigquery-scala
391[info] set current project to bigquery-scala (in build file:/build/repo/)
392Execute setCrossScalaVersions: 3.8.0-RC1-bin-20251114-d221ef5-NIGHTLY
393OpenCB::Changing crossVersion 3.3.4 -> 3.8.0-RC1-bin-20251114-d221ef5-NIGHTLY in docs/crossScalaVersions
394[info] set scmInfo to https://github.com/nrkno/bigquery-scala
395OpenCB::Changing crossVersion 3.3.4 -> 3.8.0-RC1-bin-20251114-d221ef5-NIGHTLY in google-client/crossScalaVersions
396OpenCB::Changing crossVersion 3.3.4 -> 3.8.0-RC1-bin-20251114-d221ef5-NIGHTLY in testing/crossScalaVersions
397OpenCB::Changing crossVersion 3.3.4 -> 3.8.0-RC1-bin-20251114-d221ef5-NIGHTLY in rootJS/crossScalaVersions
398OpenCB::Changing crossVersion 3.3.4 -> 3.8.0-RC1-bin-20251114-d221ef5-NIGHTLY in rootNative/crossScalaVersions
399OpenCB::Changing crossVersion 3.3.4 -> 3.8.0-RC1-bin-20251114-d221ef5-NIGHTLY in core/crossScalaVersions
400OpenCB::Changing crossVersion 3.3.4 -> 3.8.0-RC1-bin-20251114-d221ef5-NIGHTLY in codegenTests/crossScalaVersions
401OpenCB::Changing crossVersion 3.3.4 -> 3.8.0-RC1-bin-20251114-d221ef5-NIGHTLY in prometheus/crossScalaVersions
402OpenCB::Changing crossVersion 3.3.4 -> 3.8.0-RC1-bin-20251114-d221ef5-NIGHTLY in transfer-client/crossScalaVersions
403OpenCB::Changing crossVersion 3.3.4 -> 3.8.0-RC1-bin-20251114-d221ef5-NIGHTLY in http4s-client/crossScalaVersions
404OpenCB::Limitting incorrect crossVersions List() -> List(2.13.15) in root/crossScalaVersions
405OpenCB::Changing crossVersion 3.3.4 -> 3.8.0-RC1-bin-20251114-d221ef5-NIGHTLY in rootJVM/crossScalaVersions
406OpenCB::Changing crossVersion 3.3.4 -> 3.8.0-RC1-bin-20251114-d221ef5-NIGHTLY in codegen/crossScalaVersions
407OpenCB::Changing crossVersion 3.3.4 -> 3.8.0-RC1-bin-20251114-d221ef5-NIGHTLY in zetasql/crossScalaVersions
408[info] set current project to bigquery-scala (in build file:/build/repo/)
409[info] Setting Scala version to 3.8.0-RC1-bin-20251114-d221ef5-NIGHTLY on 13 projects.
410[info] Switching Scala version on:
411[info] transfer-client (2.13.15, 3.8.0-RC1-bin-20251114-d221ef5-NIGHTLY)
412[info] google-client (2.13.15, 3.8.0-RC1-bin-20251114-d221ef5-NIGHTLY)
413[info] rootJS (2.13.15, 3.8.0-RC1-bin-20251114-d221ef5-NIGHTLY)
414[info] docs (2.13.15, 3.8.0-RC1-bin-20251114-d221ef5-NIGHTLY)
415[info] codegen (2.13.15, 3.8.0-RC1-bin-20251114-d221ef5-NIGHTLY)
416[info] prometheus (2.13.15, 3.8.0-RC1-bin-20251114-d221ef5-NIGHTLY)
417[info] testing (2.13.15, 3.8.0-RC1-bin-20251114-d221ef5-NIGHTLY)
418[info] rootJVM (2.13.15, 3.8.0-RC1-bin-20251114-d221ef5-NIGHTLY)
419[info] rootNative (2.13.15, 3.8.0-RC1-bin-20251114-d221ef5-NIGHTLY)
420[info] http4s-client (2.13.15, 3.8.0-RC1-bin-20251114-d221ef5-NIGHTLY)
421[info] core (2.13.15, 3.8.0-RC1-bin-20251114-d221ef5-NIGHTLY)
422[info] zetasql (2.13.15, 3.8.0-RC1-bin-20251114-d221ef5-NIGHTLY)
423[info] codegenTests (2.13.15, 3.8.0-RC1-bin-20251114-d221ef5-NIGHTLY)
424[info] Excluding projects:
425[info] * root (2.13.15)
426[info] Reapplying settings...
427[info] set scmInfo to https://github.com/nrkno/bigquery-scala
428[info] set current project to bigquery-scala (in build file:/build/repo/)
429Execute mapScalacOptions: ,REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
430[info] Reapplying settings...
431[info] set scmInfo to https://github.com/nrkno/bigquery-scala
432[info] set current project to bigquery-scala (in build file:/build/repo/)
433[info] Defining Global / credentials, codegen / credentials and 12 others.
434[info] The new values will be used by Compile / scalafmtOnly, IntegrationTest / scalafmtOnly and 123 others.
435[info] Run `last` for details.
436[info] Reapplying settings...
437[info] set scmInfo to https://github.com/nrkno/bigquery-scala
438[info] set current project to bigquery-scala (in build file:/build/repo/)
439Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
440[info] Reapplying settings...
441OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
442
443 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:336)
444 Did you mean transfer-client / allExcludeDependencies ?
445 , retry without global scopes
446[info] Reapplying settings...
447[info] set scmInfo to https://github.com/nrkno/bigquery-scala
448[info] set current project to bigquery-scala (in build file:/build/repo/)
449Execute removeScalacOptionsStartingWith: -P:wartremover
450[info] Reapplying settings...
451[info] set scmInfo to https://github.com/nrkno/bigquery-scala
452[info] set current project to bigquery-scala (in build file:/build/repo/)
453[success] Total time: 0 s, completed Nov 15, 2025, 2:06:14 AM
454Build config: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.4"],"sourcePatches":[]}
455Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly,List()))
456Starting build...
457Projects: Set(transfer-client, google-client, codegen, prometheus, testing, http4s-client, core, zetasql)
458Starting build for ProjectRef(file:/build/repo/,testing) (bigquery-testing)... [0/8]
459OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.8` in Scala 2.12.20 module Global
460OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
461OpenCB::Filter out '-feature', matches setting pattern '^-?-feature'
462OpenCB::Filter out '-source:3.2-migration', matches setting pattern '^-?-source(:.*)?'
463Compile scalacOptions: -encoding, UTF-8, -unchecked, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Wvalue-discard, -language:implicitConversions, -Xkind-projector, --java-output-version:17, 8, -old-syntax, -no-indent, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
464[info] compiling 59 Scala sources to /build/repo/core/.jvm/target/scala-3.8.0-RC1-bin-20251114-d221ef5-NIGHTLY/classes ...
465[warn] -- [E121] Pattern Match Warning: /build/repo/core/src/main/scala/no/nrk/bigquery/BQPartitionId.scala:64:11
466[warn] 64 | case other => sys.error(s"Unexpected $other")
467[warn] | ^^^^^
468[warn] |Unreachable case except for null (if this is intentional, consider writing case null => instead).
469[warn] -- [E121] Pattern Match Warning: /build/repo/core/src/main/scala/no/nrk/bigquery/BQPartitionId.scala:102:11
470[warn] 102 | case other => sys.error(s"Unexpected $other")
471[warn] | ^^^^^
472[warn] |Unreachable case except for null (if this is intentional, consider writing case null => instead).
473[warn] -- [E121] Pattern Match Warning: /build/repo/core/src/main/scala/no/nrk/bigquery/BQPartitionId.scala:121:11
474[warn] 121 | case other => sys.error(s"Unexpected $other")
475[warn] | ^^^^^
476[warn] |Unreachable case except for null (if this is intentional, consider writing case null => instead).
477[warn] three warnings found
478[info] done compiling
479[info] compiling 8 Scala sources to /build/repo/testing/.jvm/target/scala-3.8.0-RC1-bin-20251114-d221ef5-NIGHTLY/classes ...
480[info] done compiling
481[info] compiling 11 Scala sources to /build/repo/google-client/.jvm/target/scala-3.8.0-RC1-bin-20251114-d221ef5-NIGHTLY/classes ...
482[info] compiling 10 Scala sources to /build/repo/http4s-client/.jvm/target/scala-3.8.0-RC1-bin-20251114-d221ef5-NIGHTLY/classes ...
483[warn] -- [E198] Unused Symbol Warning: /build/repo/google-client/src/main/scala/no/nrk/bigquery/client/google/GoogleBigQueryClient.scala:21:59
484[warn] 21 |import com.google.cloud.bigquery.{Job as GoogleJob, Option as _, *}
485[warn] | ^^^^^^^^^^^
486[warn] | unused import
487[warn] -- [E198] Unused Symbol Warning: /build/repo/google-client/src/main/scala/no/nrk/bigquery/client/google/internal/RoutineHelper.scala:10:41
488[warn] 10 |import com.google.cloud.bigquery.{Option as _, *}
489[warn] | ^^^^^^^^^^^
490[warn] | unused import
491[warn] -- [E198] Unused Symbol Warning: /build/repo/google-client/src/main/scala/no/nrk/bigquery/client/google/internal/SchemaHelper.scala:10:41
492[warn] 10 |import com.google.cloud.bigquery.{Option as _, *}
493[warn] | ^^^^^^^^^^^
494[warn] | unused import
495[warn] -- [E198] Unused Symbol Warning: /build/repo/google-client/src/main/scala/no/nrk/bigquery/client/google/internal/TableHelper.scala:10:41
496[warn] 10 |import com.google.cloud.bigquery.{Option as _, *}
497[warn] | ^^^^^^^^^^^
498[warn] | unused import
499[warn] four warnings found
500[info] done compiling
501[info] done compiling
502[info] compiling 8 Scala sources to /build/repo/testing/.jvm/target/scala-3.8.0-RC1-bin-20251114-d221ef5-NIGHTLY/test-classes ...
503[info] done compiling
504Starting build for ProjectRef(file:/build/repo/,zetasql) (bigquery-zetasql)... [1/8]
505Compile scalacOptions: -encoding, UTF-8, -unchecked, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Wvalue-discard, -language:implicitConversions, -Xkind-projector, --java-output-version:17, 8, -old-syntax, -no-indent, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
506[info] compiling 1 Scala source to /build/repo/zetasql/.jvm/target/scala-3.8.0-RC1-bin-20251114-d221ef5-NIGHTLY/classes ...
507[info] done compiling
508[info] compiling 1 Scala source to /build/repo/zetasql/.jvm/target/scala-3.8.0-RC1-bin-20251114-d221ef5-NIGHTLY/test-classes ...
509[info] done compiling
510Starting build for ProjectRef(file:/build/repo/,core) (bigquery-core)... [2/8]
511Compile scalacOptions: -encoding, UTF-8, -unchecked, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Wvalue-discard, -language:implicitConversions, -Xkind-projector, --java-output-version:17, 8, -old-syntax, -no-indent, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
512[info] compiling 16 Scala sources to /build/repo/core/.jvm/target/scala-3.8.0-RC1-bin-20251114-d221ef5-NIGHTLY/test-classes ...
513[warn] -- [E198] Unused Symbol Warning: /build/repo/core/src/test/scala/no/nrk/bigquery/BQSqlFragTest.scala:88:15
514[warn] 88 | case class JobKey(value: String) extends JobKeyBQ
515[warn] | ^^^^^^
516[warn] | unused local definition
517[warn] one warning found
518[info] done compiling
519Starting build for ProjectRef(file:/build/repo/,google-client) (bigquery-google-client)... [3/8]
520Compile scalacOptions: -encoding, UTF-8, -unchecked, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Wvalue-discard, -language:implicitConversions, -Xkind-projector, --java-output-version:17, 8, -old-syntax, -no-indent, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
521[info] compiling 3 Scala sources to /build/repo/google-client/.jvm/target/scala-3.8.0-RC1-bin-20251114-d221ef5-NIGHTLY/test-classes ...
522[warn] -- [E198] Unused Symbol Warning: /build/repo/google-client/src/test/scala/no/nrk/bigquery/client/google/internal/TableUpdateOperationTest.scala:11:41
523[warn] 11 |import com.google.cloud.bigquery.{Option as _, *}
524[warn] | ^^^^^^^^^^^
525[warn] | unused import
526[warn] one warning found
527[info] done compiling
528Starting build for ProjectRef(file:/build/repo/,http4s-client) (bigquery-http4s-client)... [4/8]
529Compile scalacOptions: -encoding, UTF-8, -unchecked, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Wvalue-discard, -language:implicitConversions, -Xkind-projector, --java-output-version:17, 8, -old-syntax, -no-indent, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
530Starting build for ProjectRef(file:/build/repo/,prometheus) (bigquery-prometheus)... [5/8]
531Compile scalacOptions: -encoding, UTF-8, -unchecked, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Wvalue-discard, -language:implicitConversions, -Xkind-projector, --java-output-version:17, 8, -old-syntax, -no-indent, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
532[info] compiling 1 Scala source to /build/repo/prometheus/.jvm/target/scala-3.8.0-RC1-bin-20251114-d221ef5-NIGHTLY/classes ...
533[info] done compiling
534Starting build for ProjectRef(file:/build/repo/,codegen) (bigquery-codegen)... [6/8]
535Compile scalacOptions: -encoding, UTF-8, -unchecked, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Wvalue-discard, -language:implicitConversions, -Xkind-projector, --java-output-version:17, 8, -old-syntax, -no-indent, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
536[info] compiling 1 Scala source to /build/repo/codegen/.jvm/target/scala-3.8.0-RC1-bin-20251114-d221ef5-NIGHTLY/classes ...
537[info] done compiling
538[info] compiling 1 Scala source to /build/repo/codegen/.jvm/target/scala-3.8.0-RC1-bin-20251114-d221ef5-NIGHTLY/test-classes ...
539[info] done compiling
540Starting build for ProjectRef(file:/build/repo/,transfer-client) (bigquery-transfer-client)... [7/8]
541Compile scalacOptions: -encoding, UTF-8, -unchecked, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Wvalue-discard, -language:implicitConversions, -Xkind-projector, --java-output-version:17, 8, -old-syntax, -no-indent, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
542[info] compiling 1 Scala source to /build/repo/transfer-client/.jvm/target/scala-3.8.0-RC1-bin-20251114-d221ef5-NIGHTLY/classes ...
543[info] done compiling
544
545************************
546Build summary:
547[{
548 "module": "bigquery-testing",
549 "compile": {"status": "ok", "tookMs": 27138, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
550 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
551 "test-compile": {"status": "ok", "tookMs": 8565, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
552 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
553 "publish": {"status": "skipped", "tookMs": 0},
554 "metadata": {
555 "crossScalaVersions": ["2.13.15", "3.3.4"]
556}
557},{
558 "module": "bigquery-zetasql",
559 "compile": {"status": "ok", "tookMs": 1709, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
560 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
561 "test-compile": {"status": "ok", "tookMs": 1569, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
562 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
563 "publish": {"status": "skipped", "tookMs": 0},
564 "metadata": {
565 "crossScalaVersions": ["2.13.15", "3.3.4"]
566}
567},{
568 "module": "bigquery-core",
569 "compile": {"status": "ok", "tookMs": 52, "warnings": 3, "errors": 0, "sourceVersion": "3.8"},
570 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
571 "test-compile": {"status": "ok", "tookMs": 2269, "warnings": 1, "errors": 0, "sourceVersion": "3.8"},
572 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
573 "publish": {"status": "skipped", "tookMs": 0},
574 "metadata": {
575 "crossScalaVersions": ["2.13.15", "3.3.4"]
576}
577},{
578 "module": "bigquery-google-client",
579 "compile": {"status": "ok", "tookMs": 112, "warnings": 4, "errors": 0, "sourceVersion": "3.8"},
580 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
581 "test-compile": {"status": "ok", "tookMs": 1243, "warnings": 1, "errors": 0, "sourceVersion": "3.8"},
582 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
583 "publish": {"status": "skipped", "tookMs": 0},
584 "metadata": {
585 "crossScalaVersions": ["2.13.15", "3.3.4"]
586}
587},{
588 "module": "bigquery-http4s-client",
589 "compile": {"status": "ok", "tookMs": 100, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
590 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
591 "test-compile": {"status": "ok", "tookMs": 136, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
592 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
593 "publish": {"status": "skipped", "tookMs": 0},
594 "metadata": {
595 "crossScalaVersions": ["2.13.15", "3.3.4"]
596}
597},{
598 "module": "bigquery-prometheus",
599 "compile": {"status": "ok", "tookMs": 735, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
600 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
601 "test-compile": {"status": "ok", "tookMs": 130, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
602 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
603 "publish": {"status": "skipped", "tookMs": 0},
604 "metadata": {
605 "crossScalaVersions": ["2.13.15", "3.3.4"]
606}
607},{
608 "module": "bigquery-codegen",
609 "compile": {"status": "ok", "tookMs": 830, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
610 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
611 "test-compile": {"status": "ok", "tookMs": 715, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
612 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
613 "publish": {"status": "skipped", "tookMs": 0},
614 "metadata": {
615 "crossScalaVersions": ["2.13.15", "3.3.4"]
616}
617},{
618 "module": "bigquery-transfer-client",
619 "compile": {"status": "ok", "tookMs": 683, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
620 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
621 "test-compile": {"status": "ok", "tookMs": 160, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
622 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
623 "publish": {"status": "skipped", "tookMs": 0},
624 "metadata": {
625 "crossScalaVersions": ["2.13.15", "3.3.4"]
626}
627}]
628************************
629[success] Total time: 60 s, completed Nov 15, 2025, 2:07:14 AM
630[0JChecking patch project/plugins.sbt...
631Checking patch project/build.properties...
632Checking patch build.sbt...
633Applied patch project/plugins.sbt cleanly.
634Applied patch project/build.properties cleanly.
635Applied patch build.sbt cleanly.