[Swift CI] Build Failure: OSS - Swift Package - OS X (master) #4685

Report

[FAILURE] oss-swift-package-osx [#4685]

Build URL:
https://ci.swift.org/job/oss-swift-package-osx/4685/
Project:
oss-swift-package-osx
Date of build:
Thu, 07 May 2020 14:02:07 -0500
Build duration:
4 hr 44 min

Identified problems:

  • Jenkins Error: This build failed because of a Jenkins Error; typically a Java exception.

Changes

  • Commit c3cd87ae9dfc51a5d294af953632b82e0f990c21 by repo:
    [CMake][llbuildSwift] fix runpath for ELF platforms

    • edit: products/llbuildSwift/CMakeLists.txt
  • Commit 88e1aba8e6a6b72e3fadcfb1b7a6b1625d0f857a by klorentey:
    Revert "[Foundation] Fix potential backdeployment regression in append"

    • edit: stdlib/public/Darwin/Foundation/Data.swift
  • Commit d5430693aa5faeba1234a4655b11e0b6ca0db835 by klorentey:
    [Foundation] Data.append: Switch to using resetBytes(in:)

    • edit: stdlib/public/Darwin/Foundation/Data.swift
  • Commit 658effd9284efa396b35f3bec6def0dd6aeb1fc6 by klorentey:
    [test] Data: Add tests exercising Sequence-based init and append

    • edit: test/stdlib/TestData.swift
  • Commit e7996a770a43acc6d0d148ec29cf127abe8c12dd by abdulras:
    runtime: replace LLVM_LIKELY with SWIFT_LIKELY (NFC)

    • edit: stdlib/public/runtime/Metadata.cpp
    • edit: stdlib/public/runtime/Casting.cpp
  • Commit f2c10d2ed4f70e97e4f322908a424a4e35dea27c by acgarland:
    [SymbolGraph] Use identifier for type name fragments

    • edit: lib/SymbolGraphGen/DeclarationFragmentPrinter.cpp
    • edit: lib/SymbolGraphGen/SymbolGraph.cpp
    • edit: lib/SymbolGraphGen/DeclarationFragmentPrinter.h
    • edit: test/SymbolGraph/Symbols/Mixins/DeclarationFragments/Navigator.swift
    • edit: test/SymbolGraph/Symbols/Mixins/DeclarationFragments/SubheadingDeclarationFragmentsTypes.swift
  • Commit 7aed042817293e7fa9deb9a3c693e9d56de1a3d5 by achikin:
    Add fix on Keypath -> Function with multiple arguments type mismatch.

    • add: test/Constraints/keypath_closure_conv_mismatch.swift
    • edit: lib/Sema/CSDiagnostics.cpp
    • add: test/Constraints/keypath_closure_conv_mismatch_generic.swift
    • edit: lib/Sema/CSFix.cpp
    • edit: lib/Sema/CSFix.h
    • edit: lib/Sema/CSSimplify.cpp
    • add: test/Constraints/keypath_closure_conv_mismatch_norettype.swift
    • edit: include/swift/AST/DiagnosticsSema.def
    • edit: lib/Sema/CSDiagnostics.h
  • Commit dd0ce1ad13e3c5bc5f2af93ac78a8299486b057e by spestov:
    Remove the integrated REPL

    • delete: test/Interpreter/repl_hashbang.swift
    • delete: test/Interpreter/repl_conformance_lookup.swift
    • delete: test/Interpreter/repl.swift
    • delete: test/Interpreter/late_import_cgfloat.swift
    • delete: test/Interpreter/SDK/Cocoa_repl.swift
    • delete: test/Interpreter/repl_autolinking.swift
    • delete: test/Interpreter/SDK/missing_imports_repl.swift
    • edit: include/swift/AST/IRGenOptions.h
    • edit: lib/Immediate/CMakeLists.txt
    • delete: test/Interpreter/repl_diagnostics.swift
    • delete: test/Interpreter/repl_13695499.swift
    • edit: include/swift/Immediate/Immediate.h
    • delete: lib/Immediate/REPL.cpp
    • edit: lib/FrontendTool/FrontendTool.cpp
    • edit: lib/IRGen/GenDecl.cpp
    • delete: test/SILOptimizer/access_marker_verify_repl.swift
    • delete: test/DebugInfo/variables-repl.swift
    • delete: test/Interpreter/repl_17597453.swift
  • Commit b74f42602a6ad1a658297a504af56f3565bf30e8 by compnerd:
    runtime: add and switch to SWIFT_USED (NFC)

    • edit: stdlib/public/runtime/ProtocolConformance.cpp
    • edit: stdlib/public/SwiftShims/HeapObject.h
    • edit: stdlib/public/SwiftShims/RefCount.h
    • edit: stdlib/public/SwiftShims/Visibility.h
    • edit: stdlib/public/runtime/HeapObject.cpp
    • edit: stdlib/public/runtime/Leaks.h
    • edit: stdlib/public/runtime/ExistentialContainer.cpp
    • edit: stdlib/public/runtime/Metadata.cpp
  • Commit 2813f68428bfec9a46cedd34f5269b7d9fa536dc by spestov:
    Sema: Remove processREPLTopLevel()

    • delete: lib/Sema/TypeCheckREPL.cpp
    • edit: lib/Sema/TypeChecker.cpp
    • edit: lib/Sema/CMakeLists.txt
    • edit: lib/Sema/TypeChecker.h
  • Commit b81c0d63d167a5ec1addfd3f017f39d5ab177e63 by spestov:
    AST: Remove SourceFileKind::REPL

    • edit: lib/Frontend/CompilerInvocation.cpp
    • edit: lib/Sema/TypeCheckStmt.cpp
    • edit: lib/Sema/ImportResolution.cpp
    • edit: lib/Frontend/Frontend.cpp
    • edit: lib/AST/Module.cpp
    • edit: lib/AST/TypeCheckRequests.cpp
    • edit: lib/Sema/TypeCheckDeclPrimary.cpp
    • edit: lib/Sema/TypeChecker.cpp
    • edit: lib/AST/ASTVerifier.cpp
    • edit: lib/Parse/ParseDecl.cpp
    • edit: include/swift/AST/Module.h
    • edit: lib/Parse/Parser.cpp
    • edit: tools/swift-ide-test/swift-ide-test.cpp
    • edit: include/swift/AST/SourceFile.h
    • edit: lib/IDE/REPLCodeCompletion.cpp
  • Commit 2a388b5cee4b949160670445e73be48af1ccb73e by spestov:
    AST: Remove SourceFile::truncateTopLevelDecls()

    • edit: include/swift/AST/SourceFile.h
  • Commit 6224909d3775e249bc5bf13338f054a2469c7f25 by mboehme:
    Add a test that imported C++ classes can conform to protocols.

    • add: test/Interop/Cxx/class/protocol-conformance-typechecker.swift
    • add: test/Interop/Cxx/class/Inputs/protocol-conformance.h
    • edit: test/Interop/Cxx/class/Inputs/module.modulemap
    • add: test/Interop/Cxx/class/protocol-conformance-silgen.swift
  • Commit 60bbae2fbf3f6f1a273a6c9c9db4847bc37f333a by teemperor:
    [lldb] Re-add deleted RUN line in module-ownership.mm

    • edit: lldb/test/Shell/SymbolFile/DWARF/module-ownership.mm
  • Commit 8db6be6124e110e106b4600c9b66e5a594b36075 by teemperor:
    [lldb] Also set owning module for template specializations

    • edit: lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp
    • edit: lldb/test/Shell/SymbolFile/DWARF/module-ownership.mm
  • Commit 3f30dbe6ade4f2403e113076d08092ddb31c4bce by aprantl:
    Add support for the dynamic self type.

    • edit: lldb/source/Symbol/SwiftASTContext.cpp
    • add: lldb/test/API/lang/swift/dynamic_self/TestSwiftDynamicSelf.py
    • add: lldb/test/API/lang/swift/dynamic_self/main.swift
    • edit: lldb/source/Target/SwiftLanguageRuntimeDynamicTypeResolution.cpp
    • add: lldb/test/API/lang/swift/dynamic_self/Makefile
  • Commit 5bfef1e12a780d63aca95939ae0d7dc07bc5e490 by spestov:
    [Swift] Remove usages of SourceFileKind::REPL

    • edit: lldb/source/Plugins/ExpressionParser/Swift/SwiftREPL.cpp
    • edit: lldb/source/Symbol/SwiftASTContext.cpp
  • Commit 984618b84a533da40c9aff6964329f10288ef150 by github:
    Test sanitizers with build plans. (#2720)

    • delete: Fixtures/Miscellaneous/DoubleFree/Package.swift
    • delete: Fixtures/Miscellaneous/DoubleFree/Tests/LinuxMain.swift
    • delete: Fixtures/Miscellaneous/DoubleFree/Sources/lib/lib.swift
    • delete: Fixtures/Miscellaneous/ThreadRace/Sources/exec/main.swift
    • delete: Fixtures/Miscellaneous/ThreadRace/Tests/libTests/XCTestManifests.swift
    • delete: Fixtures/Miscellaneous/ThreadRace/Sources/lib/lib.swift
    • edit: Tests/BuildTests/BuildPlanTests.swift
    • delete: Fixtures/Miscellaneous/ThreadRace/Package.swift
    • delete: Fixtures/Miscellaneous/ThreadRace/Tests/libTests/libTests.swift
    • delete: Fixtures/Miscellaneous/DoubleFree/Tests/libTests/libTests.swift
    • delete: Fixtures/Miscellaneous/ThreadRace/Tests/LinuxMain.swift
    • delete: Fixtures/Miscellaneous/DoubleFree/Tests/libTests/XCTestManifests.swift
    • delete: Fixtures/Miscellaneous/ThreadRace/.gitignore
    • edit: Tests/CommandsTests/RunToolTests.swift
    • edit: Tests/CommandsTests/TestToolTests.swift
    • delete: Fixtures/Miscellaneous/DoubleFree/Sources/exec/main.swift
    • delete: Fixtures/Miscellaneous/ThreadRace/README.md
    • delete: Fixtures/Miscellaneous/DoubleFree/README.md

New issue found!