xCode Server failed to start automated tests

Hello everyone,


We encounter a problem when we try to use xCode Server to perform automated test.The destination of the automated test is the iPad 2 simulator. Also we have enabled code coverage for the corresponding scheme/targets.


According to the logs for the Bot, at the end of the "Build Log", it shows:

xcodebuild[88163:801713] [MT] IDEBuildOperationQueueSetResourceManager: Resetting max operation to 1

** TEST FAILED **

None of the tests has been performed.


From the console, the system log shows the following error:

==== system log ===

Jun 18 13:55:59: Xcode version: 6.3.2 (6D2105) (OS X SDK 13F34, iOS SDK 12F69)

Jun 18 13:55:59: Server version: 4.1 (14S1092)

Jun 18 13:55:59]: OS X version: 10.10.3 (14D136)

Jun 18 13:56:00: common_reenable_update: UI updates were finally reenabled by application "Xcode" after 3.30 seconds (server forcibly re-enabled them after 1.00 seconds)

Jun 18 13:56:01: inet_set_autoaddr(en1, 1) failed, Resource busy (16)

Jun 18 13:57:29: process Xcode[93913] caught causing excessive wakeups. Observed wakeups rate (per sec): 222; Maximum permitted wakeups rate (per sec): 150; Observation period: 300 seconds; Task lifetime number of wakeups: 50257

Jun 18 13:57:29: Endpoint has been activated through legacy launch(3) APIs. Please switch to XPC or bootstrap_check_in(): com.apple.ReportCrash

Jun 18 13:57:29: Invoking spindump for pid=93913 wakeups_rate=222 duration=203 because of excessive wakeups

==== end of system log ===


Does it mean the "excessive wakeups" cause a crash for the test? How can we resolve this?


Thank you very much for your help!

xCode Server failed to start automated tests
 
 
Q