Build Logs

playframework/play-grpc • scheduled_3.8.1-RC1-bin-20251226-6e12d35-NIGHTLY

Errors

138

Warnings

150

Total Lines

836

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-20251226-6e12d35-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-20251226-6e12d35-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-20251226-6e12d35-NIGHTLY
42Execute tests: false
43sbt project found:
44No prepare script found for project playframework/play-grpc
45##################################
46Scala version: 3.8.1-RC1-bin-20251226-6e12d35-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-20251226-6e12d35-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-20251226-6e12d35-NIGHTLY"
68"++3.8.1-RC1-bin-20251226-6e12d35-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-20251226-6e12d35-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 8.661s.
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-20251226-6e12d35-NIGHTLY
96OpenCB::Limitting incorrect crossVersions List() -> List(2.13.17) in play-grpc/crossScalaVersions
97OpenCB::Changing crossVersion 3.8.1-RC1-bin-20251226-6e12d35-NIGHTLY -> 3.8.1-RC1-bin-20251226-6e12d35-NIGHTLY in play-grpc-actions-testdata/crossScalaVersions
98OpenCB::Changing crossVersion 3.8.1-RC1-bin-20251226-6e12d35-NIGHTLY -> 3.8.1-RC1-bin-20251226-6e12d35-NIGHTLY in play-grpc-interop-test-java/crossScalaVersions
99OpenCB::Changing crossVersion 3.8.1-RC1-bin-20251226-6e12d35-NIGHTLY -> 3.8.1-RC1-bin-20251226-6e12d35-NIGHTLY in play-grpc-scalatest/crossScalaVersions
100OpenCB::Changing crossVersion 3.8.1-RC1-bin-20251226-6e12d35-NIGHTLY -> 3.8.1-RC1-bin-20251226-6e12d35-NIGHTLY in play-grpc-testdata/crossScalaVersions
101OpenCB::Changing crossVersion 3.8.1-RC1-bin-20251226-6e12d35-NIGHTLY -> 3.8.1-RC1-bin-20251226-6e12d35-NIGHTLY in play-grpc-specs2/crossScalaVersions
102OpenCB::Changing crossVersion 3.8.1-RC1-bin-20251226-6e12d35-NIGHTLY -> 3.8.1-RC1-bin-20251226-6e12d35-NIGHTLY in play-grpc-interop-test-scala/crossScalaVersions
103OpenCB::Changing crossVersion 3.8.1-RC1-bin-20251226-6e12d35-NIGHTLY -> 3.8.1-RC1-bin-20251226-6e12d35-NIGHTLY in play-grpc-testkit/crossScalaVersions
104OpenCB::Changing crossVersion 3.8.1-RC1-bin-20251226-6e12d35-NIGHTLY -> 3.8.1-RC1-bin-20251226-6e12d35-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-20251226-6e12d35-NIGHTLY on 8 projects.
107[info] Switching Scala version on:
108[info] play-grpc-scalatest (2.13.17, 3.8.1-RC1-bin-20251226-6e12d35-NIGHTLY)
109[info] play-grpc-specs2 (2.13.17, 3.8.1-RC1-bin-20251226-6e12d35-NIGHTLY)
110[info] play-grpc-interop-test-scala (2.13.17, 3.8.1-RC1-bin-20251226-6e12d35-NIGHTLY)
111[info] play-grpc-runtime (2.13.17, 3.8.1-RC1-bin-20251226-6e12d35-NIGHTLY)
112[info] play-grpc-actions-testdata (2.13.17, 3.8.1-RC1-bin-20251226-6e12d35-NIGHTLY)
113[info] play-grpc-testdata (2.13.17, 3.8.1-RC1-bin-20251226-6e12d35-NIGHTLY)
114[info] play-grpc-testkit (2.13.17, 3.8.1-RC1-bin-20251226-6e12d35-NIGHTLY)
115[info] play-grpc-interop-test-java (2.13.17, 3.8.1-RC1-bin-20251226-6e12d35-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 27, 2025, 1:33:29 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)
153[info] compiling 3 Scala sources to /build/repo/play-runtime/target/scala-3.8.1-RC1-bin-20251226-6e12d35-NIGHTLY/classes ...
154[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
155[warn] bad option '-Xfuture' was ignored
156[warn] bad option '-Ywarn-dead-code' was ignored
157[warn] bad option '-Ywarn-numeric-widen' was ignored
158[warn] bad option '-Ywarn-value-discard' was ignored
159[warn] there were 3 deprecation warnings; re-run with -deprecation for details
160[warn] 6 warnings found
161[info] done compiling
162OpenCB::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)
163[info] compiling 13 Scala sources to /build/repo/play-generators/target/scala-2.12/classes ...
164[warn] /build/repo/play-generators/src/main/scala/play/grpc/gen/scaladsl/PlayScalaServerCodeGenerator.scala:10:43: Unused import
165[warn] import org.apache.pekko.grpc.gen.scaladsl.ScalaServerCodeGenerator
166[warn] ^
167[warn] /build/repo/play-generators/src/main/twirl/templates/PlayJava/ClientProvider.scala.txt:1:1: Unused import
168[warn] @*
169[warn] ^
170[warn] /build/repo/play-generators/src/main/twirl/templates/PlayJava/PekkoGrpcClientModule.scala.txt:1:1: Unused import
171[warn] @*
172[warn] ^
173[warn] /build/repo/play-generators/src/main/twirl/templates/PlayJavaServer/Router.scala.txt:1:1: Unused import
174[warn] @*
175[warn] ^
176[warn] /build/repo/play-generators/src/main/twirl/templates/PlayJavaServer/RouterUsingActions.scala.txt:1:1: Unused import
177[warn] @*
178[warn] ^
179[warn] /build/repo/play-generators/src/main/twirl/templates/PlayScala/ClientProvider.scala.txt:1:1: Unused import
180[warn] @*
181[warn] ^
182[warn] /build/repo/play-generators/src/main/twirl/templates/PlayScala/PekkoGrpcClientModule.scala.txt:1:1: Unused import
183[warn] @*
184[warn] ^
185[warn] /build/repo/play-generators/src/main/twirl/templates/PlayScala/Router.scala.txt:1:1: Unused import
186[warn] @*
187[warn] ^
188[warn] /build/repo/play-generators/src/main/twirl/templates/PlayScala/RouterUsingActions.scala.txt:1:1: Unused import
189[warn] @*
190[warn] ^
191[warn] 9 warnings found
192[info] done compiling
193[info] Compiling 1 protobuf files to /build/repo/play-testdata/target/scala-3.8.1-RC1-bin-20251226-6e12d35-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-20251226-6e12d35-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-20251226-6e12d35-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-20251226-6e12d35-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-20251226-6e12d35-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-20251226-6e12d35-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-20251226-6e12d35-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-20251226-6e12d35-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-20251226-6e12d35-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-20251226-6e12d35-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-20251226-6e12d35-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-20251226-6e12d35-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-20251226-6e12d35-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-20251226-6e12d35-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-20251226-6e12d35-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[error] -- [E008] Not Found Error: /build/repo/play-testkit/src/test/java/play/grpc/testkit/PlayJavaFunctionalTest.java:6:31
341[error] 6 |import static org.junit.Assert.*;
342[error] | ^
343[error] | value junit is not a member of org
344[error] -- [E008] Not Found Error: /build/repo/play-testkit/src/test/java/play/grpc/testkit/PlayJavaFunctionalTest.java:14:17
345[error] 14 |import org.junit.*;
346[error] | ^
347[error] |value junit is not a member of org, but could be made available as an extension method.
348[error] |
349[error] |The following import might make progress towards fixing the problem:
350[error] |
351[error] | import org.apache.pekko.http.impl.util.JavaMapping.Implicits.convertToScala
352[error] |
353[warn] 5 warnings found
354[error] two errors found
355[error] (play-grpc-testkit / Test / compileIncremental) Compilation failed
356[info] Compiling 1 protobuf files to /build/repo/play-actions-testdata/target/scala-3.8.1-RC1-bin-20251226-6e12d35-NIGHTLY/src_managed/main
357[info] Generating Apache Pekko gRPC service interface for example.myapp.helloworld.grpc.actions.helloworld.GreeterService
358[info] Generating Apache Pekko gRPC service interface for [example.myapp.helloworld.grpc.actions.GreeterService]
359[info] Generating Apache Pekko gRPC client for example.myapp.helloworld.grpc.actions.helloworld.GreeterService
360[info] Generating Apache Pekko gRPC Client [example.myapp.helloworld.grpc.actions.GreeterService]
361[info] Generating Apache Pekko gRPC Lifted Client interface[example.myapp.helloworld.grpc.actions.GreeterService]
362[info] Generating Apache Pekko gRPC service handler for example.myapp.helloworld.grpc.actions.helloworld.GreeterService
363[info] Generating Apache Pekko gRPC service handler for example.myapp.helloworld.grpc.actions.GreeterService
364[info] Generating Play gRPC service play router for example.myapp.helloworld.grpc.actions.helloworld.GreeterService
365[info] Compiling 1 protobuf files to /build/repo/play-testdata/target/scala-3.8.1-RC1-bin-20251226-6e12d35-NIGHTLY/src_managed/main
366[info] Generating Apache Pekko gRPC service interface for example.myapp.helloworld.grpc.helloworld.GreeterService
367[info] Generating Apache Pekko gRPC service interface for [example.myapp.helloworld.grpc.GreeterService]
368[info] Generating Apache Pekko gRPC client for example.myapp.helloworld.grpc.helloworld.GreeterService
369[info] Generating Apache Pekko gRPC Client [example.myapp.helloworld.grpc.GreeterService]
370[info] Generating Apache Pekko gRPC Lifted Client interface[example.myapp.helloworld.grpc.GreeterService]
371[info] Generating Apache Pekko gRPC service handler for example.myapp.helloworld.grpc.helloworld.GreeterService
372[info] Generating Apache Pekko gRPC service handler for example.myapp.helloworld.grpc.GreeterService
373[info] Generating Play gRPC client provider for example.myapp.helloworld.grpc.GreeterService
374[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.
375[info] Generating Play gRPC service play router for example.myapp.helloworld.grpc.GreeterService
376[info] Generating Play gRPC play client provider for example.myapp.helloworld.grpc.helloworld.GreeterService
377[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.
378[info] Generating Play gRPC service play router for example.myapp.helloworld.grpc.helloworld.GreeterService
379[info] compiling 3 Scala sources and 2 Java sources to /build/repo/play-testkit/target/scala-3.8.1-RC1-bin-20251226-6e12d35-NIGHTLY/test-classes ...
380[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
381[warn] bad option '-Xfuture' was ignored
382[warn] bad option '-Ywarn-dead-code' was ignored
383[warn] bad option '-Ywarn-numeric-widen' was ignored
384[warn] bad option '-Ywarn-value-discard' was ignored
385[error] -- [E008] Not Found Error: /build/repo/play-testkit/src/test/java/play/grpc/testkit/PlayJavaFunctionalTest.java:6:31
386[error] 6 |import static org.junit.Assert.*;
387[error] | ^
388[error] | value junit is not a member of org
389[error] -- [E008] Not Found Error: /build/repo/play-testkit/src/test/java/play/grpc/testkit/PlayJavaFunctionalTest.java:14:17
390[error] 14 |import org.junit.*;
391[error] | ^
392[error] |value junit is not a member of org, but could be made available as an extension method.
393[error] |
394[error] |The following import might make progress towards fixing the problem:
395[error] |
396[error] | import org.apache.pekko.http.impl.util.JavaMapping.Implicits.convertToScala
397[error] |
398[warn] 5 warnings found
399[error] two errors found
400[error] (play-grpc-testkit / Test / compileIncremental) Compilation failed
401[info] Compiling 1 protobuf files to /build/repo/play-actions-testdata/target/scala-3.8.1-RC1-bin-20251226-6e12d35-NIGHTLY/src_managed/main
402[info] Generating Apache Pekko gRPC service interface for example.myapp.helloworld.grpc.actions.helloworld.GreeterService
403[info] Generating Apache Pekko gRPC service interface for [example.myapp.helloworld.grpc.actions.GreeterService]
404[info] Generating Apache Pekko gRPC client for example.myapp.helloworld.grpc.actions.helloworld.GreeterService
405[info] Generating Apache Pekko gRPC Client [example.myapp.helloworld.grpc.actions.GreeterService]
406[info] Generating Apache Pekko gRPC Lifted Client interface[example.myapp.helloworld.grpc.actions.GreeterService]
407[info] Generating Apache Pekko gRPC service handler for example.myapp.helloworld.grpc.actions.helloworld.GreeterService
408[info] Generating Apache Pekko gRPC service handler for example.myapp.helloworld.grpc.actions.GreeterService
409[info] Generating Play gRPC service play router for example.myapp.helloworld.grpc.actions.helloworld.GreeterService
410[info] Compiling 1 protobuf files to /build/repo/play-testdata/target/scala-3.8.1-RC1-bin-20251226-6e12d35-NIGHTLY/src_managed/main
411[info] Generating Apache Pekko gRPC service interface for example.myapp.helloworld.grpc.helloworld.GreeterService
412[info] Generating Apache Pekko gRPC service interface for [example.myapp.helloworld.grpc.GreeterService]
413[info] Generating Apache Pekko gRPC client for example.myapp.helloworld.grpc.helloworld.GreeterService
414[info] Generating Apache Pekko gRPC Client [example.myapp.helloworld.grpc.GreeterService]
415[info] Generating Apache Pekko gRPC Lifted Client interface[example.myapp.helloworld.grpc.GreeterService]
416[info] Generating Apache Pekko gRPC service handler for example.myapp.helloworld.grpc.helloworld.GreeterService
417[info] Generating Apache Pekko gRPC service handler for example.myapp.helloworld.grpc.GreeterService
418[info] Generating Play gRPC client provider for example.myapp.helloworld.grpc.GreeterService
419[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.
420[info] Generating Play gRPC service play router for example.myapp.helloworld.grpc.GreeterService
421[info] Generating Play gRPC play client provider for example.myapp.helloworld.grpc.helloworld.GreeterService
422[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.
423[info] Generating Play gRPC service play router for example.myapp.helloworld.grpc.helloworld.GreeterService
424[info] compiling 3 Scala sources and 2 Java sources to /build/repo/play-testkit/target/scala-3.8.1-RC1-bin-20251226-6e12d35-NIGHTLY/test-classes ...
425[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
426[warn] bad option '-Xfuture' was ignored
427[warn] bad option '-Ywarn-dead-code' was ignored
428[warn] bad option '-Ywarn-numeric-widen' was ignored
429[warn] bad option '-Ywarn-value-discard' was ignored
430[error] -- [E008] Not Found Error: /build/repo/play-testkit/src/test/java/play/grpc/testkit/PlayJavaFunctionalTest.java:6:31
431[error] 6 |import static org.junit.Assert.*;
432[error] | ^
433[error] | value junit is not a member of org
434[error] -- [E008] Not Found Error: /build/repo/play-testkit/src/test/java/play/grpc/testkit/PlayJavaFunctionalTest.java:14:17
435[error] 14 |import org.junit.*;
436[error] | ^
437[error] |value junit is not a member of org, but could be made available as an extension method.
438[error] |
439[error] |The following import might make progress towards fixing the problem:
440[error] |
441[error] | import org.apache.pekko.http.impl.util.JavaMapping.Implicits.convertToScala
442[error] |
443[warn] 5 warnings found
444[error] two errors found
445[error] (play-grpc-testkit / Test / compileIncremental) Compilation failed
446Starting build for ProjectRef(file:/build/repo/,play-grpc-specs2) (play-grpc-specs2)... [2/6]
447Compile 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
448[info] compiling 1 Scala source to /build/repo/play-specs2/target/scala-3.8.1-RC1-bin-20251226-6e12d35-NIGHTLY/classes ...
449[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
450[warn] bad option '-Xfuture' was ignored
451[warn] bad option '-Ywarn-dead-code' was ignored
452[warn] bad option '-Ywarn-numeric-widen' was ignored
453[warn] bad option '-Ywarn-value-discard' was ignored
454[warn] 5 warnings found
455[info] done compiling
456[info] Compiling 1 protobuf files to /build/repo/play-actions-testdata/target/scala-3.8.1-RC1-bin-20251226-6e12d35-NIGHTLY/src_managed/main
457[info] Generating Apache Pekko gRPC service interface for example.myapp.helloworld.grpc.actions.helloworld.GreeterService
458[info] Generating Apache Pekko gRPC service interface for [example.myapp.helloworld.grpc.actions.GreeterService]
459[info] Generating Apache Pekko gRPC client for example.myapp.helloworld.grpc.actions.helloworld.GreeterService
460[info] Generating Apache Pekko gRPC Client [example.myapp.helloworld.grpc.actions.GreeterService]
461[info] Generating Apache Pekko gRPC Lifted Client interface[example.myapp.helloworld.grpc.actions.GreeterService]
462[info] Generating Apache Pekko gRPC service handler for example.myapp.helloworld.grpc.actions.helloworld.GreeterService
463[info] Generating Apache Pekko gRPC service handler for example.myapp.helloworld.grpc.actions.GreeterService
464[info] Generating Play gRPC service play router for example.myapp.helloworld.grpc.actions.helloworld.GreeterService
465[info] Compiling 1 protobuf files to /build/repo/play-testdata/target/scala-3.8.1-RC1-bin-20251226-6e12d35-NIGHTLY/src_managed/main
466[info] Generating Apache Pekko gRPC service interface for example.myapp.helloworld.grpc.helloworld.GreeterService
467[info] Generating Apache Pekko gRPC service interface for [example.myapp.helloworld.grpc.GreeterService]
468[info] Generating Apache Pekko gRPC client for example.myapp.helloworld.grpc.helloworld.GreeterService
469[info] Generating Apache Pekko gRPC Client [example.myapp.helloworld.grpc.GreeterService]
470[info] Generating Apache Pekko gRPC Lifted Client interface[example.myapp.helloworld.grpc.GreeterService]
471[info] Generating Apache Pekko gRPC service handler for example.myapp.helloworld.grpc.helloworld.GreeterService
472[info] Generating Apache Pekko gRPC service handler for example.myapp.helloworld.grpc.GreeterService
473[info] Generating Play gRPC client provider for example.myapp.helloworld.grpc.GreeterService
474[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.
475[info] Generating Play gRPC service play router for example.myapp.helloworld.grpc.GreeterService
476[info] Generating Play gRPC play client provider for example.myapp.helloworld.grpc.helloworld.GreeterService
477[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.
478[info] Generating Play gRPC service play router for example.myapp.helloworld.grpc.helloworld.GreeterService
479[info] compiling 3 Scala sources and 2 Java sources to /build/repo/play-testkit/target/scala-3.8.1-RC1-bin-20251226-6e12d35-NIGHTLY/test-classes ...
480[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
481[warn] bad option '-Xfuture' was ignored
482[warn] bad option '-Ywarn-dead-code' was ignored
483[warn] bad option '-Ywarn-numeric-widen' was ignored
484[warn] bad option '-Ywarn-value-discard' was ignored
485[error] -- [E008] Not Found Error: /build/repo/play-testkit/src/test/java/play/grpc/testkit/PlayJavaFunctionalTest.java:6:31
486[error] 6 |import static org.junit.Assert.*;
487[error] | ^
488[error] | value junit is not a member of org
489[error] -- [E008] Not Found Error: /build/repo/play-testkit/src/test/java/play/grpc/testkit/PlayJavaFunctionalTest.java:14:17
490[error] 14 |import org.junit.*;
491[error] | ^
492[error] |value junit is not a member of org, but could be made available as an extension method.
493[error] |
494[error] |The following import might make progress towards fixing the problem:
495[error] |
496[error] | import org.apache.pekko.http.impl.util.JavaMapping.Implicits.convertToScala
497[error] |
498[warn] 5 warnings found
499[error] two errors found
500[error] (play-grpc-testkit / Test / compileIncremental) Compilation failed
501[info] Compiling 1 protobuf files to /build/repo/play-actions-testdata/target/scala-3.8.1-RC1-bin-20251226-6e12d35-NIGHTLY/src_managed/main
502[info] Generating Apache Pekko gRPC service interface for example.myapp.helloworld.grpc.actions.helloworld.GreeterService
503[info] Generating Apache Pekko gRPC service interface for [example.myapp.helloworld.grpc.actions.GreeterService]
504[info] Generating Apache Pekko gRPC client for example.myapp.helloworld.grpc.actions.helloworld.GreeterService
505[info] Generating Apache Pekko gRPC Client [example.myapp.helloworld.grpc.actions.GreeterService]
506[info] Generating Apache Pekko gRPC Lifted Client interface[example.myapp.helloworld.grpc.actions.GreeterService]
507[info] Generating Apache Pekko gRPC service handler for example.myapp.helloworld.grpc.actions.helloworld.GreeterService
508[info] Generating Apache Pekko gRPC service handler for example.myapp.helloworld.grpc.actions.GreeterService
509[info] Generating Play gRPC service play router for example.myapp.helloworld.grpc.actions.helloworld.GreeterService
510[info] Compiling 1 protobuf files to /build/repo/play-testdata/target/scala-3.8.1-RC1-bin-20251226-6e12d35-NIGHTLY/src_managed/main
511[info] Generating Apache Pekko gRPC service interface for example.myapp.helloworld.grpc.helloworld.GreeterService
512[info] Generating Apache Pekko gRPC service interface for [example.myapp.helloworld.grpc.GreeterService]
513[info] Generating Apache Pekko gRPC client for example.myapp.helloworld.grpc.helloworld.GreeterService
514[info] Generating Apache Pekko gRPC Client [example.myapp.helloworld.grpc.GreeterService]
515[info] Generating Apache Pekko gRPC Lifted Client interface[example.myapp.helloworld.grpc.GreeterService]
516[info] Generating Apache Pekko gRPC service handler for example.myapp.helloworld.grpc.helloworld.GreeterService
517[info] Generating Apache Pekko gRPC service handler for example.myapp.helloworld.grpc.GreeterService
518[info] Generating Play gRPC client provider for example.myapp.helloworld.grpc.GreeterService
519[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.
520[info] Generating Play gRPC service play router for example.myapp.helloworld.grpc.GreeterService
521[info] Generating Play gRPC play client provider for example.myapp.helloworld.grpc.helloworld.GreeterService
522[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.
523[info] Generating Play gRPC service play router for example.myapp.helloworld.grpc.helloworld.GreeterService
524[info] compiling 3 Scala sources and 2 Java sources to /build/repo/play-testkit/target/scala-3.8.1-RC1-bin-20251226-6e12d35-NIGHTLY/test-classes ...
525[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
526[warn] bad option '-Xfuture' was ignored
527[warn] bad option '-Ywarn-dead-code' was ignored
528[warn] bad option '-Ywarn-numeric-widen' was ignored
529[warn] bad option '-Ywarn-value-discard' was ignored
530[error] -- [E008] Not Found Error: /build/repo/play-testkit/src/test/java/play/grpc/testkit/PlayJavaFunctionalTest.java:6:31
531[error] 6 |import static org.junit.Assert.*;
532[error] | ^
533[error] | value junit is not a member of org
534[error] -- [E008] Not Found Error: /build/repo/play-testkit/src/test/java/play/grpc/testkit/PlayJavaFunctionalTest.java:14:17
535[error] 14 |import org.junit.*;
536[error] | ^
537[error] |value junit is not a member of org, but could be made available as an extension method.
538[error] |
539[error] |The following import might make progress towards fixing the problem:
540[error] |
541[error] | import org.apache.pekko.http.impl.util.JavaMapping.Implicits.convertToScala
542[error] |
543[warn] 5 warnings found
544[error] two errors found
545[error] (play-grpc-testkit / Test / compileIncremental) Compilation failed
546[info] Compiling 1 protobuf files to /build/repo/play-actions-testdata/target/scala-3.8.1-RC1-bin-20251226-6e12d35-NIGHTLY/src_managed/main
547[info] Generating Apache Pekko gRPC service interface for example.myapp.helloworld.grpc.actions.helloworld.GreeterService
548[info] Generating Apache Pekko gRPC service interface for [example.myapp.helloworld.grpc.actions.GreeterService]
549[info] Generating Apache Pekko gRPC client for example.myapp.helloworld.grpc.actions.helloworld.GreeterService
550[info] Generating Apache Pekko gRPC Client [example.myapp.helloworld.grpc.actions.GreeterService]
551[info] Generating Apache Pekko gRPC Lifted Client interface[example.myapp.helloworld.grpc.actions.GreeterService]
552[info] Generating Apache Pekko gRPC service handler for example.myapp.helloworld.grpc.actions.helloworld.GreeterService
553[info] Generating Apache Pekko gRPC service handler for example.myapp.helloworld.grpc.actions.GreeterService
554[info] Generating Play gRPC service play router for example.myapp.helloworld.grpc.actions.helloworld.GreeterService
555[info] Compiling 1 protobuf files to /build/repo/play-testdata/target/scala-3.8.1-RC1-bin-20251226-6e12d35-NIGHTLY/src_managed/main
556[info] Generating Apache Pekko gRPC service interface for example.myapp.helloworld.grpc.helloworld.GreeterService
557[info] Generating Apache Pekko gRPC service interface for [example.myapp.helloworld.grpc.GreeterService]
558[info] Generating Apache Pekko gRPC client for example.myapp.helloworld.grpc.helloworld.GreeterService
559[info] Generating Apache Pekko gRPC Client [example.myapp.helloworld.grpc.GreeterService]
560[info] Generating Apache Pekko gRPC Lifted Client interface[example.myapp.helloworld.grpc.GreeterService]
561[info] Generating Apache Pekko gRPC service handler for example.myapp.helloworld.grpc.helloworld.GreeterService
562[info] Generating Apache Pekko gRPC service handler for example.myapp.helloworld.grpc.GreeterService
563[info] Generating Play gRPC client provider for example.myapp.helloworld.grpc.GreeterService
564[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.
565[info] Generating Play gRPC service play router for example.myapp.helloworld.grpc.GreeterService
566[info] Generating Play gRPC play client provider for example.myapp.helloworld.grpc.helloworld.GreeterService
567[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.
568[info] Generating Play gRPC service play router for example.myapp.helloworld.grpc.helloworld.GreeterService
569[info] compiling 3 Scala sources and 2 Java sources to /build/repo/play-testkit/target/scala-3.8.1-RC1-bin-20251226-6e12d35-NIGHTLY/test-classes ...
570[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
571[warn] bad option '-Xfuture' was ignored
572[warn] bad option '-Ywarn-dead-code' was ignored
573[warn] bad option '-Ywarn-numeric-widen' was ignored
574[warn] bad option '-Ywarn-value-discard' was ignored
575[error] -- [E008] Not Found Error: /build/repo/play-testkit/src/test/java/play/grpc/testkit/PlayJavaFunctionalTest.java:6:31
576[error] 6 |import static org.junit.Assert.*;
577[error] | ^
578[error] | value junit is not a member of org
579[error] -- [E008] Not Found Error: /build/repo/play-testkit/src/test/java/play/grpc/testkit/PlayJavaFunctionalTest.java:14:17
580[error] 14 |import org.junit.*;
581[error] | ^
582[error] |value junit is not a member of org, but could be made available as an extension method.
583[error] |
584[error] |The following import might make progress towards fixing the problem:
585[error] |
586[error] | import org.apache.pekko.http.impl.util.JavaMapping.Implicits.convertToScala
587[error] |
588[warn] 5 warnings found
589[error] two errors found
590[error] (play-grpc-testkit / Test / compileIncremental) Compilation failed
591Starting build for ProjectRef(file:/build/repo/,play-grpc-testkit) (play-grpc-testkit)... [3/6]
592Compile 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
593[info] Compiling 1 protobuf files to /build/repo/play-actions-testdata/target/scala-3.8.1-RC1-bin-20251226-6e12d35-NIGHTLY/src_managed/main
594[info] Generating Apache Pekko gRPC service interface for example.myapp.helloworld.grpc.actions.helloworld.GreeterService
595[info] Generating Apache Pekko gRPC service interface for [example.myapp.helloworld.grpc.actions.GreeterService]
596[info] Generating Apache Pekko gRPC client for example.myapp.helloworld.grpc.actions.helloworld.GreeterService
597[info] Generating Apache Pekko gRPC Client [example.myapp.helloworld.grpc.actions.GreeterService]
598[info] Generating Apache Pekko gRPC Lifted Client interface[example.myapp.helloworld.grpc.actions.GreeterService]
599[info] Generating Apache Pekko gRPC service handler for example.myapp.helloworld.grpc.actions.helloworld.GreeterService
600[info] Generating Apache Pekko gRPC service handler for example.myapp.helloworld.grpc.actions.GreeterService
601[info] Generating Play gRPC service play router for example.myapp.helloworld.grpc.actions.helloworld.GreeterService
602[info] Compiling 1 protobuf files to /build/repo/play-testdata/target/scala-3.8.1-RC1-bin-20251226-6e12d35-NIGHTLY/src_managed/main
603[info] Generating Apache Pekko gRPC service interface for example.myapp.helloworld.grpc.helloworld.GreeterService
604[info] Generating Apache Pekko gRPC service interface for [example.myapp.helloworld.grpc.GreeterService]
605[info] Generating Apache Pekko gRPC client for example.myapp.helloworld.grpc.helloworld.GreeterService
606[info] Generating Apache Pekko gRPC Client [example.myapp.helloworld.grpc.GreeterService]
607[info] Generating Apache Pekko gRPC Lifted Client interface[example.myapp.helloworld.grpc.GreeterService]
608[info] Generating Apache Pekko gRPC service handler for example.myapp.helloworld.grpc.helloworld.GreeterService
609[info] Generating Apache Pekko gRPC service handler for example.myapp.helloworld.grpc.GreeterService
610[info] Generating Play gRPC client provider for example.myapp.helloworld.grpc.GreeterService
611[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.
612[info] Generating Play gRPC service play router for example.myapp.helloworld.grpc.GreeterService
613[info] Generating Play gRPC play client provider for example.myapp.helloworld.grpc.helloworld.GreeterService
614[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.
615[info] Generating Play gRPC service play router for example.myapp.helloworld.grpc.helloworld.GreeterService
616[info] compiling 3 Scala sources and 2 Java sources to /build/repo/play-testkit/target/scala-3.8.1-RC1-bin-20251226-6e12d35-NIGHTLY/test-classes ...
617[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
618[warn] bad option '-Xfuture' was ignored
619[warn] bad option '-Ywarn-dead-code' was ignored
620[warn] bad option '-Ywarn-numeric-widen' was ignored
621[warn] bad option '-Ywarn-value-discard' was ignored
622[error] -- [E008] Not Found Error: /build/repo/play-testkit/src/test/java/play/grpc/testkit/PlayJavaFunctionalTest.java:6:31
623[error] 6 |import static org.junit.Assert.*;
624[error] | ^
625[error] | value junit is not a member of org
626[error] -- [E008] Not Found Error: /build/repo/play-testkit/src/test/java/play/grpc/testkit/PlayJavaFunctionalTest.java:14:17
627[error] 14 |import org.junit.*;
628[error] | ^
629[error] |value junit is not a member of org, but could be made available as an extension method.
630[error] |
631[error] |The following import might make progress towards fixing the problem:
632[error] |
633[error] | import org.apache.pekko.http.impl.util.JavaMapping.Implicits.convertToScala
634[error] |
635[warn] 5 warnings found
636[error] two errors found
637[error] (play-grpc-testkit / Test / compileIncremental) Compilation failed
638[info] Compiling 1 protobuf files to /build/repo/play-actions-testdata/target/scala-3.8.1-RC1-bin-20251226-6e12d35-NIGHTLY/src_managed/main
639[info] Generating Apache Pekko gRPC service interface for example.myapp.helloworld.grpc.actions.helloworld.GreeterService
640[info] Generating Apache Pekko gRPC service interface for [example.myapp.helloworld.grpc.actions.GreeterService]
641[info] Generating Apache Pekko gRPC client for example.myapp.helloworld.grpc.actions.helloworld.GreeterService
642[info] Generating Apache Pekko gRPC Client [example.myapp.helloworld.grpc.actions.GreeterService]
643[info] Generating Apache Pekko gRPC Lifted Client interface[example.myapp.helloworld.grpc.actions.GreeterService]
644[info] Generating Apache Pekko gRPC service handler for example.myapp.helloworld.grpc.actions.helloworld.GreeterService
645[info] Generating Apache Pekko gRPC service handler for example.myapp.helloworld.grpc.actions.GreeterService
646[info] Generating Play gRPC service play router for example.myapp.helloworld.grpc.actions.helloworld.GreeterService
647[info] Compiling 1 protobuf files to /build/repo/play-testdata/target/scala-3.8.1-RC1-bin-20251226-6e12d35-NIGHTLY/src_managed/main
648[info] Generating Apache Pekko gRPC service interface for example.myapp.helloworld.grpc.helloworld.GreeterService
649[info] Generating Apache Pekko gRPC service interface for [example.myapp.helloworld.grpc.GreeterService]
650[info] Generating Apache Pekko gRPC client for example.myapp.helloworld.grpc.helloworld.GreeterService
651[info] Generating Apache Pekko gRPC Client [example.myapp.helloworld.grpc.GreeterService]
652[info] Generating Apache Pekko gRPC Lifted Client interface[example.myapp.helloworld.grpc.GreeterService]
653[info] Generating Apache Pekko gRPC service handler for example.myapp.helloworld.grpc.helloworld.GreeterService
654[info] Generating Apache Pekko gRPC service handler for example.myapp.helloworld.grpc.GreeterService
655[info] Generating Play gRPC client provider for example.myapp.helloworld.grpc.GreeterService
656[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.
657[info] Generating Play gRPC service play router for example.myapp.helloworld.grpc.GreeterService
658[info] Generating Play gRPC play client provider for example.myapp.helloworld.grpc.helloworld.GreeterService
659[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.
660[info] Generating Play gRPC service play router for example.myapp.helloworld.grpc.helloworld.GreeterService
661[info] compiling 3 Scala sources and 2 Java sources to /build/repo/play-testkit/target/scala-3.8.1-RC1-bin-20251226-6e12d35-NIGHTLY/test-classes ...
662[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
663[warn] bad option '-Xfuture' was ignored
664[warn] bad option '-Ywarn-dead-code' was ignored
665[warn] bad option '-Ywarn-numeric-widen' was ignored
666[warn] bad option '-Ywarn-value-discard' was ignored
667[error] -- [E008] Not Found Error: /build/repo/play-testkit/src/test/java/play/grpc/testkit/PlayJavaFunctionalTest.java:6:31
668[error] 6 |import static org.junit.Assert.*;
669[error] | ^
670[error] | value junit is not a member of org
671[error] -- [E008] Not Found Error: /build/repo/play-testkit/src/test/java/play/grpc/testkit/PlayJavaFunctionalTest.java:14:17
672[error] 14 |import org.junit.*;
673[error] | ^
674[error] |value junit is not a member of org, but could be made available as an extension method.
675[error] |
676[error] |The following import might make progress towards fixing the problem:
677[error] |
678[error] | import org.apache.pekko.http.impl.util.JavaMapping.Implicits.convertToScala
679[error] |
680[warn] 5 warnings found
681[error] two errors found
682[error] (play-grpc-testkit / Test / compileIncremental) Compilation failed
683[info] Compiling 1 protobuf files to /build/repo/play-actions-testdata/target/scala-3.8.1-RC1-bin-20251226-6e12d35-NIGHTLY/src_managed/main
684[info] Generating Apache Pekko gRPC service interface for example.myapp.helloworld.grpc.actions.helloworld.GreeterService
685[info] Generating Apache Pekko gRPC service interface for [example.myapp.helloworld.grpc.actions.GreeterService]
686[info] Generating Apache Pekko gRPC client for example.myapp.helloworld.grpc.actions.helloworld.GreeterService
687[info] Generating Apache Pekko gRPC Client [example.myapp.helloworld.grpc.actions.GreeterService]
688[info] Generating Apache Pekko gRPC Lifted Client interface[example.myapp.helloworld.grpc.actions.GreeterService]
689[info] Generating Apache Pekko gRPC service handler for example.myapp.helloworld.grpc.actions.helloworld.GreeterService
690[info] Generating Apache Pekko gRPC service handler for example.myapp.helloworld.grpc.actions.GreeterService
691[info] Generating Play gRPC service play router for example.myapp.helloworld.grpc.actions.helloworld.GreeterService
692[info] Compiling 1 protobuf files to /build/repo/play-testdata/target/scala-3.8.1-RC1-bin-20251226-6e12d35-NIGHTLY/src_managed/main
693[info] Generating Apache Pekko gRPC service interface for example.myapp.helloworld.grpc.helloworld.GreeterService
694[info] Generating Apache Pekko gRPC service interface for [example.myapp.helloworld.grpc.GreeterService]
695[info] Generating Apache Pekko gRPC client for example.myapp.helloworld.grpc.helloworld.GreeterService
696[info] Generating Apache Pekko gRPC Client [example.myapp.helloworld.grpc.GreeterService]
697[info] Generating Apache Pekko gRPC Lifted Client interface[example.myapp.helloworld.grpc.GreeterService]
698[info] Generating Apache Pekko gRPC service handler for example.myapp.helloworld.grpc.helloworld.GreeterService
699[info] Generating Apache Pekko gRPC service handler for example.myapp.helloworld.grpc.GreeterService
700[info] Generating Play gRPC client provider for example.myapp.helloworld.grpc.GreeterService
701[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.
702[info] Generating Play gRPC service play router for example.myapp.helloworld.grpc.GreeterService
703[info] Generating Play gRPC play client provider for example.myapp.helloworld.grpc.helloworld.GreeterService
704[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.
705[info] Generating Play gRPC service play router for example.myapp.helloworld.grpc.helloworld.GreeterService
706[info] compiling 3 Scala sources and 2 Java sources to /build/repo/play-testkit/target/scala-3.8.1-RC1-bin-20251226-6e12d35-NIGHTLY/test-classes ...
707[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
708[warn] bad option '-Xfuture' was ignored
709[warn] bad option '-Ywarn-dead-code' was ignored
710[warn] bad option '-Ywarn-numeric-widen' was ignored
711[warn] bad option '-Ywarn-value-discard' was ignored
712[error] -- [E008] Not Found Error: /build/repo/play-testkit/src/test/java/play/grpc/testkit/PlayJavaFunctionalTest.java:6:31
713[error] 6 |import static org.junit.Assert.*;
714[error] | ^
715[error] | value junit is not a member of org
716[error] -- [E008] Not Found Error: /build/repo/play-testkit/src/test/java/play/grpc/testkit/PlayJavaFunctionalTest.java:14:17
717[error] 14 |import org.junit.*;
718[error] | ^
719[error] |value junit is not a member of org, but could be made available as an extension method.
720[error] |
721[error] |The following import might make progress towards fixing the problem:
722[error] |
723[error] | import org.apache.pekko.http.impl.util.JavaMapping.Implicits.convertToScala
724[error] |
725[warn] 5 warnings found
726[error] two errors found
727[error] (play-grpc-testkit / Test / compileIncremental) Compilation failed
728Starting build for ProjectRef(file:/build/repo/,play-grpc-runtime) (play-grpc-runtime)... [4/6]
729Compile 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
730Starting build for ProjectRef(file:/build/repo/,play-grpc-actions-testdata) (play-grpc-actions-testdata)... [5/6]
731Compile 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
732[info] Compiling 1 protobuf files to /build/repo/play-actions-testdata/target/scala-3.8.1-RC1-bin-20251226-6e12d35-NIGHTLY/src_managed/main
733[info] Generating Apache Pekko gRPC service interface for example.myapp.helloworld.grpc.actions.helloworld.GreeterService
734[info] Generating Apache Pekko gRPC service interface for [example.myapp.helloworld.grpc.actions.GreeterService]
735[info] Generating Apache Pekko gRPC client for example.myapp.helloworld.grpc.actions.helloworld.GreeterService
736[info] Generating Apache Pekko gRPC Client [example.myapp.helloworld.grpc.actions.GreeterService]
737[info] Generating Apache Pekko gRPC Lifted Client interface[example.myapp.helloworld.grpc.actions.GreeterService]
738[info] Generating Apache Pekko gRPC service handler for example.myapp.helloworld.grpc.actions.helloworld.GreeterService
739[info] Generating Apache Pekko gRPC service handler for example.myapp.helloworld.grpc.actions.GreeterService
740[info] Generating Play gRPC service play router for example.myapp.helloworld.grpc.actions.helloworld.GreeterService
741[info] Compiling 1 protobuf files to /build/repo/play-actions-testdata/target/scala-3.8.1-RC1-bin-20251226-6e12d35-NIGHTLY/src_managed/main
742[info] Generating Apache Pekko gRPC service interface for example.myapp.helloworld.grpc.actions.helloworld.GreeterService
743[info] Generating Apache Pekko gRPC service interface for [example.myapp.helloworld.grpc.actions.GreeterService]
744[info] Generating Apache Pekko gRPC client for example.myapp.helloworld.grpc.actions.helloworld.GreeterService
745[info] Generating Apache Pekko gRPC Client [example.myapp.helloworld.grpc.actions.GreeterService]
746[info] Generating Apache Pekko gRPC Lifted Client interface[example.myapp.helloworld.grpc.actions.GreeterService]
747[info] Generating Apache Pekko gRPC service handler for example.myapp.helloworld.grpc.actions.helloworld.GreeterService
748[info] Generating Apache Pekko gRPC service handler for example.myapp.helloworld.grpc.actions.GreeterService
749[info] Generating Play gRPC service play router for example.myapp.helloworld.grpc.actions.helloworld.GreeterService
750[info] Compiling 1 protobuf files to /build/repo/play-actions-testdata/target/scala-3.8.1-RC1-bin-20251226-6e12d35-NIGHTLY/src_managed/main
751[info] Generating Apache Pekko gRPC service interface for example.myapp.helloworld.grpc.actions.helloworld.GreeterService
752[info] Generating Apache Pekko gRPC service interface for [example.myapp.helloworld.grpc.actions.GreeterService]
753[info] Generating Apache Pekko gRPC client for example.myapp.helloworld.grpc.actions.helloworld.GreeterService
754[info] Generating Apache Pekko gRPC Client [example.myapp.helloworld.grpc.actions.GreeterService]
755[info] Generating Apache Pekko gRPC Lifted Client interface[example.myapp.helloworld.grpc.actions.GreeterService]
756[info] Generating Apache Pekko gRPC service handler for example.myapp.helloworld.grpc.actions.helloworld.GreeterService
757[info] Generating Apache Pekko gRPC service handler for example.myapp.helloworld.grpc.actions.GreeterService
758[info] Generating Play gRPC service play router for example.myapp.helloworld.grpc.actions.helloworld.GreeterService
759[info] Compiling 1 protobuf files to /build/repo/play-actions-testdata/target/scala-3.8.1-RC1-bin-20251226-6e12d35-NIGHTLY/src_managed/main
760[info] Generating Apache Pekko gRPC service interface for example.myapp.helloworld.grpc.actions.helloworld.GreeterService
761[info] Generating Apache Pekko gRPC service interface for [example.myapp.helloworld.grpc.actions.GreeterService]
762[info] Generating Apache Pekko gRPC client for example.myapp.helloworld.grpc.actions.helloworld.GreeterService
763[info] Generating Apache Pekko gRPC Client [example.myapp.helloworld.grpc.actions.GreeterService]
764[info] Generating Apache Pekko gRPC Lifted Client interface[example.myapp.helloworld.grpc.actions.GreeterService]
765[info] Generating Apache Pekko gRPC service handler for example.myapp.helloworld.grpc.actions.helloworld.GreeterService
766[info] Generating Apache Pekko gRPC service handler for example.myapp.helloworld.grpc.actions.GreeterService
767[info] Generating Play gRPC service play router for example.myapp.helloworld.grpc.actions.helloworld.GreeterService
768
769************************
770Build summary:
771[{
772 "module": "play-grpc-testdata",
773 "compile": {"status": "ok", "tookMs": 23954, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
774 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
775 "test-compile": {"status": "ok", "tookMs": 2058, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
776 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
777 "publish": {"status": "ok", "tookMs": 4},
778 "metadata": {
779 "crossScalaVersions": ["2.13.17", "3.3.7"]
780}
781},{
782 "module": "play-grpc-scalatest",
783 "compile": {"status": "ok", "tookMs": 2130, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
784 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
785 "test-compile": {"status": "failed", "failureContext": {"type": "buildError", "reasons": ["Compilation failed"]}, "tookMs": 7478, "warnings": 5, "errors": 2, "sourceVersion": "3.8"},
786 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
787 "publish": {"status": "skipped", "tookMs": 0},
788 "metadata": {
789 "crossScalaVersions": ["2.13.17", "3.3.7"]
790}
791},{
792 "module": "play-grpc-specs2",
793 "compile": {"status": "ok", "tookMs": 922, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
794 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
795 "test-compile": {"status": "failed", "failureContext": {"type": "buildError", "reasons": ["Compilation failed"]}, "tookMs": 3600, "warnings": 5, "errors": 2, "sourceVersion": "3.8"},
796 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
797 "publish": {"status": "skipped", "tookMs": 0},
798 "metadata": {
799 "crossScalaVersions": ["2.13.17", "3.3.7"]
800}
801},{
802 "module": "play-grpc-testkit",
803 "compile": {"status": "ok", "tookMs": 425, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
804 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
805 "test-compile": {"status": "failed", "failureContext": {"type": "buildError", "reasons": ["Compilation failed"]}, "tookMs": 3081, "warnings": 5, "errors": 2, "sourceVersion": "3.8"},
806 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
807 "publish": {"status": "skipped", "tookMs": 0},
808 "metadata": {
809 "crossScalaVersions": ["2.13.17", "3.3.7"]
810}
811},{
812 "module": "play-grpc-runtime",
813 "compile": {"status": "ok", "tookMs": 65, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
814 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
815 "test-compile": {"status": "ok", "tookMs": 106, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
816 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
817 "publish": {"status": "skipped", "tookMs": 0},
818 "metadata": {
819 "crossScalaVersions": ["2.13.17", "3.3.7"]
820}
821},{
822 "module": "play-grpc-actions-testdata",
823 "compile": {"status": "ok", "tookMs": 599, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
824 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
825 "test-compile": {"status": "ok", "tookMs": 614, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
826 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
827 "publish": {"status": "ok", "tookMs": 2},
828 "metadata": {
829 "crossScalaVersions": ["2.13.17", "3.3.7"]
830}
831}]
832************************
833[error] Scala3CommunityBuild$ProjectBuildFailureException: 3 module(s) finished with failures: play-grpc-scalatest, play-grpc-specs2, play-grpc-testkit
834[error] (Global / runBuild) Scala3CommunityBuild$ProjectBuildFailureException: 3 module(s) finished with failures: play-grpc-scalatest, play-grpc-specs2, play-grpc-testkit
835[error] Total time: 194 s (0:03:14.0), completed Dec 27, 2025, 1:36:42 AM
836[0JBuild failed, not retrying.