Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
nektro opened this issue Nov 21, 2023 · 3 comments
Open

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

nektro opened this issue Nov 21, 2023 · 3 comments
Labels
bug Something isn't working results Error in results

Comments

@nektro
Copy link
Contributor

nektro commented Nov 21, 2023

https://test262.fyi/#|v8_exp

@nektro nektro changed the title v8_exp failing with exit code 143, likely OOM v8_exp,3 failing with exit code 143, likely OOM Nov 21, 2023
@CanadaHonk
Copy link
Owner

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 CanadaHonk added the results Error in results label Nov 21, 2023
@nektro
Copy link
Contributor Author

nektro commented Mar 13, 2024

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
Copy link
Contributor Author

nektro commented Mar 13, 2024

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.
 

@CanadaHonk CanadaHonk added the bug Something isn't working label May 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working results Error in results
Projects
None yet
Development

No branches or pull requests

2 participants