This should be fixed by Fix build failure due to race between two PRs. by rudkx · Pull Request #13733 · apple/swift · GitHub
Mark
···
On Jan 4, 2018, at 12:29 PM, swift-ci@swift.org wrote:
[FAILURE] oss-swift-incremental-RA-linux-ubuntu-16_10 [#2175]
Build URL: https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-16_10/2175/
Project: oss-swift-incremental-RA-linux-ubuntu-16_10
Date of build: Thu, 04 Jan 2018 14:28:33 -0600
Build duration: 1 min 35 sec
Identified problems:Compile Error: This build failed because of a compile error. Below is a list of all errors in the build log:
Indication 1 <https://ci.swift.org//job/oss-swift-incremental-RA-linux-ubuntu-16_10/2175/consoleFull#12853011813122a513-f36a-4c87-8ed7-cbc36a1ec144>
Tests:Name: Swift(linux-x86_64)
Failed: 0 test(s), Passed: 10147 test(s), Total: 10147 test(s)
Name: Swift-Unit
Failed: 0 test(s), Passed: 506 test(s), Total: 506 test(s)Changes
Commit 18869209f1865b81b53bded311782236f4276959 by github:
fix [SR-6009]edit: stdlib/public/core/FloatingPointTypes.swift.gyb
Commit 996ff7fc50056e7043c4c5a1dc1047fcdfd34bdc by github:
formatting (indentation, etc.)edit: stdlib/public/core/FloatingPointTypes.swift.gyb
Commit f360cc861dd2b9e04c22355b3d0778713f176284 by github:
update unavailability messageedit: stdlib/public/core/FloatingPointTypes.swift.gyb
Commit 869b9257cca144f293af7c3aed423099920ff70c by xiaodi.wu:
Clean up DoubleWidth implementationedit: test/stdlib/DoubleWidth.swift
edit: stdlib/public/core/DoubleWidth.swift.gybCommit b7ef345c88e3509c1dbecbde61ffe28e0f5d4a45 by xiaodi.wu:
Update DoubleWidth.hashValue to align with derived hashValue algorithmedit: stdlib/public/core/DoubleWidth.swift.gyb
Commit cf179dada012080707bf295aae7568c05cf4e7eb by xiaodi.wu:
Fix a bug with unsigned integers in FixedWidthInteger._convert(from:)edit: stdlib/public/core/Integers.swift.gyb
edit: test/stdlib/integer_conversions.swiftCommit fe48e8c662d947bc416d30ee48a3c989ababda81 by moiseev:
[stdlib] Free function + into static func +edit: stdlib/public/core/RangeReplaceableCollection.swift
Commit 5236a37df883e8e2714a1f7e86f3187150c27156 by xiaodi.wu:
Make some improvements to DoubleWidth.&<<= and &>>=edit: stdlib/public/core/DoubleWidth.swift.gyb
Commit 93af58deadc98e73659fa84836b26826d66bda8e by spestov:
IRGen: Correctly calculate base offset variable for generic classesedit: lib/IRGen/MetadataLayout.h
edit: test/IRGen/class_resilience.swift
edit: lib/IRGen/GenMeta.cpp
edit: lib/IRGen/MetadataLayout.cppCommit 82d0af2ba8a6f3d6be127cb2f1c7e5de9320fba7 by spestov:
Evolution: Tests for class resilienceadd: validation-test/Evolution/test_class_add_virtual_method_subclass.swift
add: validation-test/Evolution/Inputs/class_add_virtual_method_subclass.swift
add: validation-test/Evolution/test_class_add_property_subclass.swift
add: validation-test/Evolution/Inputs/class_insert_superclass.swift
add: validation-test/Evolution/test_class_insert_superclass.swift
add: validation-test/Evolution/Inputs/class_add_property_subclass.swiftCommit 22f17a4d34a313679bd144753b694e76f6e55227 by mark.lacey:
IUO: Set the IUO decl attribute on failable constructor decls.edit: lib/Sema/TypeCheckDecl.cpp
Commit 0efcfbbd434e42a0610d50554c20afe327b81a03 by mark.lacey:
IUO: Verify that we do not expect to see SpecifierTypeRepr in typededit: lib/Sema/TypeCheckPattern.cpp
Commit 7458640883cfb62d094af0400114e796a2763b87 by dgregor:
[Runtime] Add nominal type descriptor field to foreign class metadata.edit: test/IRGen/cf.sil
edit: include/swift/Runtime/Metadata.h
edit: docs/ABI/TypeMetadata.rst
edit: lib/IRGen/GenMeta.cppCommit 12a774abec634352eaf065097169710adf436ca7 by dgregor:
[Runtime] Fill in the superclass of foreign class metadata.edit: lib/IRGen/IRGenModule.h
edit: lib/IRGen/GenKeyPath.cpp
edit: test/IRGen/Inputs/usr/include/CoreCooling.h
add: lib/IRGen/ForeignClassMetadataVisitor.h
edit: lib/IRGen/MetadataLayout.h
edit: lib/IRGen/GenMeta.cpp
edit: test/IRGen/cf.sil
edit: lib/IRGen/MetadataLayout.cpp