Builds stucks in queue

I’ve created a builds using expo build:ios and then expo build:android, but the both builds stucked in queue for more than 4 hours.

ANDROID build ID: 6dfc7adb-0457-4c09-a115-f9ac30d44828
IOS build ID: 013dfcb2-009e-42e9-873c-1fa771eb31ff

I have PRIORITY plan and have no such problems earlier.

Thanks for any help!

Diagnostics:

Expo CLI 3.27.13 environment info:
System:
OS: macOS 11.1
Shell: 5.8 - /bin/zsh
Binaries:
Node: 12.18.3 - ~/.nvm/versions/node/v12.18.3/bin/node
npm: 6.14.6 - ~/.nvm/versions/node/v12.18.3/bin/npm
SDKs:
iOS SDK:
Platforms: iOS 14.2, DriverKit 20.0, macOS 11.0, tvOS 14.2, watchOS 7.1
Android SDK:
API Levels: 28, 29, 30
Build Tools: 30.0.2
System Images: android-29 | Google APIs Intel x86 Atom, android-29 | Google Play Intel x86 Atom
IDEs:
Android Studio: 4.0 AI-193.6911.18.40.6626763
Xcode: 12.2/12B45b - /usr/bin/xcodebuild
npmPackages:
expo: ^38.0.2 => 38.0.11
react: ^16.13.1 => 16.14.0
react-dom: ^16.13.1 => 16.14.0
react-native: https://github.com/expo/react-native/archive/sdk-38.0.2.tar.gz => 0.62.2
react-native-web: ~0.11.7 => 0.11.7
npmGlobalPackages:
expo-cli: 3.27.13
Expo Workflow: managed

Try canceling them and rerunning, with the priority plan wait time should never be longer 1-2 minutes, so if you see wait times are longer than that rerun might be necessary. This issue is very rare, so you should not see it again, but if it’s starting to happen more often please post it here.

The rerunning didn’t help, builds stucks again

android build: fd3cf226-e8ff-4225-99ff-3800c664048c
ios build: 1a96b0c0-fc7c-4d56-b2e0-761db2d19e1f

I’m getting

 "One or more parameters are invalid. Reason: Message must be shorter than 262144 bytes." 

in server logs, so I assume your app.json (or google-service.json, or sth like that) is very large and it’s exceeding job object size limit.

1 Like

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.