googleapis / sdk-platform-java

Tooling and shared libraries for Cloud SDK for Java
https://cloud.google.com/java/docs/bom
Apache License 2.0
64 stars 52 forks source link

InstantiatingGrpcChannelProviderTest : ClassNotFoundException: sun/nio/fs/LinuxFileSystemProvider in Mac OS nightly builds #2889

Closed suztomo closed 3 months ago

suztomo commented 3 months ago

Mac OS nightly builds are failing.

Error:  Failures: 
Error:    InstantiatingGrpcChannelProviderTest>AbstractMtlsTransportChannelTest.testUseClientCertificate:70->getMtlsObjectFromTransportChannel:568 java.lang.ClassNotFoundException: sun/nio/fs/LinuxFileSystemProvider
Error:  Errors: 
Error:    InstantiatingGrpcChannelProviderTest.testLogDirectPathMisconfigAttrempDirectPathNotSet:583 » NoClassDefFound Could not initialize class sun.security.ec.SunEC
Error:    InstantiatingGrpcChannelProviderTest.testLogDirectPathMisconfigNotOnGCE:647 » NoClassDefFound Could not initialize class sun.security.ec.SunEC
Error:    InstantiatingGrpcChannelProviderTest.testLogDirectPathMisconfigWrongCredential:621 » NoClassDefFound Could not initialize class sun.security.ec.SunEC
Error:    InstantiatingGrpcChannelProviderTest.testWithDirectPathDisabled:412 » NoClassDefFound Could not initialize class sun.security.ec.SunEC
Error:    InstantiatingGrpcChannelProviderTest.testWithGCECredentials:306 » NoClassDefFound Could not initialize class sun.security.ec.SunEC
Error:    InstantiatingGrpcChannelProviderTest.testWithIPv6Address:456 » NoClassDefFound Could not initialize class sun.security.ec.SunEC
Error:    InstantiatingGrpcChannelProviderTest.testWithInterceptors:225->testWithInterceptors:246 » NoClassDefFound Could not initialize class sun.security.ec.SunEC
Error:    InstantiatingGrpcChannelProviderTest.testWithInterceptorsAndMultipleChannels:230->testWithInterceptors:246 » NoClassDefFound Could not initialize class sun.security.ec.SunEC
Error:    InstantiatingGrpcChannelProviderTest.testWithNoDirectPathFlagSet:439 » NoClassDefFound Could not initialize class sun.security.ec.SunEC
Error:    InstantiatingGrpcChannelProviderTest.testWithNonGCECredentials:384 » NoClassDefFound Could not initialize class sun.security.ec.SunEC
Error:    InstantiatingGrpcChannelProviderTest.testWithPoolSize:181 » NoClassDefFound Could not initialize class sun.security.ec.SunEC
Error:    InstantiatingGrpcChannelProviderTest.testWithPrimeChannel:476 » NoClassDefFound Could not initialize class sun.security.ec.SunEC
[INFO] 
Error:  Tests run: 169, Failures: 1, Errors: 12, Skipped: 0
Screenshot 2024-06-13 at 3 11 11 PM
blakeli0 commented 3 months ago

This test has been failing since last week, I created a ticket for it https://github.com/googleapis/sdk-platform-java/issues/2852 and already planned to work on it. Do you mind closing this one and add your observation to that ticket if needed?

suztomo commented 3 months ago

Thank you. Closing.

Duplicate of https://github.com/googleapis/sdk-platform-java/issues/2852.