[Swift CI] Build Failure: 0. OSS - Swift Incremental RA - OS X (release/5.4) #13

# [FAILURE] oss-swift-5.4-incremental-RA-osx [#13]

Build URL: https://ci.swift.org/job/oss-swift-5.4-incremental-RA-osx/13/
Project: oss-swift-5.4-incremental-RA-osx
Date of build: Mon, 21 Dec 2020 20:38:22 -0600
Build duration: 23 min

Identified problems:- Jenkins Error: This build failed because of a Jenkins Error; typically a Java exception.

Changes- Commit 3c39525c36878bb776be128a012be8e7c782a6c1 by tomer:

fix error in busy timeout units

  • edit: Tests/TSCUtilityTests/SQLiteTests.swift

  • edit: Sources/TSCUtility/SQLite.swift

  • Commit da224875b681a06eb160a1dd58eccb953792f41e by flo:

    [AnnotationRemarks] Also generate annotation remarks when using -O0.

    • edit: llvm/lib/Transforms/IPO/PassManagerBuilder.cpp
    • edit: llvm/test/Other/opt-O0-pipeline.ll
  • Commit 7c843b011f62b82bae2ef157989b7f21f8b6d00d by flo:

    [InstCombine] Precommit tests for !annotation metadata handling.

    • add: llvm/test/Transforms/InstCombine/annotations.ll
  • Commit d96295ea5025fee901aea27f9b39bfc33d895b48 by flo:

    [SimplifyCFG] Precommit test for preserving !annotation.

    • add: llvm/test/Transforms/SimplifyCFG/annotations.ll
  • Commit 1e15425862941a327ab341b3ffb47fe1cffc7f54 by flo:

    [InstCombine] Preserve !annotation for newly created instructions.

    • edit: llvm/lib/Transforms/InstCombine/InstructionCombining.cpp
    • edit: llvm/test/Transforms/InstCombine/annotations.ll
  • Commit 54eb1a24afcdb8e91a35288ee08c0c723125c7b6 by flo:

    [IRBuilder] Generalize debug loc handling for arbitrary metadata.

    • edit: llvm/include/llvm/Transforms/Utils/ScalarEvolutionExpander.h
    • edit: llvm/include/llvm/IR/IRBuilder.h
    • edit: llvm/lib/Transforms/InstCombine/InstructionCombining.cpp
  • Commit 56e56e9e981a27a3099f9e57b17eb76ce8c9f3af by flo:

    [SimplifyCFG] Preserve !annotation in FoldBranchToCommonDest.

    • edit: llvm/test/Transforms/SimplifyCFG/annotations.ll
    • edit: llvm/lib/Transforms/Utils/SimplifyCFG.cpp
  • Commit 0557af29dc3ef7deb85f93cf0ad285e74b4f2928 by flo:

    [InstCombine] Preserve !annotation on newly created instructions.

    • edit: llvm/test/Transforms/InstCombine/annotations.ll
    • edit: clang/test/CodeGenCXX/auto-var-init.cpp
    • edit: llvm/lib/Transforms/InstCombine/InstructionCombining.cpp
  • Commit b2342f18309258fd7ad1e97ba77765489ec947e4 by github:

    fix thread safety issue in package collections (#3136)

    • edit: Sources/PackageCollections/PackageCollections+Validation.swift
    • edit: Sources/PackageCollections/Storage/SQLitePackageCollectionsStorage.swift
    • edit: Sources/PackageCollections/Providers/GitHubPackageMetadataProvider.swift
    • edit: Sources/PackageCollections/JSONModel/JSONCollection+v1.swift
    • edit: Sources/Basics/ConcurrencyHelpers.swift
    • edit: Sources/PackageCollections/PackageCollections.swift
    • edit: Tests/BasicsTests/ConcurrencyHelpersTests.swift
  • Commit 674feb75cc2f7b5b8b10052dead98d701f6d8f53 by github:

    Fix compiler warning (#3138)

    • edit: Sources/Workspace/Workspace.swift
  • Commit 4fed86c0fc67e8e4ab0f05070a5b34965e1f2f77 by github:

    Add missing unit test for Make module map generation conditional by neonichu · Pull Request #2891 · apple/swift-package-manager · GitHub (#3140)

    • edit: Tests/XCBuildSupportTests/PIFBuilderTests.swift
  • Commit 5a5f9bd917fd03ed33c044b86fe9bf826e8351d8 by xi_ge:

    Remove spaces in source file paths

    • delete: Sources/SwiftDriver/Incremental Compilation/Multidictionary.swift
    • delete: Sources/SwiftDriver/Incremental Compilation/SourceFileDependencyGraph.swift
    • add: Sources/SwiftDriver/ExplicitModuleBuilds/ClangVersionedDependencyResolution.swift
    • delete: Sources/SwiftDriver/Incremental Compilation/TwoDMap.swift
    • delete: Sources/SwiftDriver/Explicit Module Builds/Inter Module Dependencies/InterModuleDependencyGraph.swift
    • delete: Sources/SwiftDriver/Incremental Compilation/BuildRecord.swift
    • add: Sources/SwiftDriver/ExplicitModuleBuilds/SerializableModuleArtifacts.swift
    • add: Sources/SwiftDriver/IncrementalCompilation/BidirectionalMap.swift
    • add: Sources/SwiftDriver/ExplicitModuleBuilds/ModuleDependencyScanning.swift
    • add: Sources/SwiftDriver/IncrementalCompilation/ModuleDependencyGraphParts/Integrator.swift
    • add: Sources/SwiftDriver/ExplicitModuleBuilds/ClangModuleBuildJobCache.swift
    • delete: Sources/SwiftDriver/Incremental Compilation/ModuleDependencyGraph Parts/Tracer.swift
    • edit: Sources/SwiftDriver/CMakeLists.txt
    • delete: Sources/SwiftDriver/Incremental Compilation/BidirectionalMap.swift
    • add: Sources/SwiftDriver/IncrementalCompilation/ModuleDependencyGraphParts/Node.swift
    • delete: Sources/SwiftDriver/Incremental Compilation/ModuleDependencyGraph Parts/NodeFinder.swift
    • add: Sources/SwiftDriver/IncrementalCompilation/ModuleDependencyGraph.swift
    • add: Sources/SwiftDriver/IncrementalCompilation/IncrementalCompilationState.swift
    • add: Sources/SwiftDriver/IncrementalCompilation/BuildRecordInfo.swift
    • add: Sources/SwiftDriver/IncrementalCompilation/ModuleDependencyGraphParts/NodeFinder.swift
    • add: Sources/SwiftDriver/IncrementalCompilation/DependencyKey.swift
    • add: Sources/SwiftDriver/IncrementalCompilation/DictionaryOfDictionaries.swift
    • delete: Sources/SwiftDriver/Incremental Compilation/ModuleDependencyGraph Parts/Integrator.swift
    • delete: Sources/SwiftDriver/Explicit Module Builds/Inter Module Dependencies/CommonDependencyOperations.swift
    • delete: Sources/SwiftDriver/Explicit Module Builds/Inter Module Dependencies/InterModuleDependencyOracle.swift
    • delete: Sources/SwiftDriver/Incremental Compilation/ModuleDependencyGraph.swift
    • add: Sources/SwiftDriver/IncrementalCompilation/InputInfo.swift
    • add: Sources/SwiftDriver/ExplicitModuleBuilds/InterModuleDependencies/InterModuleDependencyOracle.swift
    • add: Sources/SwiftDriver/IncrementalCompilation/Multidictionary.swift
    • delete: Sources/SwiftDriver/Incremental Compilation/InputInfo.swift
    • add: Sources/SwiftDriver/IncrementalCompilation/TwoDMap.swift
    • delete: Sources/SwiftDriver/Explicit Module Builds/PlaceholderDependencyResolution.swift
    • add: Sources/SwiftDriver/IncrementalCompilation/BuildRecord.swift
    • add: Sources/SwiftDriver/ExplicitModuleBuilds/PlaceholderDependencyResolution.swift
    • delete: Sources/SwiftDriver/Explicit Module Builds/ExplicitDependencyBuildPlanner.swift
    • add: Sources/SwiftDriver/ExplicitModuleBuilds/InterModuleDependencies/CommonDependencyOperations.swift
    • delete: Sources/SwiftDriver/Incremental Compilation/BuildRecordInfo.swift
    • add: Sources/SwiftDriver/ExplicitModuleBuilds/ExplicitDependencyBuildPlanner.swift
    • delete: Sources/SwiftDriver/Incremental Compilation/IncrementalCompilationState.swift
    • add: Sources/SwiftDriver/IncrementalCompilation/ModuleDependencyGraphParts/Tracer.swift
    • add: Sources/SwiftDriver/IncrementalCompilation/ModuleDependencyGraphParts/SwiftDeps.swift
    • add: Sources/SwiftDriver/ExplicitModuleBuilds/InterModuleDependencies/InterModuleDependencyGraph.swift
    • delete: Sources/SwiftDriver/Incremental Compilation/ModuleDependencyGraph Parts/SwiftDeps.swift
    • delete: Sources/SwiftDriver/Incremental Compilation/DependencyKey.swift
    • delete: Sources/SwiftDriver/Explicit Module Builds/ClangVersionedDependencyResolution.swift
    • delete: Sources/SwiftDriver/Incremental Compilation/ModuleDependencyGraph Parts/Node.swift
    • delete: Sources/SwiftDriver/Explicit Module Builds/ClangModuleBuildJobCache.swift
    • delete: Sources/SwiftDriver/Incremental Compilation/DictionaryOfDictionaries.swift
    • delete: Sources/SwiftDriver/Explicit Module Builds/ModuleDependencyScanning.swift
    • add: Sources/SwiftDriver/IncrementalCompilation/SourceFileDependencyGraph.swift
    • delete: Sources/SwiftDriver/Explicit Module Builds/SerializableModuleArtifacts.swift
  • Commit 0d096bee268354275811742dd09d6b48a949230d by mikeash:

    [Runtime] Add SWIFT_ALWAYS_INLINE to various refcounting helpers.

    • edit: stdlib/public/runtime/HeapObject.cpp
    • edit: stdlib/public/SwiftShims/RefCount.h

New issue found!