[
https://issues.apache.org/jira/browse/BEAM-6510?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16754468#comment-16754468
]
Kenneth Knowles commented on BEAM-6510:
---------------------------------------
There's clearly a problem with Jenkins vs Gradle scan, because they both have
reasonable, but different, last log lines
Jenkins:
{code}
22:49:46 Build timed out (after 240 minutes). Marking the build as aborted.
22:49:46 Build was aborted
22:49:46 Jan 21, 2019 6:49:46 AM
org.apache.flink.runtime.blob.AbstractBlobCache close
22:49:46 INFO: Shutting down BLOB cache
22:49:47
22:49:47 > Task :beam-sdks-java-nexmark:run FAILED
22:49:47
22:49:47 FAILURE: Build failed with an exception.
22:49:47
22:49:47 * What went wrong:
22:49:47 Execution failed for task ':beam-sdks-java-nexmark:run'.
22:49:47 > Process 'command
'/usr/local/asfpackages/java/jdk1.8.0_191/bin/java'' finished with non-zero
exit value 143
22:49:47
22:49:47 * Try:
22:49:47 Run with --stacktrace option to get the stack trace. Run with --info
or --debug option to get more log output. Run with --scan to get full insights.
22:49:47
22:49:47 * Get more help at https://help.gradle.org
22:49:47
22:49:47 Deprecated Gradle features were used in this build, making it
incompatible with Gradle 5.0.
22:49:47 Use '--warning-mode all' to show the individual deprecation warnings.
22:49:47 See
https://docs.gradle.org/4.10.3/userguide/command_line_interface.html#sec:command_line_warnings
22:49:47
22:49:47 BUILD FAILED in 3h 55m 58s
22:49:47 68 actionable tasks: 2 executed, 66 up-to-date
{code}
Gradle Scan:
{code}
Performance:
Conf Runtime(sec) (Baseline) Events(/sec) (Baseline) Results
(Baseline)
0000 1.4 73046.0 100000
0001 0.6 165016.5 92000
0002 0.5 197628.5 351
0003 10.8 9257.5 580
0004 6.1 1635.1 40
0005 5.7 17476.4 12
0006 5.4 1853.6 103
0007 6.5 15278.8 1
0008 7.9 12659.8 6000
0009 5.5 1813.9 298
0010 6.7 14883.2 1
0011 7.7 12933.3 1919
0012 5.8 17138.0 1919
0013 0.6 162337.7 92000
0014 6.5 15427.3 92000
==========================================================================================
Deprecated Gradle features were used in this build, making it incompatible with
Gradle 5.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See
https://docs.gradle.org/4.10.3/userguide/command_line_interface.html#sec:command_line_warnings
BUILD SUCCESSFUL in 3m 57s
68 actionable tasks: 63 executed, 5 from cache
{code}
> [beam_PostCommit_Java_Nexmark_Flink] Consistently timing out
> ------------------------------------------------------------
>
> Key: BEAM-6510
> URL: https://issues.apache.org/jira/browse/BEAM-6510
> Project: Beam
> Issue Type: Bug
> Components: test-failures
> Reporter: Daniel Oliveira
> Assignee: Kenneth Knowles
> Priority: Major
> Labels: SQL, currently-failing
>
> _Use this form to file an issue for test failure:_
> * [Jenkins
> Job|https://builds.apache.org/job/beam_PostCommit_Java_Nexmark_Flink/1688/]
> (This is the first instance where it times out.)
> * [Gradle Build Scan|https://scans.gradle.com/s/cnh2qe3m5xbw4]
> Initial investigation:
> Test seems to be timing out without an obvious reason. Strangely, the Gradle
> scans show it succeeding no problem.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)