[Swift CI] Build Failure: 0. OSS - Swift Incremental RA - Ubuntu 16.04 (master) #11004

Report

[FAILURE] oss-swift-incremental-RA-linux-ubuntu-16_04 [#11004]

Build URL:
https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-16_04/11004/
Project:
oss-swift-incremental-RA-linux-ubuntu-16_04
Date of build:
Thu, 31 Oct 2019 14:21:43 -0500
Build duration:
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:

Changes

  • Commit 1315207a226f9738a7616d6cc0e1cce1ed49bcc7 by pyaskevich:
    [Diagnostics] Introduce extraneous call fix

    • edit: test/Constraints/closures.swift
    • edit: test/Constraints/diagnostics.swift
    • edit: test/Index/invalid_code.swift
    • edit: lib/Sema/CSFix.h
    • edit: lib/Sema/CSFix.cpp
    • edit: lib/Sema/CSDiagnostics.cpp
    • edit: lib/Sema/CSDiagnostics.h
    • edit: lib/Sema/CSSimplify.cpp
  • Commit ac940f1881ab8691a64db7c282bd28323da8caf8 by arphaman:
    [TextAPI] Arch&Platform to Target

    • edit: llvm/unittests/TextAPI/TextStubV1Tests.cpp
    • edit: llvm/unittests/TextAPI/TextStubV2Tests.cpp
    • edit: llvm/unittests/TextAPI/TextStubV3Tests.cpp
    • edit: llvm/lib/TextAPI/MachO/TextStubCommon.cpp
    • edit: llvm/lib/TextAPI/MachO/TextStubCommon.h
    • add: llvm/lib/TextAPI/MachO/Platform.cpp
    • edit: llvm/lib/TextAPI/CMakeLists.txt
    • edit: llvm/include/llvm/TextAPI/MachO/InterfaceFile.h
    • edit: llvm/include/llvm/TextAPI/MachO/ArchitectureSet.h
    • edit: llvm/include/llvm/TextAPI/MachO/Symbol.h
    • edit: llvm/lib/TextAPI/MachO/Architecture.cpp
    • edit: llvm/lib/TextAPI/MachO/InterfaceFile.cpp
    • edit: llvm/lib/TextAPI/MachO/TextStub.cpp
    • edit: llvm/include/llvm/TextAPI/MachO/Architecture.h
    • add: llvm/lib/TextAPI/MachO/Target.cpp
    • add: llvm/include/llvm/TextAPI/MachO/Target.h
    • add: llvm/include/llvm/TextAPI/MachO/Platform.h
    • edit: llvm/lib/TextAPI/MachO/Symbol.cpp
  • Commit 936a331aa742f4a0bdaa05ed65b96e5a1e3ffaa1 by arphaman:
    Fix MSVC "not all control paths return a value" warning. NFCI.

    • edit: llvm/lib/TextAPI/MachO/Platform.cpp
/home/buildnode/jenkins/workspace/oss-swift-incremental-RA-linux-ubuntu-16_04/swift/lib/TBDGen/TBDGen.cpp:64:36: error: no viable conversion from 'llvm::MachO::ArchitectureSet' to 'const TargetList' (aka 'const SmallVector<llvm::MachO::Target, 20>')
**14:43:47**   Symbols.addSymbol(kind, mangled, Archs);
**14:43:47**                                    ^~~~~

The following build picked up the missing change and passed.