[Swift CI] Build Failure: 0. OSS - LLDB Incremental - Ubuntu 14.04 (master) #2193

Report

[FAILURE] oss-lldb-incremental-linux-ubuntu-14_04 [#2193]

Build URL:
https://ci.swift.org/job/oss-lldb-incremental-linux-ubuntu-14_04/2193/
Project:
oss-lldb-incremental-linux-ubuntu-14_04
Date of build:
Fri, 19 Jul 2019 15:52:22 -0500
Build duration:
3 hr 21 min

Changes

  • Commit 7d201f353a8d5b07cb2b7cf440d3d6ef085dd043 by brunorochaesilva:
    Add EditorPlaceholder parsing

    • edit: Tests/SourceKitTests/SwiftCompletionTests.swift
    • add: Sources/SourceKit/sourcekitd/EditorPlaceholder.swift
    • edit: Tests/SourceKitTests/LocalSwiftTests.swift
    • edit: Tests/SourceKitTests/XCTestManifests.swift
    • edit: Sources/SourceKit/sourcekitd/SwiftLanguageServer.swift
  • Commit 105b2fc33ffda9229713bff54b250de16243794c by brunorochaesilva:
    Add test for implicit typed editor placeholder

    • edit: Tests/SourceKitTests/SwiftCompletionTests.swift
  • Commit c9d39efeb2a71ab3eee6e702e71287480ee2e376 by gwen.mittertreiner:
    [Windows] Pass WSA_FLAG_OVERLAPPED when making sockets

    • edit: TestFoundation/HTTPServer.swift
  • Commit a3b6ac555cdb20b5c7e7c686bc1de085a89ef52e by suyashsrijan:
    [CSDiag] Check for property wrapper implicit init when creating fix-it

    • edit: lib/Sema/CSDiag.cpp
  • Commit 1d18a3b668a84ca3a7bbfb06d241aec1f7c7657f by suyashsrijan:
    [Test] Adds a test case

    • edit: test/decl/var/property_wrappers.swift
  • Commit 5e528de547398ae35ddea5c4b3b74d41a0e7db03 by suyashsrijan:
    [CSDiag] We don't need the property wrapper info

    • edit: lib/Sema/CSDiag.cpp
  • Commit f47f5c44e4580fe21e8a41d3fe36f705bff0962d by suyashsrijan:
    [CSDiag] Adds a new diagnostic for implicit propertyWrapper initializer

    • edit: include/swift/AST/DiagnosticsSema.def
    • edit: test/decl/var/property_wrappers.swift
    • edit: lib/Sema/CSDiag.cpp
  • Commit c1c4ca5e0a22707986829f9ca6555d9ce7983416 by suyashsrijan:
    [CSDiag] Simplify the code for checking if the type is a propertyWrapper

    • edit: lib/Sema/CSDiag.cpp
  • Commit af37b2cf5e7390338b833bcac457d0efe15e68ab by marcrasi:
    fix ASAN in cache test

    • edit: unittests/Basic/CacheTest.cpp
  • Commit b36f772a6be9d0bbfd6d0252577c4b1af96057dd by suyashsrijan:
    [CSDiag] Check if TypeExpr has type and a nominal decl

    • edit: lib/Sema/CSDiag.cpp
  • Commit ab1f059e8ba5737246f34494cbd3913fbca4c867 by suyashsrijan:
    [CSDiag] Simplify the 'isPropertyWrapperImplicitInit' method a bit

    • edit: lib/Sema/CSDiag.cpp
  • Commit 2225cb2f417fcb80ff31e4e76fbf9ed01c8bdb2f by hborla:
    Sema: implement existentialConformsToSelf using a request evaluator.

    • edit: include/swift/AST/TypeCheckRequests.h
    • edit: include/swift/AST/Decl.h
    • edit: lib/AST/Decl.cpp
    • edit: lib/AST/TypeCheckRequests.cpp
    • edit: include/swift/AST/TypeCheckerTypeIDZone.def
    • edit: lib/Sema/TypeCheckDecl.cpp
  • Commit bd9b18ef65301ddaa28cf09267c096d6815a07ce by dgregor:
    Add test for FB6114209 / rdar://problem/51413553

    • edit: test/decl/protocol/conforms/redundant_conformance.swift
  • Commit 9f0bc69edcc3e220575ae1033c001db09df7bc00 by dgregor:
    [Type checker] Classes don't need backing properties to create their

    • add: validation-test/compiler_crashers_2_fixed/0199-rdar52679284.swift
    • edit: lib/Sema/TypeCheckDecl.cpp
  • Commit 10680e454f7f0cf5850e4c87eb1e2d853eac6225 by dgregor:
    [Type checker] Trigger the creation of the backing storage property.

    • edit: lib/Sema/TypeCheckDecl.cpp
  • Commit 2cf9f09e2c4033414e14e53a67777bd5e0092691 by mgottesman:
    [benchmark][readme] Add docs on how to edit the benchmarks in

    • edit: benchmark/README.md