2016-12-30 57 views
0

我剛剛第一次設置了TeamCity,並且正在嘗試連接macOS Build Agent,因此我可以使用Xcode Project構建步驟。然而,在Mac上安裝代理後,它連接到我的服務器,我授權它,但它只是試圖升級卡住了。macOS TeamCity Build Agent不會升級

查看日誌如下:

[2016-12-30 18:43:38,909] WARN - .agent.AmazonPropertiesUpdater - Fetched Amazon EC2 instance metadata does not contain required values. Probably this agent was not started inside Amazon EC2. Is proxy server used? 
 
[2016-12-30 18:43:39,200] INFO - buildServer.AGENT.registration - Registering on server via URL http://server:8111. AgentDetails{Name='macOS-agent', AgentId=null, BuildId=null, AgentOwnAddress='null', AlternativeAddresses=[192.168.1.100], Port=9090, Version='42538', PluginsVersion='NA', AvailableRunners=[], AvailableVcs=[], AuthorizationToken='309dfc276322e9032f1b8dd10c36d1a1', PingCode='PTlCyAKlgWHkzLTXeSMYSo5fk1PBujzq'} 
 
[2016-12-30 18:43:39,662] INFO - buildServer.AGENT.registration - Server supports the following communication protocols: [polling, xml-rpc] 
 
[2016-12-30 18:43:39,662] INFO - buildServer.AGENT.registration - Trying to register on server using 'polling' protocol. 
 
[2016-12-30 18:43:39,986] INFO - buildServer.AGENT.registration - Registered on server with id 1 and authorization token '309dfc276322e9032f1b8dd10c36d1a1' 
 
[2016-12-30 18:43:39,986] INFO - buildServer.AGENT.registration - If this is the first time this agent registered on the server make sure it is authorized by administrator in the server web UI. 
 
Upgrade call received from the build server 
 
Will upgrade when become idle

它不是做別的,只是似乎粘在等待,成爲「空閒」永遠。

回答

0

在「閒置」大約40分鐘後,過程開始並在幾分鐘後完成。

因此,解決方案就是要耐心等待!