swift-ci
(Swift CI)
1
Report
[FAILURE] oss-swift-5.0-incremental-RA-linux-ubuntu-16_10 [#288]
Build URL:
https://ci.swift.org/job/oss-swift-5.0-incremental-RA-linux-ubuntu-16_10/288/
Project:
oss-swift-5.0-incremental-RA-linux-ubuntu-16_10
Date of build:
Tue, 27 Feb 2018 20:09:32 -0600
Build duration:
1 hr 7 min
Identified problems:
- Compile Error: This build failed because of a compile error. Below is a list of all errors in the build log:
Tests:
Name: Swift(linux-x86_64)
Failed: 0 test(s), Passed: 10199 test(s), Total: 10199 test(s)
Name: Swift-Unit
Failed: 0 test(s), Passed: 506 test(s), Total: 506 test(s)
Changes
-
Commit 29f9d7f7c0eb357c836f3c109d0295123f41b35d by dgregor:
[SubstitutionMap] Handle conformance lookup via superclass requirements.
-
add: validation-test/compiler_crashers_2_fixed/0144-sr7072.swift
-
edit: lib/AST/SubstitutionMap.cpp
-
Commit fd49bcf4590383ee8b2b3271cca56824d16869de by rishizaki:
[SourceKit] Add defensive guard for invalid offset
-
add: test/SourceKit/CursorInfo/invalid_offset.swift
-
edit: tools/SourceKit/lib/SwiftLang/SwiftSourceDocInfo.cpp
huon
(Huon Wilson)
2
Hi Nathan,
Unfortunately it looks like this is caused by the patch listed below: see https://github.com/apple/swift-corelibs-xctest/pull/211#issuecomment-369138870 . It would be very much appreciated if you could take a look, thanks!
(Opened rdar://problem/37971755 for internal tracking.)
Huon