[Swift CI] Build Failure: 2. Swift Source Compatibility Suite (master) (Debug) #3063

Report

[FAILURE] swift-master-source-compat-suite-debug [#3063]

Build URL:
https://ci.swift.org/job/swift-master-source-compat-suite-debug/3063/
Project:
swift-master-source-compat-suite-debug
Date of build:
Tue, 19 May 2020 05:15:59 -0500
Build duration:
6 hr 27 min

Changes

  • Commit edcf7640c0dd6e53db42d8845af2335cc472da5e by aqamoss3fan2010:
    [NFC] AST: Define and use IterableDeclContext::getAsGenericContext()

    • edit: lib/Sema/LookupVisibleDecls.cpp
    • edit: include/swift/AST/DeclContext.h
    • edit: lib/SymbolGraphGen/Edge.cpp
    • edit: lib/SymbolGraphGen/JSON.cpp
    • edit: lib/AST/DeclContext.cpp
    • edit: lib/Parse/ParseRequests.cpp
  • Commit b3af1a03f1dc4245cd6cda7ccdfdd0d1b763dcd4 by aqamoss3fan2010:
    [NFC] AST: Relocate takeConformanceDiagnostics & getLocalProtocols to

    • edit: lib/AST/ProtocolConformance.cpp
    • edit: include/swift/AST/DeclContext.h
    • edit: lib/Sema/TypeCheckProtocol.cpp
  • Commit bfe25fabebacb56ba7649c14cf7418b3ddea0893 by aqamoss3fan2010:
    [NFC] AST: Relocate getLocalConformances to IterableDeclContext

    • edit: lib/Sema/DerivedConformanceEquatableHashable.cpp
    • edit: lib/Sema/TypeCheckProtocol.cpp
    • edit: lib/TBDGen/TBDGen.cpp
    • edit: lib/AST/TypeCheckRequests.cpp
    • edit: lib/AST/ProtocolConformance.cpp
    • edit: lib/TBDGen/TBDGenVisitor.h
    • edit: lib/IRGen/IRGenModule.h
    • edit: include/swift/AST/DeclContext.h
    • edit: lib/IDE/Refactoring.cpp
    • edit: lib/Index/Index.cpp
    • edit: lib/IRGen/GenClass.cpp
    • edit: include/swift/AST/TypeCheckerTypeIDZone.def
    • edit: include/swift/AST/TypeCheckRequests.h
    • edit: lib/IRGen/GenDecl.cpp
  • Commit 76282b11678910ef633e16e365dacaf8bf29c488 by owen:
    [update-checkout] swift-argument-parser 0.0.5 -> 0.06

    • edit: utils/update_checkout/update-checkout-config.json
  • Commit f1ca2e97cf183b72816a2146070c67e89072b08c by dsk:
    [stdlib] sem_t is a nullable pointer on OpenBSD.

    • edit: stdlib/public/Platform/Platform.swift
    • edit: test/stdlib/POSIX.swift
  • Commit 3c414894e24c2fe5d0c21b4f63c1a815b1eb0cd2 by dave:
    [IRGen testing] Reapply: Fix bogus FileCheck check-prefix "-SAME" usage

    • edit: test/IRGen/class_resilience.swift
    • edit: test/IRGen/generic_classes.sil
  • Commit ba4da8e0d32a4a4fc0e4df8744fef6039f9b1975 by eeckstein:
    LICM: enable more stores to moved out of a loop

    • edit: test/SILOptimizer/licm.sil
    • edit: lib/SILOptimizer/LoopTransforms/LICM.cpp
  • Commit 0c403fe766c7bb9c85bda3a9e64d37a8c02e0909 by github:
    [build] Pass target argument to the linker if needed (#31794)

    • edit: cmake/modules/AddSwift.cmake
  • Commit f0413f6170d9c3c0aa85bbd2fa4616ca85c18325 by compnerd:
    build: remove last llvm:: reference in stdlib

    • edit: lib/Demangling/OldDemangler.cpp
    • edit: stdlib/public/runtime/MetadataLookup.cpp
    • edit: include/swift/Demangling/TypeDecoder.h
    • edit: include/swift/Basic/STLExtras.h
    • edit: include/swift/Reflection/TypeRefBuilder.h
    • edit: stdlib/include/llvm/ADT/STLExtras.h
    • edit: include/swift/Basic/LLVM.h
    • edit: include/swift/Remote/MetadataReader.h
    • edit: stdlib/public/runtime/MetadataCache.h
    • edit: include/swift/ABI/TypeIdentity.h
  • Commit e774feb7ea101c7f1d53c357f79273b05c413c64 by dave:
    test: loosen the IRGen test

    • edit: test/IRGen/generic_classes.sil
  • Commit 0a3d2d5070c74224d14540074e67eb28c0b9a5e0 by me:
    [docs] Update Testing.md

    • edit: docs/Testing.md
  • Commit 67a98c59a8ac360916b932079981fd2b7d1c6677 by doremylover123:
    Swap Different with Same

    • edit: lib/Basic/FileSystem.cpp
  • Commit a461a48862afed97d863a4b52e44749b7c4629c0 by meghanavgupta:
    stdlib: Make non-native ArrayBuffer.capacity smaller

    • edit: stdlib/public/core/ArrayBuffer.swift
  • Commit 37b0f58f76b441efa326a4e579a732a7295a8cb8 by owen:
    [Diagnostics] Rely on clang headers for .dia block and record IDs

    • edit: lib/Frontend/SerializedDiagnosticConsumer.cpp
  • Commit 1d48e634a707e220a92bdcccd7a01b53a2119e25 by github:
    Fixes example snippets in Quadrature.swift

    • edit: stdlib/public/Darwin/Accelerate/Quadrature.swift
  • Commit 30afc6c406c748e70e832003143cd2058dd5a968 by gribozavr:
    Consolidated four CoreGraphics execution tests

    • edit: validation-test/stdlib/CoreGraphics-execute.swift
    • delete: test/Interpreter/SDK/CGImportAsMember.swift
    • delete: test/stdlib/CoreGraphics.swift
    • delete: test/Interpreter/SDK/CoreGraphics_CGFloat.swift
  • Commit 0a77ce33b29f5ded7a633aa0ef8de68eaa96177d by meghanavgupta:
    Remove @inline(always) from Array's nonNative getter

    • edit: stdlib/public/core/ArrayBuffer.swift
  • Commit 94916dee9203c3225169cd8b7d73c7a52dc0af6a by nhawes:
    [AST] Restore getSourceRange() on DefaultArgumentExpr.

    • edit: lib/AST/Expr.cpp
    • edit: test/DebugInfo/callexpr.swift
    • edit: lib/Sema/TypeCheckExpr.cpp
    • edit: include/swift/AST/Expr.h
  • Commit 5121349674acf0fd4781ebd4570a2d07988c9b62 by hamishknight:
    NFC: Move implementation-only import checking to ImportResolution

    • edit: lib/Sema/ImportResolution.cpp
    • edit: lib/Sema/TypeChecker.cpp
  • Commit 851f64095f630c25af8a2f913d5c45d3fde08cec by hamishknight:
    Lift implementation-only import checking into a request

    • edit: lib/Sema/ImportResolution.cpp
    • edit: include/swift/AST/TypeCheckRequests.h
    • edit: lib/Sema/TypeChecker.cpp
    • edit: include/swift/AST/TypeCheckerTypeIDZone.def
    • edit: include/swift/Subsystems.h
    • edit: lib/Frontend/Frontend.cpp
  • Commit b255a2fbc2f3e85e36848650fd8d893f2c2f94d2 by github:
    [update-checkout] Add alias for swift/master-next branch

    • edit: utils/update_checkout/update-checkout-config.json
  • Commit f8810ab6e82312c94db35887a8a9efcf9211ee96 by rwidmann:
    [Gardening] Remove InImmediateMode

    • edit: lib/Frontend/Frontend.cpp
    • edit: include/swift/Basic/LangOptions.h
  • Commit 921180fff0226be163d2df240c8c6a6329da8124 by rwidmann:
    [NFC] Remove DelayWholeModuleChecking

    • edit: lib/AST/TypeCheckRequests.cpp
    • edit: lib/Frontend/Frontend.cpp
    • edit: include/swift/Basic/LangOptions.h
    • edit: lib/Sema/TypeChecker.cpp
  • Commit 854d6ee122c9baf18eaba37367ab942ff83f1bbd by rwidmann:
    [NFC] Remove forEachSourceFileIn

    • edit: lib/Frontend/Frontend.cpp
  • Commit 9babce92a9b4817323485c90a75324e4c1b22bea by ricouard77:
    Add ACHNBrowserUI

    • edit: projects.json
  • Commit 1bb9dc08c085a5f9da68f08121cd7f8c0ee66bbb by owen:
    Update swift-argument-parser to 0.0.6

    • edit: common.py
  • Commit 8e63aeae4bec2775d2415b3dd3039db0ac4d11e4 by github:
    Add CODEOWNERS

    • add: CODEOWNERS