Perma tier 2 tests\jit-test\jit-test\tests\wasm\large-memory.js | tests\jit-test\jit-test\tests\wasm\large-memory.js:185:17 uncaught exception: out of memory (code 3, args "<any>") [1.1 s]
Categories
(Core :: JavaScript Engine: JIT, defect, P5)
Tracking
()
Tracking | Status | |
---|---|---|
firefox88 | --- | fixed |
People
(Reporter: intermittent-bug-filer, Assigned: lth)
References
(Regression)
Details
(Keywords: intermittent-failure, regression)
Attachments
(1 file)
Filed by: ncsoregi [at] mozilla.com
Parsed log: https://treeherder.mozilla.org/logviewer?job_id=333432182&repo=mozilla-central
Full log: https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/EZMmu8bRTeSR_OiHcT2tAw/runs/0/artifacts/public/logs/live_backing.log
[task 2021-03-16T19:03:23.709Z] 19:03:23 INFO - TEST-PASS | tests\jit-test\jit-test\tests\wasm\large-memory.js | Success (code 0, args "--large-arraybuffers --ion-eager --ion-offthread-compile=off --more-compartments") [1.3 s]
[task 2021-03-16T19:03:24.501Z] 19:03:24 INFO - C:\Users\task_1615919008\build\tests\jit-test\jit-test\tests\wasm\large-memory.js:185:17 uncaught exception: out of memory
[task 2021-03-16T19:03:24.501Z] 19:03:24 INFO - Stack:
[task 2021-03-16T19:03:24.502Z] 19:03:24 INFO - @C:\Users\task_1615919008\build\tests\jit-test\jit-test\tests\wasm\large-memory.js:185:17
[task 2021-03-16T19:03:24.502Z] 19:03:24 INFO - Exit code: 3
[task 2021-03-16T19:03:24.502Z] 19:03:24 INFO - FAIL - wasm\large-memory.js
[task 2021-03-16T19:03:24.503Z] 19:03:24 WARNING - TEST-UNEXPECTED-FAIL | tests\jit-test\jit-test\tests\wasm\large-memory.js | C:\Users\task_1615919008\build\tests\jit-test\jit-test\tests\wasm\large-memory.js:185:17 uncaught exception: out of memory (code 3, args "--large-arraybuffers --wasm-compiler=baseline") [1.1 s]
[task 2021-03-16T19:03:24.504Z] 19:03:24 INFO - INFO exit-status : 3
[task 2021-03-16T19:03:24.504Z] 19:03:24 INFO - INFO timed-out : False
[task 2021-03-16T19:03:24.505Z] 19:03:24 INFO - INFO stderr 2> C:\Users\task_1615919008\build\tests\jit-test\jit-test\tests\wasm\large-memory.js:185:17 uncaught exception: out of memory
[task 2021-03-16T19:03:24.505Z] 19:03:24 INFO - INFO stderr 2> Stack:
[task 2021-03-16T19:03:24.505Z] 19:03:24 INFO - INFO stderr 2> @C:\Users\task_1615919008\build\tests\jit-test\jit-test\tests\wasm\large-memory.js:185:17
[task 2021-03-16T19:03:24.509Z] 19:03:24 INFO - C:\Users\task_1615919008\build\tests\jit-test\jit-test\tests\wasm\large-memory.js:185:17 uncaught exception: out of memory
[task 2021-03-16T19:03:24.509Z] 19:03:24 INFO - Stack:
[task 2021-03-16T19:03:24.511Z] 19:03:24 INFO - @C:\Users\task_1615919008\build\tests\jit-test\jit-test\tests\wasm\large-memory.js:185:17
[task 2021-03-16T19:03:24.512Z] 19:03:24 INFO - Exit code: 3
[task 2021-03-16T19:03:24.513Z] 19:03:24 INFO - FAIL - wasm\large-memory.js```
Updated•4 years ago
|
Comment 1•4 years ago
|
||
This failure appeared once Bug 1676441 has reached autoland: https://treeherder.mozilla.org/jobs?repo=autoland&searchStr=windows%2C10%2Cx64%2Cccov%2Cwebrender%2Copt%2Ctest-windows10-64-ccov-qr%2Fopt-jittest-1proc%2Cjit8&tochange=3f0ffdaf34bb14a62b2a9770328a791f88b7305b&fromchange=e90eebb4095d3fdd9c8b07bf22795eee7c3e9ed6&group_state=expanded&selectedTaskRun=R3WP_xYVTZSDcIOUc2O3QQ.0
Lars, could you help us out with this one when you have a bit of time?
Thank you.
Updated•4 years ago
|
Comment hidden (Intermittent Failures Robot) |
Assignee | ||
Comment 3•4 years ago
|
||
I guess that's pretty annoying. This is a test for very large webassembly memories and if the test machine is overloaded or underprovisioned it will be easy for it to OOM. I don't think we have a way of catching OOM in the script itself, I'll investigate what the options are.
Assignee | ||
Comment 4•4 years ago
|
||
Looks like maybe we can use the allow-oom modifier on the test case.
Assignee | ||
Comment 5•4 years ago
|
||
This test can oom on some underprovisioned 64-bit platforms like those in our CI,
so allow that as an outcome.
Updated•4 years ago
|
Comment 7•4 years ago
|
||
bugherder |
Comment hidden (Intermittent Failures Robot) |
Description
•