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

# [FAILURE] oss-swift-incremental-RA-linux-ubuntu-18_04-long-test [#3995]

Build URL: https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-18_04-long-test/3995/
Project: oss-swift-incremental-RA-linux-ubuntu-18_04-long-test
Date of build: Tue, 30 Jun 2020 17:09:17 -0500
Build duration: 2 hr 28 min

Identified problems:- Compile Error: This build failed because of a compile error. Below is a list of all errors in the build log:

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/SwiftShims/MetadataSections.h
    • edit: stdlib/public/runtime/SwiftRT-COFF.cpp
    • edit: stdlib/public/runtime/ImageInspectionCOFF.cpp
    • edit: stdlib/public/runtime/ImageInspectionELF.cpp
    • edit: include/swift/Reflection/ReflectionContext.h
    • delete: stdlib/public/runtime/ImageInspectionCOFF.h
    • edit: stdlib/public/runtime/SwiftRT-ELF.cpp
    • add: stdlib/public/runtime/ImageInspectionCommon.h
    • delete: stdlib/public/runtime/ImageInspectionELF.h
    • add: stdlib/public/runtime/ImageInspectionCommon.cpp
    • edit: stdlib/public/runtime/CMakeLists.txt
  • 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/jobstats/jobstats.py
    • edit: utils/process-stats-dir.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 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.swift
    • 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/TestSwiftStripWerror.py
    • add: lldb/test/API/lang/swift/clangimporter/Werror/Makefile
    • edit: lldb/source/Symbol/SwiftASTContext.cpp
  • 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 cfe1174cce10f6ae19b9de665fb7278d270a9467 by vsk:

    Don't create a Module SwiftASTContext when the stdlib is missing

    • edit: lldb/source/Symbol/SwiftASTContext.cpp
  • Commit e84ffb34a567ab083cce7969c908ffe7bdd60fed by aprantl:

    Add a workaround for some tests in DWARFImporter-only mode.

    • edit: lldb/test/API/lang/swift/po/ref_types/main.swift
    • edit: lldb/test/API/lang/swift/po/val_types/main.swift
    • edit: lldb/test/API/lang/swift/closure_shortcuts/main.swift
    • edit: lldb/test/API/lang/swift/expression/objc_context/TestSwiftExpressionObjCContext.py
  • Commit 884d8780ae19275534c7ef8656db240ca9118c43 by github:

    Do not store products in resolved file (#2792)

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