sam-byng commented on PR #4:
URL: 
https://github.com/apache/incubator-pekko-samples/pull/4#issuecomment-1470761944

   Status: The `pekko-sample-cluster-client-grpc-` packages are failing to 
compile due to issues with ClusterClient objects in pekko.
   
   - Running sbt multi-jvm:test
   
developer@DESKTOP-ISCIMSK:~/documents/projects/mvm/pekko/sb5-fork/incubator-pekko-samples/pekko-sample-cluster-client-grpc-scala$
 sbt multi-jvm:test
   [info] welcome to sbt 1.5.6 (Ubuntu Java 11.0.18)
   [info] loading settings for project 
pekko-sample-cluster-client-grpc-scala-build from plugins.sbt ...
   [info] loading project definition from 
/home/developer/documents/projects/mvm/pekko/sb5-fork/incubator-pekko-samples/pekko-sample-cluster-client-grpc-scala/project
   [info] loading settings for project pekko-sample-cluster-client-grpc-scala 
from build.sbt ...
   [info] set current project to pekko-sample-cluster-client-grpc-scala (in 
build 
file:/home/developer/documents/projects/mvm/pekko/sb5-fork/incubator-pekko-samples/pekko-sample-cluster-client-grpc-scala/)
   [warn] sbt 0.13 shell syntax is deprecated; use slash syntax instead: 
Multi-jvm / test
   [info] compiling 15 Scala sources to 
/home/developer/documents/projects/mvm/pekko/sb5-fork/incubator-pekko-samples/pekko-sample-cluster-client-grpc-scala/target/scala-2.13/classes
 ...
   [error] 
/home/developer/documents/projects/mvm/pekko/sb5-fork/incubator-pekko-samples/pekko-sample-cluster-client-grpc-scala/src/main/scala/sample/cluster/client/grpc/ClusterClient.scala:54:43:
 could not find implicit value for parameter sys: 
org.apache.pekko.actor.ClassicActorSystemProvider
   [error]     
ClusterClientReceptionistServiceClient(settings.grpcClientSettings)
   [error]                                           ^
   [warn] 
/home/developer/documents/projects/mvm/pekko/sb5-fork/incubator-pekko-samples/pekko-sample-cluster-client-grpc-scala/src/main/scala/sample/cluster/client/grpc/ClusterClient.scala:53:18:
 local val ec in method createClientStub is never used
   [warn]     implicit val ec: ExecutionContext = mat.executionContext
   [warn]                  ^
   [warn] one warning found
   [error] one error found
   [error] (Compile / compileIncremental) Compilation failed
   [error] Total time: 10 s, completed Mar 15, 2023, 7:59:21 PM
   
   - On the java repo, running mvn test also gives failures of a similar kind:
   - ```
   $ mvn test
   ...
   [ERROR] COMPILATION ERROR :
   [INFO] -------------------------------------------------------------
   [ERROR] 
/home/developer/documents/projects/mvm/pekko/sb5-fork/incubator-pekko-samples/pekko-sample-cluster-client-grpc-java/src/main/java/sample/cluster/client/grpc/ClusterClientSerialization.java:[19,2]
 error: cannot find symbol
     symbol:   class Payload
     location: class ClusterClientSerialization
   [ERROR] 
/home/developer/documents/projects/mvm/pekko/sb5-fork/incubator-pekko-samples/pekko-sample-cluster-client-grpc-java/src/main/java/sample/cluster/client/grpc/ClusterClientSerialization.java:[31,28]
 error: cannot find symbol
     symbol:   class Payload
     location: class ClusterClientSerialization
   [ERROR] 
/home/developer/documents/projects/mvm/pekko/sb5-fork/incubator-pekko-samples/pekko-sample-cluster-client-grpc-java/src/main/java/sample/cluster/client/grpc/ClusterClientReceptionistGrpcImpl.java:[17,51]
 error: cannot find symbol
     symbol: class ClusterClientReceptionistService
   [ERROR] 
/home/developer/documents/projects/mvm/pekko/sb5-fork/incubator-pekko-samples/pekko-sample-cluster-client-grpc-java/src/main/java/sample/cluster/client/grpc/ClusterClientReceptionistGrpcImpl.java:[33,48]
 error: cannot find symbol
     symbol:   class Req
     location: class ClusterClientReceptionistGrpcImpl
   [ERROR] 
/home/developer/documents/projects/mvm/pekko/sb5-fork/incubator-pekko-samples/pekko-sample-cluster-client-grpc-java/src/main/java/sample/cluster/client/grpc/ClusterClientReceptionistGrpcImpl.java:[33,16]
 error: cannot find symbol
     symbol:   class Rsp
     location: class ClusterClientReceptionistGrpcImpl
   [ERROR] 
/home/developer/documents/projects/mvm/pekko/sb5-fork/incubator-pekko-samples/pekko-sample-cluster-client-grpc-java/src/main/java/sample/cluster/client/grpc/ClusterClientReceptionistGrpcImpl.java:[86,38]
 error: cannot find symbol
     symbol:   class SendReq
     location: class ClusterClientReceptionistGrpcImpl
   [ERROR] 
/home/developer/documents/projects/mvm/pekko/sb5-fork/incubator-pekko-samples/pekko-sample-cluster-client-grpc-java/src/main/java/sample/cluster/client/grpc/ClusterClientReceptionistGrpcImpl.java:[86,25]
 error: cannot find symbol
     symbol:   class Rsp
     location: class ClusterClientReceptionistGrpcImpl
   [ERROR] 
/home/developer/documents/projects/mvm/pekko/sb5-fork/incubator-pekko-samples/pekko-sample-cluster-client-grpc-java/src/main/java/sample/cluster/client/grpc/ClusterClient.java:[134,17]
 error: cannot find symbol
     symbol:   class ClusterClientReceptionistServiceClient
     location: class ClusterClient
   [ERROR] 
/home/developer/documents/projects/mvm/pekko/sb5-fork/incubator-pekko-samples/pekko-sample-cluster-client-grpc-java/src/main/java/sample/cluster/client/grpc/ClusterClient.java:[141,6]
 error: cannot find symbol
     symbol:   class ClusterClientReceptionistServiceClient
     location: class ClusterClient
   [ERROR] 
/home/developer/documents/projects/mvm/pekko/sb5-fork/incubator-pekko-samples/pekko-sample-cluster-client-grpc-java/src/main/java/sample/cluster/client/grpc/ClusterClient.java:[216,4]
 error: cannot find symbol
     symbol:   class ClusterClientReceptionistServiceClient
     location: class ClusterClient
   [ERROR] 
/home/developer/documents/projects/mvm/pekko/sb5-fork/incubator-pekko-samples/pekko-sample-cluster-client-grpc-java/src/main/java/sample/cluster/client/grpc/ClusterClient.java:[233,16]
 error: cannot find symbol
     symbol:   class ClusterClientReceptionistServiceClient
     location: class ClusterClient
   [ERROR] 
/home/developer/documents/projects/mvm/pekko/sb5-fork/incubator-pekko-samples/pekko-sample-cluster-client-grpc-java/src/main/java/sample/cluster/client/grpc/ClusterClientSerialization.java:[24,11]
 error: cannot find symbol
     symbol:   variable Payload
     location: class ClusterClientSerialization
   [ERROR] 
/home/developer/documents/projects/mvm/pekko/sb5-fork/incubator-pekko-samples/pekko-sample-cluster-client-grpc-java/src/main/java/sample/cluster/client/grpc/ClusterClientReceptionistGrpcImpl.java:[32,2]
 error: method does not override or implement a method from a supertype
   [ERROR] 
/home/developer/documents/projects/mvm/pekko/sb5-fork/incubator-pekko-samples/pekko-sample-cluster-client-grpc-java/src/main/java/sample/cluster/client/grpc/ClusterClientReceptionistGrpcImpl.java:[45,8]
 error: cannot find symbol
     symbol:   class Payload
     location: class ClusterClientReceptionistGrpcImpl
   [ERROR] 
/home/developer/documents/projects/mvm/pekko/sb5-fork/incubator-pekko-samples/pekko-sample-cluster-client-grpc-java/src/main/java/sample/cluster/client/grpc/ClusterClientReceptionistGrpcImpl.java:[46,15]
 error: cannot find symbol
     symbol:   variable Rsp
     location: class ClusterClientReceptionistGrpcImpl
   [ERROR] 
/home/developer/documents/projects/mvm/pekko/sb5-fork/incubator-pekko-samples/pekko-sample-cluster-client-grpc-java/src/main/java/sample/cluster/client/grpc/ClusterClientReceptionistGrpcImpl.java:[50,37]
 error: package Req does not exist
   [ERROR] 
/home/developer/documents/projects/mvm/pekko/sb5-fork/incubator-pekko-samples/pekko-sample-cluster-client-grpc-java/src/main/java/sample/cluster/client/grpc/ClusterClientReceptionistGrpcImpl.java:[51,12]
 error: cannot find symbol
     symbol:   class SendReq
     location: class ClusterClientReceptionistGrpcImpl
   [ERROR] 
/home/developer/documents/projects/mvm/pekko/sb5-fork/incubator-pekko-samples/pekko-sample-cluster-client-grpc-java/src/main/java/sample/cluster/client/grpc/ClusterClientReceptionistGrpcImpl.java:[57,44]
 error: package Req does not exist
   [ERROR] 
/home/developer/documents/projects/mvm/pekko/sb5-fork/incubator-pekko-samples/pekko-sample-cluster-client-grpc-java/src/main/java/sample/cluster/client/grpc/ClusterClientReceptionistGrpcImpl.java:[58,12]
 error: cannot find symbol
     symbol:   class SendToAllReq
     location: class ClusterClientReceptionistGrpcImpl
   [ERROR] 
/home/developer/documents/projects/mvm/pekko/sb5-fork/incubator-pekko-samples/pekko-sample-cluster-client-grpc-java/src/main/java/sample/cluster/client/grpc/ClusterClientReceptionistGrpcImpl.java:[63,44]
 error: package Req does not exist
   [ERROR] 
/home/developer/documents/projects/mvm/pekko/sb5-fork/incubator-pekko-samples/pekko-sample-cluster-client-grpc-java/src/main/java/sample/cluster/client/grpc/ClusterClientReceptionistGrpcImpl.java:[64,12]
 error: cannot find symbol
     symbol:   class PublishReq
     location: class ClusterClientReceptionistGrpcImpl
   [ERROR] 
/home/developer/documents/projects/mvm/pekko/sb5-fork/incubator-pekko-samples/pekko-sample-cluster-client-grpc-java/src/main/java/sample/cluster/client/grpc/ClusterClientReceptionistGrpcImpl.java:[85,2]
 error: method does not override or implement a method from a supertype
   [ERROR] 
/home/developer/documents/projects/mvm/pekko/sb5-fork/incubator-pekko-samples/pekko-sample-cluster-client-grpc-java/src/main/java/sample/cluster/client/grpc/ClusterClientReceptionistGrpcImpl.java:[94,8]
 error: cannot find symbol
     symbol:   class Payload
     location: class ClusterClientReceptionistGrpcImpl
   [ERROR] 
/home/developer/documents/projects/mvm/pekko/sb5-fork/incubator-pekko-samples/pekko-sample-cluster-client-grpc-java/src/main/java/sample/cluster/client/grpc/ClusterClientReceptionistGrpcImpl.java:[95,15]
 error: cannot find symbol
     symbol:   variable Rsp
     location: class ClusterClientReceptionistGrpcImpl
   [ERROR] 
/home/developer/documents/projects/mvm/pekko/sb5-fork/incubator-pekko-samples/pekko-sample-cluster-client-grpc-java/src/main/java/sample/cluster/client/grpc/ClusterClientReceptionistGrpcImpl.java:[99,24]
 error: cannot find symbol
     symbol:   class Rsp
     location: class ClusterClientReceptionistGrpcImpl
   [ERROR] 
/home/developer/documents/projects/mvm/pekko/sb5-fork/incubator-pekko-samples/pekko-sample-cluster-client-grpc-java/src/main/java/sample/cluster/client/grpc/ClusterClientReceptionist.java:[66,6]
 error: cannot find symbol
     symbol:   variable ClusterClientReceptionistServiceHandlerFactory
     location: class ClusterClientReceptionist
   [ERROR] 
/home/developer/documents/projects/mvm/pekko/sb5-fork/incubator-pekko-samples/pekko-sample-cluster-client-grpc-java/src/main/java/sample/cluster/client/grpc/ClusterClient.java:[136,11]
 error: cannot find symbol
     symbol:   variable ClusterClientReceptionistServiceClient
     location: class ClusterClient
   [ERROR] 
/home/developer/documents/projects/mvm/pekko/sb5-fork/incubator-pekko-samples/pekko-sample-cluster-client-grpc-java/src/main/java/sample/cluster/client/grpc/ClusterClient.java:[166,14]
 error: cannot find symbol
     symbol:   class Payload
     location: class ClusterClient
   [ERROR] 
/home/developer/documents/projects/mvm/pekko/sb5-fork/incubator-pekko-samples/pekko-sample-cluster-client-grpc-java/src/main/java/sample/cluster/client/grpc/ClusterClient.java:[167,21]
 error: cannot find symbol
     symbol:   variable Req
     location: class ClusterClient
   [ERROR] 
/home/developer/documents/projects/mvm/pekko/sb5-fork/incubator-pekko-samples/pekko-sample-cluster-client-grpc-java/src/main/java/sample/cluster/client/grpc/ClusterClient.java:[168,25]
 error: cannot find symbol
     symbol:   variable SendReq
     location: class ClusterClient
   [ERROR] 
/home/developer/documents/projects/mvm/pekko/sb5-fork/incubator-pekko-samples/pekko-sample-cluster-client-grpc-java/src/main/java/sample/cluster/client/grpc/ClusterClient.java:[175,14]
 error: cannot find symbol
     symbol:   class Payload
     location: class ClusterClient
   [ERROR] 
/home/developer/documents/projects/mvm/pekko/sb5-fork/incubator-pekko-samples/pekko-sample-cluster-client-grpc-java/src/main/java/sample/cluster/client/grpc/ClusterClient.java:[176,21]
 error: cannot find symbol
     symbol:   variable Req
     location: class ClusterClient
   [ERROR] 
/home/developer/documents/projects/mvm/pekko/sb5-fork/incubator-pekko-samples/pekko-sample-cluster-client-grpc-java/src/main/java/sample/cluster/client/grpc/ClusterClient.java:[177,30]
 error: cannot find symbol
     symbol:   variable SendToAllReq
     location: class ClusterClient
   [ERROR] 
/home/developer/documents/projects/mvm/pekko/sb5-fork/incubator-pekko-samples/pekko-sample-cluster-client-grpc-java/src/main/java/sample/cluster/client/grpc/ClusterClient.java:[183,14]
 error: cannot find symbol
     symbol:   class Payload
     location: class ClusterClient
   [ERROR] 
/home/developer/documents/projects/mvm/pekko/sb5-fork/incubator-pekko-samples/pekko-sample-cluster-client-grpc-java/src/main/java/sample/cluster/client/grpc/ClusterClient.java:[184,21]
 error: cannot find symbol
     symbol:   variable Req
     location: class ClusterClient
   [ERROR] 
/home/developer/documents/projects/mvm/pekko/sb5-fork/incubator-pekko-samples/pekko-sample-cluster-client-grpc-java/src/main/java/sample/cluster/client/grpc/ClusterClient.java:[185,28]
 error: cannot find symbol
     symbol:   variable PublishReq
     location: class ClusterClient
   [ERROR] 
/home/developer/documents/projects/mvm/pekko/sb5-fork/incubator-pekko-samples/pekko-sample-cluster-client-grpc-java/src/main/java/sample/cluster/client/grpc/ClusterClient.java:[219,4]
 error: cannot find symbol
     symbol:   class Payload
     location: class ClusterClient
   [ERROR] 
/home/developer/documents/projects/mvm/pekko/sb5-fork/incubator-pekko-samples/pekko-sample-cluster-client-grpc-java/src/main/java/sample/cluster/client/grpc/ClusterClient.java:[220,4]
 error: cannot find symbol
     symbol:   class SendReq
     location: class ClusterClient
   [ERROR] 
/home/developer/documents/projects/mvm/pekko/sb5-fork/incubator-pekko-samples/pekko-sample-cluster-client-grpc-java/src/main/java/sample/cluster/client/grpc/ClusterClient.java:[220,22]
 error: cannot find symbol
     symbol:   variable SendReq
     location: class ClusterClient
   ```
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to