Android Server build failed

Hi,

As of today Android server builds are not working for about 2 hours. I got the following message on Simulator console:

BuildID: kCoronaBuild [A device build error occurred on the server.                                           Error:                      BuildID: 587898d72a394 Jan 13 12:08:16.727 ERROR: An error occurred during build (corona.build.7). The server returned the following message:                     ---                     A device build error occurred on the server.                                           Error:                      BuildID: 587898d72a394                     --- Jan 13 12:08:16.727  Jan 13 12:08:16.750 Android build failed (5) after 16 seconds Jan 13 12:08:17.101 ERROR: Build Failed: A device build error occurred on the server.                                           Error:                      BuildID: 587898d72a394                                          Error code: 5

I am using build 2948, but got the same results using build 2907

IOS builds are working fine by the way.

Same here. Including any one or combination of kidoz, admob or supersonic plugins makes it fail. Without them, it works.

Same error here.  For me including any one of these 3 plugins stops it working:

 ["plugin.kidoz"] = { publisherId = "com.coronalabs", supportedPlatforms = { android=true } }, ["plugin.supersonic"] = { publisherId = "com.coronalabs", supportedPlatforms = { iphone=true, android=true } }, ["plugin.google.play.services"] = { publisherId = "com.coronalabs", supportedPlatforms = { iphone = true, android = true }, },

Same here,

just commended out  [“plugin.appodeal”] part of build.settings and everything is fine

If either of these plugins are enabled, I cannot build for Android:

 ["plugin.gpgs"] = { publisherId = "com.coronalabs", supportedPlatforms = { android=true } }, ["plugin.flurry.analytics"] = { publisherId = "com.coronalabs", supportedPlatforms = { iphone=true, android=true } },

For me:

disabling [“plugin.appodeal”] and [“plugin.facebook.v4”] solves the problem.

Sure there is a problem with plugins.

I have the same problem

(I have send the error report in “report a bug”)

plugin.facebook.v4 is the problem for me.  Removing it allows compilation but leaves a broken app :frowning:

Please include vital information with these reports:

  1. What version of Corona SDK are you building with?

  2. Are you building on a Mac or PC?

  3. What platform are you trying to build for?

  4. Please copy/paste the entire error message(s) from the console log window that we open behind the simulator.

  5. Is this an always fails or sporadic failure?

Thanks

Rob

  1. 3023 also tried 3012 with same issue

  2. Mac

  3. Android

Error: BuildID: 58790e18c43a5 Jan 13 05:27:55.286 ERROR: An error occurred during build (corona.build.7). The server returned the following message: --- A device build error occurred on the server. Error: BuildID: 58790e18c43a5 --- Jan 13 05:27:55.286 Jan 13 05:27:55.334 Android build failed (5) after 5 seconds Jan 13 05:27:55.586 2017-01-13 17:27:55.585 Corona Simulator[1239:127427] logEvent: key: target 2017-01-13 17:27:55.585 Corona Simulator[1239:127427] logEvent: key: reason Jan 13 05:27:55.631 ERROR: Build Failed: A device build error occurred on the server. Error: BuildID: 58790e18c43a5 Error code: 5
  1. All day same error today.  Have been seeing it over the last few weeks but if I kept trying it went away, not today though.
  1. Build 2948

  2. Building on a Mac

  3. Building for Android

BuildID: kCoronaBuild [A device build error occurred on the server.                                           Error:                      BuildID: 587898d72a394 Jan 13 12:08:16.727 ERROR: An error occurred during build (corona.build.7). The server returned the following message:                     ---                     A device build error occurred on the server.                                           Error:                      BuildID: 587898d72a394                     --- Jan 13 12:08:16.727  Jan 13 12:08:16.750 Android build failed (5) after 16 seconds Jan 13 12:08:17.101 ERROR: Build Failed: A device build error occurred on the server.                                           Error:                      BuildID: 587898d72a394                                          Error code: 5
  1. Build fails always

Rob, simply add plugin.facebook.v4 to hello world and try an android build and you will see the failure.  Remove Facebook plugin and it will build.

enabling plugin.appodeal is also causing build errors on Android. IOS working just fine.

@adrianm, there are multiple reports with different issues, so I doubt it’s the Facebook plugin itself is the issue. Please provide there requested information so we can classify the reports.

Rob

@Rob, It is definitely the Facebook plugin for me.  Add it to your hello world app and the build constantly fails.  Remove it and the build works.  

This is the most simple use case I can think of…  Just trying to localise for you so engineering can replicate.

It crahses with this plugins:

        [“plugin.admob”] =

        {

            publisherId = “com.coronalabs”,

            supportedPlatforms = { iphone=true, android=true }

        },

     [“plugin.google.iap.v3”] =

        {

            publisherId = “com.coronalabs”,

            supportedPlatforms = { android=true,iphone=false }

        },

        [“plugin.kidoz”] =

        {

            publisherId = “com.coronalabs”,

            supportedPlatforms = { iphone=true, android=true }

        },

     [“CoronaProvider.native.popup.social”] =

        {

            publisherId = “com.coronalabs”

        },

The build error (5) was sporadic for the past few weeks but after trying few more times the build would occur. Today after trying more than 5 times it is not building.

Here is the warning : 

ERROR: An error occurred during build (corona.build.7). The server returned the following message:


A device build error occurred on the server. 

Error: 

BuildID: 5879176213fd3


Android build failed (5) after 15 seconds

I am using Corona Simulator in Windows 10, Corona Simulator : 2016.3016. Trying to build for Android both Amazon and Google Play but neither builds.

I am using following plugins in the build:

plugin.google.play.services
shared.android.support.v4
plugin.appodeal
plugin.flurry.analytics
CoronaProvider.native.popup.social

With all these plugins the build was successful yesterday and day before yesterday also, without any error. I had to build for around 3 to 5 times and all the build were successful in the first attempt. I only added an image and changed some logic in the game today and saw the build error today.

@Sheekore, if you’re using Corona build 3005 or later you should not be including plugin.google.play.services and I doubt shared.android.support.v4 is needed either.  Please remove them and try again.

Rob

We have also a similiar problem with build on Android error 5. (we are using the appodeal plugin)

Everyone, please provide me all the answers I asked for above. At a minimum I need to know your build number…