[Swift CI] Build Failure: OSS - Swift Package - OS X (master) #992

Report

[FAILURE] oss-swift-package-osx [#992]

Build URL:
https://ci.swift.org/job/oss-swift-package-osx/992/
Project:
oss-swift-package-osx
Date of build:
Sat, 06 Jan 2018 00:47:12 -0600
Build duration:
2 hr 48 min

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: include/swift/Runtime/Metadata.h
    • edit: lib/IRGen/GenMeta.cpp
    • edit: test/IRGen/c_function_pointer.sil
    • edit: test/IRGen/function_metadata.swift
    • edit: stdlib/public/runtime/Metadata.cpp
    • edit: test/IRGen/dynamic_cast_functions.swift
    • edit: include/swift/Runtime/RuntimeFunctions.def
    • edit: test/IRGen/objc_block.sil
  • Commit 86de71ee6dc23f7259cf11f8aec1fbad0063a660 by pyaskevich:
    [Runtime/ABI] Remove swift_getFunctionTypeMetadata{1-3}WithFlags

    • edit: include/swift/Runtime/Metadata.h
    • edit: include/swift/Runtime/RuntimeFunctions.def
    • edit: test/IRGen/function_metadata.swift
    • edit: docs/ABI/TypeMetadata.rst
    • edit: stdlib/public/runtime/Metadata.cpp
    • edit: lib/IRGen/GenMeta.cpp
  • Commit 0f071848f33a75cecc1b68614cf92d052eba8752 by pyaskevich:
    [Runtime/ABI] NFC: Refactor function type metadata generation

    • edit: lib/IRGen/GenMeta.cpp
    • edit: test/IRGen/function_metadata.swift
    • edit: include/swift/Runtime/RuntimeFunctions.def
    • edit: stdlib/public/runtime/Metadata.cpp
    • edit: include/swift/Remote/MetadataReader.h
  • Commit 1eaf1f5571a14bcbc59d4b33881d93c29b04999e by milseman:
    [benchmark] Hook up CSVParsing to suite

    • edit: benchmark/CMakeLists.txt
    • edit: benchmark/single-source/CSVParsing.swift
    • 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: tools/swift-reflection-dump/swift-reflection-dump.cpp
    • edit: stdlib/public/Reflection/TypeRefBuilder.cpp
    • add: include/swift/Demangling/TypeDecoder.h
    • edit: include/swift/Remote/MetadataReader.h
  • Commit 7148e84099671a375ea5ee51d7c66376e47ece63 by dgregor:
    [Runtime] Stub out the implementation of _typeByMangledName().

    • add: test/Runtime/demangleToMetadata.swift
    • edit: stdlib/public/core/Misc.swift
    • edit: stdlib/public/runtime/MetadataLookup.cpp
  • 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: test/Runtime/demangleToMetadata.swift
    • edit: stdlib/public/runtime/MetadataLookup.cpp
  • Commit 04a151d8a0b19446bbaa15fec35231a96430910b by dgregor:
    [Runtime] Form existential types and existential types based on mangled

    • edit: stdlib/public/runtime/MetadataLookup.cpp
    • edit: test/Runtime/demangleToMetadata.swift
  • 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/StringRemoveDupes.swift
    • add: benchmark/single-source/Combos.swift
    • add: benchmark/single-source/DictOfArraysToArrayOfDicts.swift
    • add: benchmark/single-source/LuhnAlgoLazy.swift
    • edit: benchmark/CMakeLists.txt
    • add: benchmark/single-source/RangeReplaceableCollectionPlusDefault.swift
    • edit: benchmark/utils/main.swift
    • add: benchmark/single-source/LuhnAlgoEager.swift
    • add: benchmark/single-source/COWTree.swift
    • add: benchmark/single-source/NibbleSort.swift
    • add: benchmark/single-source/PartialApplyDynamicType.swift