[Swift CI] Build Failure: 0. OSS - Swift Incremental RA - OS X (master) #11791

Report

[FAILURE] oss-swift-incremental-RA-osx [#11791]

Build URL:
https://ci.swift.org/job/oss-swift-incremental-RA-osx/11791/
Project:
oss-swift-incremental-RA-osx
Date of build:
Thu, 21 May 2020 13:13:41 -0500
Build duration:
6 min 29 sec

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 6c9093358f2cc82b1419a8a5d94b2a2e016bb523 by aprantl:
    Enable DWARFImporter support for unions.

    • edit: lldb/test/API/lang/swift/dwarfimporter/C/TestSwiftDWARFImporterC.py
    • edit: lldb/source/Symbol/SwiftASTContext.cpp
    • edit: lldb/test/API/lang/swift/union/TestSwiftCUnion.py
  • Commit f57a6cfd6dd07d2aa4ed6e4f0c01a5f6f0d11bd6 by mgottesman:
    [silgen] Teach CleanupCloner how to handle OwnedValueWritebackCleanups

    • edit: lib/SILGen/SILGenFunction.h
    • edit: lib/SILOptimizer/Mandatory/DIMemoryUseCollector.cpp
    • edit: lib/SILGen/SILGenExpr.cpp
    • add: test/Interpreter/objc_failable_composed_with_throwing_initializers.swift
    • edit: test/SILOptimizer/definite_init_markuninitialized_delegatingself.sil
    • edit: lib/SILGen/Cleanup.cpp
    • edit: lib/SILOptimizer/Mandatory/DefiniteInitialization.cpp
    • edit: lib/SILGen/Cleanup.h
    • edit: test/Interpreter/objc_throwing_initializers.swift
  • Commit 7d187d3517cb68275899b3bde89efb0b11bb4c2d by max:
    test: enable WebAssembly/WASI in lit.cfg

    • edit: test/lit.cfg
  • Commit 2eb623ec4c7c9f8774fc0113f0340003aa9acdf4 by rishizaki:
    [CodeCompletion] Handle variadic parameter in expr context analysis

    • edit: lib/IDE/ExprContextAnalysis.cpp
    • edit: test/IDE/complete_call_arg.swift
  • Commit f7aaf5bc94814b11ef985c79f35843ffb91594da by rishizaki:
    [CodeCompletion] Stop suggesting static member on a protoco meta type

    • edit: test/IDE/complete_value_expr.swift
    • edit: lib/Sema/IDETypeCheckingRequests.cpp
  • Commit 4f54c75dc8c542be064d22f6ae13410b65333db5 by rjmccall:
    Use Clang's logic for adding the default IR attributes to a function.

    • edit: lib/IRGen/IRGenModule.cpp
    • edit: test/IRGen/generic_metatypes.swift
    • edit: test/IRGen/generic_metatypes_future.swift
    • edit: test/IRGen/c_globals.swift
    • edit: test/SILOptimizer/opt_mode.swift
    • edit: test/IRGen/ptrauth-functions.sil
  • Commit fb666589c51ecdca65af469f4a1b254119dfcc61 by danielzheng:
    [AutoDiff] NFC: shorten test name. (#31818)

    • delete: test/AutoDiff/SILOptimizer/differentiation_activity_analysis.swift
    • add: test/AutoDiff/SILOptimizer/activity_analysis.swift
  • Commit d53cd535bae1263afa096708d31943cec93a2527 by suyashsrijan:
    [Typechecker] Emit a specialised diagnostic for redeclaration errors

    • edit: include/swift/AST/DiagnosticsSema.def
    • edit: test/Sema/enum_conformance_synthesis.swift
    • edit: test/AutoDiff/compiler_crashers_fixed/sr12642-differentiable-derivation-redeclared-property.swift
    • edit: lib/Sema/TypeCheckDeclPrimary.cpp
    • edit: lib/AST/Decl.cpp
    • edit: test/decl/var/property_wrappers.swift
    • edit: include/swift/AST/Decl.h

[FAILURE] oss-swift-incremental-RA-osx [#11791]

Build URL: |
https://ci.swift.org/job/oss-swift-incremental-RA-osx/11791/
---|---
Project: | oss-swift-incremental-RA-osx
Date of build: | Thu, 21 May 2020 13:13:41 -0500
Build duration: | 6 min 29 sec

Identified problems:

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

This is my fault, I landed a commit in Swift master that depends on an
LLVM change that hasn’t been automerged to swift/master yet.

John.