Note that there are some explanatory texts on larger screens.

plurals
  1. POContinuous integration with Xcode Bots
    primarykey
    data
    text
    <p>I want to to do the continuous integration using Xcode bots. I have installed OSX Mavericks and Server(version 3). I am able to create bots using Xcode 5.0.1. While integrating it is successfully performing analyzing testing but always the final integration result is failure.</p> <blockquote> <p>Integration failed. Unexpected internal server error. See the integration's logs for more details.`</p> </blockquote> <p>I didnt understand anything from the server error logs.Its failing due to some wiki service related errors. </p> <p>Can anyone help me? </p> <pre><code>Oct 29 10:18:41 AnilV-InetliMac.local xcsbuildd[11285] &lt;Debug&gt;: [CSRemoteServiceClient.m:233 7e026310 +0ms] didReceiveData Oct 29 10:18:41 AnilV-InetliMac.local xcsbuildd[11285] &lt;Debug&gt;: [CSRemoteServiceClient.m:246 7e026310 +2ms] connectionDidFinishLoading Oct 29 10:18:41 AnilV-InetliMac.local xcsbuildd[11285] &lt;Debug&gt;: [CSRemoteServiceClient.m:172 7e026310 +0ms] Out of runloop; request completed Oct 29 10:18:41 AnilV-InetliMac.local xcsbuildd[11285] &lt;Debug&gt;: [CSRemoteServiceProxy.m:79 7e026310 +0ms] Received successful response. Oct 29 10:18:41 AnilV-InetliMac.local xcsbuildd[11285] &lt;Info&gt;: [CSConfig.m:55 7e026310 +0ms] Reading plist at /Library/Server/Wiki/Config/collabd.plist Oct 29 10:18:41 AnilV-InetliMac.local xcsbuildd[11285] &lt;Debug&gt;: [XCSBuildHelper.m:97 7e026310 +0ms] Updating bot run with GUID fc16d3af-093e-44aa-8a40-ebfef45bbbd9 Oct 29 10:18:41 AnilV-InetliMac.local xcsbuildd[11285] &lt;Debug&gt;: [XCSBuildHelper.m:102 7e026310 +0ms] Updating bot run (fc16d3af-093e-44aa-8a40-ebfef45bbbd9): { guid = "fc16d3af-093e-44aa-8a40-ebfef45bbbd9"; status = failed; subStatus = "internal-error"; } Oct 29 10:18:41 AnilV-InetliMac.local xcsbuildd[11285] &lt;Info&gt;: [CSConfig.m:55 7e026310 +0ms] Reading plist at /Library/Server/Wiki/Config/collabd.plist Oct 29 10:18:41 AnilV-InetliMac.local xcsbuildd[11285] &lt;Info&gt;: [CSConfig.m:55 7e026310 +0ms] Reading plist at /Library/Server/Wiki/Config/collabd.plist Oct 29 10:18:41 AnilV-InetliMac.local xcsbuildd[11285] &lt;Info&gt;: [CSRemoteServiceClient.m:151 7e026310 +0ms] Connecting to https://localhost:4443/svc to execute [https]Request{XCBotService.updateBotRun:({ guid = "fc16d3af-093e-44aa-8a40-ebfef45bbbd9"; status = failed; subStatus = "internal-error"; })} Oct 29 10:18:41 AnilV-InetliMac.local xcsbuildd[11285] &lt;Debug&gt;: [CSRemoteServiceClient.m:159 7e026310 +0ms] Secure, async request Oct 29 10:18:41 AnilV-InetliMac.local xcsbuildd[11285] &lt;Debug&gt;: [CSRemoteServiceClient.m:169 7e026310 +0ms] Before runloop; request pending Oct 29 10:18:41 AnilV-InetliMac.local xcsbuildd[11285] &lt;Debug&gt;: [CSRemoteServiceClient.m:223 7e026310 +157ms] didReceiveResponse Oct 29 10:18:41 AnilV-InetliMac.local xcsbuildd[11285] &lt;Debug&gt;: [CSRemoteServiceClient.m:225 7e026310 +0ms] response=&lt;NSHTTPURLResponse: 0x7fd24a5a7980&gt; { URL: https://localhost:4443/svc } { status code: 200, headers { "Accept-Ranges" = bytes; "Content-Length" = 3700; "Content-Type" = "x-apple/msgpack"; Date = "Tue, 29 Oct 2013 04:48:41 GMT"; Status = 200; "X-Apple-collabd" = yes; } } Oct 29 10:18:41 AnilV-InetliMac.local xcsbuildd[11285] &lt;Debug&gt;: [CSRemoteServiceClient.m:233 7e026310 +0ms] didReceiveData Oct 29 10:18:41 AnilV-InetliMac.local xcsbuildd[11285] &lt;Debug&gt;: [CSRemoteServiceClient.m:246 7e026310 +0ms] connectionDidFinishLoading Oct 29 10:18:41 AnilV-InetliMac.local xcsbuildd[11285] &lt;Debug&gt;: [CSRemoteServiceClient.m:172 7e026310 +0ms] Out of runloop; request completed Oct 29 10:18:41 AnilV-InetliMac.local xcsbuildd[11285] &lt;Debug&gt;: [CSRemoteServiceProxy.m:79 7e026310 +0ms] Received successful response. Oct 29 10:18:41 AnilV-InetliMac.local xcsbuildd[11285] &lt;Debug&gt;: [XCSBuildHelper.m:108 7e026310 +0ms] Updating bot with GUID 4e122aa2-56dd-4e3a-ad6e-25be1a65e657 Oct 29 10:18:41 AnilV-InetliMac.local xcsbuildd[11285] &lt;Debug&gt;: [XCSBuildHelper.m:117 7e026310 +0ms] Updating bot with latest bot run GUID key Oct 29 10:18:41 AnilV-InetliMac.local xcsbuildd[11285] &lt;Debug&gt;: [XCSBuildHelper.m:124 7e026310 +0ms] Updating bot (4e122aa2-56dd-4e3a-ad6e-25be1a65e657): { guid = "4e122aa2-56dd-4e3a-ad6e-25be1a65e657"; latestFailedBotRunGUID = "fc16d3af-093e-44aa-8a40-ebfef45bbbd9"; latestRunStatus = failed; latestRunSubStatus = "internal-error"; } Oct 29 10:18:41 AnilV-InetliMac.local xcsbuildd[11285] &lt;Info&gt;: [CSConfig.m:55 7e026310 +0ms] Reading plist at /Library/Server/Wiki/Config/collabd.plist Oct 29 10:18:41 AnilV-InetliMac.local xcsbuildd[11285] &lt;Info&gt;: [CSConfig.m:55 7e026310 +0ms] Reading plist at /Library/Server/Wiki/Config/collabd.plist Oct 29 10:18:41 AnilV-InetliMac.local xcsbuildd[11285] &lt;Info&gt;: [CSRemoteServiceClient.m:151 7e026310 +0ms] Connecting to https://localhost:4443/svc to execute [https]Request{XCBotService.updateBot:({ guid = "4e122aa2-56dd-4e3a-ad6e-25be1a65e657"; latestFailedBotRunGUID = "fc16d3af-093e-44aa-8a40-ebfef45bbbd9"; latestRunStatus = failed; latestRunSubStatus = "internal-error"; })} Oct 29 10:18:41 AnilV-InetliMac.local xcsbuildd[11285] &lt;Debug&gt;: [CSRemoteServiceClient.m:159 7e026310 +0ms] Secure, async request Oct 29 10:18:41 AnilV-InetliMac.local xcsbuildd[11285] &lt;Debug&gt;: [CSRemoteServiceClient.m:169 7e026310 +0ms] Before runloop; request pending </code></pre>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload