That’s really odd because that jar is baked into the build image. If it was truly corrupt then all builds should be failing.
Hmmm.... > On Nov 26, 2018, at 12:19 PM, Kirk Lund <[email protected]> wrote: > > Just the first few compilation failures are listed below. Is the image > for AcceptanceTestOpenJDK11 precheckin broken in some way? > > /home/geode/geode/geode-core/src/main/java/org/apache/geode/internal/InternalInstantiator.java:20: > error: cannot access Constructor > import java.lang.reflect.Constructor; > ^ > bad class file: > /usr/lib/jvm/java-8-openjdk-amd64/lib/ct.sym(META-INF/sym/rt.jar/java/lang/reflect/Constructor.class) > unable to access file: corrupted zip file > Please remove or make sure it appears in the correct subdirectory of > the classpath. > /home/geode/geode/geode-core/src/main/java/org/apache/geode/internal/cache/LocalRegion.java:18: > error: cannot find symbol > import static > org.apache.geode.internal.offheap.annotations.OffHeapIdentifier.ENTRY_EVENT_NEW_VALUE; > ^ > symbol: static ENTRY_EVENT_NEW_VALUE > location: class > /home/geode/geode/geode-core/src/main/java/org/apache/geode/internal/cache/LocalRegion.java:17: > error: cannot find symbol > import static org.apache.geode.internal.lang.SystemUtils.getLineSeparator; > ^ > symbol: static getLineSeparator > location: class
