Antoine Pitrou created ARROW-2509:
-------------------------------------
Summary: [CI] Intermittent npm failures
Key: ARROW-2509
URL: https://issues.apache.org/jira/browse/ARROW-2509
Project: Apache Arrow
Issue Type: Bug
Components: Continuous Integration, JavaScript
Reporter: Antoine Pitrou
We occasionally get the following kind of errors on Travis-CI:
https://travis-ci.org/apache/arrow/jobs/371023429#L1925
{code}
gulp[17318]: ../src/node_file.cc:829:void node::fs::Stat(const
v8::FunctionCallbackInfo<v8::Value>&): Assertion `(argc) == (3)' failed.
1: node::Abort() [gulp]
2: 0x87b6c5 [gulp]
3: 0x8b2de2 [gulp]
4:
v8::internal::FunctionCallbackArguments::Call(v8::internal::CallHandlerInfo*)
[gulp]
5: 0xad62fa [gulp]
6: v8::internal::Builtin_HandleApiCall(int, v8::internal::Object**,
v8::internal::Isolate*) [gulp]
7: 0xad165d0427d
Aborted (core dumped)
npm ERR! code ELIFECYCLE
npm ERR! errno 134
npm ERR! [email protected] build: `gulp build`
npm ERR! Exit status 134
npm ERR!
npm ERR! Failed at the [email protected] build script.
npm ERR! This is probably not a problem with npm. There is likely additional
logging output above.
{code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)