我使用188次测试运行xcode机器人并且它们全部通过,但它在机器人网页上显示失败:
您还可以看到再次运行机器人。这些失败是间歇性发生的,但并不罕见。
“摘要”选项卡显示失败的集成没有结果:
此外,所有测试都通过,见此处:
我确实在构建日志中找到了这个:
Mar 13 13:04:11 testowlmacmini.local xcsbuildd[97650] <Error>: [XCSBuildBundle.m:787 756b6310 +0ms] Got an error from the post timeseries data operation: Error Domain=XCSBuildServiceDomain Code=-1 "Error posting build timeseries data for e9859e8a-ec4b-43ae-be30-5fe6ef8dce13 (Remote service call failed: Response{0ms succeeded=0 responseStatus=failed response=Error Domain=NSURLErrorDomain Code=-1001 "The request timed out." UserInfo=0x7fefa40588f0 {NSUnderlyingError=0x7fefa2f4b7c0 "The request timed out.", NSErrorFailingURLStringKey=https://localhost:4443/svc, NSErrorFailingURLKey=https://localhost:4443/svc, NSLocalizedDescription=The request timed out.}})" UserInfo=0x7fefa4443580 {NSLocalizedDescription=Error posting build timeseries data for e9859e8a-ec4b-43ae-be30-5fe6ef8dce13 (Remote service call failed: Response{0ms succeeded=0 responseStatus=failed response=Error Domain=NSURLErrorDomain Code=-1001 "The request timed out." UserInfo=0x7fefa40588f0 {NSUnderlyingError=0x7fefa2f4b7c0 "The request timed out.", NSErrorFailingURLStringKey=https://localhost:4443/svc, NSErrorFailingURLKey=https://localhost:4443/svc, NSLocalizedDescription=The request timed out.}})}
Mar 13 13:04:11 testowlmacmini.local xcsbuildd[97650] <Debug>: [XCSOperation.m:28 756b6310 +0ms] Cancelling operation: XCSPostTimeseriesDataOperation
Mar 13 13:04:11 testowlmacmini.local xcsbuildd[97650] <Error>: [XCSBuildBundle.m:559 756b6310 +0ms] Got an error posting timeseries data: Error Domain=XCSBuildServiceDomain Code=-1 "Error posting build timeseries data for e9859e8a-ec4b-43ae-be30-5fe6ef8dce13 (Remote service call failed: Response{0ms succeeded=0 responseStatus=failed response=Error Domain=NSURLErrorDomain Code=-1001 "The request timed out." UserInfo=0x7fefa40588f0 {NSUnderlyingError=0x7fefa2f4b7c0 "The request timed out.", NSErrorFailingURLStringKey=https://localhost:4443/svc, NSErrorFailingURLKey=https://localhost:4443/svc, NSLocalizedDescription=The request timed out.}})" UserInfo=0x7fefa4443580 {NSLocalizedDescription=Error posting build timeseries data for e9859e8a-ec4b-43ae-be30-5fe6ef8dce13 (Remote service call failed: Response{0ms succeeded=0 responseStatus=failed response=Error Domain=NSURLErrorDomain Code=-1001 "The request timed out." UserInfo=0x7fefa40588f0 {NSUnderlyingError=0x7fefa2f4b7c0 "The request timed out.", NSErrorFailingURLStringKey=https://localhost:4443/svc, NSErrorFailingURLKey=https://localhost:4443/svc, NSLocalizedDescription=The request timed out.}})}
Xcode 5.1
出了什么问题?