pjfanning commented on PR #582: URL: https://github.com/apache/pekko-grpc/pull/582#issuecomment-3707483728
interop test broken ``` [info] GrpcClientSpecNetty: [info] org.apache.pekko.grpc.scaladsl.GrpcClientSpecNetty *** ABORTED *** (1 millisecond) [info] java.lang.NoSuchFieldError: java_ [info] at com.google.protobuf.Descriptors.getJavaEditionDefaults(Descriptors.java:97) [info] at com.google.protobuf.Descriptors.getEditionDefaults(Descriptors.java:113) [info] at com.google.protobuf.Descriptors$GenericDescriptor.resolveFeatures(Descriptors.java:2917) [info] at com.google.protobuf.Descriptors$FileDescriptor.resolveAllFeaturesInternal(Descriptors.java:655) [info] at com.google.protobuf.Descriptors$FileDescriptor.buildFrom(Descriptors.java:413) [info] at com.google.protobuf.Descriptors$FileDescriptor.buildFrom(Descriptors.java:387) [info] at com.google.protobuf.Descriptors$FileDescriptor.buildFrom(Descriptors.java:369) [info] at example.myapp.helloworld.grpc.helloworld.HelloworldProto$.javaDescriptor$lzycompute(HelloworldProto.scala:31) [info] at example.myapp.helloworld.grpc.helloworld.HelloworldProto$.javaDescriptor(HelloworldProto.scala:29) [info] at example.myapp.helloworld.grpc.helloworld.GreeterService$.<clinit>(GreeterService.scala:52) [info] at example.myapp.helloworld.grpc.helloworld.GreeterServiceHandler$.apply(GreeterServiceHandler.scala:105) [info] at org.apache.pekko.grpc.scaladsl.GrpcChannelSpec.<init>(GrpcChannelSpec.scala:50) [info] at org.apache.pekko.grpc.scaladsl.GrpcClientSpecNetty.<init>(GrpcChannelSpec.scala:35) [info] at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) [info] at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77) [info] at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) [info] at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500) [info] at java.base/java.lang.reflect.ReflectAccess.newInstance(ReflectAccess.java:128) [info] at java.base/jdk.internal.reflect.ReflectionFactory.newInstance(ReflectionFactory.java:347) [info] at java.base/java.lang.Class.newInstance(Class.java:647) [info] at org.scalatest.tools.Framework$ScalaTestTask.execute(Framework.scala:454) [info] at sbt.TestRunner.runTest$1(TestFramework.scala:153) [info] at sbt.TestRunner.run(TestFramework.scala:168) [info] at sbt.TestFramework$$anon$3$$anonfun$$lessinit$greater$1.$anonfun$apply$1(TestFramework.scala:336) [info] at sbt.TestFramework$.sbt$TestFramework$$withContextLoader(TestFramework.scala:296) [info] at sbt.TestFramework$$anon$3$$anonfun$$lessinit$greater$1.apply(TestFramework.scala:336) [info] at sbt.TestFramework$$anon$3$$anonfun$$lessinit$greater$1.apply(TestFramework.scala:336) [info] at sbt.TestFunction.apply(TestFramework.scala:348) [info] at sbt.Tests$.processRunnable$1(Tests.scala:475) [info] at sbt.Tests$.$anonfun$makeSerial$1(Tests.scala:481) [info] at sbt.std.Transform$$anon$3.$anonfun$apply$2(Transform.scala:47) [info] at sbt.std.Transform$$anon$4.work(Transform.scala:69) [info] at sbt.Execute.$anonfun$submit$2(Execute.scala:283) [info] at sbt.internal.util.ErrorHandling$.wideConvert(ErrorHandling.scala:24) [info] at sbt.Execute.work(Execute.scala:292) [info] at sbt.Execute.$anonfun$submit$1(Execute.scala:283) [info] at sbt.ConcurrentRestrictions$$anon$4.$anonfun$submitValid$1(ConcurrentRestrictions.scala:265) [info] at sbt.CompletionService$$anon$2.call(CompletionService.scala:65) [info] at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) [info] at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539) [info] at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) [info] at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) [info] at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) [info] at java.base/java.lang.Thread.run(Thread.java:840) ``` -- 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]
