test262-fyi / test262.fyi

Daily runner of test262 for many engines
https://test262.fyi
MIT License
72 stars 11 forks source link

v8_exp,3 failing with exit code 143, likely OOM #37

Closed nektro closed 1 month ago

nektro commented 9 months ago

https://test262.fyi/#|v8_exp

CanadaHonk commented 9 months ago

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

nektro commented 5 months ago

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 commented 5 months ago

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.  

linusg commented 1 month ago

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