I have encountered similar problems before[1].
It is most likely a problem with the gradle cache or something of the CI
machine.
You can try again.

[1] https://issues.apache.org/jira/browse/CALCITE-5878

Best Regards,
Ran Tao


LakeShen <shenleifight...@gmail.com> 于2023年10月12日周四 16:45写道:

> Hi Community, Now I find that my pr's Windows (JDK 8) pipeline job and
>  Windows (JDK 17) always failed,the exception like this:
>
> > Task :linq4j:compileJava
> > error: error reading
> >
> C:\Users\runneradmin\.gradle\caches\modules-2\files-2.1\com.google.guava\guava\19.0\6ce200f6b23222af3d8abb6b6459e6c44f4bb0e9\guava-19.0.jar;
> > zip END header not found
> >
> D:\a\calcite\calcite\linq4j\src\main\java\org\apache\calcite\linq4j\AbstractEnumerable.java:17:
> > error: cannot access org.apache.calcite.linq4j
> > package org.apache.calcite.linq4j;
> > ^
> >   ZipException opening "guava-19.0.jar": zip END header not found
> >
> D:\a\calcite\calcite\linq4j\src\main\java\org\apache\calcite\linq4j\function\BigDecimalFunction1.java:17:
> > error: cannot access org.apache.calcite.linq4j.function
> > package org.apache.calcite.linq4j.function;
> > ^
> >   ZipException opening "guava-19.0.jar": zip END header not found
> >
> D:\a\calcite\calcite\linq4j\src\main\java\org\apache\calcite\linq4j\tree\AbstractNode.java:17:
> > error: cannot access org.apache.calcite.linq4j.tree
> > package org.apache.calcite.linq4j.tree;
> > ^
> >   ZipException opening "guava-19.0.jar": zip END header not found
> >
> D:\a\calcite\calcite\linq4j\src\main\java\org\apache\calcite\linq4j\AbstractEnumerable2.java:29:
> > error: cannot access java.lang
> > public abstract class AbstractEnumerable2<T> extends
> DefaultEnumerable<T> {
> >
>
> It seems about the 'guava-19.0',but in this pr, I don't do anything about
> this,If I resubmit the PR, I still get this error.
>
> I don't know why there is this error,does anyone have a similar problem?
>
> The pipeline join link:
> [1]
>
> https://github.com/apache/calcite/actions/runs/6493063179/job/17633301018?pr=3461
>
> Best,
> LakeShen
>

Reply via email to