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

Report

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

Build URL:
https://ci.swift.org/job/swift-master-source-compat-suite-debug/1402/
Project:
swift-master-source-compat-suite-debug
Date of build:
Wed, 15 May 2019 21:15:28 -0500
Build duration:
1 hr 31 min

Identified problems:

  • Jenkins Error: This build failed because of a Jenkins Error; typically a Java exception.

Changes

  • Commit c622f6b8dd00a683f1cce069bad243052fb75258 by jordan_rose:
    Simplify swift::getInheritedForPrinting to take a PrintOptions

    • edit: lib/IDE/IDETypeChecking.cpp
    • edit: tools/SourceKit/lib/SwiftLang/SwiftDocSupport.cpp
    • edit: include/swift/AST/ASTPrinter.h
    • edit: lib/AST/ASTPrinter.cpp
    • edit: include/swift/AST/PrintOptions.h
  • Commit def1ccac667d244f43526c373704de1009891120 by jordan_rose:
    Don't print extensions to conform to protocols that aren't printed

    • edit: test/ParseableInterface/conformances.swift
    • edit: lib/AST/ASTPrinter.cpp
    • edit: lib/Frontend/ParseableInterfaceSupport.cpp
  • Commit 5aea1315cd4abdb8d30ea8ffb3485cc72c7fde2b by dgregor:
    Add @_disfavoredOverload attribute to affect overload resolution.

    • edit: include/swift/AST/Attr.def
    • edit: lib/Sema/ConstraintSystem.h
    • edit: lib/Sema/CSSolver.cpp
    • edit: lib/Sema/TypeCheckAttr.cpp
    • add: test/Constraints/disfavored.swift
    • edit: lib/Sema/CSRanking.cpp
    • edit: lib/Sema/ConstraintSystem.cpp
    • edit: lib/Sema/TypeCheckDeclOverride.cpp
    • edit: lib/Sema/CSGen.cpp
  • Commit affcefc1aee2f64a2b20799440ea5cef32ae59f5 by brentdax:
    [ASTMangler] Mangle nested imported error structs correctly

    • edit: test/IRGen/related_entity.sil
    • edit: test/RemoteAST/foreign_types.swift
    • edit: test/Inputs/custom-modules/ErrorEnums.h
    • edit: lib/AST/ASTDemangler.cpp
    • edit: test/IRGen/Inputs/error_domains.h
    • edit: test/TypeDecoder/foreign_types.swift
    • edit: lib/AST/ASTMangler.cpp
  • Commit cec9e9e33abd8268d453e8ca3382686e0d81c54f by jgroff:
    Opaque types require a newer Swift runtime.

    • edit: test/SILGen/opaque_result_type.swift
    • edit: lib/Sema/TypeCheckAvailability.cpp
    • edit: include/swift/Basic/LangOptions.h
    • edit: test/Serialization/opaque_cross_file.swift
    • edit: test/IRGen/opaque_result_type_access_path.swift
    • edit: test/Interpreter/dynamic_replacement_opaque_result.swift
    • edit: validation-test/compiler_crashers_2_fixed/0194-rdar50309503.swift
    • edit: test/IRGen/lazy_opaque_result_type.swift
    • edit: test/Serialization/opaque_circularity.swift
    • edit: test/type/opaque.swift
    • edit: test/type/opaque_constraint_order.swift
    • edit: test/SILOptimizer/specialize_opaque_type_archetypes.swift
    • edit: test/IRGen/opaque_result_type.swift
    • edit: test/Interpreter/Inputs/dynamic_replacement_opaque1.swift
    • edit: test/TypeDecoder/opaque_return_type.swift
    • edit: test/Interpreter/Inputs/dynamic_replacement_opaque2.swift
    • edit: include/swift/AST/DiagnosticsSema.def
    • edit: test/TBD/opaque_result_type.swift
    • edit: test/IRGen/dynamic_replaceable_opaque_return.swift
    • edit: lib/Sema/TypeChecker.h
    • edit: test/ParseableInterface/opaque-result-types.swift
    • edit: lib/Sema/TypeCheckGeneric.cpp
    • edit: test/SILOptimizer/cast_folding.swift
    • edit: test/ParseableInterface/Inputs/opaque-result-types-client.swift
    • edit: test/IRGen/opaque_result_type_global.swift
    • edit: test/SIL/Serialization/opaque_return_type_serialize.sil
    • edit: test/IRGen/opaque_result_type_debug.swift
  • Commit 1f15c87f3588609ef53fe651ed0842ccb1adf08d by alseycmiller:
    Added missing Linux POSIX errors

    • edit: stdlib/public/Platform/POSIXError.swift
  • Commit 14d2f7c0a7e7de28bc4df7484e32b9238ae92f8f by rishizaki:
    [CodeCompletion] Enable context type analysis for implict member

    • edit: lib/IDE/ExprContextAnalysis.cpp
    • edit: lib/IDE/CodeCompletion.cpp
    • edit: lib/IDE/ExprContextAnalysis.h
  • Commit 4341a7bda67bade1c3f718ea5a6b06621c0dc843 by compnerd:
    Driver: use -Xlinker rather than -Wl (NFC)

    • edit: lib/Driver/WindowsToolChains.cpp
  • Commit 90859ad6aaa2941c48414cfd627fd7cd965e8c12 by dgregor:
    [Type checker] Fix assertion/spin with ill-formed property delegate

    • edit: lib/Sema/TypeCheckConstraints.cpp
    • edit: test/decl/var/property_delegates.swift
  • Commit 5b5d342995ff507abea38c43aff59d19dfe0f176 by rishizaki:
    [CodeCompletion] Enable call signature completion for unresolved member

    • edit: include/swift/Parse/CodeCompletionCallbacks.h
    • edit: lib/IDE/CodeCompletion.cpp
    • edit: lib/IDE/TypeContextInfo.cpp
    • edit: lib/Parse/ParseExpr.cpp
  • Commit 557505d5996872c2f28397caf2e5280c722fe157 by rishizaki:
    [CodeCompletion] Look through ApplyExpr to get referenced decl

    • edit: lib/IDE/ExprContextAnalysis.cpp
  • Commit e9e5134c32016e5e03d0e8a4eea44cc31f176e01 by rishizaki:
    [CodeCompletion] Add test cases for call arg completion

    • edit: test/IDE/complete_call_arg.swift