test262.fyi icon indicating copy to clipboard operation
test262.fyi copied to clipboard

v8_exp,3 failing with exit code 143, likely OOM

Open nektro opened this issue 1 year ago • 3 comments

https://test262.fyi/#|v8_exp

nektro avatar Nov 21 '23 00:11 nektro

Thanks for filing, I was meaning to look into but have been busy for a bit. If OOM on the harness side, a bit weird it happens only with this and also that it happens at all considering we already use NODE_OPTIONS="--max-old-space-size=4096".

CanadaHonk avatar Nov 21 '23 00:11 CanadaHonk

last line of log at time of writing PASS 13875 test/built-ins/Temporal/PlainDate/prototype/until/roundingincrement-wrong-type.js Error: Process completed with exit code 143.

next one is 13876 test/built-ins/Temporal/PlainDate/prototype/until/roundingincrement-wrong-type.js

nektro avatar Mar 13 '24 03:03 nektro

hmm I thought maybe SIGTERM could also be crash but it seems to fail at different locations

PASS 13842 PASS 13715 FAIL 13725 PASS 13202 ...

edit:

nope almost definitely oom,

The runner has received a shutdown signal. This can happen when the runner service is stopped, or a manually started runner is canceled.  

nektro avatar Mar 13 '24 04:03 nektro

Options were updated in https://github.com/CanadaHonk/eshost/commit/b8a4108ed55e37b98a8d045943e50e19428712ca, works fine on new runner host

linusg avatar Aug 06 '24 21:08 linusg