[swift-dev] [Swift CI] Build Failure: OSS - Swift Package - Ubuntu 16.10 (master) #994

Douglas Gregor dgregor at apple.com
Sat Jan 6 01:31:41 CST 2018


Already fixed


> On Jan 5, 2018, at 11:31 PM, swift-ci at swift.org wrote:
> 
> [FAILURE] oss-swift-package-linux-ubuntu-16_10 [#994]
> 
> Build URL:	https://ci.swift.org/job/oss-swift-package-linux-ubuntu-16_10/994/ <https://ci.swift.org/job/oss-swift-package-linux-ubuntu-16_10/994/>
> Project:	oss-swift-package-linux-ubuntu-16_10
> Date of build:	Sat, 06 Jan 2018 01:19:47 -0600
> Build duration:	11 min
> 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-package-linux-ubuntu-16_10/994/consoleFull#5383742753122a513-f36a-4c87-8ed7-cbc36a1ec144>
> Changes
> 
> Commit 08ed42076d44cdbe3a5f3f0bece2bc7b9f0345ee by pyaskevich:
> [Runtime] NFC: Remove getBlockTypeMetadata* API stubs
> 
> edit: include/swift/Runtime/Metadata.h
> 
> Commit 300587a5072db88f3bcb89eeee22983efa371031 by pyaskevich:
> [Runtime] NFC: Remove getCFunctionTypeMetadata* stubs
> 
> edit: include/swift/Runtime/Metadata.h
> 
> Commit d787a14d6cb978664fe2eb2ba0db95420be9cc55 by pyaskevich:
> [Runtime] NFC: Remove getThinFunctionTypeMetadata* stubs
> 
> edit: include/swift/Runtime/Metadata.h
> 
> Commit 8409cdb8a2e74cf9af9b7c9c5941a70c5ea5b926 by pyaskevich:
> [Runtime/ABI] Add swift_getFunctionTypeMetadata0 function
> 
> edit: test/IRGen/c_function_pointer.sil
> edit: lib/IRGen/GenMeta.cpp
> edit: include/swift/Runtime/Metadata.h
> edit: test/IRGen/function_metadata.swift
> edit: test/IRGen/dynamic_cast_functions.swift
> edit: stdlib/public/runtime/Metadata.cpp
> edit: test/IRGen/objc_block.sil
> edit: include/swift/Runtime/RuntimeFunctions.def
> 
> Commit 86de71ee6dc23f7259cf11f8aec1fbad0063a660 by pyaskevich:
> [Runtime/ABI] Remove swift_getFunctionTypeMetadata{1-3}WithFlags
> 
> edit: include/swift/Runtime/RuntimeFunctions.def
> edit: include/swift/Runtime/Metadata.h
> edit: lib/IRGen/GenMeta.cpp
> edit: test/IRGen/function_metadata.swift
> edit: docs/ABI/TypeMetadata.rst
> edit: stdlib/public/runtime/Metadata.cpp
> 
> Commit 0f071848f33a75cecc1b68614cf92d052eba8752 by pyaskevich:
> [Runtime/ABI] NFC: Refactor function type metadata generation
> 
> edit: stdlib/public/runtime/Metadata.cpp
> edit: include/swift/Runtime/RuntimeFunctions.def
> edit: lib/IRGen/GenMeta.cpp
> edit: test/IRGen/function_metadata.swift
> edit: include/swift/Remote/MetadataReader.h
> 
> Commit 1eaf1f5571a14bcbc59d4b33881d93c29b04999e by milseman:
> [benchmark] Hook up CSVParsing to suite
> 
> edit: benchmark/single-source/CSVParsing.swift
> edit: benchmark/CMakeLists.txt
> edit: benchmark/utils/main.swift
> 
> Commit f7e992a3ed845b95674c54a1efc0d3da7d2382cc by milseman:
> [benchmark] Don't use inline(__always) in benchmarks
> 
> edit: benchmark/single-source/CSVParsing.swift
> 
> Commit 132075f870e3d79f6fb26dfc65bb66e4c520fdd0 by dgregor:
> [NFC] Move TypeDecoder into the Demangling library.
> 
> edit: include/swift/Remote/MetadataReader.h
> edit: stdlib/public/Reflection/TypeRefBuilder.cpp
> add: include/swift/Demangling/TypeDecoder.h
> edit: tools/swift-reflection-dump/swift-reflection-dump.cpp
> 
> Commit 7148e84099671a375ea5ee51d7c66376e47ece63 by dgregor:
> [Runtime] Stub out the implementation of _typeByMangledName().
> 
> edit: stdlib/public/runtime/MetadataLookup.cpp
> edit: stdlib/public/core/Misc.swift
> add: test/Runtime/demangleToMetadata.swift
> 
> Commit 83fd37a2d051722c1501f44a24bf4db5124036e1 by dgregor:
> [Runtime] Form function types based on mangled names.
> 
> edit: include/swift/Demangling/TypeDecoder.h
> edit: stdlib/public/runtime/MetadataLookup.cpp
> edit: test/Runtime/demangleToMetadata.swift
> 
> Commit 33f89a13447b8d7a79d9d01f4eb8056b476012ad by dgregor:
> [Runtime] Form metatypes based on mangled names.
> 
> edit: stdlib/public/runtime/MetadataLookup.cpp
> edit: test/Runtime/demangleToMetadata.swift
> 
> Commit 04a151d8a0b19446bbaa15fec35231a96430910b by dgregor:
> [Runtime] Form existential types and existential types based on mangled
> 
> edit: test/Runtime/demangleToMetadata.swift
> edit: stdlib/public/runtime/MetadataLookup.cpp
> 
> Commit ae93fd0cbcf22cea08fea08e1f5829e9360115de by mgottesman:
> [sil-opt] When a target triple is not specified, use the default target
> 
> edit: tools/sil-opt/SILOpt.cpp
> 
> Commit 5f51df4b9275bf267bd28263324ff83f1b898bc8 by dgregor:
> [Runtime] Add missing #include
> 
> edit: stdlib/public/runtime/MetadataLookup.cpp
> 
> Commit 24027067b916b8ee0d996ee1daf5f006dc59b49b by gottesmm:
> [benchmarks] Add some more benchmarks by our very own airspeedswift.
> 
> add: benchmark/single-source/NibbleSort.swift
> add: benchmark/single-source/StringRemoveDupes.swift
> edit: benchmark/utils/main.swift
> edit: benchmark/CMakeLists.txt
> add: benchmark/single-source/LuhnAlgoEager.swift
> add: benchmark/single-source/LuhnAlgoLazy.swift
> add: benchmark/single-source/Combos.swift
> add: benchmark/single-source/COWTree.swift
> add: benchmark/single-source/PartialApplyDynamicType.swift
> add: benchmark/single-source/DictOfArraysToArrayOfDicts.swift
> add: benchmark/single-source/RangeReplaceableCollectionPlusDefault.swift

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.swift.org/pipermail/swift-dev/attachments/20180105/31c6ddcf/attachment.html>


More information about the swift-dev mailing list