You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/10/25 21:00:44 UTC

[GitHub] houshengbo edited a comment on issue #4073: Rename the package from whisk to org.apache.openwhisk

houshengbo edited a comment on issue #4073: Rename the package from whisk to org.apache.openwhisk
URL: https://github.com/apache/incubator-openwhisk/pull/4073#issuecomment-433200869
 
 
   RangeError: Array buffer allocation failed","2018-10-25T20:28:08.370376749Z stderr: at Buffer.Uint8Array (native)
   This error is occasionally raised by the test file ActionLimitsTests.
   
   ```
   org.apache.openwhisk.core.limits.ActionLimitsTests > Action limits should be able to run a memory intensive actions STANDARD_OUT
       check failed for activation 8f1b5948b5a44ed89b5948b5a48ed8ce: {"duration":773,"name":"TestNodeJsInvokeHighMemory","subject":"guest","activationId":"8f1b5948b5a44ed89b5948b5a48ed8ce","publish":false,"annotations":[{"key":"path","value":"guest/TestNodeJsInvokeHighMemory"},{"key":"waitTime","value":1034},{"key":"kind","value":"nodejs:6"},{"key":"limits","value":{"timeout":60000,"memory":512,"logs":10}},{"key":"initTime","value":723}],"version":"0.0.1","response":{"result":{"error":"An error has occurred: RangeError: Array buffer allocation failed"},"success":false,"status":"action developer error"},"end":1540499288373,"logs":["2018-10-25T20:28:08.334374578Z stdout: helloEatMemory memory 456MB","2018-10-25T20:28:08.370344332Z stderr: RangeError: Array buffer allocation failed","2018-10-25T20:28:08.370376749Z stderr: at Buffer.Uint8Array (native)","2018-10-25T20:28:08.370381222Z stderr: at FastBuffer (buffer.js:11:5)","2018-10-25T20:28:08.37038459Z  stderr: at createUnsafeBuffer (buffer.js:38:12)","2018-10-25T20:28:08.370388049Z stderr: at new Buffer.alloc (buffer.js:130:12)","2018-10-25T20:28:08.370391498Z stderr: at eat (eval at <anonymous> (/nodejsAction/runner.js:78:109), <anonymous>:6:18)","2018-10-25T20:28:08.370399012Z stderr: at NodeActionRunner.main [as userScriptMain] (eval at <anonymous> (/nodejsAction/runner.js:78:109), <anonymous>:14:5)","2018-10-25T20:28:08.370403274Z stderr: at /nodejsAction/runner.js:97:45","2018-10-25T20:28:08.370406576Z stderr: at NodeActionRunner.run (/nodejsAction/runner.js:91:16)","2018-10-25T20:28:08.370409823Z stderr: at doRun (/nodejsAction/src/service.js:168:31)","2018-10-25T20:28:08.370412882Z stderr: at runCode (/nodejsAction/src/service.js:120:20)"],"start":1540499287600,"namespace":"guest"}
       Exception occurred during test execution: org.scalatest.exceptions.TestFailedException: "[action developer error]" was not equal to "[success]"
   ```

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services