[Swift CI] Build Failure: OSS - Swift Package - OS X (swift 5.1) #44

Report

[FAILURE] oss-swift-5.1-package-osx [#44]

Build URL:
https://ci.swift.org/job/oss-swift-5.1-package-osx/44/
Project:
oss-swift-5.1-package-osx
Date of build:
Fri, 05 Apr 2019 22:31:05 -0500
Build duration:
4 hr 33 min

Changes

  • Commit 81eec93e363b494e1bcdeb136ae804c476675990 by aschwaighofer:
    [5.1] Allow final on dynamic members

    • edit: test/attr/dynamicReplacement.swift
    • edit: test/Interpreter/Inputs/dynamic_replacement_module.swift
    • edit: test/attr/Inputs/dynamicReplacementC.swift
    • edit: lib/Sema/TypeCheckAttr.cpp
    • edit: test/Interpreter/dynamic_replacement.swift
    • edit: include/swift/AST/DiagnosticsSema.def
    • edit: test/attr/attr_dynamic.swift
  • Commit 0d4ddb02181615c78421e761e56566630b79786a by pyaskevich:
    [TypeChecker] SE-0252: KeyPath Dynamic Member Lookup

    • edit: lib/Sema/TypeCheckConstraints.cpp
    • edit: lib/Sema/ConstraintSystem.cpp
    • edit: lib/Sema/CSGen.cpp
    • edit: lib/Sema/ConstraintLocator.h
    • edit: lib/Sema/ConstraintSystem.h
    • edit: lib/Sema/CSDiagnostics.h
    • edit: lib/Sema/CSDiag.cpp
    • edit: lib/Sema/Constraint.cpp
    • edit: lib/Sema/CSDiagnostics.cpp
    • edit: lib/Sema/TypeChecker.h
    • edit: lib/Sema/CSRanking.cpp
    • edit: lib/Sema/CSSolver.cpp
    • add: test/Constraints/keypath_dynamic_member_lookup.swift
    • edit: include/swift/AST/DiagnosticsSema.def
    • edit: lib/Sema/ConstraintLocator.cpp
    • edit: lib/Sema/OverloadChoice.h
    • edit: test/expr/unary/keypath/keypath.swift
    • edit: lib/Sema/TypeCheckAttr.cpp
    • edit: lib/Sema/CSSimplify.cpp
    • edit: lib/Sema/CSApply.cpp
    • edit: test/attr/attr_dynamic_member_lookup.swift
  • Commit 6c7c09212b0184e9ae696db4b6790ecf74ae8c60 by mgottesman:
    [ast] Add helpers for grabbing various case stmt corresponding var decls

    • edit: lib/AST/Decl.cpp
    • edit: include/swift/AST/Decl.h
    • edit: include/swift/Basic/NullablePtr.h
  • Commit 6e1e41b2f0e4a17d4aef791bd4e95bdf39fd6a41 by mgottesman:
    [ast] Add a helper method for checking if a pattern contains a var decl

    • edit: include/swift/AST/Pattern.h
    • edit: lib/Sema/MiscDiagnostics.cpp
    • edit: lib/AST/Decl.cpp
  • Commit 841f06915909372dd39d0a345ceb4a31bbf69bea by mgottesman:
    [ast][silgen] Wire up the case body var decls and use them in

    • edit: lib/Sema/MiscDiagnostics.cpp
    • edit: lib/AST/NameLookup.cpp
    • edit: lib/Parse/ParseStmt.cpp
    • edit: test/SourceKit/CursorInfo/cursor_vardecl_across_fallthrough.swift
    • edit: include/swift/Parse/Scope.h
    • edit: lib/Parse/Scope.cpp
    • edit: include/swift/Parse/Parser.h
    • edit: lib/AST/ASTVerifier.cpp
    • edit: lib/AST/Decl.cpp
    • edit: lib/SILGen/SILGenPattern.cpp
    • edit: test/SILGen/switch.swift
  • Commit efacd6a1894ad5b0b2b22583e2dcd747ffef29a8 by mgottesman:
    Fix ASAN error caused by assigning/getting from the same DenseMap in one

    • edit: test/SILGen/switch.swift
    • edit: lib/SILGen/SILGenPattern.cpp
  • Commit 626a13f5c0500f53517e2634daeb93d8fb4b4061 by mgottesman:
    [silgenpattern] Fix some stack-use-after-free errors caused by iterating

    • edit: include/swift/AST/Stmt.h
    • edit: lib/AST/ASTDumper.cpp
    • edit: lib/AST/NameLookup.cpp
    • edit: lib/Sema/MiscDiagnostics.cpp
    • edit: lib/AST/Decl.cpp
    • edit: lib/SILGen/SILGenPattern.cpp
  • Commit ad634bed065af21384b447d20c1243dd5513f8d5 by github:
    Fix issue with expression patterns in switch exhaustivity checking

    • edit: test/Compatibility/exhaustive_switch.swift
    • edit: test/Sema/exhaustive_switch.swift
    • edit: lib/Sema/TypeCheckSwitchStmt.cpp
  • Commit 84af4bad8d6969703ecac85328ea4a878cf25a71 by francisvm:
    [X86] Preserve operand flag when expanding TCRETURNri

    • add: test/CodeGen/X86/tailcall-pseudo.mir
    • edit: lib/Target/X86/X86TargetMachine.cpp
    • edit: lib/Target/X86/X86ExpandPseudo.cpp
    • add: test/CodeGen/X86/tailcall-pseudo-64.mir
    • edit: lib/Target/X86/X86.h
  • Commit 92f68cf4879db3daf7256369b9dc477eda0f5b71 by francisvm:
    [X86] Enable tail calls for CallingConv::Swift

    • edit: lib/Target/X86/X86ISelLowering.cpp
    • edit: test/CodeGen/X86/swiftcc.ll
  • Commit 9ba136919a17ac56faea123d5011982332efd1e1 by artem.dergachev:
    [analyzer] NoStoreFuncVisitor: Suppress reports with no-store in system

    • edit: lib/StaticAnalyzer/Core/BugReporterVisitors.cpp
    • add: test/Analysis/Inputs/no-store-suppression.h
    • add: test/Analysis/no-store-suppression.cpp
  • Commit c4a064e8e0e3da0441ef2acbb045d34c0150f8d2 by aprantl:
    Unify random timeouts throughout LLDB and make them configurable.

    • edit: source/Plugins/SystemRuntime/MacOSX/AppleGetItemInfoHandler.cpp
    • edit: source/Plugins/SystemRuntime/MacOSX/AppleGetQueuesHandler.cpp
    • edit: source/Plugins/InstrumentationRuntime/UBSan/UBSanRuntime.cpp
    • edit: source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp
    • edit: source/Plugins/Platform/POSIX/PlatformPOSIX.cpp
    • edit: source/Plugins/SystemRuntime/MacOSX/AppleGetThreadItemInfoHandler.cpp
    • edit: include/lldb/Target/Process.h
    • edit: source/Plugins/InstrumentationRuntime/ASan/ASanRuntime.cpp
    • edit: source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
    • edit: source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ItaniumABILanguageRuntime.cpp
    • edit: source/Plugins/InstrumentationRuntime/TSan/TSanRuntime.cpp
    • edit: source/Plugins/Process/Utility/InferiorCallPOSIX.cpp
    • edit: source/Plugins/SystemRuntime/MacOSX/AppleGetPendingItemsHandler.cpp
    • edit: source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntime.cpp
    • edit: source/Plugins/MemoryHistory/asan/MemoryHistoryASan.cpp
    • edit: source/Target/Process.cpp