Build Logs
playframework/play-grpc • scheduled_3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY
Errors
0
Warnings
114
Total Lines
665
1##################################
2Clonning https://github.com/playframework/play-grpc.git into /build/repo using revision 0.13.0-M3
3##################################
4Note: switching to 'a829c1c4a18fe3ac3c2cd8eb89e73ca5d2b3d5e7'.
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.7
22----
23Preparing build for 3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY
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: project/Dependencies.scala
34Pattern: val scala3 = "3.3.7"
35Replacement: val scala3 = "3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY"
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.7"' in project/Dependencies.scala
40----
41Starting build for 3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY
42Execute tests: false
43sbt project found:
44No prepare script found for project playframework/play-grpc
45##################################
46Scala version: 3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY
47Targets: org.playframework%play-grpc-runtime org.playframework%play-grpc-scalatest org.playframework%play-grpc-specs2 org.playframework%play-grpc-testkit
48Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":[],"sourcePatches":[{"path":"project/Dependencies.scala","pattern":"val scala3 = \"3.3.7\"","replaceWith":"val scala3 = \"<SCALA_VERSION>\""}]}
49##################################
50Using extra scalacOptions: ,REQUIRE:-source:3.8
51Filtering out scalacOptions: ,-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.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY
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.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY"
68"++3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY -v"
69"mapScalacOptions ",REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s" ",-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.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY """{"projects":{"exclude":[],"overrides":{}},"java":{},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":[],"sourcePatches":[{"path":"project/Dependencies.scala","pattern":"val scala3 = \"3.3.7\"","replaceWith":"val scala3 = \"<SCALA_VERSION>\""}]}""" org.playframework%play-grpc-runtime org.playframework%play-grpc-scalatest org.playframework%play-grpc-specs2 org.playframework%play-grpc-testkit"
76
77[info] [launcher] getting org.scala-sbt sbt 1.11.7 (this may take some time)...
78[info] welcome to sbt 1.11.7 (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 8 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.095s.
84[warn] /build/repo/project/ReflectiveCodeGen.scala:113:37: method toLoader in object ClasspathUtilities is deprecated (since 1.4.0): internal
85[warn] val loader = ClasspathUtilities.toLoader(cp, classOf[protocbridge.ProtocCodeGenerator].getClassLoader)
86[warn] ^
87[warn] /build/repo/project/ReflectiveCodeGen.scala:113:18: object ClasspathUtilities in package classpath is deprecated (since 1.4.0): internal
88[warn] val loader = ClasspathUtilities.toLoader(cp, classOf[protocbridge.ProtocCodeGenerator].getClassLoader)
89[warn] ^
90[warn] two warnings found
91[info] done compiling
92[info] loading settings for project play-grpc from build.sbt...
93[info] resolving key references (10026 settings) ...
94[info] set current project to play-grpc (in build file:/build/repo/)
95Execute setCrossScalaVersions: 3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY
96OpenCB::Limitting incorrect crossVersions List() -> List(2.13.17) in play-grpc/crossScalaVersions
97OpenCB::Changing crossVersion 3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY -> 3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY in play-grpc-actions-testdata/crossScalaVersions
98OpenCB::Changing crossVersion 3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY -> 3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY in play-grpc-interop-test-java/crossScalaVersions
99OpenCB::Changing crossVersion 3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY -> 3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY in play-grpc-scalatest/crossScalaVersions
100OpenCB::Changing crossVersion 3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY -> 3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY in play-grpc-testdata/crossScalaVersions
101OpenCB::Changing crossVersion 3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY -> 3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY in play-grpc-specs2/crossScalaVersions
102OpenCB::Changing crossVersion 3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY -> 3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY in play-grpc-interop-test-scala/crossScalaVersions
103OpenCB::Changing crossVersion 3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY -> 3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY in play-grpc-testkit/crossScalaVersions
104OpenCB::Changing crossVersion 3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY -> 3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY in play-grpc-runtime/crossScalaVersions
105[info] set current project to play-grpc (in build file:/build/repo/)
106[info] Setting Scala version to 3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY on 8 projects.
107[info] Switching Scala version on:
108[info] play-grpc-scalatest (2.13.17, 3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY)
109[info] play-grpc-specs2 (2.13.17, 3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY)
110[info] play-grpc-interop-test-scala (2.13.17, 3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY)
111[info] play-grpc-runtime (2.13.17, 3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY)
112[info] play-grpc-actions-testdata (2.13.17, 3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY)
113[info] play-grpc-testdata (2.13.17, 3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY)
114[info] play-grpc-testkit (2.13.17, 3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY)
115[info] play-grpc-interop-test-java (2.13.17, 3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY)
116[info] Excluding projects:
117[info] play-grpc-generators (2.12.20)
118[info] * play-grpc (2.13.17)
119[info] Reapplying settings...
120[info] set current project to play-grpc (in build file:/build/repo/)
121Execute mapScalacOptions: ,REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
122[info] Reapplying settings...
123[info] set current project to play-grpc (in build file:/build/repo/)
124[info] Defining Global / credentials, credentials and 8 others.
125[info] The new values will be used by Compile / scalafmtOnly, Global / pgpSelectPassphrase and 79 others.
126[info] Run `last` for details.
127[info] Reapplying settings...
128[info] set current project to play-grpc (in build file:/build/repo/)
129Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
130[info] Reapplying settings...
131OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
132
133 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:331)
134 Did you mean play-grpc-scalatest / allExcludeDependencies ?
135 , retry without global scopes
136[info] Reapplying settings...
137[info] set current project to play-grpc (in build file:/build/repo/)
138Execute removeScalacOptionsStartingWith: -P:wartremover
139[info] Reapplying settings...
140[info] set current project to play-grpc (in build file:/build/repo/)
141[success] Total time: 0 s, completed Dec 6, 2025, 1:24:40 AM
142Build config: {"projects":{"exclude":[],"overrides":{}},"java":{},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":[],"sourcePatches":[{"path":"project/Dependencies.scala","pattern":"val scala3 = \"3.3.7\"","replaceWith":"val scala3 = \"<SCALA_VERSION>\""}]}
143Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly,List()))
144Starting build...
145Projects: Set(play-grpc-scalatest, play-grpc-specs2, play-grpc-runtime, play-grpc-actions-testdata, play-grpc-testdata, play-grpc-testkit)
146Starting build for ProjectRef(file:/build/repo/,play-grpc-testdata) (play-grpc-testdata)... [0/6]
147OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.8` in Scala 2.12.20 module Global
148OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.8` in Scala 2.12.20 module Scope(Select(BuildRef(file:/build/repo/)), Zero, Zero, Zero)
149OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
150OpenCB::Filter out '-feature', matches setting pattern '^-?-feature'
151Compile scalacOptions: -encoding, utf8, -unchecked, -Xlint, -Xfuture, -Ywarn-dead-code, -Ywarn-numeric-widen, -Ywarn-value-discard, -Xlint:-unused,_, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
152OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.8` in Scala 2.12.20 module Scope(Select(ProjectRef(file:/build/repo/,play-grpc-generators)), Zero, Zero, Zero)
153OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.8` in Scala 2.12.20 module Scope(Select(ProjectRef(file:/build/repo/,play-grpc-generators)), Select(ConfigKey(compile)), Zero, Zero)
154[info] compiling 13 Scala sources to /build/repo/play-generators/target/scala-2.12/classes ...
155[warn] /build/repo/play-generators/src/main/scala/play/grpc/gen/scaladsl/PlayScalaServerCodeGenerator.scala:10:43: Unused import
156[warn] import org.apache.pekko.grpc.gen.scaladsl.ScalaServerCodeGenerator
157[warn] ^
158[warn] /build/repo/play-generators/src/main/twirl/templates/PlayJava/ClientProvider.scala.txt:1:1: Unused import
159[warn] @*
160[warn] ^
161[warn] /build/repo/play-generators/src/main/twirl/templates/PlayJava/PekkoGrpcClientModule.scala.txt:1:1: Unused import
162[warn] @*
163[warn] ^
164[warn] /build/repo/play-generators/src/main/twirl/templates/PlayJavaServer/Router.scala.txt:1:1: Unused import
165[warn] @*
166[warn] ^
167[warn] /build/repo/play-generators/src/main/twirl/templates/PlayJavaServer/RouterUsingActions.scala.txt:1:1: Unused import
168[warn] @*
169[warn] ^
170[warn] /build/repo/play-generators/src/main/twirl/templates/PlayScala/ClientProvider.scala.txt:1:1: Unused import
171[warn] @*
172[warn] ^
173[warn] /build/repo/play-generators/src/main/twirl/templates/PlayScala/PekkoGrpcClientModule.scala.txt:1:1: Unused import
174[warn] @*
175[warn] ^
176[warn] /build/repo/play-generators/src/main/twirl/templates/PlayScala/Router.scala.txt:1:1: Unused import
177[warn] @*
178[warn] ^
179[warn] /build/repo/play-generators/src/main/twirl/templates/PlayScala/RouterUsingActions.scala.txt:1:1: Unused import
180[warn] @*
181[warn] ^
182[warn] 9 warnings found
183[info] done compiling
184[info] compiling 3 Scala sources to /build/repo/play-runtime/target/scala-3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY/classes ...
185[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
186[warn] bad option '-Xfuture' was ignored
187[warn] bad option '-Ywarn-dead-code' was ignored
188[warn] bad option '-Ywarn-numeric-widen' was ignored
189[warn] bad option '-Ywarn-value-discard' was ignored
190[warn] there were 3 deprecation warnings; re-run with -deprecation for details
191[warn] 6 warnings found
192[info] done compiling
193[info] Compiling 1 protobuf files to /build/repo/play-testdata/target/scala-3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY/src_managed/main
194[info] Generating Apache Pekko gRPC service interface for example.myapp.helloworld.grpc.helloworld.GreeterService
195[info] Generating Apache Pekko gRPC service interface for [example.myapp.helloworld.grpc.GreeterService]
196[info] Generating Apache Pekko gRPC client for example.myapp.helloworld.grpc.helloworld.GreeterService
197[info] Generating Apache Pekko gRPC Client [example.myapp.helloworld.grpc.GreeterService]
198[info] Generating Apache Pekko gRPC Lifted Client interface[example.myapp.helloworld.grpc.GreeterService]
199[info] Generating Apache Pekko gRPC service handler for example.myapp.helloworld.grpc.helloworld.GreeterService
200[info] Generating Apache Pekko gRPC service handler for example.myapp.helloworld.grpc.GreeterService
201[info] Generating Play gRPC client provider for example.myapp.helloworld.grpc.GreeterService
202[info] Generated [example.myapp.helloworld.grpc.PekkoGrpcClientModule] add it to play.modules.enabled and a section with Pekko gRPC client config under org.apache.pekko.grpc.client."servicepackage.ServiceName" to be able to inject client instances.
203[info] Generating Play gRPC service play router for example.myapp.helloworld.grpc.GreeterService
204[info] Generating Play gRPC play client provider for example.myapp.helloworld.grpc.helloworld.GreeterService
205[info] Generated [example.myapp.helloworld.grpc.helloworld.PekkoGrpcClientModule] add it to play.modules.enabled and a section with Pekko gRPC client config under org.apache.pekko.grpc.client."servicepackage.ServiceName" to be able to inject client instances.
206[info] Generating Play gRPC service play router for example.myapp.helloworld.grpc.helloworld.GreeterService
207[info] compiling 10 Scala sources and 12 Java sources to /build/repo/play-testdata/target/scala-3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY/classes ...
208[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
209[warn] bad option '-Xfuture' was ignored
210[warn] bad option '-Ywarn-dead-code' was ignored
211[warn] bad option '-Ywarn-numeric-widen' was ignored
212[warn] bad option '-Ywarn-value-discard' was ignored
213[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
214[warn] 6 warnings found
215[info] /build/repo/play-testdata/target/scala-3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY/src_managed/main/example/myapp/helloworld/grpc/AbstractGreeterServiceRouter.java: Some input files use or override a deprecated API.
216[info] /build/repo/play-testdata/target/scala-3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY/src_managed/main/example/myapp/helloworld/grpc/AbstractGreeterServiceRouter.java: Recompile with -Xlint:deprecation for details.
217[info] done compiling
218[info] Compiling 1 protobuf files to /build/repo/play-testdata/target/scala-3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY/src_managed/main
219[info] Generating Apache Pekko gRPC service interface for example.myapp.helloworld.grpc.helloworld.GreeterService
220[info] Generating Apache Pekko gRPC service interface for [example.myapp.helloworld.grpc.GreeterService]
221[info] Generating Apache Pekko gRPC client for example.myapp.helloworld.grpc.helloworld.GreeterService
222[info] Generating Apache Pekko gRPC Client [example.myapp.helloworld.grpc.GreeterService]
223[info] Generating Apache Pekko gRPC Lifted Client interface[example.myapp.helloworld.grpc.GreeterService]
224[info] Generating Apache Pekko gRPC service handler for example.myapp.helloworld.grpc.helloworld.GreeterService
225[info] Generating Apache Pekko gRPC service handler for example.myapp.helloworld.grpc.GreeterService
226[info] Generating Play gRPC client provider for example.myapp.helloworld.grpc.GreeterService
227[info] Generated [example.myapp.helloworld.grpc.PekkoGrpcClientModule] add it to play.modules.enabled and a section with Pekko gRPC client config under org.apache.pekko.grpc.client."servicepackage.ServiceName" to be able to inject client instances.
228[info] Generating Play gRPC service play router for example.myapp.helloworld.grpc.GreeterService
229[info] Generating Play gRPC play client provider for example.myapp.helloworld.grpc.helloworld.GreeterService
230[info] Generated [example.myapp.helloworld.grpc.helloworld.PekkoGrpcClientModule] add it to play.modules.enabled and a section with Pekko gRPC client config under org.apache.pekko.grpc.client."servicepackage.ServiceName" to be able to inject client instances.
231[info] Generating Play gRPC service play router for example.myapp.helloworld.grpc.helloworld.GreeterService
232[info] Compiling 1 protobuf files to /build/repo/play-testdata/target/scala-3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY/src_managed/main
233[info] Generating Apache Pekko gRPC service interface for example.myapp.helloworld.grpc.helloworld.GreeterService
234[info] Generating Apache Pekko gRPC service interface for [example.myapp.helloworld.grpc.GreeterService]
235[info] Generating Apache Pekko gRPC client for example.myapp.helloworld.grpc.helloworld.GreeterService
236[info] Generating Apache Pekko gRPC Client [example.myapp.helloworld.grpc.GreeterService]
237[info] Generating Apache Pekko gRPC Lifted Client interface[example.myapp.helloworld.grpc.GreeterService]
238[info] Generating Apache Pekko gRPC service handler for example.myapp.helloworld.grpc.helloworld.GreeterService
239[info] Generating Apache Pekko gRPC service handler for example.myapp.helloworld.grpc.GreeterService
240[info] Generating Play gRPC client provider for example.myapp.helloworld.grpc.GreeterService
241[info] Generated [example.myapp.helloworld.grpc.PekkoGrpcClientModule] add it to play.modules.enabled and a section with Pekko gRPC client config under org.apache.pekko.grpc.client."servicepackage.ServiceName" to be able to inject client instances.
242[info] Generating Play gRPC service play router for example.myapp.helloworld.grpc.GreeterService
243[info] Generating Play gRPC play client provider for example.myapp.helloworld.grpc.helloworld.GreeterService
244[info] Generated [example.myapp.helloworld.grpc.helloworld.PekkoGrpcClientModule] add it to play.modules.enabled and a section with Pekko gRPC client config under org.apache.pekko.grpc.client."servicepackage.ServiceName" to be able to inject client instances.
245[info] Generating Play gRPC service play router for example.myapp.helloworld.grpc.helloworld.GreeterService
246[info] Compiling 1 protobuf files to /build/repo/play-testdata/target/scala-3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY/src_managed/main
247[info] Generating Apache Pekko gRPC service interface for example.myapp.helloworld.grpc.helloworld.GreeterService
248[info] Generating Apache Pekko gRPC service interface for [example.myapp.helloworld.grpc.GreeterService]
249[info] Generating Apache Pekko gRPC client for example.myapp.helloworld.grpc.helloworld.GreeterService
250[info] Generating Apache Pekko gRPC Client [example.myapp.helloworld.grpc.GreeterService]
251[info] Generating Apache Pekko gRPC Lifted Client interface[example.myapp.helloworld.grpc.GreeterService]
252[info] Generating Apache Pekko gRPC service handler for example.myapp.helloworld.grpc.helloworld.GreeterService
253[info] Generating Apache Pekko gRPC service handler for example.myapp.helloworld.grpc.GreeterService
254[info] Generating Play gRPC client provider for example.myapp.helloworld.grpc.GreeterService
255[info] Generated [example.myapp.helloworld.grpc.PekkoGrpcClientModule] add it to play.modules.enabled and a section with Pekko gRPC client config under org.apache.pekko.grpc.client."servicepackage.ServiceName" to be able to inject client instances.
256[info] Generating Play gRPC service play router for example.myapp.helloworld.grpc.GreeterService
257[info] Generating Play gRPC play client provider for example.myapp.helloworld.grpc.helloworld.GreeterService
258[info] Generated [example.myapp.helloworld.grpc.helloworld.PekkoGrpcClientModule] add it to play.modules.enabled and a section with Pekko gRPC client config under org.apache.pekko.grpc.client."servicepackage.ServiceName" to be able to inject client instances.
259[info] Generating Play gRPC service play router for example.myapp.helloworld.grpc.helloworld.GreeterService
260Starting build for ProjectRef(file:/build/repo/,play-grpc-scalatest) (play-grpc-scalatest)... [1/6]
261Compile scalacOptions: -encoding, utf8, -unchecked, -Xlint, -Xfuture, -Ywarn-dead-code, -Ywarn-numeric-widen, -Ywarn-value-discard, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
262[info] compiling 1 Scala source and 1 Java source to /build/repo/play-testkit/target/scala-3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY/classes ...
263[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
264[warn] bad option '-Xfuture' was ignored
265[warn] bad option '-Ywarn-dead-code' was ignored
266[warn] bad option '-Ywarn-numeric-widen' was ignored
267[warn] bad option '-Ywarn-value-discard' was ignored
268[warn] 5 warnings found
269[warn] /build/repo/play-testkit/src/main/java/play/grpc/testkit/JavaPekkoGrpcClientHelpers.java:33:13: toIterable() in scala.collection.Iterable has been deprecated
270[warn] serverEndpoints
271[warn] .endpoints()
272[warn] .filter(e -> e.protocols().contains("HTTP/2.0" /* Play's HttpProtocol.HTTP_2_0 */))
273[warn] .toIterable
274[warn] ^
275[warn] /build/repo/play-testkit/src/main/java/play/grpc/testkit/JavaPekkoGrpcClientHelpers.java:33:24: unchecked conversion
276[warn] required: scala.collection.Iterable<play.core.server.ServerEndpoint>
277[warn] found: scala.collection.Iterable
278[warn] serverEndpoints
279[warn] .endpoints()
280[warn] .filter(e -> e.protocols().contains("HTTP/2.0" /* Play's HttpProtocol.HTTP_2_0 */))
281[warn] .toIterable()
282[warn] ^
283[warn] /build/repo/play-testkit/src/main/java/play/grpc/testkit/JavaPekkoGrpcClientHelpers.java:49:75: toIterable() in scala.collection.Iterable has been deprecated
284[warn] possibleEndpoints.filter(endpoint -> endpoint.ssl().isDefined()).toIterable
285[warn] ^
286[warn] /build/repo/play-testkit/src/main/java/play/grpc/testkit/JavaPekkoGrpcClientHelpers.java:49:86: unchecked conversion
287[warn] required: scala.collection.Iterable<play.core.server.ServerEndpoint>
288[warn] found: scala.collection.Iterable
289[warn] possibleEndpoints.filter(endpoint -> endpoint.ssl().isDefined()).toIterable()
290[warn] ^
291[info] done compiling
292[info] compiling 1 Scala source to /build/repo/play-scalatest/target/scala-3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY/classes ...
293[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
294[warn] bad option '-Xfuture' was ignored
295[warn] bad option '-Ywarn-dead-code' was ignored
296[warn] bad option '-Ywarn-numeric-widen' was ignored
297[warn] bad option '-Ywarn-value-discard' was ignored
298[warn] 5 warnings found
299[info] done compiling
300[info] Compiling 1 protobuf files to /build/repo/play-actions-testdata/target/scala-3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY/src_managed/main
301[info] Generating Apache Pekko gRPC service interface for example.myapp.helloworld.grpc.actions.helloworld.GreeterService
302[info] Generating Apache Pekko gRPC service interface for [example.myapp.helloworld.grpc.actions.GreeterService]
303[info] Generating Apache Pekko gRPC client for example.myapp.helloworld.grpc.actions.helloworld.GreeterService
304[info] Generating Apache Pekko gRPC Client [example.myapp.helloworld.grpc.actions.GreeterService]
305[info] Generating Apache Pekko gRPC Lifted Client interface[example.myapp.helloworld.grpc.actions.GreeterService]
306[info] Generating Apache Pekko gRPC service handler for example.myapp.helloworld.grpc.actions.helloworld.GreeterService
307[info] Generating Apache Pekko gRPC service handler for example.myapp.helloworld.grpc.actions.GreeterService
308[info] Generating Play gRPC service play router for example.myapp.helloworld.grpc.actions.helloworld.GreeterService
309[info] compiling 7 Scala sources and 9 Java sources to /build/repo/play-actions-testdata/target/scala-3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY/classes ...
310[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
311[warn] bad option '-Xfuture' was ignored
312[warn] bad option '-Ywarn-dead-code' was ignored
313[warn] bad option '-Ywarn-numeric-widen' was ignored
314[warn] bad option '-Ywarn-value-discard' was ignored
315[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
316[info] Compiling 1 protobuf files to /build/repo/play-testdata/target/scala-3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY/src_managed/main
317[info] Generating Apache Pekko gRPC service interface for example.myapp.helloworld.grpc.helloworld.GreeterService
318[info] Generating Apache Pekko gRPC service interface for [example.myapp.helloworld.grpc.GreeterService]
319[info] Generating Apache Pekko gRPC client for example.myapp.helloworld.grpc.helloworld.GreeterService
320[info] Generating Apache Pekko gRPC Client [example.myapp.helloworld.grpc.GreeterService]
321[info] Generating Apache Pekko gRPC Lifted Client interface[example.myapp.helloworld.grpc.GreeterService]
322[info] Generating Apache Pekko gRPC service handler for example.myapp.helloworld.grpc.helloworld.GreeterService
323[info] Generating Apache Pekko gRPC service handler for example.myapp.helloworld.grpc.GreeterService
324[info] Generating Play gRPC client provider for example.myapp.helloworld.grpc.GreeterService
325[info] Generated [example.myapp.helloworld.grpc.PekkoGrpcClientModule] add it to play.modules.enabled and a section with Pekko gRPC client config under org.apache.pekko.grpc.client."servicepackage.ServiceName" to be able to inject client instances.
326[info] Generating Play gRPC service play router for example.myapp.helloworld.grpc.GreeterService
327[info] Generating Play gRPC play client provider for example.myapp.helloworld.grpc.helloworld.GreeterService
328[info] Generated [example.myapp.helloworld.grpc.helloworld.PekkoGrpcClientModule] add it to play.modules.enabled and a section with Pekko gRPC client config under org.apache.pekko.grpc.client."servicepackage.ServiceName" to be able to inject client instances.
329[info] Generating Play gRPC service play router for example.myapp.helloworld.grpc.helloworld.GreeterService
330[warn] 6 warnings found
331[info] /build/repo/play-actions-testdata/target/scala-3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY/src_managed/main/example/myapp/helloworld/grpc/actions/GreeterServiceHandlerFactory.java: GreeterServiceHandlerFactory.java uses or overrides a deprecated API.
332[info] /build/repo/play-actions-testdata/target/scala-3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY/src_managed/main/example/myapp/helloworld/grpc/actions/GreeterServiceHandlerFactory.java: Recompile with -Xlint:deprecation for details.
333[info] done compiling
334[info] compiling 3 Scala sources and 2 Java sources to /build/repo/play-testkit/target/scala-3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY/test-classes ...
335[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
336[warn] bad option '-Xfuture' was ignored
337[warn] bad option '-Ywarn-dead-code' was ignored
338[warn] bad option '-Ywarn-numeric-widen' was ignored
339[warn] bad option '-Ywarn-value-discard' was ignored
340[warn] 5 warnings found
341[info] done compiling
342[info] compiling 2 Scala sources to /build/repo/play-scalatest/target/scala-3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY/test-classes ...
343[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
344[warn] bad option '-Xfuture' was ignored
345[warn] bad option '-Ywarn-dead-code' was ignored
346[warn] bad option '-Ywarn-numeric-widen' was ignored
347[warn] bad option '-Ywarn-value-discard' was ignored
348[warn] 5 warnings found
349[info] done compiling
350[info] Compiling 1 protobuf files to /build/repo/play-actions-testdata/target/scala-3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY/src_managed/main
351[info] Generating Apache Pekko gRPC service interface for example.myapp.helloworld.grpc.actions.helloworld.GreeterService
352[info] Generating Apache Pekko gRPC service interface for [example.myapp.helloworld.grpc.actions.GreeterService]
353[info] Generating Apache Pekko gRPC client for example.myapp.helloworld.grpc.actions.helloworld.GreeterService
354[info] Generating Apache Pekko gRPC Client [example.myapp.helloworld.grpc.actions.GreeterService]
355[info] Generating Apache Pekko gRPC Lifted Client interface[example.myapp.helloworld.grpc.actions.GreeterService]
356[info] Generating Apache Pekko gRPC service handler for example.myapp.helloworld.grpc.actions.helloworld.GreeterService
357[info] Generating Apache Pekko gRPC service handler for example.myapp.helloworld.grpc.actions.GreeterService
358[info] Generating Play gRPC service play router for example.myapp.helloworld.grpc.actions.helloworld.GreeterService
359[info] Compiling 1 protobuf files to /build/repo/play-testdata/target/scala-3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY/src_managed/main
360[info] Generating Apache Pekko gRPC service interface for example.myapp.helloworld.grpc.helloworld.GreeterService
361[info] Generating Apache Pekko gRPC service interface for [example.myapp.helloworld.grpc.GreeterService]
362[info] Generating Apache Pekko gRPC client for example.myapp.helloworld.grpc.helloworld.GreeterService
363[info] Generating Apache Pekko gRPC Client [example.myapp.helloworld.grpc.GreeterService]
364[info] Generating Apache Pekko gRPC Lifted Client interface[example.myapp.helloworld.grpc.GreeterService]
365[info] Generating Apache Pekko gRPC service handler for example.myapp.helloworld.grpc.helloworld.GreeterService
366[info] Generating Apache Pekko gRPC service handler for example.myapp.helloworld.grpc.GreeterService
367[info] Generating Play gRPC client provider for example.myapp.helloworld.grpc.GreeterService
368[info] Generated [example.myapp.helloworld.grpc.PekkoGrpcClientModule] add it to play.modules.enabled and a section with Pekko gRPC client config under org.apache.pekko.grpc.client."servicepackage.ServiceName" to be able to inject client instances.
369[info] Generating Play gRPC service play router for example.myapp.helloworld.grpc.GreeterService
370[info] Generating Play gRPC play client provider for example.myapp.helloworld.grpc.helloworld.GreeterService
371[info] Generated [example.myapp.helloworld.grpc.helloworld.PekkoGrpcClientModule] add it to play.modules.enabled and a section with Pekko gRPC client config under org.apache.pekko.grpc.client."servicepackage.ServiceName" to be able to inject client instances.
372[info] Generating Play gRPC service play router for example.myapp.helloworld.grpc.helloworld.GreeterService
373[info] Compiling 1 protobuf files to /build/repo/play-actions-testdata/target/scala-3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY/src_managed/main
374[info] Generating Apache Pekko gRPC service interface for example.myapp.helloworld.grpc.actions.helloworld.GreeterService
375[info] Generating Apache Pekko gRPC service interface for [example.myapp.helloworld.grpc.actions.GreeterService]
376[info] Generating Apache Pekko gRPC client for example.myapp.helloworld.grpc.actions.helloworld.GreeterService
377[info] Generating Apache Pekko gRPC Client [example.myapp.helloworld.grpc.actions.GreeterService]
378[info] Generating Apache Pekko gRPC Lifted Client interface[example.myapp.helloworld.grpc.actions.GreeterService]
379[info] Generating Apache Pekko gRPC service handler for example.myapp.helloworld.grpc.actions.helloworld.GreeterService
380[info] Generating Apache Pekko gRPC service handler for example.myapp.helloworld.grpc.actions.GreeterService
381[info] Generating Play gRPC service play router for example.myapp.helloworld.grpc.actions.helloworld.GreeterService
382[info] Compiling 1 protobuf files to /build/repo/play-testdata/target/scala-3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY/src_managed/main
383[info] Generating Apache Pekko gRPC service interface for example.myapp.helloworld.grpc.helloworld.GreeterService
384[info] Generating Apache Pekko gRPC service interface for [example.myapp.helloworld.grpc.GreeterService]
385[info] Generating Apache Pekko gRPC client for example.myapp.helloworld.grpc.helloworld.GreeterService
386[info] Generating Apache Pekko gRPC Client [example.myapp.helloworld.grpc.GreeterService]
387[info] Generating Apache Pekko gRPC Lifted Client interface[example.myapp.helloworld.grpc.GreeterService]
388[info] Generating Apache Pekko gRPC service handler for example.myapp.helloworld.grpc.helloworld.GreeterService
389[info] Generating Apache Pekko gRPC service handler for example.myapp.helloworld.grpc.GreeterService
390[info] Generating Play gRPC client provider for example.myapp.helloworld.grpc.GreeterService
391[info] Generated [example.myapp.helloworld.grpc.PekkoGrpcClientModule] add it to play.modules.enabled and a section with Pekko gRPC client config under org.apache.pekko.grpc.client."servicepackage.ServiceName" to be able to inject client instances.
392[info] Generating Play gRPC service play router for example.myapp.helloworld.grpc.GreeterService
393[info] Generating Play gRPC play client provider for example.myapp.helloworld.grpc.helloworld.GreeterService
394[info] Generated [example.myapp.helloworld.grpc.helloworld.PekkoGrpcClientModule] add it to play.modules.enabled and a section with Pekko gRPC client config under org.apache.pekko.grpc.client."servicepackage.ServiceName" to be able to inject client instances.
395[info] Generating Play gRPC service play router for example.myapp.helloworld.grpc.helloworld.GreeterService
396Starting build for ProjectRef(file:/build/repo/,play-grpc-specs2) (play-grpc-specs2)... [2/6]
397Compile scalacOptions: -encoding, utf8, -unchecked, -Xlint, -Xfuture, -Ywarn-dead-code, -Ywarn-numeric-widen, -Ywarn-value-discard, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
398[info] compiling 1 Scala source to /build/repo/play-specs2/target/scala-3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY/classes ...
399[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
400[warn] bad option '-Xfuture' was ignored
401[warn] bad option '-Ywarn-dead-code' was ignored
402[warn] bad option '-Ywarn-numeric-widen' was ignored
403[warn] bad option '-Ywarn-value-discard' was ignored
404[warn] 5 warnings found
405[info] done compiling
406[info] Compiling 1 protobuf files to /build/repo/play-actions-testdata/target/scala-3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY/src_managed/main
407[info] Generating Apache Pekko gRPC service interface for example.myapp.helloworld.grpc.actions.helloworld.GreeterService
408[info] Generating Apache Pekko gRPC service interface for [example.myapp.helloworld.grpc.actions.GreeterService]
409[info] Generating Apache Pekko gRPC client for example.myapp.helloworld.grpc.actions.helloworld.GreeterService
410[info] Generating Apache Pekko gRPC Client [example.myapp.helloworld.grpc.actions.GreeterService]
411[info] Generating Apache Pekko gRPC Lifted Client interface[example.myapp.helloworld.grpc.actions.GreeterService]
412[info] Generating Apache Pekko gRPC service handler for example.myapp.helloworld.grpc.actions.helloworld.GreeterService
413[info] Generating Apache Pekko gRPC service handler for example.myapp.helloworld.grpc.actions.GreeterService
414[info] Generating Play gRPC service play router for example.myapp.helloworld.grpc.actions.helloworld.GreeterService
415[info] Compiling 1 protobuf files to /build/repo/play-testdata/target/scala-3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY/src_managed/main
416[info] Generating Apache Pekko gRPC service interface for example.myapp.helloworld.grpc.helloworld.GreeterService
417[info] Generating Apache Pekko gRPC service interface for [example.myapp.helloworld.grpc.GreeterService]
418[info] Generating Apache Pekko gRPC client for example.myapp.helloworld.grpc.helloworld.GreeterService
419[info] Generating Apache Pekko gRPC Client [example.myapp.helloworld.grpc.GreeterService]
420[info] Generating Apache Pekko gRPC Lifted Client interface[example.myapp.helloworld.grpc.GreeterService]
421[info] Generating Apache Pekko gRPC service handler for example.myapp.helloworld.grpc.helloworld.GreeterService
422[info] Generating Apache Pekko gRPC service handler for example.myapp.helloworld.grpc.GreeterService
423[info] Generating Play gRPC client provider for example.myapp.helloworld.grpc.GreeterService
424[info] Generated [example.myapp.helloworld.grpc.PekkoGrpcClientModule] add it to play.modules.enabled and a section with Pekko gRPC client config under org.apache.pekko.grpc.client."servicepackage.ServiceName" to be able to inject client instances.
425[info] Generating Play gRPC service play router for example.myapp.helloworld.grpc.GreeterService
426[info] Generating Play gRPC play client provider for example.myapp.helloworld.grpc.helloworld.GreeterService
427[info] Generated [example.myapp.helloworld.grpc.helloworld.PekkoGrpcClientModule] add it to play.modules.enabled and a section with Pekko gRPC client config under org.apache.pekko.grpc.client."servicepackage.ServiceName" to be able to inject client instances.
428[info] Generating Play gRPC service play router for example.myapp.helloworld.grpc.helloworld.GreeterService
429[info] compiling 1 Scala source to /build/repo/play-specs2/target/scala-3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY/test-classes ...
430[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
431[warn] bad option '-Xfuture' was ignored
432[warn] bad option '-Ywarn-dead-code' was ignored
433[warn] bad option '-Ywarn-numeric-widen' was ignored
434[warn] bad option '-Ywarn-value-discard' was ignored
435[warn] 5 warnings found
436[info] done compiling
437[info] Compiling 1 protobuf files to /build/repo/play-actions-testdata/target/scala-3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY/src_managed/main
438[info] Generating Apache Pekko gRPC service interface for example.myapp.helloworld.grpc.actions.helloworld.GreeterService
439[info] Generating Apache Pekko gRPC service interface for [example.myapp.helloworld.grpc.actions.GreeterService]
440[info] Generating Apache Pekko gRPC client for example.myapp.helloworld.grpc.actions.helloworld.GreeterService
441[info] Generating Apache Pekko gRPC Client [example.myapp.helloworld.grpc.actions.GreeterService]
442[info] Generating Apache Pekko gRPC Lifted Client interface[example.myapp.helloworld.grpc.actions.GreeterService]
443[info] Generating Apache Pekko gRPC service handler for example.myapp.helloworld.grpc.actions.helloworld.GreeterService
444[info] Generating Apache Pekko gRPC service handler for example.myapp.helloworld.grpc.actions.GreeterService
445[info] Generating Play gRPC service play router for example.myapp.helloworld.grpc.actions.helloworld.GreeterService
446[info] Compiling 1 protobuf files to /build/repo/play-testdata/target/scala-3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY/src_managed/main
447[info] Generating Apache Pekko gRPC service interface for example.myapp.helloworld.grpc.helloworld.GreeterService
448[info] Generating Apache Pekko gRPC service interface for [example.myapp.helloworld.grpc.GreeterService]
449[info] Generating Apache Pekko gRPC client for example.myapp.helloworld.grpc.helloworld.GreeterService
450[info] Generating Apache Pekko gRPC Client [example.myapp.helloworld.grpc.GreeterService]
451[info] Generating Apache Pekko gRPC Lifted Client interface[example.myapp.helloworld.grpc.GreeterService]
452[info] Generating Apache Pekko gRPC service handler for example.myapp.helloworld.grpc.helloworld.GreeterService
453[info] Generating Apache Pekko gRPC service handler for example.myapp.helloworld.grpc.GreeterService
454[info] Generating Play gRPC client provider for example.myapp.helloworld.grpc.GreeterService
455[info] Generated [example.myapp.helloworld.grpc.PekkoGrpcClientModule] add it to play.modules.enabled and a section with Pekko gRPC client config under org.apache.pekko.grpc.client."servicepackage.ServiceName" to be able to inject client instances.
456[info] Generating Play gRPC service play router for example.myapp.helloworld.grpc.GreeterService
457[info] Generating Play gRPC play client provider for example.myapp.helloworld.grpc.helloworld.GreeterService
458[info] Generated [example.myapp.helloworld.grpc.helloworld.PekkoGrpcClientModule] add it to play.modules.enabled and a section with Pekko gRPC client config under org.apache.pekko.grpc.client."servicepackage.ServiceName" to be able to inject client instances.
459[info] Generating Play gRPC service play router for example.myapp.helloworld.grpc.helloworld.GreeterService
460[info] Compiling 1 protobuf files to /build/repo/play-actions-testdata/target/scala-3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY/src_managed/main
461[info] Generating Apache Pekko gRPC service interface for example.myapp.helloworld.grpc.actions.helloworld.GreeterService
462[info] Generating Apache Pekko gRPC service interface for [example.myapp.helloworld.grpc.actions.GreeterService]
463[info] Generating Apache Pekko gRPC client for example.myapp.helloworld.grpc.actions.helloworld.GreeterService
464[info] Generating Apache Pekko gRPC Client [example.myapp.helloworld.grpc.actions.GreeterService]
465[info] Generating Apache Pekko gRPC Lifted Client interface[example.myapp.helloworld.grpc.actions.GreeterService]
466[info] Generating Apache Pekko gRPC service handler for example.myapp.helloworld.grpc.actions.helloworld.GreeterService
467[info] Generating Apache Pekko gRPC service handler for example.myapp.helloworld.grpc.actions.GreeterService
468[info] Generating Play gRPC service play router for example.myapp.helloworld.grpc.actions.helloworld.GreeterService
469[info] Compiling 1 protobuf files to /build/repo/play-testdata/target/scala-3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY/src_managed/main
470[info] Generating Apache Pekko gRPC service interface for example.myapp.helloworld.grpc.helloworld.GreeterService
471[info] Generating Apache Pekko gRPC service interface for [example.myapp.helloworld.grpc.GreeterService]
472[info] Generating Apache Pekko gRPC client for example.myapp.helloworld.grpc.helloworld.GreeterService
473[info] Generating Apache Pekko gRPC Client [example.myapp.helloworld.grpc.GreeterService]
474[info] Generating Apache Pekko gRPC Lifted Client interface[example.myapp.helloworld.grpc.GreeterService]
475[info] Generating Apache Pekko gRPC service handler for example.myapp.helloworld.grpc.helloworld.GreeterService
476[info] Generating Apache Pekko gRPC service handler for example.myapp.helloworld.grpc.GreeterService
477[info] Generating Play gRPC client provider for example.myapp.helloworld.grpc.GreeterService
478[info] Generated [example.myapp.helloworld.grpc.PekkoGrpcClientModule] add it to play.modules.enabled and a section with Pekko gRPC client config under org.apache.pekko.grpc.client."servicepackage.ServiceName" to be able to inject client instances.
479[info] Generating Play gRPC service play router for example.myapp.helloworld.grpc.GreeterService
480[info] Generating Play gRPC play client provider for example.myapp.helloworld.grpc.helloworld.GreeterService
481[info] Generated [example.myapp.helloworld.grpc.helloworld.PekkoGrpcClientModule] add it to play.modules.enabled and a section with Pekko gRPC client config under org.apache.pekko.grpc.client."servicepackage.ServiceName" to be able to inject client instances.
482[info] Generating Play gRPC service play router for example.myapp.helloworld.grpc.helloworld.GreeterService
483Starting build for ProjectRef(file:/build/repo/,play-grpc-testkit) (play-grpc-testkit)... [3/6]
484Compile scalacOptions: -encoding, utf8, -unchecked, -Xlint, -Xfuture, -Ywarn-dead-code, -Ywarn-numeric-widen, -Ywarn-value-discard, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
485[info] Compiling 1 protobuf files to /build/repo/play-actions-testdata/target/scala-3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY/src_managed/main
486[info] Generating Apache Pekko gRPC service interface for example.myapp.helloworld.grpc.actions.helloworld.GreeterService
487[info] Generating Apache Pekko gRPC service interface for [example.myapp.helloworld.grpc.actions.GreeterService]
488[info] Generating Apache Pekko gRPC client for example.myapp.helloworld.grpc.actions.helloworld.GreeterService
489[info] Generating Apache Pekko gRPC Client [example.myapp.helloworld.grpc.actions.GreeterService]
490[info] Generating Apache Pekko gRPC Lifted Client interface[example.myapp.helloworld.grpc.actions.GreeterService]
491[info] Generating Apache Pekko gRPC service handler for example.myapp.helloworld.grpc.actions.helloworld.GreeterService
492[info] Generating Apache Pekko gRPC service handler for example.myapp.helloworld.grpc.actions.GreeterService
493[info] Generating Play gRPC service play router for example.myapp.helloworld.grpc.actions.helloworld.GreeterService
494[info] Compiling 1 protobuf files to /build/repo/play-testdata/target/scala-3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY/src_managed/main
495[info] Generating Apache Pekko gRPC service interface for example.myapp.helloworld.grpc.helloworld.GreeterService
496[info] Generating Apache Pekko gRPC service interface for [example.myapp.helloworld.grpc.GreeterService]
497[info] Generating Apache Pekko gRPC client for example.myapp.helloworld.grpc.helloworld.GreeterService
498[info] Generating Apache Pekko gRPC Client [example.myapp.helloworld.grpc.GreeterService]
499[info] Generating Apache Pekko gRPC Lifted Client interface[example.myapp.helloworld.grpc.GreeterService]
500[info] Generating Apache Pekko gRPC service handler for example.myapp.helloworld.grpc.helloworld.GreeterService
501[info] Generating Apache Pekko gRPC service handler for example.myapp.helloworld.grpc.GreeterService
502[info] Generating Play gRPC client provider for example.myapp.helloworld.grpc.GreeterService
503[info] Generated [example.myapp.helloworld.grpc.PekkoGrpcClientModule] add it to play.modules.enabled and a section with Pekko gRPC client config under org.apache.pekko.grpc.client."servicepackage.ServiceName" to be able to inject client instances.
504[info] Generating Play gRPC service play router for example.myapp.helloworld.grpc.GreeterService
505[info] Generating Play gRPC play client provider for example.myapp.helloworld.grpc.helloworld.GreeterService
506[info] Generated [example.myapp.helloworld.grpc.helloworld.PekkoGrpcClientModule] add it to play.modules.enabled and a section with Pekko gRPC client config under org.apache.pekko.grpc.client."servicepackage.ServiceName" to be able to inject client instances.
507[info] Generating Play gRPC service play router for example.myapp.helloworld.grpc.helloworld.GreeterService
508[info] Compiling 1 protobuf files to /build/repo/play-actions-testdata/target/scala-3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY/src_managed/main
509[info] Generating Apache Pekko gRPC service interface for example.myapp.helloworld.grpc.actions.helloworld.GreeterService
510[info] Generating Apache Pekko gRPC service interface for [example.myapp.helloworld.grpc.actions.GreeterService]
511[info] Generating Apache Pekko gRPC client for example.myapp.helloworld.grpc.actions.helloworld.GreeterService
512[info] Generating Apache Pekko gRPC Client [example.myapp.helloworld.grpc.actions.GreeterService]
513[info] Generating Apache Pekko gRPC Lifted Client interface[example.myapp.helloworld.grpc.actions.GreeterService]
514[info] Generating Apache Pekko gRPC service handler for example.myapp.helloworld.grpc.actions.helloworld.GreeterService
515[info] Generating Apache Pekko gRPC service handler for example.myapp.helloworld.grpc.actions.GreeterService
516[info] Generating Play gRPC service play router for example.myapp.helloworld.grpc.actions.helloworld.GreeterService
517[info] Compiling 1 protobuf files to /build/repo/play-testdata/target/scala-3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY/src_managed/main
518[info] Generating Apache Pekko gRPC service interface for example.myapp.helloworld.grpc.helloworld.GreeterService
519[info] Generating Apache Pekko gRPC service interface for [example.myapp.helloworld.grpc.GreeterService]
520[info] Generating Apache Pekko gRPC client for example.myapp.helloworld.grpc.helloworld.GreeterService
521[info] Generating Apache Pekko gRPC Client [example.myapp.helloworld.grpc.GreeterService]
522[info] Generating Apache Pekko gRPC Lifted Client interface[example.myapp.helloworld.grpc.GreeterService]
523[info] Generating Apache Pekko gRPC service handler for example.myapp.helloworld.grpc.helloworld.GreeterService
524[info] Generating Apache Pekko gRPC service handler for example.myapp.helloworld.grpc.GreeterService
525[info] Generating Play gRPC client provider for example.myapp.helloworld.grpc.GreeterService
526[info] Generated [example.myapp.helloworld.grpc.PekkoGrpcClientModule] add it to play.modules.enabled and a section with Pekko gRPC client config under org.apache.pekko.grpc.client."servicepackage.ServiceName" to be able to inject client instances.
527[info] Generating Play gRPC service play router for example.myapp.helloworld.grpc.GreeterService
528[info] Generating Play gRPC play client provider for example.myapp.helloworld.grpc.helloworld.GreeterService
529[info] Generated [example.myapp.helloworld.grpc.helloworld.PekkoGrpcClientModule] add it to play.modules.enabled and a section with Pekko gRPC client config under org.apache.pekko.grpc.client."servicepackage.ServiceName" to be able to inject client instances.
530[info] Generating Play gRPC service play router for example.myapp.helloworld.grpc.helloworld.GreeterService
531[info] Compiling 1 protobuf files to /build/repo/play-actions-testdata/target/scala-3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY/src_managed/main
532[info] Generating Apache Pekko gRPC service interface for example.myapp.helloworld.grpc.actions.helloworld.GreeterService
533[info] Generating Apache Pekko gRPC service interface for [example.myapp.helloworld.grpc.actions.GreeterService]
534[info] Generating Apache Pekko gRPC client for example.myapp.helloworld.grpc.actions.helloworld.GreeterService
535[info] Generating Apache Pekko gRPC Client [example.myapp.helloworld.grpc.actions.GreeterService]
536[info] Generating Apache Pekko gRPC Lifted Client interface[example.myapp.helloworld.grpc.actions.GreeterService]
537[info] Generating Apache Pekko gRPC service handler for example.myapp.helloworld.grpc.actions.helloworld.GreeterService
538[info] Generating Apache Pekko gRPC service handler for example.myapp.helloworld.grpc.actions.GreeterService
539[info] Generating Play gRPC service play router for example.myapp.helloworld.grpc.actions.helloworld.GreeterService
540[info] Compiling 1 protobuf files to /build/repo/play-testdata/target/scala-3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY/src_managed/main
541[info] Generating Apache Pekko gRPC service interface for example.myapp.helloworld.grpc.helloworld.GreeterService
542[info] Generating Apache Pekko gRPC service interface for [example.myapp.helloworld.grpc.GreeterService]
543[info] Generating Apache Pekko gRPC client for example.myapp.helloworld.grpc.helloworld.GreeterService
544[info] Generating Apache Pekko gRPC Client [example.myapp.helloworld.grpc.GreeterService]
545[info] Generating Apache Pekko gRPC Lifted Client interface[example.myapp.helloworld.grpc.GreeterService]
546[info] Generating Apache Pekko gRPC service handler for example.myapp.helloworld.grpc.helloworld.GreeterService
547[info] Generating Apache Pekko gRPC service handler for example.myapp.helloworld.grpc.GreeterService
548[info] Generating Play gRPC client provider for example.myapp.helloworld.grpc.GreeterService
549[info] Generated [example.myapp.helloworld.grpc.PekkoGrpcClientModule] add it to play.modules.enabled and a section with Pekko gRPC client config under org.apache.pekko.grpc.client."servicepackage.ServiceName" to be able to inject client instances.
550[info] Generating Play gRPC service play router for example.myapp.helloworld.grpc.GreeterService
551[info] Generating Play gRPC play client provider for example.myapp.helloworld.grpc.helloworld.GreeterService
552[info] Generated [example.myapp.helloworld.grpc.helloworld.PekkoGrpcClientModule] add it to play.modules.enabled and a section with Pekko gRPC client config under org.apache.pekko.grpc.client."servicepackage.ServiceName" to be able to inject client instances.
553[info] Generating Play gRPC service play router for example.myapp.helloworld.grpc.helloworld.GreeterService
554Starting build for ProjectRef(file:/build/repo/,play-grpc-runtime) (play-grpc-runtime)... [4/6]
555Compile scalacOptions: -encoding, utf8, -unchecked, -Xlint, -Xfuture, -Ywarn-dead-code, -Ywarn-numeric-widen, -Ywarn-value-discard, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
556Starting build for ProjectRef(file:/build/repo/,play-grpc-actions-testdata) (play-grpc-actions-testdata)... [5/6]
557Compile scalacOptions: -encoding, utf8, -unchecked, -Xlint, -Xfuture, -Ywarn-dead-code, -Ywarn-numeric-widen, -Ywarn-value-discard, -Xlint:-unused,_, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
558[info] Compiling 1 protobuf files to /build/repo/play-actions-testdata/target/scala-3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY/src_managed/main
559[info] Generating Apache Pekko gRPC service interface for example.myapp.helloworld.grpc.actions.helloworld.GreeterService
560[info] Generating Apache Pekko gRPC service interface for [example.myapp.helloworld.grpc.actions.GreeterService]
561[info] Generating Apache Pekko gRPC client for example.myapp.helloworld.grpc.actions.helloworld.GreeterService
562[info] Generating Apache Pekko gRPC Client [example.myapp.helloworld.grpc.actions.GreeterService]
563[info] Generating Apache Pekko gRPC Lifted Client interface[example.myapp.helloworld.grpc.actions.GreeterService]
564[info] Generating Apache Pekko gRPC service handler for example.myapp.helloworld.grpc.actions.helloworld.GreeterService
565[info] Generating Apache Pekko gRPC service handler for example.myapp.helloworld.grpc.actions.GreeterService
566[info] Generating Play gRPC service play router for example.myapp.helloworld.grpc.actions.helloworld.GreeterService
567[info] Compiling 1 protobuf files to /build/repo/play-actions-testdata/target/scala-3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY/src_managed/main
568[info] Generating Apache Pekko gRPC service interface for example.myapp.helloworld.grpc.actions.helloworld.GreeterService
569[info] Generating Apache Pekko gRPC service interface for [example.myapp.helloworld.grpc.actions.GreeterService]
570[info] Generating Apache Pekko gRPC client for example.myapp.helloworld.grpc.actions.helloworld.GreeterService
571[info] Generating Apache Pekko gRPC Client [example.myapp.helloworld.grpc.actions.GreeterService]
572[info] Generating Apache Pekko gRPC Lifted Client interface[example.myapp.helloworld.grpc.actions.GreeterService]
573[info] Generating Apache Pekko gRPC service handler for example.myapp.helloworld.grpc.actions.helloworld.GreeterService
574[info] Generating Apache Pekko gRPC service handler for example.myapp.helloworld.grpc.actions.GreeterService
575[info] Generating Play gRPC service play router for example.myapp.helloworld.grpc.actions.helloworld.GreeterService
576[info] Compiling 1 protobuf files to /build/repo/play-actions-testdata/target/scala-3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY/src_managed/main
577[info] Generating Apache Pekko gRPC service interface for example.myapp.helloworld.grpc.actions.helloworld.GreeterService
578[info] Generating Apache Pekko gRPC service interface for [example.myapp.helloworld.grpc.actions.GreeterService]
579[info] Generating Apache Pekko gRPC client for example.myapp.helloworld.grpc.actions.helloworld.GreeterService
580[info] Generating Apache Pekko gRPC Client [example.myapp.helloworld.grpc.actions.GreeterService]
581[info] Generating Apache Pekko gRPC Lifted Client interface[example.myapp.helloworld.grpc.actions.GreeterService]
582[info] Generating Apache Pekko gRPC service handler for example.myapp.helloworld.grpc.actions.helloworld.GreeterService
583[info] Generating Apache Pekko gRPC service handler for example.myapp.helloworld.grpc.actions.GreeterService
584[info] Generating Play gRPC service play router for example.myapp.helloworld.grpc.actions.helloworld.GreeterService
585[info] Compiling 1 protobuf files to /build/repo/play-actions-testdata/target/scala-3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY/src_managed/main
586[info] Generating Apache Pekko gRPC service interface for example.myapp.helloworld.grpc.actions.helloworld.GreeterService
587[info] Generating Apache Pekko gRPC service interface for [example.myapp.helloworld.grpc.actions.GreeterService]
588[info] Generating Apache Pekko gRPC client for example.myapp.helloworld.grpc.actions.helloworld.GreeterService
589[info] Generating Apache Pekko gRPC Client [example.myapp.helloworld.grpc.actions.GreeterService]
590[info] Generating Apache Pekko gRPC Lifted Client interface[example.myapp.helloworld.grpc.actions.GreeterService]
591[info] Generating Apache Pekko gRPC service handler for example.myapp.helloworld.grpc.actions.helloworld.GreeterService
592[info] Generating Apache Pekko gRPC service handler for example.myapp.helloworld.grpc.actions.GreeterService
593[info] Generating Play gRPC service play router for example.myapp.helloworld.grpc.actions.helloworld.GreeterService
594
595************************
596Build summary:
597[{
598 "module": "play-grpc-testdata",
599 "compile": {"status": "ok", "tookMs": 23156, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
600 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
601 "test-compile": {"status": "ok", "tookMs": 2064, "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": "ok", "tookMs": 4},
604 "metadata": {
605 "crossScalaVersions": ["2.13.17", "3.3.7"]
606}
607},{
608 "module": "play-grpc-scalatest",
609 "compile": {"status": "ok", "tookMs": 2252, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
610 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
611 "test-compile": {"status": "ok", "tookMs": 7023, "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.17", "3.3.7"]
616}
617},{
618 "module": "play-grpc-specs2",
619 "compile": {"status": "ok", "tookMs": 1004, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
620 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
621 "test-compile": {"status": "ok", "tookMs": 3640, "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.17", "3.3.7"]
626}
627},{
628 "module": "play-grpc-testkit",
629 "compile": {"status": "ok", "tookMs": 446, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
630 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
631 "test-compile": {"status": "ok", "tookMs": 1445, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
632 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
633 "publish": {"status": "skipped", "tookMs": 0},
634 "metadata": {
635 "crossScalaVersions": ["2.13.17", "3.3.7"]
636}
637},{
638 "module": "play-grpc-runtime",
639 "compile": {"status": "ok", "tookMs": 36, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
640 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
641 "test-compile": {"status": "ok", "tookMs": 77, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
642 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
643 "publish": {"status": "skipped", "tookMs": 0},
644 "metadata": {
645 "crossScalaVersions": ["2.13.17", "3.3.7"]
646}
647},{
648 "module": "play-grpc-actions-testdata",
649 "compile": {"status": "ok", "tookMs": 568, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
650 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
651 "test-compile": {"status": "ok", "tookMs": 614, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
652 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
653 "publish": {"status": "ok", "tookMs": 2},
654 "metadata": {
655 "crossScalaVersions": ["2.13.17", "3.3.7"]
656}
657}]
658************************
659[success] Total time: 174 s (0:02:54.0), completed Dec 6, 2025, 1:27:33 AM
660[0JChecking patch project/plugins.sbt...
661Checking patch project/Dependencies.scala...
662Checking patch build.sbt...
663Applied patch project/plugins.sbt cleanly.
664Applied patch project/Dependencies.scala cleanly.
665Applied patch build.sbt cleanly.