iOS build time doubling after mandatory XCode 13 update on 4/25

  • Bare workflow
  • eas-cli@0.51.0

Previously, builds took ~20 min. Now, they’re regularly taking ~50 min, and around half of that time is the Upload artifacts step.

We’re also regularly seeing these error messages in the build logs:

Failed to upload logs file to GCSResponse code 429 (Too Many Requests)
<?xml version='1.0' encoding='UTF-8'?><Error><Code>SlowDown</Code><Message>Please reduce your request rate.</Message><Details>Changing object turtle-v2-logs/production/b46a4e58-9112-4b49-9d31-53a6cf5ab855/1652198254643-927b16b5-ed37-4225-8ea8-cc050c83374b.txt too quickly, please slow down</Details></Error>

can you share a link to your build page please?

50 min:

And one that failed because it went over 120 min:

thanks! we’re investigating

also - just to be clear - this isn’t something you should expect to happen. your build times should go back to normal once we deploy a fix

would it be possible for you to share your Gymfile?

also - just to be clear - this isn’t something you should expect to happen. your build times should go back to normal once we deploy a fix

awesome, thanks!

here’s our ios/Gymfile:

suppress_xcode_output(false)

clean(true)

scheme("x1app")

export_options({

method: "app-store"

})

disable_xcpretty(true)

output_directory("./build")

output_name("App")

hey there, we have deployed a change that we believe will fix this. let me know if the issue persists

it’s much faster now, thank you!