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

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

Build URL: https://ci.swift.org/job/oss-swift-rebranch-incremental-RA-linux-ubuntu-18_04-long-test/58/
Project: oss-swift-rebranch-incremental-RA-linux-ubuntu-18_04-long-test
Date of build: Thu, 28 Jan 2021 00:13:04 -0600
Build duration: 2 hr 23 min

Changes- Commit 7c7e4444e018985c9299be1b64bc707a651157ea by mishal_shah:

Add rebranch trigger job

  • add: jobs/rebranch/oss-package-trigger.sh

  • add: jobs/rebranch/oss-swift-package-osx.sh

  • Commit bf6c753a81a34d40e4d932a3d5bc723bd9748b22 by brentleyjones:

    Update guide to mention correct subdirectory

    • edit: docs/HowToGuides/GettingStarted.md
  • Commit cb5936688c2ce62a99774aa34d95468c14cc5b29 by egor.zhdan:

    SourceKit: do not print implementation-only imports

    • edit: test/Serialization/Recovery/implementation-only-override.swift
    • edit: lib/IDE/ModuleInterfacePrinting.cpp
    • edit: lib/Serialization/ModuleFile.cpp
  • Commit e21550ad908f12eea49aa8a0587095ef49df3330 by nate_chandler:

    [SILGen] Enable alternative entry point name.

    • edit: lib/IRGen/IRGenDebugInfo.h
    • add: test/SILGen/other-entry-point-function-name.swift
    • add: test/SILGen/Inputs/forward-to-foobar.c
    • edit: lib/IRGen/TypeLayoutVerifier.cpp
    • edit: include/swift/SIL/SILFunction.h
    • edit: lib/IRGen/IRGenDebugInfo.cpp
    • edit: lib/TBDGen/TBDGenVisitor.h
    • edit: lib/IRGen/GenDecl.cpp
    • edit: lib/Frontend/CompilerInvocation.cpp
    • edit: include/swift/AST/ASTContext.h
    • edit: include/swift/Option/FrontendOptions.td
    • edit: lib/AST/ASTContext.cpp
    • edit: lib/SILGen/SILGen.cpp
    • edit: include/swift/Basic/LangOptions.h
  • Commit 8b2098445e64f4c78ab2d2047730ab374164d5df by atrick:

    Add a safeguard to SimplifyCFG tryJumpThreading to avoid infinite loop peeling

    • edit: lib/SILOptimizer/Transforms/SimplifyCFG.cpp
  • Commit dc9d1327df1b80dca91940fcc1cc583c195b4623 by meghanavgupta:

    Treat is_unique as a read in LoadBorrowImmutabilityChecker

    • edit: test/SIL/ownership-verifier/load_borrow_invalidation_test.sil
    • edit: lib/SIL/Verifier/LoadBorrowImmutabilityChecker.cpp
  • Commit ddf8b459ba56c8ece1dcc1d6898941f17b8f08fb by meghanavgupta:

    Fix use-after-free of deleted debug instructions in Canonicalize

    • edit: lib/SILOptimizer/Utils/CanonicalizeInstruction.cpp
    • edit: test/SILOptimizer/sil_combine_ossa.sil
  • Commit 514cd9cfc38bebfebd1f4ef63a8be26c24e4addf by meghanavgupta:

    Handle empty case in SILCombine's

    • edit: lib/SILOptimizer/SILCombiner/SILCombinerCastVisitors.cpp
    • edit: test/SILOptimizer/sil_combine_ossa.sil
  • Commit 7d7d984455c296d2ff15de9fd590d1ef23c88892 by alex:

    [build-presets] Test Swift Syntax during macOS PR smoke testing

    • edit: utils/build-presets.ini
  • Commit fe928d57ac9d1264b9ef43c08ea92e9819dcac98 by eeckstein:

    SimplifyCFG: fix an infinite jump-threading loop.

    • edit: lib/SILOptimizer/Transforms/SimplifyCFG.cpp
  • Commit dd8d95a6800cbfc79d5a4fb9ad7b6e8f7829cc8d by github:

    Fix typo in OptimizationTips.rst

    • edit: docs/OptimizationTips.rst
  • Commit 6f3d9230694d7dd7a5aabf36d6b18fb67e1e8f5c by compnerd:

    ABI: convert some unsigned long to unsigned long long

    • edit: include/swift/ABI/Task.h
  • Commit 66a9ae44b43450c2db9bdb89d25480166cf20fce by compnerd:

    Platform: add dxgidebug.h to _DXGI module

    • edit: stdlib/public/Platform/winsdk.modulemap
  • Commit 4b5cdf7a53378852e1d6b4e066de39dd9be6f552 by danielrodriguez:

    [test] Allow setting extra environment for running tests.

    • edit: test/CMakeLists.txt
  • Commit 8440a8226fef41aec60a3e6584f1c727a61b3073 by spestov:

    IRGen: More refactoring in preparation for emitting async function pointers for dispatch thunks

    • edit: lib/IRGen/GenMeta.cpp
    • edit: lib/IRGen/GenThunk.cpp
    • edit: lib/IRGen/Callee.h
    • edit: lib/IRGen/GenMeta.h
    • edit: include/swift/IRGen/Linking.h
    • edit: lib/IRGen/IRGenSIL.cpp
    • edit: lib/IRGen/GenKeyPath.cpp
    • edit: lib/IRGen/IRGenModule.h
  • Commit c79de40225c08951561c562b44675bd45f8cb6cb by spestov:

    IRGen: Emit async function pointers for resilient class and protocol dispatch thunks

    • add: test/IRGen/async/class_resilience.swift
    • edit: lib/IRGen/GenCall.h
    • edit: lib/IRGen/IRGenSIL.cpp
    • edit: lib/IRGen/Linking.cpp
    • add: test/IRGen/async/Inputs/resilient_protocol.swift
    • edit: lib/TBDGen/TBDGen.cpp
    • edit: include/swift/IRGen/Linking.h
    • add: test/IRGen/async/protocol_resilience.swift
    • edit: lib/IRGen/GenCall.cpp
    • edit: lib/IRGen/IRGenModule.h
    • edit: lib/IRGen/GenThunk.cpp
    • add: test/IRGen/async/Inputs/resilient_class.swift
  • 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 a32dacb131bc8cc44fc3ae88c2a90f91bd8fe10c by github:

    SwiftDtoa v2: Better, Smaller, Faster floating-point formatting (#35299)

    • edit: stdlib/public/stubs/Stubs.cpp
    • edit: stdlib/public/runtime/SwiftDtoa.cpp
    • edit: include/swift/Runtime/SwiftDtoa.h
    • edit: test/stdlib/PrintFloat.swift.gyb
  • 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 f98b7972c90eacba70a3f8316b4c68ca9cd1fff6 by davelee.com:

    [lldb] Handle readline escapes in TestSwiftREPLCompletion

    • edit: lldb/test/API/lang/swift/completion/TestSwiftREPLCompletion.py
  • Commit 5f0620be26d955948b2dba31518330a4e7184c92 by aschwaighofer:

    Add the swiftasync attribute to the resume partial function

    • edit: llvm/lib/Transforms/Coroutines/CoroSplit.cpp
    • edit: llvm/test/Transforms/Coroutines/coro-async.ll
  • Commit de66add11e73915fdf2b5e8be45170671e9963ed by aschwaighofer:

    Add the swiftasync attribute to the resume partial function

    • edit: llvm/test/Transforms/Coroutines/coro-async.ll
    • edit: llvm/lib/Transforms/Coroutines/CoroSplit.cpp
  • Commit c4be4e19ee04cbadf06a82c29ffd705f72f24522 by jonas:

    [lldb] Disable Swift tests to enable PR testing

    • edit: lldb/test/API/lang/swift/playgrounds/TestPlaygrounds.py
    • edit: lldb/test/API/lang/swift/async/async_fnargs/TestSwiftAsyncFnArgs.py
    • edit: lldb/test/Shell/SwiftREPL/SetBridging.test
    • edit: lldb/test/Shell/SwiftREPL/DictBridging.test
    • edit: lldb/test/API/lang/swift/objc_runtime_ivars/TestObjCIvarDiscovery.py
    • edit: lldb/test/API/lang/swift/expression/self_from_register/TestSelfFromRegister.py
  • Commit 192b089f1374b9d607af8793e364d284cc9309a9 by teemperor:

    [lldb] Temporarily revert D89236

    • edit: lldb/source/Core/ValueObjectChild.cpp
    • edit: lldb/test/API/lang/c/bitfields/TestBitfields.py
    • edit: lldb/test/API/lang/swift/objc_runtime_ivars/TestObjCIvarDiscovery.py
  • Commit e4fda716d48ab1f1e236c27e1f56b8ee8ec573af by jonas:

    [lldb] Fix & re-enable TestPlaygrounds.py

    • edit: lldb/test/API/lang/swift/playgrounds/TestPlaygrounds.py
  • Commit a076a4dc5ad0386d94bef3cfeb4730477a8f9360 by davelee.com:

    [lldb] Lift DumpValue into TypeSystemSwift

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

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

    • edit: lldb/test/API/commands/frame/diagnose/dereference-this/TestDiagnoseDereferenceThis.py
    • edit: lldb/test/API/commands/frame/diagnose/bad-reference/TestBadReference.py
    • edit: lldb/test/API/functionalities/data-formatter/data-formatter-objc/cmtime/TestDataFormatterCMTime.py
    • edit: lldb/test/API/commands/frame/diagnose/complicated-expression/TestComplicatedExpression.py
    • edit: lldb/test/API/commands/frame/diagnose/virtual-method-call/TestDiagnoseDereferenceVirtualMethodCall.py
    • edit: lldb/test/API/driver/batch_mode/TestBatchMode.py
    • edit: lldb/test/API/commands/settings/TestSettings.py
    • edit: lldb/packages/Python/lldbsuite/test/lldbtest.py
    • edit: lldb/test/API/commands/frame/diagnose/inheritance/TestDiagnoseInheritance.py
    • edit: lldb/test/API/commands/frame/diagnose/local-variable/TestLocalVariable.py
    • edit: lldb/test/API/commands/frame/diagnose/dereference-argument/TestDiagnoseDereferenceArgument.py
    • edit: lldb/test/API/lang/cpp/constructors/TestCppConstructors.py
    • edit: lldb/test/API/functionalities/breakpoint/breakpoint_by_line_and_column/TestBreakpointByLineAndColumn.py
    • delete: lldb/test/API/assert_messages_test/TestAssertMessages.py
    • edit: lldb/test/API/functionalities/data-formatter/data-formatter-objc/TestDataFormatterObjCNSError.py
    • edit: lldb/test/API/macosx/macCatalyst/TestMacCatalyst.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/Shell/Reproducer/Swift/TestBridging.test
    • edit: lldb/test/API/lang/swift/po/sys_types/TestSwiftPOSysTypes.py
  • 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/TestSelfFromRegister.py
    • delete: lldb/test/API/lang/swift/expression/self_from_register/main.swift
    • delete: lldb/test/API/lang/swift/expression/self_from_register/Makefile
  • 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 265c1ed62e471fe94c37c47bd2ec1abd4f3cc712 by github:

    [Collections] CLI 'remove' results in "database is locked" error (#3225)

    • edit: Sources/PackageCollections/Storage/SQLitePackageCollectionsStorage.swift
    • edit: Sources/Commands/SwiftPackageCollectionsTool.swift
  • Commit 50b3ab960063d6763f42d9de8a6fab47f5a3cc39 by dungar:

    Use let's instead of var's for the ChangedInput struct.

    • edit: Sources/SwiftDriver/IncrementalCompilation/IncrementalCompilationState.swift
  • Commit dddcc6320d9d2a5f6417ac70c0e25221b98ff0a6 by devteam.codafi:

    Propagate Explicit File System Parameter to Source File Dependency Graph Integrator

    • edit: Sources/SwiftDriver/IncrementalCompilation/ModuleDependencyGraph.swift
    • edit: Sources/SwiftDriver/IncrementalCompilation/SourceFileDependencyGraph.swift
    • edit: Tests/SwiftDriverTests/IncrementalCompilationTests.swift
    • edit: Sources/SwiftDriver/IncrementalCompilation/IncrementalCompilationState.swift
    • edit: Sources/SwiftDriver/IncrementalCompilation/ModuleDependencyGraphParts/Integrator.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