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

Report

[FAILURE] swift-master-source-compat-suite [#3747]

Build URL:
https://ci.swift.org/job/swift-master-source-compat-suite/3747/
Project:
swift-master-source-compat-suite
Date of build:
Fri, 14 Jun 2019 17:02:29 -0500
Build duration:
3 min 8 sec

Changes

  • Commit 807c2cfbe3f7125d7d309aa354971d951dc40e92 by aprantl:
    Make lldb-moduleimport more rubost when importing object files with

    • edit: tools/lldb-moduleimport-test/lldb-moduleimport-test.cpp
  • Commit 3391b746d9fb36d7bbf428bdc3f5f69e2bb9ac6f by unknown:
    [stdlib] Improve error messages when snake case conversion is used.

    • edit: stdlib/public/Darwin/Foundation/JSONEncoder.swift
  • Commit ef1fc19027857c8adf484e2c608b51f0d70eac89 by compnerd:
    rth: quote the commandline properly on Windows (NFC)

    • edit: utils/rth
  • Commit a480404573fffcc4a92fc3dfa5fc714faf036aae by harlan:
    [ModuleInterface] Qualify all types in module interfaces

    • edit: test/ParseableInterface/ModuleCache/swiftdoc-next-to-swiftinterface.swift
    • edit: lib/AST/ASTPrinter.cpp
    • edit: test/ParseableInterface/inlinable-function.swift
    • edit: test/ParseableInterface/modifiers.swift
    • edit: test/ParseableInterface/convenience-init.swift
    • edit: test/ParseableInterface/Inputs/enums-layout-helper.swift
    • edit: test/ParseableInterface/exported-module-name.swift
    • edit: test/ParseableInterface/escape-Type-and-Protocol.swift
    • edit: test/ParseableInterface/default-args.swift
    • edit: test/ParseableInterface/access-filter.swift
    • edit: test/ParseableInterface/fixed-layout-property-initializers.swift
    • edit: test/ParseableInterface/conformances.swift
    • edit: test/ParseableInterface/if-configs.swift
    • edit: test/ParseableInterface/synthesized.swift
    • edit: test/ParseableInterface/stored-properties.swift
    • edit: test/ParseableInterface/attrs.swift
    • edit: test/ParseableInterface/opaque-result-types.swift
    • edit: test/ParseableInterface/lazy-vars.swift
    • edit: test/ParseableInterface/iboutlet-private-set.swift
    • edit: test/ParseableInterface/private-stored-members.swift
    • edit: test/ParseableInterface/smoke-test.swift
    • edit: test/ParseableInterface/function_builders.swift
  • Commit 889e43076f401a877f666fab1f23b13273748601 by harlan:
    [ModuleInterface] Allow falling back to prefer TypeReprs

    • edit: lib/Frontend/ParseableInterfaceSupport.cpp
    • edit: include/swift/AST/PrintOptions.h
    • edit: include/swift/Frontend/ParseableInterfaceSupport.h
    • edit: lib/Frontend/CompilerInvocation.cpp
    • edit: lib/AST/ASTPrinter.cpp
    • add: test/ParseableInterface/preserve-type-repr.swift
    • edit: include/swift/Option/FrontendOptions.td
  • Commit 57f517317d4c3f790a3245a5891e549e43e7e3c9 by harlan:
    Rename flag to ‘module-interface-preserve-types-as-written’

    • edit: include/swift/Frontend/ParseableInterfaceSupport.h
    • edit: lib/Frontend/CompilerInvocation.cpp
    • edit: include/swift/Option/FrontendOptions.td
    • edit: lib/Frontend/ParseableInterfaceSupport.cpp
    • edit: test/ParseableInterface/preserve-type-repr.swift
  • Commit f02bac341f81239d4684dcd4182820b5686e9160 by harlan:
    Add new flag to XCTest overlay

    • edit: stdlib/public/Darwin/XCTest/CMakeLists.txt
  • Commit 5a3761df1b1fa3749a27221377e326331dc42c4e by harlan:
    [Sema] Stop filtering nested protocol types from lookup

    • add: test/Generics/typealias-in-extension-of-external-protocol.swift
    • add: test/Generics/Inputs/external-protocol.swift
    • edit: lib/AST/GenericSignatureBuilder.cpp
  • Commit 3ef69d2bd30a9bdfeee8f6dba1daeb1732c1c484 by jlettner:
    [TSan] Remove usage of obsolete flag in tests

    • edit: test/Sanitizers/tsan-norace-block-release.swift
    • edit: validation-test/Sanitizers/witness_table_lookup.swift
    • edit: validation-test/Sanitizers/tsan-ignores-arc-locks.swift
    • edit: validation-test/Sanitizers/tsan-inout.swift
    • edit: validation-test/Sanitizers/tsan-type-metadata.swift
    • edit: test/Sanitizers/tsan-norace-deinit-run-time.swift
  • Commit 5befea4d8d94fcd3d2968072ff767dbc2eb240e0 by compnerd:
    build: query the resource dir when needed

    • edit: stdlib/public/SwiftShims/CMakeLists.txt
  • Commit 7719b0f4619c3ebd1198f8d5008a5724fa1b49f1 by tyu.sam:
    Sema: Add a more descriptive diagnostic for generic argument mismatches

    • edit: lib/Sema/CSFix.cpp
    • edit: lib/Sema/CSFix.h
    • edit: lib/Sema/CSSimplify.cpp
    • edit: include/swift/AST/DiagnosticsSema.def
    • edit: test/Generics/invalid.swift
    • edit: lib/Sema/CSDiagnostics.h
    • edit: lib/Sema/CSDiagnostics.cpp
  • Commit dc5ccd1349cb4100a976fd78b682798d0b0ba825 by tyu.sam:
    Test: Add tests for the new generic arguments mismatch diagnostic

    • edit: lib/Sema/CSFix.h
    • edit: lib/Sema/CSDiagnostics.h
    • edit: lib/Sema/CSSimplify.cpp
    • edit: include/swift/AST/DiagnosticsSema.def
    • edit: test/Generics/invalid.swift
    • edit: lib/Sema/CSDiagnostics.cpp
  • Commit 81dc5460c926dc54ca68ae7cfec3ac13d5d09de9 by tyu.sam:
    Sema / Test: Fix tests broken by introduction of

    • edit: lib/Sema/CSSimplify.cpp
    • edit: test/decl/typealias/generic.swift
    • edit: test/expr/cast/dictionary_bridge.swift
    • edit: test/decl/protocol/protocol_with_superclass_where_clause.swift
    • edit: test/expr/cast/array_coerce.swift
    • edit: test/expr/cast/set_bridge.swift
    • edit: test/decl/func/dynamic_self.swift
    • edit: test/decl/nested/type_in_type.swift
    • edit: test/expr/cast/dictionary_coerce.swift
    • edit: test/decl/protocol/protocol_with_superclass.swift
    • edit: lib/Sema/CSDiagnostics.cpp
    • edit: test/expr/cast/dictionary_downcast.swift
    • edit: test/expr/cast/set_coerce.swift
    • edit: test/decl/func/throwing_functions.swift
    • edit: test/stdlib/UnsafePointerDiagnostics.swift
  • Commit 1701ea1adc9fbc2931cba100bbf7280b3facd779 by tyu.sam:
    Sema: Changed GenericArgumentsMismatch to use trailing objects

    • edit: lib/Sema/CSFix.h
    • edit: lib/Sema/CSDiagnostics.h
    • edit: lib/Sema/CSFix.cpp
    • edit: include/swift/AST/DiagnosticsSema.def
    • edit: lib/Sema/CSDiagnostics.cpp
    • edit: lib/Sema/CSSimplify.cpp
  • Commit de7851b0e98ba39d0714f61579af0bf9ea8310bc by tyu.sam:
    Test: Update tests to reflect change to generic mismatch note locations

    • edit: test/stdlib/UnsafePointerDiagnostics.swift
    • edit: test/expr/cast/dictionary_coerce.swift
    • edit: test/Generics/invalid.swift
    • edit: test/expr/cast/set_coerce.swift
    • edit: test/decl/nested/type_in_type.swift
    • edit: test/decl/protocol/protocol_with_superclass.swift
    • edit: lib/Sema/CSDiagnostics.cpp
    • edit: lib/Sema/CSFix.h
    • edit: test/expr/cast/set_bridge.swift
    • edit: lib/Sema/CSSimplify.cpp
    • edit: test/expr/cast/dictionary_bridge.swift
    • edit: test/decl/func/dynamic_self.swift
    • edit: test/decl/func/throwing_functions.swift
    • edit: test/expr/cast/dictionary_downcast.swift
    • edit: test/decl/protocol/protocol_with_superclass_where_clause.swift
    • edit: test/expr/cast/array_coerce.swift
    • edit: lib/Sema/CSFix.cpp
    • edit: test/decl/typealias/generic.swift
    • edit: include/swift/AST/DiagnosticsSema.def
  • Commit 0a7cdb8ded91faa95915b3cf6b3abce85b9bd7e9 by tyu.sam:
    Sema: Handle CTP_SubscripAssignSource in

    • edit: include/swift/AST/DiagnosticsSema.def
    • edit: lib/Sema/CSDiagnostics.cpp
  • Commit cc8c2b172412b808f6b07791d64f59509c42c73e by tyu.sam:
    Sema: Fix how matchDeepEqualityType failures are handled

    • edit: lib/Sema/CSSimplify.cpp
  • Commit 122a68c21788f26b5f1e44680e59d5e78c7833b8 by tyu.sam:
    Sema: Change generic argument mismatch diags to reuse existing ones

    • edit: include/swift/AST/DiagnosticsSema.def
    • edit: lib/Sema/CSDiagnostics.cpp
  • Commit cd0cc3c2c48b51d23b2b0130390c0632e43b9f7d by tyu.sam:
    Test: Add a todo about a regression introduced by generic mismatch

    • edit: test/Constraints/keypath.swift
  • Commit 64b1186cb7840bfa220f7d959c781fe39a8f3f24 by tyu.sam:
    Sema: Change closure passed to matchDeepTypeArguments to return if it

    • edit: test/Constraints/keypath.swift
    • edit: lib/Sema/CSSimplify.cpp
  • Commit 2cefbe0d780e29babd380a4f2aca70d0cc51b045 by tyu.sam:
    Test: Update additional tests with improved generic mismatch diagnostic

    • edit: test/stdlib/UnsafePointerDiagnostics.swift
    • edit: test/expr/unary/keypath/keypath.swift
  • Commit ff950a419fe9adaa9349a3c23f6c3a81afc7aaf4 by tyu.sam:
    Sema: Refactor logic for excluding arrays / optionals out of closure

    • edit: lib/Sema/CSFix.h
    • edit: lib/Sema/CSSimplify.cpp
    • edit: test/decl/protocol/protocol_with_superclass.swift
  • Commit 0150ae52ca3787ea16e7f3d6e299182f51d7e3dd by github:
    Update WindowsBuild.md

    • edit: docs/WindowsBuild.md
  • Commit 6b87e97ca1552e7517e2d68ace2d79086fa402d3 by github:
    [Driver] Bump the required Apple SDK versions to the 2019 OSs (#25469)

    • edit: lib/Driver/Driver.cpp
    • edit: test/Driver/sdk-apple.swift
  • Commit 1160017e9b724ccf374508eb3a7e12a83d010242 by dgregor:
    [SE-0258] Escalate access of wrapperValue-produced $x to internal.

    • edit: test/SILGen/property_wrappers.swift
    • edit: lib/Sema/CodeSynthesis.cpp
    • edit: test/decl/var/property_wrappers.swift
  • Commit 0c555edf767765117ea1a604b0a9f278a9f24a55 by jgroff:
    SILGen: Map dynamic self out of context when mangling reabstraction

    • edit: lib/SILGen/SILGenThunk.cpp
    • add: test/SILGen/dynamic_self_reabstraction.swift