#Fixed in Shorebird 1.5.3: OS error: Too many open files, errno = 24

1 messages · Page 1 of 1 (latest)

granite wave
#

Hi, let me say all my Shorebird testing has be great and I was about to deploy to main when this suddenly appeared in our CircleCI Fastlane setup when using the Shorebird plugin. I've tried ulimit a number of ways without any luck. I'm wonder if anyone out there has any clues. Thank you!

ATM I'm only able to finish the fastlane build if I comment out shorebird_release. I don't know why it cam out of the blue. On Dec 13 it was fine, and by the 16th the next commit failed. One package was added during that coming and then reversed yet the failure continued so I wonder if something upgraded in the CI pipeline?

Attached is the failure section of a verbose log, I can provide more if it would help? Thank you!

#

I should say the Android side still builds fine.

hollow sentinel
#

This was fixed in Shorebird 1.5.3

granite wave
#

so shorebird update locally and deploy should do it?

hollow sentinel
#

Just running shorebird upgrade should solve the problem

simple comet
#

Sorry for the trouble. There was a regression in package:archive which we downgraded and then fixed upstream.

hollow sentinel
#

I don't think you need to do anything locally if it's on Circle

#

You just need to make sure Circle is installing the newest version of the Shorebird CLI

granite wave
#

sweet. glad I visited 🙂 I was pretty stumped.

#

any need to update the fastlane plugin?

#

I'll bbl, thank you!

hollow sentinel
#

The fastlane plugin version shouldn't matter, but using the latest is always a good idea

granite wave
#

I'm thinking I just gave up before you released 1.5.3 . It appears we continuously update in the pipeline.. Ahh yes that's why I had to fix it to Flutter 3.24.5 in the shorebird_release args.

#

yes, cooking with 1.5.3 now 🤞

hollow sentinel
#

Great!

granite wave
#

Fixed in Shorebird 1.5.3: OS error: Too many open files, errno = 24