[Swift CI] Build Failure: 0. OSS - Swift Incremental RA - Ubuntu 14.04 (swift 5.1) #306

Report

[FAILURE] oss-swift-5.1-incremental-RA-linux-ubuntu-14_04 [#306]

Build URL:
https://ci.swift.org/job/oss-swift-5.1-incremental-RA-linux-ubuntu-14_04/306/
Project:
oss-swift-5.1-incremental-RA-linux-ubuntu-14_04
Date of build:
Tue, 07 May 2019 13:30:35 -0500
Build duration:
1 hr 31 min

Changes

  • Commit 5bdeffb8004254ec82adcbad7921a61598b2ad1e by aschwaighofer:
    IRGen: Don't emit opaque type descriptors twice

    • edit: lib/IRGen/GenStruct.cpp
    • edit: lib/IRGen/GenDecl.cpp
    • edit: lib/IRGen/IRGenModule.h
  • Commit ab9b778ffa6c467e3b88850f93ccd58aa351b667 by aschwaighofer:
    Use noteUseOfOpaqueTypeDescriptor instead of introducing and using

    • edit: lib/IRGen/GenStruct.cpp
    • edit: lib/IRGen/IRGenModule.h
    • edit: lib/IRGen/GenDecl.cpp
  • Commit 1006b64598d4df181b32c20a3dcc0c579fa18b2a by blangmuir:
    Pass DynamicLookupInfo through VisibleDeclConsumers NFC

    • edit: lib/AST/ASTDemangler.cpp
    • edit: lib/ClangImporter/ClangImporter.cpp
    • edit: lib/IDE/TypeContextInfo.cpp
    • edit: lib/FrontendTool/ReferenceDependencies.cpp
    • edit: lib/AST/Module.cpp
    • edit: lib/IDE/CodeCompletion.cpp
    • edit: lib/Serialization/ModuleFile.cpp
    • edit: lib/Sema/LookupVisibleDecls.cpp
    • edit: tools/swift-api-digester/ModuleAnalyzerNodes.h
    • edit: include/swift/AST/NameLookup.h
    • edit: lib/AST/ExperimentalDependenciesSourceFileDepGraphConstructor.cpp
    • edit: lib/AST/NameLookup.cpp
    • edit: tools/swift-api-digester/ModuleAnalyzerNodes.cpp
    • edit: lib/IDE/ConformingMethodList.cpp
  • Commit 027bc2d1dc87915ef88203980848d61fc99d6e22 by blangmuir:

    [code-completion] Avoid invalid member substitution for keypath dynamic

    • edit: lib/IDE/CodeCompletion.cpp
    • edit: lib/Sema/LookupVisibleDecls.cpp
    • edit: test/IDE/complete_keypath_member_lookup.swift
    • edit: test/IDE/complete_dynamic_lookup.swift
  • Commit 15f2e38897e8513e4539865fcd126921801afbee by blangmuir:
    Fix test comment about expected behaviour

    • edit: test/IDE/complete_keypath_member_lookup.swift
  • Commit 13824e9c66d7a21653a3169e1f29cd9cced48d99 by dgregor:
    [AST] Allocate GenericSignature(Builders) in the arena

    • edit: lib/AST/ASTContext.cpp
    • edit: include/swift/AST/GenericSignature.h
    • edit: lib/AST/GenericSignature.cpp
    • add: validation-test/compiler_crashers_2_fixed/0194-rdar50309503.swift
    • edit: lib/AST/GenericSignatureBuilder.cpp
  • Commit 570e61aee1d2c296448f20644beb6a28abf0d38a by nhawes:
    [test] Fix check line in test/ParseableInterface/enums-layout.swift

    • edit: test/ParseableInterface/enums-layout.swift
  • Commit 067e5ced5aa760d4e31f30708b547f9c206e9234 by millenomi:
    Parity: NSCoding: NSSet

    • edit: TestFoundation/FixtureValues.swift
    • add: TestFoundation/Fixtures/macOS-10.14/NSMutableSet-Numbers.archive
    • edit: TestFoundation/TestNSSet.swift
    • edit: Foundation/NSSet.swift
    • add: TestFoundation/Fixtures/macOS-10.14/NSMutableSet-Empty.archive
    • add: TestFoundation/Fixtures/macOS-10.14/NSSet-Numbers.archive
    • add: TestFoundation/Fixtures/macOS-10.14/NSSet-Empty.archive