Closed
Description
- Version: master
- Platform: AIX
- Subsystem:
Now that AIX is building again after recent build breaks there are 4 failing tests:
https://ci.nodejs.org/job/node-test-commit-aix/nodes=aix61-ppc64/244/
Some of them look potentially related to: #7229.
Will need to investigate to see if its new or a regression.
not ok 6 parallel/test-async-wrap-post-did-throw # FATAL ERROR: node::RandomBytesRequest() Out of Memory --- duration_ms: 0.423 ... not ok 8 parallel/test-async-wrap-throw-from-callback # # assert.js:89 # throw new assert.AssertionError({ # ^ # AssertionError: pre closed with code null # at ChildProcess.child.on (/home/iojs/build/workspace/node-test-commit-aix/nodes/aix61-ppc64/test/parallel/test-async-wrap-throw-from-callback.js:70:14) # at emitTwo (events.js:106:13) # at ChildProcess.emit (events.js:191:7) # at maybeClose (internal/child_process.js:852:16) # at Process.ChildProcess._handle.onexit (internal/child_process.js:215:5) --- duration_ms: 1.36 ... not ok 104 parallel/test-cluster-disconnect-handles # Debugger listening on [::1]:12346 # # /home/iojs/build/workspace/node-test-commit-aix/nodes/aix61-ppc64/test/parallel/test-cluster-disconnect-handles.js:86 # throw ex; # ^ # AssertionError: worker did not exit normally # at Worker.worker.once.common.mustCall (/home/iojs/build/workspace/node-test-commit-aix/nodes/aix61-ppc64/test/parallel/test-cluster-disconnect-handles.js:32:12) # at Worker. (/home/iojs/build/workspace/node-test-commit-aix/nodes/aix61-ppc64/test/common.js:407:15) # at Worker.g (events.js:286:16) # at emitTwo (events.js:111:20) # at Worker.emit (events.js:191:7) # at ChildProcess. (cluster.js:380:14) # at ChildProcess.g (events.js:286:16) # at emitTwo (events.js:106:13) # at ChildProcess.emit (events.js:191:7) # at Process.ChildProcess._handle.onexit (internal/child_process.js:204:12) --- duration_ms: 0.943 ... not ok 179 parallel/test-crypto-random # FATAL ERROR: node::RandomBytesRequest() Out of Memory --- duration_ms: 0.367 ...