swift-ci
(Swift CI)
1
Report
[FAILURE] oss-swift-4.2-incremental-RA-linux-ubuntu-16_10 [#906]
Build URL:
https://ci.swift.org/job/oss-swift-4.2-incremental-RA-linux-ubuntu-16_10/906/
Project:
oss-swift-4.2-incremental-RA-linux-ubuntu-16_10
Date of build:
Thu, 24 May 2018 08:13:14 -0500
Build duration:
14 min
Identified problems:
- Compile Error: This build failed because of a compile error. Below is a list of all errors in the build log:
Changes
-
Commit d53bb4dd69f6753c08ce02b8176d7966f3698ab6 by mikeash:
[Runtime] Change protocol conformance scanning to use a concurrent array
-
edit: stdlib/public/runtime/ProtocolConformance.cpp
-
edit: include/swift/Runtime/Concurrent.h
-
Commit a296eda6942cf9247a260e17c6ead078f731eb94 by mikeash:
[Runtime] Clean up and lightly document ConcurrentReadableArray. Check
-
edit: include/swift/Runtime/Concurrent.h
-
Commit e2b64645595a5b5a031f20794552a4c5cf9f9bf6 by mikeash:
[Runtime] Properly set the count in newly allocated storage in
-
edit: include/swift/Runtime/Concurrent.h
-
Commit 14d3c5df5c2d3b569388cee1938f6a7bc194eca1 by mikeash:
[Runtime] Move ConcurrentReadableArray's allocate/deallocate functions
-
edit: stdlib/public/SwiftShims/RefCount.h
-
edit: stdlib/public/runtime/ProtocolConformance.cpp
-
add: include/swift/Runtime/Atomic.h
-
edit: include/swift/Runtime/Concurrent.h
-
Commit 733f42565339e2674ac43a2bb80609f017ed2265 by mikeash:
[Runtime] Change ConcurrentReadableArray's API to provide iterable
-
edit: stdlib/public/runtime/ProtocolConformance.cpp
-
edit: include/swift/Runtime/Concurrent.h
-
Commit 86fc41a637e0f5c8a0a1b8889869df48dd4d4462 by mikeash:
[Runtime] Fix ConcurrentReadableArray's handling of FreeList to not
-
edit: include/swift/Runtime/Concurrent.h
-
edit: unittests/runtime/CMakeLists.txt
-
add: unittests/runtime/Concurrent.cpp
-
Commit ace9ea5ec38de3af4688ecc1237740386cc08400 by mikeash:
[Runtime] Have swift_dynamicCast unwrap multiple levels of optionals in
-
edit: stdlib/public/runtime/Casting.cpp
-
edit: test/stdlib/Casts.swift
-
Commit 3a58a269b471594527af652d0c7e4fb4c836d0b3 by mikeash:
[Runtime] Change MetadataLookup's various section vectors to use
-
edit: stdlib/public/runtime/MetadataLookup.cpp
Oops! I missed the fix for this when cherry-picking stuff back to 4.2. I remain mystified as to how it passes the PR testing. PR for the fix is here:
https://github.com/apple/swift/pull/16814
Jordan, feel free to skip the testing and merge it directly if you like, otherwise I'll merge it once it passes.
Mike