Craig Fisher
Craig Fisher

Reputation: 371

Xcode Bot hangs on "Processing Results"

Processing results

I've got a real head scratcher here. I just upgraded to Xcode 7.3.1 and all my Bots have hit the floor during the integration process. For some reason or another the Bots get stuck on step 7 of 9 "Processing results". I let it sit for about 24 hours to see if it would work itself out but had no luck.

Anyone ran into this problem and have any idea what a fix might be? Short of reinstalling Xcode and Server on the build server, I'm not sure what else to try as I've tried a lot of random fixes that I've seen out on the interwebs.

Thanks in advance for any help?

UPDATE - The last thing to run in the raw build log is: Test Suite 'All tests' failed at 2016-05-19 13:32:16.765. Executed 131 tests, with 1 failure (0 unexpected) in 4.500 (4.592) seconds

Upvotes: 2

Views: 483

Answers (2)

drekka
drekka

Reputation: 21893

Update: Fixed

Here's what I did:

  • Stopped the server.
  • deleted all bots from Xcode.
  • Went into /Library/Developer/XcodeServer and removed (you will need Admin access):
    • Logs
    • Integrations
  • Removed my derivedData directory
  • Restarted everything and rebuilt the bots using different names for them.

Upvotes: 2

Tarvo Mäesepp
Tarvo Mäesepp

Reputation: 4533

I had the same problem once. I think it happened after updating Xcode. Only solution was to reinstall OS X. After that I have not had any problems. I tried everything I could find from the web but there weren't any solutions out. I tried to delete everything that belongs to Xcode but I think I didn't find all of them. So my suggestion is to reinstall OS X. Copy all your important stuff to external hard drive or to cloud.

I know this is not the suggestion or answer you are looking for but it helps you out.

Upvotes: 0

Related Questions