Opening import file for <framework> module: permission denied

I installed the remote Git repository and Xcode Server on another computer, and then created a bot in Xcode. Every time I try to perform a new integration, it fails with this error:

Assertion: Opening import file for module 'Accelerate': Permission denied File: <filename>.swift:9 

If I comment on everything in this file, the bot starts showing the same error for another framework (and another .swift file). This can be either a Swift or an Objective-C framework.

Search Paths for this project: $(PROJECT_DIR) , and Always Search User Paths - Yes

I am using Xcode 7.2 beta 2, but I ran into the same issue in Xcode 7.1 from the App Store. I tried to restart Xcode and both server and Mac developed, this will not help. The project compiles and runs successfully on my development machine.

Server Logs: (xcsbuildd.log)

 [BuildService] Previous integration is needed but not loaded yet, fetching. [BuildService] Previous integration loaded successfully. [BuildService] Completed integration step XCSCheckoutIntegrationStep without error [BuildService, Info] Asset packs will be hosted at <server url here> [BuildService] Current server devices are needed but not loaded yet, fetching. [BuildService] Devices loaded successfully. [BuildService, Info] Current server platforms are needed but not loaded yet, fetching. [BuildService, Info] Platforms loaded successfully. [BuildService] Creating arguments list for integrate [BuildService] Integration will not perform analyze action [BuildService] Integration will perform test action [BuildService] Integration use scheme-level code coverage enabled setting [BuildService] Additional build arguments are "( )" [BuildService, Info] Creating test device destination arguments for device testing [BuildService, Info] Create test device destination arguments from device specification [BuildService, Info] Including device iPhone 6 Plus (A3E8ED2D-4D13-420E-8CE1-6D484E65CD03) [BuildService, Info] Destination arguments are ( "-skipUnsupportedDestinations", "-destination-timeout", 30, "-DVTDeviceLogLevel=3", "-DVTDeviceSearchLogLevel=3", "-iPhoneSimulatorLogLevel=3", "-iPhoneConnectLogLevel=3", "-destination", "id=A3E8ED2D-4D13-420E-8CE1-6D484E65CD03" ) [BuildService] Integrate arguments list is ( "/usr/bin/xcrun", xcodebuild, test, "-IDETestOperationsObserverDebugLogLevel=3", "-IDEBuildOperationMaxPercentageOfConcurrentCompileTasks=80", "-IDEBuildOperationQueueSetResourceManagementLogLevel=2", "-DTDKSupportWirelessDevices=NO", "-IDEPostProgressNotifications=YES", "-DVTAllowServerCertificates=YES", "-DVTSigningCertificateSourceLogLevel=3", "-DVTSigningCertificateManagerLogLevel=3", "-DTDKProvisioningProfileExtraSearchPaths=/Library/Developer/XcodeServer/ProvisioningProfiles", "-DTDKDisableSymbolCopying=YES", "-scheme", Newsfeeder, "-skipUnavailableActions", "-project", "/Library/Developer/XcodeServer/Integrations/Caches/1770e1afb8f775d8c92855beba002640/Source/Newsfeeder/Newsfeeder.xcodeproj", "-derivedDataPath", "/Library/Developer/XcodeServer/Integrations/Caches/1770e1afb8f775d8c92855beba002640/DerivedData", "-skipUnsupportedDestinations", "-destination-timeout", 30, "-DVTDeviceLogLevel=3", "-DVTDeviceSearchLogLevel=3", "-iPhoneSimulatorLogLevel=3", "-iPhoneConnectLogLevel=3", "-destination", "id=A3E8ED2D-4D13-420E-8CE1-6D484E65CD03", "-DVTSuppressExternalDeviceLocation=NO", "-resultBundlePath", "/Library/Developer/XcodeServer/Integrations/Integration-1770e1afb8f775d8c92855beba008e0d/xcodebuild_result.bundle" ) [BuildService] NSTask environment: { "DEVELOPER_DIR" = "/Library/Developer/XcodeServer/CurrentXcodeSymlink/Contents/Developer"; PATH = "/Applications/Xcode-beta.app/Contents/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin"; XCS = 1; "XCS_BOT_ID" = 1770e1afb8f775d8c92855beba002640; "XCS_BOT_NAME" = "Newsfeeder Bot"; "XCS_BOT_TINY_ID" = 8466E19; "XCS_DERIVED_DATA_DIR" = "/Library/Developer/XcodeServer/Integrations/Caches/1770e1afb8f775d8c92855beba002640/DerivedData"; "XCS_INTEGRATION_ID" = 1770e1afb8f775d8c92855beba008e0d; "XCS_INTEGRATION_NUMBER" = 2; "XCS_INTEGRATION_RESULT" = unknown; "XCS_INTEGRATION_TINY_ID" = B989BD8; "XCS_OUTPUT_DIR" = "/Library/Developer/XcodeServer/Integrations/Integration-1770e1afb8f775d8c92855beba008e0d"; "XCS_SOURCE_DIR" = "/Library/Developer/XcodeServer/Integrations/Caches/1770e1afb8f775d8c92855beba002640/Source"; "XCS_XCODEBUILD_LOG" = "/Library/Developer/XcodeServer/Integrations/Integration-1770e1afb8f775d8c92855beba008e0d/xcodebuild.log"; } [BuildService] Running task /usr/bin/nice /usr/bin/xcrun xcodebuild test -IDETestOperationsObserverDebugLogLevel=3 -IDEBuildOperationMaxPercentageOfConcurrentCompileTasks=80 -IDEBuildOperationQueueSetResourceManagementLogLevel=2 -DTDKSupportWirelessDevices=NO -IDEPostProgressNotifications=YES -DVTAllowServerCertificates=YES -DVTSigningCertificateSourceLogLevel=3 -DVTSigningCertificateManagerLogLevel=3 -DTDKProvisioningProfileExtraSearchPaths=/Library/Developer/XcodeServer/ProvisioningProfiles -DTDKDisableSymbolCopying=YES -scheme Newsfeeder -skipUnavailableActions -project /Library/Developer/XcodeServer/Integrations/Caches/1770e1afb8f775d8c92855beba002640/Source/Newsfeeder/Newsfeeder.xcodeproj -derivedDataPath /Library/Developer/XcodeServer/Integrations/Caches/1770e1afb8f775d8c92855beba002640/DerivedData -skipUnsupportedDestinations -destination-timeout 30 -DVTDeviceLogLevel=3 -DVTDeviceSearchLogLevel=3 -iPhoneSimulatorLogLevel=3 -iPhoneConnectLogLevel=3 -destination id=A3E8ED2D-4D13-420E-8CE1-6D484E65CD03 -DVTSuppressExternalDeviceLocation=NO -resultBundlePath /Library/Developer/XcodeServer/Integrations/Integration-1770e1afb8f775d8c92855beba008e0d/xcodebuild_result.bundle [BuildService, Info] Monitoring /Library/Developer/XcodeServer/Integrations/Integration-1770e1afb8f775d8c92855beba008e0d/xcodebuild.log for activity. [BuildService, Info] Done monitoring xcodebuild.log for activity. [BuildService] Scheme actions record is needed but not loaded yet, fetching. [BuildService] Scheme actions record loaded successfully. [BuildService] Completed integration step XCSBuildIntegrationStep without error [BuildService] Last integration with build results is needed but not loaded yet, fetching. [BuildService] Last integration with build results loaded successfully. [BuildService] Build results summary: { analyzerWarningChange = 0; analyzerWarningCount = 0; codeCoveragePercentage = 0; codeCoveragePercentageDelta = 0; errorChange = 0; errorCount = 1; improvedPerfTestCount = 0; regressedPerfTestCount = 0; testFailureChange = 0; testFailureCount = 0; testsChange = 0; testsCount = 0; warningChange = 0; warningCount = 0; } [BuildService] Integration commit history are needed but not loaded yet, fetching. [BuildService] Integration commits loaded successfully. [BuildService] Completed integration step XCSProcessBuildResultsIntegrationStep without error [BuildService] Matched device <XCSDevice 0x7fc77e82eaf0> {"modelUTI":"com.apple.iphone-6-plus-b4b5b9","connected":"YES","modelCode":"iPhone7,1","simulator":"YES","osVersion":"9.2","modelName":"iPhone 6 Plus","supported":"YES","deviceUDID":"A3E8ED2D-4D13-420E-8CE1-6D484E65CD03","identifier":"A3E8ED2D-4D13-420E-8CE1-6D484E65CD03","enabledForDevelopment":"YES","architecture":"x86_64","isServer":"NO","tinyID":"A3E8ED2","doc_type":"device","trusted":"YES","platformIdentifier":"com.apple.platform.iphonesimulator","name":"iPhone 6 Plus","retina":"YES"} to server device <XCSDevice 0x7fc77e398d70> {"osVersion":"9.2","connected":"YES","simulator":"YES","modelCode":"iPhone7,1","deviceType":"com.apple.iphone-simulator","modelName":"iPhone 6 Plus","revision":"6-71966f4a54eb01b83604036d5b31c53c","modelUTI":"com.apple.iphone-6-plus-b4b5b9","doc_type":"device","trusted":"YES","name":"iPhone 6 Plus","supported":"YES","identifier":"A3E8ED2D-4D13-420E-8CE1-6D484E65CD03","enabledForDevelopment":"YES","platformIdentifier":"com.apple.platform.iphonesimulator","ID":"11f2b4085b58a3769cd320245b004ab9","architecture":"x86_64","retina":"NO","isServer":"NO","tinyID":"37889F2"} [BuildService] Processing device: <XCSDevice 0x7fc77e398d70> {"osVersion":"9.2","connected":"YES","simulator":"YES","modelCode":"iPhone7,1","deviceType":"com.apple.iphone-simulator","modelName":"iPhone 6 Plus","revision":"6-71966f4a54eb01b83604036d5b31c53c","modelUTI":"com.apple.iphone-6-plus-b4b5b9","doc_type":"device","trusted":"YES","name":"iPhone 6 Plus","supported":"YES","identifier":"A3E8ED2D-4D13-420E-8CE1-6D484E65CD03","enabledForDevelopment":"YES","platformIdentifier":"com.apple.platform.iphonesimulator","ID":"11f2b4085b58a3769cd320245b004ab9","architecture":"x86_64","retina":"NO","isServer":"NO","tinyID":"37889F2"} [BuildService] Completed integration step XCSProcessTestResultsIntegrationStep without error adding: xcodebuild_result.bundle/ (stored 0%) adding: xcodebuild_result.bundle/1_Test/ (stored 0%) adding: xcodebuild_result.bundle/1_Test/action.xcactivitylog (stored 0%) adding: xcodebuild_result.bundle/1_Test/build.xcactivitylog (deflated 1%) adding: xcodebuild_result.bundle/Info.plist (deflated 79%) [BuildService] Uploading file /Library/Developer/XcodeServer/Integrations/Integration-1770e1afb8f775d8c92855beba008e0d/xcodebuild_result.bundle.zip [BuildService] Uploading file /Library/Developer/XcodeServer/Integrations/Integration-1770e1afb8f775d8c92855beba008e0d/buildService.log [BuildService] Uploading file /Library/Developer/XcodeServer/Integrations/Integration-1770e1afb8f775d8c92855beba008e0d/xcodebuild.log [BuildService] Uploading file /Library/Developer/XcodeServer/Integrations/Integration-1770e1afb8f775d8c92855beba008e0d/sourceControl.log [BuildService] Uploading file /Library/Developer/XcodeServer/Integrations/Integration-1770e1afb8f775d8c92855beba008e0d/Session-2015-11-04_16:54:03-zpFYIF.log to relative path (null) [BuildService] Completed integration step XCSUploadFilesIntegrationStep without error [BuildService] Integration executor is finished. Exiting. [BuildService] Registering build service socket listeners [BuildService] Done registering build service socket listeners bin / nice / usr / bin / xcrun xcodebuild test -IDETestOperationsObserverDebugLogLevel = [BuildService] Previous integration is needed but not loaded yet, fetching. [BuildService] Previous integration loaded successfully. [BuildService] Completed integration step XCSCheckoutIntegrationStep without error [BuildService, Info] Asset packs will be hosted at <server url here> [BuildService] Current server devices are needed but not loaded yet, fetching. [BuildService] Devices loaded successfully. [BuildService, Info] Current server platforms are needed but not loaded yet, fetching. [BuildService, Info] Platforms loaded successfully. [BuildService] Creating arguments list for integrate [BuildService] Integration will not perform analyze action [BuildService] Integration will perform test action [BuildService] Integration use scheme-level code coverage enabled setting [BuildService] Additional build arguments are "( )" [BuildService, Info] Creating test device destination arguments for device testing [BuildService, Info] Create test device destination arguments from device specification [BuildService, Info] Including device iPhone 6 Plus (A3E8ED2D-4D13-420E-8CE1-6D484E65CD03) [BuildService, Info] Destination arguments are ( "-skipUnsupportedDestinations", "-destination-timeout", 30, "-DVTDeviceLogLevel=3", "-DVTDeviceSearchLogLevel=3", "-iPhoneSimulatorLogLevel=3", "-iPhoneConnectLogLevel=3", "-destination", "id=A3E8ED2D-4D13-420E-8CE1-6D484E65CD03" ) [BuildService] Integrate arguments list is ( "/usr/bin/xcrun", xcodebuild, test, "-IDETestOperationsObserverDebugLogLevel=3", "-IDEBuildOperationMaxPercentageOfConcurrentCompileTasks=80", "-IDEBuildOperationQueueSetResourceManagementLogLevel=2", "-DTDKSupportWirelessDevices=NO", "-IDEPostProgressNotifications=YES", "-DVTAllowServerCertificates=YES", "-DVTSigningCertificateSourceLogLevel=3", "-DVTSigningCertificateManagerLogLevel=3", "-DTDKProvisioningProfileExtraSearchPaths=/Library/Developer/XcodeServer/ProvisioningProfiles", "-DTDKDisableSymbolCopying=YES", "-scheme", Newsfeeder, "-skipUnavailableActions", "-project", "/Library/Developer/XcodeServer/Integrations/Caches/1770e1afb8f775d8c92855beba002640/Source/Newsfeeder/Newsfeeder.xcodeproj", "-derivedDataPath", "/Library/Developer/XcodeServer/Integrations/Caches/1770e1afb8f775d8c92855beba002640/DerivedData", "-skipUnsupportedDestinations", "-destination-timeout", 30, "-DVTDeviceLogLevel=3", "-DVTDeviceSearchLogLevel=3", "-iPhoneSimulatorLogLevel=3", "-iPhoneConnectLogLevel=3", "-destination", "id=A3E8ED2D-4D13-420E-8CE1-6D484E65CD03", "-DVTSuppressExternalDeviceLocation=NO", "-resultBundlePath", "/Library/Developer/XcodeServer/Integrations/Integration-1770e1afb8f775d8c92855beba008e0d/xcodebuild_result.bundle" ) [BuildService] NSTask environment: { "DEVELOPER_DIR" = "/Library/Developer/XcodeServer/CurrentXcodeSymlink/Contents/Developer"; PATH = "/Applications/Xcode-beta.app/Contents/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin"; XCS = 1; "XCS_BOT_ID" = 1770e1afb8f775d8c92855beba002640; "XCS_BOT_NAME" = "Newsfeeder Bot"; "XCS_BOT_TINY_ID" = 8466E19; "XCS_DERIVED_DATA_DIR" = "/Library/Developer/XcodeServer/Integrations/Caches/1770e1afb8f775d8c92855beba002640/DerivedData"; "XCS_INTEGRATION_ID" = 1770e1afb8f775d8c92855beba008e0d; "XCS_INTEGRATION_NUMBER" = 2; "XCS_INTEGRATION_RESULT" = unknown; "XCS_INTEGRATION_TINY_ID" = B989BD8; "XCS_OUTPUT_DIR" = "/Library/Developer/XcodeServer/Integrations/Integration-1770e1afb8f775d8c92855beba008e0d"; "XCS_SOURCE_DIR" = "/Library/Developer/XcodeServer/Integrations/Caches/1770e1afb8f775d8c92855beba002640/Source"; "XCS_XCODEBUILD_LOG" = "/Library/Developer/XcodeServer/Integrations/Integration-1770e1afb8f775d8c92855beba008e0d/xcodebuild.log"; } [BuildService] Running task /usr/bin/nice /usr/bin/xcrun xcodebuild test -IDETestOperationsObserverDebugLogLevel=3 -IDEBuildOperationMaxPercentageOfConcurrentCompileTasks=80 -IDEBuildOperationQueueSetResourceManagementLogLevel=2 -DTDKSupportWirelessDevices=NO -IDEPostProgressNotifications=YES -DVTAllowServerCertificates=YES -DVTSigningCertificateSourceLogLevel=3 -DVTSigningCertificateManagerLogLevel=3 -DTDKProvisioningProfileExtraSearchPaths=/Library/Developer/XcodeServer/ProvisioningProfiles -DTDKDisableSymbolCopying=YES -scheme Newsfeeder -skipUnavailableActions -project /Library/Developer/XcodeServer/Integrations/Caches/1770e1afb8f775d8c92855beba002640/Source/Newsfeeder/Newsfeeder.xcodeproj -derivedDataPath /Library/Developer/XcodeServer/Integrations/Caches/1770e1afb8f775d8c92855beba002640/DerivedData -skipUnsupportedDestinations -destination-timeout 30 -DVTDeviceLogLevel=3 -DVTDeviceSearchLogLevel=3 -iPhoneSimulatorLogLevel=3 -iPhoneConnectLogLevel=3 -destination id=A3E8ED2D-4D13-420E-8CE1-6D484E65CD03 -DVTSuppressExternalDeviceLocation=NO -resultBundlePath /Library/Developer/XcodeServer/Integrations/Integration-1770e1afb8f775d8c92855beba008e0d/xcodebuild_result.bundle [BuildService, Info] Monitoring /Library/Developer/XcodeServer/Integrations/Integration-1770e1afb8f775d8c92855beba008e0d/xcodebuild.log for activity. [BuildService, Info] Done monitoring xcodebuild.log for activity. [BuildService] Scheme actions record is needed but not loaded yet, fetching. [BuildService] Scheme actions record loaded successfully. [BuildService] Completed integration step XCSBuildIntegrationStep without error [BuildService] Last integration with build results is needed but not loaded yet, fetching. [BuildService] Last integration with build results loaded successfully. [BuildService] Build results summary: { analyzerWarningChange = 0; analyzerWarningCount = 0; codeCoveragePercentage = 0; codeCoveragePercentageDelta = 0; errorChange = 0; errorCount = 1; improvedPerfTestCount = 0; regressedPerfTestCount = 0; testFailureChange = 0; testFailureCount = 0; testsChange = 0; testsCount = 0; warningChange = 0; warningCount = 0; } [BuildService] Integration commit history are needed but not loaded yet, fetching. [BuildService] Integration commits loaded successfully. [BuildService] Completed integration step XCSProcessBuildResultsIntegrationStep without error [BuildService] Matched device <XCSDevice 0x7fc77e82eaf0> {"modelUTI":"com.apple.iphone-6-plus-b4b5b9","connected":"YES","modelCode":"iPhone7,1","simulator":"YES","osVersion":"9.2","modelName":"iPhone 6 Plus","supported":"YES","deviceUDID":"A3E8ED2D-4D13-420E-8CE1-6D484E65CD03","identifier":"A3E8ED2D-4D13-420E-8CE1-6D484E65CD03","enabledForDevelopment":"YES","architecture":"x86_64","isServer":"NO","tinyID":"A3E8ED2","doc_type":"device","trusted":"YES","platformIdentifier":"com.apple.platform.iphonesimulator","name":"iPhone 6 Plus","retina":"YES"} to server device <XCSDevice 0x7fc77e398d70> {"osVersion":"9.2","connected":"YES","simulator":"YES","modelCode":"iPhone7,1","deviceType":"com.apple.iphone-simulator","modelName":"iPhone 6 Plus","revision":"6-71966f4a54eb01b83604036d5b31c53c","modelUTI":"com.apple.iphone-6-plus-b4b5b9","doc_type":"device","trusted":"YES","name":"iPhone 6 Plus","supported":"YES","identifier":"A3E8ED2D-4D13-420E-8CE1-6D484E65CD03","enabledForDevelopment":"YES","platformIdentifier":"com.apple.platform.iphonesimulator","ID":"11f2b4085b58a3769cd320245b004ab9","architecture":"x86_64","retina":"NO","isServer":"NO","tinyID":"37889F2"} [BuildService] Processing device: <XCSDevice 0x7fc77e398d70> {"osVersion":"9.2","connected":"YES","simulator":"YES","modelCode":"iPhone7,1","deviceType":"com.apple.iphone-simulator","modelName":"iPhone 6 Plus","revision":"6-71966f4a54eb01b83604036d5b31c53c","modelUTI":"com.apple.iphone-6-plus-b4b5b9","doc_type":"device","trusted":"YES","name":"iPhone 6 Plus","supported":"YES","identifier":"A3E8ED2D-4D13-420E-8CE1-6D484E65CD03","enabledForDevelopment":"YES","platformIdentifier":"com.apple.platform.iphonesimulator","ID":"11f2b4085b58a3769cd320245b004ab9","architecture":"x86_64","retina":"NO","isServer":"NO","tinyID":"37889F2"} [BuildService] Completed integration step XCSProcessTestResultsIntegrationStep without error adding: xcodebuild_result.bundle/ (stored 0%) adding: xcodebuild_result.bundle/1_Test/ (stored 0%) adding: xcodebuild_result.bundle/1_Test/action.xcactivitylog (stored 0%) adding: xcodebuild_result.bundle/1_Test/build.xcactivitylog (deflated 1%) adding: xcodebuild_result.bundle/Info.plist (deflated 79%) [BuildService] Uploading file /Library/Developer/XcodeServer/Integrations/Integration-1770e1afb8f775d8c92855beba008e0d/xcodebuild_result.bundle.zip [BuildService] Uploading file /Library/Developer/XcodeServer/Integrations/Integration-1770e1afb8f775d8c92855beba008e0d/buildService.log [BuildService] Uploading file /Library/Developer/XcodeServer/Integrations/Integration-1770e1afb8f775d8c92855beba008e0d/xcodebuild.log [BuildService] Uploading file /Library/Developer/XcodeServer/Integrations/Integration-1770e1afb8f775d8c92855beba008e0d/sourceControl.log [BuildService] Uploading file /Library/Developer/XcodeServer/Integrations/Integration-1770e1afb8f775d8c92855beba008e0d/Session-2015-11-04_16:54:03-zpFYIF.log to relative path (null) [BuildService] Completed integration step XCSUploadFilesIntegrationStep without error [BuildService] Integration executor is finished. Exiting. [BuildService] Registering build service socket listeners [BuildService] Done registering build service socket listeners YES -DVTSigningCertificateSourceLogLevel = [BuildService] Previous integration is needed but not loaded yet, fetching. [BuildService] Previous integration loaded successfully. [BuildService] Completed integration step XCSCheckoutIntegrationStep without error [BuildService, Info] Asset packs will be hosted at <server url here> [BuildService] Current server devices are needed but not loaded yet, fetching. [BuildService] Devices loaded successfully. [BuildService, Info] Current server platforms are needed but not loaded yet, fetching. [BuildService, Info] Platforms loaded successfully. [BuildService] Creating arguments list for integrate [BuildService] Integration will not perform analyze action [BuildService] Integration will perform test action [BuildService] Integration use scheme-level code coverage enabled setting [BuildService] Additional build arguments are "( )" [BuildService, Info] Creating test device destination arguments for device testing [BuildService, Info] Create test device destination arguments from device specification [BuildService, Info] Including device iPhone 6 Plus (A3E8ED2D-4D13-420E-8CE1-6D484E65CD03) [BuildService, Info] Destination arguments are ( "-skipUnsupportedDestinations", "-destination-timeout", 30, "-DVTDeviceLogLevel=3", "-DVTDeviceSearchLogLevel=3", "-iPhoneSimulatorLogLevel=3", "-iPhoneConnectLogLevel=3", "-destination", "id=A3E8ED2D-4D13-420E-8CE1-6D484E65CD03" ) [BuildService] Integrate arguments list is ( "/usr/bin/xcrun", xcodebuild, test, "-IDETestOperationsObserverDebugLogLevel=3", "-IDEBuildOperationMaxPercentageOfConcurrentCompileTasks=80", "-IDEBuildOperationQueueSetResourceManagementLogLevel=2", "-DTDKSupportWirelessDevices=NO", "-IDEPostProgressNotifications=YES", "-DVTAllowServerCertificates=YES", "-DVTSigningCertificateSourceLogLevel=3", "-DVTSigningCertificateManagerLogLevel=3", "-DTDKProvisioningProfileExtraSearchPaths=/Library/Developer/XcodeServer/ProvisioningProfiles", "-DTDKDisableSymbolCopying=YES", "-scheme", Newsfeeder, "-skipUnavailableActions", "-project", "/Library/Developer/XcodeServer/Integrations/Caches/1770e1afb8f775d8c92855beba002640/Source/Newsfeeder/Newsfeeder.xcodeproj", "-derivedDataPath", "/Library/Developer/XcodeServer/Integrations/Caches/1770e1afb8f775d8c92855beba002640/DerivedData", "-skipUnsupportedDestinations", "-destination-timeout", 30, "-DVTDeviceLogLevel=3", "-DVTDeviceSearchLogLevel=3", "-iPhoneSimulatorLogLevel=3", "-iPhoneConnectLogLevel=3", "-destination", "id=A3E8ED2D-4D13-420E-8CE1-6D484E65CD03", "-DVTSuppressExternalDeviceLocation=NO", "-resultBundlePath", "/Library/Developer/XcodeServer/Integrations/Integration-1770e1afb8f775d8c92855beba008e0d/xcodebuild_result.bundle" ) [BuildService] NSTask environment: { "DEVELOPER_DIR" = "/Library/Developer/XcodeServer/CurrentXcodeSymlink/Contents/Developer"; PATH = "/Applications/Xcode-beta.app/Contents/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin"; XCS = 1; "XCS_BOT_ID" = 1770e1afb8f775d8c92855beba002640; "XCS_BOT_NAME" = "Newsfeeder Bot"; "XCS_BOT_TINY_ID" = 8466E19; "XCS_DERIVED_DATA_DIR" = "/Library/Developer/XcodeServer/Integrations/Caches/1770e1afb8f775d8c92855beba002640/DerivedData"; "XCS_INTEGRATION_ID" = 1770e1afb8f775d8c92855beba008e0d; "XCS_INTEGRATION_NUMBER" = 2; "XCS_INTEGRATION_RESULT" = unknown; "XCS_INTEGRATION_TINY_ID" = B989BD8; "XCS_OUTPUT_DIR" = "/Library/Developer/XcodeServer/Integrations/Integration-1770e1afb8f775d8c92855beba008e0d"; "XCS_SOURCE_DIR" = "/Library/Developer/XcodeServer/Integrations/Caches/1770e1afb8f775d8c92855beba002640/Source"; "XCS_XCODEBUILD_LOG" = "/Library/Developer/XcodeServer/Integrations/Integration-1770e1afb8f775d8c92855beba008e0d/xcodebuild.log"; } [BuildService] Running task /usr/bin/nice /usr/bin/xcrun xcodebuild test -IDETestOperationsObserverDebugLogLevel=3 -IDEBuildOperationMaxPercentageOfConcurrentCompileTasks=80 -IDEBuildOperationQueueSetResourceManagementLogLevel=2 -DTDKSupportWirelessDevices=NO -IDEPostProgressNotifications=YES -DVTAllowServerCertificates=YES -DVTSigningCertificateSourceLogLevel=3 -DVTSigningCertificateManagerLogLevel=3 -DTDKProvisioningProfileExtraSearchPaths=/Library/Developer/XcodeServer/ProvisioningProfiles -DTDKDisableSymbolCopying=YES -scheme Newsfeeder -skipUnavailableActions -project /Library/Developer/XcodeServer/Integrations/Caches/1770e1afb8f775d8c92855beba002640/Source/Newsfeeder/Newsfeeder.xcodeproj -derivedDataPath /Library/Developer/XcodeServer/Integrations/Caches/1770e1afb8f775d8c92855beba002640/DerivedData -skipUnsupportedDestinations -destination-timeout 30 -DVTDeviceLogLevel=3 -DVTDeviceSearchLogLevel=3 -iPhoneSimulatorLogLevel=3 -iPhoneConnectLogLevel=3 -destination id=A3E8ED2D-4D13-420E-8CE1-6D484E65CD03 -DVTSuppressExternalDeviceLocation=NO -resultBundlePath /Library/Developer/XcodeServer/Integrations/Integration-1770e1afb8f775d8c92855beba008e0d/xcodebuild_result.bundle [BuildService, Info] Monitoring /Library/Developer/XcodeServer/Integrations/Integration-1770e1afb8f775d8c92855beba008e0d/xcodebuild.log for activity. [BuildService, Info] Done monitoring xcodebuild.log for activity. [BuildService] Scheme actions record is needed but not loaded yet, fetching. [BuildService] Scheme actions record loaded successfully. [BuildService] Completed integration step XCSBuildIntegrationStep without error [BuildService] Last integration with build results is needed but not loaded yet, fetching. [BuildService] Last integration with build results loaded successfully. [BuildService] Build results summary: { analyzerWarningChange = 0; analyzerWarningCount = 0; codeCoveragePercentage = 0; codeCoveragePercentageDelta = 0; errorChange = 0; errorCount = 1; improvedPerfTestCount = 0; regressedPerfTestCount = 0; testFailureChange = 0; testFailureCount = 0; testsChange = 0; testsCount = 0; warningChange = 0; warningCount = 0; } [BuildService] Integration commit history are needed but not loaded yet, fetching. [BuildService] Integration commits loaded successfully. [BuildService] Completed integration step XCSProcessBuildResultsIntegrationStep without error [BuildService] Matched device <XCSDevice 0x7fc77e82eaf0> {"modelUTI":"com.apple.iphone-6-plus-b4b5b9","connected":"YES","modelCode":"iPhone7,1","simulator":"YES","osVersion":"9.2","modelName":"iPhone 6 Plus","supported":"YES","deviceUDID":"A3E8ED2D-4D13-420E-8CE1-6D484E65CD03","identifier":"A3E8ED2D-4D13-420E-8CE1-6D484E65CD03","enabledForDevelopment":"YES","architecture":"x86_64","isServer":"NO","tinyID":"A3E8ED2","doc_type":"device","trusted":"YES","platformIdentifier":"com.apple.platform.iphonesimulator","name":"iPhone 6 Plus","retina":"YES"} to server device <XCSDevice 0x7fc77e398d70> {"osVersion":"9.2","connected":"YES","simulator":"YES","modelCode":"iPhone7,1","deviceType":"com.apple.iphone-simulator","modelName":"iPhone 6 Plus","revision":"6-71966f4a54eb01b83604036d5b31c53c","modelUTI":"com.apple.iphone-6-plus-b4b5b9","doc_type":"device","trusted":"YES","name":"iPhone 6 Plus","supported":"YES","identifier":"A3E8ED2D-4D13-420E-8CE1-6D484E65CD03","enabledForDevelopment":"YES","platformIdentifier":"com.apple.platform.iphonesimulator","ID":"11f2b4085b58a3769cd320245b004ab9","architecture":"x86_64","retina":"NO","isServer":"NO","tinyID":"37889F2"} [BuildService] Processing device: <XCSDevice 0x7fc77e398d70> {"osVersion":"9.2","connected":"YES","simulator":"YES","modelCode":"iPhone7,1","deviceType":"com.apple.iphone-simulator","modelName":"iPhone 6 Plus","revision":"6-71966f4a54eb01b83604036d5b31c53c","modelUTI":"com.apple.iphone-6-plus-b4b5b9","doc_type":"device","trusted":"YES","name":"iPhone 6 Plus","supported":"YES","identifier":"A3E8ED2D-4D13-420E-8CE1-6D484E65CD03","enabledForDevelopment":"YES","platformIdentifier":"com.apple.platform.iphonesimulator","ID":"11f2b4085b58a3769cd320245b004ab9","architecture":"x86_64","retina":"NO","isServer":"NO","tinyID":"37889F2"} [BuildService] Completed integration step XCSProcessTestResultsIntegrationStep without error adding: xcodebuild_result.bundle/ (stored 0%) adding: xcodebuild_result.bundle/1_Test/ (stored 0%) adding: xcodebuild_result.bundle/1_Test/action.xcactivitylog (stored 0%) adding: xcodebuild_result.bundle/1_Test/build.xcactivitylog (deflated 1%) adding: xcodebuild_result.bundle/Info.plist (deflated 79%) [BuildService] Uploading file /Library/Developer/XcodeServer/Integrations/Integration-1770e1afb8f775d8c92855beba008e0d/xcodebuild_result.bundle.zip [BuildService] Uploading file /Library/Developer/XcodeServer/Integrations/Integration-1770e1afb8f775d8c92855beba008e0d/buildService.log [BuildService] Uploading file /Library/Developer/XcodeServer/Integrations/Integration-1770e1afb8f775d8c92855beba008e0d/xcodebuild.log [BuildService] Uploading file /Library/Developer/XcodeServer/Integrations/Integration-1770e1afb8f775d8c92855beba008e0d/sourceControl.log [BuildService] Uploading file /Library/Developer/XcodeServer/Integrations/Integration-1770e1afb8f775d8c92855beba008e0d/Session-2015-11-04_16:54:03-zpFYIF.log to relative path (null) [BuildService] Completed integration step XCSUploadFilesIntegrationStep without error [BuildService] Integration executor is finished. Exiting. [BuildService] Registering build service socket listeners [BuildService] Done registering build service socket listeners / ProvisioningProfiles -DTDKDisableSymbolCopying = YES -scheme Newsfeeder -skipUnavailableActions -project /Library/Developer/XcodeServer/Integrations/Caches/1770e1afb8f775d8c92855beba002640/Source/Newsfeeder/Newsfeeder.xcodeproj -derivedDataPath / Library / Developer / [BuildService] Previous integration is needed but not loaded yet, fetching. [BuildService] Previous integration loaded successfully. [BuildService] Completed integration step XCSCheckoutIntegrationStep without error [BuildService, Info] Asset packs will be hosted at <server url here> [BuildService] Current server devices are needed but not loaded yet, fetching. [BuildService] Devices loaded successfully. [BuildService, Info] Current server platforms are needed but not loaded yet, fetching. [BuildService, Info] Platforms loaded successfully. [BuildService] Creating arguments list for integrate [BuildService] Integration will not perform analyze action [BuildService] Integration will perform test action [BuildService] Integration use scheme-level code coverage enabled setting [BuildService] Additional build arguments are "( )" [BuildService, Info] Creating test device destination arguments for device testing [BuildService, Info] Create test device destination arguments from device specification [BuildService, Info] Including device iPhone 6 Plus (A3E8ED2D-4D13-420E-8CE1-6D484E65CD03) [BuildService, Info] Destination arguments are ( "-skipUnsupportedDestinations", "-destination-timeout", 30, "-DVTDeviceLogLevel=3", "-DVTDeviceSearchLogLevel=3", "-iPhoneSimulatorLogLevel=3", "-iPhoneConnectLogLevel=3", "-destination", "id=A3E8ED2D-4D13-420E-8CE1-6D484E65CD03" ) [BuildService] Integrate arguments list is ( "/usr/bin/xcrun", xcodebuild, test, "-IDETestOperationsObserverDebugLogLevel=3", "-IDEBuildOperationMaxPercentageOfConcurrentCompileTasks=80", "-IDEBuildOperationQueueSetResourceManagementLogLevel=2", "-DTDKSupportWirelessDevices=NO", "-IDEPostProgressNotifications=YES", "-DVTAllowServerCertificates=YES", "-DVTSigningCertificateSourceLogLevel=3", "-DVTSigningCertificateManagerLogLevel=3", "-DTDKProvisioningProfileExtraSearchPaths=/Library/Developer/XcodeServer/ProvisioningProfiles", "-DTDKDisableSymbolCopying=YES", "-scheme", Newsfeeder, "-skipUnavailableActions", "-project", "/Library/Developer/XcodeServer/Integrations/Caches/1770e1afb8f775d8c92855beba002640/Source/Newsfeeder/Newsfeeder.xcodeproj", "-derivedDataPath", "/Library/Developer/XcodeServer/Integrations/Caches/1770e1afb8f775d8c92855beba002640/DerivedData", "-skipUnsupportedDestinations", "-destination-timeout", 30, "-DVTDeviceLogLevel=3", "-DVTDeviceSearchLogLevel=3", "-iPhoneSimulatorLogLevel=3", "-iPhoneConnectLogLevel=3", "-destination", "id=A3E8ED2D-4D13-420E-8CE1-6D484E65CD03", "-DVTSuppressExternalDeviceLocation=NO", "-resultBundlePath", "/Library/Developer/XcodeServer/Integrations/Integration-1770e1afb8f775d8c92855beba008e0d/xcodebuild_result.bundle" ) [BuildService] NSTask environment: { "DEVELOPER_DIR" = "/Library/Developer/XcodeServer/CurrentXcodeSymlink/Contents/Developer"; PATH = "/Applications/Xcode-beta.app/Contents/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin"; XCS = 1; "XCS_BOT_ID" = 1770e1afb8f775d8c92855beba002640; "XCS_BOT_NAME" = "Newsfeeder Bot"; "XCS_BOT_TINY_ID" = 8466E19; "XCS_DERIVED_DATA_DIR" = "/Library/Developer/XcodeServer/Integrations/Caches/1770e1afb8f775d8c92855beba002640/DerivedData"; "XCS_INTEGRATION_ID" = 1770e1afb8f775d8c92855beba008e0d; "XCS_INTEGRATION_NUMBER" = 2; "XCS_INTEGRATION_RESULT" = unknown; "XCS_INTEGRATION_TINY_ID" = B989BD8; "XCS_OUTPUT_DIR" = "/Library/Developer/XcodeServer/Integrations/Integration-1770e1afb8f775d8c92855beba008e0d"; "XCS_SOURCE_DIR" = "/Library/Developer/XcodeServer/Integrations/Caches/1770e1afb8f775d8c92855beba002640/Source"; "XCS_XCODEBUILD_LOG" = "/Library/Developer/XcodeServer/Integrations/Integration-1770e1afb8f775d8c92855beba008e0d/xcodebuild.log"; } [BuildService] Running task /usr/bin/nice /usr/bin/xcrun xcodebuild test -IDETestOperationsObserverDebugLogLevel=3 -IDEBuildOperationMaxPercentageOfConcurrentCompileTasks=80 -IDEBuildOperationQueueSetResourceManagementLogLevel=2 -DTDKSupportWirelessDevices=NO -IDEPostProgressNotifications=YES -DVTAllowServerCertificates=YES -DVTSigningCertificateSourceLogLevel=3 -DVTSigningCertificateManagerLogLevel=3 -DTDKProvisioningProfileExtraSearchPaths=/Library/Developer/XcodeServer/ProvisioningProfiles -DTDKDisableSymbolCopying=YES -scheme Newsfeeder -skipUnavailableActions -project /Library/Developer/XcodeServer/Integrations/Caches/1770e1afb8f775d8c92855beba002640/Source/Newsfeeder/Newsfeeder.xcodeproj -derivedDataPath /Library/Developer/XcodeServer/Integrations/Caches/1770e1afb8f775d8c92855beba002640/DerivedData -skipUnsupportedDestinations -destination-timeout 30 -DVTDeviceLogLevel=3 -DVTDeviceSearchLogLevel=3 -iPhoneSimulatorLogLevel=3 -iPhoneConnectLogLevel=3 -destination id=A3E8ED2D-4D13-420E-8CE1-6D484E65CD03 -DVTSuppressExternalDeviceLocation=NO -resultBundlePath /Library/Developer/XcodeServer/Integrations/Integration-1770e1afb8f775d8c92855beba008e0d/xcodebuild_result.bundle [BuildService, Info] Monitoring /Library/Developer/XcodeServer/Integrations/Integration-1770e1afb8f775d8c92855beba008e0d/xcodebuild.log for activity. [BuildService, Info] Done monitoring xcodebuild.log for activity. [BuildService] Scheme actions record is needed but not loaded yet, fetching. [BuildService] Scheme actions record loaded successfully. [BuildService] Completed integration step XCSBuildIntegrationStep without error [BuildService] Last integration with build results is needed but not loaded yet, fetching. [BuildService] Last integration with build results loaded successfully. [BuildService] Build results summary: { analyzerWarningChange = 0; analyzerWarningCount = 0; codeCoveragePercentage = 0; codeCoveragePercentageDelta = 0; errorChange = 0; errorCount = 1; improvedPerfTestCount = 0; regressedPerfTestCount = 0; testFailureChange = 0; testFailureCount = 0; testsChange = 0; testsCount = 0; warningChange = 0; warningCount = 0; } [BuildService] Integration commit history are needed but not loaded yet, fetching. [BuildService] Integration commits loaded successfully. [BuildService] Completed integration step XCSProcessBuildResultsIntegrationStep without error [BuildService] Matched device <XCSDevice 0x7fc77e82eaf0> {"modelUTI":"com.apple.iphone-6-plus-b4b5b9","connected":"YES","modelCode":"iPhone7,1","simulator":"YES","osVersion":"9.2","modelName":"iPhone 6 Plus","supported":"YES","deviceUDID":"A3E8ED2D-4D13-420E-8CE1-6D484E65CD03","identifier":"A3E8ED2D-4D13-420E-8CE1-6D484E65CD03","enabledForDevelopment":"YES","architecture":"x86_64","isServer":"NO","tinyID":"A3E8ED2","doc_type":"device","trusted":"YES","platformIdentifier":"com.apple.platform.iphonesimulator","name":"iPhone 6 Plus","retina":"YES"} to server device <XCSDevice 0x7fc77e398d70> {"osVersion":"9.2","connected":"YES","simulator":"YES","modelCode":"iPhone7,1","deviceType":"com.apple.iphone-simulator","modelName":"iPhone 6 Plus","revision":"6-71966f4a54eb01b83604036d5b31c53c","modelUTI":"com.apple.iphone-6-plus-b4b5b9","doc_type":"device","trusted":"YES","name":"iPhone 6 Plus","supported":"YES","identifier":"A3E8ED2D-4D13-420E-8CE1-6D484E65CD03","enabledForDevelopment":"YES","platformIdentifier":"com.apple.platform.iphonesimulator","ID":"11f2b4085b58a3769cd320245b004ab9","architecture":"x86_64","retina":"NO","isServer":"NO","tinyID":"37889F2"} [BuildService] Processing device: <XCSDevice 0x7fc77e398d70> {"osVersion":"9.2","connected":"YES","simulator":"YES","modelCode":"iPhone7,1","deviceType":"com.apple.iphone-simulator","modelName":"iPhone 6 Plus","revision":"6-71966f4a54eb01b83604036d5b31c53c","modelUTI":"com.apple.iphone-6-plus-b4b5b9","doc_type":"device","trusted":"YES","name":"iPhone 6 Plus","supported":"YES","identifier":"A3E8ED2D-4D13-420E-8CE1-6D484E65CD03","enabledForDevelopment":"YES","platformIdentifier":"com.apple.platform.iphonesimulator","ID":"11f2b4085b58a3769cd320245b004ab9","architecture":"x86_64","retina":"NO","isServer":"NO","tinyID":"37889F2"} [BuildService] Completed integration step XCSProcessTestResultsIntegrationStep without error adding: xcodebuild_result.bundle/ (stored 0%) adding: xcodebuild_result.bundle/1_Test/ (stored 0%) adding: xcodebuild_result.bundle/1_Test/action.xcactivitylog (stored 0%) adding: xcodebuild_result.bundle/1_Test/build.xcactivitylog (deflated 1%) adding: xcodebuild_result.bundle/Info.plist (deflated 79%) [BuildService] Uploading file /Library/Developer/XcodeServer/Integrations/Integration-1770e1afb8f775d8c92855beba008e0d/xcodebuild_result.bundle.zip [BuildService] Uploading file /Library/Developer/XcodeServer/Integrations/Integration-1770e1afb8f775d8c92855beba008e0d/buildService.log [BuildService] Uploading file /Library/Developer/XcodeServer/Integrations/Integration-1770e1afb8f775d8c92855beba008e0d/xcodebuild.log [BuildService] Uploading file /Library/Developer/XcodeServer/Integrations/Integration-1770e1afb8f775d8c92855beba008e0d/sourceControl.log [BuildService] Uploading file /Library/Developer/XcodeServer/Integrations/Integration-1770e1afb8f775d8c92855beba008e0d/Session-2015-11-04_16:54:03-zpFYIF.log to relative path (null) [BuildService] Completed integration step XCSUploadFilesIntegrationStep without error [BuildService] Integration executor is finished. Exiting. [BuildService] Registering build service socket listeners [BuildService] Done registering build service socket listeners DerivedData -skipUnsupportedDestinations -destination-timeout [BuildService] Previous integration is needed but not loaded yet, fetching. [BuildService] Previous integration loaded successfully. [BuildService] Completed integration step XCSCheckoutIntegrationStep without error [BuildService, Info] Asset packs will be hosted at <server url here> [BuildService] Current server devices are needed but not loaded yet, fetching. [BuildService] Devices loaded successfully. [BuildService, Info] Current server platforms are needed but not loaded yet, fetching. [BuildService, Info] Platforms loaded successfully. [BuildService] Creating arguments list for integrate [BuildService] Integration will not perform analyze action [BuildService] Integration will perform test action [BuildService] Integration use scheme-level code coverage enabled setting [BuildService] Additional build arguments are "( )" [BuildService, Info] Creating test device destination arguments for device testing [BuildService, Info] Create test device destination arguments from device specification [BuildService, Info] Including device iPhone 6 Plus (A3E8ED2D-4D13-420E-8CE1-6D484E65CD03) [BuildService, Info] Destination arguments are ( "-skipUnsupportedDestinations", "-destination-timeout", 30, "-DVTDeviceLogLevel=3", "-DVTDeviceSearchLogLevel=3", "-iPhoneSimulatorLogLevel=3", "-iPhoneConnectLogLevel=3", "-destination", "id=A3E8ED2D-4D13-420E-8CE1-6D484E65CD03" ) [BuildService] Integrate arguments list is ( "/usr/bin/xcrun", xcodebuild, test, "-IDETestOperationsObserverDebugLogLevel=3", "-IDEBuildOperationMaxPercentageOfConcurrentCompileTasks=80", "-IDEBuildOperationQueueSetResourceManagementLogLevel=2", "-DTDKSupportWirelessDevices=NO", "-IDEPostProgressNotifications=YES", "-DVTAllowServerCertificates=YES", "-DVTSigningCertificateSourceLogLevel=3", "-DVTSigningCertificateManagerLogLevel=3", "-DTDKProvisioningProfileExtraSearchPaths=/Library/Developer/XcodeServer/ProvisioningProfiles", "-DTDKDisableSymbolCopying=YES", "-scheme", Newsfeeder, "-skipUnavailableActions", "-project", "/Library/Developer/XcodeServer/Integrations/Caches/1770e1afb8f775d8c92855beba002640/Source/Newsfeeder/Newsfeeder.xcodeproj", "-derivedDataPath", "/Library/Developer/XcodeServer/Integrations/Caches/1770e1afb8f775d8c92855beba002640/DerivedData", "-skipUnsupportedDestinations", "-destination-timeout", 30, "-DVTDeviceLogLevel=3", "-DVTDeviceSearchLogLevel=3", "-iPhoneSimulatorLogLevel=3", "-iPhoneConnectLogLevel=3", "-destination", "id=A3E8ED2D-4D13-420E-8CE1-6D484E65CD03", "-DVTSuppressExternalDeviceLocation=NO", "-resultBundlePath", "/Library/Developer/XcodeServer/Integrations/Integration-1770e1afb8f775d8c92855beba008e0d/xcodebuild_result.bundle" ) [BuildService] NSTask environment: { "DEVELOPER_DIR" = "/Library/Developer/XcodeServer/CurrentXcodeSymlink/Contents/Developer"; PATH = "/Applications/Xcode-beta.app/Contents/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin"; XCS = 1; "XCS_BOT_ID" = 1770e1afb8f775d8c92855beba002640; "XCS_BOT_NAME" = "Newsfeeder Bot"; "XCS_BOT_TINY_ID" = 8466E19; "XCS_DERIVED_DATA_DIR" = "/Library/Developer/XcodeServer/Integrations/Caches/1770e1afb8f775d8c92855beba002640/DerivedData"; "XCS_INTEGRATION_ID" = 1770e1afb8f775d8c92855beba008e0d; "XCS_INTEGRATION_NUMBER" = 2; "XCS_INTEGRATION_RESULT" = unknown; "XCS_INTEGRATION_TINY_ID" = B989BD8; "XCS_OUTPUT_DIR" = "/Library/Developer/XcodeServer/Integrations/Integration-1770e1afb8f775d8c92855beba008e0d"; "XCS_SOURCE_DIR" = "/Library/Developer/XcodeServer/Integrations/Caches/1770e1afb8f775d8c92855beba002640/Source"; "XCS_XCODEBUILD_LOG" = "/Library/Developer/XcodeServer/Integrations/Integration-1770e1afb8f775d8c92855beba008e0d/xcodebuild.log"; } [BuildService] Running task /usr/bin/nice /usr/bin/xcrun xcodebuild test -IDETestOperationsObserverDebugLogLevel=3 -IDEBuildOperationMaxPercentageOfConcurrentCompileTasks=80 -IDEBuildOperationQueueSetResourceManagementLogLevel=2 -DTDKSupportWirelessDevices=NO -IDEPostProgressNotifications=YES -DVTAllowServerCertificates=YES -DVTSigningCertificateSourceLogLevel=3 -DVTSigningCertificateManagerLogLevel=3 -DTDKProvisioningProfileExtraSearchPaths=/Library/Developer/XcodeServer/ProvisioningProfiles -DTDKDisableSymbolCopying=YES -scheme Newsfeeder -skipUnavailableActions -project /Library/Developer/XcodeServer/Integrations/Caches/1770e1afb8f775d8c92855beba002640/Source/Newsfeeder/Newsfeeder.xcodeproj -derivedDataPath /Library/Developer/XcodeServer/Integrations/Caches/1770e1afb8f775d8c92855beba002640/DerivedData -skipUnsupportedDestinations -destination-timeout 30 -DVTDeviceLogLevel=3 -DVTDeviceSearchLogLevel=3 -iPhoneSimulatorLogLevel=3 -iPhoneConnectLogLevel=3 -destination id=A3E8ED2D-4D13-420E-8CE1-6D484E65CD03 -DVTSuppressExternalDeviceLocation=NO -resultBundlePath /Library/Developer/XcodeServer/Integrations/Integration-1770e1afb8f775d8c92855beba008e0d/xcodebuild_result.bundle [BuildService, Info] Monitoring /Library/Developer/XcodeServer/Integrations/Integration-1770e1afb8f775d8c92855beba008e0d/xcodebuild.log for activity. [BuildService, Info] Done monitoring xcodebuild.log for activity. [BuildService] Scheme actions record is needed but not loaded yet, fetching. [BuildService] Scheme actions record loaded successfully. [BuildService] Completed integration step XCSBuildIntegrationStep without error [BuildService] Last integration with build results is needed but not loaded yet, fetching. [BuildService] Last integration with build results loaded successfully. [BuildService] Build results summary: { analyzerWarningChange = 0; analyzerWarningCount = 0; codeCoveragePercentage = 0; codeCoveragePercentageDelta = 0; errorChange = 0; errorCount = 1; improvedPerfTestCount = 0; regressedPerfTestCount = 0; testFailureChange = 0; testFailureCount = 0; testsChange = 0; testsCount = 0; warningChange = 0; warningCount = 0; } [BuildService] Integration commit history are needed but not loaded yet, fetching. [BuildService] Integration commits loaded successfully. [BuildService] Completed integration step XCSProcessBuildResultsIntegrationStep without error [BuildService] Matched device <XCSDevice 0x7fc77e82eaf0> {"modelUTI":"com.apple.iphone-6-plus-b4b5b9","connected":"YES","modelCode":"iPhone7,1","simulator":"YES","osVersion":"9.2","modelName":"iPhone 6 Plus","supported":"YES","deviceUDID":"A3E8ED2D-4D13-420E-8CE1-6D484E65CD03","identifier":"A3E8ED2D-4D13-420E-8CE1-6D484E65CD03","enabledForDevelopment":"YES","architecture":"x86_64","isServer":"NO","tinyID":"A3E8ED2","doc_type":"device","trusted":"YES","platformIdentifier":"com.apple.platform.iphonesimulator","name":"iPhone 6 Plus","retina":"YES"} to server device <XCSDevice 0x7fc77e398d70> {"osVersion":"9.2","connected":"YES","simulator":"YES","modelCode":"iPhone7,1","deviceType":"com.apple.iphone-simulator","modelName":"iPhone 6 Plus","revision":"6-71966f4a54eb01b83604036d5b31c53c","modelUTI":"com.apple.iphone-6-plus-b4b5b9","doc_type":"device","trusted":"YES","name":"iPhone 6 Plus","supported":"YES","identifier":"A3E8ED2D-4D13-420E-8CE1-6D484E65CD03","enabledForDevelopment":"YES","platformIdentifier":"com.apple.platform.iphonesimulator","ID":"11f2b4085b58a3769cd320245b004ab9","architecture":"x86_64","retina":"NO","isServer":"NO","tinyID":"37889F2"} [BuildService] Processing device: <XCSDevice 0x7fc77e398d70> {"osVersion":"9.2","connected":"YES","simulator":"YES","modelCode":"iPhone7,1","deviceType":"com.apple.iphone-simulator","modelName":"iPhone 6 Plus","revision":"6-71966f4a54eb01b83604036d5b31c53c","modelUTI":"com.apple.iphone-6-plus-b4b5b9","doc_type":"device","trusted":"YES","name":"iPhone 6 Plus","supported":"YES","identifier":"A3E8ED2D-4D13-420E-8CE1-6D484E65CD03","enabledForDevelopment":"YES","platformIdentifier":"com.apple.platform.iphonesimulator","ID":"11f2b4085b58a3769cd320245b004ab9","architecture":"x86_64","retina":"NO","isServer":"NO","tinyID":"37889F2"} [BuildService] Completed integration step XCSProcessTestResultsIntegrationStep without error adding: xcodebuild_result.bundle/ (stored 0%) adding: xcodebuild_result.bundle/1_Test/ (stored 0%) adding: xcodebuild_result.bundle/1_Test/action.xcactivitylog (stored 0%) adding: xcodebuild_result.bundle/1_Test/build.xcactivitylog (deflated 1%) adding: xcodebuild_result.bundle/Info.plist (deflated 79%) [BuildService] Uploading file /Library/Developer/XcodeServer/Integrations/Integration-1770e1afb8f775d8c92855beba008e0d/xcodebuild_result.bundle.zip [BuildService] Uploading file /Library/Developer/XcodeServer/Integrations/Integration-1770e1afb8f775d8c92855beba008e0d/buildService.log [BuildService] Uploading file /Library/Developer/XcodeServer/Integrations/Integration-1770e1afb8f775d8c92855beba008e0d/xcodebuild.log [BuildService] Uploading file /Library/Developer/XcodeServer/Integrations/Integration-1770e1afb8f775d8c92855beba008e0d/sourceControl.log [BuildService] Uploading file /Library/Developer/XcodeServer/Integrations/Integration-1770e1afb8f775d8c92855beba008e0d/Session-2015-11-04_16:54:03-zpFYIF.log to relative path (null) [BuildService] Completed integration step XCSUploadFilesIntegrationStep without error [BuildService] Integration executor is finished. Exiting. [BuildService] Registering build service socket listeners [BuildService] Done registering build service socket listeners 
+7
xcode xcode7 xcode-bots xcode-server
source share
1 answer

I had the same error when I tried to build and run tests for my own platform on a continuous integration server (Xcode Service Bots). The problem was first observed after updating my server application to version 5.1 (15S5127) and Xcode to version 7.3 (7D175).

In my case, the decision was quite unexpected. It took me a long time to understand that the problem only appears when I use the Nimble Framework. When I remove import Nimble from my test and use the standard XCTest statements, the problem disappears.

In my case, it helped me to make sure that the Nimble framework was rebuilt before integration. I use Nimble with Carthage , so I only needed to add the following command in the trigger before integration:

 cd NimbleCarthageProblem && /usr/local/bin/carthage bootstrap --platform iOS 

See also screenshot:

Beforetrigger

After that, it is successfully assembled and tested.

From your magazines, I don’t see if you use Nimble - if not, it means that the problem is somewhere else, and I just experienced another revelation.

I still do not understand why the problem only occurs on the build server during integration. Even if I enter the build machine, check the source code and build it using Xcode - everything is fine. A bot crash only during integration. The solution is not ideal for another reason: Nimble needs to be rebuilt before each integration, and it cannot be simply included in the source code (if someone finds such an approach better).

If I hope someone else finds a relevant solution. I do not blame Agility - this is most likely a combination of things.

I created an example project in which the problem and solution are described in more detail. It can be found here: https://github.com/mczenko/NimbleCarthageProblem .

+2
source share

All Articles