[
https://issues.apache.org/jira/browse/BEAM-5035?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16586054#comment-16586054
]
Valentyn Tymofieiev commented on BEAM-5035:
-------------------------------------------
I observed this, or a very similar error, quite frequently in our postsbumit
runs last week in beam-examples-java:compileTestJava and a few times in
beam-runners-apex:compileTestJava. Unlike the first message on this thread, I
did not see any meaningful description for an error in the Gradle scan besides
a generic "compliation failed, see compiler output for details". I was not able
to find specific error, but I think they may share the rootcause with the
failure tracked in this issue.
[~Ardagan] Were you able to repro this locally? If not, I wonder if it would it
help if we add --debug to Java postcommit Jenkins builds to have more
information?
Several builds that I saw this failure on:
:beam-examples-java:compileTestJava FAILED,
https://builds.apache.org/job/beam_PostCommit_Java_GradleBuild/1286/
:beam-examples-java:compileTestJava FAILED,
https://builds.apache.org/job/beam_PostCommit_Java_GradleBuild/1281/
:beam-examples-java:compileTestJava FAILED,
https://builds.apache.org/job/beam_PreCommit_Java_Cron/238/
Execution failed for task ':beam-runners-apex:compileTestJava'.
https://builds.apache.org/job/beam_PostCommit_Java_GradleBuild/1279
> beam_PostCommit_Java_GradleBuild/1105 :beam-examples-java:compileTestJava
> FAILED
> --------------------------------------------------------------------------------
>
> Key: BEAM-5035
> URL: https://issues.apache.org/jira/browse/BEAM-5035
> Project: Beam
> Issue Type: Improvement
> Components: test-failures
> Reporter: Mikhail Gryzykhin
> Assignee: Ahmet Altay
> Priority: Critical
>
> Compilation failed for
> [https://builds.apache.org/view/A-D/view/Beam/job/beam_PostCommit_Java_GradleBuild/1105/]
> > Task :beam-examples-java:compileTestJava FAILED
>
> /home/jenkins/jenkins-slave/workspace/beam_PostCommit_Java_GradleBuild/src/examples/java/src/test/java/org/apache/beam/examples/cookbook/BigQueryTornadoesIT.java:22:
> error: cannot access BigqueryMatcher
> import org.apache.beam.sdk.io.gcp.testing.BigqueryMatcher;
> ^
> bad class file:
> /home/jenkins/jenkins-slave/workspace/beam_PostCommit_Java_GradleBuild/src/sdks/java/io/google-cloud-platform/build/libs/beam-sdks-java-io-google-cloud-platform-2.7.0-SNAPSHOT-tests.jar(/org/apache/beam/sdk/io/gcp/testing/BigqueryMatcher.class)
> unable to access file: java.util.zip.ZipException: invalid stored block
> lengths
> Please remove or make sure it appears in the correct subdirectory of the
> classpath.
> 1 error
>
> https://github.com/apache/beam/blame/328129bf033bc6be16bc8e09af905f37b7516412/examples/java/src/test/java/org/apache/beam/examples/cookbook/BigQueryTornadoesIT.java
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)