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

# [FAILURE] oss-swift-rebranch-incremental-RA-linux-ubuntu-16_04-long-test [#121]

Build URL: https://ci.swift.org/job/oss-swift-rebranch-incremental-RA-linux-ubuntu-16_04-long-test/121/
Project: oss-swift-rebranch-incremental-RA-linux-ubuntu-16_04-long-test
Date of build: Thu, 28 Jan 2021 00:31:58 -0600
Build duration: 1 hr 5 min

Changes- Commit dd8d95a6800cbfc79d5a4fb9ad7b6e8f7829cc8d by github:

Fix typo in OptimizationTips.rst

  • edit: docs/OptimizationTips.rst

  • Commit def22dc074f8c9b8a78b374d11bec5cf350a2e72 by aschwaighofer:

    Revert " [runtime] unittests should use just-built compiler if the runtime did"

    • edit: unittests/runtime/CMakeLists.txt
  • Commit e00ef28024f8095dee3eeeed719df54d69bb94a4 by varun_gandhi:

    [SILOpt] Turn off PruneVTables.

    • edit: lib/SILOptimizer/PassManager/PassPipeline.cpp
  • Commit 7a1065cfc2a6ca6ec736dd86c57e8790372c4712 by atrick:

    Comment SimplifyCFG JumpThreadingCost.

    • edit: lib/SILOptimizer/Transforms/SimplifyCFG.cpp
  • Commit 2b996fc85b4be5c2da3c8adbd3bb2836a3c8e4f1 by danielrodriguez:

    [android][test] Mark other-entry-point-function-name as executable.

    • edit: test/SILGen/other-entry-point-function-name.swift
  • Commit a076a4dc5ad0386d94bef3cfeb4730477a8f9360 by davelee.com:

    [lldb] Lift DumpValue into TypeSystemSwift

    • edit: lldb/source/Plugins/TypeSystem/Swift/TypeSystemSwift.cpp
    • edit: lldb/source/Plugins/TypeSystem/Swift/SwiftASTContext.h
    • edit: lldb/source/Plugins/TypeSystem/Swift/SwiftASTContext.cpp
    • edit: lldb/source/Plugins/TypeSystem/Swift/TypeSystemSwiftTypeRef.cpp
    • edit: lldb/source/Plugins/TypeSystem/Swift/TypeSystemSwift.h
    • edit: lldb/source/Plugins/TypeSystem/Swift/TypeSystemSwiftTypeRef.h
  • Commit 1e210c842a35c9f7a368dd9fbad2c73cef386a35 by davelee.com:

    Revert "Use a better workaround for rdar://problem/25587546"

    • edit: lldb/test/API/commands/frame/diagnose/bad-reference/TestBadReference.py
    • edit: lldb/test/API/commands/frame/diagnose/local-variable/TestLocalVariable.py
    • edit: lldb/test/API/commands/frame/diagnose/complicated-expression/TestComplicatedExpression.py
    • edit: lldb/test/API/commands/frame/diagnose/inheritance/TestDiagnoseInheritance.py
    • edit: lldb/test/API/functionalities/data-formatter/data-formatter-objc/TestDataFormatterObjCNSError.py
    • edit: lldb/test/API/commands/frame/diagnose/virtual-method-call/TestDiagnoseDereferenceVirtualMethodCall.py
    • delete: lldb/test/API/assert_messages_test/TestAssertMessages.py
    • edit: lldb/test/API/commands/settings/TestSettings.py
    • edit: lldb/test/API/macosx/macCatalyst/TestMacCatalyst.py
    • edit: lldb/test/API/driver/batch_mode/TestBatchMode.py
    • edit: lldb/test/API/commands/frame/diagnose/dereference-argument/TestDiagnoseDereferenceArgument.py
    • edit: lldb/test/API/commands/frame/diagnose/dereference-this/TestDiagnoseDereferenceThis.py
    • edit: lldb/packages/Python/lldbsuite/test/lldbtest.py
    • edit: lldb/test/API/functionalities/breakpoint/breakpoint_by_line_and_column/TestBreakpointByLineAndColumn.py
    • edit: lldb/test/API/functionalities/data-formatter/data-formatter-objc/cmtime/TestDataFormatterCMTime.py
    • edit: lldb/test/API/lang/cpp/constructors/TestCppConstructors.py
  • Commit 2fd266933b1717f938c765ba1e09493e623944ae by jonas:

    [lldb] Skip Linux tests currently disabled on main

    • edit: lldb/test/API/lang/swift/expression/exclusivity_suppression/TestExclusivitySuppression.py
    • edit: lldb/test/API/lang/swift/implementation_only_imports/main_executable/TestMainExecutable.py
    • edit: lldb/test/API/lang/swift/po/sys_types/TestSwiftPOSysTypes.py
    • edit: lldb/test/Shell/Reproducer/Swift/TestBridging.test
  • Commit f14adf9dde8613c73c096d83e90e903615f25a69 by davelee.com:

    [lldb] Reenable TestSwiftAsyncFnArgs

    • edit: lldb/test/API/lang/swift/async/async_fnargs/TestSwiftAsyncFnArgs.py
  • Commit b6447d2f40bda7bb9e9f2495416d51bfd5110f3c by davelee.com:

    [lldb] Remove dup test self_from_register

    • delete: lldb/test/API/lang/swift/expression/self_from_register/Makefile
    • delete: lldb/test/API/lang/swift/expression/self_from_register/TestSelfFromRegister.py
    • delete: lldb/test/API/lang/swift/expression/self_from_register/main.swift
  • Commit 666a378c4f1f2cee2ec67c8bca8be16c955c1882 by davelee.com:

    [lldb] Tweak C enum declaration for enum_objc portability

    • edit: lldb/test/API/lang/swift/enum_objc/enum.h
  • Commit dddcc6320d9d2a5f6417ac70c0e25221b98ff0a6 by devteam.codafi:

    Propagate Explicit File System Parameter to Source File Dependency Graph Integrator

    • edit: Sources/SwiftDriver/IncrementalCompilation/IncrementalCompilationState.swift
    • edit: Sources/SwiftDriver/IncrementalCompilation/ModuleDependencyGraphParts/Integrator.swift
    • edit: Tests/SwiftDriverTests/IncrementalCompilationTests.swift
    • edit: Sources/SwiftDriver/IncrementalCompilation/SourceFileDependencyGraph.swift
    • edit: Sources/SwiftDriver/IncrementalCompilation/ModuleDependencyGraph.swift
  • Commit 56a5aef1aad40539ee9bc85c79639878c5deb98a by devteam.codafi:

    Add a Utility to Look Up Test Fixtures

    • add: Tests/SwiftDriverTests/Helpers/Fixture.swift
    • edit: Tests/SwiftDriverTests/IncrementalCompilationTests.swift
  • Commit 0becbbc6a58d78d55933ab8ee9cfb9e535f09f0f by devteam.codafi:

    Avoid an Unnecessary Buffer Copy

    • edit: Tests/SwiftDriverTests/ModuleDependencyGraphTests.swift
    • edit: Sources/SwiftDriver/IncrementalCompilation/SourceFileDependencyGraph.swift