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

Report

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

Build URL:
https://ci.swift.org/job/oss-swift-package-linux-ubuntu-16_04/4438/
Project:
oss-swift-package-linux-ubuntu-16_04
Date of build:
Wed, 11 Dec 2019 00:34:46 -0600
Build duration:
1 hr 53 min

Identified problems:

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

Changes

  • Commit 97e8eaab4ad59c3ecac34844e7664da8687b6565 by compnerd:
    build: llbuildSwift requires libllbuild

    • edit: products/llbuildSwift/CMakeLists.txt
  • Commit 06d27f08fd46fc4e4b77a39b5f543846d9909a9b by rwidmann:
    Define @_implicitly_synthesizes_nested_requirement

    • edit: lib/Serialization/Serialization.cpp
    • edit: include/swift/AST/PrintOptions.h
    • edit: include/swift/AST/Attr.h
    • edit: lib/Sema/TypeCheckAttr.cpp
    • edit: lib/Serialization/Deserialization.cpp
    • edit: lib/AST/Attr.cpp
    • edit: lib/Sema/TypeCheckDeclOverride.cpp
    • edit: include/swift/AST/Attr.def
    • edit: tools/SourceKit/lib/SwiftLang/SwiftLangSupport.cpp
    • edit: lib/Parse/ParseDecl.cpp
    • edit: lib/Serialization/ModuleFormat.h
  • Commit fefb800e746a7872f0f37a6ab40130a66f5e2f14 by rwidmann:
    Eliminate CodableConformanceType

    • edit: lib/Sema/DerivedConformanceCodable.cpp
  • Commit 9c234d5d173d6577bdf9ad9c949dc32d58a3e3c2 by rwidmann:
    Make deriving CodingKeys Cheap

    • edit: test/decl/protocol/special/coding/class_codable_nonconforming_property.swift
    • edit: lib/Sema/DerivedConformanceCodable.cpp
    • edit: test/decl/protocol/special/coding/struct_codable_nonconforming_property.swift
  • Commit fbdd907a1fda6cc0c65ed4d792b4203506812509 by rwidmann:
    Add a way to just synthesize CodingKeys

    • edit: lib/Sema/TypeChecker.h
    • edit: test/decl/protocol/special/coding/struct_codable_nonconforming_property.swift
    • edit: lib/Sema/DerivedConformances.h
    • edit: lib/Sema/TypeCheckProtocol.cpp
    • edit: lib/Sema/DerivedConformanceCodable.cpp
    • edit: include/swift/AST/Decl.h
  • Commit 785bda02501549cf25b136e98c5dbee40985f188 by rwidmann:
    Discard ResolveEncodable and ResolveDecodable

    • edit: lib/Sema/CodeSynthesis.cpp
    • edit: lib/AST/TypeCheckRequests.cpp
    • edit: include/swift/AST/TypeCheckRequests.h
    • edit: lib/AST/Decl.cpp
  • Commit 3bda241b11914016ccce47d056227368596cef78 by rwidmann:
    State CodingKeys as an explicit requirement

    • edit: stdlib/public/core/Codable.swift
  • Commit 0210e7d5df3aa8f8ee974d2c5185ba399294056e by compnerd:
    Demangling: remove debugging

    • edit: lib/Demangling/Remangler.cpp
  • Commit dc2c6f1e71184f9f3c2639bda857c72c0b410381 by jonas:
    [lldb/Reproducers] Override capture with LLDB_CAPTURE_REPRODUCER env var

    • add: lldb/lit/Reproducer/lit.local.cfg
    • add: lldb/lit/Reproducer/TestCaptureEnvOverride.test
    • edit: lldb/source/Utility/Reproducer.cpp
  • Commit f60b2f57fca8fb459b92140bc343f3859758dec3 by flo:
    [AArch64TTI] Compute imm materialization cost for AArch64 intrinsics

    • add: llvm/test/Transforms/ConstantHoisting/AArch64/const-hoist-intrinsics.ll
    • edit: llvm/lib/Target/AArch64/AArch64TargetTransformInfo.cpp
  • Commit b9a37b7105c9045e2b6061f15227d9d715546c73 by flo:
    [MacroFusion] Limit the max fused number as 2 to reduce the dependency

    • add: llvm/test/CodeGen/AArch64/macro-fusion.ll
    • edit: llvm/lib/CodeGen/MacroFusion.cpp
  • Commit 5f410a80332b6d80cc741ced3d338c859a9efcd1 by vsk:
    [DebugInfo] Ensure fallback artificial location is available for

    • add: clang/test/CodeGenObjCXX/property-object-cleanup.mm
    • edit: clang/lib/CodeGen/CGDebugInfo.h
    • edit: clang/lib/CodeGen/CodeGenFunction.cpp
  • Commit 463b7f0272d801549f52f637283614cdebbb9b65 by compnerd:
    lldb: fix more type elaboration errors

    • edit: lldb/source/Symbol/ClangASTContext.cpp
  • Commit fdfcf0a742e3d415d686394ea8ecce95390903ef by vsapsai:
    [OPENMP]Fix crash in LoopCounterRefChecker when MemberExpr is not Var or

    • edit: clang/lib/Sema/SemaOpenMP.cpp
    • edit: clang/test/OpenMP/for_loop_messages.cpp
  • Commit 87d850d27a1decc7a2354d45fcaa7fba82838360 by phabouzit:
    [ObjC] Make sure that the implicit arguments for direct methods have

    • edit: clang/lib/CodeGen/CGDebugInfo.cpp
    • edit: clang/lib/Sema/SemaDeclObjC.cpp
    • edit: clang/lib/Serialization/ASTReaderDecl.cpp
    • edit: clang/test/CodeGenObjC/direct-method.m
    • edit: clang/lib/CodeGen/CGObjCMac.cpp
    • edit: clang/lib/Serialization/ASTWriterDecl.cpp
    • edit: clang/lib/StaticAnalyzer/Frontend/AnalysisConsumer.cpp
  • Commit 73cfe5d2245c5926e1ea643c4a68d6dc04f9a503 by jonas:
    [lldb/Reproducers] Propagate LLDB_CAPTURE_REPRODUCER to the test suite

    • edit: lldb/lit/lit.cfg.py
    • edit: lldb/lit/Reproducer/lit.local.cfg
    • edit: lldb/lit/Suite/lit.cfg
  • Commit 925b7caa06e683ca47e4842de46e491340cffe67 by phabouzit:
    Also synthesize _cmd and self for properties

    • edit: clang/test/CodeGenObjC/direct-method.m
    • edit: clang/lib/Sema/SemaObjCProperty.cpp
  • Commit c97f1de08b271c3398b8c3c2ff87201d93b19b35 by ankit_aggarwal:
    build: remove LLBUILD_FRAMEWORK, simplify

    • edit: CMakeLists.txt
    • edit: Sources/SPMLLBuild/CMakeLists.txt
    • edit: Utilities/new-bootstrap
    • add: cmake/modules/FindLLBuild.cmake

New issue found!

New issue found!