[Swift CI] Build Failure: 0. OSS - Swift Incremental RA - macOS (main) #13263

# [FAILURE] oss-swift-incremental-RA-macos [#13263]

Build URL: https://ci.swift.org/job/oss-swift-incremental-RA-macos/13263/
Project: oss-swift-incremental-RA-macos
Date of build: Tue, 02 Feb 2021 21:26:19 -0600
Build duration: 1 hr 22 min

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

Tests:

  • |
    Name: Swift(macosx-x86_64)
    Failed: 0 test(s), Passed: 13150 test(s), Total: 13444 test(s) |

Name: Swift-Unit
Failed: 0 test(s), Passed: 666 test(s), Total: 666 test(s) |

Changes- Commit 285988e14c23604c875b6f8573c1eb408a84e26e by ahoppen:

Add a parsing performance test

  • add: Tests/PerformanceTest/ParsingPerformanceTests.swift

  • Commit 3bef7ed5d97bb68fab371a7c33511f5ae4e142e1 by github:

    fix potential race in PackageCollections.refreshCollections (#3232)

    • edit: Sources/PackageCollections/PackageCollections.swift
    • edit: Sources/Basics/ConcurrencyHelpers.swift
    • delete: Bar-1.2.3.zip
  • Commit 64cbc5cafe3cd20146d5c9d8bf04404954ddf35c by dungar:

    matching

    • edit: Sources/SwiftDriver/IncrementalCompilation/ModuleDependencyGraph.swift
    • edit: Sources/SwiftDriver/IncrementalCompilation/TwoDMap.swift
    • edit: Sources/SwiftDriver/IncrementalCompilation/ModuleDependencyGraphParts/NodeFinder.swift
    • edit: Sources/SwiftDriver/IncrementalCompilation/DictionaryOfDictionaries.swift
    • edit: Sources/SwiftDriver/IncrementalCompilation/BidirectionalMap.swift
  • Commit 5446133b2aba7ca272de31fdfb6d3b74a3a7f867 by dungar:

    Better round-trip checking

    • edit: Sources/SwiftDriver/IncrementalCompilation/Multidictionary.swift
    • edit: Sources/SwiftDriver/IncrementalCompilation/ModuleDependencyGraph.swift
    • edit: Tests/SwiftDriverTests/DependencyGraphSerializationTests.swift
    • edit: Sources/SwiftDriver/IncrementalCompilation/ModuleDependencyGraphParts/NodeFinder.swift
  • Commit 76f603e05bc8486cafdbe7db25ff70028c536808 by dungar:

    Add sdk arguments to incremental tests

    • edit: Tests/SwiftDriverTests/Helpers/DriverExtensions.swift
    • edit: Tests/SwiftDriverTests/IncrementalCompilationTests.swift
  • Commit 9f92068fa3806a24559fbdde4cbac10a919aea6f by dungar:

    Deal with non-mac OS's

    • edit: Tests/SwiftDriverTests/Helpers/DriverExtensions.swift
  • Commit 708e8165302498dfb7c91f14e620f47c45d6ab97 by dungar:

    Fix Linux case

    • edit: Tests/SwiftDriverTests/Helpers/DriverExtensions.swift
    • edit: Tests/SwiftDriverTests/IncrementalCompilationTests.swift
  • Commit 223b811c64535dc64932088ac7c574ee120c3a0d by dungar:

    renaming "swiftDeps"

    • edit: Sources/SwiftDriver/IncrementalCompilation/ModuleDependencyGraphParts/Tracer.swift
    • edit: Sources/SwiftDriver/IncrementalCompilation/SourceFileDependencyGraph.swift
    • delete: Sources/SwiftDriver/IncrementalCompilation/ModuleDependencyGraphParts/SwiftDeps.swift
    • edit: Sources/SwiftDriver/CMakeLists.txt
    • edit: Sources/SwiftDriver/IncrementalCompilation/ModuleDependencyGraph.swift
    • edit: Sources/SwiftDriver/IncrementalCompilation/ModuleDependencyGraphParts/NodeFinder.swift
    • edit: Tests/SwiftDriverTests/DependencyGraphSerializationTests.swift
    • edit: Tests/SwiftDriverTests/ModuleDependencyGraphTests.swift
    • edit: Sources/SwiftDriver/IncrementalCompilation/ModuleDependencyGraphParts/Integrator.swift
    • edit: Sources/SwiftDriver/IncrementalCompilation/IncrementalCompilationState.swift
    • add: Sources/SwiftDriver/IncrementalCompilation/ModuleDependencyGraphParts/DependencySource.swift
    • edit: Sources/SwiftDriver/IncrementalCompilation/ModuleDependencyGraphParts/Node.swift
  • Commit 2f390ee01f2d054f5eb4207badbc3335a30f2112 by dungar:

    reformat

    • edit: Sources/SwiftDriver/IncrementalCompilation/ModuleDependencyGraph.swift
    • edit: Sources/SwiftDriver/IncrementalCompilation/ModuleDependencyGraphParts/Node.swift
    • edit: Tests/SwiftDriverTests/ModuleDependencyGraphTests.swift
    • edit: Sources/SwiftDriver/IncrementalCompilation/IncrementalCompilationState.swift
    • edit: Sources/SwiftDriver/IncrementalCompilation/ModuleDependencyGraphParts/NodeFinder.swift
    • edit: Sources/SwiftDriver/IncrementalCompilation/ModuleDependencyGraphParts/DependencySource.swift
    • edit: Sources/SwiftDriver/IncrementalCompilation/ModuleDependencyGraphParts/Tracer.swift
  • Commit 0f8dbf493bb1752339ad9feffb58572ee84c6384 by dungar:

    Singularize "dependenciesSource"

    • edit: Tests/SwiftDriverTests/ModuleDependencyGraphTests.swift
    • edit: Sources/SwiftDriver/IncrementalCompilation/ModuleDependencyGraphParts/DependencySource.swift
    • edit: Sources/SwiftDriver/IncrementalCompilation/IncrementalCompilationState.swift
    • edit: Sources/SwiftDriver/IncrementalCompilation/SourceFileDependencyGraph.swift
    • edit: Sources/SwiftDriver/IncrementalCompilation/ModuleDependencyGraphParts/NodeFinder.swift
    • edit: Sources/SwiftDriver/IncrementalCompilation/ModuleDependencyGraphParts/Integrator.swift
    • edit: Tests/SwiftDriverTests/DependencyGraphSerializationTests.swift
    • edit: Sources/SwiftDriver/IncrementalCompilation/ModuleDependencyGraphParts/Node.swift
    • edit: Sources/SwiftDriver/CMakeLists.txt
    • edit: Sources/SwiftDriver/IncrementalCompilation/ModuleDependencyGraph.swift
    • edit: Sources/SwiftDriver/IncrementalCompilation/ModuleDependencyGraphParts/Tracer.swift
  • Commit 92073c671e5b4c6e02d11a091e6f1e141c862e61 by alex:

    [Stats] Fix a second/nanoseconds bug in process-stats-dir

    • edit: utils/jobstats/jobstats.py
  • Commit 13dd22f0cc871d32192f5b94ade551fc2880e159 by alex:

    [scale-test] Don't consider timers for the scale tests

    • edit: utils/scale-test
    • edit: test/lit.cfg
  • Commit 6a982de8ad9764d670ea5fa74b8388e625fb0609 by mgottesman:

    [pmo] Teach pmo to ignore debug instruction uses.

    • edit: lib/SILOptimizer/Mandatory/PMOMemoryUseCollector.cpp
    • edit: test/SILOptimizer/predictable_memopt_ownership.sil
    • edit: test/SILOptimizer/predictable_memaccess_opts.sil
  • Commit 803499e1653b0c683fe3e049351441b2e93fd346 by alex:

    [libSyntax] Require RawSyntax to always live inside a SyntaxArena

    • edit: include/swift/Syntax/Serialization/SyntaxDeserialization.h
    • edit: include/swift/Syntax/SyntaxFactory.h.gyb
    • edit: lib/Syntax/SyntaxFactory.cpp.gyb
    • edit: include/swift/Syntax/RawSyntax.h
    • edit: lib/Syntax/RawSyntax.cpp
    • edit: include/swift/Syntax/SyntaxBuilders.h.gyb
    • edit: include/swift/Syntax/SyntaxArena.h
  • Commit b4a7475d8eceaa86ba3c32b6c9c1ee0f5a91813e by joshua.learn:

    [os_log][SIL Optimizer] Modify OSLogOptimization pass to skip folding on evaluation failure of non-strings and mark array.finalize_intrinsic as not foldable

    • edit: test/SILOptimizer/OSLogMandatoryOptTest.sil
    • edit: lib/SILOptimizer/Mandatory/OSLogOptimization.cpp
    • edit: lib/SIL/IR/SILConstants.cpp
    • edit: stdlib/private/OSLog/OSLogTestHelper.swift
    • edit: include/swift/SIL/SILConstants.h
    • edit: test/SILOptimizer/OSLogMandatoryOptTest.swift
  • Commit ff54f3b8342dfe5428fb772248f89410ee10975e by kfarvardin:

    witnesses for an async ObjC protocol requirement cannot be sync

    • edit: lib/Sema/TypeCheckAttr.cpp
    • edit: lib/Sema/TypeCheckDeclObjC.cpp
    • add: test/Concurrency/async_conformance.swift
    • edit: test/Inputs/clang-importer-sdk/usr/include/ObjCConcurrency.h
    • edit: include/swift/AST/DiagnosticsSema.def
    • edit: test/ClangImporter/objc_async_conformance.swift
    • edit: lib/Sema/TypeCheckProtocol.cpp
  • Commit 1965f3ec3cb7ef73389b5420ab2629348a58110a by pyaskevich:

    [CSBindings] Literal coverage checking should account for type variable/hole embedded in optional

    • edit: lib/Sema/CSBindings.cpp
    • edit: test/expr/expressions.swift
  • Commit b8e348ce4a51ea1fa18124f90eec8cea11b04d4d by eeckstein:

    SIL: fix some problems in findJointPostDominatingSet

    • edit: test/SILOptimizer/redundant_load_elim_nontrivial_ossa.sil
    • edit: lib/SIL/Utils/BasicBlockUtils.cpp
  • Commit d33ea9f3509d1a0329f9ceaea3d3fc35820099a3 by eeckstein:

    SIL: remove the JointPostDominanceSetComputer helper struct.

    • edit: lib/SILOptimizer/Utils/InstOptUtils.cpp
    • edit: include/swift/SILOptimizer/Utils/InstOptUtils.h
    • edit: lib/SILOptimizer/Analysis/SimplifyInstruction.cpp
    • edit: include/swift/SIL/BasicBlockUtils.h
    • edit: lib/SILOptimizer/SILCombiner/SILCombiner.h
    • edit: include/swift/SILOptimizer/Utils/OwnershipOptUtils.h
    • edit: lib/SILOptimizer/Transforms/CSE.cpp
    • edit: lib/SILOptimizer/SILCombiner/SILCombinerMiscVisitors.cpp
    • edit: lib/SILOptimizer/Transforms/RedundantLoadElimination.cpp
    • edit: include/swift/SILOptimizer/Utils/LoadStoreOptUtils.h
    • edit: lib/SILOptimizer/Utils/OwnershipOptUtils.cpp
    • edit: lib/SILOptimizer/Utils/LoadStoreOptUtils.cpp
    • edit: lib/SILOptimizer/SILCombiner/SILCombinerCastVisitors.cpp
    • edit: lib/SIL/Utils/BasicBlockUtils.cpp
  • Commit f19f9b0c1ebf6f4ff504932451d3c63e2beed864 by eeckstein:

    move the endsInUnreachable utility function into DeadEndBlocks

    • edit: include/swift/SIL/BasicBlockUtils.h
    • edit: lib/SIL/Utils/BasicBlockUtils.cpp
  • Commit 129f6eb90f580f23b276e62dd43d0df39788d448 by rwidmann:

    [NFC] Silence -Wsuggest-override Warnings

    • edit: lib/SIL/Utils/MemAccessUtils.cpp
    • edit: lib/SIL/Verifier/LoadBorrowImmutabilityChecker.cpp
    • edit: include/swift/Driver/Action.h
    • edit: tools/SourceKit/include/SourceKit/Support/ImmutableTextBuffer.h
  • Commit ad7ef87ea3bdcfac34e3f58b6afdc04ab598a6c8 by yim_lee:

    [update-checkout] Add swift-crypto to the list of repos

    • edit: utils/update_checkout/update-checkout-config.json
  • Commit 2766cad22c0f86d6c00757d7ccff82a5d3322d85 by yim_lee:

    Specify swift-crypto version

    • edit: utils/update_checkout/update-checkout-config.json
  • Commit 2497f452902e2f9c9b9b109ac16a2f2040528711 by rwidmann:

    [NFC] Add Some Missing 'override's

    • edit: stdlib/public/runtime/ReflectionMirror.cpp
  • Commit d12b39097d4a3968b4a1d7009473976e8f530401 by dgregor:

    [Actor isolation] Fix a crash involving global actors, ObjC, and conformances

    • edit: lib/Sema/TypeCheckProtocol.cpp
    • edit: test/ClangImporter/objc_async_conformance.swift
  • Commit dd85b1dd60ba796407eb27b6f9cdac251aa1a13d by alaferriere:

    [ModuleInterface] Don't print extensions for nested if

    • edit: test/ModuleInterface/empty-extension.swift
    • edit: lib/AST/ASTPrinter.cpp
  • Commit 6684934702ace5f1ed8063634588b578d3004e8a by mgottesman:

    [ownership] Change BorrowedValue::visitInteriorPointerOperand to pass IntPtrOperand as a value, not a const ref.

    • edit: include/swift/SIL/OwnershipUtils.h
    • edit: lib/SIL/Utils/OwnershipUtils.cpp
  • Commit ed368ab7d940b68d91874c42ccb4c859690b7688 by mgottesman:

    [sil-combine] Update COWBufferForReading for OSSA.

    • edit: test/SILOptimizer/sil_combine_ossa.sil
    • edit: include/swift/SIL/OwnershipUtils.h
    • edit: lib/SILOptimizer/SILCombiner/SILCombinerBuiltinVisitors.cpp
    • edit: lib/SILOptimizer/SILCombiner/SILCombiner.h
    • edit: lib/SIL/Utils/OwnershipUtils.cpp