I'm not sure if its just my environment, but seeing some build failures: [*ERROR*] Exception in thread "main" java.lang.reflect.InvocationTargetException
[*ERROR*] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [*ERROR*] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [*ERROR*] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [*ERROR*] at java.base/java.lang.reflect.Method.invoke(Method.java:564) [*ERROR*] at java.instrument/sun.instrument.InstrumentationImpl.loadClassAndStartAgent(InstrumentationImpl.java:513) [*ERROR*] at java.instrument/sun.instrument.InstrumentationImpl.loadClassAndCallPremain(InstrumentationImpl.java:525) [*ERROR*] Caused by: java.lang.RuntimeException: Class java/util/UUID could not be instrumented. [*ERROR*] at org.jacoco.agent.rt.internal_6da5971.core.runtime.ModifiedSystemClassRuntime.createFor(ModifiedSystemClassRuntime.java:140) [*ERROR*] at org.jacoco.agent.rt.internal_6da5971.core.runtime.ModifiedSystemClassRuntime.createFor(ModifiedSystemClassRuntime.java:101) [*ERROR*] at org.jacoco.agent.rt.internal_6da5971.PreMain.createRuntime(PreMain.java:55) [*ERROR*] at org.jacoco.agent.rt.internal_6da5971.PreMain.premain(PreMain.java:47) [*ERROR*] ... 6 more [*ERROR*] Caused by: java.lang.NoSuchFieldException: $jacocoAccess [*ERROR*] at java.base/java.lang.Class.getField(Class.java:2013) [*ERROR*] at org.jacoco.agent.rt.internal_6da5971.core.runtime.ModifiedSystemClassRuntime.createFor(ModifiedSystemClassRuntime.java:138) [*ERROR*] ... 9 more [*ERROR*] *** java.lang.instrument ASSERTION FAILED ***: "result" with message agent load/premain call failed at ./src/java.instrument/share/native/libinstrument/JPLISAgent.c line: 422 [*ERROR*] /bin/sh: line 1: 21674 Abort trap: 6 /usr/local/Cellar/openjdk/14.0.1/libexec/openjdk.jdk/Contents/Home/bin/java -javaagent:/Users/chinmaysoman/.m2/repository/org/jacoco/org.jacoco.agent/0.7.7.201606060606/org.jacoco.agent-0.7.7.201606060606-runtime.jar=destfile=/Users/chinmaysoman/projects/rc-test/rc-test/apache-pinot-incubating-0.7.1-src/pinot-spi/target/jacoco.exec -Xms4g -Xmx4g -jar /Users/chinmaysoman/projects/rc-test/rc-test/apache-pinot-incubating-0.7.1-src/pinot-spi/target/surefire/surefirebooter10242600033471299580.jar /Users/chinmaysoman/projects/rc-test/rc-test/apache-pinot-incubating-0.7.1-src/pinot-spi/target/surefire 2021-04-08T16-12-03_030-jvmRun1 surefire15948155137112062866tmp surefire_02116322378581512756tmp On Thu, Apr 8, 2021 at 3:14 PM Mayank Shrivastava <[email protected]> wrote: > +1 > > On Wed, Apr 7, 2021 at 3:09 PM Xiaotian Jiang <[email protected]> > wrote: > >> +1 >> >> On Wed, Apr 7, 2021 at 2:56 PM Fu Xiang <[email protected]> wrote: >> >>> Hi Pinot Community, >>> >>> This is a call for a vote to release Apache Pinot (incubating) version >>> 0.7.1. >>> >>> The release candidate: >>> >>> https://dist.apache.org/repos/dist/dev/incubator/pinot/apache-pinot-incubating-0.7.1-rc0/ >>> >>> Git tag for this release: >>> https://github.com/apache/incubator-pinot/tree/release-0.7.1-rc0 >>> >>> Git hash for this release: >>> *e22be7c3a39e840321d3658e7505f21768b228d6* >>> >>> The artifacts have been signed with key: *CDEDB21B862F6C66*, which can >>> be found in the following KEYS file. >>> https://dist.apache.org/repos/dist/release/incubator/pinot/KEYS >>> >>> Release notes: >>> https://github.com/apache/incubator-pinot/releases/tag/release-0.7.1-rc0 >>> >>> Staging repository: >>> https://repository.apache.org/content/repositories/orgapachepinot-1025 >>> >>> Documentation on verifying a release candidate: >>> >>> https://cwiki.apache.org/confluence/display/PINOT/Validating+a+release+candidate >>> >>> The vote will be open for at least 72 hours or until the necessary >>> number of votes are reached. >>> >>> Please vote accordingly, >>> >>> [ ] +1 approve >>> [ ] +0 no opinion >>> [ ] -1 disapprove with the reason >>> >>> Thanks, >>> Apache Pinot (incubating) team >>> >>> -- Thanks and regards Chinmay Soman
