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

Report

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

Build URL:
https://ci.swift.org/job/oss-swift-package-linux-ubuntu-18_04/2906/
Project:
oss-swift-package-linux-ubuntu-18_04
Date of build:
Thu, 21 May 2020 14:14:56 -0500
Build duration:
41 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 f57a6cfd6dd07d2aa4ed6e4f0c01a5f6f0d11bd6 by mgottesman:
    [silgen] Teach CleanupCloner how to handle OwnedValueWritebackCleanups

    • add: test/Interpreter/objc_failable_composed_with_throwing_initializers.swift
    • edit: lib/SILGen/SILGenExpr.cpp
    • edit: test/SILOptimizer/definite_init_markuninitialized_delegatingself.sil
    • edit: lib/SILGen/SILGenFunction.h
    • edit: lib/SILGen/Cleanup.h
    • edit: lib/SILOptimizer/Mandatory/DIMemoryUseCollector.cpp
    • edit: lib/SILGen/Cleanup.cpp
    • edit: lib/SILOptimizer/Mandatory/DefiniteInitialization.cpp
    • edit: test/Interpreter/objc_throwing_initializers.swift
  • Commit 7789e2c87c8a577c65e661ca689b34f9140da117 by aschwaighofer:
    IRGen: Fix enumPayload value witness emission for huge types

    • add: test/IRGen/Inputs/huge_c_type.h
    • edit: lib/IRGen/GenType.cpp
    • add: test/IRGen/huge_c_type.swift
  • Commit 097e451fbed08d788af1f8c36007841dd923f63d by aschwaighofer:
    Test does not work on linux

    • edit: test/IRGen/huge_c_type.swift
  • Commit 7d187d3517cb68275899b3bde89efb0b11bb4c2d by max:
    test: enable WebAssembly/WASI in lit.cfg

    • edit: test/lit.cfg
  • Commit 940a6d78fd98436371b4c831aab008d05934f6eb by aschwaighofer:
    Try renabling test on all platforms

    • edit: test/IRGen/huge_c_type.swift
    • edit: test/IRGen/Inputs/huge_c_type.h
  • Commit 2eb623ec4c7c9f8774fc0113f0340003aa9acdf4 by rishizaki:
    [CodeCompletion] Handle variadic parameter in expr context analysis

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

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

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

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

    • edit: lib/Sema/TypeCheckDeclPrimary.cpp
    • edit: test/decl/var/property_wrappers.swift
    • edit: include/swift/AST/Decl.h
    • edit: include/swift/AST/DiagnosticsSema.def
    • edit: lib/AST/Decl.cpp
    • edit: test/Sema/enum_conformance_synthesis.swift
    • edit: test/AutoDiff/compiler_crashers_fixed/sr12642-differentiable-derivation-redeclared-property.swift
  • Commit 6c9093358f2cc82b1419a8a5d94b2a2e016bb523 by aprantl:
    Enable DWARFImporter support for unions.

    • edit: lldb/source/Symbol/SwiftASTContext.cpp
    • edit: lldb/test/API/lang/swift/union/TestSwiftCUnion.py
    • edit: lldb/test/API/lang/swift/dwarfimporter/C/TestSwiftDWARFImporterC.py