macOS server Xcode bots aren't visible in browser, but are visible in Xcode report navigator

305 views Asked by At

I'm having an issue with Xcode 8.2 and Server 5.2: The bots in my report navigator are present and integrations are working as expected, but the same bots aren't accessible from the {server_ip}/xcode interface.

enter image description here (not actual bots: taken from here for demonstration purposes)

They show up in the Xcode report, but not the web interface: enter image description here

However, when I use the "view bot in browser" feature, the bot appears to begin loading but never completes: enter image description here

The builds are manually signed integration logs are visible for each bot: enter image description here

My question is: how can I debug the bots not showing up in the browser?

1

There are 1 answers

0
Andrew Sowers On BEST ANSWER

It turns out I just needed run a sudo xcrun xcscontrol --reset and rebuild my bots from scratch. Warning: running sudo xcrun xcscontrol --reset will remove all of you bots.