Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upIntermittent mac android linking error ("fatal error: out of file descriptors and couldn't close any") #23409
Comments
jdm
commented
May 16, 2019
|
Does this happen on some workers and not at all on some others? |
|
Hard to say so far. |
|
I've checked and the file handles limit on the workers match my local machine - soft limit of 256, and hard limit of unlimited. Used https://superuser.com/questions/1369590/launchctl-limit-maxfiles-vs-sysctl-kern-maxfilesperproc as a reference. |
|
However, the buildbot mac builders have |
|
Similarly, buildbot builders have |
|
More specific, mac3, mac5, and mac7 have the lower maxfilesperproc and maxfiles limits. The remaining machines have 24576 and 49152 respectively. |
|
I ran the following:
|
|
Hit this again on servo-tc-mac7 since running those commands :( |
|
Hit this on servo-tc-mac4 for the first time, sadly. |
|
Observed on servo-tc-mac9 as well. |
Disable sccache on macOS This is an attempt to see if sccache is responsible for #23409 and #23428. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/23435) <!-- Reviewable:end -->
|
This was observed on servo-tc-mac4 after #23435. Oh well. |
|
I have run |
|
No apparent difference. |
Revert glutin upgrade. #23409 is permanently affecting all macOS android builds starting with this PR. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/23442) <!-- Reviewable:end -->
Revert glutin upgrade. #23409 is permanently affecting all macOS android builds starting with this PR. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/23442) <!-- Reviewable:end -->
Revert glutin upgrade. #23409 is permanently affecting all macOS android builds starting with this PR. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/23442) <!-- Reviewable:end -->
|
Haven't seen this in a while. |