[Swift CI] Build Failure: 0. OSS - Swift Incremental RA - Ubuntu 18.04 - Long Test (master-rebranch) #58

Report

[FAILURE] oss-swift-master-rebranch-incremental-RA-linux-ubuntu-18_04-long-test [#58]

Build URL:
https://ci.swift.org/job/oss-swift-master-rebranch-incremental-RA-linux-ubuntu-18_04-long-test/58/
Project:
oss-swift-master-rebranch-incremental-RA-linux-ubuntu-18_04-long-test
Date of build:
Tue, 04 Feb 2020 21:01:30 -0600
Build duration:
2 hr 28 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 c8f990b80010e236ce4780967ba643db99766401 by spestov:
    ClangImporter: Don't force loading of all superclass members in

    • edit: lib/ClangImporter/ClangImporter.cpp
  • Commit 95d9aa0f29b88d4fab609852e4e41e09417d6d1e by spestov:
    ClangImporter: Refactor importInheritedConstructors()

    • edit: lib/ClangImporter/ImportDecl.cpp
  • Commit 7e7b6e8b2757cf7430fa1012fe39204a0a79e79a by spestov:
    ClangImporter: Fix up importSubscript() to not depend on import order

    • edit: lib/ClangImporter/ImportDecl.cpp
  • Commit 6ba379f3b9c7a9e157896aa79dfe3437783c23d3 by spestov:
    ClangImporter: Refactor loadObjCMethods() to not call

    • edit: test/ClangImporter/objc_init_redundant.swift
    • edit: lib/ClangImporter/ClangImporter.cpp
  • Commit 8280b20d81e46bb76dd27206a152a2f2c8d66e72 by spestov:
    Sema: Trigger lazy loading when recording potential selector conflicts

    • edit: lib/Sema/TypeCheckDeclObjC.cpp
  • Commit d76a8ce9201791de57bf683caaccc58ff078d1e1 by spestov:
    ClangImporter: Lazily load mirrored protocol members in classes

    • edit: test/NameBinding/named_lazy_member_loading_objc_interface.swift
    • edit: test/NameBinding/Inputs/NamedLazyMembers/NamedLazyMembers.h
    • edit: test/NameBinding/named_lazy_member_loading_protocol_mirroring.swift
    • edit: lib/ClangImporter/ImportDecl.cpp
    • edit: test/ClangImporter/objc_init_redundant.swift
    • add: test/NameBinding/Inputs/NamedLazyMembers/NamedLazyMembers.apinotes
    • edit: lib/ClangImporter/ClangImporter.cpp
    • edit: lib/ClangImporter/ImporterImpl.h
  • Commit e631c66e0dc55261fb41f993534a2594d7129ca8 by rkandhadaimadhav:
    [stdlib/private][os log] Annotate tiny helper functions in the new os

    • edit: test/stdlib/OSLogPrototypeExecTest.swift
    • edit: stdlib/private/OSLog/OSLogMessage.swift
    • edit: stdlib/private/OSLog/OSLogStringTypes.swift
    • edit: test/SILOptimizer/OSLogPrototypeCompileTest.swift
    • edit: stdlib/private/OSLog/OSLogIntegerTypes.swift
  • Commit 319cc795d8fc6c479bb7f87692bbb73e328e8c09 by rjmccall:
    Add a simple TaggedUnion defined in terms of ExternalUnion. NFC.

    • edit: include/swift/Basic/ExternalUnion.h
    • add: include/swift/Basic/TaggedUnion.h
    • edit: unittests/Basic/CMakeLists.txt
    • add: unittests/Basic/TaggedUnionTest.cpp
  • Commit 543d649278c4c2746adc586229b078b65406d747 by github:
    [Diagnostics] Warn when the result of a Void-returning function is

    • edit: test/Serialization/Recovery/typedefs.swift
    • edit: test/Compatibility/special_func_name.swift
    • edit: test/Constraints/rdar39931475.swift
    • edit: test/Serialization/Recovery/typedefs-in-protocols.swift
    • edit: test/Constraints/override.swift
    • edit: test/Sema/implementation-only-import-inlinable-conformances.swift
    • edit: test/Constraints/assignment.swift
    • edit: lib/Sema/MiscDiagnostics.cpp
    • edit: test/Constraints/tuple_arguments.swift
    • edit: include/swift/AST/DiagnosticsSema.def
    • edit: test/Constraints/optional.swift
    • edit: test/decl/func/special_func_name.swift
    • edit: test/decl/func/operator.swift
    • edit: test/decl/protocol/req/optional_visibility.swift
    • edit: test/Constraints/dynamic_lookup.swift
    • edit: test/attr/attr_dynamic_callable.swift
    • edit: test/expr/unary/keypath/keypath.swift
    • edit: test/ClangImporter/MixedSource/submodule.swift
    • edit: test/ClangImporter/private_frameworks.swift
    • edit: test/Sema/call_as_function_simple.swift
    • edit: test/NameBinding/name_lookup.swift
    • edit: test/stdlib/UnsafePointerDiagnostics.swift
  • Commit 849bd62a2670e37252dfaf5827e288db183617b2 by github:
    [AutoDiff upstream] Add SIL differentiability witnesses. (#29623)

    • edit: include/swift/SIL/SILModule.h
    • edit: lib/SIL/SILModule.cpp
    • edit: lib/AST/ASTMangler.cpp
    • edit: lib/Parse/ParseStmt.cpp
    • edit: lib/SIL/CMakeLists.txt
    • edit: lib/Parse/ParseDecl.cpp
    • add: lib/SIL/SILDifferentiabilityWitness.cpp
    • edit: lib/SIL/SILPrinter.cpp
    • edit: docs/SIL.rst
    • edit: include/swift/AST/DiagnosticsParse.def
    • edit: include/swift/Syntax/TokenKinds.def.gyb
    • edit: lib/ParseSIL/ParseSIL.cpp
    • add: test/AutoDiff/SIL/Parse/sil_differentiability_witness.sil
    • edit: include/swift/AST/ASTMangler.h
    • edit: include/swift/AST/AutoDiff.h
    • edit: lib/Syntax/SyntaxSerialization.cpp.gyb
    • edit: include/swift/Parse/ParseSILSupport.h
    • add: include/swift/SIL/SILDifferentiabilityWitness.h
  • Commit e825ca1d3290d512177136dbda919839c177ee4d by rwidmann:
    [ClangImporter] Reject all attempts to redeclare properties

    • edit: test/ClangImporter/Inputs/frameworks/CategoryOverrides.framework/PrivateHeaders/Private.h
    • edit: lib/ClangImporter/ImportDecl.cpp
    • edit: test/ClangImporter/objc_redeclared_properties_categories.swift
    • edit: test/ClangImporter/Inputs/frameworks/CategoryOverrides.framework/Headers/CategoryOverrides.h
  • Commit e5aaa68b526652044c1634e5510a7fa9db3f958b by mgottesman:
    [sil] Do not eliminate (apply (partial_apply)) if the partial_apply

    • add: test/Interpreter/apply_partial_apply_consuming_elim.swift
    • edit: test/SILOptimizer/sil_combine_apply.sil
    • edit: test/SILOptimizer/sil_combine.sil
    • edit: lib/SILOptimizer/Utils/PartialApplyCombiner.cpp
  • Commit 45f001c291f3c10fff409fa7b49dc12a709076c8 by ahoppen:
    Return Fix-its in PublishDiagnostics as defined in a clangd

    • edit: Sources/LanguageServerProtocol/SupportTypes/ClientCapabilities.swift
    • edit: Sources/LanguageServerProtocol/SupportTypes/Diagnostic.swift
    • edit: Tests/SourceKitTests/LocalSwiftTests.swift
    • edit: Sources/SourceKit/sourcekitd/SwiftSourceKitFramework.swift
    • edit: Sources/LanguageServerProtocol/Requests/CodeActionRequest.swift
    • edit: Sources/SourceKit/sourcekitd/Diagnostic.swift
  • Commit fd018c90198213962c797b8ff0115300952968a4 by ahoppen:
    Return Fix-its from code actions request

    • edit: Sources/SourceKit/sourcekitd/SwiftLanguageServer.swift
    • edit: Tests/SourceKitTests/LocalSwiftTests.swift
  • Commit ddb9a8d9646769b7e3ce254fd9052f0221c98cff by blangmuir:
    Make initial workspace load asynchronous

    • edit: Tests/SourceKitTests/DocumentColorTests.swift
    • edit: Sources/SourceKit/SourceKitServer.swift
    • edit: Tests/SourceKitTests/ExecuteCommandTests.swift
    • edit: Tests/SourceKitTests/DocumentSymbolTests.swift
    • edit: Tests/SourceKitTests/SwiftCompletionTests.swift
    • edit: Tests/SourceKitTests/LocalSwiftTests.swift
  • Commit a88ab45e07256172f42381e7269ab48694cfabb5 by blangmuir:
    [codeActions] Ignore "supportedKinds", which isn't really an opt-in list

    • edit: Sources/LanguageServerProtocol/Requests/CodeActionRequest.swift
    • edit: Tests/SourceKitTests/XCTestManifests.swift
    • edit: Tests/SourceKitTests/CodeActionTests.swift
  • Commit 857b8543a7fd8d56deeb293e351eab7ad7903eb1 by blangmuir:
    [test] Regenerate linuxmain

    • edit: Tests/SourceKitTests/XCTestManifests.swift
  • Commit 09719080e7292ff3d3b01d08cf55b5e41f0b40ed by ankit_aggarwal:
    [SKSwiftPMWorkspace] Adopt upcoming host triple changes

    • edit: Sources/SKSwiftPMWorkspace/SwiftPMWorkspace.swift
    • edit: Tests/SKSwiftPMWorkspaceTests/SwiftPMWorkspaceTests.swift
  • Commit 836b95ce987f010c26ee58861c88b9577460a0f8 by vsk:
    [lldb/StackFrameList] Convert assert to defensive check in

    • edit: lldb/source/Target/StackFrameList.cpp
  • Commit 2de014726b6f3a3e5f73c9710dd1207146ce57ff by vsk:
    [lldb/test] Skip TestBasicEntryValuesX86_64 due to basic_entry_values_x86_64 failing due to compiler changes · Issue #44119 · llvm/llvm-project · GitHub

    • edit: lldb/packages/Python/lldbsuite/test/functionalities/param_entry_vals/basic_entry_values_x86_64/TestBasicEntryValuesX86_64.py
  • Commit 2866eece0208a3641ded4e9d40b60a4fd5dc43cd by vsk:
    [DebugInfo] Re-instate LiveDebugVariables scope trimming

    • edit: llvm/test/DebugInfo/X86/dbg-addr-dse.ll
    • edit: llvm/test/DebugInfo/X86/live-debug-variables.ll
    • edit: llvm/lib/CodeGen/LiveDebugVariables.cpp
  • Commit 5b24a52264471f1801de05cb3bb06444ad5ea602 by vsk:
    [DebugInfo] Remove an unused method DWARFUnit::getDWARF5HeaderSize().

    • edit: llvm/include/llvm/DebugInfo/DWARF/DWARFUnit.h
  • Commit 7cd7ac541a73f54981cabb80b7abb532205dad43 by vsk:
    [InstCombine][DebugInfo] Fold constants wrapped in metadata

    • edit: llvm/lib/Transforms/InstCombine/InstructionCombining.cpp
    • add: llvm/test/Transforms/InstCombine/constant-fold-metadata-wrapped.ll
  • Commit 182759c51957cd0c29a80442e328b84cff317964 by vsk:
    [llvm-dwarfdump][Statistics] Distinguish functions/variables with same

    • add: llvm/test/tools/llvm-dwarfdump/X86/stats-multiple-cu-same-name.ll
    • edit: llvm/tools/llvm-dwarfdump/Statistics.cpp
  • Commit 8a45f45f1a4c6022399a485f457c76c81d3cfe59 by vsk:
    [llvm-dwarfdump][Statistics] Ignore DW_TAG_subroutine_type in statistics

    • edit: llvm/test/tools/llvm-dwarfdump/X86/statistics.ll
    • edit: llvm/tools/llvm-dwarfdump/Statistics.cpp
  • Commit eb725eadbdc78bf5c2498893cbf5afbbd64c7da8 by vsk:
    [llvm-dwarfdump][Statistics] Ignore declarations of global variables

    • edit: llvm/tools/llvm-dwarfdump/Statistics.cpp
    • edit: llvm/test/tools/llvm-dwarfdump/X86/statistics.ll
  • Commit 08e54bb01d315b834ad83126d0e17d98e6be7803 by vsk:
    [llvm-dwarfdump][Statistics] Count more than one conrete out-of-line

    • add: llvm/test/tools/llvm-dwarfdump/X86/stats-mulitple-cu-out-of-line.ll
    • edit: llvm/tools/llvm-dwarfdump/Statistics.cpp
  • Commit 3ac811a5d3afe6964abd40ac1d21d13701dc7670 by vsk:
    [llvm-dwarfdump][Statistics] Distinguish parameters with same name or

    • edit: llvm/test/tools/llvm-dwarfdump/X86/statistics.ll
    • edit: llvm/tools/llvm-dwarfdump/Statistics.cpp
  • Commit 799d0d27c4028c8a22891f04a679e819a93a0a6b by vsk:
    [llvm-dwarfdump][Statistics] Make calculations of vars in global scope

    • add: llvm/test/tools/llvm-dwarfdump/X86/stats-multiple-cu-members.ll
    • edit: llvm/tools/llvm-dwarfdump/Statistics.cpp
  • Commit 596d6130ca320891285e8635ee7edf01836401df by vsk:
    CodeGenPrepare: Reorder check for cold and shouldOptimizeForSize

    • edit: llvm/lib/CodeGen/CodeGenPrepare.cpp
  • Commit 63e4fe0c0b78d15eb78e301f4e998e017e741e2c by bruno.cardoso:
    [PATCH 1/3] [ODRHash] Change signature for ODRDiagDeclError and make it

    • edit: clang/lib/Serialization/ASTReader.cpp
  • Commit 15289bb26121b8d5016569492a158984d050aa7e by bruno.cardoso:
    [PATCH 2/3] [ODRHash] Factor out protocol list checking from interface

    • edit: clang/lib/Serialization/ASTReader.cpp
    • edit: clang/include/clang/Basic/DiagnosticSerializationKinds.td
  • Commit a39404e1fdbf05d44d8280a2cccd92ca908eec4e by bruno.cardoso:
    [PATCH 3/3] [Modules][ODRHash] Add ODR checking for @protocols

    • edit: clang/lib/AST/DeclObjC.cpp
    • edit: clang/test/Modules/odr_hash.m
    • edit: clang/include/clang/AST/ODRHash.h
    • edit: clang/include/clang/Serialization/ASTReader.h
    • edit: clang/include/clang/AST/DeclObjC.h
    • edit: clang/lib/AST/ODRHash.cpp
    • edit: clang/lib/Serialization/ASTWriterDecl.cpp
    • edit: clang/include/clang/Basic/DiagnosticSerializationKinds.td
    • edit: clang/lib/Serialization/ASTReader.cpp
    • edit: clang/lib/Serialization/ASTReaderDecl.cpp
  • Commit d96decf11ff73c9813e3102164ede0a7b8d71d4f by jonas:
    [lldb/Symbol] Use StringRef ctor to prevent incorrect overload

    • edit: lldb/source/Symbol/TypeSystem.cpp
  • Commit 9256ffe85ea810e0ecaee892d9e5c101b9f94bde by jonas:
    [lldb/Swift] Adjust for StringPrinterBufferPointer changes

    • edit: lldb/source/Plugins/Language/Swift/SwiftLanguage.cpp
  • Commit 85a38c170f8c9ad63fba255d4b2c17bc2487f494 by david:
    Implementation of the conditional target dependency proposal

    • edit: Sources/Xcodeproj/generate.swift
    • edit: Tests/PackageGraphTests/PackageGraphTests.swift
    • edit: Tests/BuildTests/BuildPlanTests.swift
    • edit: Sources/PackageGraph/PackageGraphLoader.swift
    • edit: Tests/PackageGraphPerformanceTests/PackageGraphPerfTests.swift
    • edit: Sources/PackageModel/Manifest.swift
    • edit: Sources/PackageModel/ResolvedModels.swift
    • edit: Sources/PackageModel/BuildSettings.swift
    • edit: Sources/PackageLoading/ModuleMapGenerator.swift
    • edit: Sources/PackageDescription/Package.swift
    • edit: Tests/PackageLoadingTests/PD4LoadingTests.swift
    • edit: Tests/XcodeprojTests/GenerateXcodeprojTests.swift
    • edit: Sources/Build/BuildParameters.swift
    • edit: Tests/PackageLoadingTests/PackageBuilderTests.swift
    • edit: Tests/PackageGraphTests/XCTestManifests.swift
    • edit: Sources/SPMTestSupport/PackageGraphTester.swift
    • edit: Sources/PackageModel/Platform.swift
    • edit: Sources/Build/BuildPlan.swift
    • edit: Tests/BuildTests/XCTestManifests.swift
    • edit: Tests/WorkspaceTests/WorkspaceTests.swift
    • edit: Tests/PackageLoadingTests/PD5_2LoadingTests.swift
    • edit: Sources/Build/ManifestBuilder.swift
    • edit: Sources/PackageLoading/PackageDescription4Loader.swift
    • edit: Tests/PackageLoadingTests/XCTestManifests.swift
    • edit: Tests/XcodeprojTests/XCTestManifests.swift
    • edit: Sources/PackageDescription/Target.swift
    • edit: Sources/PackageModel/PackageModel+Codable.swift
    • edit: Sources/PackageDescription/BuildSettings.swift
    • edit: Tests/PackageLoadingTests/PDNextLoadingTests.swift
    • edit: Sources/SPMTestSupport/TestWorkspace.swift
    • edit: Sources/PackageGraph/PackageGraph.swift
    • edit: Sources/PackageLoading/ManifestLoader.swift
    • edit: Sources/Xcodeproj/pbxproj.swift
    • edit: Tests/PackageModelTests/TargetTests.swift
    • edit: Sources/PackageModel/Target.swift
    • edit: Sources/PackageLoading/PackageBuilder.swift
  • Commit b406a0759537cc16b144b388cc50adb2bef285a6 by ankit_aggarwal:
    Use swift's -print-target-triple to compute the host target triple

    • edit: Tests/WorkspaceTests/InitTests.swift
    • edit: Tests/FunctionalTests/MiscellaneousTests.swift
    • edit: Sources/Workspace/UserToolchain.swift
    • edit: Tests/BuildTests/BuildPlanTests.swift
    • edit: Tests/FunctionalTests/ModuleMapTests.swift
    • edit: Tests/FunctionalTests/SwiftPMXCTestHelperTests.swift
    • edit: Sources/Build/BuildParameters.swift
    • edit: Tests/FunctionalPerformanceTests/BuildPerfTests.swift
    • edit: Tests/FunctionalTests/CFamilyTargetTests.swift
    • edit: Sources/Commands/SwiftTool.swift
    • edit: Tests/CommandsTests/PackageToolTests.swift
    • edit: Tests/FunctionalTests/ToolsVersionTests.swift
    • edit: Sources/Build/Triple.swift
    • edit: Sources/Workspace/Destination.swift
    • edit: Tests/CommandsTests/BuildToolTests.swift
    • edit: Tests/FunctionalTests/DependencyResolutionTests.swift