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

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

Build URL: https://ci.swift.org/job/oss-swift-package-osx/4893/
Project: oss-swift-package-osx
Date of build: Wed, 24 Jun 2020 16:25:25 -0500
Build duration: 5 hr 9 min

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

Changes- Commit 85c5c2ca3b8b0146e1b227814aeb1e8e37af4d7d by dsk:

[test][stdlib] Add strto*_l stubs for OpenBSD.

  • edit: stdlib/public/stubs/Stubs.cpp

  • Commit e0785bcbf773989929bb436a6ec24b5c5dcdd6be by rishizaki:

    [AST] 'CaseStmt' to hold the parent 'SwitchStmt' or 'DoCatchStmt'

    • edit: include/swift/AST/Stmt.h
    • edit: lib/AST/Stmt.cpp
  • Commit a5f0069b8dfef390b93c6e373133d9e422bf124f by nate_chandler:

    [metadata prespecialization] Check conformances.

    • edit: test/IRGen/prespecialized-metadata/struct-inmodule-1argument-3conformance-1distinct_use.swift
    • edit: test/IRGen/prespecialized-metadata/struct-inmodule-1argument-5conformance-1distinct_use.swift
    • edit: test/IRGen/prespecialized-metadata/enum-inmodule-1argument-1conformance-public-1distinct_use.swift
    • edit: lib/IRGen/MetadataRequest.cpp
    • edit: test/IRGen/prespecialized-metadata/struct-inmodule-1argument-1conformance-1distinct_use.swift
    • edit: test/IRGen/prespecialized-metadata/enum-inmodule-1argument-1conformance-1distinct_use.swift
    • add: test/IRGen/prespecialized-metadata/struct-multi-conformance.swift
    • edit: test/IRGen/prespecialized-metadata/struct-inmodule-1argument-4conformance-1distinct_use.swift
    • edit: test/IRGen/prespecialized-metadata/struct-inmodule-1argument-2conformance-1distinct_use.swift
  • Commit f77e7949779c3db26ef931b16bc9d511853cff37 by compnerd:

    test: make binary_sub python 2, 3 compatible

    • edit: test/Serialization/Inputs/binary_sub.py
  • Commit 24003e639a1de230c3467312aa28be9c62a94dac by compnerd:

    utils: update remote-run for Python 3 compatibility

    • edit: utils/remote-run
  • Commit 436d47518addd170f4674dde133c5b61c83d05f4 by nhawes:

    [SourceKit/Indentation] Fix over-indent after function declaration with

    • edit: lib/IDE/Formatting.cpp
    • edit: test/swift-indent/basic.swift
  • Commit f50b66689e5bca9e13987c91ba6f2d2bee85246b by rishizaki:

    [CodeCompletion] Fallback to nominal member completion after trailing

    • edit: lib/IDE/CodeCompletion.cpp
    • edit: test/IDE/complete_multiple_trailingclosure.swift
    • edit: lib/Parse/ParseExpr.cpp