[Swift CI] Build Failure: 0. OSS - Swift Incremental RA - Ubuntu 16.10 (master) #2175

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&gt;
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 message

edit: stdlib/public/core/FloatingPointTypes.swift.gyb

Commit 869b9257cca144f293af7c3aed423099920ff70c by xiaodi.wu:
Clean up DoubleWidth implementation

edit: test/stdlib/DoubleWidth.swift
edit: stdlib/public/core/DoubleWidth.swift.gyb

Commit b7ef345c88e3509c1dbecbde61ffe28e0f5d4a45 by xiaodi.wu:
Update DoubleWidth.hashValue to align with derived hashValue algorithm

edit: 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.swift

Commit 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 classes

edit: lib/IRGen/MetadataLayout.h
edit: test/IRGen/class_resilience.swift
edit: lib/IRGen/GenMeta.cpp
edit: lib/IRGen/MetadataLayout.cpp

Commit 82d0af2ba8a6f3d6be127cb2f1c7e5de9320fba7 by spestov:
Evolution: Tests for class resilience

add: 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.swift

Commit 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 typed

edit: 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.cpp

Commit 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