Build Logs

scalapb/zio-grpc • 3.8.0:2026-01-13

Errors

0

Warnings

4

Total Lines

240

1##################################
2Clonning https://github.com/scalapb/zio-grpc.git into /build/repo using revision v0.6.3
3##################################
4Note: switching to '82e3e1b34b98fdb6e502151271f25ba1cfd61f30'.
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.4
22----
23Preparing build for 3.8.0
24Scala binary version found: 3.8
25Implicitly using source version 3.8
26Scala binary version found: 3.8
27Implicitly using source version 3.8
28Would try to apply common scalacOption (best-effort, sbt/mill only):
29Append: ,REQUIRE:-source:3.8
30Remove: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
31
32Try apply source patch:
33Path: build.sbt
34Pattern: val Scala3 = "3.3.4"
35Replacement: val Scala3 = "3.8.0"
36Starting compilation server
37Compiling project (Scala 3.7.3, JVM (17))
38Compiled project (Scala 3.7.3, JVM (17))
39Successfully applied pattern 'val Scala3 = "3.3.4"' in build.sbt
40----
41Starting build for 3.8.0
42Execute tests: true
43sbt project found:
44Sbt version 1.9.8 is not supported, minimal supported version is 1.11.5
45Enforcing usage of sbt in version 1.11.5
46No prepare script found for project scalapb/zio-grpc
47##################################
48Scala version: 3.8.0
49Targets: com.thesamet.scalapb.zio-grpc%zio-grpc-codegen com.thesamet.scalapb.zio-grpc%zio-grpc-core
50Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"full","migrationVersions":[],"sourcePatches":[{"path":"build.sbt","pattern":"val Scala3 = \"3.3.4\"","replaceWith":"val Scala3 = \"<SCALA_VERSION>\""}]}
51##################################
52Using extra scalacOptions: ,REQUIRE:-source:3.8
53Filtering out scalacOptions: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
54[sbt_options] declare -a sbt_options=()
55[process_args] java_version = '17'
56[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8/rt.jar'
57# Executing command line:
58java
59-Xms1g
60-Xmx2g
61-Dcommunitybuild.scala=3.8.0
62-Dcommunitybuild.project.dependencies.add=
63-Xmx7G
64-Xms4G
65-Xss8M
66-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
67-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8
68-jar
69/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
70"setCrossScalaVersions 3.8.0"
71"++3.8.0 -v"
72"mapScalacOptions ",REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s" ",-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e""
73"set every credentials := Nil"
74"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
75"removeScalacOptionsStartingWith -P:wartremover"
76
77moduleMappings
78"runBuild 3.8.0 """{"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"full","migrationVersions":[],"sourcePatches":[{"path":"build.sbt","pattern":"val Scala3 = \"3.3.4\"","replaceWith":"val Scala3 = \"<SCALA_VERSION>\""}]}""" com.thesamet.scalapb.zio-grpc%zio-grpc-codegen com.thesamet.scalapb.zio-grpc%zio-grpc-core"
79
80[info] welcome to sbt 1.11.5 (Eclipse Adoptium Java 17.0.8)
81[info] loading settings for project repo-build from akka.sbt, plugins.sbt...
82[info] loading project definition from /build/repo/project
83[info] compiling 4 Scala sources to /build/repo/project/target/scala-2.12/sbt-1.0/classes ...
84[info] Non-compiled module 'compiler-bridge_2.12' for Scala 2.12.20. Compiling...
85[info] Compilation completed in 9.17s.
86[info] done compiling
87/build/repo/build.sbt:127: warning: lazy value itSettings in object Defaults is deprecated (since 1.9.0): Create a separate subproject instead of using IntegrationTest and in addition avoid using itSettings
88 Defaults.itSettings,
89 ^
90/build/repo/build.sbt:167: warning: value IntegrationTest in trait LibraryManagementSyntax is deprecated (since 1.9.0): Create a separate subproject for testing instead
91 .configs(IntegrationTest)
92 ^
93/build/repo/build.sbt:170: warning: lazy value itSettings in object Defaults is deprecated (since 1.9.0): Create a separate subproject instead of using IntegrationTest and in addition avoid using itSettings
94 Defaults.itSettings,
95 ^
96/build/repo/build.sbt:12: 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:
97 resolvers += Resolver.sonatypeCentralSnapshots
98ThisBuild / resolvers ++= Resolver.sonatypeOssRepos("snapshots")
99 ^
100[info] loading settings for project repo from build.sbt...
101[info] resolving key references (38579 settings) ...
102[info] set current project to repo (in build file:/build/repo/)
103Execute setCrossScalaVersions: 3.8.0
104OpenCB::Changing crossVersion 3.8.0 -> 3.8.0 in e2eProtosJS3/crossScalaVersions
105OpenCB::Limitting incorrect crossVersions List(2.12.20, 2.13.15) -> List(3.8.0) in e2eProtosJS3/crossScalaVersions
106OpenCB::Changing crossVersion 3.8.0 -> 3.8.0 in e2eProtosJVM3/crossScalaVersions
107OpenCB::Limitting incorrect crossVersions List(2.12.20, 2.13.15) -> List(3.8.0) in e2eProtosJVM3/crossScalaVersions
108OpenCB::Changing crossVersion 3.8.0 -> 3.8.0 in benchmarksJVM3/crossScalaVersions
109OpenCB::Limitting incorrect crossVersions List(2.12.20, 2.13.15) -> List(3.8.0) in benchmarksJVM3/crossScalaVersions
110OpenCB::Limitting incorrect crossVersions List(2.12.20) -> List(2.13.15) in e2eJVM2_13/crossScalaVersions
111OpenCB::Limitting incorrect crossVersions List(2.12.20) -> List(2.13.15) in e2eJS2_13/crossScalaVersions
112OpenCB::Limitting incorrect crossVersions List(2.12.20) -> List(2.13.15) in e2eWebJS2_13/crossScalaVersions
113OpenCB::Changing crossVersion 3.8.0 -> 3.8.0 in codeGenJVM3/crossScalaVersions
114OpenCB::Limitting incorrect crossVersions List(2.12.20) -> List(3.8.0) in codeGenJVM3/crossScalaVersions
115OpenCB::Limitting incorrect crossVersions List(2.12.20) -> List(2.13.15) in coreJVM2_13/crossScalaVersions
116OpenCB::Changing crossVersion 3.8.0 -> 3.8.0 in coreJS3/crossScalaVersions
117OpenCB::Limitting incorrect crossVersions List(2.12.20) -> List(3.8.0) in coreJS3/crossScalaVersions
118OpenCB::Changing crossVersion 3.8.0 -> 3.8.0 in e2eJS3/crossScalaVersions
119OpenCB::Limitting incorrect crossVersions List(2.12.20) -> List(3.8.0) in e2eJS3/crossScalaVersions
120OpenCB::Changing crossVersion 3.8.0 -> 3.8.0 in e2eJVM3/crossScalaVersions
121OpenCB::Limitting incorrect crossVersions List(2.12.20) -> List(3.8.0) in e2eJVM3/crossScalaVersions
122OpenCB::Changing crossVersion 3.8.0 -> 3.8.0 in e2eWebJVM3/crossScalaVersions
123OpenCB::Limitting incorrect crossVersions List(2.12.20) -> List(3.8.0) in e2eWebJVM3/crossScalaVersions
124OpenCB::Changing crossVersion 3.8.0 -> 3.8.0 in e2eWebJS3/crossScalaVersions
125OpenCB::Limitting incorrect crossVersions List(2.12.20) -> List(3.8.0) in e2eWebJS3/crossScalaVersions
126OpenCB::Changing crossVersion 3.8.0 -> 3.8.0 in coreJVM3/crossScalaVersions
127OpenCB::Limitting incorrect crossVersions List(2.12.20) -> List(3.8.0) in coreJVM3/crossScalaVersions
128OpenCB::Limitting incorrect crossVersions List(2.12.20) -> List(2.13.15) in e2eWebJVM2_13/crossScalaVersions
129OpenCB::Limitting incorrect crossVersions List(2.12.20) -> List(2.13.15) in docs/crossScalaVersions
130OpenCB::Limitting incorrect crossVersions List(2.12.20) -> List(2.13.15) in codeGenJVM2_13/crossScalaVersions
131OpenCB::Limitting incorrect crossVersions List(2.12.20) -> List(2.13.15) in coreJS2_13/crossScalaVersions
132[info] set current project to repo (in build file:/build/repo/)
133[info] Setting Scala version to 3.8.0 on 10 projects.
134[info] Switching Scala version on:
135[info] e2eJVM3 (3.8.0)
136[info] e2eWebJS3 (3.8.0)
137[info] coreJVM3 (3.8.0)
138[info] codeGenJVM3 (3.8.0)
139[info] e2eJS3 (3.8.0)
140[info] e2eWebJVM3 (3.8.0)
141[info] benchmarksJVM3 (3.8.0)
142[info] e2eProtosJS3 (3.8.0)
143[info] e2eProtosJVM3 (3.8.0)
144[info] coreJS3 (3.8.0)
145[info] Excluding projects:
146[info] protoc-gen-zio (2.12.20)
147[info] e2eProtosJVM2_13 (2.12.20, 2.13.15)
148[info] e2eJS2_13 (2.13.15)
149[info] coreJS2_13 (2.13.15)
150[info] e2eJVM2_12 (2.12.20)
151[info] docs (2.13.15)
152[info] codeGenJVM2_12 (2.12.20)
153[info] e2eJS2_12 (2.12.20)
154[info] e2eProtosJVM2_12 (2.12.20, 2.13.15)
155[info] e2eJVM2_13 (2.13.15)
156[info] protoc-gen-zio-unix (2.12.20)
157[info] coreJS2_12 (2.12.20)
158[info] e2eProtosJS2_13 (2.12.20, 2.13.15)
159[info] e2eWebJVM2_12 (2.12.20)
160[info] benchmarksJVM2_13 (2.12.20, 2.13.15)
161[info] e2eWebJS2_12 (2.12.20)
162[info] e2eWebJS2_13 (2.13.15)
163[info] coreJVM2_12 (2.12.20)
164[info] e2eWebJVM2_13 (2.13.15)
165[info] protoc-gen-zio-windows (2.12.20)
166[info] * repo (2.12.20)
167[info] codeGenJVM2_13 (2.13.15)
168[info] e2eProtosJS2_12 (2.12.20, 2.13.15)
169[info] benchmarksJVM2_12 (2.12.20, 2.13.15)
170[info] coreJVM2_13 (2.13.15)
171[info] Reapplying settings...
172[info] set current project to repo (in build file:/build/repo/)
173Execute mapScalacOptions: ,REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
174[info] Reapplying settings...
175[info] set current project to repo (in build file:/build/repo/)
176[info] Defining Global / credentials, benchmarksJVM2_12 / credentials and 33 others.
177[info] The new values will be used by Compile / scalafmtOnly, Global / pgpSelectPassphrase and 279 others.
178[info] Run `last` for details.
179[info] Reapplying settings...
180[info] set current project to repo (in build file:/build/repo/)
181Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
182[info] Reapplying settings...
183OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
184
185 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:331)
186 Did you mean protoc-gen-zio-unix / allExcludeDependencies ?
187 , retry without global scopes
188[info] Reapplying settings...
189[info] set current project to repo (in build file:/build/repo/)
190Execute removeScalacOptionsStartingWith: -P:wartremover
191[info] Reapplying settings...
192[info] set current project to repo (in build file:/build/repo/)
193[success] Total time: 0 s, completed Jan 13, 2026, 4:45:51 PM
194Build config: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"full","migrationVersions":[],"sourcePatches":[{"path":"build.sbt","pattern":"val Scala3 = \"3.3.4\"","replaceWith":"val Scala3 = \"<SCALA_VERSION>\""}]}
195Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),Full,List()))
196Starting build...
197Projects: Set(codeGenJVM3, coreJVM3)
198Starting build for ProjectRef(file:/build/repo/,codeGenJVM3) (zio-grpc-codegen)... [0/2]
199OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.8` in Scala 2.12.20 module Global
200OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
201OpenCB::Filter out '-feature', matches setting pattern '^-?-feature'
202Compile scalacOptions: -encoding, UTF-8, -unchecked, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
203[info] compiling 2 Scala sources to /build/repo/code-gen/target/jvm-3/classes ...
204[info] done compiling
205Starting build for ProjectRef(file:/build/repo/,coreJVM3) (zio-grpc-core)... [1/2]
206Compile scalacOptions: -encoding, UTF-8, -unchecked, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
207[info] compiling 26 Scala sources to /build/repo/core/target/jvm-3/classes ...
208[info] done compiling
209
210************************
211Build summary:
212[{
213 "module": "zio-grpc-codegen",
214 "compile": {"status": "ok", "tookMs": 5627, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
215 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
216 "test-compile": {"status": "ok", "tookMs": 154, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
217 "test": {"status": "ok", "tookMs": 142, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
218 "publish": {"status": "skipped", "tookMs": 0},
219 "metadata": {
220 "crossScalaVersions": ["2.12.20", "3.3.4"]
221}
222},{
223 "module": "zio-grpc-core",
224 "compile": {"status": "ok", "tookMs": 5336, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
225 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
226 "test-compile": {"status": "ok", "tookMs": 130, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
227 "test": {"status": "ok", "tookMs": 123, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
228 "publish": {"status": "skipped", "tookMs": 0},
229 "metadata": {
230 "crossScalaVersions": ["2.12.20", "3.3.4"]
231}
232}]
233************************
234[success] Total time: 14 s, completed Jan 13, 2026, 4:46:05 PM
235[0JChecking patch project/plugins.sbt...
236Checking patch project/build.properties...
237Checking patch build.sbt...
238Applied patch project/plugins.sbt cleanly.
239Applied patch project/build.properties cleanly.
240Applied patch build.sbt cleanly.