[
https://issues.apache.org/jira/browse/ARROW-4695?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16779461#comment-16779461
]
Brian Hulette commented on ARROW-4695:
--------------------------------------
I was able to repro this locally (I think?) on commit
1d0b3697efee154f72b96df20155eb7e68ce6569
{noformat}
-> % npm run test
> apache-arrow@ test /home/hulettbh/working_dir/arrow/js
> NODE_NO_WARNINGS=1 gulp test
[07:48:18] Using gulpfile ~/working_dir/arrow/js/gulpfile.js
[07:48:18] Starting 'test'...
[07:48:18] Starting 'test:ts'...
[07:48:18] Starting 'test:src'...
[07:48:18] Starting 'test:apache-arrow'...
[07:48:53] Finished 'test:apache-arrow' after 35 s
[07:48:53] Starting 'test:es5:cjs'...
[07:48:54] Finished 'test:ts' after 36 s
[07:48:54] Starting 'test:es2015:cjs'...
[07:49:04] Finished 'test:src' after 46 s
[07:49:04] Starting 'test:esnext:cjs'...
[07:49:42] Finished 'test:es2015:cjs' after 48 s
[07:49:42] Starting 'test:es5:esm'...
[07:50:21] Finished 'test:es5:esm' after 39 s
[07:50:21] Starting 'test:es2015:esm'...
[07:50:58] Finished 'test:es2015:esm' after 37 s
[07:50:58] Starting 'test:esnext:esm'...
[07:51:32] Finished 'test:esnext:esm' after 34 s
[07:51:32] Starting 'test:es5:umd'...
[07:52:08] Finished 'test:es5:umd' after 36 s
[07:52:08] Starting 'test:es2015:umd'...
[07:52:46] Finished 'test:es2015:umd' after 38 s
[07:52:46] Starting 'test:esnext:umd'...
[07:53:24] Finished 'test:esnext:umd' after 38 s
{noformat}
I cancelled the tests at 8:03:25 after getting no additional output. In this
case it looks like es5:cjs and esnext:cjs never finished.
> [JS] Tests timing out on Travis
> -------------------------------
>
> Key: ARROW-4695
> URL: https://issues.apache.org/jira/browse/ARROW-4695
> Project: Apache Arrow
> Issue Type: Improvement
> Components: Continuous Integration, JavaScript
> Affects Versions: JS-0.4.0
> Reporter: Brian Hulette
> Priority: Major
> Labels: travis-ci
>
> Example build: https://travis-ci.org/apache/arrow/jobs/498967250
> JS tests sometimes fail with the following message:
> {noformat}
> > apache-arrow@ test /home/travis/build/apache/arrow/js
> > NODE_NO_WARNINGS=1 gulp test
> [22:14:01] Using gulpfile ~/build/apache/arrow/js/gulpfile.js
> [22:14:01] Starting 'test'...
> [22:14:01] Starting 'test:ts'...
> [22:14:49] Finished 'test:ts' after 47 s
> [22:14:49] Starting 'test:src'...
> [22:15:27] Finished 'test:src' after 38 s
> [22:15:27] Starting 'test:apache-arrow'...
> No output has been received in the last 10m0s, this potentially indicates a
> stalled build or something wrong with the build itself.
> Check the details on how to adjust your build configuration on:
> https://docs.travis-ci.com/user/common-build-problems/#Build-times-out-because-no-output-was-received
> The build has been terminated
> {noformat}
> I thought maybe we were just running up against some time limit, but that
> particular build was terminated at 22:25:27, exactly ten minutes after the
> last output, at 22:15:27. So it does seem like the build is somehow stalling.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)