You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to use init-pants@main and sometimes it works successfully and other times I get the following output from pants --version:
Run pants --version
Bootstrapping Pants 2.14.1 using cpython 3.9.15
Installing pantsbuild.pants==2.14.1 into a virtual environment at /home/runner/.cache/nce/6621291ed4120fa45607b367abf7786ce496f389f27240712a63c31f1c438c21/bindings/venvs/2.14.1
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 41.7 MB/s eta 0:00:00
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 819.3/819.3 KB 108.8 MB/s eta 0:00:00
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 64.5/64.5 KB 22.0 MB/s eta 0:00:00
New virtual environment successfully created at /home/runner/.cache/nce/6621291ed4120fa45607b367abf7786ce496f389f27240712a63c31f1c438c21/bindings/venvs/2.14.1.
20:17:51.72 [INFO] Initializing scheduler...
20:17:51.93 [INFO] Scheduler initialized.
2.14.1
FATAL: exception not rethrown
/home/runner/work/_temp/ec994eaa-ce00-453c-936d-273c1589d131.sh: line 1: 1906 Aborted (core dumped) pants --version
Error: Process completed with exit code 134.
Considering it is intermittent, the vague nature of the error, the 134 error code, and that it still prints the version, my best guess would be that it is close to a system resource limit. I am not running anything else at the same time.
Is there any way to limit the memory usage? Why would this be exhausting the 7GB actions runner limit?
Let me know if you need additional information. Curious if anyone else is seeing this.
The text was updated successfully, but these errors were encountered:
Hi, first thank you for the helpful actions!
I am trying to use
init-pants@main
and sometimes it works successfully and other times I get the following output frompants --version
:Run pants --version Bootstrapping Pants 2.14.1 using cpython 3.9.15 Installing pantsbuild.pants==2.14.1 into a virtual environment at /home/runner/.cache/nce/6621291ed4120fa45607b367abf7786ce496f389f27240712a63c31f1c438c21/bindings/venvs/2.14.1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 41.7 MB/s eta 0:00:00 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 819.3/819.3 KB 108.8 MB/s eta 0:00:00 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 64.5/64.5 KB 22.0 MB/s eta 0:00:00 New virtual environment successfully created at /home/runner/.cache/nce/6621291ed4120fa45607b367abf7786ce496f389f27240712a63c31f1c438c21/bindings/venvs/2.14.1. 20:17:51.72 [INFO] Initializing scheduler... 20:17:51.93 [INFO] Scheduler initialized. 2.14.1 FATAL: exception not rethrown /home/runner/work/_temp/ec994eaa-ce00-453c-936d-273c1589d131.sh: line 1: 1906 Aborted (core dumped) pants --version Error: Process completed with exit code 134.
Considering it is intermittent, the vague nature of the error, the 134 error code, and that it still prints the version, my best guess would be that it is close to a system resource limit. I am not running anything else at the same time.
Is there any way to limit the memory usage? Why would this be exhausting the 7GB actions runner limit?
Let me know if you need additional information. Curious if anyone else is seeing this.
The text was updated successfully, but these errors were encountered: