[Swift CI] Build Failure: OSS - Swift Package - Ubuntu 18.04 (master) #1987

Report

[FAILURE] oss-swift-package-linux-ubuntu-18_04 [#1987]

Build URL:
https://ci.swift.org/job/oss-swift-package-linux-ubuntu-18_04/1987/
Project:
oss-swift-package-linux-ubuntu-18_04
Date of build:
Fri, 11 Oct 2019 00:54:29 -0500
Build duration:
1 hr 34 min

Changes

  • Commit edeb99fb449fb328d043f2cd8e8deffc56fd8392 by lwalkin:
    Fix timestamp-related non-determinism on linux

    • edit: tests/Ninja/Build/absolute-dependencies.ninja
    • edit: tests/Ninja/Build/modify-retaining-timestamp.ninja
    • edit: tests/Ninja/Build/order-only-skip.ninja
    • edit: tests/Ninja/Build/rebuild-manifest.ninja
  • Commit 5908cfc5ba0b8f6b35a38f284ed1f83c1618aa78 by dungar:
    First cut at ASTScope expansion requestification

    • edit: include/swift/AST/ASTScope.h
    • edit: lib/AST/ASTScopeSourceRange.cpp
    • edit: include/swift/AST/NameLookupTypeIDZone.def
    • edit: include/swift/Basic/SimpleDisplay.h
    • edit: include/swift/AST/NameLookupRequests.h
    • edit: lib/AST/ASTScopeCreation.cpp
    • edit: lib/AST/ASTScopePrinting.cpp
  • Commit 86ec6a00dafb0ffb625679229a6815f097ddd5f5 by dungar:
    Remove include order dependency

    • edit: lib/AST/ASTScopePrinting.cpp
    • edit: lib/AST/ASTScopeCreation.cpp
    • edit: include/swift/Basic/SimpleDisplay.h
    • edit: include/swift/AST/ASTScope.h
    • edit: lib/AST/ASTScopeSourceRange.cpp
  • Commit 9e89d56c57b4bdb63efc6dbc67942fcd63320f27 by suyashsrijan:
    [ASTMangler] Do not crash when mangling a retroactive conformance

    • edit: lib/AST/ASTMangler.cpp
    • add: test/IRGen/retroactive_conformance_path.swift
  • Commit a9ab4aa8c2ff13e534f31a40b77f3a0a12ac8ebc by dungar:
    Use SeparateCaching

    • edit: lib/AST/ASTScopePrinting.cpp
    • edit: lib/AST/ASTScopeLookup.cpp
    • edit: include/swift/AST/ASTScope.h
    • edit: include/swift/AST/NameLookupTypeIDZone.def
    • edit: include/swift/AST/NameLookupRequests.h
    • edit: lib/AST/ASTScopeCreation.cpp
  • Commit 29caee2ba68dfb3fae133e4a4d7ddd876d63fc2e by spestov:
    Sema: Accessors of static members are always static

    • edit: lib/Sema/TypeCheckDecl.cpp
    • edit: lib/Sema/DerivedConformances.cpp
    • edit: lib/ClangImporter/ImportDecl.cpp
    • edit: lib/Sema/TypeCheckStorage.cpp
  • Commit de8745b73390566bdb0aad94091627c26b5a20e0 by spestov:
    Sema: Simplify error handling in typeCheckParameterList()

    • edit: lib/Sema/TypeCheckPattern.cpp
    • edit: test/decl/func/default-values.swift
    • edit: validation-test/compiler_crashers_fixed/28723-unreachable-executed-at-swift-lib-sema-csdiag-cpp-4012.swift
    • edit: test/IDE/complete_default_arguments.swift
    • edit: test/expr/expressions.swift
  • Commit e22d55d27bae9eea6d876ddc44e3cf16861b92fe by jordan_rose:
    omitNeedlessWords: Early exit instead of using a big if

    • edit: lib/Basic/StringExtras.cpp
  • Commit 981d1a9fabe376d47699cb124d6a76de96ae360b by jordan_rose:
    omitNeedlessWords: Factor out matchTypeNameFromBackWithSpecialCases

    • edit: lib/Basic/StringExtras.cpp
  • Commit 3fdbd1b1541aa7a09d3c15ce6a96751e7460157e by jordan_rose:
    omitNeedlessWords: split out BaseNameSelf omission

    • edit: lib/Basic/StringExtras.cpp
    • edit: include/swift/Basic/StringExtras.h
  • Commit 42f7a35c4d8b504b663a2e949f9331b5a2013355 by jordan_rose:
    omitNeedlessWords: sink helper enum into .cpp file

    • edit: include/swift/Basic/StringExtras.h
    • edit: lib/Basic/StringExtras.cpp
  • Commit e1e885ed7d6a219debe964c9aa7bc963e2bef803 by jordan_rose:
    omitNeedlessWords: delete accidentally dead code

    • edit: lib/Basic/StringExtras.cpp
  • Commit 758e727e0752e28f421b115091f4fac8bc041b63 by jordan_rose:
    omitNeedlessWords: Use existing helpers getPriorStr and getRestOfStr

    • edit: lib/Basic/StringExtras.cpp
  • Commit 86de8b8257ca3025f1348107e59ec5192b41bfbb by jordan_rose:
    omitNeedlessWords: Rename helper: omitTrailingTypeNameWithSpecialCases

    • edit: lib/Basic/StringExtras.cpp
  • Commit d2c579d5f75e1de9649eb089de73edb4aec20d67 by spestov:
    Sema: Move some checks from validateType() down to resolveType()

    • edit: lib/Sema/ResilienceDiagnostics.cpp
    • edit: lib/Sema/TypeChecker.h
    • edit: lib/Sema/TypeCheckType.cpp
  • Commit fc4627d5c97ecf9e5028d1f640b21e4fd88d4e49 by spestov:
    Sema: More refactoring of typeCheckParameterList()

    • edit: lib/Sema/TypeCheckConstraints.cpp
    • edit: lib/Sema/TypeCheckPattern.cpp
    • edit: lib/Sema/TypeCheckDecl.cpp
    • edit: lib/Sema/TypeChecker.h
  • Commit df62f3629b5d82e850334128df8c4ef7e2c5c0c7 by spestov:
    AST: Rename ParamDecl::Specifier to ParamSpecifier

    • edit: include/swift/AST/Decl.h
  • Commit 5a3085bd9c33e974481d78a2b6dfdd7a4bcea31a by spestov:
    Sema: Factor out getOriginalAccessorParam()

    • edit: lib/Sema/TypeCheckDecl.cpp
  • Commit 97339a6aceee09d417f17c31dc272a6475c0ff63 by suyashsrijan:
    [ASTMangler] Use llvm::SaveAndRestore to update the CurGenericSignature

    • edit: lib/AST/ASTMangler.cpp
  • Commit d8b61ff24b1ef2191008833aaae7fd6cc38efab7 by spestov:
    Sema: Peel off typeCheckParameterList()'s specifier computation into a

    • edit: lib/Sema/TypeCheckDecl.cpp
    • edit: lib/Sema/DerivedConformanceCodingKey.cpp
    • edit: include/swift/AST/ASTTypeIDs.h
    • edit: lib/AST/Decl.cpp
    • edit: lib/Serialization/Deserialization.cpp
    • edit: lib/Parse/ParseExpr.cpp
    • edit: lib/Sema/TypeCheckREPL.cpp
    • edit: lib/IRGen/LoadableByAddress.cpp
    • edit: lib/AST/TypeCheckRequests.cpp
    • edit: lib/Parse/ParseDecl.cpp
    • edit: lib/Sema/CSApply.cpp
    • edit: lib/AST/Builtins.cpp
    • edit: lib/Sema/DerivedConformanceEquatableHashable.cpp
    • edit: lib/SILGen/SILGenConstructor.cpp
    • edit: lib/SILGen/SILGenProlog.cpp
    • edit: lib/Sema/CodeSynthesis.cpp
    • edit: lib/SILGen/SILGenFunction.cpp
    • edit: lib/Sema/TypeCheckPattern.cpp
    • edit: lib/ClangImporter/ImportType.cpp
    • edit: include/swift/AST/ASTTypeIDZone.def
    • edit: lib/AST/ASTDumper.cpp
    • edit: lib/Sema/TypeCheckStorage.cpp
    • edit: lib/Parse/ParsePattern.cpp
    • edit: include/swift/AST/Decl.h
    • edit: lib/ClangImporter/ImportDecl.cpp
    • edit: include/swift/AST/TypeCheckRequests.h
    • edit: lib/Sema/DerivedConformanceCodable.cpp
    • edit: include/swift/AST/TypeCheckerTypeIDZone.def
    • edit: lib/SILOptimizer/Mandatory/AddressLowering.cpp
    • edit: lib/Sema/DerivedConformanceRawRepresentable.cpp
  • Commit 3dbdc09a4e682cbb1789d7292897d76211819c0d by spestov:
    Sema: Move ParamDecl interface type computation to validateDecl()

    • edit: include/swift/AST/Decl.h
    • edit: lib/Sema/DerivedConformanceEquatableHashable.cpp
    • edit: lib/Sema/TypeChecker.h
    • edit: lib/Serialization/Serialization.cpp
    • edit: lib/AST/Decl.cpp
    • edit: lib/Sema/TypeCheckStorage.cpp
    • edit: lib/Sema/CSGen.cpp
    • edit: lib/Sema/TypeCheckDecl.cpp
    • edit: lib/Sema/TypeCheckPattern.cpp
    • edit: test/decl/protocol/req/associated_type_inference.swift
    • edit: lib/Sema/TypeCheckConstraints.cpp
  • Commit 6701a7efcf917d1ea3a7888b0ea36edee391cfef by spestov:
    AST: Remove unused method declaration

    • edit: include/swift/AST/Decl.h
  • Commit 7725818275ff4af40d86b264042cb7bf8a6b17b1 by jordan_rose:
    Revert "Merge pull request #27057 from theblixguy/unrevert/SR-11298"

    • edit: include/swift/AST/DeclContext.h
    • edit: test/decl/ext/extensions.swift
    • edit: lib/AST/Decl.cpp
    • edit: lib/Sema/TypeCheckDecl.h
    • edit: lib/Sema/TypeCheckDecl.cpp
    • edit: CHANGELOG.md
    • edit: lib/AST/DeclContext.cpp
    • edit: lib/Sema/TypeCheckStorage.cpp
  • Commit fd1bb20dcc724233af2d449afec06b72c6de03fb by dgregor:
    [Property wrappers] Don't infer "final" for the projected property.

    • edit: test/SILGen/property_wrappers.swift
    • edit: lib/Sema/TypeCheckDecl.cpp
  • Commit 171ff440fcb41902634591eecff9e9e8cf8d843a by github:
    Remove swift::reversed in favor of llvm::reverse (#27610)

    • edit: lib/AST/ASTMangler.cpp
    • edit: lib/IRGen/GenInit.cpp
    • edit: lib/Serialization/Serialization.cpp
    • edit: stdlib/public/runtime/Demangle.cpp
    • edit: lib/Sema/CSApply.cpp
    • edit: include/swift/Basic/Range.h
    • edit: lib/ClangImporter/ImportType.cpp
    • edit: lib/SILOptimizer/Mandatory/AccessMarkerElimination.cpp
    • edit: lib/AST/Module.cpp
    • edit: lib/SILOptimizer/Utils/InstOptUtils.cpp
    • edit: lib/AST/Evaluator.cpp
    • edit: lib/Sema/TypeCheckError.cpp
    • edit: lib/SILOptimizer/Mandatory/AddressLowering.cpp
    • edit: lib/AST/Expr.cpp
    • edit: lib/SILOptimizer/Utils/StackNesting.cpp
    • edit: lib/SILGen/SILGenApply.cpp
    • edit: lib/SILOptimizer/Transforms/SILSROA.cpp
    • edit: lib/SILGen/ResultPlan.h
    • edit: lib/Sema/TypeChecker.cpp
    • edit: lib/Basic/LangOptions.cpp
    • edit: lib/SILOptimizer/Analysis/ARCAnalysis.cpp
    • edit: lib/SILGen/SILGenExpr.cpp
    • edit: lib/SILOptimizer/Analysis/AccessSummaryAnalysis.cpp
    • edit: lib/LLVMPasses/LLVMInlineTree.cpp
    • edit: lib/SILOptimizer/FunctionSignatureTransforms/ExistentialTransform.cpp
    • edit: lib/Serialization/DeserializationErrors.h
    • edit: lib/AST/Decl.cpp
    • edit: lib/SILOptimizer/Transforms/SimplifyCFG.cpp
    • edit: lib/Sema/TypeCheckConstraints.cpp
    • edit: lib/Sema/TypeCheckPropertyWrapper.cpp
    • edit: lib/Sema/ConstraintGraph.cpp
    • edit: lib/AST/SwiftNameTranslation.cpp
    • edit: lib/SIL/Projection.cpp
  • Commit 571d815c6a78a59ca4aede28a7173ab7023d9285 by dungar:
    Remove radar numbers.

    • edit: include/swift/AST/ASTScope.h
    • edit: lib/AST/ASTScopeCreation.cpp
    • edit: lib/AST/ASTScopeSourceRange.cpp
  • Commit 28e4cd02d5be5fbcbd182345081ed178e479e637 by rkandhadaimadhav:
    [Constant Evaluator] Add a flag for denoting top-level evaluation mode

    • edit: test/SILOptimizer/constant_evaluator_test.sil
    • edit: test/SILOptimizer/constant_evaluator_skip_test.sil
    • edit: include/swift/AST/DiagnosticsSIL.def
    • edit: lib/SILOptimizer/Utils/ConstExpr.cpp
  • Commit 043d27860dbf5860627451008040903accd62c7d by davg:
    Remove the need to use Connection to talk to internal LSPs

    • edit: Sources/SourceKit/sourcekitd/CursorInfo.swift
    • add: Sources/SourceKit/ToolchainLanguageServer.swift
    • edit: Sources/SourceKit/clangd/ClangLanguageServer.swift
    • edit: Sources/SourceKit/sourcekitd/SwiftLanguageServer.swift
    • edit: Sources/SourceKit/Workspace.swift
    • edit: Sources/SourceKit/sourcekitd/SemanticRefactoring.swift
    • edit: Sources/LanguageServerProtocol/WorkspaceSettings.swift
    • edit: Sources/SourceKit/sourcekitd/SwiftSourceKitFramework.swift
    • edit: Sources/SourceKit/DocumentManager.swift
    • edit: Sources/SourceKit/SourceKitServer.swift
  • Commit 45b103d1c7f8524bd6249be29da51342e9885688 by davg:
    Swap to use queue.async for all SwiftLanguageServer methods

    • edit: Sources/SourceKit/sourcekitd/CursorInfo.swift
    • edit: Sources/SourceKit/sourcekitd/SwiftLanguageServer.swift
    • edit: Sources/SourceKit/sourcekitd/SemanticRefactoring.swift
  • Commit cac8f8d77faca3a4c0b46b660be23c9d686eea0f by blangmuir:
    [tsan] Fix race on close in JSONRPCConnection

    • edit: Sources/LanguageServerProtocolJSONRPC/JSONRPCConnection.swift
  • Commit 969980b6b4d1ed2f8c0da3861909a3993f4a11c1 by teemperor:
    [lldb] Fix string summary of an empty NSPathStore2 (backport of D68010)

    • edit: packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-objc/nsstring/main.m
    • edit: packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-objc/nsstring/TestDataFormatterNSString.py
    • edit: source/DataFormatters/StringPrinter.cpp
    • edit: include/lldb/DataFormatters/StringPrinter.h
    • edit: source/Plugins/Language/ObjC/NSString.cpp
  • Commit cd8589942065314c7123a6d9874ab157481cc661 by teemperor:
    Fix printing of Swift strings

    • edit: source/Plugins/Language/Swift/SwiftFormatters.cpp
  • Commit 53bb9db56480bba8e7d17b2ee58a556d5f1aa6e7 by compnerd:
    Target: attempt to repair the VS2017 build

    • edit: source/Target/CMakeLists.txt