[
https://issues.apache.org/jira/browse/BEAM-5035?focusedWorklogId=137903&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-137903
]
ASF GitHub Bot logged work on BEAM-5035:
----------------------------------------
Author: ASF GitHub Bot
Created on: 24/Aug/18 17:32
Start Date: 24/Aug/18 17:32
Worklog Time Spent: 10m
Work Description: apilloud opened a new pull request #6274: [BEAM-5035]
Parallel builds are very flaky, disable
URL: https://github.com/apache/beam/pull/6274
Parallel builds have been very flaky for the last few weeks. For example,
the post commit has failed in 12 of the last 16 builds due to this issue. We
should disable parallelism until it can be fixed.
------------------------
Follow this checklist to help us incorporate your contribution quickly and
easily:
- [X] Format the pull request title like `[BEAM-XXX] Fixes bug in
ApproximateQuantiles`, where you replace `BEAM-XXX` with the appropriate JIRA
issue, if applicable. This will automatically link the pull request to the
issue.
- [X] If this contribution is large, please file an Apache [Individual
Contributor License Agreement](https://www.apache.org/licenses/icla.pdf).
It will help us expedite review of your Pull Request if you tag someone
(e.g. `@username`) to look at it.
Post-Commit Tests Status (on master branch)
------------------------------------------------------------------------------------------------
Lang | SDK | Apex | Dataflow | Flink | Gearpump | Samza | Spark
--- | --- | --- | --- | --- | --- | --- | ---
Go | [](https://builds.apache.org/job/beam_PostCommit_Go_GradleBuild/lastCompletedBuild/)
| --- | --- | --- | --- | --- | ---
Java | [](https://builds.apache.org/job/beam_PostCommit_Java_GradleBuild/lastCompletedBuild/)
| [](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Apex_Gradle/lastCompletedBuild/)
| [](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Dataflow_Gradle/lastCompletedBuild/)
| [](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Flink_Gradle/lastCompletedBuild/)
| [](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Gearpump_Gradle/lastCompletedBuild/)
| [](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Samza_Gradle/lastCompletedBuild/)
| [](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Spark_Gradle/lastCompletedBuild/)
Python | [](https://builds.apache.org/job/beam_PostCommit_Python_Verify/lastCompletedBuild/)
| --- | [](https://builds.apache.org/job/beam_PostCommit_Py_VR_Dataflow/lastCompletedBuild/)
</br> [](https://builds.apache.org/job/beam_PostCommit_Py_ValCont/lastCompletedBuild/)
| --- | --- | --- | ---
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 137903)
Time Spent: 10m
Remaining Estimate: 0h
> 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: Alan Myrvold
> Priority: Critical
> Time Spent: 10m
> Remaining Estimate: 0h
>
> 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)