ERROR: An error occurred during build. The server returned the following message

Hi guys,

when I am building for Android, it appears this:

21:55:42.296  Error: 

21:55:42.296  BuildID: 58190149e8140

21:55:42.296  ERROR: An error occurred during build. The server returned the following message:

21:55:42.296  —

21:55:42.296  A device build error occurred on the server. 

21:55:42.296  

21:55:42.296  Error: 

21:55:42.296  BuildID: 58190149e8140

21:55:42.296  —

21:55:42.366  Android build failed (5)

Server is down ? Or it’s problem of mine ?

Same problem: 

Android build failed (5) after 6 seconds

ERROR: Build Failed: A device build error occurred on the server. 

Error: 

BuildID: 5819209ba6dd5

Error code: 5

???

Is this still happening?

Can you also post your build.settings file and let me know what version of Corona SDK you’re using.

Thanks

rob

Hello Rob, 

SDK version: 2981

and my build.settings:


settings =

{     

        plugins =

        {

            

            [“plugin.facebook.v4”] =

            {

                publisherId = “com.coronalabs”,

                supportedPlatforms = { iphone=true, android=true, [“android-kindle”]=true }

            },

            

             [“plugin.zip”] =

            {

                publisherId = “com.coronalabs”

            },

            

        },

        

orientation =

{

default = “portrait”,

supported = { “portrait” },

},

android =

{

                versionCode = “1”,

                usesPermissions =

                {

                        “android.permission.INTERNET”,

                        “android.permission.CAMERA”,

                        “android.permission.WRITE_EXTERNAL_STORAGE”,

},

                

                usesFeatures =

                {

                        { name=“android.hardware.camera”, required=true },

                },

                

                facebookAppId = “2143453675879037”,

},

iphone =

{

plist =

{       

                        UIRequiredDeviceCapabilities = { [“still-camera”]=true },

                        IApplicationExitsOnSuspend = false,

                        FacebookAppID = “2143453675879037”,

                        

                        CFBundleURLTypes =

                        {

                            {

                                CFBundleURLSchemes =

                                {

                                    “fb2143453675879037”,

                                }

                            }

                        },

                        

                        CFBundleVersion = “1.0.0”,

                        CFBundleShortVersionString = “1.0.0”,

                        CFBundleIdentifier = “it.idevelopers.skilife”,

CFBundleIconFile = “Icon.png”,

                        CFBundleLocalizations = 

                        {

                            “en”,

                            “it”,

                            “fr”

                        },

                        

                        

                        NSAppTransportSecurity = 

{

NSExceptionDomains = 

{

[“fbcdn.net”] = 

{

NSIncludesSubdomains = true,

NSExceptionRequiresForwardSecrecy = false,

},

[“facebook.com”] = 

{

NSIncludesSubdomains = true,

NSExceptionRequiresForwardSecrecy = false,

},

[“akamaihd.net”] = 

{

NSIncludesSubdomains = true,

NSExceptionRequiresForwardSecrecy = false,

},

                                        [“skivallee.it”] = 

{

NSIncludesSubdomains = true,

NSThirdPartyExceptionAllowsInsecureHTTPLoads = true,

},

                                         [“fr”] = 

{

NSIncludesSubdomains = true,

NSThirdPartyExceptionAllowsInsecureHTTPLoads = true,

                                        },

                                        [“it”] = 

{

NSIncludesSubdomains = true,

NSThirdPartyExceptionAllowsInsecureHTTPLoads = true,

},

                                        [“com”] = 

{

NSIncludesSubdomains = true,

NSThirdPartyExceptionAllowsInsecureHTTPLoads = true,

},

                                        [“org”] = 

{

NSIncludesSubdomains = true,

NSThirdPartyExceptionAllowsInsecureHTTPLoads = true,

},

                                        [“ski”] = 

{

NSIncludesSubdomains = true,

NSThirdPartyExceptionAllowsInsecureHTTPLoads = true,

},

                                        [“info”] = 

{

NSIncludesSubdomains = true,

NSThirdPartyExceptionAllowsInsecureHTTPLoads = true,

},

               

},

},

                        

                        LSApplicationQueriesSchemes = 

{

“fb”,

“fbapi20130214”,

“fbapi20130410”,

“fbapi20140410”,

“fbapi20140116”,

“fbapi20150313”,

“fbapi20150629”,

“fbauth”,

“fbauth2”,

“fb-messenger-api20140430”,

},

                        

CFBundleIconFiles =

{

                                “Icon.png”, 

“Icon@2x.png”, 

“Icon-60.png”,

“Icon-60@2x.png”,

“Icon-60@3x.png”,

“Icon-72.png”, 

“Icon-72@2x.png”,

“Icon-76.png”,

“Icon-76@2x.png”,

“Icon-167.png”,

“Icon-Small.png”, 

“Icon-Small@2x.png”,

“Icon-Small@3x.png”,

“Icon-Small-40.png”,

“Icon-Small-40@2x.png”,

“Icon-Small-50.png”, 

“Icon-Small-50@2x.png”,

},

        window =

        {

                        titleText =

                        {

                            default = “SkiLife”,

                        },

        },

                        

                        

        UIAppFonts =

                        {

                            “AlegreyaSans-Bold.ttf”,

                            “AlegreyaSans-Regular.ttf”,

                            “Oxygen-Bold.ttf”,

                            “Oxygen-Light.ttf”,

                            “Oxygen-Regular.ttf”,

                        },

},

},

}


The problem is still present …

Thanks. 

I have updated last version and I get the same problem yet: 

07:58:52.346  Error: 

07:58:52.346  BuildID: 58198e9a0052e

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

07:58:52.346  —

07:58:52.346  A device build error occurred on the server. 

07:58:52.346  

07:58:52.346  Error: 

07:58:52.346  BuildID: 58198e9a0052e

07:58:52.346  —

07:58:52.406  Android build failed (5) after 22 seconds

Now it works !!
Server busy ?

Thank a lot.

Yep, it works !

Same problem: 

Android build failed (5) after 6 seconds

ERROR: Build Failed: A device build error occurred on the server. 

Error: 

BuildID: 5819209ba6dd5

Error code: 5

???

Is this still happening?

Can you also post your build.settings file and let me know what version of Corona SDK you’re using.

Thanks

rob

Hello Rob, 

SDK version: 2981

and my build.settings:


settings =

{     

        plugins =

        {

            

            [“plugin.facebook.v4”] =

            {

                publisherId = “com.coronalabs”,

                supportedPlatforms = { iphone=true, android=true, [“android-kindle”]=true }

            },

            

             [“plugin.zip”] =

            {

                publisherId = “com.coronalabs”

            },

            

        },

        

orientation =

{

default = “portrait”,

supported = { “portrait” },

},

android =

{

                versionCode = “1”,

                usesPermissions =

                {

                        “android.permission.INTERNET”,

                        “android.permission.CAMERA”,

                        “android.permission.WRITE_EXTERNAL_STORAGE”,

},

                

                usesFeatures =

                {

                        { name=“android.hardware.camera”, required=true },

                },

                

                facebookAppId = “2143453675879037”,

},

iphone =

{

plist =

{       

                        UIRequiredDeviceCapabilities = { [“still-camera”]=true },

                        IApplicationExitsOnSuspend = false,

                        FacebookAppID = “2143453675879037”,

                        

                        CFBundleURLTypes =

                        {

                            {

                                CFBundleURLSchemes =

                                {

                                    “fb2143453675879037”,

                                }

                            }

                        },

                        

                        CFBundleVersion = “1.0.0”,

                        CFBundleShortVersionString = “1.0.0”,

                        CFBundleIdentifier = “it.idevelopers.skilife”,

CFBundleIconFile = “Icon.png”,

                        CFBundleLocalizations = 

                        {

                            “en”,

                            “it”,

                            “fr”

                        },

                        

                        

                        NSAppTransportSecurity = 

{

NSExceptionDomains = 

{

[“fbcdn.net”] = 

{

NSIncludesSubdomains = true,

NSExceptionRequiresForwardSecrecy = false,

},

[“facebook.com”] = 

{

NSIncludesSubdomains = true,

NSExceptionRequiresForwardSecrecy = false,

},

[“akamaihd.net”] = 

{

NSIncludesSubdomains = true,

NSExceptionRequiresForwardSecrecy = false,

},

                                        [“skivallee.it”] = 

{

NSIncludesSubdomains = true,

NSThirdPartyExceptionAllowsInsecureHTTPLoads = true,

},

                                         [“fr”] = 

{

NSIncludesSubdomains = true,

NSThirdPartyExceptionAllowsInsecureHTTPLoads = true,

                                        },

                                        [“it”] = 

{

NSIncludesSubdomains = true,

NSThirdPartyExceptionAllowsInsecureHTTPLoads = true,

},

                                        [“com”] = 

{

NSIncludesSubdomains = true,

NSThirdPartyExceptionAllowsInsecureHTTPLoads = true,

},

                                        [“org”] = 

{

NSIncludesSubdomains = true,

NSThirdPartyExceptionAllowsInsecureHTTPLoads = true,

},

                                        [“ski”] = 

{

NSIncludesSubdomains = true,

NSThirdPartyExceptionAllowsInsecureHTTPLoads = true,

},

                                        [“info”] = 

{

NSIncludesSubdomains = true,

NSThirdPartyExceptionAllowsInsecureHTTPLoads = true,

},

               

},

},

                        

                        LSApplicationQueriesSchemes = 

{

“fb”,

“fbapi20130214”,

“fbapi20130410”,

“fbapi20140410”,

“fbapi20140116”,

“fbapi20150313”,

“fbapi20150629”,

“fbauth”,

“fbauth2”,

“fb-messenger-api20140430”,

},

                        

CFBundleIconFiles =

{

                                “Icon.png”, 

“Icon@2x.png”, 

“Icon-60.png”,

“Icon-60@2x.png”,

“Icon-60@3x.png”,

“Icon-72.png”, 

“Icon-72@2x.png”,

“Icon-76.png”,

“Icon-76@2x.png”,

“Icon-167.png”,

“Icon-Small.png”, 

“Icon-Small@2x.png”,

“Icon-Small@3x.png”,

“Icon-Small-40.png”,

“Icon-Small-40@2x.png”,

“Icon-Small-50.png”, 

“Icon-Small-50@2x.png”,

},

        window =

        {

                        titleText =

                        {

                            default = “SkiLife”,

                        },

        },

                        

                        

        UIAppFonts =

                        {

                            “AlegreyaSans-Bold.ttf”,

                            “AlegreyaSans-Regular.ttf”,

                            “Oxygen-Bold.ttf”,

                            “Oxygen-Light.ttf”,

                            “Oxygen-Regular.ttf”,

                        },

},

},

}


The problem is still present …

Thanks. 

I have updated last version and I get the same problem yet: 

07:58:52.346  Error: 

07:58:52.346  BuildID: 58198e9a0052e

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

07:58:52.346  —

07:58:52.346  A device build error occurred on the server. 

07:58:52.346  

07:58:52.346  Error: 

07:58:52.346  BuildID: 58198e9a0052e

07:58:52.346  —

07:58:52.406  Android build failed (5) after 22 seconds

Now it works !!
Server busy ?

Thank a lot.

Yep, it works !