File tree Expand file tree Collapse file tree 1 file changed +23
-2
lines changed Expand file tree Collapse file tree 1 file changed +23
-2
lines changed Original file line number Diff line number Diff line change 2222
2323jdk :
2424 - openjdk8
25- - openjdk11
26- - openjdk-ea
25+ # - openjdk11
26+ # - openjdk-ea
27+ # @todo #/DEV Activate JDK11, 12 for CI process.addons:
28+ # For now its disabled due to 'https://travis-ci.org/dgroup/tagyml/jobs/579535606'
29+ # Exception in thread "main" java.lang.reflect.InvocationTargetException
30+ # at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
31+ # at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
32+ # at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
33+ # at java.base/java.lang.reflect.Method.invoke(Method.java:566)
34+ # at java.instrument/sun.instrument.InstrumentationImpl.loadClassAndStartAgent(InstrumentationImpl.java:513)
35+ # at java.instrument/sun.instrument.InstrumentationImpl.loadClassAndCallPremain(InstrumentationImpl.java:525)
36+ # Caused by: java.lang.RuntimeException: Class java/util/UUID could not be instrumented.
37+ # at org.jacoco.agent.rt.internal_8ff85ea.core.runtime.ModifiedSystemClassRuntime.createFor(ModifiedSystemClassRuntime.java:140)
38+ # at org.jacoco.agent.rt.internal_8ff85ea.core.runtime.ModifiedSystemClassRuntime.createFor(ModifiedSystemClassRuntime.java:101)
39+ # FATAL ERROR in native method: processing of -javaagent failed
40+ # at org.jacoco.agent.rt.internal_8ff85ea.PreMain.createRuntime(PreMain.java:55)
41+ # at org.jacoco.agent.rt.internal_8ff85ea.PreMain.premain(PreMain.java:47)
42+ # ... 6 more
43+ # Caused by: java.lang.NoSuchFieldException: $jacocoAccess
44+ # at java.base/java.lang.Class.getField(Class.java:2000)
45+ # at org.jacoco.agent.rt.internal_8ff85ea.core.runtime.ModifiedSystemClassRuntime.createFor(ModifiedSystemClassRuntime.java:138)
46+ # ... 9 more
47+ # Aborted (core dumped)
2748
2849after_success :
2950 - " bash <(curl -s https://codecov.io/bash)"
You can’t perform that action at this time.
0 commit comments