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/11/12 08:03:12 UTC

[GitHub] chetanmeh commented on issue #3246: ActionLimitsTests memory test failing

chetanmeh commented on issue #3246: ActionLimitsTests memory test failing
URL: https://github.com/apache/incubator-openwhisk/issues/3246#issuecomment-437789765
 
 
   Failure seen in https://scans.gradle.com/s/xq6t6op7ybifc/tests/xaqugzlgs2zw6-wlc37iylaskqa
   
   ```
   org.scalatest.exceptions.TestFailedException: "An error has occurred: RangeError: Array buffer allocation failed" was not equal to "The action exhausted its memory and was aborted."Open stacktrace
   check failed for activation 0726d41ac78e49bca6d41ac78e59bcc1: {"activationId":"0726d41ac78e49bca6d41ac78e59bcc1","annotations":[{"key":"path","value":"guest/TestNodeJsMemoryExceeding"},{"key":"waitTime","value":458},{"key":"kind","value":"nodejs:6"},{"key":"limits","value":{"logs":10,"memory":128,"timeout":60000}},{"key":"initTime","value":251}],"duration":312,"end":1542004205394,"logs":["2018-11-12T06:30:05.344422656Z stdout: helloEatMemory memory 256MB","2018-11-12T06:30:05.391611101Z stderr: RangeError: Array buffer allocation failed","2018-11-12T06:30:05.39164719Z  stderr: at Buffer.Uint8Array (native)","2018-11-12T06:30:05.391664772Z stderr: at FastBuffer (buffer.js:11:5)","2018-11-12T06:30:05.391668493Z stderr: at createUnsafeBuffer (buffer.js:38:12)","2018-11-12T06:30:05.391671628Z stderr: at new Buffer.alloc (buffer.js:130:12)","2018-11-12T06:30:05.391674896Z stderr: at eat (eval at <anonymous> (/nodejsAction/runner.js:79:109), <anonymous>:6:18)","2018-11-12T06:30:05.392922655Z stderr: at NodeActionRunner.main [as userScriptMain] (eval at <anonymous> (/nodejsAction/runner.js:79:109), <anonymous>:14:5)","2018-11-12T06:30:05.392954497Z stderr: at /nodejsAction/runner.js:98:45","2018-11-12T06:30:05.392958552Z stderr: at NodeActionRunner.run (/nodejsAction/runner.js:92:16)","2018-11-12T06:30:05.392962088Z stderr: at doRun (/nodejsAction/src/service.js:168:31)","2018-11-12T06:30:05.392965596Z stderr: at runCode (/nodejsAction/src/service.js:120:20)"],"name":"TestNodeJsMemoryExceeding","namespace":"guest","publish":false,"response":{"result":{"error":"An error has occurred: RangeError: Array buffer allocation failed"},"status":"action developer error","success":false},"start":1542004205082,"subject":"guest","version":"0.0.1"}
   Exception occurred during test execution: org.scalatest.exceptions.TestFailedException: "An error has occurred: RangeError: Array buffer allocation failed" was not equal to "The action exhausted its memory and was aborted."
   org.scalatest.exceptions.TestFailedException: "An error has occurred: RangeError: Array buffer allocation failed" was not equal to "The action exhausted its memory and was aborted."
   	at org.scalatest.MatchersHelper$.indicateFailure(MatchersHelper.scala:340)
   	at org.scalatest.Matchers$AnyShouldWrapper.shouldBe(Matchers.scala:6864)
   	at org.apache.openwhisk.core.limits.ActionLimitsTests.$anonfun$new$62(ActionLimitsTests.scala:442)
   	at org.apache.openwhisk.core.limits.ActionLimitsTests.$anonfun$new$62$adapted(ActionLimitsTests.scala:442)
   	at common.WskTestHelpers.$anonfun$withActivation$2(WskTestHelpers.scala:272)
   	at common.WskTestHelpers.withRethrowingPrint(WskTestHelpers.scala:304)
   ```

----------------------------------------------------------------
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