[Swift CI] Build Failure: 2. Swift Source Compatibility Suite (master) (Debug) #2846

Report

[FAILURE] swift-master-source-compat-suite-debug [#2846]

Build URL:
https://ci.swift.org/job/swift-master-source-compat-suite-debug/2846/
Project:
swift-master-source-compat-suite-debug
Date of build:
Wed, 15 Apr 2020 17:04:11 -0500
Build duration:
6 hr 25 min

Changes

  • Commit 4a3dc0b12a10cab72ddc70e93da9071d11661083 by mishal_shah:
    Update the package job for swift 5.2.2 release

    • edit: jobs/swift-5.2-branch/oss-swift-package-osx.sh
  • Commit d76228b488aba978370a2c775a16a8e8188216e6 by pali:
    [benchmark] FrequenciesUsingReduce Legacy Factor

    • edit: benchmark/single-source/ReduceInto.swift
  • Commit da31b40e478f0bf0c7aebe26e3ba556b26021d1b by pali:
    [benchmark] InsertCharacterStartIndex legacyFactor

    • edit: benchmark/single-source/InsertCharacter.swift
  • Commit 7ffcebc3de5fcd49f90e02bc53647d6446f273ca by github:
    [SR-12248] Fix location from synthesized decl

    • edit: lib/Sema/TypeCheckDeclPrimary.cpp
  • Commit 86b64a60d83d2df0f8d1d876b95e6730e576d4ab by github:
    [SR-12248] Add tests

    • edit: test/decl/protocol/special/coding/struct_codable_simple.swift
  • Commit e60fe92f61094e60dae51bd197e202d5c4a8e123 by ditaliano:
    [build-script] Pass CMAKE_OSX_SYSROOT to swift_cmake_options too.

    • edit: utils/build-script-impl
  • Commit 054bb2ceb09644bd315a72879514ba8949c4b09d by jgroff:
    swift-reflection-dump support for unresolved opaque return types.

    • edit: lib/Demangling/Demangler.cpp
    • edit: include/swift/Reflection/TypeRef.h
    • edit: stdlib/public/Reflection/TypeLowering.cpp
    • edit: include/swift/Reflection/TypeRefs.def
    • edit: include/swift/Reflection/TypeRefBuilder.h
    • edit: include/swift/Remote/MetadataReader.h
    • edit: stdlib/public/Reflection/TypeRef.cpp
  • Commit 9611047d4ae5f13a81347e6b3e8d791a01e6df3f by accumulator:
    [SymbolGraph] Add internal/externalParam declaration fragment

    • edit: lib/SymbolGraphGen/SymbolGraph.cpp
    • edit: lib/SymbolGraphGen/DeclarationFragmentPrinter.cpp
    • edit: lib/SymbolGraphGen/DeclarationFragmentPrinter.h
    • add: test/SymbolGraph/Symbols/Mixins/DeclarationFragments/SubheadingDeclarationFragments.swift
    • delete: test/SymbolGraph/Symbols/Mixins/DeclarationFragments.swift
    • add: test/SymbolGraph/Symbols/Mixins/DeclarationFragments/DeclarationFragments.swift
  • Commit c31344b1d9be1f39ed52099e600b1a3bb6706724 by ryan:
    test: Use byte literals for Python3 compatibility

    • edit: test/Syntax/tokens_unknown_and_invalid.swift
  • Commit 8316157c5e3646aa26179f7440a6376e5a514a0b by acgarland:
    [SymbolGraph] Don't emit memberOf for default implementations or

    • add: test/SymbolGraph/Relationships/MemberOf/ProtocolMemberWithoutRequirement.swift
    • edit: test/SymbolGraph/Relationships/RequirementOf.swift
    • add: test/SymbolGraph/Relationships/MemberOf/Basic.swift
    • edit: lib/SymbolGraphGen/SymbolGraph.cpp
    • edit: test/SymbolGraph/Relationships/DefaultImplementationOf/Indirect.swift
    • delete: test/SymbolGraph/Relationships/MemberOf.swift
    • edit: lib/SymbolGraphGen/SymbolGraph.h
    • edit: test/SymbolGraph/Relationships/DefaultImplementationOf/Basic.swift
  • Commit 4cc98f0070fd3d2e933f0d4fc328dd22f4a28f09 by z.zoelec2:
    [opt] Remove trivially dead instructions in mandatory combine.

    • edit: test/IRGen/existentials.sil
    • edit: test/IRGen/select_enum.sil
    • edit: test/SIL/Serialization/Inputs/def_public_non_abi.sil
    • edit: test/IRGen/enum.sil
    • edit: test/IRGen/global_resilience.sil
    • edit: test/IRGen/access_markers.sil
    • edit: test/IRGen/objc_block_storage.sil
    • edit: test/SILOptimizer/definite_init_value_types.swift
    • edit: test/IRGen/enum_future.sil
    • edit: test/SIL/Serialization/globals.sil
    • edit: test/IRGen/upcast.sil
    • edit: test/SILOptimizer/generic_inline_self.swift
    • edit: test/IRGen/existentials_opaque_boxed.sil
    • edit: test/IRGen/super.sil
    • edit: test/IRGen/indexing.sil
    • edit: test/IRGen/invariant_load.sil
    • edit: test/IRGen/partial_apply_forwarder.sil
    • edit: test/SIL/Serialization/public_non_abi.sil
    • edit: lib/SILOptimizer/Mandatory/MandatoryCombine.cpp
    • edit: test/SILOptimizer/mandatory_inlining.swift
    • edit: test/AutoDiff/SIL/differentiability_witness_function_inst.sil
    • edit: test/Serialization/basic_sil.swift
    • edit: test/IRGen/enum_dynamic_multi_payload.sil
    • edit: test/IRGen/ptrauth-foreign.sil
    • edit: test/IRGen/foreign_types.sil
    • edit: test/ClangImporter/macro_literals.swift
    • edit: test/Serialization/sil_partial_apply_ownership.sil
    • edit: test/Constraints/keypath_dynamic_member_lookup.swift
    • edit: test/IRGen/metatype.sil
    • edit: test/IRGen/struct_resilience.swift
    • edit: test/Serialization/basic_sil_objc.swift
    • edit: test/IRGen/foreign_types_future.sil
    • edit: test/SILGen/builtins.swift
    • edit: test/IRGen/dynamic_self.sil
    • edit: test/IRGen/fixed_layout_class.swift
    • edit: test/IRGen/existentials_objc.sil
    • edit: test/IRGen/mixed_mode_class_with_unimportable_fields.sil
  • Commit ac728558936a3c2d2a2175cf1302d599d8702f4a by hassaneldesouky:
    [SR-12248] Fix location from synthesized decl

    • edit: lib/Sema/TypeCheckDeclPrimary.cpp
  • Commit f0a467307b90584ba78ae0b63d40ad5f3be44532 by hassaneldesouky:
    [SR-12248] Add tests

    • edit: test/decl/protocol/special/coding/struct_codable_simple.swift
  • Commit 44402d43216b374d574b0fb2985d14b012dfaf6f by hassaneldesouky:
    [SR-12248] Remove old errors/notes

    • edit: test/Sema/enum_conformance_synthesis.swift
    • edit: test/decl/var/property_wrappers.swift
  • Commit 0c63feb97852d526b32cda907cb5ae976947107f by github:
    Revert "Move out enum tests into a separate CXXInterop/enum directory"

    • edit: test/ClangImporter/enum-anon.swift
    • delete: test/CXXInterop/enum/enum-anon.swift
    • delete: test/CXXInterop/enum/Inputs/EnumExhaustivity.h
    • delete: test/CXXInterop/enum/enum-exhaustivity-system.swift
    • add: test/ClangImporter/Inputs/custom-modules/EnumExhaustivity.apinotes
    • edit: test/ClangImporter/Inputs/custom-modules/module.map
    • delete: test/CXXInterop/enum/Inputs/module.map
    • add: test/ClangImporter/Inputs/custom-modules/EnumExhaustivity.h
    • add: test/ClangImporter/enum-cxx.swift
    • delete: test/CXXInterop/enum/enum-anon-sized.swift
    • delete: test/CXXInterop/enum/Inputs/enum-anon.h
    • edit: test/ClangImporter/Inputs/enum-anon.h
    • add: test/ClangImporter/enum-exhaustivity.swift
    • add: test/ClangImporter/enum-exhaustivity-system.swift
    • delete: test/CXXInterop/enum/Inputs/EnumExhaustivity.apinotes
    • add: test/ClangImporter/enum-anon-sized.swift
    • delete: test/CXXInterop/enum/enum-cxx.swift
    • delete: test/CXXInterop/enum/enum-exhaustivity.swift
  • Commit b0522107166c5150efaac0666fba1f05d1d3a87c by nate_chandler:
    [Runtime] Disable some tests on swift on os bots.

    • edit: test/Runtime/superclass_constraint_metadata_objc_superclass_objc_intermediate_swift_subclass_future.swift
    • edit: test/Runtime/superclass_constraint_metadata_objc_superclass_future.swift
    • edit: test/Runtime/superclass_constraint_metadata_objc_superclass.swift
    • edit: test/Runtime/superclass_constraint_metadata_objc_superclass_objc_subclass.swift
    • edit: test/Runtime/superclass_constraint_metadata_resilient_superclass_future.swift
    • edit: test/Runtime/superclass_constraint_metadata_resilient_superclass2_future.swift
    • edit: test/Runtime/superclass_constraint_metadata_resilient_superclass.swift
    • edit: test/Runtime/superclass_constraint_metadata_resilient_superclass2.swift
    • edit: test/Runtime/superclass_constraint_metadata_objc_superclass_objc_intermediate_swift_subclass.swift
  • Commit dd7f780993fd3277c1f4cd8b2eb7ec124d7d6ee9 by mgottesman:
    [multimapcache] Change multi-map cache to use a std::function instead of

    • edit: include/swift/Basic/MultiMapCache.h
    • edit: unittests/Basic/MultiMapCacheTest.cpp
  • Commit 3eda1ea71263d3970d054f52c2ede53bd7dbc416 by mgottesman:
    [arc-opts] Teach IsAddressWrittenToDefUseAnalysis how to track "well

    • edit: lib/SILOptimizer/Transforms/SemanticARCOpts.cpp
  • Commit 98d8eb90740530c5fb817b83fd9c65e75a78cfe4 by acgarland:
    [SymbolGraph] Use isImplicitlyPrivate for extended types

    • edit: test/SymbolGraph/Symbols/SkipsPublicUnderscore.swift
    • edit: lib/SymbolGraphGen/SymbolGraphASTWalker.cpp
  • Commit 4ecb053379abac4000e9ef3b07d68ad664143134 by nhawes:
    [run_sk_stress_test] Updates xfails

    • edit: sourcekit-xfails.json