[Swift CI] Build Failure: OSS - Swift Package - Ubuntu 16.04 (master) #4824

Report

[FAILURE] oss-swift-package-linux-ubuntu-16_04 [#4824]

Build URL:
https://ci.swift.org/job/oss-swift-package-linux-ubuntu-16_04/4824/
Project:
oss-swift-package-linux-ubuntu-16_04
Date of build:
Fri, 20 Mar 2020 16:08:31 -0500
Build duration:
1 hr 29 min

Identified problems:

  • Compile Error: This build failed because of a compile error. Below is a list of all errors in the build log:

Changes

  • Commit 2d6170b8476ddf0aab19ae12ba72ba19c53d61d4 by pyaskevich:
    [TypeChecker] Requestify check to determine if closure has explicit

    • edit: include/swift/AST/TypeCheckerTypeIDZone.def
    • edit: lib/Sema/ConstraintSystem.cpp
    • edit: include/swift/AST/TypeCheckRequests.h
    • edit: lib/Sema/TypeCheckExpr.cpp
    • edit: lib/Sema/ConstraintSystem.h
    • edit: lib/Sema/CSGen.cpp
  • Commit c72940f2c76f8910c766f9d52f1b74e0bd2b2d53 by pyaskevich:
    [ConstraintSystem] Default multi-statement closure result to Void only

    • edit: lib/Sema/CSSimplify.cpp
    • edit: lib/Sema/CSGen.cpp
  • Commit 991a8dc31b86ca0d2665fb3958185dfbf87a5c41 by atrick:
    Add getArraySemanticsKind API.

    • edit: include/swift/SILOptimizer/Analysis/ArraySemantic.h
    • edit: lib/SILOptimizer/Analysis/ArraySemantic.cpp
  • Commit 0ebdba06b58622f927a28d0fbf1a5f9aa4371121 by pyaskevich:
    [ConstraintSystem] Add a new locator element - type for body of a

    • edit: lib/Sema/ConstraintLocator.cpp
    • edit: lib/Sema/ConstraintLocatorPathElts.def
    • edit: lib/Sema/ConstraintLocator.h
  • Commit 89933c67dabfdc2c41a580a6f9d96d699b1c190a by pyaskevich:
    [ConstraintSystem] Don't allow explicit closure result to be implicitly

    • edit: lib/Sema/ConstraintSystem.cpp
    • edit: lib/Sema/CSDiagnostics.cpp
    • edit: test/Constraints/closures.swift
    • edit: lib/Sema/TypeCheckExpr.cpp
    • edit: lib/Sema/CSSimplify.cpp
  • Commit 632e1ff1425b7fd5836d232fdc6266a9c65e5dcb by pyaskevich:
    [TypeChecker] NFC: Add a test-case for SR-12277

    • add: test/Constraints/sr12277.swift
  • Commit 3ccecc6819ac4fd3e72b437145196c32248cecfe by mboehme:
    Remove [extern_c] attribute from WinSDK module.

    • edit: stdlib/public/Platform/winsdk.modulemap
  • Commit e715ebdfdda79a6d7b33ecd5134bd2d062504044 by gribozavr:
    Fix documentation for alloc_existential_box

    • edit: docs/SIL.rst
  • Commit 137ef220f623ff3a62e624410ff2262eef3d4418 by aqamoss3fan2010:
    [CodeCompletion] Optimize member lookup in protocols being conformed to

    • edit: lib/Sema/LookupVisibleDecls.cpp
  • Commit ae9ffc842ef1de1327b6ca40ab5e6c9c1ca1545a by rwidmann:
    Remove a flaky failure test

    • delete: test/Incremental/fail/Inputs/One.swift
    • delete: test/Incremental/fail/main-windows.swift
    • delete: test/Incremental/fail/main.swift
    • delete: test/Incremental/fail/Inputs/Two.swift
  • Commit be4ad49b56097f1a8f57cb460ea6af766205c685 by aqamoss3fan2010:
    Address suggestions

    • edit: lib/Sema/LookupVisibleDecls.cpp