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

Report

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

Build URL:
https://ci.swift.org/job/swift-master-source-compat-suite-enable-verify-exclusivity/1576/
Project:
swift-master-source-compat-suite-enable-verify-exclusivity
Date of build:
Wed, 03 Apr 2019 20:08:33 -0500
Build duration:
5 hr 7 min

Changes

  • Commit 2801c2f230dc05a57c6462c395cab077d60214a1 by davg:
    Add DebugPrefixMap remapping back to module creation

    • edit: lib/IRGen/IRGenDebugInfo.cpp
  • Commit 7b3db6f9efd11c0a1331aadb939ab158f75a44ec by davg:
    Add test

    • edit: test/DebugInfo/debug_prefix_map.swift
  • Commit 3b2c5a97030aa5971ee9705da89301533fe77764 by davg:
    Swap to use %target-swiftc_driver for test

    • edit: test/DebugInfo/debug_prefix_map.swift
  • Commit a389f13ee9b81864f0971add42c44cddc5e3e555 by aschwaighofer:
    SILGen: Only set the external decl of a key path component if the

    • add: test/IRGen/keypaths_c_types.swift
    • edit: test/SILGen/Inputs/keypaths_objc.h
    • edit: lib/SILGen/SILGenExpr.cpp
    • add: test/IRGen/Inputs/keypaths_c_types.h
    • edit: test/SILGen/keypaths_objc.swift
  • Commit 5e5cd76e8d8d379e580c30cb25eac668c754d482 by scanon:
    Work in progress towards "Mathsable"

    • add: stdlib/public/Maths/Maths.swift.gyb
    • add: stdlib/public/Maths/CMakeLists.txt
    • edit: stdlib/public/core/GroupInfo.json
    • add: utils/SwiftMathsFunctions.py
    • edit: stdlib/public/CMakeLists.txt
    • add: stdlib/public/core/Mathsable.swift.gyb
    • edit: stdlib/public/Platform/tgmath.swift.gyb
    • edit: stdlib/public/core/CMakeLists.txt
  • Commit b8d1481fc667854ca361d7012d1c4c145a67d37d by scanon:
    WOW! 100% less gratuitous type machinery at runtime!

    • edit: utils/SwiftMathsFunctions.py
    • edit: stdlib/public/Platform/tgmath.swift.gyb
    • edit: stdlib/public/CMakeLists.txt
    • edit: stdlib/public/Maths/Maths.swift.gyb
    • edit: stdlib/public/Platform/CMakeLists.txt
    • edit: stdlib/public/core/Mathsable.swift.gyb
    • edit: stdlib/public/core/SIMDVector.swift
  • Commit 2f7435da7dce1af1418c77d69a9d70f719cba98f by scanon:
    First non-intrinsic functions.

    • edit: stdlib/public/core/FloatingPointTypes.swift.gyb
    • edit: stdlib/public/Maths/Maths.swift.gyb
    • edit: stdlib/public/SwiftShims/LibcShims.h
    • edit: stdlib/public/core/BuiltinMath.swift.gyb
    • edit: stdlib/public/core/Mathsable.swift.gyb
    • edit: utils/SwiftMathsFunctions.py
  • Commit cad116a12b94fe98bce5d768043fa800fe14aa1b by scanon:
    Revert "build: improve the builds with Visual Studio"

    • edit: cmake/modules/ClangClCompileRules.cmake
    • edit: cmake/modules/SwiftSharedCMakeConfig.cmake
  • Commit 3fda509805acc50ae8876efa163d1a07de2a38cd by scanon:
    Implementation of ElementaryFunctions / Real protocols.

    • edit: test/SourceKit/Sema/sema_symlink.swift.response
    • edit: stdlib/public/Platform/CMakeLists.txt
    • delete: stdlib/public/core/BuiltinMath.swift.gyb
    • edit: stdlib/public/core/FloatingPoint.swift
    • edit: test/stdlib/tgmath.swift.gyb
    • edit: test/IDE/complete_repl_identifier_prefix_1.swift
    • delete: stdlib/public/Maths/CMakeLists.txt
    • add: utils/SwiftMathFunctions.py
    • edit: cmake/modules/ClangClCompileRules.cmake
    • edit: stdlib/public/core/GroupInfo.json
    • edit: test/api-digester/Outputs/stability-stdlib-abi.swift.expected
    • edit: cmake/modules/SwiftSharedCMakeConfig.cmake
    • edit: stdlib/public/Platform/tgmath.swift.gyb
    • edit: test/Parse/recovery.swift
    • edit: stdlib/public/SwiftShims/LibcShims.h
    • delete: stdlib/public/core/Mathsable.swift.gyb
    • add: stdlib/public/core/MathFunctions.swift.gyb
    • delete: stdlib/public/Maths/Maths.swift.gyb
    • delete: utils/SwiftMathsFunctions.py
    • edit: stdlib/public/Darwin/CoreGraphics/CGFloat.swift.gyb
    • edit: stdlib/public/CMakeLists.txt
    • edit: stdlib/public/core/CMakeLists.txt
    • edit: test/IRGen/builtin_math.swift
  • Commit 10fd13196456de9e03949cec35c58e3c3d2a24d0 by scanon:
    Test fixes.

    • add: test/stdlib/MathFunctions.swift.gyb
    • edit: test/stdlib/tgmath.swift.gyb
  • Commit 42abd7f4944d436e1157f0646239be5571aab6a3 by scanon:
    update stability-stdlib-abi.swift.expected to match new baseline

    • edit: test/api-digester/Outputs/stability-stdlib-abi.swift.expected
  • Commit 0c7c1f0365d9be11111037f9867b54ab3517f41e by scanon:
    Update tgmath.swift.gyb to work with Glibc and MSVCRT.

    • edit: test/stdlib/tgmath.swift.gyb
  • Commit 2bc6040556db7b07d8ed35929ab33e015dfe21db by scanon:
    More test fixup for Linux.

    • edit: test/stdlib/tgmath.swift.gyb
  • Commit 45a76fe9f4f57a51079ea6896920af8a4fca4311 by scanon:
    fixup IRGen test for exp on linux

    • edit: test/IRGen/builtin_math.swift
  • Commit 95678d9ab09dd2a57f1a0710a549beaa112b77d2 by compnerd:
    utils: be more flexible about path separators

    • edit: utils/PathSanitizingFileCheck
  • Commit 3c74c0f1cb135ef8142a9b6d356fa5a769db5491 by github:
    [stdlib] Change the signature of Dictionary’s bulk initializer (#23758)

    • edit: stdlib/public/core/DictionaryBuilder.swift
    • edit: validation-test/stdlib/Dictionary.swift
    • edit: stdlib/public/Darwin/Foundation/NSDictionary.swift
  • Commit bcc7e2c901d1c159ecbc31dad31ddef1e6faf1ac by scanon:
    Obscene rant about linters.

    • edit: stdlib/public/core/MathFunctions.swift.gyb
    • edit: utils/SwiftMathFunctions.py
  • Commit 8f8fee105eeb8ad5bfd9a6e10735a2fb86a5acb9 by nhawes:
    [ParseableInterface][test] Fix path matching in the SDKDependencies and

    • edit: test/ParseableInterface/ModuleCache/SystemDependencies.swiftinterface
    • edit: test/ParseableInterface/ModuleCache/SDKDependencies.swift
  • Commit cc026880f12ef7ddde2cb8e1d5d18df8ad3cc3ad by compnerd:
    build-script: adjust the path for the new layout

    • edit: utils/build-script-impl
  • Commit 285e2acdd0136527aea9ba6fec99df61a42079dc by compnerd:
    test: adjust for Windows file extensions

    • edit: test/Driver/profiling.swift