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

Report

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

Build URL:
https://ci.swift.org/job/oss-swift-package-osx/4334/
Project:
oss-swift-package-osx
Date of build:
Wed, 12 Feb 2020 16:38:36 -0600
Build duration:
2 hr 58 min

Changes

  • Commit 3335ba5fcacd47514feb95e0a2b9f46d2b1027f6 by z.zoelec2:
    Update isAssignedOnlyOnceInInitializer to be more correct

    • edit: test/SILOptimizer/globalopt_global_propagation.swift
    • edit: lib/SILOptimizer/IPO/GlobalOpt.cpp
  • Commit eda11c56632ae8ff532ff00afb0874c7bca47314 by z.zoelec2:
    Fix access tests

    • edit: test/SILOptimizer/access_wmo.swift
  • Commit 31e9807fc86200da75260115167bad161f0b56fa by github:
    Update AnyHashable documentation

    • edit: stdlib/public/core/AnyHashable.swift
  • Commit 1e861acd1fcab4cac6728747ecd9e6a0f93ca2c9 by github:
    Incorporate review comments

    • edit: stdlib/public/core/AnyHashable.swift
  • Commit 518ccce520a1509c24b783da7954b7e0c05f627b by github:
    Optimize documentation wording for clarity

    • edit: stdlib/public/core/AnyHashable.swift
  • Commit 4ee0cc16e1afe6dbf5e2a80b7b50e239e6dfad14 by github:
    Update stdlib/public/core/AnyHashable.swift

    • edit: stdlib/public/core/AnyHashable.swift
  • Commit 5d086e7862daa44ae96b36912272ecc32be8922c by z.zoelec2:
    Check that there is only one use of a given global addr function

    • edit: lib/SILOptimizer/IPO/GlobalOpt.cpp
  • Commit f8c4c450fe42ed2f6ed6128ce968349622dfd22f by z.zoelec2:
    Reset changes from improperly modified test

    • edit: test/SILOptimizer/access_wmo.swift
  • Commit 06f12fc268ae9a6ae805885b92838c82d2679a0a by github:
    Incorporate further review comments

    • edit: stdlib/public/core/AnyHashable.swift
  • Commit f4086d842801137f61512443712a2044dc252778 by compnerd:
    build: migrate playground support to post-build artifact

    • edit: utils/build-script-impl
    • edit: utils/build_swift/build_swift/driver_arguments.py
    • add: utils/swift_build_support/swift_build_support/products/playgroundsupport.py
    • edit: utils/build-script
    • edit: utils/swift_build_support/swift_build_support/products/init.py
    • edit: utils/build_swift/tests/expected_options.py
    • edit: utils/build-presets.ini
  • Commit 949029a788dcc1586a41c8aa62bd5a79f403901b by nate_chandler:
    [metadata prespecialization] Create enum records.

    • edit: lib/IRGen/EnumMetadataVisitor.h
    • edit: stdlib/public/runtime/Metadata.cpp
    • edit: include/swift/ABI/Metadata.h
    • edit: lib/IRGen/GenMeta.cpp
    • edit: lib/IRGen/GenMeta.h
  • Commit ffba71b8895be9b2f542af83c21d22ddbe53f01c by hborla:
    [Parse] Add an attribute for typeEraser.

    • add: test/attr/typeEraser.swift
    • edit: include/swift/AST/Attr.h
    • edit: include/swift/AST/Attr.def
    • edit: lib/Sema/TypeCheckDeclOverride.cpp
    • edit: lib/Serialization/Serialization.cpp
    • edit: lib/Serialization/ModuleFormat.h
    • edit: lib/Sema/TypeCheckAttr.cpp
    • edit: lib/AST/Attr.cpp
    • edit: include/swift/AST/DiagnosticsParse.def
    • edit: lib/Parse/ParseDecl.cpp
  • Commit 40e17d9c6f3d11b1a2100307396c30047d10ae4c by nate_chandler:
    [metadata prespecialization] Direct refs to enums.

    • add: test/IRGen/prespecialized-metadata/enum-inmodule-0argument-within-class-1argument-1distinct_use.swift
    • add: test/IRGen/prespecialized-metadata/enum-inmodule-1argument-1conformance-1distinct_use.swift
    • add: test/IRGen/prespecialized-metadata/enum-inmodule-1argument-1conformance-external_nonresilient-1distinct_use.swift
    • add: test/Prototypes/Result_future.swift
    • edit: test/IRGen/enum_value_semantics.sil
    • add: test/IRGen/prespecialized-metadata/Inputs/struct-public-nonfrozen-0argument.swift
    • edit: test/IRGen/synthesized_conformance_future.swift
    • add: test/Interpreter/enum_equatable_hashable_correctness_future.swift
    • edit: test/lit.cfg
    • add: test/IRGen/prespecialized-metadata/Inputs/protocol-public.swift
    • edit: test/IRGen/prespecialized-metadata/struct-inmodule-1argument-within-class-1argument-1distinct_use.swift
    • add: test/IRGen/prespecialized-metadata/struct-inmodule-1argument-1conformance-stdlib_equatable-1distinct_use.swift
    • add: test/IRGen/prespecialized-metadata/enum-inmodule-1argument-1distinct_use.swift
    • delete: test/IRGen/prespecialized-metadata/struct-inmodule-1argument-1conformance_stdlib_equatable-1distinct_use.swift
    • add: test/IRGen/enum_value_semantics_future.sil
    • add: test/IRGen/prespecialized-metadata/enum-inmodule-1argument-1conformance-external_resilient-1distinct_use.swift
    • add: test/IRGen/prespecialized-metadata/enum-inmodule-1argument-1conformance-public-1distinct_use.swift
    • add: test/IRGen/prespecialized-metadata/enum-inmodule-1argument-1distinct_generic_use.swift
    • edit: lib/IRGen/MetadataRequest.cpp
    • add: test/IRGen/prespecialized-metadata/enum-inmodule-2argument-1distinct_use.swift
    • add: test/IRGen/prespecialized-metadata/enum-inmodule-3argument-1distinct_use.swift
    • add: test/IRGen/prespecialized-metadata/enum-inmodule-4argument-1distinct_use.swift
    • edit: test/IRGen/prespecialized-metadata/struct-inmodule-1argument-within-struct-1argument-1distinct_use.swift
    • add: test/IRGen/prespecialized-metadata/enum-inmodule-1argument-within-enum-1argument-1distinct_use.swift
    • add: test/IRGen/prespecialized-metadata/enum-inmodule-1argument-within-struct-1argument-1distinct_use.swift
    • add: test/IRGen/prespecialized-metadata/enum-inmodule-1argument-within-class-1argument-1distinct_use.swift
    • add: test/IRGen/prespecialized-metadata/Inputs/struct-public-frozen-0argument.swift
    • add: test/IRGen/prespecialized-metadata/enum-inmodule-evolution-1argument-1distinct_use-external_resilient-nonfrozen.swift
    • edit: test/IRGen/prespecialized-metadata/struct-inmodule-1argument-within-enum-1argument-1distinct_use.swift
    • add: test/IRGen/prespecialized-metadata/enum-fileprivate-inmodule-1argument-1distinct_use.swift
    • edit: test/IRGen/enum.sil
    • add: test/IRGen/enum_future.sil
    • add: test/IRGen/prespecialized-metadata/enum-inmodule-evolution-1argument-1distinct_use-external_resilient-frozen.swift
    • add: test/IRGen/prespecialized-metadata/enum-inmodule-5argument-1distinct_use.swift
    • add: test/IRGen/prespecialized-metadata/enum-inmodule-1argument-0distinct_use.swift
    • add: test/IRGen/prespecialized-metadata/enum-inmodule-1argument-1conformance-stdlib_equatable-1distinct_use.swift
  • Commit 84b55bb4a00ca40995e3a38df886141817aeb9ef by github:
    [README] Update the new Swift Community-Hosted CI bots

    • edit: README.md
  • Commit ff2ccd485cb4bcb458fa5e03b2f9cfd99f86a5fc by rishizaki:
    [CodeCompletion] Workaround fast-completion issue in UnqualifiedLookup

    • edit: lib/AST/UnqualifiedLookup.cpp
    • add: test/SourceKit/CodeComplete/complete_sequence_nestedtype.swift
    • edit: include/swift/Basic/SourceManager.h
  • Commit b46ddbe98239c80c8eaa74eb98a4a018560f64d4 by abdulras:
    build: make building with VS2017 15.8+ work again

    • edit: cmake/modules/AddSwift.cmake
  • Commit 74df8725ab02784a930493147c4a0778e8d1994f by github:
    SR-12161 Casting P.self to P.Type regressed in iOS13.4 beta (#29779)

    • edit: test/Interpreter/generic_casts.swift
    • edit: stdlib/public/runtime/Casting.cpp
  • Commit 6191aa1d66ecc4558739a0b89d4a8abfbbc883ea by medismail.bennani:
    [lldb/Plugins] Add Swift Runtime Failure Recognizer

    • add: lldb/packages/Python/lldbsuite/test/lang/swift/runtime_failure_recognizer/TestSwiftRuntimeFailureRecognizer.py
    • add: lldb/source/Plugins/Language/Swift/SwiftRuntimeFailureRecognizer.h
    • edit: lldb/source/Target/SwiftLanguageRuntime.cpp
    • add: lldb/source/Plugins/Language/Swift/SwiftRuntimeFailureRecognizer.cpp
    • add: lldb/packages/Python/lldbsuite/test/lang/swift/runtime_failure_recognizer/Makefile
    • edit: lldb/source/Plugins/Language/Swift/CMakeLists.txt
    • add: lldb/packages/Python/lldbsuite/test/lang/swift/runtime_failure_recognizer/RuntimeFailure.swift