[Swift CI] Build Failure: 2. Swift Source Compatibility Suite (master) (enable-verify-exclusivity) #1520

Report

[FAILURE] swift-master-source-compat-suite-enable-verify-exclusivity [#1520]

Build URL:
https://ci.swift.org/job/swift-master-source-compat-suite-enable-verify-exclusivity/1520/
Project:
swift-master-source-compat-suite-enable-verify-exclusivity
Date of build:
Thu, 21 Mar 2019 22:22:15 -0500
Build duration:
5 hr 43 min

Changes

  • Commit 6ab83122acf6cc8f98e24a3d47e62483d63c4df9 by mike.munday:
    Fix storeEnumTagSinglePayload on big-endian systems

    • edit: stdlib/public/runtime/EnumImpl.h
  • Commit 43bfbd5f38bbc72a4d79f103c962f4a9e9adefff by mike.munday:
    Use llvm::Triple to test target endianness

    • edit: lib/IRGen/EnumPayload.cpp
    • edit: lib/IRGen/GenEnum.cpp
  • Commit 0b9aac05ea5654095614384e7062dcab7154f2ed by nhawes:
    [sourcekitd][RelatedIdents] Fix handling of var decls in fallthrough

    • edit: test/SourceKit/RelatedIdents/related_idents.swift
    • edit: tools/SourceKit/lib/SwiftLang/SwiftSourceDocInfo.cpp
  • Commit 6d5309a6c4d47e4c36b28d9124b0118c08d497d6 by danielrodriguez:
    [android] Modify test scripts for aarch64 and modern NDKs.

    • edit: test/lit.cfg
    • edit: test/CMakeLists.txt
    • edit: test/lit.site.cfg.in
    • edit: validation-test/lit.site.cfg.in
  • Commit 9291201e32911714da61de62bc0e17ba54601789 by nhawes:
    [sourcekitd][Refactoring] Fix renaming of var decls in fallthrough case

    • edit: lib/Sema/MiscDiagnostics.cpp
    • edit: test/refactoring/rename/local.swift
    • edit: test/refactoring/rename/Outputs/local/ifbind_1.swift.expected
    • edit: test/refactoring/rename/Outputs/local/catch_1.swift.expected
    • edit: lib/AST/USRGeneration.cpp
    • edit: test/refactoring/rename/Outputs/local/catch_2.swift.expected
    • edit: test/refactoring/rename/Outputs/local/ifbind_2.swift.expected
    • edit: test/refactoring/rename/Outputs/local/param_1.swift.expected
    • edit: lib/Index/Index.cpp
    • edit: test/refactoring/rename/Outputs/local/casebind_2.swift.expected
    • edit: test/refactoring/rename/Outputs/local/param_2.swift.expected
    • edit: lib/Parse/ParseStmt.cpp
    • edit: test/refactoring/rename/Outputs/local/casebind_1.swift.expected
    • edit: test/refactoring/rename/Outputs/local/localvar_1.swift.expected
    • edit: test/Index/local.swift
    • edit: test/refactoring/rename/Outputs/local/localvar_2.swift.expected
  • Commit e568d97e72d954f3dd7c22556d2e1015abcbd2a6 by nhawes:
    [sourcekitd][CursorInfo] Make sure we handle the implict VarDelcs being

    • add: test/SourceKit/CursorInfo/cursor_vardecl_across_fallthrough.swift
    • edit: lib/IDE/SwiftSourceDocInfo.cpp
  • Commit 552ab0c4675237333ce22c7e8472b6872c07df69 by jlettner:
    Build compile-rt with libdispatch interception to support TSan on Linux

    • edit: utils/build-script-impl
  • Commit 3a17628611868525047cdaaaabb531d73fe15b75 by ditaliano:
    [Reflection] Add an utility to stress test the metadata reader.

    • edit: tools/CMakeLists.txt
    • add: tools/swift-reflection-fuzzer/swift-reflection-fuzzer.cpp
    • add: tools/swift-reflection-fuzzer/CMakeLists.txt
  • Commit d655c3dfa05cd4c4747a2d582add9097853f05cb by compnerd:
    test: improve test coverage rate for Windows

    • edit: test/lit.cfg
  • Commit 72a093da52982cec8635f790c436ace7936a76fb by mgottesman:
    [semantic-arc-opts] Teach the guaranteed copy_value peephole how to

    • edit: test/SILOptimizer/semantic-arc-opts.sil
    • edit: include/swift/SIL/SILValue.h
    • edit: lib/SIL/OperandOwnership.cpp
    • edit: include/swift/SIL/SILInstruction.h
    • edit: lib/SILOptimizer/Mandatory/SemanticARCOpts.cpp
  • Commit d2a59e0edf53c2d5915e7619ff68709fd6d50bda by david_smith:
    Add new benchmarks for NSString bridging to cover non-tagged cases

    • edit: benchmark/single-source/NSStringConversion.swift
    • edit: benchmark/utils/main.swift
  • Commit 219fbe9f157c00e7c425bea21715aea5e6d1c612 by atrick:
    Fix a comment in AccessEnforcementOpts.

    • edit: lib/SILOptimizer/Transforms/AccessEnforcementOpts.cpp
    • edit: test/SILOptimizer/access_enforcement_opts.sil
  • Commit 61d3b0d4ece2d70e90460037c660222ebdb6fb0b by jordan_rose:
    [ClangImporter] Avoid unneeded copy for getExportedModuleName

    • edit: include/swift/ClangImporter/ClangModule.h
    • edit: lib/Serialization/Deserialization.cpp
    • edit: lib/Serialization/ModuleFile.cpp
    • edit: lib/ClangImporter/ClangImporter.cpp
  • Commit 93616cd49ee86d42b343617cefc9eb61ff108627 by jordan_rose:
    Push Clang's "exported module name" notion up to Swift's FileUnit

    • edit: include/swift/AST/Module.h
    • edit: lib/Serialization/Serialization.cpp
    • edit: lib/Serialization/ModuleFile.cpp
    • edit: lib/Serialization/Serialization.h
    • edit: include/swift/ClangImporter/ClangModule.h
  • Commit 0366343681e8c93c009350e484c2e5d6b0169051 by jordan_rose:
    [ParseableInterface] Honor "exported module names"

    • add: test/ParseableInterface/Inputs/exported-module-name-before/ExportAsCoreKit.h
    • add: test/ParseableInterface/Inputs/exported-module-name-before/CoreKit.h
    • add: test/ParseableInterface/exported-module-name.swift
    • add: test/ParseableInterface/Inputs/exported-module-name-before/module.modulemap
    • edit: lib/AST/ASTPrinter.cpp
    • add: test/ParseableInterface/Inputs/exported-module-name-after/CoreKit.h
    • add: test/ParseableInterface/Inputs/exported-module-name-after/ExportAsCoreKit.h
    • edit: include/swift/AST/PrintOptions.h
    • add: test/ParseableInterface/Inputs/exported-module-name-after/module.modulemap