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

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

Build URL: https://ci.swift.org/job/oss-swift-package-osx/4920/
Project: oss-swift-package-osx
Date of build: Tue, 30 Jun 2020 19:53:06 -0500
Build duration: 5 hr 25 min

Identified problems:- Delete directory failed: A script tried to delete a directory with rm and it failed

Changes- Commit 12f4db3933e42c11ce15bf5e1fe179942a7aa414 by abdulras:

test: make gen-output-file-map Python 3 friendly

  • edit: test/Incremental/Verifier/gen-output-file-map.py

  • Commit 112af9e571baefb713a71d49e8765f4081d74ba3 by abdulras:

    test: adjust style for python linter (NFC)

    • edit: test/Incremental/Verifier/gen-output-file-map.py
  • Commit bf0a1838532c0d0237d27215e036e6c2440174ff by dsk:

    [NFC] Move the strto*_l stubs closer to use.

    • edit: stdlib/public/stubs/Stubs.cpp
  • Commit 311482db41a2df9f2c8eb45d9bf38d2e5d7fc70b by dsk:

    [NFC] Pull out the win32 implementation.

    • edit: stdlib/public/stubs/Stubs.cpp
  • Commit 3cc9d75d435d114cf951378819b521ef62da68a2 by dsk:

    [NFC] Gather strto*_l stubs together.

    • edit: stdlib/public/stubs/Stubs.cpp
  • Commit d3a93149794bda3102fb01e5008e6f411b2e7851 by dsk:

    [stdlib] Simplify the strto* platform stubs.

    • edit: stdlib/public/stubs/Stubs.cpp
  • Commit 5cee6f3d6abb9882411d235829340e3077cb961e by augusto2112:

    Unify 'MetadataSections' data structure, as well as common ELF and COFF

    • edit: stdlib/public/runtime/ImageInspectionCOFF.cpp
    • edit: stdlib/public/runtime/SwiftRT-ELF.cpp
    • delete: stdlib/public/runtime/ImageInspectionCOFF.h
    • delete: stdlib/public/runtime/ImageInspectionELF.h
    • edit: stdlib/public/runtime/SwiftRT-COFF.cpp
    • edit: stdlib/public/runtime/CMakeLists.txt
    • edit: include/swift/Reflection/ReflectionContext.h
    • edit: stdlib/public/runtime/ImageInspectionELF.cpp
    • edit: stdlib/public/SwiftShims/MetadataSections.h
    • add: stdlib/public/runtime/ImageInspectionCommon.cpp
    • add: stdlib/public/runtime/ImageInspectionCommon.h
  • Commit bb3c9457cfffa6557bc5eeb66fc118230f02b054 by compnerd:

    test: exit properly with swift_build_sdk_interface

    • edit: utils/swift_build_sdk_interfaces.py
  • Commit cb0a0642edcd4a23dfceeed3e7fdb9da359eb79f by abdulras:

    tests: make jobstats and process-stats-dir python3 compatible

    • edit: utils/process-stats-dir.py
    • edit: utils/jobstats/jobstats.py
  • Commit cfebd57e8091301831090d1643449bf14b4e180e by abdulras:

    test: adjust style for python linter (NFC)

    • edit: utils/process-stats-dir.py
  • Commit 11246be177a40d2affc8efa18a8d9e2abf23c8cc by scanon:

    Add explicit init from BinaryInteger to CGFloat

    • edit: stdlib/public/Darwin/CoreGraphics/CGFloat.swift.gyb
  • Commit f7ee082210318b12e212e0dc692f58002c241457 by compnerd:

    test: improve Python3 compatibility for swift_build_sdk_interfaces

    • edit: utils/swift_build_sdk_interfaces.py
  • Commit 1bc9159e4f31ee364b94d44775c67c442d0c52d1 by github:

    [AutoDiff] Support differentiation of functions with multiple results in

    • edit: include/swift/SILOptimizer/Differentiation/PullbackEmitter.h
    • edit: lib/SILOptimizer/Differentiation/PullbackEmitter.cpp
    • edit: lib/SILOptimizer/Differentiation/VJPEmitter.cpp
    • edit: test/AutoDiff/validation-test/simple_math.swift
    • edit: lib/SIL/IR/SILFunctionType.cpp
    • edit: test/AutoDiff/SILOptimizer/differentiation_diagnostics.swift
    • edit: test/AutoDiff/validation-test/forward_mode.swift
  • Commit bee6b5fa9bb83f63d57e0b2938147778e2fd4d09 by aprantl:

    Rearrange comment. (NFC)

    • edit: lldb/test/API/lang/swift/expression/objc_context/TestSwiftExpressionObjCContext.py
  • Commit 40572e6d130fcb253ae43b81a0684cf999c7a0d1 by aprantl:

    Simplify test python. (NFC)

    • edit: lldb/test/API/lang/swift/clangimporter/config_macros/TestSwiftDedupMacros.py
  • Commit f145f20faf8ef2ab39205ee61fffddf88dcd4326 by aprantl:

    Strip out -Werror arguments when constructing ClangImporter.

    • add: lldb/test/API/lang/swift/clangimporter/Werror/dylib.mk
    • add: lldb/test/API/lang/swift/clangimporter/Werror/main.swift
    • add: lldb/test/API/lang/swift/clangimporter/Werror/Makefile
    • edit: lldb/source/Symbol/SwiftASTContext.cpp
    • add: lldb/test/API/lang/swift/clangimporter/Werror/dylib.swift
    • add: lldb/test/API/lang/swift/clangimporter/Werror/TestSwiftStripWerror.py
  • Commit 7ec29c64a86c72a4992d4e65fad6f478d57de555 by aprantl:

    Simplify recursive make (NFC)

    • edit: lldb/test/API/lang/swift/clangimporter/config_macros/Makefile
    • edit: lldb/test/API/lang/swift/clangimporter/Werror/Makefile
  • Commit df8648dcc67ebf8da0e297f51ed2b65b25711671 by jkorous:

    [libclang]: visit BindingDecl in DecompositionDecl

    • add: clang/test/Index/cxx17-structured-binding.cpp
    • edit: clang/tools/libclang/CIndex.cpp
    • edit: clang/tools/libclang/CursorVisitor.h
  • Commit e7740aa3b489b1031072c527b21091271a9efd18 by jkorous:

    [libclang]: visit C++17 if init statements

    • add: clang/test/Index/cxx17-if-with-initializer.cpp
    • edit: clang/tools/libclang/CIndex.cpp
  • Commit 884d8780ae19275534c7ef8656db240ca9118c43 by github:

    Do not store products in resolved file (#2792)

    • edit: Tests/WorkspaceTests/WorkspaceTests.swift
    • edit: Sources/Workspace/misc.swift
    • edit: Tests/PackageGraphTests/PubgrubTests.swift
    • edit: Tests/WorkspaceTests/PinsStoreTests.swift
    • edit: Sources/SPMTestSupport/TestWorkspace.swift
    • edit: Sources/Workspace/Workspace.swift
    • edit: Sources/PackageGraph/PinsStore.swift

New issue found!