[Swift CI] Build Failure: OSS - Swift Package - OS X (swift 4.2) #223

Report

[FAILURE] oss-swift-4.2-package-osx [#223]

Build URL:
https://ci.swift.org/job/oss-swift-4.2-package-osx/223/
Project:
oss-swift-4.2-package-osx
Date of build:
Wed, 20 Jun 2018 19:42:00 -0500
Build duration:
3 hr 44 min

Changes

  • Commit 7bdece3e36e3899d629ac5adcfb04bf6ce4fe7e2 by dgregor:
    [Mangling] Introduce known manglings for many more standard library

    • edit: stdlib/public/runtime/Casting.cpp
    • edit: docs/ABI/Mangling.rst
    • edit: include/swift/Demangling/StandardTypesMangling.def
    • edit: unittests/runtime/Stdlib.cpp
  • Commit 3f360a763a111e8c4be7ff08fb359f49519c53ab by dgregor:
    [Mangling] Allow standard substitutions in protocol mangling.

    • edit: test/SILGen/inherited_protocol_conformance_multi_file_2.swift
    • edit: test/SILGen/metatypes.swift
    • edit: test/SILGen/objc_dictionary_bridging.swift
    • edit: lib/AST/ASTMangler.cpp
    • edit: test/SILGen/optional.swift
    • edit: lib/IRGen/IRGenMangler.cpp
    • edit: test/SILGen/objc_imported_generic.swift
    • edit: test/SILGen/default_arguments_imported.swift
    • edit: test/SILGen/function_conversion.swift
    • edit: test/SILGen/synthesized_conformance_enum.swift
    • edit: test/SILGen/synthesized_conformance_struct.swift
    • edit: docs/ABI/Mangling.rst
    • edit: test/SILGen/opaque_values_silgen.swift
    • edit: include/swift/AST/ASTMangler.h
    • edit: test/SILGen/array_literal_abstraction.swift
    • edit: lib/Demangling/OldRemangler.cpp
    • edit: lib/Demangling/Remangler.cpp
    • edit: lib/IRGen/IRGenMangler.h
    • edit: test/SILGen/collection_subtype_downcast.swift
    • edit: stdlib/public/runtime/SwiftHashableSupport.h
    • edit: lib/Demangling/Demangler.cpp
    • edit: test/SILGen/collection_subtype_upcast.swift
    • edit: test/SILGen/objc_bridging_any.swift
    • edit: test/SILGen/constrained_extensions.swift
    • edit: test/SILGen/objc_bridged_results.swift
    • edit: stdlib/public/SDK/Foundation/NSError.mm
  • Commit 46ae13bf2c45d71ca9a5d7366b3bbd9c6786bec3 by dgregor:
    [Mangling] Update SILGen and IRGen tests for mangling change.

    • edit: test/SILGen/constrained_extensions.swift
    • edit: test/Sema/fixed_ambiguities/rdar35625339.swift
    • edit: test/SILGen/function_conversion.swift
    • edit: test/api-digester/Outputs/macro-gen.json
    • edit: test/IRGen/objc_generic_class_metadata.sil
    • edit: test/SILGen/collection_subtype_upcast.swift
    • edit: test/SILGen/opaque_ownership.swift
    • edit: test/SILGen/objc_bridged_results.swift
    • edit: test/IRGen/synthesized_conformance.swift
    • edit: test/SILGen/witness_same_type.swift
    • edit: test/SILGen/objc_set_bridging.swift
    • edit: test/Demangle/Inputs/manglings.txt
    • edit: test/Sema/fixed_ambiguities/rdar33142386.swift
    • edit: test/SILGen/objc_bridging_any.swift
    • edit: test/SourceKit/InterfaceGen/gen_stdlib.swift
    • edit: test/DebugInfo/mangling.swift
    • edit: test/SILGen/objc_dictionary_bridging.swift
    • edit: test/multifile/resilient-witness.swift
    • edit: test/SILGen/foreach.swift
    • edit: test/SILGen/synthesized_conformance_enum.swift
    • edit: test/SILGen/default_arguments_imported.swift
    • edit: test/SILOptimizer/access_marker_verify.swift
    • edit: test/SILOptimizer/prespecialize.swift
    • edit: test/IRGen/objc_pointers.swift
    • edit: test/SourceKit/DocSupport/doc_source_file.swift.response
    • edit: test/SourceKit/DocSupport/doc_clang_module.swift.response
    • edit: test/SILOptimizer/bridged_casts_folding.swift
    • edit: test/Migrator/Inputs/string-representable.json
    • edit: test/Sema/fixed_ambiguities/rdar27033993.swift
    • edit: test/api-digester/Outputs/macro-gen.def
    • edit: test/IRGen/objc_ns_enum.swift
    • edit: test/SILGen/inherited_protocol_conformance_multi_file_2.swift
    • edit: test/SILGen/foreign_errors.swift
    • edit: test/SourceKit/DocSupport/doc_swift_module.swift.response
    • edit: test/api-digester/Outputs/cake.json
    • edit: test/IRGen/objc_extensions.swift
    • edit: test/Migrator/Inputs/API.json
    • edit: test/NameBinding/reference-dependencies.swift
    • edit: test/SILGen/objc_imported_generic.swift
    • edit: test/SILGen/objc_enum.swift
    • edit: test/SILGen/pointer_conversion.swift
    • edit: test/Sema/fixed_ambiguities/rdar35625473.swift
    • edit: test/IRGen/big_types_corner_cases.swift
    • edit: test/multifile/batch_mode_external_definitions.swift
    • edit: test/IRGen/property_descriptor.sil
    • edit: test/SourceKit/DocSupport/doc_swift_module1.swift.response
    • edit: test/IDE/reconstruct_type_from_mangled_name.swift
    • edit: test/SILGen/collection_subtype_downcast.swift
    • edit: test/SourceKit/InterfaceGen/gen_swift_module.swift
    • edit: test/IRGen/objc_bridge.swift
    • edit: test/Serialization/sil-imported-enums.swift
    • edit: test/SILGen/synthesized_conformance_struct.swift
    • edit: test/SILGen/synthesized_conformance_class.swift
    • edit: test/IRGen/reflection_metadata_imported.swift
  • Commit 4f76a90674939d84ac0c346f7c26b89a52a6a884 by ahatanaka:
    [Sema] Produce diagnostics for attribute 'trivial_abi' that appears

    • edit: lib/Sema/SemaTemplateInstantiate.cpp
    • edit: test/SemaObjCXX/attr-trivial-abi.mm
    • edit: lib/Sema/SemaDeclCXX.cpp