grpc / grpc-java

The Java gRPC implementation. HTTP/2 based RPC
https://grpc.io/docs/languages/java/
Apache License 2.0
11.28k stars 3.79k forks source link

Travis CI java 11 flaky timeout #5253

Open dapengzhang0 opened 5 years ago

dapengzhang0 commented 5 years ago

https://travis-ci.org/grpc/grpc-java/jobs/480162149

> Task :grpc-netty:test
[jetty-alpn-agent] Could not find a matching alpn-boot JAR for Java version: 11.0.1
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by worker.org.gradle.internal.reflect.JavaMethod (file:/home/travis/.gradle/caches/4.9/workerMain/gradle-worker.jar) to method java.lang.ClassLoader.getPackages()
WARNING: Please consider reporting this to the maintainers of worker.org.gradle.internal.reflect.JavaMethod
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
*** java.lang.instrument ASSERTION FAILED ***: "!errorOutstanding" with message transform method call failed at  line: 872
*** java.lang.instrument ASSERTION FAILED ***: "!errorOutstanding" with message transform method call failed at  line: 872
No output has been received in the last 10m0s, this potentially indicates a stalled build or something wrong with the build itself.
henrik242 commented 5 years ago

@dapengzhang0 Did you figure out what caused the assertion failure? I am getting it in a completely unrelated scenario (involving jdk11 and sybase's jconn4 driver)

dapengzhang0 commented 5 years ago

@henrik242 I'm not actively working on it, just logged the issue. It might be a bug for certain versions of jdk release.

andersaa commented 5 years ago

@henrik242 I have the same issue and we are also using sybase jconn4 driver.. I run into this constantly when debugging in Idea on mac.

I have spent quite some time with SAP support trying to locate the latest jconn4 drivers without any luck. If you have found this or managed to solve the issue then please let me know!

henrik242 commented 5 years ago

@andersaa I worked around it by switching to the jconn3 driver.