test262.fyi
test262.fyi copied to clipboard
v8_exp,3 failing with exit code 143, likely OOM
https://test262.fyi/#|v8_exp
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"
.
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
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.
Options were updated in https://github.com/CanadaHonk/eshost/commit/b8a4108ed55e37b98a8d045943e50e19428712ca, works fine on new runner host