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.
(not actual bots: taken from here for demonstration purposes)
They show up in the Xcode report, but not the web interface:
However, when I use the "view bot in browser" feature, the bot appears to begin loading but never completes:
The builds are manually signed integration logs are visible for each bot:
My question is: how can I debug the bots not showing up in the browser?
It turns out I just needed run a
sudo xcrun xcscontrol --reset
and rebuild my bots from scratch. Warning: runningsudo xcrun xcscontrol --reset
will remove all of you bots.