[Swift CI] Build Failure: 0. OSS - Swift Incremental RA - OS X (main) #13130

# [FAILURE] oss-swift-incremental-RA-osx [#13130]

Build URL: https://ci.swift.org/job/oss-swift-incremental-RA-osx/13130/
Project: oss-swift-incremental-RA-osx
Date of build: Tue, 08 Dec 2020 13:23:24 -0600
Build duration: 1 hr 38 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: 12995 test(s), Total: 13252 test(s) |

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

Changes- Commit b30a207adf5fc24975c6731bb4c0eb3c628ee11c by flo:

[ConstraintElimination] Make sure arguments of std:pow match.

  • edit: llvm/lib/Transforms/Scalar/ConstraintElimination.cpp

  • Commit b77f6db25ef9a1d8c96eb83b4071f3c64af9379f by flo:

    [ConstraintElimination] Handle constraints with all zero var coeffs.

    • edit: llvm/lib/Analysis/ConstraintSystem.cpp
    • add: llvm/test/Transforms/ConstraintElimination/empty-constraint.ll
    • edit: llvm/lib/Transforms/Scalar/ConstraintElimination.cpp
    • edit: llvm/include/llvm/Analysis/ConstraintSystem.h
  • Commit 79834348c5def6e84d416aef8025d426c291d37e by flo:

    [ConstraintElimination] Wrap dump() call in LLVM_DEBUG (NFC).

    • edit: llvm/lib/Analysis/ConstraintSystem.cpp
  • Commit dbca8866212c7fe5092b14ac94df738d9a34e1c6 by flo:

    [ConstraintElimination] Bail out if system gets too big.

    • edit: llvm/lib/Analysis/ConstraintSystem.cpp
    • edit: llvm/include/llvm/Analysis/ConstraintSystem.h
    • add: llvm/test/Transforms/ConstraintElimination/large-system-growth.ll
  • Commit 0daa1364570292de41e87e91f43d2a7dbe101bf0 by flo:

    [ConstraintElimination] Tweak placement in pipeline.

    • edit: llvm/lib/Transforms/IPO/PassManagerBuilder.cpp
  • Commit 77cb9f37abdefa4631a9d55f22c2b499787990d1 by aprantl:

    Add a defensive nullptr check.

    • edit: lldb/source/Target/SwiftLanguageRuntimeDynamicTypeResolution.cpp
  • Commit 4a88ae1100a83aa0ab2735a76bc66c1a1cf089a0 by github:

    Don't require .git suffix in repo URL (#3089)

    • edit: Sources/PackageCollections/Providers/GitHubPackageMetadataProvider.swift
    • edit: Tests/PackageCollectionsTests/GitHubPackageMetadataProviderTests.swift
  • Commit bc65363ac223e512426c6fa9ebeb455269e6ec9a by dungar:

    Enable testBatchModeContinueAfterErrors

    • edit: Tests/SwiftDriverTests/SwiftDriverTests.swift
  • Commit a4cad5fc737114664d973cb7683133a22226fbd8 by dungar:

    Fix path overridden for testing computation.

    • edit: Sources/SwiftDriver/Driver/Driver.swift
  • Commit ff7d0947811bab411e07a73d6d3028d8272ab5fc by xi_ge:

    Revert "Input file list itself should be part of inputs of the compilation job"

    • edit: Sources/SwiftDriver/Jobs/CompileJob.swift
    • edit: Tests/SwiftDriverTests/SwiftDriverTests.swift
    • edit: Sources/SwiftDriver/Utilities/FileType.swift
  • Commit fe058e63558b0925623a8295fcabc1b7ba51d64d by xi_ge:

    Walk-around a dangling pointer issue

    • edit: Sources/SwiftDriver/Incremental Compilation/BuildRecord.swift
    • edit: Sources/SwiftDriver/Incremental Compilation/BuildRecordInfo.swift
  • Commit 54406b49de8530b6ea124fb878277e79217c6752 by pyaskevich:

    [ConstraintSystem] Track constraints that caused bindings to be "fully bound"

    • edit: lib/Sema/CSBindings.cpp
    • edit: include/swift/Sema/ConstraintSystem.h
  • Commit 9df83750ed687860393edc6dd3adc3921ddb21d6 by pyaskevich:

    [CSBindings] Delay attempting type variable if it's involved in unresolved call

    • edit: lib/Sema/CSBindings.cpp
  • Commit 38d25e99a0837555f723156a0a81b059147d8cb7 by pyaskevich:

    [CSBindings] Refactor handling of disjunction and member constraints

    • edit: lib/Sema/CSBindings.cpp
  • Commit 96c0bd1d480f54f83985fe49f89f5e0023d3f783 by rwidmann:

    Dump Fingerprint Status to the Provided Stream

    • edit: lib/AST/FineGrainedDependencies.cpp
  • Commit 030ed2a43b7bfb7a19b4d6af9925d1023777059a by rwidmann:

    [NFC] Drop The Unused Interface Key From the Use Enumerator

    • edit: lib/AST/FrontendSourceFileDepGraphFactory.cpp
  • Commit 4804f03430f1de200756a497c4631f96aaa08a67 by rwidmann:

    [NFC] Don't Store An llvm::function_ref

    • edit: lib/AST/FrontendSourceFileDepGraphFactory.cpp
  • Commit 9075d3249555ba3d2e905ee77155d7dfac737edc by rwidmann:

    [NFC] Delete An Unused Entrypoint

    • edit: lib/Driver/Compilation.cpp
  • Commit 2b2c5dcf79e64d85de59082cfb834e1ede3d2266 by rwidmann:

    [NFC] Move findJobsToRecompileWhenNodesChange Into The Headers

    • edit: include/swift/Driver/FineGrainedDependencyDriverGraph.h
    • edit: lib/Driver/FineGrainedDependencyDriverGraph.cpp
  • Commit 233eccdccea526aee895000bcfc841def0d47376 by kfarvardin:

    mark the nearest CallExpr as implicitly async; not just the nearest ApplyExpr.

    • edit: lib/Sema/TypeCheckConcurrency.cpp
    • edit: test/Concurrency/actor_call_implicitly_async.swift
  • Commit 60fa93f1311655ffb90f886fb85e5c57264b4177 by kfarvardin:

    emit hop_to_executor before & sometimes after implicitly-async calls

    • edit: lib/SILGen/SILGenBridging.cpp
    • edit: lib/SILGen/SILGenApply.cpp
    • edit: lib/SILGen/SILGenFunction.h
    • edit: test/SILGen/hop_to_executor.swift
    • edit: lib/SILGen/SILGenProlog.cpp
    • edit: lib/SILGen/SILGenExpr.cpp
    • edit: lib/SILGen/SILGenPoly.cpp
  • Commit c1d178a9e02a060ac686db0173757cba0196a683 by pyaskevich:

    [ConstraintSystem] NFC: Rename isFullyBound -> isDelayed and clarify associated comment

    • edit: lib/Sema/CSBindings.cpp
    • edit: include/swift/Sema/ConstraintSystem.h
  • Commit 20dd3997de86070fe6ef58e43c0bfcda852f5b20 by aschwaighofer:

    This test also fails in optimize size mode

    • edit: validation-test/stdlib/Dictionary.swift
  • Commit deb16ac3c4436d2ff72c82a38f3c762cb023d1af by aschwaighofer:

    Disable tests that fails on some bots test/IRGen/objc_super.swift

    • edit: test/IRGen/objc_super.swift